.pc-pad{
    display: block;
}
.pc-pad-flex{
    display: flex;
}
.mb-only{
    display: none;
}
.mb-only-flex{
    display: none;
}

.onePage{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.onePage::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}
.twoPage{
    width: 100%;
    position: relative;
    padding:  0 2.1rem;
    background: #F8F8FA
}
.threePage{
    width: 100%;
    position: relative;
    padding:  0 2.1rem;
    background: #000;
}
.scroll_center{
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s;
}
.scroll_center._into{
  opacity: 1;
  transform: translateY(0)
}

.one-tag{
    font-size: 0.5rem;
    line-height: 0.7rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 2.1rem;
    bottom: 0.8rem;
}
.myCanvas{
    margin-right: 0.3rem;
}
.one-tag-t1{
    display: flex;
}
.one-tag-title{
    font-size: 0.29rem;
    font-weight: 400;
}
.two-tag{
    font-weight: bold;
    font-size: 0.43rem;
    color: #000000;
    line-height: 0.56rem;
    padding-left: 0.9rem;
}
.two-tag-title{
    font-weight: 300;
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.41rem;
    margin-top: 0.1rem;
    padding-bottom: 0.5rem;
    padding-left: 0.9rem;

}
.threePage .two-tag{
    color: #fff;
}
.threePage .two-tag-title{
    color: #fff;
}
img,
video{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.onePage img ,
.twoPage img,
.threePage img{
    pointer-events: none;
}
.onePage video ,
.twoPage video,
.threePage video{
    pointer-events: none;
}

.all-pad-top{
    padding-top: 1.5rem;
}
.all-pad-bottom{
    padding-bottom: 1.5rem;
}
.all-sw-top{
    padding-top: 0.75rem;
}
.all-sw-bottom{
    padding-bottom: 0.75rem;
}


.tvc-bg{
    width: 100%;
}
.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;
}
.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: 85vh;
    object-fit: scale-down;
    margin-top: 15vh;
}

.cls_pagination{
    display: none;
}


.car-tag{
    position: absolute;
    left: 2.1rem;
    top: 1.3rem;
    color: #000;
    font-size: 0.43rem;
    font-weight: bold;
    z-index: 6;
}
.car-style{
    position: absolute;
    bottom: 0.73rem;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
}
.car-color{
    margin: 0 0.15rem;
    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 #121216

}
.car-color:nth-of-type(2).active img{
    border: 1px solid #51606F
}
.car-color:nth-of-type(3).active img{
    border: 1px solid #9EA2AB
}
.car-color:nth-of-type(4).active img{
    border: 1px solid #507472

}
.car-color:nth-of-type(5).active img{
    border: 1px solid #45484F
}


/* 外观 */
.p0u2-one-tag{
    position: absolute;
    left: 2.1rem;
    top: 1.3rem;
    font-weight: bold;
    font-size: 0.43rem;
    color: #FFFFFF;
    line-height: 0.56rem;
}


.HotspotPoint__point__3GEmahoi {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: scale(0);
  border: 1px solid transparent;
  transition: border 300ms;
}

.HotspotPoint__point__3GEmahoi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  transition: transform 300ms, background 300ms;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid transparent;
}

.HotspotPoint__point__3GEmahoi:before {
  border-color: #fff;
}

.HotspotPoint__hidden__2I1UO_ir {
  pointer-events: none;
}

.HotspotPoint__hidden__2I1UO_ir:before {
  transform: translate(-50%, -50%) scale(0);
}

.HotspotPoint__opened__17jxY6X7 {
  border-color: #fff;
}

.HotspotPoint__opened__17jxY6X7:before {
  transform: translate(-50%, -50%) scale(2);
}

.HotspotPoint__opened__17jxY6X7:before {
  background: #fff;
}

.HotspotPoint__pulsing__1MVjgpDF:before {
  width: 22px;
  height: 22px;
}

.HotspotPoint__pulsing__1MVjgpDF::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  transform-origin: center;
  border-radius: 50%;
  box-sizing: border-box;
  animation: HotspotPoint__pulse__1erxfkPR 2s infinite;
  border: 2px solid #fff;
}

