/* 产品支持的css */

.product-support-wrapper {
    padding-top: 96px;
}

.product-support-title,
.product-support-subtitle {
    text-align: center;
    font-size: 40px;
    color: #000000;
    line-height: 56px;
}

.product-support-subtitle {
    font-size: 20px;
    line-height: 32px;
}

.pt-160 {
    padding-top: 160px;
}

/* 支持列表 start */

.support-list,
.service-support-list {
    box-sizing: border-box;
}

.support-item {
    width: 300px;
    height: 300px;
    background-color: #f3f6fa;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    line-height: 56px;
    text-align: center;
}

.font-weight-300 {
    font-weight: 300;
}

.f-size-24 {
    font-size: 24px;
}

/* 支持列表 end */

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

.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_load_more_btn_wrap {
    width: 190px;
    margin: 90px auto 40px;
    text-align: center;
}

.coming-soon_load_more_btn_wrap button {
    width: 190px;
    height: 54px;
    border-radius: 60px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    color: #2d2d2d;
    line-height: 54px;
}

.submenu-scroll.container {
    padding: 0;
}

.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) {
    .product-support-wrapper {
        padding-top: 55px;
    }

    .product-support-title {
        font-size: 18px;
        line-height: 36px;
    }

    .product-support-subtitle {
        font-size: 12px;
        line-height: 24px;
    }

    .pt-160 {
        padding-top: 26px;
    }

    .support-list {
        padding: 24px 0 0;
    }

    .service-support-list {
        padding: 24px 0;
    }

    .support-item {
        width: 80px;
        height: 80px;
        font-size: 14px;
        line-height: 20px;
    }

    .f-size-24 {
        font-size: 12px;
    }

    /* .model-title {
        padding-top: 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    } */

    .coming-soon-item {
        margin-right: 0;
    }

    .coming-soon_load_more_btn_wrap {
        margin: 20px auto;
    }
}

/* medium screen */
@media (min-width: 576px) and (max-width: 768px) {
    .product-support-wrapper {
        padding-top: 55px;
    }

    .product-support-title {
        font-size: 24px;
    }

    .pt-160 {
        padding-top: 30px;
    }

    .support-list {
        padding: 40px 100px 0;
    }

    .service-support-list {
        padding: 30px 0;
    }

    .support-item {
        width: 120px;
        height: 120px;
        font-size: 18px;
        line-height: 24px;
    }

    /* .model-title {
        padding-top: 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    } */

    .coming-soon-item {
        margin-right: 0;
    }

    .coming-soon_load_more_btn_wrap {
        margin: 20px auto;
    }
}

/* large screen */
@media (min-width: 768px) and (max-width: 992px) {
    .product-support-wrapper {
        padding-top: 55px;
    }

    .product-support-title {
        font-size: 30px;
    }

    .pt-160 {
        padding-top: 60px;
    }

    .support-list {
        padding: 40px 100px 0;
    }

    .service-support-list {
        padding: 50px 0;
    }

    .support-item {
        width: 160px;
        height: 160px;
        font-size: 24px;
        line-height: 32px;
    }

    /* .model-title {
        padding-top: 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    } */

    .coming-soon-item {
        margin-right: 0;
    }

    .coming-soon_load_more_btn_wrap {
        margin: 20px auto;
    }
}

/* xlarge screen */
@media (min-width: 992px) and (max-width: 1200px) {
    .product-support-title {
        font-size: 30px;
    }

    .pt-160 {
        padding-top: 120px;
    }

    .support-list {
        padding: 40px 100px 0;
    }

    .service-support-list {
        padding: 60px 0;
    }

    .support-item {
        width: 200px;
        height: 200px;
        font-size: 32px;
        line-height: 40px;
    }

    .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) {
    .support-list {
        padding: 60px 160px 0;
    }

    .service-support-list {
        padding: 60px 0;
    }

    .coming-soon-item {
        width: 180px;
        margin-right: 40px;
    }

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

    .support-item {
        width: 260px;
        height: 260px;
        font-size: 32px;
        line-height: 40px;
    }
}

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

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