body{
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif
}
.mb-only {
  display: none !important;
}
.mb-only-flex{
    display: none!important;
}
.pc-pad {
  display: block!important;
}
.pc-pad-flex{
    display: flex!important;
}
.all_one_tag{
    font-size: 0.58rem;
    color: #fff;
    line-height: 0.7rem;
    position: absolute;
    left: 2rem;
    bottom: 1.5rem;
    font-weight: bold;
}
.all_one_tag div:nth-child(2){
    font-weight: 500;
    font-size: 0.44rem;
    line-height: 0.54rem;
}
.all_one_title{
    font-size: 0.3rem;
    font-weight: 300;
    line-height: 0.33rem;
}
.all_two_tag{
    font-size: 0.5rem;
    line-height: 0.6rem;
    color: #000;
    padding-bottom: 0.4rem;
}
.all_two_title{
    font-size: 0.22rem;
    font-weight: 400;
    color: #9C9C9C;
    line-height: 0.3rem;
    margin-top: 0.2rem;
}
.all_box_top{
    padding-top: 1rem !important;
}
.all_box_bottom{
    padding-bottom: 1rem !important;
}
.all_box_pos{
    position: relative;
}
.all_bg{
    background: #fff;
}
.all_min_pad{
    padding: 0 1.8rem
}

.img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-box video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 动画部分 */
.text_in {        
    opacity :  0;        
    transform :  translateY(1rem);        
    transition :  all 1s;   
}
.text_in._into {        
    opacity :  1;        
    transform :  translateY(0rem);   
}

/* 锚点 */
.nav_box {
  display: flex;
  align-items: center;
  position: fixed;
  top: -0.8rem;
  z-index: 1001;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 0.8rem;
  transition: all 0.4s ease-in-out;
  padding: 0 0.5rem;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* max-width: 19.2rem; */
}

.nav_box img {
  width: 1rem;
  position: absolute;
  left: 0.5rem;
}
.nav_box .img-box{
   width: 0.4rem;
   position: relative;
   display: flex;
   height: 0.5rem;
   margin-right: 0.3rem;
   align-items: center;
}
.nav_box .img-box .f_m_d{
   width: 100%;
   height: auto;
   position: static;
   transform:rotate(180deg);
}


.min_nav_list {
  display: flex;
  margin-right: 0.3rem;
}

.min_nav_list div {
  margin: 0 0.2rem;
  cursor: pointer;
  font-size: 0.2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
  font-weight: 300;
}

.nav_btn {
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.48rem;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
  font-size: 0.17rem;
  position: relative;
  font-weight: 300;
}
.nav_btn a{
    color: #000;
}

.nav_box.show_nav {
  top: 0rem;
}



