.about-title {
    font-size: 60px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10%;
}

.about-title .company-desc {
    font-size: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}

.about-content {
    border-radius: 32px;
    padding: 70px 82px;
    background: #fff;
    /* height: 460px; */
    height: auto;
    margin-top: 201px;
}

.about-content .title1 {
    font-size: 32px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.about-content .company-list {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.about-content .company-list .list img {
    width: 58px;
    height: 58px;
}

.about-content .company-list .list .product-name {
    font-size: 60px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #E5002D;
    margin-top: 36px;
    margin-bottom: 16px;
}

.about-content .company-list .list .product-desc {
    font-size: 24px;
    color: #000000;
    margin-bottom: 38px;
}

.title2 {
    font-size: 32px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 140px;
}

.desc-bg {
    width: 100%;
    height: 440px;
    text-align: center;
    font-size: 32px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 72px;
    background: url("../images/company-desc-bg.png") no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desc-bg .desc-span {
    font-size: 60px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #E5002D;
    line-height: 60px;
    -webkit-text-stroke: 2px #FFFFFF;
    /* text-stroke: 2px #FFFFFF; */
}

.product-products {
    margin-top: 140px;
    text-align: center;
}

.product-products .product-list img {
    width: 100%;
}

.product-products .product-name {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 80px;
}

/* @media (max-width: 767.98px) {
}
@media (min-width: 767.98px) {
} */

@media (max-width: 767.98px) {
    .about-title {
        font-size: 30px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        text-align: center;
        padding-top: 120px;
    }

    .about-title .company-desc {
        font-size: 14px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .about-content {
        border-radius: 32px;
        padding: 70px 82px;
        background: #fff;
        /* height: 460px; */
        height: auto;
        margin-top: 100px;
    }

    .about-content .title1 {
        font-size: 16px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 20px;
        margin-bottom: 40px;
        text-align: center;
    }

    .about-content .company-list {
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

    .about-content .company-list .list img {
        width: 58px;
        height: 58px;
    }

    .about-content .company-list .list .product-name {
        font-size: 30px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        color: #E5002D;
        margin-top: 36px;
        margin-bottom: 16px;
    }

    .about-content .company-list .list .product-desc {
        font-size: 12px;
        color: #000000;
        margin-bottom: 38px;
    }

    .title2 {
        font-size: 16px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 20px;
        margin-bottom: 40px;
        text-align: center;
        margin-top: 100px;
    }

    .desc-bg {
        width: 100%;
        height: 220px;
        text-align: center;
        font-size: 14px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        background-image: url("../images/company-desc-bg-phone.png");
        background-size: 100%;
        padding-top: 100px 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .desc-bg .desc-span {
        font-size: 24px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        color: #E5002D;
        line-height: 60px;
        -webkit-text-stroke: 2px #FFFFFF;
        /* text-stroke: 2px #FFFFFF; */
    }

    .product-products {
        margin-top: 60px;
        text-align: center;
    }

    .product-products .product-list img {
        width: 100%;
    }

    .product-products .product-name {
        margin-top: 20px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 80px;
    }
}

@media (min-width: 767.98px) {}