/* 公共区域 */
@font-face {
  font-family: fa;
  src: url(../../../fonts/SourceHanSerifCN-ExtraLight.ttf);
}


body{
    width: 100%;
    max-width: 100%;
}
.one_tag{
    position: absolute;
    left: 1.5rem;
    top: 0.77rem;
    font-size: 0.62rem;
    color: #F8902B;
    font-weight: 500;
}
.one_tag_title{
    font-size: 0.42rem;
    color: #fff;
    padding-top: 0.22rem;
    line-height: 0.5;
}
.two_tag{
    font-size: 0.36rem;
    font-weight: 600;
    color: #282421;
    padding-bottom: 0.39rem;
}
.two_tag_title{
    font-size: 0.3rem;
    padding-top: 0.3rem;
    font-weight: 200;
}
.onePage{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.twoPage{
    position: relative;
    padding: 0 2.7rem;
    width: 100%;
}
.pad_swiper_bottom{
    margin-bottom: 0.6rem;
}
.pad_box_bottom{
    margin-bottom: 1.5rem
}
.mar_sw_bottom{
    padding-bottom: 0.9rem;
}
.mar_box_bottom{
    padding-bottom: 1.5rem;
}
.kp_bg{
    background: #f5f4f3
}
img,
video{
    width: 100%;
    object-fit: cover;
    height: auto;
}
.scroll_center{
        opacity: 0;
    transform: translateY(1rem);
    transition: all 1s;
}
.scroll_center._into {
    opacity: 1;
    transform: translateY(0);
}

.allbor{
    border-radius: 0.1rem;
}

.banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}


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;
}
.p0-box {
    margin-bottom: 0.8rem;
}

/* tvc
 */

.stickyPage {
    position: relative;
    width: 100%;
}
.stickyPage .configurations{
    height: 100%;
    width: 100%;
}
.configurations{
    margin-bottom: 1.05rem;
}
.configurations .bg {
    width: 100%;
    position: relative;
    height: 100%;
}



.configurations .bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.configurations .detail {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 2.5rem;
    align-items: center;
}

.configurations .detail .title {
    color: #fff;
    font-size: 0.62rem;
    font-weight: 500;
}
.configurations .detail .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.71rem;
    height: 0.6rem;
    color: #fff;
    font-size: 0.17rem;
    background: linear-gradient(to right, rgba(0,0,0,0.7), #14a0ad);
    border-radius: 0.15rem;
    cursor: pointer;
    font-weight: 300
}
.configurations .detail .btn-box img{
    width: 0.11rem;
    margin-left: 0.1rem;
}

.video-box {
	width: 100%;
	position: fixed;
	height: 100vh;
	background: #000;
	z-index: 100000;
	top: 0;
	left: 0;
	display: none;
}
.video-box video {
	width: 100%;
	height: 85vh;
    margin-top: 15vh;
}

.video-box .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;
}

.video-box .close-box img {
	width: 0.15rem;
    z-index: 100010;
}

/* 进阶部分 */
.p0-tag{
    text-align: center;
    font-size: 0.44rem;
    color: #282421;
}
.p0-tag-title{
    text-align: center;
    font-size: 0.20rem;
    color: #282421;
    margin-top: 0.25rem;
    margin-bottom: 0.46rem;
    line-height: 1.5;
    letter-spacing: 0.04rem;
}
.sw_1 .swiper-container{
    width: calc(100% - 6rem);
    overflow: inherit;
}
.sw_1 .swiper-container .swiper-slide{
    border-radius: 0.16rem;
}
.sw_1 .swiper-container .swiper_titles{
    position: absolute;
    top: 75%;
    left: 0.60rem;
    color: #fff;
    font-size: 0.3rem;
    width: 60%;
}
.sw_1 .swiper-container .swiper_titles .swiper_titles_t2{
    font-size: 0.19rem;
    margin-top: 0.15rem;

}
.sw_1 .swiper-pagination{
    margin:  0.5rem auto;
    position: unset;
}
.sw_1 .swiper-pagination .swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    background: #6B6C6F;
    margin: 0 0.05rem;
    transition: all 0.5s;
    opacity: 1;
    border-radius: 0.08rem; 
}
.sw_1 .swiper-pagination .swiper-pagination-bullet:nth-child(1){
    margin-left: 0
}
.sw_1 .swiper-pagination .swiper-pagination-bullet:nth-last-child(1){
    margin-right: 0
}
.sw_1 .swiper-pagination .swiper-pagination-bullet-active{
    width: 0.42rem;
    background: #000;
}

.sw_1 .cgs_btn{
    width: 1.37rem;
    height: .57rem;
    background: #151515;
    border-radius: .29rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    padding: 0.07rem;
    position: absolute;
    bottom: 2rem;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}
.sw_1 .cgs_btn .cgs_btn-r,
.sw_1 .cgs_btn .cgs_btn-l{
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
    cursor: pointer;
}
.sw_1 .cgs_btn img{
    position: absolute;
    left: 0;
    top: 0;
}
.sw_1 .swiper-slide img{
    border-radius: 0.1rem;
}

