body {
    background: #e8eaed;
}

.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;
}

.box-bottom-mar{
    margin-bottom: 1.59rem;
}
.sw-bottom-mar{
    margin-bottom: 1.09rem;
}

.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: 10;
    text-align: center;
}
.tag-box{
    margin-left: 0.48rem;
    margin-bottom: 0.51rem;
    color: #000;
}

.onePage{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.onePage-container{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.one-tag{
    width: 3rem;
}
.one-tag-title{
    font-size: 0.35rem;
    font-weight: 100;
    line-height: 0.45rem;
    text-align: center;
}


.twoPage{
    width: 100%;
    position: relative;
    padding:  0 2.8rem;
    overflow: hidden;
}
.two-tag{
    font-size: 0.45rem;
    font-weight: 500;
    line-height: 0.6rem;
}
.two-tag-pos{
    font-size: 0.45rem;
    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
}
.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;
}


/* tvc */

/* .tvc-bg{
    width: 100%;
    height: 100vh;
}
.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;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5rem;
    z-index: 3;
    color: #fff;
}
.tvc-box{
    font-weight: bold;
    font-size: 0.33rem;
    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;
}

/* 图片列表 */
.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(39% - 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.14rem;
}
.imglist-flat-three{
    width: 32.8%;
    display: flex;
    flex-direction: column;
    gap: 0.13rem;
}
.imglist-item{
    width: 100%;
    position: relative;
}
.imglist-text{
    position: absolute;
    left: 0.3rem;
    bottom: 0.20rem;
    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.4rem;
    font-weight: 500;
}
.imglist-desc{
    font-size: 0.14rem;
    line-height: 0.2rem;
    font-weight: 300;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    margin-top: 0.05rem;
}
.imglist-item:hover .imglist-desc{
    height: 0.4rem;
}
.imglist-text-nopos .imglist-desc{
    height: auto;
    opacity: 1;

}


/* 外观 */
.car-tag{
    font-size: 0.45rem;
    font-weight: 300;
    line-height: 0.6rem;
}
.car-style{
    position: absolute;
    bottom: 0.4rem;
    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 #516961

}
.car-color:nth-of-type(2).active img{
    border: 1px solid #a39d8e
}
.car-color:nth-of-type(3).active img{
    border: 1px solid #9EA2AB
}
.car-color:nth-of-type(4).active img{
    border: 1px solid #8B9497

}
.car-color:nth-of-type(5).active img{
    border: 1px solid #20262A
}

/* 内饰 */
.image-container{
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
}
.image-container .img-box{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.container1{
    z-index: 3;
}
.container2{
    z-index: 4;
}
.container3{
    z-index: 5;
}
.image-container .img-box img{
    height: 100vh;
    width: 100vw;
    object-position: center bottom
}
.ns-tag-list{
    position: absolute;
    right: 2.1rem;
    bottom: 0.7rem;
    height: 2rem;
    z-index: 7;
    width: 1rem;
}
.ns-tag{
    font-size: 0.25rem;
    line-height: 0.35rem;
    color: #fff;
    margin-top: 0.16rem;
    opacity: 0.6;
}
.ns-tag.active{
    opacity: 1;
}



/* 轮播图 */
.cls_pagination{
    display: none;
}
.cls-list{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.51rem;
    padding: 0 0.7rem;
}
.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: #6aadab;
    opacity: 1;
}
.sw_2 .cls_pagination span.swiper-pagination-bullet-active::after{
    width: 100%;
    transition: all 4s;
}
.sw-text-boxpos{
    position: absolute;
    left: 0.48rem;
    bottom: 0.43rem;
    z-index: 3;
    color: #fff;
    width: calc(100% - 0.96rem);
}
.sw-text-boxpos .sw-desc{
    margin-top: 0.1rem;
}

.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;
}


.sw-title{
    font-size: 0.2rem;
}
.sw-desc{
    font-size: 0.16rem;
}
.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;
    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.5rem;
}
.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: #6aadab;
    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_4,