.HotspotPoint__pulsing__1MVjgpDF::after {
  color: #fff;
  border: 2px solid #fff;
}

@keyframes HotspotPoint__pulse__1erxfkPR {
  0% {
    opacity: 0;
    border-width: 2px;
    transform: scale(0.5, 0.5);
    background-color: rgba(255, 255, 255, 0.8);
  }

  50% {
    opacity: 1;
    transform: scale(0.8, 0.8);
    border-width: 2px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  100% {
    opacity: 0;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(2.5, 2.5);
  }
}

.flicker_btn{
    position: absolute;
    z-index: 3;
    cursor: pointer;
}
.flicker_btn1{
    left: 57%;
    top: 48%;
}
.flicker_btn2{
    left: 64%;
    top: 48%;
}
.flicker_btn3{
    left: 30%;
    top: 56%;
}
.flicker_btn4{
    left: 22%;
    top: 60%;
}
.hover_img {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
  z-index: 1;
}

.flicker_btn:hover .hover_img {
  transform: translate(-50%, -50%) scale(1.3);
}
.flicker_btn_t {
  position: absolute;
  top: 270%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s;
  font-size: 0.16rem;
  text-align: center;
  letter-spacing: 0.01rem;
}

.flicker_btn:hover .flicker_btn_t {
  opacity: 1;
}
.enjoy_pop {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  z-index: 1000;
}
.enjoy_pop_sw{
    width: 63%;
    margin-left: -63%;
    transition: all 0.4s;
}
.enjoy_pop_sw .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.enjoy_pop_text{
    width: 37.1%;
    margin-right: -40%;
    transition: all 0.4s;
    padding: 1.2rem 1rem;
    position: relative;
    background-color: #2d2d2d;
    z-index: 1;
}
.enjoy_pop_t2{
    position: absolute;
    left: 1rem;
    top: 30%;
    transform: translateY(-50%);
    width: calc(100% - 2rem);
    font-size: 0.4rem;
}
.enjoy_pop_t3 {
  position: absolute;
  left: 1rem;
  width: calc(100% - 2rem);
  top: 39%;
  transform: translateY(-50%);
  font-size: 0.155rem;
  color: rgba(36, 41, 43, 0.5);
  letter-spacing: 0.01rem;
}
.enjoy_pop_t2 div,
.enjoy_pop_t3 div {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  color: #fff;
}
.enjoy_pop_t2 div.active,
.enjoy_pop_t3 div.active {
  opacity: 1;
}
.enjoy_pop_btn {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #2d2d2d;
  left: 1rem;
  bottom: 1.5rem;
  border-radius: 100%;
  cursor: pointer;
}
.enjoy_pop.active {
  opacity: 1;
  pointer-events: auto;
}
.enjoy_pop.active .enjoy_pop_sw {
  margin-left: 0;
}
.enjoy_pop.active .enjoy_pop_text {
  margin-right: 0;
}
.enjoy_pop_btn_pn {
  position: absolute;
  bottom: 1.5rem;
  left: 3.5rem;
  display: flex;
}

.enjoy_pop_btn_pn img {
  width: 0.4rem;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s;
  border-radius: 50%;
}
.enjoy_pop_btn_pn .enjoy_pop_btn_n{
    margin-left: 0.4rem;
}





.p0u3-one-tag{
    position: absolute;
    left: 0;
    top: 1.3rem;
    font-weight: bold;
    font-size: 0.43rem;
    color: #FFFFFF;
    line-height: 0.56rem;
    width: 100%;
    text-align: center;
}
.p0u3-detail{
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.p0u3-detail-t1{
    font-weight: 400;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.52rem;
}
.p0u3-detail-t2{
    width: 60%;
    font-weight: 400;
    font-size: 0.2rem;
    color: #D4D4D4;
    line-height: 0.28rem;
}
.image-container {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.image-container .img-box{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.6s;
    overflow: hidden;
}
.image-container .img-box:nth-child(1) {
    width: 100%;
    z-index: 3;
}
.image-container .img-box:nth-child(2) {
    z-index: 4
}
.image-container .img-box:nth-child(3) {
    z-index: 5
}
.image-container .img-box img{
    height: 100vh;
    width: 100vw;
}
.p0u4-tag-list{
    position: absolute;
    right: 2.1rem;
    bottom: 0.7rem;
    height: 2rem;
    z-index:7;
    width: 1rem;
}
.p0u4-tag{
    font-size: 0.25rem;
    line-height: 0.35rem;
    color: #fff;
    opacity: 0;
    margin-top: 0.16rem;
    /* transition: all 0.5s; */
    position: absolute;
    top: 0;
    transform: translateY(1rem);
}
.p0u4-tag.active{
    /* opacity: 1;
    transform: translateY(0); */
    animation: titleTop 1s forwards;
}
@keyframes titleTop{
    from{
        transform: translateY(1rem);
        opacity: 0;
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}




/* 参数 */
.units{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
    padding-left: 0.9rem;
}
.unit{
    margin-right: 0.5rem;
}
.desc{
    font-size: 0.4rem;
    color: #e1ae75;
    font-weight: 600;
    letter-spacing: 0;
}
.desc_flex{
    display: flex;
}
.desc_t{
    font-size: 0.2rem;
}
.text{
    font-size: 0.14rem;
    color: #BE9261;
}
.sw_2{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sw_2 .swiper-slide {
    overflow: hidden;
    padding-bottom: 1rem;
    width: 49%;
}
.sw_2 .swiper-slide img{
    transition: all 0.5s;
}
.sw_2 .swiper-slide:hover img{
    transform: scale(1.1)
}
.sw_2 .p1u1-box{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 555;
    width: 100%;
    height: 1.5rem;
}
.sw_2 .swiper_title{
    color: #595959;
}

/* 
   轮播标题，描述字体大小
 */

.swiper_tag{
    font-size: 0.2rem;
    line-height: 0.39rem
}
.swiper_title{
    font-size: 0.17rem;
    line-height: 0.24rem;
}
.p1u1-box{
    background: #fff;
    padding: 0.25rem 0.43rem;
    color: #000
}
.p1u1-tag{
    font-weight: bold;
}
.p1u1-title{
    font-weight: 300;
    margin-top: 0.12rem;
    font-size: 0.15rem;
}

.swiper_tab {
	display: flex;
	justify-content: center;
	margin-top: 0.2rem;
    color: #9C9C9C;
}
.swiper_tab .list {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-bottom: 1px solid #DEDEDE;
}
.swiper_tab .list div {
	padding: 0.2rem 0.2rem;
	margin: 0 0.4rem;
	font-weight: 400;
	transition: all .5s;
	position: relative;
	cursor: pointer;
    white-space: nowrap;
}
.swiper_tab .list div:nth-child(1){
    margin-left: 0;
}
.swiper_tab .list div:nth-last-child(1){
    margin-right: 0;
}
.swiper_tab div.active {
	color: #000;
}
.threePage .swiper_tab div.active {
	color: #fff;
}
.swiper_tab .list div::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #dbad76;
	height: 1px;
	opacity: 0;
	transition: all .5s;
}

.swiper_tab .list div.active::after {
	opacity: 1;
    width: 100%;
}
.swiper_tab_text {
	height: 1.5rem;
	position: relative;
}
.swiper_tab_text div {
	position: absolute;
	top: 0.28rem;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	width: 80%;
	opacity: 0;
	transition: all .5s;
	color: #9C9C9C;
	font-weight: 400;
}
.swiper_tab_text div.active {
	opacity: 1;
}


.p3u2-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p3u2-box{
    width: calc(50% - 0.1rem);
    margin-bottom: 0.2rem;
}
.p3u2-box .p1u1-box{
    height: 1.5rem;
}

.p4u1-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 6.4rem);
    position: absolute;
    left: 3.2rem;
    bottom: 0.81rem;
    z-index: 3
}
.p4u1-num{
    display: flex;
    margin-top: 0.1rem;
}
.p4u1-box{
    color: #fff;
    width: auto;
    position: relative;
}
.p4u1-box::after{
    position: absolute;
    right: -0.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.45rem;
    content:'';
    background: #fff;
    opacity: 0.6;

}
.p4u1-box:nth-last-child(1)::after{
    display: none;
}
.p4u1-unit{
    font-size: 0.15rem;
    line-height: 0.43rem;
    font-weight: 300;
}
.p4u1-data .p4u1-box:nth-child(1) .p4u1-unit,
.p4u1-data .p4u1-box:nth-child(2) .p4u1-unit{
text-indent: 0.06rem;
}

.p4u1-units{
    font-size: 0.29rem;
    line-height: 0.44rem;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
    height: .75rem;
}
.p4u1-symbol{
    font-size: 0.4rem;
    padding: 0.2rem;
}
.odometer{
    font-size: 0.78rem;
    color: #F9C77F;
    font-weight: 400;
    margin-right: 0.1rem;
    line-height: 0.67rem
}

.p4u3-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}
.p4u3-box:nth-last-child(1){
    margin-bottom: 0;
}
.p4u3-detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #1e1e1e;
    padding: 0.65rem 0.6rem;
    width: calc(39% - 0.1rem);
    height: 4.6rem;
}
.p4u3-tag{
    font-size: 0.35rem;
    color: #fff;
}
.p4u3-title{
    font-size: 0.2rem;
    color: #A7A7A7
}
.p4u3-img{
    width: calc(61% - 0.17rem)
}

