/* 关于我们样式 */

/* 关于我们 Start */
.right-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-content {
    width: 548px;
    font-weight: 400;
    font-size: 20px;
    color: #352c2c;
    line-height: 32px;
}

.about-text {
    margin-bottom: 40px;
}

.contact-number-area {
    display: flex;
}

.icon-area {
    width: 80px;
    height: 80px;
    background-color: #f3f6fa;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-area img {
    width: 60px;
    height: 60px;
}

.ml-10 {
    margin-left: 10px;
}

.contact-number-value {
    font-weight: 400;
    font-size: 36px;
    color: #352c2c;
    line-height: 48px;
}
/* 关于我们 End */

.pt-170 {
    padding-top: 95px;
}

.business-vision-bg {
    background-image: url('../img/Home/banner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 60px;
    font-weight: 800;
    font-size: 40px;
    color: #000000;
    line-height: 4;
    text-align: center;
}

.product_introduction_subtitle {
    font-weight: 800;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

.product_introduction_title {
    padding-top: 20px;
    font-weight: 800;
    font-size: 40px;
    color: #000000;
    line-height: 56px;
    margin: 0;
}

.product_introduction_text {
    margin-top: 66px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 40px;
}

.about-img img {
    width: 505px;
    border-radius: 18px;
}

.footer-section {
    background-color: #000;
}

.display-none {
    display: none !important;
}

.mobile-logo-wrap a {
    display: block;
    width: 50%;
}

.header-logo a {
    display: block;
    width: 75%;
}

header.style-1 .main-menu > ul > li ul.sub-menu {
    position: fixed;
    /* width: 100vw; */
}

header.style-1.two {
    position: fixed;
}

.coming-soon-content {
    text-align: center;
}

.model-title {
    padding-top: 40px;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 44px;
}

.coming-soon-list {
    display: flex;
    flex-wrap: wrap;
}

.coming-soon-list:last-child {
    padding-bottom: 40px;
}

.coming-soon-item {
    width: 200px;
    /* height: 200px; */
    padding-top: 40px;
    margin-right: 55px;
}

.coming-soon-item-img {
    width: 100%;
}

.coming-soon-item-title {
    padding-top: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}

.coming-soon-top-text,
.coming-soon-bottom-text {
    /* font-weight: 800; */
    font-size: 40px;
    color: #000000;
    line-height: 56px;
    padding-top: 100px;
}

.coming-soon-bottom-text {
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 100px;
}

/* small screen */
@media (max-width: 576px) {
    .coming-soon-item {
        margin-right: 0;
    }

    .pt-170 {
        padding-top: 55px;
    }

    .business-vision-bg {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .product_introduction_text {
        margin-top: 0;
    }

    .about-text {
        margin-top: 30px;
    }
}

/* medium screen */
@media (min-width: 576px) and (max-width: 768px) {
    .coming-soon-item {
        margin-right: 0;
    }
}

/* large screen */
@media (min-width: 768px) and (max-width: 992px) {
    .coming-soon-item {
        margin-right: 0;
    }
}

/* xlarge screen */
@media (min-width: 992px) and (max-width: 1200px) {
    .coming-soon-top-text,
    .coming-soon-bottom-text {
        font-size: 36px;
        padding-top: 70px;
    }

    .coming-soon-bottom-text {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .coming-soon-item {
        width: 150px;
        margin-right: 30px;
    }
}

@media (max-width: 1000px) {
    header.style-1 .main-menu > ul > li ul.sub-menu {
        position: static;
    }

    .coming-soon-top-text,
    .coming-soon-bottom-text {
        font-size: 15px;
        padding-top: 10px;
        line-height: 2;
    }

    .coming-soon-bottom-text {
        padding-bottom: 10px;
    }
}

/* xxlarge screen */
@media (min-width: 1200px) {
    .coming-soon-item {
        width: 180px;
        margin-right: 40px;
    }

    .submenu-scroll {
        max-height: 800px;
        overflow-y: scroll;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }
}

.header-area .container {
    padding-left: 10px;
}
