.header_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* height: 52.418vw; */
    background-color: #000;
    user-select: none;
}
.header_container>div{
    position: absolute;
}
.classification_container{
    position: fixed;
    z-index: 0;
    top: 12%;
    left: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.classification_container .text{
    margin: 0 5px;
    font-weight: bold;
    font-size: 0.78vw;
    color: #898989;
}
.classification_container .text_active{
    color: #fff;
}
#smooth-wrapper{
    pointer-events: none;
}
#smooth-content>div{
    pointer-events: all;
}
.header_container .news_bg_img{
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0%;
    overflow: hidden;
}
.header_container .news_bg_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header_container .title_container{
    position: absolute;
    left: 4%;
    bottom: 5%;
    /* transition: all .3s ease-out; */
    will-change: transform;
}
.header_container .title_container .title_cn{
    color: #fff;
    font-size: 3.75vw;
    font-weight: bold;
    margin-bottom: 2.813vw;
    /* transition: transform 1.6s; */
}
.header_container .title_container .title_en {
    position: relative;
    font-weight: bold;
    font-size: 8.323vw;
    line-height: 1;
    overflow: visible !important;
    /* 核心：使用用户提供的渐变，但增加一点“高光”部分 */
    background: linear-gradient(
        195deg, 
        rgba(77, 77, 77, 1) 0%, 
        rgba(255, 255, 255, 1) 45%, /* 高光中心 */
        rgba(255, 255, 255, 1) 55%, /* 高光宽度 */
        rgba(77, 77, 77, 1) 100%
    );
    /* 背景放大，以便我们可以左右移动它 */
    background-size: 300% auto;
    background-position: 100% 0%; /* 初始位置在暗部 */
    /* 关键：将背景裁剪到文字上 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 将文字颜色设为透明，露出背后的渐变 */
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* 保持原有层级 */
    display: block;
}
.height_blur_container{
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh;
}
.height_container{
    pointer-events: none !important;
    width: 100%;
    height: 100vh;
}
.design_main{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    /* margin-top: 100vh; */
    background-color: #1b1b1b;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,0) 0%, 
    rgba(0,0,0,1) 2%);
    -webkit-mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,0) 0%, 
    rgba(0,0,0,1) 2%);
    -moz-mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,0) 0%, 
    rgba(0,0,0,1) 2%);
    /* 扩展属性 */
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
    
    -webkit-mask-size: 100% 100%;
    -moz-mask-size: 100% 100%;
    mask-size: 100% 100%;
    
    -webkit-mask-repeat: no-repeat;
    -moz-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    
    -webkit-mask-position: center;
    -moz-mask-position: center;
    mask-position: center;
}
.design_main .nosie_bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}
/* .design_main::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    box-shadow: 0px 0px 10px 10px #111;
} */
.design_main .text_container{
    will-change: transform;
}
.design_main .p_1{
    font-weight: 300;
    font-size: 1.979vw;
    line-height: 1.6;
}
.design_main .p_2{
    font-weight: 300;
    font-size: 1.979vw;
    line-height: 1.6;
}
.design_main .p_3{
    font-size: 3.125vw;
    font-weight: bold;
    line-height: 1.6;
}
.design_main .span_1{
    color: #fff;
    width: 61%;
    display: inline-block;
    margin: 4.948vw 0 0;
    font-size: 1.25vw;
    line-height: 1.6;
}

.design_main .span_1 span {
    color: #898989; /* 初始颜色：灰色 */
    display: inline; /* 保持文字排版连贯 */
    transition: color 0.1s linear; /* 可选：增加一点平滑感 */
}


