.contact-box {
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}
.contact-box  .head {
    padding: 80px;
}
.contact-box .map{
    height: 560px !important;
}
.contact-box  .head dl dt{
    font-size: 26px;
    font-weight: bold;
    color: #00479C;
    margin-bottom: 20px;
}
.contact-box  .head dl dd {
    font-size: 18px;
    color: #5C6982;
}
.contact-box  .head dl dd.weibo {
    display: flex;
    align-items: center;
}
.contact-box  .head dl dd.weibo img {
    margin-right: 5px;
}
.contact-box  .head dl dd.weibo span {
    color: #BB9D78;
}
.contact-box  .head dl dd .wx-code {
    margin-top: 30px;
    color: #5c6982;
    font-size: 14px;
    width: 112px;
    margin-right: 10px;
    float: left;
}

.contact-box  .head dl dd .wx-code .wx-img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);

}
.contact-box  .head dl dd .wx-code p{
    text-align: center;
}

.contact-box.meassg .title{
    font-size: 26px;
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F8F8F8;
}
.contact-box.meassg .title img {
    margin-right: 10px;
}
.contact-box.meassg .title span{
    color:#BB9D78;
}
.contact-box.meassg .form {
    padding: 30px;
}
.contact-box.meassg .form  .row {
    margin-bottom: 20px;
}
.contact-box.meassg .form  .row .input-warp {
    border-radius: 12px;
    background-color: #FCFDFF;
    /* background-color: #ddd; */
    padding: 20px;
    display: flex;
    align-items: baseline;
}
.contact-box.meassg .form  .row .input-warp input {
    flex: 1;
    height: 30px;
    border: 0px;
    background-color: #FCFDFF;
    outline: none;
}
.contact-box.meassg .form  .row .input-warp .iconfont {
    color: #C7D3EB;
    margin-right: 10px;
}
.contact-box.meassg .form  .row .input-warp textarea {
    flex: 1;
    border: 0px;
    background-color: #FCFDFF;
    outline: none;
} 
.contact-box.meassg .form  .row .button-warp .btn {
    width: 100%;
}
.contact-box.meassg .form  .row .button-warp  .btn-primary {
    background-color: #3B78C3;
    border-radius: 50px;
    border:1px solid #3B78C3;
    line-height: 60px;
}
.contact-box.meassg .form  .row .input-warp.fujian {
    border: 1px solid #C7D3EB;
    width: 200px;
    justify-content: center;
}
.contact-box.meassg .form .row .input-warp.fujian input {
    flex: inherit;
}
@media screen and (max-width: 768px) {
    .contact-box  .head {
        padding: 15px;
    }
    .contact-box .map{
        height: 300px !important;
    }
    .contact-box  .head dl {
        text-align: center;
    }
    .contact-box  .head dl dt{
        font-size: 20px;
    }
    .contact-box  .head dl dd {
        font-size: 14px;
    }
    .contact-box .head dl dd.weibo {
        justify-content: center;
    }
    .contact-box .head dl dd .wx-code {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;

    }
    .contact-box.meassg .title {
        font-size: 22px;
        padding: 15px;
        margin-bottom: 15px;
    }
    .contact-box.meassg .form {
        padding: 15px;
    }
    .contact-box.meassg .form .row {
        margin-bottom: 0px;
    }
    .contact-box.meassg .form .row .col-md-4 {
        margin-bottom: 15px;
    }
    .contact-box.meassg .form  .row .button-warp  .btn-primary {
        line-height: 40px;
    }
    .contact-box.meassg .form .row .input-warp.fujian {
        width: auto;
        margin: 20px 0px;
        padding: 15px;
    }
}