.banner-content {
    background: url(../imgs/contactUs/banner背景.png) 50%;
    background-repeat: no-repeat;
}

.banner-content-img {
    width: 13rem;
    background: url(../imgs/contactUs/专属服务.png) no-repeat;
}

.online-support {
    width: 100%;
    height: 35.5rem;
    padding: 5.15rem 0;
    box-sizing: border-box;
}

.QR-code-content {
    margin-top: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.QR-code-content .QR-code--item {
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 7rem;
}

.QR-code-content .QR-code--item:last-of-type {
    margin-right: 0px;
}

.QR-code-content .QR-code--item .QR-img {
    display: block;
    width: 9.8rem;
    height: 9.8rem;
    background: #FFFFFF;
    box-shadow: 0px 0.15rem 0.4rem 0px rgba(184, 184, 184, 0.23);
    border-radius: 0.5rem;
    margin-bottom: 1.75rem;
}

.QR-code-content .QR-code--item .QR-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #313131;
    margin-bottom: 0.75rem;
}

.QR-code-content .QR-code--item .QR-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #787878;
    text-align: center;
}

.map-content {
    width: 100%;
    height: 20rem;
    display: flex;

}

.map-content .map-box {
    width: 50%;
    height: 100%;
}

.map-content .offline-service {
    width: 50%;
    height: 100%;
    background: url(../imgs/contactUs/线下服务.png) no-repeat;
    background-size: 100% 100%;
    padding: 3.2rem 0 0 2.65rem;
    box-sizing: border-box;
}

.map-content .offline-service .offline-service-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 4.25rem;
}

.map-content .offline-service .offline-service-text {
    width: 17.5rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #FFFFFF;
}

@media screen and (max-width: 499px) {

    .banner-content {
        background: url(../imgs/contactUs/服务banner背景.png) no-repeat;
        background-size: 100% 100%;
        height: 26.6rem;
    }

    .banner-content-img {
        width: 20rem;
        height: 7rem;
    }

    .banner-btn {
        margin-top: 2.6rem;
    }

    .online-support {
        height: auto;
    }

    .QR-code-content {
        flex-wrap: wrap;
    }

    .QR-code-content .QR-code--item {
        width: 100%;
        margin-right: 0;
        flex-direction: column;
        margin-bottom: 5rem;
    }

    .QR-code-content .QR-code--item .QR-img {
        width: 13rem;
        height: 13rem;

    }

    .QR-code-content .QR-code--item .QR-title {
        font-size: 2.1rem;
        font-weight: 500;
        color: #313131;
    }

    .QR-code-content .QR-code--item .QR-text {
        font-size: 1.9rem;
        font-weight: 500;
        color: #787878;
    }

    .map-content {
        flex-wrap: wrap;
        height: auto;
    }

    .map-content .map-box {
        width: 100%;
        height: 26.6rem;
    }

    .map-content .offline-service {
        width: 100%;
        height: 26.6rem;
        background: url(../imgs/contactUs/线下服务背景.png) no-repeat;
        background-size: 100% 100%;
    }

    .map-content .offline-service .offline-service-title {
        font-size: 2.4rem;
        font-weight: bold;
    }

    .map-content .offline-service .offline-service-text {
        font-size: 1.6rem;
        font-weight: 800;
        width: 23rem;
    }
}

.amap-logo{
    display: none !important;
}
.amap-copyright{
    display: none !important;
}