.nav--ujaraks {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.nav--ujaraks::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	background: #000;
    z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.nav--ujaraks.button--round-s::before {
	border-radius: 2px;
}
.nav--ujaraks:hover {
	border-color: #fff;
}
.nav--ujaraks:hover a {
	color: #fff;
	border-color: #000;
}
.nav--ujaraks:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.min_nav_list div::after {
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  content: "";
  transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
  transform-origin: right;
  background-color: #000;
  width: 100%;
}

.min_nav_list div:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* 参数配置 */
u6{
}
.u6 .img-box{
    height: 100%;
}
.u6 .img-box img{
    object-fit: fill;
}
.u6-bottm{
    position: absolute;
    left: 2.5rem;
    bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30%;
    width: calc(100% - 5rem);
    text-align: center;
    align-items: center;
}
.u6 .u6-bottm .img-box{
    width: 100%;
    height: auto;

}
.u6 .u6-bottm .img-box img{
    width: 100%;
    height: auto;
}
.u6-bottm-a{
   color: #fff;
   width: 2.8rem;
   height: 0.58rem;
   font-size: 0.18rem;
   line-height: 0.55rem;
   cursor :  pointer;
   border: 1px solid #fff;
   z-index: 2;
}
.u6 .all_two_tag{
    color: #fff;
}


/* 权益 */
.policy-box{
    height: auto;
    /* background: #000; */
}
.policy-box .yuding{
    position: absolute;
    left: 50%;
    bottom: 0.7rem;
    transform: translateX(-50%);
    width: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.yuding a{
   display: block;
   text-align: center;
}
.yuding .yuding_img{
    width: 3rem;
    height: auto;
    display: none;
}
/* 轮播图 */

.tab_swiper {
	padding: 0 1.8rem;
    position: relative;
}
.tab_swiper .swiper-slide img {
	width: 100%;
    height: auto;
}
.tab_swiper .swiper-slide video {
    object-fit: cover;
	width: 100%;
}
.swiper_tab {
	display: flex;
	justify-content: center;
	margin-top: 0.2rem;
}

/* 备注写法 */
.swiper_slide_beizhu{
    font-size: 0.14rem;
    position: absolute;
    right: 0.5rem;
    bottom: 0.2rem;
    color: #ededed;
}

.swiper_tab .list {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
}
.swiper_tab .list div {
	padding: 0.2rem 0.4rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #000;
	opacity: 0.5;
	transition: all .5s;
	position: relative;
	cursor: pointer;
    white-space: nowrap;
    margin-right: 0.6rem;
}
.swiper_tab .list div:nth-last-child(1){
    margin-right: 0
}
.swiper_tab div.active {
	opacity: 1;
}
.swiper_tab .list div::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #dbad76;
	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.8rem;
	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: #9c9c9c;
	font-size: 0.17rem;
    line-height: 0.25rem;
}

.swiper_tab_text_t div.active {
	opacity: 1;
}

.tab_swiper1{
    padding-right: 0;
    width: 100%;
}


/* 第一屏 */
.u1-top{
    position: relative;
}

/* 参数 */
.units{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.unit{
    margin-right: 0.5rem;
}
.desc{
    font-size: 0.4rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
}
.desc_t{
    font-size: 0.2rem;
}
.text{
    font-size: 0.14rem;
    color: #fff;
}
.units-pos{
    position: absolute;
    left: 0.8rem;
    bottom: 0.5rem;
}
.u1-bottom{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 2rem;
    bottom: 0.5rem;
    width: calc(100% - 4rem)
}
.u1-data{
    width: 32%;
    padding: 0.47rem 0.36rem 0.2rem;
}
.u1-min-data{
    font-size: 0.3rem;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    border-left: #ff0000 solid 3px;
    text-indent: 0.1rem
}

.u1-min-text{
    font-size: 0.16rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 0.15rem;
    letter-spacing: 0.02rem;
}

/* 特殊轮播 */
.cgs_btn{
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 3rem;
    left: 0.3rem;
    width: 60%;
    z-index: 8;
}
.cgs_btn-l img,
.cgs_btn-r img{
    width: 100%;
    position: absolute;
    cursor: pointer;
}
.cgs_btn-l img:nth-child(2){
    opacity: 0;
    transition: all 0.3s;
}
.cgs_btn-l img:nth-child(1){
    opacity: 1;
    transition: all 0.3s;
}
.cgs_btn-l,
.cgs_btn-r{
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
}
.swt_02 .swiper-slide::after{
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    opacity: 0.5;
}
.swt_02 .swiper-slide.swiper-slide-active::after{
    opacity: 0;
}

/* p3-1 */
.swt_01 .cgs_btn{
    top: 50%;
    transform: translateY(-50%);
    left: .5rem;
    width: calc( 100% - 1rem );
}
.swiper_tab_01_page{
    position: absolute;
    bottom: .3rem;
    right: 2.5rem;
    z-index: 8;
    display: block;
}
.swiper_tab_01_page .swiper-pagination-bullet{
    width: 0.6rem;
    height: 4px;
    background: #fff;
    border-radius: 0;
    margin: 0 0.1rem;
}

/* p3-2 */
.u32-list{
    display: flex;
    justify-content: space-between;
}
.u32-list-img{
    width: calc(50% - 0.1rem);
    position: relative;
}
.u32-list-img::after{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-image: linear-gradient(to bottom , transparent , rgba(0,0,0,0.5));
    content: "";
    width: 100%;
    height: 50%;
}
.u32-img-text{
    position: absolute;
    left: 0.6rem;
    bottom: 0.3rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.25rem;
    text-align: left;
    z-index: 8;
    width: calc(100% - 1.2rem);
}
.u32-img-text-tag{
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}


/* p4-1 */
.u4-text-bottom{
    display:flex;
    justify-content: space-between;
    line-height: 1.1;
}
.u4-text-bottom .text{
    color: #000;
    font-weight: 100;
    margin-top: 0.1rem;

}
.u4-text-bottom .desc{
    color: #000;
}
.u4-text-bottom .desc_t{
    font-weight: 400;
}


/* tvc */
.stickyPage {
    position: relative;
    width: 100%;
    height: 100vh;
}
.stickyPage .onePage{
    height: 100%;
}
.configuration .bg {
    width: 100%;
    position: relative;
    height: 100%;
}

.configuration .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));
}

