.scroll_center{
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s;
}
.scroll_center._into{
    opacity: 1;
    transform: translateY(0)
}
body {
    background: #F9F9F9;
}



.img-box img,
.img-box video{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 8;
}
.one-title-box{
    position: absolute;
    left: 0;
    top: 1.09rem;
    text-align: center;
    z-index: 2;
    font-weight: 400;
    color: #FFFFFF;
}
.one-title-box{
    position: absolute;
    left: 0;
    top: 1.09rem;
    text-align: center;
    z-index: 2;
    font-weight: 400;
    color: #FFFFFF;
    width: 100%;
}
.two-title-box{
    margin-left: 1.6rem;
    margin-bottom: 0.47rem;
    font-weight: 400;
    color: #000;
}
.one-title1{
    font-size: 0.58rem;
}
.one-title2{
    font-size: 0.28rem;
    margin-top: 0.1rem;
}
.two-title1{
    font-size: 0.48rem
}
.onePage{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.twoPage{
    width: 100%;
    position: relative;
    padding:  0 2.3rem;
    overflow: hidden;
}
.img-box .flet-img{
    height: 100vh;
}
.mar-btm{
    margin-bottom: 1.14rem;
}
.mar-btm-two{
    margin-bottom: 0.7rem;
}


/* tvc */


.tvc-bg{
    width: 100%;
    background: #000;
}
.tvc-detail{
    position: absolute;
    left: 2.1rem;
    bottom: 1rem;
    color: #fff;
    z-index: 2;
}
.tvc-title{
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 0.75rem;
}
.tvc-data-box{
    display: flex;
    margin-top: 0.43rem;
}
.tvc-box{
    font-weight: bold;
    font-size: 0.38rem;
    padding-right: 1.2rem;
    position: relative;
}
.tvc-box::after{
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    content:'';
    width: 0.02rem;
    height: 0.49rem;
}
.tvc-box:nth-last-child(1){
    padding-right: 0
}
.tvc-box:nth-last-child(1)::after{
    display: none;
}
.tvc-t{
    font-size: 0.17rem;
    line-height: 0.32rem;
}
.tvc-d span{
    font-weight: bold;
    font-size: 0.25rem;
}
.tvc-btn-box{
    position: absolute;
    right: 2.1rem;
    bottom: 1rem;
    color: #fff;
    z-index: 2;
    border: 1px solid #fff;
    opacity: 0.7;
    transition: all 0.5s;
    width: 1.84rem;
    height: 0.54rem;
    font-size: 0.17rem;
    text-align: center;
    line-height: 0.54rem;
    cursor: pointer;
    border-radius: 0.54rem;
}
.tvc-btn-box:hover{
    opacity: 1;
}
.video-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: none;
    background: #000;
}
.close-box{
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 100001;
    background-color: #6b6b6b;
    border-radius: 100%;
    opacity: 0.5;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-box img {
    width: 0.15rem;
    z-index: 100010;
}
.video-box video {
    width: 100%;
    height: 100vh;
    object-fit: scale-down;
}


/* 轮播图 */
.sw_t{
    font-size: 0.18rem;
}
.sw_d{
    font-size: 0.17rem;
}
.cls_pagination{
    display: none;
}
.sw_t_box{
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
}
.sw_t_list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    border-bottom: 1px solid #DEDEDE;
}
.sw_t_list div{
    padding: 0.27rem 0.2rem;
    position: relative;
    color: #9C9C9C;
    cursor: pointer;
    transition: all 0.3s;
}
.sw_6_t .sw_t_list{
    gap: 0.35rem;
}
.sw_6_t .sw_t_list div{
    padding: 0.27rem 0;
}
.sw_t_list div::after{
    content: '';
    position: absolute;
    left: 0 ; 
    bottom: -1px;
    width: 0;
    height: 3px;
    background: #DBAD76;
    transition: all 0.3s;
}
.sw_d_box{
    position: relative;
    width: 11rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.27rem;
    height: 1.5rem;
}
.sw_d_box div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #9C9C9C;
    opacity: 0;
    transition: all 0.3s;
}
.sw_t_list div.active{
    color: #000
}
.sw_t_list div.active::after{
    width: 100%;
}
.sw_d_box div.active{
    opacity: 1
}
.sw_12_d{
    height: 0.5rem;
}
.sw_6_d{
    height: 0.5rem;
}
/* .sw_6_btm{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.sw_6_cls_pagin{
    display: flex;
    width: 70%;
}
.sw_6_cls_pagin .swiper-pagination-bullet{
    border-radius: unset;
    background: #464646;
    flex: 1;
    opacity: 1;
    height: 1px;
    position: relative;
}
.sw_6_cls_pagin .swiper-pagination-bullet-active{
    background: #464646;
}
.sw_6_cls_pagin .swiper-pagination-bullet::after{
    height: 2px;
    width: 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #464646;
}
.sw_6_cls_pagin .swiper-pagination-bullet.active::after{
    width: 100%;
}
.sw_10_btm{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.sw_10_cls_pagin{
    display: flex;
    width: 70%;
}
.sw_10_cls_pagin .swiper-pagination-bullet{
    border-radius: unset;
    background: #464646;
    flex: 1;
    opacity: 1;
    height: 1px;
    position: relative;
}
.sw_10_cls_pagin .swiper-pagination-bullet-active{
    background: #464646;
}
.sw_10_cls_pagin .swiper-pagination-bullet::after{
    height: 2px;
    width: 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}
.sw_10_cls_pagin .swiper-pagination-bullet.active::after{
    width: 100%;
}


.sw_12_btm{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.sw_12_cls_pagin{
    display: flex;
    width: 70%;
}
.sw_12_cls_pagin .swiper-pagination-bullet{
    border-radius: unset;
    background: #464646;
    flex: 1;
    opacity: 1;
    height: 1px;
    position: relative;
}
.sw_12_cls_pagin .swiper-pagination-bullet-active{
    background: #464646;
}
.sw_12_cls_pagin .swiper-pagination-bullet::after{
    height: 2px;
    width: 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}
.sw_12_cls_pagin .swiper-pagination-bullet.active::after{
    width: 100%;
} */
.cgs_btn{
    display: flex;
    gap: 0.23rem;
}
.cgs_btn-r img {
    width: 0.4rem;
    height: 0.4rem;
    object-fit: cover;
    opacity: 0.7;
    cursor: pointer;
}
.cgs_btn-r img:hover {
    opacity: 1;
}
.cgs_btn-l img {
    width: 0.4rem;
    height: 0.4rem;
    object-fit: cover;
    opacity: 0.7;
    cursor: pointer;
}
.cgs_btn-l img:hover {
    opacity: 1;
}
.sw-n-t-box{
    padding: 0.39rem 0;
    color: #000;
    height: 1.6rem;
}
.sw-n-t-box .sw_t{
    font-weight: 600;
    font-size: 0.2rem
}
.sw-n-t-box .sw_d{
    font-weight: 400;
    margin-top: 0.13rem
}

