body {
    background: #EEEAE3;
}

.scroll_center{
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s;
}
.scroll_center._into{
  opacity: 1;
  transform: translateY(0)
}

img,
video{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flet-img{
    height: 100vh;
}
.sw_3 img{
    object-position: center bottom
}
.box-bottom-mar{
    margin-bottom: 1.59rem;
}
.sw-bottom-mar{
    margin-bottom: 1.09rem;
}

.onePage{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.twoPage{
    width: 100%;
    position: relative;
    padding:  0 2.8rem;
    overflow: hidden;
}


.tag-box-pos{
    position: absolute;
    top: 0.98rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    color: #fff;
    z-index: 5;
    text-align: center;
}
.tag-box{
    margin-left: 0.48rem;
    margin-bottom: 0.51rem;
    color: #3F2F1C;
}
.one-tag{
    width: 3rem;
}
.one-tag-title{
    font-size: 0.54rem;
    font-weight: 100;
    line-height: 0.74rem;
    text-align: center;
}
.two-tag{
    font-size: 0.5rem;
    font-weight: 300;
    line-height: 0.6rem;
}
.two-tag-pos{
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 0.56rem;
}
.two-text-pos{
    font-size: 0.25rem;
    font-weight: 300;
    line-height: 0.33rem;
    margin-top: 0.42rem
}
.cls_pagination{
    display: none;
}

.tag-box-pos-botoom{
    position: absolute;
    bottom: 0.85rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    color: #fff;
    z-index: 5;
    text-align: center;
    width: 80%;
}
.pos-bottom-title{
    font-size: 0.3rem;
    line-height: 0.68rem;
    font-weight: 500;
}
.pos-bottom-text{
    font-size: 0.2rem;
    font-weight: 300;
}


/* 栅格，前网等等 */
.cls-list{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.51rem;
    padding: 0 2.8rem;
}
.sw_2_page{
    padding: 0;
}
.sw_2_page .tag-box{
    margin-left: 3.28rem;
}
.sw_2 .cls_pagination{
    display: flex;
    justify-content: start;
    gap: 0.1rem;
}
.sw_2 .cls_pagination span{
    width: 0.3rem;
    height: 0.03rem;
    border-radius: unset;
    background: #bcbcbc;
    opacity: 1;
    position: relative;
}
.sw_2 .cls_pagination span.swiper-pagination-bullet-active{
    opacity: 1;
    height: 0.01rem;
    margin-top: 0.02rem;
}
.sw_2 .cls_pagination span::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.03rem;
    content: '';
    background: #E7C595;
    opacity: 1;
}
.sw_2 .cls_pagination span.swiper-pagination-bullet-active::after{
    width: 100%;
    transition: all 4s;
}



.sw_2 .swiper-container{
    overflow: inherit;
}
.sw_2 .swiper-container .swiper-wrapper  .swiper-slide::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.3;
    transition: all 0.5s
}



.sw_2 .swiper-container .swiper-slide.swiper-slide-active::after{
    opacity: 0;
}
.sw-text-boxpos{
    position: absolute;
    left: 0.48rem;
    bottom: 0.43rem;
    z-index: 3;
    color: #fff;
    width: calc(100% - 0.96rem);
}

.cls-btn-list{
    display: flex;
    align-items: center;
    gap: 0.26rem;
}
.cls-btn-item {
    width: 0.44rem;
    height: 0.44rem;
    opacity: 0.5;
    cursor: pointer;
}
.cls-btn-l img{
    transform: rotate(180deg);
}
.cls-btn-item:hover{
    opacity: 1;
}



/* 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;
}

/* 外观 */
.car-tag{
    font-size: 0.45rem;
    font-weight: 300;
    line-height: 0.6rem;
}
.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;
}
.car-color.active div{
    opacity: 1
}
.car-color:nth-of-type(1).active img{
    border: 1px solid #a39d8e

}
.car-color:nth-of-type(2).active img{
    border: 1px solid #516961
}
.car-color:nth-of-type(3).active img{
    border: 1px solid #8B9497
}
.car-color:nth-of-type(4).active img{
    border: 1px solid #9EA2AB

}
.car-color:nth-of-type(5).active img{
    border: 1px solid #20262A
}