.configuration .bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.configuration .detail {
    position: absolute;
    top: 1.5rem;
    left: 0;
    /* transform: translateX(-50%); */
    width: 100%;
    display: flex;
    justify-content: center;
}

.configuration .detail .title {
    color: #fff;
    font-size: 0.58rem;
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
}
.stickyPage .detail .title .t1{
    /* font-size: 0.25rem; */
    margin-bottom: 0.15rem;
}

.configuration .detail .data-box {
    display: flex;
    align-items: center;
    padding-left: 1.8rem;
    padding-bottom: 1.13rem;
    padding-top: 0.15rem;
    width: 75%
}

.configuration .detail .data-box .box {
    margin-right: 0.67rem;
    position: relative;
}
.configuration .detail .data-box .box::after{
  content: "";
  width: 0.03rem;
  height: 0.5rem;
  position: absolute;
  right: -0.33rem;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.configuration .detail .data-box .box:nth-last-child(1)::after{
  display: none
}

.configuration .detail .data-box .box:nth-last-of-type(1) {
    margin-right: 0;
}

.configuration .detail .data-box .box .t {
    font-size: 0.19rem;
    color: #fff;
    font-weight: 300;
    opacity: 0.6;
}

.configuration .detail .data-box .box .d {
    color: #ffffff;
    font-size: 0.28rem;
    font-family: manrope;
}

.configuration .detail .data-box .box .d span {
    font-size: 0.2rem;
}

.configuration .btn-box-btns {
    position: absolute;
    bottom: 1.3rem;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.configuration .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.37rem;
    height: 0.52rem;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
}

.configuration .btn-box1 {
    background: #fff;
    margin-left: 0.1rem;
    color: #000;
}

.configuration .btn-box:hover {
    opacity: 1;
}

.configuration .btn-box img {
    width: 0.12rem;
}

.configuration .btn-box .t {
    font-size: 0.18rem;
    color: #fff;
    margin-left: 0.15rem;
    line-height: 0.52rem;
}

.configuration .btn-box1 .t {
    color: #000;
    margin-left: 0.15rem;
}

.configuration .btn-box1 img {
    width: 0.3rem;
}

.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: 100vh;
}

.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;
}