/* p1 */
.p1-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #f8902191; */
    background-image: url('https://res.gwm.com.cn/Ora/statics/car-model/haomao/2025/img/pic-sj.jpg');
    padding: 0.5rem 1.64rem  0.91rem ;
    background-size:100% 100%;
}
.p1-list-box{
    border-top: 1px solid #fff;
    padding-top: 0.3rem;
    color: #fff;
    width: calc(25% - 0.24rem);
}
.p1-list-name{
    font-size: 0.19rem;
}
.p1-list-num{
    font-size: 0.42rem;
    display: flex;
    font-weight: 300;
}
.p1-list-unit{
    font-size: 0.33rem;
    height: 0.55rem;
    display: flex;
    align-items: flex-end;
}

/* tab轮播 */

.swiper_tab {
	display: flex;
	justify-content: center;
	margin-top: 0.2rem;
}
.swiper_tab .list {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-bottom: 1px solid #B6B3B2;
}
.swiper_tab .list div {
	padding: 0.2rem 0.2rem;
	margin: 0 0.4rem;
	font-size: 0.19rem;
	font-weight: 400;
	color: #241F1C;
	opacity: 0.5;
	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_01 .list{
    justify-content: space-between;
    /* width: 75%; */
}


.swiper_tab div.active {
	opacity: 1;
}
.swiper_tab .list div::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #55403F;
	height: 1px;
	opacity: 0;
	transition: all .5s;
}

.swiper_tab .list div.active::after {
	opacity: 1;
}
.swiper_tab_text {
	height: 1rem;
	position: relative;
}

.swiper_tab_text div {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 80%;
	opacity: 0;
	transition: all .5s;
	color: #8c8c8c;
	font-size: 0.17rem;
	font-weight: 300;
}
.swiper_tab_text div.active {
	opacity: 1;
}

.swiper_tab_text_t {
	height: 1.5rem;
	position: relative;
}

.swiper_tab_text_t div {
	position: absolute;
	top: 15%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	width: 80%;
    height: auto;
    opacity: 0;
	transition: all .5s;
	color: #241F1C;
	font-size: 0.15rem;
    line-height: 1.3;
}

.swiper_tab_text_t div.active {
	opacity: 1;
}
.swiper_tab_text_t14{
    height: 2rem;
}
.swiper_tab_text_t04{
  height: 1.75rem
}


/* 外观内饰 */
.unit2{
	position: relative;
	width: 100%;
	height: 95vh;
	overflow: hidden;
}
.u2_title{
	position: absolute;
	top: 0.5rem;
	left: 0.8rem;
	z-index: 5;
	width: calc(100% - 1.6rem);
}
.u2t1{
	font-size: 0.35rem;
}
.u2t_tab{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 0.7rem;
	font-size: 0.16rem;
}
.u2tt_left{
	display: flex;
    color: #fff;
}
.u2tt_right{
	position: relative;
    color: #fff;
    background: rgba(255 , 255 , 255 , 0.3);
    border-radius: 0.24rem;
    width: 1.86rem;
    height: 0.47rem;
}
.u2r_min{
	display: none;
}
.u2r_min.active{
	display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0.47rem;
}
.u2r_min div{
	position: relative;
    width: 50%;
    text-align: center;
}
.u2r_min div span{
	opacity: 0.5;
	cursor: pointer;
    transition: all 0.5s;
}
.u2r_min div.active{
    background: #fff;
    display: inline-block;
    height: 100%;
    border-radius: 0.36rem;
}
.u2r_min div.active span{
	opacity: 1;
    color: #000;
}