/* 图片列表 */
.imglist-box{
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
}
.imglist-long{
    width: calc(61% - 0.05rem)
}
.imglist-short{
    width: calc(38.9% - 0.05rem);
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.imglist-long2{
    width: calc(58% - 0.05rem)
}
.imglist-short2{
    width: calc(41.8% - 0.05rem);
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.imglist-long3{
    width: calc(61% - 0.05rem)
}
.imglist-short3{
    width: calc(38.8% - 0.05rem);
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.imglist-long4{
    width: calc(60% - 0.05rem)
}
.imglist-short4{
    width: calc(39.4% - 0.05rem);
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}


.imglist-flat{
    width: calc(50% - 0.05rem);
    display: flex;
    flex-direction: column;
    gap: 0.13rem;
}
.imglist-item{
    width: 100%;
    position: relative;
}
.imglist-text{
    position: absolute;
    left: 0.3rem;
    bottom: 0.2rem;
    z-index: 2;
    width: calc( 100% - 0.9rem );
    text-align: left;
    color: #fff;
}
.imglist-text-nopos{
    position: unset;
    padding: 0.27rem;
    padding-left: 0;
    color: #3F2F1C;
    width: 100%;
    height: 1.38rem
}
.imglist-title{
    font-size: 0.25rem;
    line-height: 0.5rem;
    font-weight: 500;
}
.imglist-desc{
    font-size: 0.14rem;
    line-height: 0.2rem;
    font-weight: 300;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.imglist-item:hover .imglist-desc{
    height: 0.4rem;
}
.imglist-text-nopos .imglist-desc{
    height: auto;
    opacity: 1;

}
/* 轮播图 */

.onePage .sw_5{
    height: 100%;
}

.sw-title{
    font-size: 0.18rem;
}
.sw-desc{
    font-size: 0.15rem;
}
.sw-text-box-pos{
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.sw-text-box-unset{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 0.17rem;
}
.sw-tab-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    border-bottom: 0.02rem solid #D0D0D0;
}
.sw-tab-list div{
    color: #fff;
    opacity: 0.47;
    transition: all 0.5s;
    padding: 0.2rem 0.56rem;
    position: relative;
    cursor: pointer;
}
.sw-text-box-unset .sw-tab-list div{
    color: #767676;
    opacity: 1;
    padding: 0.2rem 0.8rem;
}
.sw-tab-list div.active{
    opacity: 1;
}
.sw-text-box-unset .sw-tab-list div.active{
    color: #000000;
}
.sw-tab-list div::after{
    position: absolute;
    left: 0;
    bottom: -0.02rem;
    width: 0;
    height: 0.03rem;
    background: #E7C595;
    transition: all 0.5s;
    content: '';
    z-index: 3;

}
.sw-tab-list div.active::after{
    width: 100%;
}
.sw-desc-list{
    position: relative;
    height: 1rem;
    width: 80%;
}
.sw-desc-list div{
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0.24rem;
    transform: translateX(-50%);
    transition: all 0.5s;
    color: #DEDEDE;
    font-weight: 300;
    width: 100%;
    text-align: center;
}
.sw-text-box-unset .sw-desc-list div{
    color: #5E5E5E;
}
.sw-desc-list div.active{
    opacity: 1;
}

.sw_3 .sw-tab-list div.active::after{
    width: 100%;
    transition: all 4s linear;
}
.sw_3 .sw-text-box-pos{
    bottom: 0.7rem;
}
.sw_3 .car-style{
    display: none;
}

.sw_6 .cls_pagination{
    display: flex;
    justify-content: start;
    gap: 0.1rem;
    position: absolute;
    z-index: 3;
    bottom: 0.45rem;
    left: 50%;
    transform: translateX(-50%);
}
.sw_6 .cls_pagination span{
    width: 0.56rem;
    height: 0.03rem;
    border-radius: unset;
    background: rgba(255,255,255,0.45);
    opacity: 1;
}
.sw_6 .cls_pagination span.swiper-pagination-bullet-active{
    background: rgba(255,255,255,0.45);
    opacity: 1;
    position: relative;
    height: 0.01rem;
    margin-top: 0.02rem;
}
.sw_6 .cls_pagination span::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.03rem;
    content: '';
    background: #E7C595;
    opacity: 1;
}
.sw_6 .cls_pagination span.swiper-pagination-bullet-active::after{
    width: 100%;
    transition: all 3s linear;
    
}

/* p2-1 */
.ml-tag-list{
    position: absolute;
    left: 1.8rem;  
    bottom: 0.73rem;
    display: flex;
    width: calc(100% - 3.6rem);
    justify-content: space-between;
    align-items: center;
}
.ml-tag-item{
    width: 32%;
    height: auto;
    position: relative;
    color: #fff;
    padding: 0.2rem 0;
}
.ml-tag-item::after{
    content: '';
    width: 100%;
    height: 0.02rem;
    background: #E7C595;
    position: absolute;
    top: 0;
    left: 0;
}
.ml-item-t{
    font-size: 0.19rem;
    margin-bottom: 0.1rem;
}
.ml-item-d{
    font-size: 0.16rem;
    line-height: 0.25rem;
}

.upgrade-data-list{
    position: absolute;
    left: 3.86rem;  
    bottom: 0.73rem;
    display: flex;
    width: calc(100% - 7.72rem);
    justify-content: space-between;
    align-items: center;
}
.upgrade-data-list-nopos{
    position: unset;
    margin-left: 0.48rem;
    width: 80%;
    margin-bottom: 0.45rem;
}
.upgrade-data-item{
    position: relative;
}
.upgrade-data-list-nopos .upgrade-data-item{
    display: flex;
    align-items: baseline;
    gap: 0.1rem;
}
.upgrade-data-item::after{
    content: '';
    right: -1.21rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 0.02rem;
    background: #fff;
    opacity: 0.3;
}
.upgrade-data-list-nopos .upgrade-data-item::after{
    display: none;
}
.upgrade-data-item:nth-last-child(1):after{
    display: none;
}
.ungrade-desc{
    font-size: 0.46rem;
    font-weight: 400;
    color: #FFC135;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: end;
}
.upgrade-data-list-nopos .ungrade-desc{
    align-items: flex-end;
    margin-bottom: 0;
}

.upgrade-data-list-nopos .upgrade-data-item:nth-child(1) .ungrade-desc{
    align-items: baseline;
}
.ungrade-unit{
    margin-top: 0.1rem;
}
.ungrade-text{
    font-size: 0.21rem;
    color: #fff
}
.upgrade-data-list-nopos .ungrade-text{
    color: #000;
    font-size: 0.13rem;
    margin-bottom: 0.2rem;
}
.ungrade-unit{
    margin-top: 0.1rem;
}
.upgrade-data-list-nopos .ungrade-unit{
    display: block;
    margin-top: 0;
    
}

/* 配置卡片 */
.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);
}



.only_beizhu  {
    /* background: #E9E7E2; */
    color: #3F2F1C;
    text-align: left;
    padding: 0.35rem 2.8rem;
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 0.2rem;
    opacity: 0.94;
}
@media (max-width: 768px) {
    .flet-img{
        height: auto;
    }
    .tag-box-pos{
        width: 90%;
        top: 2.01rem;
    }
    .two-tag-pos{
        line-height: 0.65rem;
    }
    .p1u5-title{
        top: 1.01rem;
    }
    .tag-box-pos-botoom{
        bottom: 2.55rem;
    }
    .pos-bottom-text{
        font-size: 0.27rem;
    }
    .one-tag{
        width: 2.5rem;
    }
    .one-tag-title{
        font-size: 0.52rem;
    }
    .twoPage{
        padding: 0 0.5rem;
    }
    .tag-box{
        margin-left: 0.2rem;
    }
    .two-tag{
        font-size: 0.43rem;
        font-weight: 600;
    }


    /* 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-title{
        font-size: 0.35rem;
        font-weight: 400;
    }
    .sw-desc{
        font-size: 0.24rem;
        font-weight: 400;
        line-height: 0.35rem;
    }
   
    .sw-text-box-unset{
        text-align: left;
        padding-bottom: 0.5rem;
    }
    .sw-text-box-unset .sw-tab-list{
        border-bottom:unset;
        position: relative;
        width: 100%; 
        height: 0.5rem;
    }
    .sw-text-box-unset .sw-tab-list div{
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        padding: 0;
    }
    .sw-tab-list div::after{
        display: none;
    }
    .sw-text-box-unset .sw-tab-list div.active{
        opacity: 1;
    }
    .sw-text-box-unset .sw-tab-list div.active::after{
        display: none;
    }
    .sw-text-box-unset .sw-desc-list{
        width: 100%;
        height: 1.5rem;
    }
    .sw-text-box-unset .sw-desc-list div{
        text-align: left;
    }
    .cls_pagination{
        display: flex;
        gap: 0.1rem;
        position: absolute;
        left: 0rem;
        bottom: 0;
    }
   .cls_pagination span{
        width: 0.56rem;
        height: 0.03rem;
        border-radius: unset;
        background: #ccc;
        opacity: 1;
    }
    .cls_pagination span.swiper-pagination-bullet-active{
        background: #E7C595;
        opacity: 1;
        position: relative;
        height: 0.03rem;
    }
    .sw-text-box-pos{
        bottom: 1.69rem;
        left: 1rem;
        width: calc(100% - 2rem);
        transform: translateX(0);
    }
    
    .sw-text-box-pos .sw-tab-list{
        border-bottom:unset;
        position: relative;
        width: 100%; 
        height: 0.5rem;
    }
    .sw-text-box-pos .sw-tab-list div{
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .sw-text-box-pos .sw-tab-list div.active{
        opacity: 1;
    }
    .sw-text-box-pos .sw-tab-list div.active::after{
        display: none;
    }
    .sw-text-box-pos .sw-desc-list{
        width: 100%;
        height: 1.5rem;
    }

    .sw_10 .sw-text-box-unset{
        text-align: center;
    }
    .sw_10 .cls_pagination{
        left: 50%;
        transform: translateX(-50%)
    }

    .sw_5 .cls_pagination{
        left: 50%;
        transform: translateX(-50%);
        bottom: 0.9rem;
        z-index: 5;
    }

    .sw_2_page .tag-box{
        margin-left: 0.2rem;
    }
    .sw_2_page{
        padding: 0 0.5rem;
    }
    .sw_2 .swiper-container{
        overflow: hidden;
    }
    .sw_2 .cls-list{
        padding: 0 0.2rem;
    }
    .sw_2 .cls-btn-list{
        display: none;
    }
    .sw_2 .cls_pagination{
        left: 0.5rem
    }
    .sw_2 .sw-text-boxpos{
        position: relative;
        left: 0;
        top: 0;
        color: #000;
        padding: 0.28rem 0.2rem 0  0;
        width: 100%;
    }
    .sw_2 .swiper-container .swiper-wrapper .swiper-slide::after{
        display: none;
    }
    .p1u3{
        margin-bottom: 0;
    }
    .sw_10{
        margin-top: -1.89rem; 
    }
    .sw_3{
        height: 90vh;
        background-image: url('https://res.gwm.com.cn/HavalCn/car-model/dagouplusphev/2025/bj1.jpg');
        background-size: cover;
        overflow: hidden;
        padding: 0 0.5rem;
    }
    .sw_3 .swiper-container{
        margin-top: 3.61rem;
    }
    .sw_3 .sw-text-box-pos{
        display: none;
    }
    .sw_3 .car-style{
        display: flex;
        gap: 0.33rem;
    }
    .sw_3 .car-color div{
        position: absolute;
        left: 50%;
        bottom: -0.5rem;
        color: #fff;
        transform: translateX(-50%);
    }
    .sw_3 .cls_pagination{
        display: none;
    }
    .sw_4{
        padding-bottom: 1rem;
        position: relative;
    }
    .sw_4 .cls_pagination{
         bottom: 0;
    }

    .sw_6 .cls_pagination span::after{
        background: #E7C595;
    }


    


    /* 外观移动 */
    .car-style{
        bottom: 1.5rem;
    }
    .car-color img{
        width: 0.72rem;
        height: 0.72rem;
    }
    .car-color div{
        font-size: 0.25rem;
    }

    /* p2-1 */
    .upgrade-data-list{
        left: 1.48rem;
        bottom: 0.78rem;
        width: calc(100% - 2.96rem);
        flex-wrap: wrap;
        row-gap: 0.48rem;
    }
    .upgrade-data-list-nopos{
        width: 100%;
        margin-left: 0;
    }
    .upgrade-data-item{
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 0.1rem;
        align-items: center;
    }
    .upgrade-data-item::after{
        right: 0
    }
    .upgrade-data-item:nth-child(2n):after{
        display: none;
    }
    .ungrade-desc{
        justify-content: center;
    }
    .upgrade-data-list-nopos .upgrade-data-item{
        width: auto;
    }
    .upgrade-data-list-nopos .upgrade-data-item:nth-child(1) .ungrade-text,
    .upgrade-data-list-nopos .upgrade-data-item:nth-child(2) .ungrade-text{
        text-indent: 0.1rem;
    }

    /* 图片列表 */
    .imglist-flat{
        width: 100%;
    }
    .imglist-flat2{
        flex-direction: row;
        gap: 0.24rem;
    }
    .imglist-flat2 .imglist-item{
        width: calc(50% - 0.12rem)
    }
    .imglist-title{
        font-size: 0.22rem;
    }
    .imglist-desc{
        height: 0.55rem;
        font-size: 0.15rem;
        line-height: 0.25rem;
    }
    .imglist-long4{
        width: 100%;
    }
    .imglist-short4{
        width: 100%;
        flex-direction: row;
        gap: 0.28rem;
    }
    .imglist-box4{
        flex-direction: column-reverse;
    }
    .imglist-long4 .imglist-text{
        bottom: 0;
    }
    
    .imglist-text-nopos{
        position: absolute;
        padding: 0;
        width: calc(100% - 0.6rem);
        color: #fff;
    
    }
    /* 配置卡片移动端 */
        .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;
    }
    .only_beizhu{
        padding: 0.35rem 0.5rem;
        padding-bottom: 1rem;
        line-height: 0.25rem;
    }



    .ml-tag-list{
        position: unset;
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        gap: 0.2rem;
        padding: 0.2rem;
        padding-bottom: 1rem;
        background: #7F8894
    }
    .ml-tag-item{
        width: 100%;
        padding: 0.47rem 0.25rem;
        background: #979FAA
    }
    .ml-tag-item::after{
        display: none;
    }
    .ml-item-t{
        font-size: 0.24rem;
        margin-bottom: 0.1rem;
    }
    .ml-item-d{
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .policy-all h4{
        font-size: 0.38rem
    }
}<!--0.00019097328186035-->