body.overflow {
    overflow: hidden;
}

.evmoment_container {
    min-height: 100vh;
    position: relative;
}

.safe-zone-1440 {
    width: 75vw;
    margin: auto;
    overflow: hidden;
}

.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: ;
    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:  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;
}

/* 内饰-start */
.img_txt_wrap {
    position: relative;
    overflow: hidden;
}

.img_txt_wrap .img_txt_img {
    width: 100%;
    height: auto;
    min-height: 56.14583vw;
    display: block;
    object-fit: cover;
}

.img_txt_wrap .txt_wrap {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    color: #fff;
    padding-top: 140px;
    padding-top: 7.29166vw;
    font-family: "hyundaisansheadcn-lighter";
}

.img_txt_wrap .txt_wrap.bottom .txt_title_wrap {
    position: absolute;
    left: 12.5vw;
    bottom: 140px;
    bottom: 7.29166vw;
}

.img_txt_wrap .txt_wrap .txt_title_wrap {
    width: 75vw;
    margin: auto;
    text-align: left;
}

.img_txt_wrap .txt_wrap .txt_title {
    font-size: 60px;
    font-size: 3.125vw;
    font-weight: 300;
    line-height: 74px;
    line-height: 3.854166vw;
}

.img_txt_wrap .txt_wrap .txt_desc {
    font-size: 32px;
    font-size: 1.666vw;
    line-height: 39px;
    line-height: 2.03125vw;
    font-weight: 300;
    margin-top: 30px;
    margin-top: 1.5625vw;
}

/* 内饰-轮播 */
.swiper_interior {
    position: relative;
    margin-top: 160px;
    margin-top: 8.333vw;
    padding-bottom: 25px;
    padding-bottom: 1.3020833vw;
}

.swiper_interior_wrap .swiper-slide {
    position: relative;
}

.swiper_interior_wrap .swiper-slide .img {
    width: 100%;
    height: 900px;
    height: 46.875vw;
}

.swiper_interior .btn_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.swiper_interior .btn_wrap .swiper-button-prev,
.swiper_interior .btn_wrap .swiper-button-next {
    left: 160px;
    left: 8.333vw;
    top: 50%;
    transform: translatey(-50%);
    width: 50px;
    width: 2.604166vw;
    height: 50px;
    height: 2.604166vw;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    background-image: ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    background-size: 1.45833vw 1.45833vw;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.swiper_interior .btn_wrap .swiper-button-next {
    left: unset;
    right: 160px;
    right: 8.333vw;
    margin-left: 20px;
    margin-left: 1.0416vw;
    background-image: ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    background-size: 1.45833vw 1.45833vw;
}


/* 内饰-end */

/* 预约咨询-start */
.testdrive {
    background: transparent;
    background-size: 100% 100%;
    height: auto;
    padding: 163px 0;
    padding: 8.4895833vw 0;
    display: flex;
    align-items: center;
    margin: 0;
    background: #f7f7f7;
}

.testdrive .inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1020px;
    max-width: 53.125vw;
    padding-left: 0;
    padding-right: 0;
}

.testdrive .part_title {
    font-family: "hyundaisansheadcn-lighter";
    font-size: 40px;
    font-size: 2.0833vw;
    font-weight: 300;
    line-height: 49.2px;
    line-height: 2.5625vw;
    text-align: left;
    margin-bottom: 40px;
    margin-bottom: 2.0833vw;
    color: #000;
}

.testdrive input[type=text] {
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    padding-bottom: 0.52083vw;
    height: 40px;
    height: 2.0833vw;
    border-radius: 0;
    color: #000 !important;
    background: transparent;
    font-family: "hyundaisansheadcn";
    font-size: 18px !important;
    font-size: 0.9375vw !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    line-height: 2.0833vw !important;
    text-align: left;
}

.testdrive ::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

.testdrive .form-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #000;
}

.testdrive .form-box .input-box {
    display: flex;
    align-items: center;
    -ms-flex: auto;
    font-size: 16px;
    font-size: 0.8333vw;
    flex: 1;
}

.testdrive .form-box .input-box .input-box {
    margin-left: 60px;
    margin-left: 3.125vw;
}

.testdrive .drivefooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-top: 2.0833vw;
}

.testdrive .drivefooter .radio-box-wrap {
    display: flex;
    align-items: center;
}

.testdrive .drivefooter .radio-box-wrap .radio-box {
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    font-size: 14px !important;
    font-size: 0.729vw !important;
    font-weight: 400;
    line-height: 22px;
    line-height: 1.1458vw;
    text-align: left;
    color: #000;
    letter-spacing: 1px;
}

.testdrive .drivefooter .radio-box-wrap .radio-box .radio-box {
    margin-left: 20px;
    margin-left: 1.04166vw;
}

.testdrive .drivefooter .radio-box-wrap .radio-box:hover i {
    background:  no-repeat center/100%;
}

.testdrive .drivefooter .radio-box-wrap .radio-box i {
    position: relative;
    width: 16px;
    width: 0.8333vw;
    height: 16px;
    height: 0.8333vw;
    display: inline-flex;
    margin: 0 12px 0 0;
    margin: 0 0.625vw 0 0;
    cursor: pointer;
    background:  no-repeat center/100%;
}

.testdrive .drivefooter .radio-box-wrap .radio-box i.active {
    background:  no-repeat center/100%;
}

.testdrive .drivefooter .radio-box-wrap .radio-box input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    width: 50%;
    height: 100%;
}