.u2_main{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.u2m_min{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	opacity: 0;
	transition: all .8s;
}
.u2m_min.active{
	pointer-events: auto;
	opacity: 1;
    color: #fff;
}
.u2mm_img{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .8s;
}
.u2mm_img.active{
	opacity: 1;
}
.u2mm_img img{
	width: 100%;
    height: 95vh;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .8s;
}
.u2mm_img img.active{
	opacity: 1;
}
.car_style_menu{
	position: absolute;
	bottom: 1.6rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.8s;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 0;
}
.car_style_menu.active{
	opacity: 1;
	z-index: 1;
}
.car_style{
	display: flex;
	margin-top: 0.6rem;
    padding: 0.2rem 0.6rem;
    align-items: center;
}
.cs_color{
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
    white-space: nowrap;
    text-align: center;
    margin-left: 0.23rem;
}
.cs_color:nth-last-child(1){
    margin-right: 0
}
.cs_color img{
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid transparent;
    padding: 0.05rem;
    object-fit: contain;

}
.cs_color.active img{
	border: 1px solid #fff;
}
.wg .cs_color:nth-child(1).active img{
	border: 1px solid #4a9eaa;
}
.wg .cs_color:nth-child(2).active img{
	border: 1px solid #194154;
}
.wg .cs_color:nth-child(3).active img{
	border: 1px solid #194154;
}
.wg .cs_color:nth-child(4).active img{
	border: 1px solid #e0c7c2;
}
.wg .cs_color:nth-child(5).active img{
	border: 1px solid #e0c7c2;
}
.wg .cs_color:nth-child(6).active img{
	border: 1px solid #59616b;
}
.wg .cs_color:nth-child(7).active img{
	border: 1px solid #a5c3b3;
}
.wg .cs_color:nth-child(8).active img{
	border: 1px solid #e4e1e1;
}
.wg .cs_color:nth-child(9).active img{
	border: 1px solid #e4e1e1;
}

.ns .cs_color:nth-child(1).active img{
	border: 1px solid #7cbca4;
}

.ns .cs_color:nth-child(2).active img{
	border: 1px solid #087187;
}
.ns .cs_color:nth-child(3).active img{
	border: 1px solid #81481b;
}

.u2mm_img_title{
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    width: 50%;
    transition: all 0.5s;
    opacity: 0;
}
.u2mm_img_title.active{
    opacity: 1
}
.img-color{
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
}
.img-title{
    font-size: 0.18rem;
    font-weight: 300;
}
.p2-sw-btn{
    display: flex;
    justify-content: space-between;
}

.u2mm_img_tag{
    position: absolute;
    left: 2.1rem;
    top: 0.9rem;
    font-size: 0.19rem;
    color: #fff;
    font-weight: 300;
    transition: all 0.5s;
    opacity: 0;
    z-index: 99;
}
.u2mm_img_txt{
    font-size: 0.48rem;
    padding-top: 0.2rem
}
.u2mm_img_tag.active{
    opacity: 1
}


.sw_6 .cgs_btn{
    width: 1.37rem;
    height: .57rem;
    border-radius: .29rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.07rem;
}
.sw_6 .cgs_btn .cgs_btn-r,
.sw_6 .cgs_btn .cgs_btn-l{
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    position: relative;
}
.sw_6 .cgs_btn img{
    position: absolute;
    left: 0;
    top: 0;
}
.sw_6 .cgs_btn .cgs_btn-l img:nth-child(2) {
    transform: rotate(180deg);
}



.sw_7 .cgs_btn{
    width: 1.37rem;
    height: .57rem;
    border-radius: .29rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.07rem;
}
.sw_7 .cgs_btn .cgs_btn-r,
.sw_7 .cgs_btn .cgs_btn-l{
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    position: relative;
}
.sw_7 .cgs_btn img{
    position: absolute;
    left: 0;
    top: 0;
}
.sw_7 .cgs_btn .cgs_btn-l img:nth-child(2) {
    transform: rotate(180deg);
}


.sw_6 .swiper-pagination{
    position: unset;
}
.sw_6 .swiper-pagination .swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    background: #6B6C6F;
    margin: 0 0.05rem;
    transition: all 0.5s;
    opacity: 1;
    border-radius: 0.08rem; 
}
.sw_6 .swiper-pagination .swiper-pagination-bullet:nth-child(1){
    margin-left: 0
}
.sw_6 .swiper-pagination .swiper-pagination-bullet:nth-last-child(1){
    margin-right: 0
}
.sw_6 .swiper-pagination .swiper-pagination-bullet-active{
    width: 0.42rem;
    background: #000;
}
.cgs_btn-l img{
    opacity: 1;
    /* transition: all 0.5s; */
}
.cgs_btn-l img:nth-child(2){
    opacity: 0;
    /* transition: all 0.5s; */
}

.cgs_btn .cgs_btn-r:hover,
.cgs_btn .cgs_btn-l:hover{
    opacity: 0.8;
}

/* p2.3 */
.swiper_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.25rem 0;
}
.swiper_list_box{
    padding: 0.43rem;
    width: 100%;
    background: #fff;
    border-radius: 0.2rem;
    height: 2.8rem;
}
.swiper_list_tag{
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: .22rem;
    color: #000000;
}
.swiper_list_title{
    padding-top: 0.3rem;
    font-weight: 300;
    font-size: .15rem;
    color: #000000;
}
/* 2.4 */

.yuyin-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.yuyin-box{
    width: calc( 25% - 0.15rem);
    margin-top: 0.3rem;
    box-shadow: 8px 4px 10px 0px rgba(190,190,190,0.19);
    background: #fff;
    border-radius: 0.17rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.3rem;
}
.yuyin-box-icon{
    width: 0.63rem;
    height: 0.63rem;
    margin: 0 auto;
}
.yuyin-box-tag{
    font-size: 0.21rem;
    color: #000;
    padding-bottom: 0.15rem;
    transition: all 0.5s;
}

