.about-bg {

    margin-bottom: 20px;
}

.about-title {
    font-size: 60px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10%;
}

.about-content {
    border-radius: 32px;
    padding: 70px 82px;
    background: #fff;
    margin-top: 40px;
}

.about-content .title1 {
    font-size: 32px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 32px;
    margin-bottom: 40px;
}

.about-content .top100 {
    margin-top: 100px;
}

.about-content .other {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    color: #7A7A7A;
    line-height: 18px;
    margin-bottom: 20px;
}

.about-content .other img {
    width: 20px;
}

.about-content .map img {
    width: 100%;
}

.about-content .title2 {
    font-size: 40px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.about-content .contact-title {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC;
    color: #000000;
    line-height: 40px;
}

.about-content .wechat {
    text-align: center;
    /* margin-bottom: 20px; */
}

.about-content .wechat img {
    width: 170px;
    height: 170px;
}

.about-content .wechat .wechat-desc {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-top: 20px;
}

#mapContainer {
    width: 100%;
    height: 600px;
}

@media (max-width: 767.98px) {

    .about-title {
        font-size: 20px;
        padding-top: 10%;
    }

    .about-content {
        border-radius: 16px;
        padding: 35px 40px;
        background: #fff;
        margin-top: 70px;
    }

    .about-content .title1 {
        font-size: 20px;
    }

    .about-content .title2 {
        font-size: 20px;
    }

    .about-content .other {
        font-size: 12px;
    }

    .about-content .contact-title {
        font-size: 12px;
    }

    .about-content .wechat .wechat-desc {
        font-size: 14px;
    }
}