.only_beizhu{
    background: #000;
    padding:  0.37rem 2.1rem;
    font-weight: 400;
    font-size: 0.12rem;
    color: #9C9C9C;
    line-height: 0.2rem;
    text-align: left;
    opacity: 0.94;
}



.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);
}

@media( max-width:765px ){
    
    .one-tag{
        font-size: 0.5rem;
        left: 0.45rem;
        top: 1.94rem;
        width: calc(100% - 0.9rem);
    }
    .one-tag-title{
        font-size: 0.29rem;
        line-height: 0.41rem;
    }
    .two-tag{
        padding-left: 0;
        font-size: 0.43rem;
    }
    .two-tag-title{
        padding-left: 0;
        font-size: 0.25rem;
    }
    .twoPage{
        padding:0 0.5rem;
    }
    .threePage{
        padding:0 0.5rem;
    }

    .all-pad-top{
        padding-top: 0.94rem;
    }
    .all-pad-bottom{
        padding-bottom: 0.94rem;
    }
    .all-sw-top{
        padding-top: 0.94rem
    }
    .all-sw-bottom{
        padding-bottom: 0.94rem
    }
    .swiper_tag{
        font-size: 0.35rem;
    }
    .swiper_title{
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .last_box_bottom{
        padding-bottom: 0.94rem;
    }

    /* tvc */
    .tvc-detail{
        left: 0.92rem;
        bottom: 2.8rem;
        width: calc(100% - 1.84rem);
        height: 60%;
        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;
    }

    /* 车外观 */
    .car-tag{
        left: 0.92rem;
        font-size: 0.48rem;
        line-height: 0.63rem;
    }
    .car-color img{
        width: 0.49rem;
        height: 0.49rem
    }
    .car-color div{
        font-size: 0.25rem;
    }
    /* 外观锚点 */
    .p0u2-one-tag{
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 0.5rem;
    }
    .p0u3-detail-t1{
        font-size: 0.3rem;
    }
    .p0u3-detail-t2{
         font-size: 0.2rem
    }
    .flicker_btn1{
        left: 72%;
        top: 48%
    }
    .flicker_btn2{
        left: 81%;
        top: 50%
    }
    .flicker_btn3{
        left: 34%;
        top: 53%
    }
    .flicker_btn4{
        left: 16%;
        top: 54%
    }

    /* 内饰轮播 */
    .enjoy_pop{
        flex-direction: column;
        /* align-items: center; */
        justify-content: space-around;
        z-index: -1;
        background: rgba(0, 0, 0, 0.78)
    }
    .enjoy_pop.active{
        z-index: 10000;
    }
    .enjoy_pop .enjoy_pop_sw{
        width: 80%;
        overflow: initial;
        margin-right: 0;
    }
    .enjoy_pop.active .enjoy_pop_sw{
        margin-left: 10%;
    }
    .enjoy_pop_sw .swiper-slide img{
        height: auto;
    }
    .sw_mb_text{
        background: #000;
        color: #fff;
        padding: 0.34rem;
        height: 2.5rem;
    }
    .sw_mb_text_tag{
        padding-bottom: 0.2rem;
    }
    .sw_8 .swiper-slide{
        border-radius: 0.1rem;
        overflow: hidden;
    }
    .enjoy_pop_btn{
        width: 1rem;
        height: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }

    /* 内饰 */
    .p0u4-tag-list{
        right: 50%;
        bottom: 0.9rem;
        transform: translateX(50%);
    }
    .p0u4-tag{
        font-size: 0.3rem;
    }

    /* 动力 */
    .sw_2{
        flex-direction: column;
    }
    .sw_2 .swiper-slide{
        width: 100%;
    }
    .sw_2 .swiper-slide:nth-child(1){
        margin-bottom: 0.15rem;
    }
    .p1u1-tag{
        font-size: 0.25rem;
    }
    .p1u1-title{
        font-size: 0.22rem;
        line-height: 0.34rem;
    }
    .p3u2-box .p1u1-box{
        height: 2rem;
    }
    .p3u2-box .p1u1-title{
        color: #595959
    }
    .sw_2 .p1u1-box{
        height: 2rem;
    }

    .units{
        padding-left: 0
    }
    .units1{
        width: 60%;
        justify-content: space-between;
    }
    .units2{
        width: 100%;
        justify-content: space-between;
    }
    .units3{
        width: 100%;
        justify-content: space-between;
    }

    .unit{
        margin-right: 0.2rem;
    }
    .text{
        font-size: 0.15rem;
    }
    .desc{
         font-size: 0.41rem;
    }
    .desc_t{
        font-size: 0.15rem;
    }

    /* 轮播 */
    .swiper_tab{
        display: none;
    }

    .swiper_tab_text{
        height: 2.8rem;
    }
    .swiper_tab_text div{
        top: 0.26rem;
        width: 100%;
        text-align: left;
    }
    .swiper_tab_text div span{
        color: #000;
        margin-bottom: 0.26rem;
    }
    .threePage .swiper_tab_text div span{
        color: #fff;
    }
    .cls_pagination{
        display: block;
        position: absolute;
        bottom: -2.7rem;
        left: 0;
    }
    .swiper-pagination-bullet{
        width: 0.7rem;
        height: 3px;
        background: #ccc;
        border-radius: 3px;
        margin-right: 0.18rem;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #E7C595;
    }

    .p3u2-list{
        display: block;
        
    }
    .p3u2-box{
        width: 100%;
        margin-bottom: 0.15rem;
    }

    .p4u1-data{
        left: 0.3rem;
        width: calc(100% - 0.6rem)
    }
    .p4u1-unit{
        font-size: 0.18rem;
    }
    .odometer{
        font-size: 0.52rem
    }
    .p4u1-units{
        font-size: 0.29rem;
        line-height: 0.5rem;
    }
    .p4u1-box::after{
        right: -0.3rem;
        background: rgba(255, 255, 255, 0.56)
    }
    .p4u1-symbol{
        font-size: 0.3rem;
        padding: 0.2rem 0.1rem
    }

    .p4u3-box{
        flex-direction: column-reverse;
        margin-bottom: 0.5rem;
    }
    .p4u3-box-column{
        flex-direction: column;
    }
    .p4u3-detail{
        width: 100%;
        height: 3rem;
        margin-top: 0.15rem;
        padding:  0.75rem 0.3rem;
    }
    .p4u3-img{
        width: 100%;
    }
    .p4u3-title{
        font-size: 0.24rem;
        line-height: 0.38rem;
    }

    .choose_lanshan{
        padding: 1rem 0.5rem 1rem;
    }
    .choose_lanshan .cls_pagination{
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .choose_lanshan .swiper-pagination-bullet{
        background: #5A5A5A;
    }
    .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.5rem 0.5rem;
        line-height: 1.5;
        font-size: 0.18rem;
    }



}
