body.overflow {
    overflow: hidden;
}
.evmoment_container {
    min-height: 100vh;
    position: relative;
}
.kv_wrap {
    height: 100vh;
    position: relative;
    background-color: #3C6598;
}
.kv_wrap .kv {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.model_wrap {
    position: absolute;
    left: 140px;
    left: 7.29166vw;
    top: 120px;
    top: 6.25vw;
}
.model_wrap .model_title_top {
    font-weight: 300;
    font-size: 36px;
    font-size: 1.875vw;
    line-height: 44px;
    line-height: 2.291666vw;
    color: #fff;
    margin-bottom: 10px;
    margin-bottom: 0.520833vw;
    font-family: "HyundaiSansHeadCN-lighter";
    white-space: pre-wrap;
}
.model_wrap .model_title {
    font-weight: 700;
    font-size: 100px;
    font-size: 5.20833vw;
    line-height: 124px;
    line-height: 6.458333vw;
    color: #fff;
}
.model_wrap .model_desc {
    font-weight: 300;
    font-size: 36px;
    font-size: 1.875vw;
    line-height: 44px;
    line-height: 2.291666vw;
    color: #fff;
    margin-top: 10px;
    margin-top: 0.520833vw;
    font-family: "HyundaiSansHeadCN-lighter";
}

.video_wrap {
    position: relative;
}
.video_wrap .video_title {
    font-weight: 300;
    font-size: 16px;
    font-size: 0.8333vw;
    line-height: 20px;
    line-height: 1.04166vw;
    letter-spacing: 2.4px;
    letter-spacing: 0.125vw;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    margin-bottom: 0.78125vw;
}
.video_title_wrap {
    display: flex;
    align-items: center;
}
.video_title_wrap .icon {
    display: block;
    width: 3px;
    width: 0.15625vw;
    height: 20px;
    height: 1.04166vw;
}
.video_title_wrap .left {
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.video_title_wrap .txt {
    margin: 0 3px;
    margin: 0 0.15625vw;
}
.scroll_box {
    overflow: hidden;
    width: 100%;
    max-height: 370px;
    max-height: 19.270833vw;
}
.scroll_box .scroll_wrap {
    padding-right: 17px;
    padding-right: 0.8854166vw;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 370px;
    max-height: 19.270833vw;
}

.scroll_wrap .item {
    width: 200px;
    width: 10.4166vw;
    height: 110px;
    height: 5.729166vw;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.swiper_video {
    width: 100vw;
    overflow: hidden;
}
.swiper_video .swiper_pagination {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    bottom: 4.1666vw;
    left: 0;
    text-align: center;

}
.swiper_pagination .swiper-pagination-bullet {
    width: 60px;
    width: 3.125vw;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, .4);
}
.swiper_pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
}
.video_item {
    position: relative;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
}
.video_item::before {
    content: "";
    display: block;
    width: 100px;
    width: 5.20833vw;
    height: 100px;
    height: 5.20833vw;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-image: url(../imgs/evmoment/icon_play.svg);
    background-repeat: no-repeat;
    background-position: 36.67px 30px;
    background-position: 1.909895833vw 1.5625vw;
    background-size: 33.33px 41.66px;
    background-size: 1.7359375vw 2.16979166vw;
    pointer-events: none;
    z-index: 1;
}
.video_img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.scroll_wrap .item+.item {
    margin-top: 20px;
    margin-top: 1.04166vw;
}
.scroll_wrap .item .video_img {
    display: block;
    width: 200px;
    width: 10.4166vw;
    height: 110px;
    height: 5.729166vw;
    object-fit: cover;
    transition: all ease-in 0.3s;
}
.scroll_wrap .item:hover .video_img {
    transform: scale(1.1);
}

/* 滚动条设置-start */
/* 适用于Chrome/Safari/Edge等WebKit内核浏览器 */
.scroll_wrap::-webkit-scrollbar {
    /* 垂直滚动条宽度 */
    width: 2px;
}

.scroll_wrap::-webkit-scrollbar-track {
    /* 滚动条轨道（背景）颜色 */
    background: rgba(255, 255, 255, 0.2);
}

.scroll_wrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 1); /* 滚动条滑块颜色 */
    border-radius: 0px; /* 可选：圆角效果 */
}

/* 仅 Firefox 生效的样式 */
@-moz-document url-prefix() {
    /* 适用于Firefox */
    .scroll_box * {
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 0.2);
    }
}
/* 滚动条设置-end */

/* news-start */
.news_wrap img {
    display: block;
    width: 100%;
    height: auto;
}
.news_pc {
    /* width: 1440px; */
    /* width: 75vw; */
    width: 1448px;
    width: 75.41666vw;
    margin: 0 auto;
    padding-top: 200px;
    padding-top: 10.4166vw;
    padding-bottom: 300px;
    padding-bottom: 15.625vw;
}
/* news-end */

/* 视频预览-start */
.pop-swiper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 100;
    display: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.95);
}
.pop-swiper .pop-swiper-close {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../imgs/evmoment/close.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 9;
}
.pop-swiper .pop-swiperWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.pop-swiper .pop-swiperWrap video {
    width: 100vw;
    height: 100vh;
}
/* 视频预览-end */
.slide-nav-wrap {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {

}

@media (max-width: 767px) {
    .evmoment_container {
        position: relative;
    }
    .model_wrap {
        left: 0;
        right: 0;
        top: 100px;
        text-align: center;
    }
    .model_wrap .model_title_top {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .model_wrap .model_title {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
    }
    .model_wrap .model_desc {
        font-size: 20px;
        line-height: 25px;
        margin-top: 10px;
    }
    .icon_tips_wrap {
        position: absolute;
        z-index: 1;
        bottom: 51px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .icon_tips_wrap .icon_up {
        width: 24px;
        height: 24px;
        display: block;
        margin: 0 auto;
        animation: bounce 1.5s infinite ease-in-out; /* 动画设置 */
    }
    @keyframes bounce {
        0%, 100% {
          transform: translateY(0); /* 起始和结束位置 */
        }
        50% {
          transform: translateY(-10px); /* 向上弹跳的高度 */
        }
    }
    .icon_tips_wrap .txt_tips {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #fff;
        margin-top: 10px;
    }
    
    
    .video_wrap {
        position: relative;
        right: unset;
        bottom: unset;
        margin-bottom: 15px;
    }
    .video_title_wrap {
        background: #fff;
        padding: 60px 20px 40px;
        position: sticky;
        top: 0;
        z-index: 21;
    }
    .video_wrap .video_title {
        font-weight: 800;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0;
        margin-bottom: 0;
        color: rgba(0, 44, 95, 1);
    }
    .video_wrap .video_desc {
        font-family: "HyundaiSansHeadCN-lighter";
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        color: rgba(0, 44, 95, 1);
    }
    .scroll_box {
        max-height: unset;
    }
    .scroll_box .scroll_wrap {
        width: 100%;
        max-height: unset;
        padding: 0 20px 15px;
    }
    
    .scroll_wrap .item {
        width: 100%;
        height: 335px;
    }
    .video_item::before {
        width: 50px;
        height: 50px;
        background-position: 19px 15px;
        background-size: 16px 20px;
    }
    .scroll_wrap .item+.item {
        margin-top: 15px;
    }
    .scroll_wrap .item .video_img {
        display: block;
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
    }
    .scroll_wrap .item:hover .video_img {
        transform: scale(1);
    }
    .scroll_wrap .item:active .video_img {
        transform: scale(1.1);
    }

    /* news-start */
    .news_mb {
        padding: 50px 18px 120px;
    }
    /* news-end */

}