.contact-wrap {
    width: 100%;
}

.contact-box {
    margin: 0 auto;
    padding: .8rem 0 .65rem 0;
}

.contact-map {
    width: 100%;
    height: 6.4rem;
}

.contact-list {
    display: flex;
    justify-content: space-between;
}

.contact-item {
    width: 3.26rem;
    height: 3.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(41, 41, 41, 0.24);
    padding: 0 .2rem;
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
    padding-top: .7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-icon {
    width: 0.76rem;
    height: 0.76rem;
    border: 0.01rem solid #18A5E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon img {
    width: .36rem;
    height:.36rem;
}

.contact-icon2 {
    display: none;
}

.contact-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    margin: .4rem 0 .2rem;
}

.contact-p {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #666666;
}

.contact-code {
    width: 1.2rem;
    height: 1.2rem;
    display: none;
    margin-top: .27rem;
}

.contact-item:hover {
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(16, 130, 183, 0.44);
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
    border: 0.01rem solid rgba(24, 165, 229, 0.22);
}

.contact-item:hover .contact-icon {
    background: linear-gradient(150deg, #18A5E5 0%, #1A83C9 100%);
}

.contact-item:hover .contact-icon1 {
    display: none;
}

.contact-item:hover .contact-icon2 {
    display: block;
}

.contact-item:nth-child(3):hover .contact-code {
    display: block;
}

.contact-item:nth-child(3):hover .contact-p,
.contact-item:nth-child(3):hover .contact-text {
    display: none;
}

.contact-item:nth-child(3):hover {}

/* 留言 */
.contact-message-wrap {
    padding: .8rem 0 1rem 0;
    background: #F7F7F7;
    background: linear-gradient( 180deg, #FFFFFF 0%, #E1F1F9 70%, rgba(192,234,254,0) 100%);
}

.message-ts {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #9A9A9A;
    margin-top: .4rem;
    margin-bottom: .25rem;
    text-align: center;
}

.message-form-wrap {
    width: 12.72rem;
    height: 4.64rem;
    background: url(../img/contact/message-bg.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;

    padding: .6rem 1.72rem .6rem 2.4rem;
}

.message-form-box {
    display: flex;
    justify-content: space-between;
}

.message-form {
    margin-bottom: 0.2rem;
}

.message-text {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #231816;
    margin-bottom: 0.13rem;
}

.message-input {
    width: 2.66rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-input img {
    width: .8rem;
    height: .3rem;
    flex-shrink: 0;
    margin-left: .2rem;
}

.message-input input {
    width: 100%;
    height: 100%;
    background: #F4F4F4;
    padding: 0 0.2rem;

    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;

}

.message-input .combo-select {
    margin: 0 !important;
    max-width: 100% !important;
    height: 100%;
    border: 0;
}

.message-textarea {
    width: 100%;
    height: 1.34rem;
    background: #F4F4F4;
    border-radius: 0.04rem;
    padding: 0.2rem;
}

.message-textarea textarea {
    width: 100%;
    height: 100%;

    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    background: transparent;
}

.message-bt {
    width: 2.64rem;
    height: 0.4rem;
    background: #18A5E5;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-top: 0.3rem;
    cursor: pointer;

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.4rem;
}