.sw_9{
    position: relative;
}
.sw_4 .swiper-container .swiper-wrapper  .swiper-slide::after,
.sw_9 .swiper-container .swiper-wrapper  .swiper-slide::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.5;
    transition: all 0.5s;
    z-index: 10;
}
.sw_4 .swiper-container .swiper-slide.swiper-slide-active::after,
.sw_9 .swiper-container .swiper-slide.swiper-slide-active::after{
    opacity: 0;
}
.sw_4 .cls-btn-list ,
.sw_9 .cls-btn-list{
    position: absolute;
    right: 0;
    top: -1rem;
    z-index: 3;
}

.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: #6aadab;
    opacity: 1;
}
.sw_6 .cls_pagination span.swiper-pagination-bullet-active::after{
    width: 100%;
    transition: all 3s linear;
    
}

/* 配置卡片 */
.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  {
    color: #3F2F1C;
    text-align: left;
    padding: 0.35rem 2.8rem;
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 0.2rem;
    opacity: 0.94;
}

/* 刷分数据 */
.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;
    justify-content: start;
    gap: 0.6rem;
}
.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 .ungrade-desc{
    align-items: baseline;
    gap: 0.1rem;
}
.ungrade-unit{
    margin-top: 0.1rem;
    font-size: 0.25rem;
}
.ungrade-text{
    font-size: 0.21rem;
    color: #fff
}
.upgrade-data-list-nopos .ungrade-text{
    color: #000;
    font-size: 0.13rem;
    margin-top: 0.1rem;
}
.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
}
.upgrade-data-list-nopos .ungrade-unit{
    display: block;
    margin-top: 0;

}
@media (max-width: 768px) {
    /* 适应15pro */
    .p2-h::after{
        position: absolute;
        top: -0.03rem;
        left: 0;
        height: 0.06rem;
        content: '';
        width: 100%;
        z-index: 50;
        background: #000;
    }
    .flet-img{
        height: auto;
    }
    .tag-box-pos{
        top: 2rem;
        width: 90%;
    }
    .one-tag{
        width: 4rem;
    }
    .one-tag-title{
        font-size: 0.34rem;
    }
    .onePage{
        height: auto;
    }
    .twoPage{
        padding: 0 0.5rem;
    }
    .tag-box{
        margin-left: 0;
    }
    .two-tag{
        font-size: 0.48rem;
    }
    .two-tag-pos{
        font-size: 0.5rem;
    }
    .tag-box-pos-botoom{
        bottom: 1.3rem;
    }
    .pos-bottom-text{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }


    /* 轮播移动端 */
    .sw-title{
        font-size: 0.35rem;
    }
    .sw-desc{
        font-size: 0.24rem;
        line-height: 0.35rem
    }
    .sw-text-boxpos{
        left: 0.38rem;
        bottom: 0.32rem;
    }
    
    .sw-text-boxpos .sw-title{
        font-size: 0.24rem;
        font-weight: 700;
    }
    .sw-text-boxpos .sw-desc{
        font-size: 0.22rem;
        line-height: 0.28rem;
        font-weight: 300;
    }
    .cls_pagination{
        display: flex;
        gap: 0.18rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .cls_pagination span{
        background: #ccc;
        opacity: 1;
        width: 0.58rem !important;
        height: 0.03rem !important;
        border-radius: unset;

    }
    .cls_pagination .swiper-pagination-bullet-active{
        background: #6AADAB;
        opacity: 1;
        margin-top: 0;
    }
    .sw-text-box-unset{
        display: block;
        padding-bottom: 0.5rem;
        margin-top: 0.5rem;;
    }
    .sw-text-box-unset .sw-tab-list{
        width: 100%;
        position: relative;
        height: 0.5rem;
        border-bottom: unset;
    }
    .sw-text-box-unset .sw-tab-list div{
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        padding: 0;
    }
    .sw-text-box-unset .sw-tab-list div.active{
        opacity: 1;
    }
    .sw-tab-list div::after{
        display: none;
    }
    .sw-text-box-unset  .sw-desc-list{
        width: 100%
    }
    .sw-desc-list div{
        text-align: left;
    }
    .sw_11{
        padding-bottom: 0.5rem;
    }
    .sw_1 .cls_pagination{
        display: none;
    }
    .tvc-data-box{
        width: calc(100% - 1.66rem);
        left: 0.83rem;
        transform: translateX(0);
        flex-wrap: wrap;
        bottom: 3.2rem;
        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;
    }
    .car-style{
        bottom: 1rem;
        gap: 0.43rem;
    }
    .car-color div{
        color: #fff;
        font-size: 0.25rem;
        margin-top: 0.1rem;
    }
    .car-color img{
        width: 0.51rem;
        height: 0.51rem;
    }
    .p1u3-mb{
        margin-bottom: 1rem;
    }
    .sw_2 .cls-list{
        justify-content: center;
    }
    .sw_2 .cls-btn-list{
        display: none;
    }
    .sw_2 .cls_pagination span.swiper-pagination-bullet-active{
        opacity: 1;
        height: 0.03rem;
        margin-top: 0;
    }
    .sw_2 .cls_pagination{
        left: 50%;
        transform: translateX(-50%);
    }
    .sw_2 .sw-text-box-unset{
        padding-bottom: 0;
    }
    .sw_2 .sw-text-box-unset .sw-tab-list div{
        left: 50%;
        transform: translateX(-50%);
    }
    .sw_2 .sw-desc-list div{
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: left;
    }
    .sw_11 .cls_pagination{
        left: 0.5rem;
    }
    .sw_4::after{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content:'';
        z-index: 100;
    }
    .sw_4 .cls_pagination{
        display: none;
    }
    .sw_4 .swiper-container .swiper-wrapper  .swiper-slide::after{
        display: none;
    }
    .sw_4 .cls-btn-list, .sw_9 .cls-btn-list{
        display: none;
    }
    .sw_4_m{
        width: 100%;
    }
    .sw_4_m_item{
        margin-bottom: 0.21rem;
        position: relative;
        width: 100%
    }
    .sw_4_m_item .sw-text-boxpos{
        width: calc(100% - 1.3rem);
    }
    .sw_6 .cls_pagination span{
        background: #ccc;
    }
    .sw_6 .cls_pagination span.swiper-pagination-bullet-active{
        margin-top: 0
    }
    .sw_9{
        padding-bottom: 0.5rem;
    }
    .sw_9 .swiper-container{
        overflow: inherit;
    }

    /* 内饰移动端 */
    .ns-tag-list{
        right: 50%;
        transform: translateX(50%);
    }
    .ns-tag{
        font-size: 0.3rem;
    }

    /* 图片列表 */
    .imglist-box{
        gap: 0.24rem;
    }
    .imglist-flat:nth-child(1){
        width: 100%;
    }
    .imglist-flat{
        width: calc(50% - 0.12rem)
    }
    .imglist-flat-three{
        width: calc(50% - 0.12rem)
    }
    .imglist-text{
        left: 0.12rem;
        bottom: 0.22rem;
        width: calc(100% - 0.24rem);
    }
    .imglist-title{
        font-size: 0.2rem;
    }
    .imglist-desc{
        height: 0.5rem;
        font-size: 0.15rem;
        line-height: 0.25rem;
        margin-top: 0.1rem;
    }
    .imglist-item:hover .imglist-desc{
        height: 0.5rem;
    }

    /* 刷分效果 */
    .upgrade-data-list-nopos{
        margin-left: 0;
        width: 100%;
    }
    .ungrade-desc{
        font-size: 0.39rem;
    }
    .upgrade-data-list-nopos .ungrade-text{
        font-size: 0.18rem;
    }


     /* 配置卡片移动端 */
        .choose_lanshan{
        padding: 1rem 0.5rem 1rem;
    }
    .choose_lanshan .cls_pagination{
        position: unset;
        display: flex;
        justify-content: center;
        margin-top: 0.5rem;
    }
    .choose_lanshan .swiper-pagination-bullet{
        background: #ccc;
    }
    .choose_lanshan .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: rgba(0, 0, 0, 0.7)!important;
    }
    .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.27rem;
        font-size: 0.18rem;
    }



    .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;
    }
}<!--0.00019717216491699-->