.yuyin-box-bottom{
    position: relative;
    /* height: 1rem; */
    transition: all 0.5s;
    height: 0.5rem;
}
.yuyin-box-title{
    font-size: 0.16rem;
    color: #454544;
    font-weight: 300;
    transition: all 0.5s;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
}
.yuyin-box-detile{
    font-size: 0.15rem;
    color: #454544;
    font-weight: 300;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0.15rem;
    height: 0
}
.yuyin-box:hover .yuyin-box-top{
    display: flex;
    border-bottom: 1px solid #6C5B5B;
    padding-bottom: 0.15rem;
    justify-content: center;
}
.yuyin-box:hover .yuyin-box-bottom{
    height: 1rem;
}
.yuyin-box:hover .yuyin-box-tag{
    padding-bottom: 0;
    line-height: 0.63rem;
    margin-left: 0.2rem;
}
.yuyin-box:nth-child(1):hover .yuyin-box-tag{
    padding-top: 0.1rem;
}
.yuyin-box:hover .yuyin-box-detile{
    opacity: 1;
    height: 1.5rem;
}
.yuyin-box:hover .yuyin-box-title{
    opacity: 0;
}
.yuyin-box:hover .yuyin-box-icon{
    margin: 0;
}

/* p2.5 */
.car_config {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.car_config_btn {
  display: flex;
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  cursor: pointer;
  height: 0.7rem;
  margin: 0 auto;
}
.cco_b {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 100%;
  background-color: #6c5b5b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
  cursor: pointer;
  color: #6c5b5b;
}
.cco_b img {
  width: 0.15rem;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.car_config_btn.open{
    margin-bottom: .9rem;
}
.car_config_btn.open .cco_b img {
  transform: rotate(0);
}

.swiper_s2_t1 {
  font-size: 0.22rem;
  margin-top: 0.3rem;
  color: #232323;
  font-weight: 600;
}
.swiper_s2_t2 {
  font-size: 0.15rem;
  margin-top: 0.1rem;
  height: 0.85rem;
  width: 7.5rem;
  font-weight: 300;
  color: #000000;
}
.sw_7{
    height: 0;
}
.sw_7.open{
    height: auto;
}
.sw_7 .swiper-slide img{
    border-radius: 0.2rem;
}


/* p3.3 */

.sw_10 img{
    width: 70%;
}
.s10-bg-box{
    width: 30%;
    background: #fff;
}
.swiper_tab_10{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    border-left:  1px solid #B6B3B2;
    height: 75%;
    z-index: 99;
}
.swiper_tab_10 .list{
    border-bottom : unset;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
}
.swiper_tab_10 .list .list-tag{
    color: #2a2a2a;
    opacity: 0.5;
    transition: all 0.5s;
    font-size: 0.19rem;
    padding-left: .5rem;
    position: relative;
    cursor: pointer;
    height: 25%;
}

.swiper_tab_10 .list .list-tag::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 2px;
    background-color: #55403F;
    height: 0;
    opacity: 0;
    transition: all .5s;
    transform: translatey(50%)
}
.sw_10 .swiper-slide{
    display: flex;
}
.swiper_tab_10 .list .list-title{
   font-size: 0.15rem;
   opacity: 0;
   transition: all 0.5s;
   color: #212121;
   font-weight: 400;
   height: 90%;
   position: absolute;
   top: 0.4rem;
}
.swiper_tab_10 .list-tag.active{
    opacity: 1;
    height: 50% !important;
}
.swiper_tab_10 .list-tag:nth-child(1).active{
    opacity: 1;
    height: 40% !important;
}
.swiper_tab_10 .list-tag.active::after{
    opacity: 1;
    height: 100%
}
.swiper_tab_10 .list-tag.active .list-title{
    opacity: 0.6;
    height: 90%;
}

.two_tag10s{
    font-size: 0.36rem;
    color: #282421;
    position: absolute;
    width: 25%;
    right: 0;
    top: 0;
    z-index: 9;
}

/* p3.4 */
.two_tag11{
    font-size: 0.36rem;
    color: #282421;
    position: absolute;
    width: 25%;
    left: 0;
    top: 0;
    z-index: 9;
}
.sw_11 img{
    width: 70%;
}
.s11-bg-box{
    width: 30%;
    background: #fff;
}
.swiper_tab_11{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    border-left:  1px solid #B6B3B2;
    height: 70%;
    z-index: 9;
}
.swiper_tab_11 .list{
    border-bottom : unset;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
}
.swiper_tab_11 .list .list-tag{
    color: #2a2a2a;
    opacity: 0.5;
    transition: all 0.5s;
    font-size: 0.19rem;
    padding-left: .5rem;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 25%;
}
/* .swiper_tab_11 .list .list-tag:nth-child(2){
    height: 20%;
} */
.swiper_tab_11 .list .list-tag::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 2px;
    background-color: #55403F;
    height: 0;
    opacity: 0;
    transition: all .5s;
    transform: translatey(50%)
}
.sw_11 .swiper-slide{
    display: flex;
}
.swiper_tab_11 .list .list-title{
    font-size: 0.15rem;
    opacity: 0;
    transition: all 0.5s;
    color: #212121;
    font-weight: 400;
    position: absolute;
    top: 0.4rem;
}
.swiper_tab_11 .list-tag.active{
    opacity: 1;
    height: 50% !important;
}
.swiper_tab_11 .list-tag:nth-child(1).active{
    opacity: 1;
    height: 50% !important;
}
.swiper_tab_11 .list-tag.active::after{
    opacity: 1;
    height: 100%
}
.swiper_tab_11 .list-tag.active .list-title{
    opacity: 0.6;
    height: 90%;
}



