.contact-wrap {
    /* background: #F5F5F5; */
}

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

.contact-map {
    height: 7.2rem;
    margin:  0 auto;
    margin-top: .8rem;
}

.contact-icon-box {
    display: flex;
    justify-content: space-around;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.1);
    padding: .3rem;
}

.contact-icon {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

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

.contact-icon-text {
    font-size: 0.2rem;
    
    font-weight: bold;
    color: #333333;
    margin-top: .2rem;
}

.contact-icon-p {
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #666666;
    line-height: 0.26rem;
    margin-top: .15rem;
}

.contact-list {
    display: flex;
    flex-wrap: wrap;
}

.contact-item {
    width: 32%;
        height: 2rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.1);
    padding: .25rem;
    margin-right: 2%;
    text-align: center;
    margin-top: .3rem;
}

.contact-item:nth-child(3n) {
    margin-right: 0;
}

.contact-text ,
.contact-item strong{
    font-size: 0.22rem;
    
    font-weight: 400;
    color: #333333;
}

.contact-p ,
.contact-item p{
    /*margin-top: .2rem;*/
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #333333;
}

/* 在线留言 */
.contact-message-wrap {
    background: #F9F9F9;
    padding: .5rem;
    display: flex;
    justify-content: space-between;
}

.contact-message {
    margin-bottom: .3rem;
}
.contact-message-box{
    width: 48%;
}

.contact-message:last-of-type {
    margin-bottom: 0;
}

.contact-message-text {
    font-size: 0.2rem;

    font-weight: 400;
    color: #333333;
}

.contact-message-text span {
    color: #E10000;
}

.contact-message-input {
    background: #fff;
    opacity: 1;
    border: 0.01rem solid #E6E6E6;
    margin-top: .2rem;
}

.contact-message-input input {
    width: 100%;
    height: 0.4rem;
    background: transparent;
    padding: 0 .2rem;
}

.contact-message-input textarea {
    width: 100%;
    height: 1.9rem;
    background: transparent;
    padding: 0.15rem .2rem;
}

.contact-message-bt {
    margin-top: .3rem;
    display: flex;
    justify-content: flex-end;
}

.contact-message-bt p {

    width: 2rem;
    height: 0.42rem;
    background: #0075C1;
    font-size: 0.16rem;

    font-weight: bold;
    color: #FFFFFF;
    line-height: .4rem;
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width: 1024px){
    .contact-message-wrap{
        display: block;
    }
    .contact-message-box{
        width: 100%;
    }
    .contact-message:last-of-type {
        margin-bottom: .3rem;
    }
    .contact-message-input input,.contact-message-bt p {
        height:45px;
        font-size: 16px;
        /*line-height: .56rem;*/
    }
    .contact-message-bt{
        justify-content: center;
    }
    .contact-box{
        padding: 0.5rem 0;
    }
    
    .contact-icon-box{
        flex-wrap: wrap;
    }
    .contact-icon {
        flex: none;
        width: 100%;
        flex-direction: row!important;
        align-items: center;
        margin-bottom: 20px!important;
       
    }
   
    .contact-item:nth-child(3n) {
        margin-right: 2%;
    }
    .contact-item:nth-child(2n) {
        margin-right: 0;
    }
    .contact-item {
        width: 49%;
        height: auto!important;
    }
    .contact-item strong{
        font-weight: bold;
        font-size: 16px!important;
    }
    .contact-item p{
        font-size: 14px;
        word-break:break-all;
        word-wrap:break-word;
        white-space: pre-wrap!important;
        word-wrap: break-word!important;
    }
    .contact-map{
        padding: 0 .2rem;
        margin-top: 0.5rem;
    }
    .contact-box {
        padding: 0.5rem 0.2rem;
    }
    .contact-icon-img{
        width: 30px;
        height: 30px;
    }
    .contact-message-text,.contact-icon-p,.contact-icon-text{
        font-size: 14px;
    }
    .contact-icon-text{
        margin-top: 0;
        margin: 0 5px;
    }
    .contact-icon-p{
        line-height: 1.7;
        margin-top: 0!important;
        
    }
    .contact-message-text span{
        font-size: 16px;
    }
    .contact-message-bt p{
        width: auto!important;
        height: auto!important;
        padding: 7px 50px;
        line-height: auto!important;
        font-size: 16px;
    }
}