.testdrive .drivefooter .radio-box-wrap .radio-box a {
    color: #00b1da;
    text-decoration: none;
}

.testdrive .drivefooter .submit-btn {
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px !important;
    font-size: 0.8333vw !important;
    font-weight: 400 !important;
    width: 160px;
    width: 8.333vw;
    height: 40px;
    height: 2.0833vw;
    padding: 13px 15px;
    padding: 0.677vw 0.78125vw;
    background: rgb(0, 44, 95);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.testdrive .drivefooter .submit-btn:hover {
    background: rgba(0, 51, 108, 0.9);
}

.testdrive .drivefooter .submit-btn.submit-static {
    opacity: 0.2;
    pointer-events: none;
}

/* 预约咨询-end */



@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: 40px 20px;
        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 */

    /* 内饰-start */
    .img_txt_wrap {
        position: relative;
        overflow: hidden;
    }

    .img_txt_wrap .img_txt_img {
        width: 100%;
        height: auto;
        min-height: 177vw;
        display: block;
        object-fit: cover;
    }

    .img_txt_wrap .txt_wrap {
        padding: 100px 30px 0;
        font-family: "hyundaisansheadcn-lighter";
        text-align: center;
    }

    .img_txt_wrap .txt_wrap.bottom .txt_title_wrap {
        position: relative;
        left: unset;
        bottom: unset;
    }

    .img_txt_wrap .txt_wrap .txt_title_wrap {
        width: 100%;
        margin: auto;
        text-align: center;
        box-sizing: border-box;
    }

    .img_txt_wrap .txt_wrap .txt_title {
        font-size: 28px;
        font-weight: 300;
        line-height: 34.44px;
    }

    .img_txt_wrap .txt_wrap .txt_desc {
        font-size: 14px;
        line-height: 17px;
        margin-top: 10px;
    }


    /* 内饰-轮播 */
    .img_title_wrap_mb {
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
        position: relative;
    }

    .img_title_wrap_mb.wrap_padding .swiper-slide {
        padding: 0 20px;
    }

    .img_title_wrap_mb.h335 .swiper-slide .img {
        height: calc(100vw - 40px);
    }

    .img_title_wrap_mb.h485 .swiper-slide .img {
        height: 129.333vw;
    }

    .img_title_wrap_mb.h235 .swiper-slide .img {
        height: 62.666vw;
    }

    .img_title_wrap_mb.h210 .swiper-slide .img {
        height: calc((100vw - 40px) / 1.5952380952);
    }

    .img_title_wrap_mb .swiper-slide .img {
        width: 100%;
        display: block;
        height: auto;
        object-fit: cover;
    }

    .swiper_pagination_mb {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .swiper_pagination_mb .swiper-pagination-bullet {
        width: 20px;
        height: 2px;
        background: rgba(0, 0, 0, 0.2);
        opacity: 1;
        margin: 0 5px !important;
        border-radius: 0;
        border: none;
    }

    .swiper_pagination_mb .swiper-pagination-bullet-active {
        border: none;
        opacity: 1;
        background: rgb(0, 0, 0);
    }

    .swiper_pagination_mb .swiper-pagination-bullet:first-child {
        margin-left: 0px !important;
    }

    .swiper_pagination_mb .swiper-pagination-bullet:last-child {
        margin-right: 0px !important;
    }

    .swiper_pagination_mb.control {
        margin-bottom: 40px;
    }

    /* 内饰-end */

    /* 预约咨询-start */
    .testdrive {
        margin-top: 65px;
        height: auto;
        display: block;
        padding: 0;
    }

    .testdrive .inner {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        padding: 60px 20px;
    }

    .testdrive .part_title {
        font-size: 24px;
        font-weight: 400;
        line-height: 42px;
        text-align: left;
        margin-bottom: 20px;
        font-family: "hyundaisansheadcn";
    }

    .testdrive input[type=text] {
        width: 100%;
        height: 100%;
        padding-bottom: 5px;
        height: 30px !important;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 19.52px !important;
        text-align: left;
        padding-left: 0;
    }

    .testdrive .form-box {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .testdrive .form-box .input-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 16px;
        flex: 1;
        width: 100%;
    }

    .testdrive .form-box .input-box .input-box {
        margin-left: 0;
        margin-top: 35px;
    }

    .testdrive .drivefooter {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 55px;
    }

    .testdrive .drivefooter .radio-box-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .testdrive .drivefooter .radio-box-wrap .radio-box {
        display: flex;
        align-items: center;
        white-space: nowrap;
        position: relative;
        font-size: 12px !important;
        font-weight: 300;
        line-height: 14.76px;
        text-align: left;
        letter-spacing: 1px;
    }

    .testdrive .drivefooter .radio-box-wrap .radio-box .radio-box {
        margin-left: 0;
        margin-top: 10px;
    }

    .testdrive .drivefooter .radio-box-wrap .radio-box i {
        width: 12px;
        height: 12px;
        margin: 0 10px 0 0;
    }

    .testdrive .drivefooter .submit-btn {
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        font-size: 16px !important;
        line-height: 19.52px;
        width: 100%;
        height: 45px;
        padding: 13px 0px 12px;
        background: #002c5f;
        color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .testdrive .drivefooter .submit-btn:hover {
        background: #002c5f;
        opacity: 0.9;
    }

    .testdrive .drivefooter .submit-btn.submit-static {
        opacity: 0.6;
        pointer-events: none;
    }

    /* 预约咨询-end */

}