.contactUs {
    width: 100%;
}

.contactUs-wrap {
    width: 100%;
}

/* 联系我们开始 */
.contactUs-content {
    width: 100%;
}

.contactUs-content-wrap {
    width: 70%;
    margin: 0 auto;
}

.contactUs-content-header {
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(42, 45, 49, 1);
    padding-top: 100px;
    padding-bottom: 86px;
}

.contactUs-content-header i {
    color: #FD7F00;
    font-size: 28px;
}
.contactUs-address-desc p {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(63, 66, 69, 1);
}

.contactUs-address {
    padding-bottom: 100px;
}

#mapContent {
    width: 100%;
    height: 529px;
    margin-top: 20px;
}

@media screen and (max-width: 414px) {
    .contactUs-content-header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .contactUs-address {
        padding-bottom: 2rem;
    }
}


/* 联系我们结束 */
/* 页尾banner开始 */
.footer-bg {
    width: 100%;
    height: 180px;
    background: url('../img/second-footerr.png') no-repeat 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

/* 页尾banner结束 */

/* 地图开始 */
.pop .bottom {
    height: 25px !important;
}

.pop .center {
    width: 252px !important;
}

/* 地图结束 */