/* 车外观 */

.car-wg-d{
    position: absolute;
    left: 50%;
    bottom: 1.3rem;
    transform: translateX(-50%);
    width: 80%;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 400;
    text-align: center;
}
.car-ns-d{
    position: absolute;
    right: 3.98rem;
    top: 1.3rem;
    width: 40%;
    color: #000;
    font-size: 0.2rem;
    font-weight: 400;
}
.ns-title-box{
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 100%;
    z-index: 5;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.car-title-box{
    color: #000;
}
.car-style{
    position: absolute;
    bottom: 0.73rem;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
    gap: 0.63rem;
}
.car-color{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.car-color img{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    overflow: hidden;
    padding: .05rem;
}
.car-color div{
    font-size: 0.16rem;
    margin-top: 0.05rem;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.5s;
    color: #000;
}
.ns .car-color div{
    color: #fff;
}
.car-color.active div{
    opacity: 1
}
.car-color:nth-of-type(1).active img{
    border: 1px solid #59716b

}
.car-color:nth-of-type(2).active img{
    border: 1px solid #9ca4a7
}
.car-color:nth-of-type(3).active img{
    border: 1px solid #2b353d
}
.car-color:nth-of-type(4).active img{
    border: 1px solid #8B9497

}
/* .car-color:nth-of-type(5).active img{
    border: 1px solid #8f908b
} */

.ns .car-color:nth-of-type(1).active img{
    border: 1px solid #D2C6B6
}
.ns .car-color:nth-of-type(2).active img{
    border: 1px solid #F2A564
}
.ns .car-color:nth-of-type(3).active img{
    border: 1px solid #505050
}

/* 车参数 */
.p2u2-units{
    display: flex;
    gap: 0.71rem;
    align-items: center;
    margin-left: 1.6rem;
    margin-bottom: 0.47rem;
}
.p3u1-units{
    display: flex;
    gap: 0.71rem;
    align-items: center;
    margin-left: 1.6rem;
    margin-bottom: 0.47rem;
}
.p2u2-n{
    display: flex;
    align-items: flex-end;
    gap: 0.05rem;
    color: #DBAD76;
    font-size: 0.34rem;
    font-weight: 600;
}
.p2u2-u{
    font-size: 0.24rem;
    margin-bottom: 0.04rem;
}
.p2u2-d{
    font-size: 0.18rem;
    color: #000;
    margin-bottom: 0.1rem;
    font-weight: 300;
}
.p3u1-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p3u1-item{
    background: #E7E7E7;
    width: calc(50% - 0.1rem);
}
.p3u1-t-box{
    padding: 0.58rem;
    height: 2.56rem;
    color: #000;
}
.p3u1-t{
    font-weight: 400;
    font-size: 0.34rem;
    margin-bottom: 0.24rem;
}
.p3u1-d{
    font-weight: 400;
    font-size: 0.18rem;
}

/* p4u2 */
.p4u2-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.p4u2-item{
    background: #fff;
    width: calc(50% - 0.1rem);
}
.p4u2-t-box{
    padding: 0.25rem 0.43rem;
    height: 1.6rem;
    color: #000;
}
.p4u2-t{
    font-weight: 600;
    font-size: 0.2rem;
    margin-bottom: 0.24rem;
}
.p4u2-d{
    font-weight: 300;
    font-size: 0.14rem;
}

/* 配置卡片 */
.choose_lanshan {
    background-color: #dde0e1;
    position: relative;
    padding: 1.2rem 2.1rem 1.2rem;
    width: 100%;
    overflow-x: hidden;
}

.choose_lanshan .cls_title {
    font-size: 0.4rem;
    color: #0d0d0d;
    font-weight: 500;
    letter-spacing: 0.027rem;
    text-align: center;
}

.choose_lanshan .swiper-container {
    margin-top: 0.68rem;
}

.choose_lanshan .swiper-container .cls_bk {
    width: 100%;
}
.choose_lanshan .cls_btn_list {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.choose_lanshan .cls_btn_list .btn_style_warya {
    width: 2.4rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.choose_lanshan .cls_btn_list .cls_btn_1 {
    background-color: #373a3d;
    color: #fff
}

.choose_lanshan .cls_btn_list .cls_btn_1 span{
    font-size: .15rem
}

.choose_lanshan .cls_btn_list .cls_btn_2 {
    border: 1px solid #373a3d;
    color: #373a3d;
    margin-left: 0.2rem;
    background: transparent
}
.choose_lanshan .cls_btn_list .cls_btn_2 span{
    font-size: .15rem
}
.choose_lanshan .cls_detail img{
     width: 100%;
}

.choose_lanshan .cgs_btn{
    top: 4.5rem;
    right: 0.5rem;
    width: calc(100% - 1rem)
}
.choose_lanshan .cgs_btn-l img,
.choose_lanshan .cgs_btn-r img{
        width: 100%;
    position: absolute;
    
}
.choose_lanshan .cgs_btn-l,
.choose_lanshan .cgs_btn-r{
    width: 0.8rem;
    height: .8rem;
    position: relative;
}
/* .choose_lanshan .cgs_btn-r{
    transform: rotate(180deg);
} */

.choose_lanshan .cgs_btn-l img:nth-of-type(1),
.choose_lanshan .cgs_btn-r img:nth-of-type(1){
    opacity: 1;
    transition: all .6s;
}
.choose_lanshan .cgs_btn-l img:nth-of-type(2),
.choose_lanshan .cgs_btn-r img:nth-of-type(2){
    opacity: 0;
    transition: all .6s;
}
.choose_lanshan .cgs_btn-l:hover img:nth-of-type(1),
.choose_lanshan .cgs_btn-r:hover img:nth-of-type(1){
    opacity: 0;
    transition: all .6s;
}
.choose_lanshan .cgs_btn-l:hover img:nth-of-type(2),
.choose_lanshan .cgs_btn-r:hover img:nth-of-type(2){
    opacity: 1;
    transition: all .6s;
}
.choose_lanshan .cgs_btn-r img:nth-of-type(1){
    transform: rotate(180deg);
}
.choose_lanshan .cgs_btn-l img:nth-of-type(2){
    transform: rotate(180deg);
}
.selecty-all{
    /* height: 120vh; */
}
.selecty-box{
    position: relative;
}
.sx-box{
    position: absolute;
    left: 79.5%;
    top: 26.5%;
    z-index: 10;
    width: 0.05rem;
    height: 47%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.d-icon{
    width: 0.05rem;
    height: 0.05rem;
    background: #fff;
    border-radius: 0.05rem;
}
.suxian{
    width: 2px;
    height: 100%;
    background: #fff;
}
.hx-box{
    position: absolute;
    left: 33%;
    top: 80%;
    z-index: 10;
    width: 59%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hexian{
    width: 100%;
    height: 2px;
    background: #fff
}
.selecty-n{
    font-size: 0.25rem;
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.selecty-u{
    font-size: 0.16rem;
    margin-bottom: 0.03rem;
}
.hx-n{
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.sx-n{
    position: absolute;
    left: 50%;
    top: 0.2rem;
    transform: translateX(-50%);
}



.back-bg{
    background: #000;
    overflow: hidden;
}
.back-bg .two-title-box{
    color: #fff;
}
.back-bg .sw-n-t-box{
    color: #fff;
}
.back-bg  .sw_t_list div.active{
    color: #fff;
}
.last-notes-box{
    font-size: 0.12rem;
    padding: 0.2rem 0 0.5rem;
    color: #9B9B9B;
}
.back-bg .last-notes-box{
    text-align: right;
}
.notes-right{
    text-align: right;
}
@media (max-width: 768px) {
    .twoPage{
        padding: 0 0.48rem;
    }
    .one-title1{
        font-size: 0.65rem;
    }
    .one-title2{
        font-size: 0.33rem;
    }
    .two-title-box{
        margin-left: 0;
    }
    .mar-btm{
        margin-bottom: 1.5rem;
    }
     /* 配置卡片移动端 */
    .choose_lanshan{
        padding: 1rem 0.5rem 1rem;
    }
    .choose_lanshan .cls_pagination{
        position: unset;
        margin-top: 0.5rem;
        display: flex;
        justify-content: center;
    }
    .choose_lanshan .swiper-pagination-bullet{
        background: #ccc;
    }
    .choose_lanshan .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: rgba(0, 0, 0, 0.7);
    }
    .choose_lanshan .cls_btn_list{
        margin-top: 1rem;
    }
    .choose_lanshan .cls_btn_list .btn_style_warya{
        width: 3rem;
        height: 0.7rem;
    }
    .choose_lanshan .cls_btn_list .cls_btn_1 span{
        font-size: 0.22rem;
    }
    .choose_lanshan .cls_btn_list .cls_btn_2 span{
        font-size: 0.22rem;
    }

    /* tvc */
    .tvc-detail{
        left: 0.92rem;
        bottom: 2.8rem;
        width: calc(100% - 1.84rem);
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tvc-data-box{
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .tvc-box{
        padding-right: 0;
        margin-top: 0.5rem;
        font-size: 0.52rem;
        width: 34%;
    }
    .tvc-box:nth-child(1),
    .tvc-box:nth-child(3){
        margin-right: .9rem
    }
    .tvc-box:nth-child(2n)::after{
        display: none;
    }
    .tvc-box::after{
        right: -.9rem;
    }
    .tvc-t{
        font-size: 0.21rem;
        font-weight: normal;
    }
    .tvc-d span{
        font-size: 0.33rem
    }
    .tvc-btn-box{
        width: 3.4rem;
        height: 0.7rem;
        right: calc(50% - 1.7rem);
        font-size: 0.21rem;
        line-height: 0.7rem;
    }
    .sw_t_list div::after{
        display: none;
    }
    .sw_t{
        font-size: 0.35rem;
    }
    .sw_d{
        font-size: 0.25rem;
    }
    .sw_t_box{
        position: relative;
        height: 0.5rem;
    }
    .sw_6_t{
        height: 1.1rem;
    }
    .sw_t_list{
        position: relative;
        justify-content: start;
        height: 100%;
        width: 100%;
        border-bottom: unset;
    }
    .sw_t_list div{
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .sw_t_list div.active{
        opacity: 1;
    }
    .sw_d_box{
        width: 100%;
        text-align: left;
        height: 1.2rem;
    }
    .sw2_d,
    .sw4_d,
    .sw9_d,
    .sw_7_d,
    .sw_12_d,
    .sw_10_d,
    .sw5_d{
        height: 1.8rem
    }
    .sw-n-t-box .sw_t{
        font-size: 0.35rem;
    }
    
    .cls_pagination{
        display: flex;
        justify-content: start;
        gap: 0.18rem;
    }
    .swiper-pagination-bullet{
        width: 0.58rem;
        height: 0.03rem;
        border-radius: unset;
        background: #ccc;
        opacity: 1;
    }
    .swiper-pagination-bullet-active{
        background: #E7C595;
        opacity: 1;
    }
    .sw-n-t-box{
        height: 3rem;
    }
    .sw_mar_btm{
        margin-bottom: 1.5rem;
    }
    .ns-title-box{
        left: 0.92rem;
        top: 1.64rem;
        width: 70%;
    }
    .car-style{
        gap: 0.63rem;
        bottom: 1.77rem;
    }
    .car-color img{
        width: 0.71rem;
        height: 0.71rem;
    }
    .car-color div{
        font-size: 0.25rem;
    }
    .sw_3_cls_pagin{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 1.56rem;
        z-index: 5;
        display: none;
    }
    .ns{
        bottom: 2.5rem;
    }
    /* .sw_12_cls_pagin,
    .sw_10_cls_pagin,
    .sw_6_cls_pagin{
        gap: 0;
    } */
    .ns-full-box{
        height: 100vh;
        background-image: url('https://res.gwm.com.cn/HavalCn/car-model/h6l/ns-bj.jpg');
        background-size: cover;
    }
    .sw_3{
        margin-top: 4rem;
    }
    .sx-box{
        left: 93.5%;
        top: 33.5%;
    }
    .hx-box{
        left: 30%;
        top: 71%;
    }

    .hx-n{
        left: -1.3rem;
    }





    .p3u1-units{
        margin-left: 0;
        margin-bottom: 0;
    }
    .last-notes-box {
        font-size: 0.15rem;
        padding: 0.5rem 0;
    }
    .back-bg .last-notes-box{
        text-align: left;
    }
    .notes-right{
        text-align: left;
    }
}