.center_wrapper {
    padding: 86px 0 126px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-wrapper {
    padding-top: 55px;
}

/** 企业愿景/联系我们/关于我们 start */

.home-item-box {
    width: 600px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f3f6fa;
    border-radius: 10px;
    margin-bottom: 40px;
}

.home-icon {
    width: 60px;
    height: 60px;
}

.home-text {
    font-weight: 800;
    font-size: 26px;
    color: #352c2c;
    line-height: 40px;
    padding: 18px 0;
}

.home-item-button {
    width: 100px;
    line-height: 40px;
    box-sizing: border-box;
    border-radius: 60px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    background-color: #352c2c;
}

/** 企业愿景/联系我们/关于我们 start */

.load_more_btn {
    width: 190px;
    line-height: 54px;
    box-sizing: border-box;
    border-radius: 60px;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
}

.load_more_btn:hover {
    background-color: var(--paragraph-color);
}

.primary-btn-color {
    background-color: #000000;
}

.primary-btn-color:hover {
    background-color: var(--paragraph-color);
}

.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;
}

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

/* 联系我们 */
.contact-us-section {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.left_form {
    padding: 0 50px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact-us-title,
.contact-form .form-title .contact-us-title {
    padding-top: 40px;
    font-weight: 800;
    font-size: 40px;
    color: #000000;
    line-height: 56px;
}

.about-text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 32px;
}

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

.contact-number-area {
    padding-top: 32px;
    display: flex;
    align-items: flex-end;
}

.icon-area {
    width: 122px;
    height: 122px;
    background-color: #d9d9d9;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.contact-number-label {
    font-weight: 800;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    margin-left: 24px;
}

.contact-number-value {
    font-weight: 800;
    font-size: 36px;
    color: #000000;
    line-height: 48px;
    margin-left: 24px;
    margin-bottom: 8px;
}

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

/* 用户数据展示 start */
.data-card {
    display: flex;
    align-items: center;
}

.data-icon {
    width: 100%;
    /* height: 200px; */
    border-radius: 10px;
}

.data-value-wrapper {
    display: flex;
    align-items: flex-start;
}

.data-value {
    font-size: 48px;
}

.data-unit {
    margin-left: 10px;
    font-size: 16px;
}

.data-label {
    font-size: 12px;
}

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

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/** 用户数据展示 end */

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

.display-block {
    display: block;
}

.affix-wrapper {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

.affix-wrapper:hover {
    transform: scale(1);
}

.affix-icon {
    width: 80%;
    transform: translate(9px, 5px);
}

.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) {
    .py-40 {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .data-value {
        font-size: 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;
    }

    .home-item-box {
        height: 200px;
    }

    .home-icon {
        width: 50px;
        height: 50px;
    }

    .home-text {
        font-size: 24px;
        line-height: 32px;
        padding: 20px 0;
    }

    .home-item-button {
        width: 160px;
        line-height: 40px;
        font-size: 16px;
    }

    .affix-wrapper {
        bottom: 30px;
        right: 5px;
    }
}

/* medium screen */
@media (min-width: 576px) and (max-width: 768px) {
    .py-40 {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .data-value {
        font-size: 34px;
    }

    /* .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) {
    .data-value {
        font-size: 36px;
    }

    /* .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) {
    .coming-soon-top-text,
    .coming-soon-bottom-text {
        font-size: 36px;
        padding-top: 70px;
    }

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

    .img-wrapper .container {
        max-width: 100%;
    }

    .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) {
    .img-wrapper .container {
        max-width: 100%;
    }

    .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;
}
