/* @font-face {
  font-family: fa;
  src: url(../../../fonts/SourceHanSerifCN-ExtraLight.ttf);
} */
/* 上浮动效 */
.scroll_center{
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s;
}
.scroll_center._into {
    opacity: 1;
    transform: translateY(0);
}
.img-box{
    position: relative;
}
.img-box video,
.img-box img {
    width: 100%;
    object-fit: cover;
    height: auto;
    aspect-ratio: 16 / 7 ;
}
.full-box .full-img{
    height: 100vh;
}
.banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    font-weight: 300;
}
nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 0.7rem;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  box-sizing: border-box;
  z-index: 400;
  opacity: 1;
}

/* 头部导航 */
.nav-active {
  display: flex !important;
}

nav .nav-box {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(30px);
  backdrop-filter: saturate(180%) blur(30px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

nav .left {
  font-size: 0.21rem;
  color: #000;
}

nav .right {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  height: 100%;
}
nav .right .pc-pad {
  height: 100%;
}
nav .right ul {
  display: flex;
  align-items: center;
  height: 100%;
}

nav .right ul li {
  color: #000;
  cursor: pointer;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.188rem;
  font-weight: 300;
  transition: all 0.3s;
  position: relative;
}

nav .right ul li::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0rem;
  transition: all 0.5s;
  background-color: #000;
  transform: scale(0, 1);
}

nav .right ul li:hover::after {
  transform: scale(1, 1);
}

nav .right ul li:nth-last-of-type(1) {
  width: 1.3rem;
  height: 0.4rem;
  background-color: #000 !important;
  border-radius: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff !important;
  text-align: center !important;
  padding: 0;
  margin: 0;
  margin-left: 0.4rem;
}

nav .right ul li:nth-last-of-type(1)::after {
  background-color: #fff;
}
header {
  background-color: rgba(255, 255, 255, 0);
}
.header_active_v2 {
  display: none !important;
}
.header-logo-box img:nth-of-type(1) {
  display: none;
}

header .header_logo img.light_logo_center {
  display: block;
}

.header_menu i {
  background: #fff;
}

header .header-right {
  color: #fff;
}


.policy-all h4{
    font-weight: 300;
}
.policy-all .policy-detail .policy-list li .policy-list-money{
    font-weight: 300;
}
.policy-all .policy-detail .policy-list li .policy-list-title p{
    font-weight: 300 !important ;
}
.policy-all .policy-detail .policy-info .policy-info-title{
    font-weight: 300;
}
.policy-all .policy-detail .policy-info .policy-info-list p{
    font-weight: 300;
}

body{
    background: #F5F4F3;
}
.full-box{
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    max-width: 100vw;
    overflow: hidden;
}
.full-no-box{
    padding: 0 2.2rem;
    max-width: 100vw;
    overflow-x: hidden;
}
.mar-btm{
    margin-bottom: 1.29rem;
}
.mar-top{
    margin-top: 1.29rem;
}
.one_tag{
    position: absolute;
    left: 1.59rem;
    bottom: 0.97rem;
    font-size: 0.41rem;
    font-weight: 300;
    z-index: 2;
}
.one_tag_title{
    font-size: 0.76rem;
    margin-top: 0.1rem;
    font-weight: 300;
}
.two_tag_box{
    position: absolute;
    left: 0;
    top: 0.97rem;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.two_tag_box .two_tag{
     color: #FFB64D
}

.two_tag{
    font-size: 0.6rem;
    font-weight: 300;
}
.two_tag_title{
    font-size: 0.3rem;
    font-weight: 300;
    margin-top: 0.1rem;
}
.three_tag{
    font-size: 0.6rem;
    font-weight: 300;
    color: #FF9800;
}
.three_tag_box{
    margin-bottom: 0.4rem;
    margin-left: 0.75rem;
}
.three_tag_box .two_tag{
    font-weight: 300;
    font-size: 0.45rem;
    color: #000;
}
.three_tag_box .two_tag_title{
    font-weight: 300;
    font-size: 0.24rem;
    color: #6B6B6B;
    margin-top: 0.1rem;
}
.swiper_tab_page{
    display: none;
}

/* p1-2 */

.sw_1_btn{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
    z-index: 2;
}
.sw_1_btn_box{
    width: 2.76rem;
    height: 0.58rem;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    font-size: 0.21rem;
}
.sw_1_btn_box img{
    width:0.12rem;
    height: auto;
    object-fit: cover;
}
.sw_1_btn_box:hover{
    background: #fff;
    color: #000;
}
.sw_1_btn_l img{
    transform: rotate(180deg);
}
.swiper_tab_1_page{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0.36rem;
    width: 100%;
    gap: 0.1rem;
}
.swiper-pagination-bullet{
    width: 0.36rem;
    height: 0.03rem;
    border-radius: unset;
    background: rgba(255,255,255,0.36);
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #E7C595;
}



/* 配置卡片 */
.config-box{
    padding: 1.6rem;
    padding-bottom: 1.4rem;
    background: #ebeae8;
}

.config-tag{
    text-align: center;
    font-weight: 300;
    font-size: 0.44rem;
    color: #282421;
    padding-bottom: 0.7rem;
}

.config-box .cls_btn_list {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.config-box .cls_btn_list .btn_style_warya {
    width: 2.4rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.config-box .cls_btn_list .cls_btn_1 {
    background-color: #373a3d;
    color: #fff
}

.config-box .cls_btn_list .cls_btn_1 span{
    font-size: .15rem
}

.config-box .cls_btn_list .cls_btn_2 {
    border: 1px solid #373a3d;
    color: #373a3d;
    margin-left: 0.2rem;
    background: transparent
}
.config-box .cls_btn_list .cls_btn_2 span{
    font-size: .15rem
}
.swiper_tab_12_page {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0.2rem;
}
.swiper_tab_12_page .swiper-pagination-bullet{
    background: rgba(0,0,0,0.42);
}
.swiper_tab_12_page .swiper-pagination-bullet-active{
    background: #000;
}

.sw_12_btn{
    display: flex;
    width: calc(100% + 2.6rem);
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: -1.3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}
.sw_12_btn div{
    width: 0.8rem;
    height: 0.8rem;
    cursor:pointer;
}
.sw_12_btn div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 车外观 */
.car-title-title{
    position: absolute;
    left: 1.59rem;
    top: 0.9rem;
    z-index: 2;
}
.car-detail{
    position: absolute;
    left: 1.59rem;
    bottom: 1.2rem;
    font-weight: 300;
    font-size: 0.3rem;
    z-index: 2;
    width: 10rem;
}
.sw_2_btn{
    position: absolute;
    right: 2.2rem;
    bottom: 0.57rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.sw_2_btn div{
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(255,255,255,0.17);
    padding: 0.16rem 0.2rem; 
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.sw_2_btn div img{
    aspect-ratio: auto;
}
.sw_2_btn div:hover{
    background: rgba(255,255,255,0.39);
}
.sw_2_btn_l{
    transform: rotate(180deg);
}
.car_color_list{
    display: flex;
    align-items: center;
    gap: 0.36rem;
    position: absolute;
    left: 1.59rem;
    bottom: 0.57rem;
    z-index: 2;
}
.car_color_item{
    width: 0.4rem;
    height: 0.4rem;
    padding: 0.06rem;
    cursor: pointer;
    border-radius: 0.4rem;
}
.car_color_item div{
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}
.car_color_item:nth-child(1) div{
    background: #54A3AA;
}
.car_color_item:nth-child(1).active{
    border: 1px solid #54A3AA;
}
.car_color_item:nth-child(2) div{
    background: #7f8498;
}
.car_color_item:nth-child(2).active{
    border: 1px solid #7f8498;
}
.car_color_item:nth-child(3) div{
    background: #1baebe;
}
.car_color_item:nth-child(3).active{
    border: 1px solid #1baebe;
}
.car_color_item:nth-child(4) div{
    background: #ccced3;
}
.car_color_item:nth-child(4).active{
    border: 1px solid #ccced3;
}
.car_color_item:nth-child(5) div{
    background: #bfb8b2;
}
.car_color_item:nth-child(5).active{
    border: 1px solid #bfb8b2;
}
.car_color_item:nth-child(6) div{
    background: #C94180;
}
.car_color_item:nth-child(6).active{
    border: 1px solid #C94180;
}

/* 内饰 */
.ns-title-box{
    position: absolute;
    left: 2.2rem;
    bottom: 1.3rem;
    z-index: 2;
}
.ns-title1{
    font-weight: 300;
    font-size: 0.57rem;
}
.ns-title2{
    font-weight: 300;
    font-size: 0.3rem;
}
.sw_3_color{
    left: 2.25rem;
    bottom: 0.57rem;
}
.sw_3_color .car_color_item:nth-child(1) div{
    background: #C7C2BF;
}
.sw_3_color .car_color_item:nth-child(1).active{
    border: 1px solid #C7C2BF;
}
.sw_3_color .car_color_item:nth-child(2) div{
    background: #786B5C;
}
.sw_3_color .car_color_item:nth-child(2).active{
    border: 1px solid #786B5C;
}
.sw_3_color .car_color_item:nth-child(3) div{
    background: #1F1F1F;
}
.sw_3_color .car_color_item:nth-child(3).active{
    border: 1px solid #1F1F1F;
}
.sw_3_btn{
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 0.57rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.sw_3_btn div{
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(255,255,255,0.17);
    padding: 0.16rem 0.2rem; 
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.sw_3_btn div img{
    aspect-ratio: auto;
}
.sw_3_btn div:hover{
    background: rgba(255,255,255,0.39);
}
.sw_3_btn_l{
    transform: rotate(180deg);
}
.sw_notes{
    position: absolute;
    right: 0.5rem;
    bottom: 0.3rem;
    z-index: 5;
    color: #fff;
    font-size: 0.16rem;
}

/* p1-7 */
.p1u7_tag_box{
    position: absolute;
    left: 2.2rem;
    top: 2.66rem;
    z-index: 2;
}
.p1u7_tag{
    font-size: 0.57rem;
    font-weight: 300;
}
.p1u7_tag_title{
    font-size: 0.3rem;
    font-weight: 300;
    margin-top: 0.2rem
}
.p1u7-data-list{
    display: flex;
    align-items: center;
    position: absolute;
    left: 2.2rem;
    top: 5.41rem;
    z-index: 2;
    color: #E7C595;
    gap: 1.01rem;
}
.p1u7-t{
    font-weight: 300;
    font-size: 0.23rem;
}
.p1u7-d{
    font-size: 0.64rem;
    font-weight: 300;
    display: flex;
    align-items: flex-end;
}
.p1u7-unit{
    font-weight: 300;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    margin-left: 0.05rem;
}
.p1u8-data-list{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0.72rem;
    z-index: 2;
    color: #E7C595;
    gap: 1.01rem;
    width: 100%;
}
.p1u9-bg{
    background: #0F0F0F;
    padding-top: 1.29rem;
}
.p1u9-list{
    display: flex;
    justify-content: space-between;
    gap: 0.11rem;
}
.p1u9-item{
    background: #1D1D1D;
    width: 100%;
}
.p1u9-title-box{
    width: 100%;
    height: 1.96rem;
    padding: 0.28rem 0.34rem;
}
.p1u9-title{
    font-size: 0.3rem;
    font-weight: 300;
    color: #fff;
}
.p1u9-detail{
    margin-top: 0.1rem;
    font-size: 0.22rem;
    font-weight: 300;
    color: #C9C9C9;
}

/* 展开/收起按钮 */
.collapse-bg{
    background: #0F0F0F;
    overflow: hidden;
}
.collapse-bg-while{

    background: unset;
    overflow: hidden;
}
.collapse-box{
   width: 2.42rem;
   height: 0.50rem;
   background: #e5e5e5;
   border-radius: 0.25rem;
   margin: 0.53rem auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 0.1rem;
   cursor: pointer;
}
.collapse-text{
    font-size: 0.18rem;
    font-weight: 300;
    color: #000;
}
.collapse-icon{
    width: 0.33rem;
    height: 0.33rem;
    background: #6C5B5B;
    border-radius: 0.33rem;
    padding: 0.1rem 0.12rem;
}
.collapse-icon img{
    transform: rotate(90deg);
    transition: all 0.3s;
    aspect-ratio: auto;
}
.collapse-box.active .collapse-icon img{
    transform: rotate(270deg);
}
.collapse-box.active .collapse-icon{
    padding: 0.08rem 0.12rem;
}

.p2u1-notes{
    position: absolute;
    bottom: 0.54rem;
    right: 0.54rem;
    text-align: right;
    width: auto;
    font-weight: 300;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.p2u2-units-list{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0.95rem;
    left: 50%;
    width: calc( (100% - 4.4rem) * 0.66 );
    align-items: center;
    transform: translate(-50% , 1rem);
    gap: 0.2rem
}
.p2u2-units-list.scroll_center._into{
    transform: translate(-50% , 0);
}
.p2u2-units-list .p2u2-n{
    font-weight: 300;
    font-size: 0.33rem;
    color: #FFFFFF;
}
.p2u2-n{
    display: flex;
    align-items: flex-end;
    font-size: 0.5rem;
    color: #DBAD76;
    gap: 0.05rem;
    font-weight: 300;
}
.p2u2-u{
    font-size: 0.26rem;
    font-weight: 300;
    margin-bottom: 0.07rem;
}
.p2u2-d{
    font-weight: 300;
    font-size: 0.18rem;
    white-space: nowrap; 
}
.p2u2-text-list{
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    position: absolute;
    bottom: 0.7rem;
    left: 0;
    width: 100%;
    align-items: center;
}
.p2u2-text-item{
    padding: 0.18rem 0.31rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.1rem;
    width: 17%;
    height: 1.7rem;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
}
.p2u2-t1{
    /* font-size: 0.18rem; */
    padding-bottom: 0.14rem;
    border-bottom: 1px solid #fff;
    font-weight: 300;
}
.p2u2-t2{
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 0.19rem
}

/* 轮播字号 */
.sw_t{
    font-size: 0.19rem;
}
.sw_d{
    font-size: 0.16rem;
}
.sw_title_list{
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
}
.sw_title_list .list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.3);

}
.sw_title_list .list div{
    padding: 0.1rem 0.3rem;
    color: #686868;
    font-weight: 300;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}
.sw_title_list .list div::after {
    content: '';
    position: absolute;
    left: 0 ;
    bottom: -1px;
    width: 0;
    height: 0.03rem;
    background: #000;
    transition: all 0.5s;
    z-index: 10;

}
.sw_detials_list{
    position: relative;
    width: 13rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-top: 0.24rem;

}
.sw_4_detials_list{
    height: 0.5rem;
}
.sw_6_detials_list{
    height: 0.5rem;
}
.sw_detials_list div{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    color: #000;
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
}
.sw_title_list .list div.active{
    font-weight: 300;
    color: #000;
}
.sw_title_list .list div.active::after {
    width: 100%;
}
.sw_detials_list div.active{
    opacity: 1;
}
.sw_11{
    margin-top: 0.21rem;
}
.sw_10{
    margin-top: 0.21rem;
}
.sw_5{
    margin-top: 0.21rem;
}
.sw_15{
    margin-top: 0.21rem;
}

.sw_10_btn{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.sw_10_btn div{
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(0,0,0,0.8);
    padding: 0.16rem 0.2rem; 
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.sw_10_btn div img{
    aspect-ratio: auto;
}
.sw_10_btn div:hover{
    background: rgba(0,0,0,0.39);
}
.sw_10_btn_l{
    transform: rotate(180deg);
}


.sw_11_btn{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.sw_11_btn div{
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(0,0,0,0.8);
    padding: 0.16rem 0.2rem; 
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.sw_11_btn div img{
    aspect-ratio: auto;
}
.sw_11_btn div:hover{
    background: rgba(0,0,0,0.39);
}
.sw_11_btn_l{
    transform: rotate(180deg);
}

.sw_15_btn{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.sw_15_btn div{
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(0,0,0,0.8);
    padding: 0.16rem 0.2rem; 
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.sw_15_btn div img{
    aspect-ratio: auto;
}
.sw_15_btn div:hover{
    background: rgba(0,0,0,0.39);
}
.sw_15_btn_l{
    transform: rotate(180deg);
}

.sw_5_btn{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.sw_5_btn div{
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(0,0,0,0.8);
    padding: 0.16rem 0.2rem; 
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.sw_5_btn div img{
    aspect-ratio: auto;
}
.sw_5_btn div:hover{
    background: rgba(0,0,0,0.39);
}
.sw_5_btn_l{
    transform: rotate(180deg);
}
.swiper_list_box{
    background: #fff;
    height: 3rem;
    width: 100%;
    padding: 0.25rem 0.26rem;
}
.swiper_list_box .sw_t{
    color: #2F2E2E;
    font-weight: 300;
    height: 0.67rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
}
.swiper_list_box .sw_d{
    font-weight: 300;
    color: #666666;
    margin-top: 0.29rem;
}
.swiper_tab_5_page{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.swiper_tab_5_page .swiper-pagination-bullet{
    width: 0.36rem;
    height: 0.03rem;
    border-radius: unset;
    background: rgba(0,0,0,0.21);
    opacity: 1;
}
.swiper_tab_5_page .swiper-pagination-bullet-active{
    background: #000;
}
.sw_5_btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.31rem;
}
.sw_11_btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.31rem;
}


.swiper_tab_11_page{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.swiper_tab_11_page .swiper-pagination-bullet{
    width: 0.36rem;
    height: 0.03rem;
    border-radius: unset;
    background: rgba(0,0,0,0.21);
    opacity: 1;
}
.swiper_tab_11_page .swiper-pagination-bullet-active{
    background: #000;
}
.sw_15_btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.31rem;
}

.swiper_tab_15_page{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.swiper_tab_15_page .swiper-pagination-bullet{
    width: 0.36rem;
    height: 0.03rem;
    border-radius: unset;
    background: rgba(0,0,0,0.21);
    opacity: 1;
}
.swiper_tab_15_page .swiper-pagination-bullet-active{
    background: #000;
}

.sw_10_btm{
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.31rem;
}
.p2u7-deatails{
    position: absolute;
    left: 3.04rem;
    bottom: 0.42rem;
    font-weight: 300;
    font-size: 0.18rem;
}

.p2u11-units{
    display: flex;
    align-items: center;
    gap: 0.75rem
}
.p2u11-n{
    display: flex;
    align-items: flex-end;
    color: #DBAD76;
    font-size: 0.43rem;
    font-weight: 300;
    gap: 0.08rem;
}
.p2u11-u{
    font-weight: 300;
    font-size: 0.23rem;
    margin-bottom: 0.08rem;
}
.p2u11-d{
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
}
.p2u11-list{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0.1rem;
}
.p2u11-left{
    width: calc(63% - 0.05rem);
}
.p2u11-right{
    width: calc(37% - 0.05rem);
    background: #fff;
    padding:  0.49rem 0.72rem; 
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.p2u11-t-box{
    margin-bottom: 0.3rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #D2D2D2;
    cursor: pointer;
}
.p2u11-t1{
    font-weight: 300;
    font-size: 0.25rem;
    color: #000000;
}
.p2u11-t2{
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
    font-weight: 300;
    font-size: 0.16rem;
    color: #767676;
    line-height: 0.28rem;
    /* padding-top: 0.27rem; */
}
.p2u11-t-box.active {
    padding-bottom: 0;
}
.p2u11-t-box.active .p2u11-t2{
    height: 1.4rem;
    margin-top: 0.15rem;
}
.p2u11-t-box:nth-last-child(1){
    border-bottom: unset;
}


.seletion-box{
    width: calc(37% - 0.05rem);
    background: #fff;
    padding:  0.49rem 0.72rem; 
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.seletion-t-box{
    margin-bottom: 0.3rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #D2D2D2;
    cursor: pointer;
}
.seletion-t1{
    font-weight: 300;
    font-size: 0.25rem;
    color: #000000;
}
.seletion-t2{
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
    font-weight: 300;
    font-size: 0.16rem;
    color: #767676;
    line-height: 0.28rem;
    /* padding-top: 0.27rem; */
}
.seletion-t-box.active {
    padding-bottom: 0;
}
.seletion-t-box.active .seletion-t2{
    height: 1.2rem;
    margin-top: 0.15rem;
}
.seletion-t-box:nth-last-child(1){
    border-bottom: unset;
    margin-bottom: 0
}

.p6u2-right{
    padding: 0.4rem 0.72rem;
}
.p6u4-right{
    background: unset;
    gap: 0.2rem;
    height: 100%;
    justify-content: space-between;
    padding: 0;
}
.p6u4-t-box{
    background: #fff;
    margin-bottom: 0;
    min-height: 2.8rem;
    padding: 0.58rem 0.75rem;
    border-bottom: unset
}
.p6u4-t-box .seletion-t2{
    height: calc(50% - 0.1rem);
}
.p6u4-t-box  .seletion-t-box{
    border-bottom: unset
}
.p6u4-t-box .seletion-t1{
    padding-bottom: 0.17rem;
    border-bottom: 1px solid #D2D2D2;
}
.p6u4-t-box .seletion-t2{
    margin-top: 0.32rem;
}

.p4u3-details{
    position: absolute;
    left: 2.7rem;
    bottom: 0.5rem;
    z-index: 1;
    color: #6B6B6B;
}
.notes-box{
    font-size: 0.14rem;
    text-align: center;
    font-weight: 300;
    color: #000;
    margin-top: 0.1rem; 
    display: block;
}
.last-notes{
    font-size: 0.14rem;
    text-align: right;
    font-weight: 300;
    color: #000;
    display: block;
    padding: 0.3rem 2.2rem;
}
@media (max-width: 768px) {
    .config-box{
        padding: 1rem 0.5rem 0;
        padding-bottom: 1.2rem
    }
    .config-box .cls_btn_list .cls_btn_1{
        width: 3rem;
        height: 0.7rem;
        border-radius: 0.1rem;

    }
    .config-box .cls_btn_list .cls_btn_2{
        width: 3rem;
        height: 0.7rem;
        border-radius: 0.1rem;
    }
    .config-box .cls_btn_list .cls_btn_1 span{
        font-size: 0.22rem
    }
    .config-box .cls_btn_list .cls_btn_2 span{
        font-size: 0.22rem
    }

    /* 头部导航 */
    
  nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 0.93rem;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.32rem;
    box-sizing: border-box;
    z-index: 400;
    opacity: 1;
  }

  .nav-active {
    display: flex !important;
  }

  nav .nav-box {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-bottom: 1px solid #cec7c5;
  }

  nav .left {
    font-size: 0.29rem;
    color: #000;
  }

  nav .nav-mb-box {
    display: flex !important;
    align-items: center;
  }

  nav .nav-mb-box .down {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
    display: block;
    transition: all 0.3s;
  }

  nav .nav-mb-box .down-active {
    transform: rotate(-135deg);
  }

  nav .nav-mb-box .text {
    width: 1.08rem;
    height: 0.54rem;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.21rem;
    margin-left: 0.4rem;
  }

  nav .right {
    font-size: 0.21rem;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    opacity: 0;
  }

  nav .right.right-active {
    top: 0.93rem;
    opacity: 1;
  }

  nav .right ul {
    display: flex;
    align-items: center;
    height: 100%;
    overflow-x: auto;
    width: 100vw;
    padding-left: 0.5rem;
  }

  nav .right ul::-webkit-scrollbar {
    display: none;
  }

  nav .right ul li {
    color: #000;
    cursor: pointer;
    margin: 0;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.21rem;
    font-weight: 300;
    transition: all 0.3s;
    position: relative;
    flex: none;
  }

  nav .right ul li::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #000;
    transform: scale(0, 1);
  }

  nav .right ul li:hover::after {
    transform: scale(1, 1);
  }

  nav .right ul li:nth-last-of-type(1) {
    width: 1.3rem;
    height: 0.4rem;
    background-color: #000 !important;
    border-radius: 0rem;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #fff !important;
    text-align: center !important;
    padding: 0;
    margin: 0;
    margin-left: 0.4rem;
  }

  nav .right ul li:nth-last-of-type(1)::after {
    background-color: #fff;
  }
    .mar-btm-nom{
        margin-bottom: 0;
    }
    .img-box video, 
    .img-box img{
        aspect-ratio : auto;
    }

    .full-no-box{
        padding: 0 0.37rem;
    }
    .one_tag{
        left: 0.54rem;
        bottom: 2.02rem;
        font-size: 0.32rem;
        font-weight: 300;
        z-index: 10;
    }
    .one_tag_title{
        font-size: 0.55rem;
        font-weight: 300;
    }
    .three_tag{
        font-size: 0.5rem;
    }
    .two_tag{
        font-size: 0.5rem;
    }
    .three_tag_box .two_tag{
        font-size: 0.45rem;
    }
    .two_tag_title{
        font-size: 0.27rem;
        padding-right:0.5rem;
    }
    .three_tag_box{
        margin-left: 0;
    }

    .car_color_list{
        left: 0;
        justify-content: center;
        bottom: 2.33rem;
        gap: 0.3rem;
        width: 100%;
    }
    .car_color_item{
        width: 0.65rem;
        height: 0.65rem;
    }
    .car_color_item div{
        border-radius: 0.4rem;
    }
    .car-title-title{
        left: 0.37rem;
        top: 0.95rem;
    }
    .car-detail{
        left: 0.37rem;
        top: 2.37rem;
        font-size: 0.22rem;
        width: 3.38rem;
    }
    .ns-title-box{
        left: 0.5rem;
        bottom: 1.5rem;
    }
    .ns-title1{
        font-size: 0.48rem;
    }

    .sw_1_d  .two_tag_title{
        padding-right: 0
    }



    .sw_2_btn{
        right: 50%;
        transform: translateX(50%);
        bottom: 1rem;
        display: none;
    }
    .sw_2_btn div{
        width: 0.76rem;
        height: 0.76rem;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sw_2_btn div img{
        width: 0.14rem;
        height: 0.26rem;
    }
    .sw_3_color{
        left: 0.5rem;
        bottom: 0.57rem;
        width: auto;
    }
    .sw_3_btn{
        right: 0.5rem;
        transform: translateX(0);
    }
    .swiper_tab_2_page{
        display: flex;
        position: absolute;
        bottom: 1.5rem;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        gap: 0.2rem;
        z-index: 3;

    }
    .swiper_tab_2_page .swiper-pagination-bullet{
        width: 0.6rem;
        height: 0.05rem;
    }
    .p1u7_tag_box{
        left: 0.58rem;
        top: 1.34rem;
    }
    .p1u7_tag{
        font-size: 0.48rem;

    }
    .p1u7_tag_title{
        font-size: 0.3rem;
    }
    .p1u7-data-list{
        left: 0.58rem;
        top: 3.22rem;
    }
    .p1u7-d{
        font-size: 0.57rem;
    }
    .p1u7-unit{
        font-size: 0.23rem;
    }
    .p1u7-t{
        font-size: 0.19rem;
    }
    .p1u8-data-list{
        gap: 1.7rem;
        bottom: 1.3rem;
    }
    .sw_21 {
        overflow: inherit;
    }
    .p2u2-units-list{
        top: 0.94rem;
        width: 4.46rem;
    }
    .p2u2-units-list .p2u2-n{
        font-size: 0.4rem;
    }
    .p2u2-text-list{
        left: 0.16rem;
        bottom: 0.81rem;
        flex-wrap: wrap;
        gap: 0.16rem;
        width: calc(100% - 0.32rem);
    }
    .p2-1-2{
        padding: 0;
    }
    .p2u2-text-item{
        width: calc(50% - 0.08rem);
        height: 1.82rem;
        padding: 0.18rem 0.25rem;
    }
    .p2u2-text-item .p2u2-t2{
        font-size: 0.16rem;
    }
    .sw_1_btn{
        bottom: 2rem;
    }

    .sw_1_btn_box{
        width: 3rem;
    }
    .swiper_tab_1_page{
        bottom: 1rem;
    }

    .sw_t{
        font-size: 0.26rem;
    }
    .sw_d{
        font-size: 0.23rem;
        line-height: 0.33rem;
    }
    .sw_title_list .list{
        position: relative;
        height: 0.5rem;
        width: 100%;
        border-bottom: unset;
    }
    .sw_title_list .list div{
        position: absolute;
        left: 0.23rem;
        top: 0;
        opacity: 0;
        transition: all 0.3s;
        padding: 0;
    }
    .sw_title_list .list div.active{
        opacity: 1;
    }
    .sw_title_list .list div::after{
        display: none;
    }
    .sw_detials_list{
        width: 100%;
        text-align: left;
        padding: 0 0.23rem;
        height: 1.5rem;
        margin-top: 0;
    }
    .sw_detials_list div{
        text-align: left;
        width: calc(100% - 0.46rem);
    }
    .sw_16_detials_list{
        height: 2.3rem;
    }
    .sw_9_detials_list {
        height: 2.3rem;
         
    }
    .hover_page{
        display: flex;
        justify-content: start;
        align-items: flex-end;
    }

    .hover_page .swiper-pagination-bullet{
        flex: 1;
        height: 0.02rem;
        background: rgba(0,0,0,0.42); 
    }
    .hover_page .swiper-pagination-bullet-active{
        height: 0.04rem;
        background: #000; 
    }

    .swiper_tab_5_page .swiper-pagination-bullet{
        height: 0.06rem;
    }
    .swiper_tab_5_page{
        border-radius: 0.06rem;
        overflow: hidden;
    }
    .sw_15 .swiper_list_box{
        height: 3.5rem;
    }

    .sw_page_btm{
        margin-bottom: 1.29rem;
    }

    .swiper_tab_11_page .swiper-pagination-bullet{
        height: 0.06rem;
    }
    .swiper_tab_11_page{
        border-radius: 0.06rem;
        overflow: hidden;
    }

    .swiper_tab_15_page .swiper-pagination-bullet{
        height: 0.06rem;
    }
    .swiper_tab_15_page{
        border-radius: 0.06rem;
        overflow: hidden;
    }

    .sw_10_btm{
        display: flex;
    }

    .swiper_tab_10_page{
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        border-radius: 0.06rem;
        overflow: hidden;
    }
    .swiper_tab_10_page .swiper-pagination-bullet{
        width: 0.36rem;
        height: 0.06rem;
        border-radius: unset;
        background: rgba(0,0,0,0.21);
        opacity: 1;
    }
    .swiper_tab_10_page .swiper-pagination-bullet-active{
        background: #000;
    }




    .p2u7-deatails{
        left: 0.5rem;
        bottom: 0.5rem;
        width: calc(100% - 1rem);
    }
    .p2u11-units{
        flex-wrap: wrap;
        gap: 0.35rem;
    }
    .p2u11-units-item{
        width: calc(50% - 0.35rem);
    }
    .p2u11-n{
        font-size: 0.5rem;
    }
    .p2u11-u{
        font-size: 0.26rem;
    }
    .p2u11-d{
        font-size: 0.21rem;
    }
    .p2u11-list{
        flex-direction: column;
    }
    .p2u11-left{
        width: 100%;
    }
    .seletion-box{
        width: 100%;
    }
    .seletion-t1{
        font-size: 0.31rem; 
    }
    .seletion-t2{
        font-size: 0.2rem;
    }
    .collapse-box{
        width: 3.2rem;
        height: 0.74rem;
        border-radius: 0.4rem;
    }
    .collapse-text{
        font-size: 0.28rem;
    }
    .collapse-icon{
        width: 0.48rem;
        height: 0.48rem;
        padding: 0.12rem 0.15rem;
    }
    .collapse-box.active .collapse-icon{
        padding: 0.08rem 0.15rem;
    }

    .p2u1-notes{
        left: 0.21rem;
        text-align: left;
        font-size: 0.18rem;
        width: calc(100% - 0.42rem);
    }
    .p4u3-details{
        position: unset;
        width: 100%;
        z-index: 1;
        color: #6B6B6B;
        margin-top: 0.2rem;
    }
    .p4u3-details .sw_t{
        margin-bottom: 0.1rem;
    }
    .swiper_list_box{
        height: 3.5rem;
    }

    .policy-all .policy-detail .policy-list li{
        margin-bottom: 0.5rem;
    }
    .policy-all .policy-detail{
        /* padding: 0.3rem 0.67rem; */
    }
    .policy-all .policy-detail .policy-list{
        margin-top: 0;
    }

    .sw_notes{
        right: 0.2rem;
        bottom: 0.2rem;
    }
    .notes-box{
        text-align: left;
    }
    /* .sw_3 .sw_notes,
    .sw_1 .sw_notes{
        right: 0.2rem;
        bottom: 0.2rem;
    } */
    .last-notes{
        font-size: 0.16rem;
        text-align: left;
        padding: 0.3rem 0.37rem;
    }

    .sw_5_btn div:hover,
    .sw_10_btn div:hover,
    .sw_11_btn div:hover,
    .sw_15_btn div:hover{
        background: rgba(0,0,0,0.8);
    }
    .sw_5_btn,
    .sw_10_btn,
    .sw_11_btn,
    .sw_15_btn,
    .sw_3_btn{
        display: none;
    }
    .sw_12_btn{
        display: none;
    }

}