/* 配置卡片 */
.config-box{
    padding: 1.6rem;
    padding-bottom: 1.4rem;
    background: #ebeae8;
}

.config-tag{
    text-align: center;
    font-weight: 500;
    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
}



.banner .banner-content .btn1{
    border-radius: 0.1rem;
    overflow: hidden;
}
.banner .banner-content .btn2{
    border-radius: 0.1rem;
}


/* 实验压缩 */
/* .tag_sw_box .swiper-slide {
    height: 6.92rem;
    overflow: hidden;
}
.tag_sw_box .swiper-slide img{
   transform: translateY(-0.25rem);
   height: 100%;
} */

.onePage .swiper-slide{
    border-radius: 0.1rem;
    overflow: hidden;
}
.onePage .swiper-slide img{
    border-radius: 0.1rem;
}
.onePage .swiper-container{
    border-radius: 0.1rem;
}
.twoPage .swiper-slide{
    border-radius: 0.1rem;
    overflow: hidden;
}
.twoPage .swiper-slide img{
    border-radius: 0.1rem;
}
.twoPage .swiper-container{
    border-radius: 0.1rem;
}

/* 
.last-box{
    background: #ebeae8;
    padding: 1.4rem;
    text-align: center;
    border-radius: 0.1rem;
    padding-top: 0

}
.tag_center{
    font-weight: 500;
    font-size: 0.44rem;
    color: #282421;
    margin-bottom: 0.74rem;
    text-align: center;
}

.car_img_list{
    display: flex;
    justify-content: space-between;
}
.car_img_box{
    width: calc(25% - 0.17rem);
    background: #fff;
    position: relative;
    border-radius:  0.1rem;
}
.car_img_box img{
    border-radius:  0.1rem;
}
.car_img_txt{
    color: #282421;
    font-size: 0.24rem;
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
}
.car_img_txt_min{
    color: #282421;
    font-size: 0.15rem;
    font-weight: 300;
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
} */

/* 权益 */
/* .policy-all{
    padding: 1.1rem 1.5rem !important;
}

.policy-all h4{
    width: 100%;
    text-align: left;
    color: #14A0AD;
}
.policy-all .policy-detail .policy-title-box .policy-box{
    color: #14A0AD;
}
.policy-all .policy-detail .policy-list-2 li{
    display: flex;
}
.policy-all .policy-detail .policy-list li .policy-list-title p{
    margin-top: 0!important;
    color: #303030!important;
    font-weight: 400!important;
}
.policy-all .policy-detail .policy-list li .policy-list-money{
    padding-right: 0.4rem;
    color: #14A0AD;
    position: relative;

}
.policy-all .policy-detail .policy-list li .policy-list-money::after{
    position: absolute;
    right: 0.25rem;
    height: 0.31rem;
    width: 1px;
    background: #000;
    opacity: 0.4;
    content: "";
    top: 0;

}

.policy-all.policy-all-white{
    background: #F4F5F6;
}
.policy-all .policy-detail{
    background: #ECECEC;
}
.policy-all .policy-detail .policy-info .policy-info-title{
    font-size: 0.2rem
}
.policy-all .policy-detail .policy-info .policy-info-list p{
    margin-top: 0.05rem;
    color: #4a4a4a;
    font-size: 0.16rem;
}
.policy-list-title{
    width: 75%;
} */

/* p3.2 */
.new_p3u2_list{
    display: flex;
    justify-content: space-between;
    border-radius: 0.1rem;
    overflow: hidden;
}
.new_p3u2_list img{
    width: calc(100% * 2 / 3);

}
.newp3u2-left{
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #F5F5F5;
    padding: 0.5rem 0.3rem;
}
.p3u2-box{
    cursor: pointer;
    transition: all 0.5s;
    height: 0.4rem;
}
.p3u2-top{
    display: flex;
    justify-content: space-between;
    font-size: 0.19rem;
    transition: all 0.5s;
    line-height: 0.3rem;
    color: #241F1C;
}
.p3u2-icon{
    position: relative;
    width: 0.3rem;
    text-align: center;
}
.p3u2-icon span{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.4rem;
    width: 100%;
}
.p3u2-icon span:nth-child(1){
    opacity: 1;
    transition: all 0.5s;
}
.p3u2-icon span:nth-child(2){
    opacity: 0;
    transition: all 0.5s;
}
.p3u2-bottom{
    height: 0;
    opacity: 0;
    font-size: 0.15rem;
    transition: all 0.5s;
    color: #6C6C6C;
    margin-top: 0.2rem;
}
.p3u2-box.active{
    height: 2.4rem;
}
.p3u2-box.active .p3u2-bottom{
    height: auto;
    opacity: 1;
}
.p3u2-box.active .p3u2-icon span:nth-child(1){
    opacity: 0;
}
.p3u2-box.active .p3u2-icon span:nth-child(2){
    opacity: 1;
}