@media (max-width: 768px){

    .video-box video {
    	width: 100%;
    	height: 85vh;
        margin-top: 7.5vh;
    }

    .pc-pad{
        display: none !important;
    }
    .pc-pad-flex{
        display: none!important;
    }
    .mb-only-flex{
        display: flex!important;
    }
    .mb-only{
        display: block!important;
    }

    .all_one_tag{
        font-size: 0.865rem;
        line-height: 1.69rem;
        position: absolute;
        left: 0.5rem;
        top: 0.8rem;
    }
    .all_one_tag div:nth-child(2){
        font-size: 0.4rem;
        line-height: 0.24rem;
    }
    .p3 .all_one_tag div:nth-child(2){
        font-size: 0.4rem;
        line-height: 0.54rem;
    }
    .all_one_title{
        font-size: 0.4rem;
        font-weight: 300;
        line-height: 0.4rem;
    }
    .all_two_tag{
        font-size: 0.5rem;
        line-height: 0.6rem;
    }
    .all_two_title{
        font-size: 0.27rem;
        font-weight: 300;
        margin-top: 0.28rem;
        line-height: 1.5;
        color: #2c2c2c;
    }
    /* .all_box_top{
        padding-top: 1.5rem !important;
    } */
    /* .all_box_bottom{
        padding-bottom: 1.5rem !important;
    } */
    .all_box_pos{
        position: relative;
    }
    .all_bg{
        background: #fff;
    }
    .all_min_pad{
        padding: 0 0.5rem;
    }
    .tab_swiper{
        padding: 0 0.5rem;
    }
    /* 移动端锚点 */
    /* nav */
    .top_nav{
        position: fixed;
        top: -3rem;
        z-index: 10000;
        width: 100%;
        transition: all .3s;
    }
    .top_nav.show_nav{
        top: 0;
    }
    .first_menu{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 0.4rem;
        align-items: center;
        height: 1.2rem;
        backdrop-filter: saturate(180%) blur(30px);
        -webkit-backdrop-filter: saturate(180%) blur(30px);
        background: rgba(255,255,255,0.9);
        box-shadow:1px 2px 5px rgba(0, 0, 0,0.07)
    }
    .first_menu_newbox{
        flex:1;
    }
    .first_menu img{
        width: 2.4rem;
    }
    .first_menu .f_m_d{
        display: flex;
        align-items: center;
        height: 100%;
        margin-right: 0.3rem
    }
    .first_menu .f_m_d img{
        width: 0.75rem;
        padding: 0.2rem;
        transform: rotate(180deg);
        transition: all .3s;
    }
    .first_menu .f_m_d div{
        font-size: 0.24rem;
        width: 1.25rem;
        height: 0.6rem;
        line-height: 0.6rem;
        background: #000;
        color: #fff;
        text-align: center;
        margin-left: 0.5rem;
        font-weight: 300;
    }
    .second_menu{
        height: 1.2rem;
        display: flex;
        align-items: center;
        backdrop-filter: saturate(180%) blur(30px);
        -webkit-backdrop-filter: saturate(180%) blur(30px);
        background: rgba(255,255,255,0.9);
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        webkit-overflow-scrolling: touch;
        visibility: visible;
        transition-delay: 0s;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }
    .second_menu::-webkit-scrollbar {
        display: none;
    }
    .second_menu div{
        margin: 0 0.35rem;
        font-size: 0.28rem;
    }
    
    .u1-bottom{
        flex-direction: column;
        background: #F7F7F7;
        position: unset;
        width: 100%;
    }
    .u1-data{
        width: 100%;
    }
    .u1-min-data{
        border-left :#ff0000 solid px;
    }
    .u1-min-text{
        font-size: 0.23rem;
        line-height: 1.5;
        color: #2c2c2c;
        font-weight: 200;
    }
    .car-data-box{
        padding:  1rem 0.5rem 1rem;
    }


    

    .u32-img-text{
        color: #2c2c2c;
        font-size: 0.27rem;
        position: unset;
        padding: 0.36rem 0.45rem;
        width: 100%;
        background: #F7F7F7;
        height: 2.6rem;
        line-height: 1.4;
        font-weight: 300;
    }
    .u32-img-text-tag{
        font-size: 0.3rem;
    }
    .cgs_btn{
        display: none;
    }
    .swt_02 .swiper-slide::after{
        display: none;
    }
    .swt_02{
        height: 100%;
    }
    .swt_02 .swiper-slide{
        height: auto !important;
    }
    .swt_02bottom::after{
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        z-index: 10000
    }
    .swt_02bottom{
        padding-bottom: calc(1.5rem - 40px) !important;
    }



    .swt_01 .u32-img-text{
        background: transparent;
        color: #2c2c2c;
        height: auto;
        padding: 0.36rem 0
    }
    .swiper_tab_01_page  {
        position: unset
    }
    .swiper_tab_01_page .swiper-pagination-bullet{
        background: #000;
        width: 0.36rem;
        height: 3px;

    }
    .u32-list{
        flex-direction: column;
    }
    .u32-list-img{
        width: 100%;
    }
    .u32-list-img:nth-child(1){
        margin-bottom: 1rem;
    }
    .u32-list-img::after{
        height: 60%;
    }
    .u32-list-img .u32-img-text{
        position: absolute;
        background: transparent;
        padding: 0;
        color: #c4c4c4;
        width: calc(100% - 0.72rem);
        left: 0.36rem;
        bottom: 0.62rem;
        height: auto;
    }
    .u4-text-bottom{
        flex-direction: column;
        
    }
    .text{
        font-size: 0.178rem;
    }

    .units{
        margin-top: 0.2rem;
    }
    .u6-bottm{
        left: 0.5rem;
        width: calc(100% - 1rem);
        height: 40%; 
    }
    .configuration .btn-box .t{
        font-size: .24rem;

    }
    .configuration .btn-box img{
        width: .2rem;
    }
    .u6-bottm-a{
        width: 100%;
        height: 0.82rem;
        font-size: 0.25rem;
        line-height: 0.82rem;
    }



}