.layer_3_container{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: #1b1b1b;
}
.layer_3_container::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    box-shadow: 0px 0px 10px 50px #1b1b1b;
}
.layer_3_container .sticky_container{
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: aqua; */
    /* transition: all .3s ease-out; */
}
.layer_3_container .sticky_container .width_limit{
    position: relative;
    width: 87.5%;
    display: flex;
    flex-direction: column;
}
.layer_3_container .sticky_container .width_limit .title_container{
    margin-bottom: 1.5vw;
    height: 4.427vw;
}
.layer_3_container .sticky_container .width_limit .title_container .title_list_item{
    position: absolute;
    display: flex;
    color: #fff;
    line-height: 1;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s;
}
.layer_3_container .sticky_container .width_limit .title_container .title_list_item_active{
    transform: translateY(0%);
    opacity: 1;
}
.layer_3_container .sticky_container .width_limit .title_container .p_1{
    font-size: 4.844vw;
    font-weight: 300;
}
.layer_3_container .sticky_container .width_limit .title_container .p_2{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 1.25vw;
    font-weight: bold;;
    margin-left: 2.396vw;
    line-height: 1.6;
}
.layer_3_container .sticky_container .width_limit .image_container{
    position: relative;
    width: 100%;
    height: 41.667vw;
    overflow: hidden;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
}
.layer_3_container .sticky_container .width_limit .image_container .img_items{
    width: 100%;
    height: 0;
    object-fit: cover;
    transition: flex-grow 1s,scale 1s;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    will-change: flex-grow;
}
.layer_3_container .sticky_container .width_limit .image_container .img_items_active{
    flex-grow: 1;
    transition: flex-grow .7s ease-out,scale 1s;
}
.layer_3_container .sticky_container .width_limit .image_container .img_items_active:hover{
    scale: 1.05;
}
.mobile_img_list{
    position: relative;
    z-index: 1;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1b1b1b;
    color: #fff;
    display: none;
}
.mobile_img_list .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw;
}
.mobile_img_list .item .title{
    position: relative;
    width: 80%;
}
.mobile_img_list .item .title .p_1{
    font-size: 13.333vw;
    margin-bottom: 7vw;
}
.mobile_img_list .item .title .p_2{
    font-size: 3.6vw;
    line-height: 1.7;
    margin-left: 0;
}
.mobile_img_list .item .image{
    position: relative;
    width: 80%;
    height: 92vw;
    border-radius: 5vw;
    margin: 8vw 0;
    overflow: hidden;
}
.mobile_img_list .item .image .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.margin_container{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 10vw;
    background-color: #1b1b1b;
    box-shadow: 0px 0px 15px #1b1b1b;
}
.misaligned_rolling_container{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80.417vw;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.misaligned_rolling_container .bg_img{
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.misaligned_rolling_container .blur_container{
    position: relative;
    width: 43.75%;
    background-color: rgba(255,255,255,0);
    backdrop-filter: blur(18px);
    border-radius: 0.6vw;
    border: 1px solid rgba(255,255,255,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.615vw 0 5.313vw;
    /* transition: all .5s ease-out; */
    will-change: transform;
}
.misaligned_rolling_container .blur_container .width_limit{
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1;
    /* transition: all .5s ease-out; */
}
.misaligned_rolling_container .blur_container .p_1{
    font-size: 2.3vw;
    text-align: center;
    font-weight: 300;
}
.misaligned_rolling_container .blur_container .p_2{
    font-size: 3vw;
    text-align: center;
    font-weight: bold;;
    margin-top: 1vw;
    margin-bottom: 5vw;
}
.misaligned_rolling_container .blur_container .p_3{
    font-size: 0.9vw;
    line-height: 1.6;
    margin-bottom: 2vw;
}
.misaligned_rolling_container .blur_container .p_4{
    font-size: 0.9vw;
    line-height: 1.6;
    margin-bottom: 2vw;
}
.misaligned_rolling_container .blur_container .p_5{
    font-size: 0.9vw;
    line-height: 1.6;
    margin-bottom: 2vw;
}
.misaligned_rolling_container .special_effects_more{
    font-size: 0.85vw;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: rgba(255,255,255,0.2);
    box-shadow: 0px 5px 9px 0px rgba(53,53,53,0.22), 1px 1px 0px 0px rgba(255,255,255,0.35);
}
.misaligned_rolling_container .special_effects_more .jciconfont{
    font-size: 0.85vw;
}
.misaligned_rolling_container .special_effects_more .style_label{
    padding: 0.6vw 2vw;
}


.footer_container_width{
    position: relative;
    z-index: 1;
    background-color: #1b1b1b;
    box-sizing: border-box;
}
.footer_container{
    margin-top: 13vw;
}
.footer_container .footer_up .footer_up_left>.p_1{
    color: #918c8a !important;
}
.footer_container .footer_up .footer_up_left>.p_2{
    color: #918c8a !important;
}
.footer_container .footer_up .footer_up_left>.p_3{
    color: #918c8a !important;
}
.footer_container .logo_social_media_platform .jcicon-logo{
    color: #918c8a !important;
}
.footer_container .footer_up .footer_up_right .list_title{
    color: #918c8a !important;
}
.footer_container .footer_up .footer_up_right .list_item{
    color: #918c8a !important;
}
.footer_container .logo_social_media_platform .social_media_platform_container .jciconfont{
    color: #918c8a !important;
}
.footer_container .footer_down .other_info a{
    color: #918c8a !important;
}
/* --- 滚动条隐形样式 --- */

/* 你的隐藏样式保持不变 */
body.hide_scrollbar_style::-webkit-scrollbar {
    width: 6px;
    background-color: #1b1b1b;
}
body.hide_scrollbar_style::-webkit-scrollbar-thumb {
    background-color: #1b1b1b;
}
body.hide_scrollbar_style::-webkit-scrollbar-track {
    background-color: #1b1b1b;
}
.nav_container_hide_import {
    transform: translateY(-101%) !important;
}
.nav_container_hide_import .nav_bg {
    transform: translateY(-100%) !important;
}
@media (max-width: 996px) {
    .classification_container{
        display: none;
    }
    .header_container .title_container{
        bottom: 48.205vw;
    }
    .header_container .title_container .title_cn{
        font-size: 7.692vw;
    }
    .header_container .title_container .title_en{
        font-size: 10vw;
    }
    .design_main .p_1{
        font-size: 4.6vw;
    }
    .design_main .p_3{
        font-size: 7vw;
    }
    .design_main .span_1{
        width: 66%;
        font-size: 4.25vw;
        line-height: 2;
    }
    .layer_3_container{
        display: none;
    }
    .layer_3_container .sticky_container .width_limit{
        width: 91.7%;
        transform: translateY(12vw);
    }
    .layer_3_container .sticky_container .width_limit .image_container{
        height: 92vw;
    }
    .layer_3_container .sticky_container .width_limit .title_container .title_list_item{
        flex-direction: column;
    }
    .layer_3_container .sticky_container .width_limit .title_container{
        height: 12vw;
    }
    .layer_3_container .sticky_container .width_limit .title_container .p_1{
        font-size: 13.333vw;
        margin-bottom: 7vw;
    }
    .layer_3_container .sticky_container .width_limit .title_container .p_2{
        font-size: 3.6vw;
        line-height: 1.7;
        margin-left: 0;
    }
    .layer_3_container .sticky_container .width_limit .title_container .title_list_item_active{
        transform: translateY(-100%);
    }
    .mobile_img_list{
        display: flex;
    }
    .misaligned_rolling_container{
        height: 216.923vw;
    }
    .misaligned_rolling_container .blur_container .width_limit{
        width: 68%;
    }
    .misaligned_rolling_container .blur_container{
        width: 91.7%;
        /* height: 135.385vw; */
        border-radius: 3vw;
        padding: 17vw 0;
    }
    .misaligned_rolling_container .blur_container .p_1{
        font-size: 5.385vw;
    }
    .misaligned_rolling_container .blur_container .p_2{
        font-size: 7.692vw;
        margin-bottom: 13vw;
    }
    .misaligned_rolling_container .blur_container .p_3{
        font-size: 3.6vw;
    }
    .misaligned_rolling_container .blur_container .p_4{
        font-size: 3.6vw;
    }
    .misaligned_rolling_container .special_effects_more{
        font-size: 3.846vw;
        margin-top: 11vw;
    }
    .misaligned_rolling_container .special_effects_more .style_label{
        padding: 2.3vw 6.41vw;
    }
    .misaligned_rolling_container .special_effects_more .jciconfont{
        font-size: 4.1vw;
        margin-left: 5.897vw;
    }
}