/* 安全 */
.secure-box img{
    border-radius: 0.1rem;
}
.secure-title{
    position: absolute;
    left: 3.2rem;
    bottom: 1.9rem;
    color: #FFFFFF;
    font-size: 0.22rem;
    width: 60%;
}
.secure-txt{
    font-size: 0.16rem;
    margin-top: 0.16rem;
}

/* 数据 */
.p3u5-tagbox{
    display: flex;
}
.p3u5-tag{
    color: #282421;
    margin-right: 1.5rem;
    font-size: 0.19rem;
    margin-bottom: 0.74rem;
}
.p3u5-tag-data{
    font-size: 0.47rem;
    margin-top: 0.25rem;
}

.p3u5-img-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p3u5-img-box{
   width: calc(50% - 0.18rem);
   border-radius: 0.1rem;
   overflow: hidden;

}
.p3u5-txt{
    background: #F5F5F5;
    padding: 0.65rem;
    font-size: 0.28rem;
    color: #333;
    font-weight: 400;
    height: 2.5rem;
}
.p3u5-title{
    font-size: 0.15rem;
    margin-top: 0.2rem;
    color: #212121;
    opacity: 0.6;
}

/* 备注 */
.notes-box{
    font-size: 0.18rem;
    color: #2a2a2a;
    opacity: 0.6;
    text-align: right;
    padding-right: 2.7rem;
    padding-bottom: 1.5rem;
}
.banner .banner-content .btn2::after{
    left: 50%;
    transform: translateX(-50%) scale(0, 1)!important;
    width: 95%;
}
.banner .banner-content .btn2:hover:after{
    transform: translateX(-50%) scale(1, 1)!important;
}

@media (max-width: 768px) {
    /* 公共区域 */
    .one_tag{
        position: absolute;
        left: 0;
        top: 1rem;
        font-size: 0.75rem;
        font-weight: 500;
        width: 100%;
        text-align: center;
    }
    .one_tag_title{
        font-size: 0.51rem;
        color: #fff;
        padding-top: 0.22rem;
    
    }
    .two_tag{
        font-size: 0.53rem;
        font-weight: 600;
        color: #282421;
        padding-bottom: 0.35rem;
        text-align: center;
    }
    .two_tag_title{
        font-size: 0.24rem;
        padding-top: 0.3rem;
        font-weight: 200;
    }
    .onePage{
        position: relative;
        width: 100%;
    }
    .twoPage{
        position: relative;
        padding: 0 0.5rem;
        width: 100%;
    }
    .pad_swiper_bottom{
        margin-bottom: 1.2rem;
    }
    .pad_box_bottom{
        margin-bottom: 1.2rem
    }
    .mar_sw_bottom{
        padding-bottom: 1.2rem;
    }
    .mar_box_bottom{
        padding-bottom: 1.2rem;
    }
    .pc-pad-flex{
        display: none!important;
    }

    /* 头部导航 */
    
  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;
  }

    .p0-box{
      padding: 0 0.5rem;
    }
    .sw_1 .swiper-container{
      width: calc(100%);
      overflow: hidden;
    }
    .sw_1 .swiper-container .swiper-slide{
        border-radius: 0.16rem;
    }
    .sw_1 .swiper-container .swiper_titles{
        position: unset;
        color: #333333;
        font-size: 0.6rem;
        width: 100%;
        background: #F8F8F8;
        padding: 0.48rem;
    }
    .sw_1 .swiper-container .swiper_titles .swiper_titles_t2{
        font-size: 0.24rem;
    
    }
    .p1-list{
        flex-wrap: wrap;
        padding:  0.91rem 0.84rem;
    }
    .p1-list-box{
        width: calc(50% - 0.24rem);
        margin-bottom: 0.5rem;
    }

    .sw_6 .swiper-pagination .swiper-pagination-bullet{
        width: 0.16rem;
        height: 0.16rem;
    }
    .sw_6 .swiper-pagination .swiper-pagination-bullet-active{
        width: 0.42rem;
    }



    
    /* .swiper-container{
        width: calc(100% - 6rem);
        overflow: inherit;
    }
    .swiper-container .swiper-slide{
        border-radius: 0.16rem;
    }
    .swiper-container .swiper_titles{
        position: absolute;
        top: 75%;
        left: 0.60rem;
        color: #fff;
        font-size: 0.3rem;
        width: 60%;
    }
    .swiper-container .swiper_titles .swiper_titles_t2{
        font-size: 0.19rem;
        margin-top: 0.15rem;
    
    } */
    .swiper_tab_page{
        margin:  0 auto;
        position: unset;
        display: flex!important;
        justify-content: center;
    }
    .swiper_tab_page .swiper-pagination-bullet{
        width: 0.16rem;
        height: 0.16rem;
        background: #6B6C6F;
        margin: 0 0.08rem;
        transition: all 0.5s;
        opacity: 1;
        border-radius: 0.08rem; 
    }
    .swiper_tab_page .swiper-pagination-bullet:nth-child(1){
        margin-left: 0
    }
    .swiper_tab_page .swiper-pagination-bullet:nth-last-child(1){
        margin-right: 0
    }
    .swiper_tab_page .swiper-pagination-bullet-active{
        width: 0.42rem;
        background: #000;
    }
    .swiper_tab_tag{
        font-size: 0.33rem;
        color: #333333;
        margin-bottom: 0.35rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .swiper_tab_text_t{
        /* margin-top: 0.3rem; */
        height: 2.5rem;
    }
    .p2-sw-btn{
        justify-content: center;
    }
    .swiper_s2_t1{
        font-size: 0.33rem;
        text-align: center;
        font-weight: 500;
    }
    .swiper_s2_t2{
        font-size: 0.24rem;
        text-align: center;
        height: 2rem;
        width: 100%;
        margin-top: 0.35rem;
    }
    .swiper_tab_text_t div{
        font-size: 0.24rem;
        width: 100%;
        top: 0.3rem;
        font-weight: 400;
    }
    .swiper_tab_text_t14{
        height: 3.7rem;
    }
    .swiper_tab_text_t08,
    .swiper_tab_text_t09,
    .swiper_tab_text_t04 {
        height: 3.1rem;
    }
    .swiper_tab_text_t13{
        height: 2.5rem;
    }
    .yuyin-list{
        flex-wrap: wrap;
    }
    .yuyin-box{
        width: calc( 50% - 0.15rem)
    }

    .u2mm_img_tag{
        left: 0.5rem;
    }
    .u2_title{
        left: 0.5rem;
        top: 2.5rem;
    }
    .u2t_tab{
        display: unset;
        font-size: 0.24rem;
    }
    .u2tt_right{
        width: 2.8rem;
        height: 0.7rem;
        border-radius: 0.35rem;
        line-height: 0.7rem;
    }
    .u2r_min.active{
        line-height: 0.7rem;
    }
    .cs_color img{
        width: 0.57rem;
        height: 0.57rem;
    }
    .u2mm_img_title{
        width: 70%;
        bottom: 3rem;
    }
    .img-color{
        font-size: 0.36rem;
    }
    .img-title{
        font-size: 0.24rem;
    }

    .two_tag11,
    .two_tag10s{
        position: unset;
        width: 100%;
        font-size: 0.53rem;
        font-weight: 600;
        color: #282421;
        padding-bottom: 0.39rem;
        text-align: center;
    }
    .sw_11 img,
    .sw_10 img{
       width: 100%;
    }
    .swiper_tab_10{
        position: relative;
        width: 100%;
        margin-top: 0.5rem;
        border-left: unset;
        height: 2rem;
    }
    .swiper_tab_11{
        position: relative;
        width: 100%;
        margin-top: 0.5rem;
        border-left: unset;
        height: 2rem;
    }
    .swiper_tab_10 .list,
    .swiper_tab_11 .list{
        display: block;

    }
    .swiper_tab_11 .list .list-tag{
        text-align: center;
        font-size: 0.33rem;
        opacity: 0;
        height: 2.5rem;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 0;
        width: 100%;
    }
    .swiper_tab_10 .list .list-tag{
        text-align: center;
        font-size: 0.33rem;
        opacity: 0;
        height: 2.8rem;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 0;
        width: 100%;
    }
    .swiper_tab_10 .list .list-tag.active,
    .swiper_tab_11 .list .list-tag.active{
        opacity: 1;
        height: 100%!important;
    }
    .swiper_tab_10 .list .list-tag:nth-child(2) .list-title{
        margin-top: 0.2rem;
    }
    
    .swiper_tab_10 .list .list-title,
    .swiper_tab_11 .list .list-title{
        top: 1.5rem;
        font-size: 0.24rem;
        height: 100%;
        margin-top: 0.2rem;
        position: unset;
    }

    .swiper_tab_11 .list-tag.active .list-title,
    .swiper_tab_10 .list-tag.active .list-title{
       height: 100%;
    }
    .swiper_tab_10 .list .list-tag::after,
    .swiper_tab_11 .list .list-tag::after{
        display: none
    }
    .swiper_tab_11 .list .list-tag:nth-child(2){
        height: 100%;
    }

    .swiper_list_box{
       padding: 0.3rem;
       height: 3.5rem;
    }
    .swiper_list_tag{
        font-size: 0.32rem;
        padding-bottom: 0.3rem
    }
    .swiper_list_title{
        padding-top: 0.3rem;
        font-size: 0.23rem;
    }

    .config-box{
        padding: 1rem 0.5rem 0;
        padding-bottom: 1.2rem
    }
    .swiper_tab_12_page{
        margin-top: 0.5rem;
    }


    .last-box{
       padding: 0 0.5rem;
       padding-bottom: 1.2rem;
    }
    .car_img_list{
        display: block;
    }
    .car_img_box{
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .car_img_box:nth-last-child(1){
        margin-bottom: 0;
    }
    
    .yuyin-box{
        height: 4rem;
    }
    .yuyin-box-icon{
        width: 1rem;
        height: 1rem;
        display: block;
    }
    .yuyin-box-tag{
       font-size: 0.27rem;
    }
    .yuyin-box-title{
        font-size: 0.24rem;
    }
    .yuyin-box:hover .yuyin-box-tag{
        line-height: 1.2;
        margin-left: 0;
    }
    .yuyin-box-detile{
        font-size: 0.24rem;
    }
    .yuyin-box:hover .yuyin-box-bottom{
        height: 2.2rem;
    }
    .yuyin-box:hover .yuyin-box-icon{
        display: none;
    }
    .yuyin-box:hover .yuyin-box-top{
        border-bottom: unset;
    }
    .configurations{
        height: 98vh;
    }
    .configurations .bg video{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .configurations .detail{
        height: 2.5rem;
    }
    .configurations .detail .btn-box{
        width: 4.45rem;
        height: 0.93rem;
        font-size: 0.29rem
    }
    .configurations .detail .btn-box img{
        width: 0.2rem;
        height: 0.2rem
    }
    .configuration .bg video{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    /* 进阶部分 */
    .p0-tag{
        font-size: 0.53rem;
    }
    .p0-tag-title{
        font-size: 0.24rem;
        margin-top: 0.35rem;
        margin-bottom: 0.7rem;
    }

    .p1-list-name{
        font-size: 0.22rem;
    }
    .p1-list-num{
        font-size: 0.55rem;
        margin-bottom: 0.42rem;
    }
    .p1-list-unit{
        font-size: 0.33rem;
        height: 0.73rem;

    }
    .odometer{
        width: 1.3rem!important;
    }

    .tag_center{
        font-size: 0.53rem;
    }
    .car_img_txt{
        left: 0.5rem;
        transform: translateX(0);
        font-size: 0.33rem;
        bottom: 0.8rem;
    }
    .car_img_txt_min{
        left: 0.5rem;
        transform: translateX(0);
        font-size: 0.24rem;
        bottom: 0.4rem;
    }
    .configurations .detail .title {
       font-size: 0.53rem;
    }


    /* 权益移动 */
    /* .policy-all h4{
        text-align: center;
        font-weight: bold;
    }
    .policy-all{
        padding: 1.1rem 0.5rem !important;
    }
    .policy-all .policy-detail{
        padding-bottom: 0
    }
    .policy-all .policy-detail .content_title{
        display: none;
    }
    .policy-all .policy-detail .policy-list{
        margin-top: 0
    }
    .policy-all .policy-detail .policy-list li{
        display: block;
        margin-bottom: 0.6rem;
    }
    .policy-all .policy-detail .policy-list li:nth-last-child(1){
        margin-bottom: 0.7rem;
    }
    .policy-all .policy-detail .policy-list li .policy-list-money{
        margin-bottom: 0.2rem;
        font-weight: bold;
        width: auto;
    }
    .policy-all .policy-detail .policy-list li .policy-list-money::after{
        display: none;
    }
    .policy-all .policy-detail .policy-info{
        margin: 0;
        padding: 0;
        background: #F4F5F6;
        width: calc(100% + 1.34rem);
        margin-left: -0.67rem;

    }
    .policy-all .policy-detail .policy-info .policy-info-title{
        border-top: unset;
        padding-top: 0.6rem;
    }
    .policy-all .policy-detail .policy-info .policy-info-list p{
        font-weight: 400;
    }
    .policy-all .policy-detail .policy-list li .policy-list-title p{
        font-size: 0.25rem!important;
    } */
    /* .policy-list-title{
        width: 100%;
    }
    .policy-tips-box{
        display: none;
    } */

    .new_p3u2_list{
        flex-direction: column-reverse;
    }
    .new_p3u2_list img{
        width: 100%
    }
    .newp3u2-left{
        width: 100%;
        height: 6rem;
    }


    .p3u2-top{
        font-size: 0.32rem;

    }
    .p3u2-bottom{
        font-size: 0.24rem;
    }
    .p3u2-box.active{
        height: 2rem;
    }

    .p3u5-tagbox{
        display: block;
    }
    .p3u5-tag{
        font-size: 0.2rem;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .p3u5-tag-data{
        font-size: 0.50rem;
    }
    .p3u5-img-list{
        flex-direction: column;
    }
    .p3u5-img-box{
        width: 100%;
        margin-bottom: 0.6rem;
    }
    .secure-title{
        position: unset;
        background: #F7F7F7;
        width: 100%;
        color: #333;
        padding: 0.7rem 0.5rem;
        font-size: 0.32rem;
    }
    .secure-txt{
        font-size: 0.24rem;
    }
    .notes-box{
        font-size: 0.24rem;
        text-align: right;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 1.5rem;
    }
    .p3u5-txt{
        font-size: 0.32rem;
        height: 3.3rem;
    }
    .p3u5-title{
        font-size: 0.24rem;
    }

    .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
    }
    .video-box video{
        height: auto;
        margin-top: 30vh;
    }


}