@font-face {
    font-family: 'Montserrat-Bold';
    /* src: url('/data/tms/website/html/font/FZLTHJW.TTF') format('truetype'); */
	src: url('../../font/Montserrat-Bold.otf') format('truetype');
}

/* banner */
body{
	font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
}
#_mup_style{
	color: rgb(227 190 164);
	font-size: 0.59rem;
	line-height: 0.59rem;
}
.banner_left{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
	z-index: 10;
	left: 0.5rem;
	cursor: pointer;
	opacity: 0;
	transition: all .4s;
	overflow: hidden;
}
.banner_right{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
	z-index: 10;
	right: 0.5rem;
	cursor: pointer;
	opacity: 0;
	transition: all .4s;
}
.banner_left.active,
.banner_right.active{
	opacity: 1;
}

.banner_pagination span{
	position: relative;
}
.banner_pagination span::after{
	content: '';
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: #bf906c;
}
.banner_pagination span.swiper-pagination-bullet-active{
	width: 1rem;
}
.banner_pagination span.active::after{
	width: 100%;
	transition: all 5s linear;
}

/* banner遮罩 */
.banner_shade{
	width: 100%;
	height: 100vh;
	background-color: #000;
	transition: all 3.5s;
	position: absolute;
	z-index: 20;
}
.banner_shade.active{
	height: 0;
}

.banner{
	width: 100%;
	height: 100vh;
}
.banner_swiper .swiper-slide{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.banner_swiper .swiper-slide .kv_img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transform: scale(1.2);
	transition: transform 2s;
	transition-delay: 0.3s;
}
.banner_swiper .swiper-slide-active .kv_img{
	transform: scale(1);
}
.banner_pagination{
	position: absolute;
	bottom: 0rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	opacity: 0;
	transition: all 1s;
	transition-delay: 2s;
}
.banner_pagination.active{
	opacity: 1;
	bottom: 0.5rem;
}
.banner .swiper-pagination-bullet{
	background: rgba(255, 255, 255, 0.55);
	width: 0.4rem;
	height: 1px;
	opacity: 1;
	margin: 0 0.06rem;
	transition: all .6s;
	border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
	width: 0.4rem;
	height: 1px;
	border-radius: 0;
	opacity: 1;
}
.kv_text{
	position: absolute;
	bottom: 0.5rem;
	left: 0.8rem;
}

.kv_text .kv_t1{
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: 0.6s;
	font-family: 'PM';
}
.kv_text .kv_t2{
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: 0.8s;
}
.kv_text .kv_t4{
	color: rgba(255, 255, 255, 0.4);
	margin-top: 0.1rem;
	opacity: 0;
	transform: translateY(1rem);
	transition: all 1s;
	transition-delay: 1s;
	font-size: 0.15rem;
}
.kv_text .kv_time{
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: 1s;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_text .kv_t1{
	transform: translateY(0);
	opacity: 1;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_text .kv_t2{
	transform: translateY(0);
	opacity: 1;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_text .kv_t4{
	transform: translateY(0);
	opacity: 1;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_text .kv_time{
	transform: translateY(0);
	opacity: 1;
}
.banner_swiper .swiper-slide.swiper-slide-active .kv_btn{
	/* transform: translateY(0);
	opacity: 1; */
}
.kv_text._leave{
	bottom: -1rem;
	opacity: 0;
}
.kv_t1{
	color: #fff;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    letter-spacing: 0.078rem;
}
.kv_t2{
	color: #fff;
	font-size: 0.44rem;
	/* font-weight: bold; */
	line-height: 0.4rem;
	/* margin-top: 0rem; */
	/* letter-spacing: 0.078em; */
	font-family: "PM";
}
.kv_t3{
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.25rem;
	font-weight: 300;
	margin-top: 0.3rem;
	display: none;
}
.kv_time{
	display: flex;
	font-size: 0.5rem;
	color: rgb(199 142 102);
	font-weight: bold;
	margin-top: 0.3rem;
	opacity: 0;
	transition: all .4s;
}
.kt_u{
	line-height: 0.5rem;
	margin: 0 0.2rem;
}
.kv_time div{
	position: relative;
}
.kt_h::after{
	content: 'HOUR';
	color: rgb(199 142 102);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.3rem;
	font-size: 0.14rem;
	opacity: 0.5;
}
.kt_m::after{
	content: 'MINUTE';
	color: rgb(199 142 102);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.3rem;
	font-size: 0.14rem;
	opacity: 0.5;
}
.kt_s::after{
	content: 'SECOND';
	color: rgb(199 142 102);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.3rem;
	font-size: 0.14rem;
	opacity: 0.5;
}


.kv_btn{
	position: absolute;
	bottom: 0rem;
	right: 0.8rem;
	z-index: 1;
	transition: all 1s;
	transition-delay: 1s;
	opacity: 0;
}
.banner_swiper .swiper-slide-active .kv_btn{
	opacity: 1;
	bottom: 0.6rem;
}
.kv_btn._leave{
	bottom: -1rem;
	opacity: 0;
}
.kv_b1{
	display: block;
	width: 3.7rem;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
	/* background-color: #fff; */
	font-size: 0.18rem;
}
.b1_color_2{
	background-color: rgba(64, 64, 64, 0.6);
	color: rgba(255, 255, 255, 0.9);
}

.kv_b1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon_720{
	width: 0.3rem;
	z-index: 2;
}
.btn_style_1 span{
	width: auto;
	margin-left: 0.16rem;
}

/* 车型 信息 配置 */
.car_message{
	position: sticky;
	top: 0;
	height: 100vh;
	padding: 0 1.5rem 1rem;
	background-color: rgb(17, 17, 17);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.carm_text{
	padding: 1.5rem 0;
}
.carm_t1{
	font-size: 0.65rem;
}
.carm_t1 span{
	transform: translateY(1.5rem);
	transition: all 1.51s;
	display: block;
	opacity: 0;
	transition-delay: .1s;
}
.into.carm_t1 span{
	opacity: 1;
	transform: translateY(0);
}
.carm_t2{
	font-size: 0.37rem;
	line-height: 0.6rem;
	margin-top: 0.35rem;
	transform: translateY(1.5rem);
	opacity: 0;
	transition: all 1.51s;
	transition-delay: .3s;
}
.into.carm_t2{
	transform: translateY(0);
	opacity: 1;
}
.carm_config{
	display: flex;
	justify-content: space-between;
	transform: translateY(1.5rem);
	opacity: 0;
	transition: all 1.51s;
	transition-delay: .5s;
}
.into.carm_config{
	transform: translateY(0);
	opacity: 1;
}
.carm_config .carm_cf_min{
	width: 23.5%;
	padding-bottom: 0.6rem;
	position: relative;
}
.carm_config .carm_cf_min:after{
	content: '';
	width: 0%;
	height: 1px;
	background-color: rgba(277, 190, 164, 0.2);
	position: absolute;
	bottom: 0;
	transition: all 1.51s;
	transition-delay: .8s;
}
.into.carm_config .carm_cf_min:after{
	width: 100%;
}
.carm_t1{
	color: rgb(227 190 164);
}
.carm_t2{
	color: rgb(227 190 164);
}
.ccm_t1{
	color: rgba(227,190,164,0.7);
	font-size: 0.21rem;
	line-height: 0.25rem;
	font-weight: 300;
	height: 0.6rem;
}
.ccm_t2{
	display: flex;
	align-items: flex-end;
	margin-top: 0.5rem;
}
._mmup{
	display: flex;
	font-family: 'Montserrat-Bold';
}
/* .num_t{
	font-size: 0.16rem;
    height: 0.7rem;
	margin-top: 0.9rem;
    margin-left: 0.1rem;
} */
.cc_unit{
	color: rgb(227 190 164);
	font-size: 0.22rem;
	line-height: 0.34rem;
	margin-left: 0.15rem;
}

.mouse_swiper{
	background-color: #a8b2b9;
	cursor: none;
	position: relative;
	/* top: 0;
	height: 100vh; */
}
.mouse_swiper .swiper-container{
	width: 45%;
	margin-left: 0;
	overflow: inherit;
}
.mouse_swiper .swiper-slide .mss_i{
	width: 100%;
	height: 55vh;
	object-fit: cover;
}
.mouse_swiper .swiper-pagination-progress{
	bottom: -0.8rem;
	left: 1rem;
	top: auto;
	width: calc(100% - 2rem);
	height: 2px;
	background-color: rgba(225,225,225,0.3);
	position: relative;
}
.mouse_swiper .swiper-pagination-progress .swiper-pagination-progressbar{
	background-color: #3aaeb0;
}
.mouse_swiper .swiper-pagination-progress.ms_pagination_2{
	left: 0;
	width: 100%;
}

/* 鼠标跟随 */
.mouse_follow_car{
	width: 150px;
	height: 150px;
	position: fixed;
	pointer-events: none;
	opacity: 1;
	z-index: 20000;
	opacity: 0;
	transform: scale(0);
	transition: opacity .5s, transform .6s;
}
.mfc_min{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	font-size: 0.18rem;
} 
.mouse_follow_car img{
	width: 0.1rem;
}

.mouse_swiper_1{
	padding: 2rem 1rem 2rem;
}
.ms_title{
	color: #fff;
	margin-bottom: 6vh;
	display: flex;
	justify-content: space-between;
}
.mst_line_1{
}
.mst_line_2{
	font-size: 0.5rem;
	line-height: 0.7rem;
	transform: translateY(1rem);
	opacity: 0;
	font-family: 'PM';
}
.mstl_1{
	line-height: 0.5rem;
	font-size: 0.27rem;
	font-weight: 300;
	transform: translateY(1rem);
	opacity: 0;
	color: #269e9f;
}
.mstl_2{
	font-size: 0.3rem;
	line-height: 0.3rem;
	font-weight: 400;
	margin-top: 0.1rem;
	transform: translateY(1rem);
	opacity: 0;
}
.ms_title.into .mstl_1,
.ms_title.into .mstl_2,
.ms_title.into .mst_line_2{
	transform: translateY(0rem);
	opacity: 1;
	transition: all 1s;
}
.ms_title.into .mstl_1{
	transition-delay: 0.2s;
}
.ms_title.into .mstl_2{
	transition-delay: 0.5s;
}
.ms_title.into .mst_line_2{
	transition-delay: 0.5s;
}


/* 图集 弹窗 */
html.im_overflow{
    overflow: hidden !important;
}
.explore_pop{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50000;
    background-color: #a8b2b9;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}
.explore_pop.active{
    opacity: 1;
    pointer-events: auto;
}
.exp_size_box{
    position: relative;
}
.close_exp_pop{
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    border: 2px solid #fff;
    /* background-color: rgb(58, 174, 176); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    transition: all .5s;
}
@media (min-width: 768px){
	.close_exp_pop:hover{
	    background-color: #afbec1;
	}
}

.close_exp_pop img{
    width: 0.2rem;
    transition: all .5s;
}
.close_exp_pop img:nth-of-type(1){
    opacity: 1;
}
.close_exp_pop img:nth-of-type(2){
    opacity: 0;
}
.close_exp_pop img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
@media (min-width: 768px){
	.close_exp_pop:hover img:nth-of-type(1){
	    opacity: 0;
	}
	.close_exp_pop:hover img:nth-of-type(2){
	    opacity: 1;
	}
}

.size_po{
    height: 70vh;
    opacity: 0;
}
.sw_explore{
    position: absolute;
    top: 0;
    width: 100%;
	overflow: initial;
}
.sw_explore .swiper-slide img{
    height: 70vh;
    display: block;
	opacity: 0.3;
	transition: all 1s;
}
.sw_explore .swiper-slide-active img{
	opacity: 1;
}

.text_change_btn{
    position: absolute;
    height: 10vh;
    display: flex;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.tcb_left{
    position: relative;
    height: 100%;
	display: none !important;
}
.tcb_left div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0;
    transform: translateY(0.5rem);
    color: #fff;
    font-size: 0.22rem;
    line-height: 0.22rem;
    display: flex;
    align-items: center;
}
.tcb_left div.active{
    opacity: 1;
    transform: translateY(0rem);
    transition: all 1s;
}
.tcb_left div span{
    display: block;
    margin-left: 0.3rem;
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}
.tcb_left div span::before{
    content: '';
    width: 1px;
    height: 0.2rem;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: -0.15rem;
    top: 50%;
    transform: translateY(-50%);
}
.tcb_right{
    position: relative;
    display: flex;
    align-items: center;
	justify-content: space-between;
	width: 100%;
}
.exp-pagination{
    position: relative;
	flex: 1;
    /* background-color: rgba(255, 255, 255, 0.3); */
}
.tcb_right .swiper-pagination-bullet{
	opacity: 0.4 !important;
}
.exp-pagination span{
    background-color: #fff !important;
	width: 0.25rem;
	height: 2px;
	border-radius: 0;
	margin-right: 0.05rem;
}
.tcb_right .swiper-pagination-bullet-active{
	opacity: 1 !important;
}
.exp-pagination div{
    width: 11.11%;
    height: 100%;
    background-color: rgb(215, 190, 142);
}
.exp_btn_list{
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}
.exp-prev , .exp-next{
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 100%;
    /* background-color: #3b8486; */
	border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 1s;
}
@media (min-width: 768px){
	.exp-prev:hover , .exp-next:hover{
	    transform: scale(1.1);
	}
}
.exp-prev img , .exp-next img{
    width: 0.1rem;
}
.exp-next{
    margin-left: 0.2rem;
}

/* 按钮 */
.zdt_btn{
	display: flex;
	align-items: center;
	font-size: 0.2rem;
	position: relative;
	margin-top: 0.2rem;
	cursor: pointer;
	font-weight: 300;
}
.zdt_btn img{
	width: 0.2rem;
}
.zdt_b_icon{
	display: flex;
	justify-content: center;
	width: 0.4rem;
	position: relative;
	overflow: hidden;
	height: 0.2rem;
}
.zbi_1{
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	transition: left 1s, opacity 0.6s;
	opacity: 1;
}
.zbi_2{
	position: absolute;
	left: -120%;
	transition: left 1s, opacity 0.6s;
	opacity: 0;
	transform: translateX(-50%);
}
.zdt_btn:after{
	content: '';
	width: 0%;
	height: 1px;
	background-color: #fff;
	bottom: -0.1rem;
	position: absolute;
	transition: all 1.2s;
}
@media (min-width: 768px){
	.zdt_btn:hover:after{
		width: 100%;
	}
	.zdt_btn:hover .zbi_1{
		left: 120%;
		opacity: 0;
	}
	.zdt_btn:hover .zbi_2{
		left: 50%;
		opacity: 1;
	}
}


/* 2023 11 30 新增 */
.my_favorite{
	width: 100%;
	background-color: #c7cfd4;
	position: sticky;
	top: 0;
}
.mf_main{
	width: 100vw;
	position: relative;
	overflow: hidden;
}
.mf_bk{
	width: 100vw;
	object-fit: cover;
}
.mf_text_left{
	position: absolute;
	left: 1.5rem;
	top: 1rem;
	height: calc(100vh - 3.2rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 1s;
}
.mf_text_left._hide{
	opacity: 0;
}
.mtl_t{
	transform: translateX(-1rem);
	opacity: 0;
	transition: all 1s;
}
.mtl_t1{
	font-size: 0.2rem;
	color: #fff;
	transition-delay: 0.1s;
}
.mtl_t2,.mtl_t3,.mtl_t4{
	font-size: 0.7rem;
	font-family: 'PM';
	margin-top: 0.15rem;
	color: #fff;
}
.mtl_t2{
	transition-delay: 0.25s;
}
.mtl_t3{
	transition-delay: 0.4s;
}
.mtl_t4{
	transition-delay: 0.55s;
}
.mtl_t5{
	font-size: 0.27rem;
	color: #3aaeb0;
	transition-delay: 0.1s;
}
.mtl_t6{
	background-color: #3aaeb0;
	height: 1px;
	margin-top: 0.1rem;
	width: 0%;
	transform: translateX(0rem);
	transition: 2s;
	transition-delay: 0.25s;
}
.mtl_t7{
	font-size: 0.16rem;
	color: #fff;
	margin-top: 0.15rem;
	transition-delay: 0.4s;
}
.mtl_t8{
	color: rgb(0, 198, 201);
	font-size: 0.75rem;
	font-family: 'PM';
	margin-top: 0.15rem;
	transition-delay: 0.55s;
}
.mtl_t_min.into .mtl_t{
	width: 100%;
	transform: translateX(0rem);
	opacity: 1;
}



.mf_text{
	position: absolute;
	bottom: 0.8rem;
	left: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.mf_text_1{
	font-size: 0.2rem;
	font-weight: 300;
	line-height: 0.5rem;
	color: #fff;
	transform: translateY(1rem);
	opacity: 0;
}
.mf_text_2{
	font-size: 0.44rem;
	font-weight: bold;
	line-height: 0.5rem;
	color: #fff;
	transform: translateY(1rem);
	opacity: 0;
	margin-top: 0.1rem;
	font-family: 'PM';
}
.mf_text_3{
	font-size: 0.2rem;
	color: #fff;
	font-weight: 300;
	margin-top: 0.1rem;
	transform: translateY(1rem);
	opacity: 0;
}
.mf_text .zdt_btn{
	transform: translateY(1rem);
	opacity: 0;
}
.mf_text.into .mf_text_1,
.mf_text.into .mf_text_2,
.mf_text.into .mf_text_3,
.mf_text.into .zdt_btn{
	transition: all 1s;
	transform: translateY(0rem);
	opacity: 1;
}
.mf_text.into .mf_text_1{
	transition-delay: 0.2s;
}
.mf_text.into .mf_text_2{
	transition-delay: 0.5s;
}
.mf_text.into .mf_text_3{
	transition-delay: 0.8s;
}
.mf_text.into .zdt_btn{
	transition-delay: 1.1s;
}
.mf_text .zdt_btn{
	color: #fff;
	margin-top: 0.18rem;
}
.mf_btn_1{
	position: absolute;
	left: 66.5%;
	top: 46%;
}
.mf_btn_2{
	position: absolute;
	left: 66%;
	top: 31%;
}
.mf_btn_3{
	position: absolute;
	left: 52%;
	top: 25%;
}
.mf_btn_4{
	position: absolute;
	left: 91%;
	top: 75%;
}
.mf_btn_5{
	position: absolute;
	left: 81%;
	top: 26%;
}
.mf_pop{
	position: fixed;
	width: 54vw;
	right: -60vw;
	height: 100vh;
	z-index: 3;
	top: 0;
	padding-left: 0.27rem;
	transition: all 1s;
}
.mf_pop.active{
	right: 0;
}
.mf_pop .mf_pop_close{
	position: absolute;
	top: 57%;
	transform: translateY(-50%) scale(1);
	width: 0.7rem;
	height: 0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -0.1rem;
	z-index: 5;
	border-radius: 100%;
	background-color: #fff;
    border: 2px solid #3aaeb0;
	cursor: pointer;
	transition: all .5s;
	opacity: 0.95;
}
.mf_pop .mf_pop_close img{
	width: 0.15rem;
}
@media (min-width: 768px){
	.mf_pop .mf_pop_close:hover{
		transform: translateY(-50%) scale(1.1);
	}
}

.mf_pop_main{
	background-color: #eaecec;
	position: relative;
	width: 100%;
	height: 100%;
}
.mpm_t0 video, .mpm_t0 img{
	width: 100%;
	height: 48vh;
	object-fit: cover;
}
.mpm_i{
	height: calc(48vh + 0.86rem);
	padding-top: 0.86rem;
}
.mpm_t_list{
	height: calc(52vh - 0.86rem);
	padding: 0.4rem 0.5rem;
}
.mpm_t1{
	font-size: 0.22rem;
	font-weight: 300;
	color: #3aaeb0;
}
.mpm_t2{
	font-size: 0.32rem;
	margin-top: 0.15rem;
	font-family: 'PM';
	font-weight: bold;
	color: #333;
}
.mpm_t3{
	font-size: 0.2rem;
	margin-top: 0.1rem;
}
.mpm_sw{
	width: 100%;
	height: 100vh;
}
.mpm_sw .swiper-wrapper{
	width: 100%;
}
.mpm_sw .swiper-wrapper .swiper-slide{
	height: 100vh;
}
.mpm_min{
	position: relative;
	width: 100%;
	height: calc(100vh - 1.5rem);
	overflow: hidden;
}
.mpm_min.active{
}
.mpm_t div{
	/* transform: translateX(1rem); */
	opacity: 0;
}
.mpm_min.active .mpm_t div{
	transition: all 0.7s;
	/* transform: translateX(0rem); */
	opacity: 1;
}
/* .mpm_min.active .mpm_t:nth-of-type(1) div{
}
.mpm_min.active .mpm_t:nth-of-type(2) div{
	transition-delay: 0.5s;
}
.mpm_min.active .mpm_t:nth-of-type(3) div{
	transition-delay: 0.8s;
	height: 0.55rem;
}
.mpm_min.active .mpm_t:nth-of-type(4) div{
	transition-delay: 1.1s;
} */

.mf_btn{
	transition: all .5s;
	z-index: 9999;
}
.mf_btn._hide{
	transform: scale(0);
}
.mf_bk{
	transition: 1s;
}
.mf_text{
	transition: .5s;
}
.mf_text._hide{
	opacity: 0;
}
.mf_bk._into_0{
	transform: scale(1.1) translate(-8rem,0rem);
}
.mf_bk._into_1{
	transform: scale(1.8) translate(-5rem,1rem);
}
.mf_bk._into_2{
	transform: scale(1.2) translate(-5rem,1rem);
}
.mf_bk._into_3{
	transform: scale(1.2) translate(-9rem,-1rem);
}
.mf_bk._into_4{
	transform: scale(1.3) translate(-8rem,2rem);
}

.mpm_sw_btn{
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
	z-index: 2;
}
.mpm_sw_btn_l, .mpm_sw_btn_r{
	width: 0.5rem;
	height: 0.4rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.mpm_sw_btn_l{
	justify-content: flex-start;
}
.mpm_sw_btn_r{
	justify-content: flex-end;
}
.mpm_sw_btn_l img, .mpm_sw_btn_r img{
	width: 0.15rem;
	transition: all .5s;
	opacity: 0.7;
}
@media (min-width: 768px){
	.mpm_sw_btn_l:hover img, .mpm_sw_btn_r:hover img{
		opacity: 1;
	}
}

.mpm_sw_btn_center{
	width: 1px;
	background-color: #aeaeae;
	height: 0.3rem;
	opacity: 0.3;
}

/* 2023 12 08 新增 */
.ping_sticky{
	width: 100%;
	position: relative;
}
.unit_sing{
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.unit_sing_i img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.usi_change_i{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.usi_change_i img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.usi_change_i .pc_uci{
	clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
}
.usi_change_i .pc_uci.active{
	transition: all 1s;
	clip-path: polygon(0% 0%, 130% 0%, 100% 100%, 0% 100%);
}
.usi_change_i .mb_uci{
	clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
}
.usi_change_i .mb_uci.active{
	transition: all 1s;
	clip-path: polygon(0% 0%, 130% 0%, 100% 100%, 0% 100%);
}
.usi_change_tab{
	position: absolute;
	top: 1.3rem;
	right: 1rem;
	left: auto;
	z-index: 5;
	display: flex;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.config_main.into .usi_change_tab{
	transform: translateY(0rem);
	opacity: 1;
}
.tab_txt1{
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.tab_txt2{
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
}
.usi_change_tab div{
	width: 2.2rem;
    height: 0.57rem;
	font-size: 0.18rem;
	text-align: center;
    line-height: 0.6rem;
	position: relative;
	transition: all .5s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 1px solid #5da9ad;
}
.usi_change_tab div:hover{
	background-color: rgba(0, 0, 0, 0.5);
}
.usi_change_tab span{
	display: block;
	position: relative;
	z-index: 2;
	color: #5da9ad;
}
.usi_change_tab div img{
    width: 0.84rem;
	display: none;
}
@media (min-width: 768px){
	.usi_change_tab div:hover{
		border: 1px solid #5da9ad;
	}
	.usi_change_tab div:hover span{
		color: #5da9ad;
	}
}

.usi_change_tab div.active{
	background-color: #000;
	border: 1px solid #3aaeb0;
}
.usi_change_tab div.active span{
	color: #fff;
}
.usi_change_tab div.active img{
	display: block;
}
.usi_change_tab div::after{
	content: '';
	width: 100%;
	height: 2px;
	/* background-color: rgba(255, 255, 255, 0.3); */
	/* background-color: rgb(58, 174, 176); */
	bottom: 0;
	position: absolute;
	left: 0;
	transition: all .5s;
}
.usi_change_tab div.active::after{
	/* background-color: #3b8486; */
}

.unit_sing_t{
	position: absolute;
	bottom: 0.8rem;
	left: 1rem;
	color: #fff;
	text-align: left;
	z-index: 5;
}
.ust_stt{
	font-size: 0.36rem !important;
}
.ust_1{
	font-size: 0.2rem;
	font-weight: 300;
	line-height: 0.5rem;
	transform: translateY(1rem);
	opacity: 0;
}
.ust_2{
	font-size: 0.44rem;
	line-height: 0.5rem;
	font-weight: bold;
	transform: translateY(1rem);
	opacity: 0;
	margin-top: 0.1rem;
	font-family: 'PM';
}
.ust_3{
	font-size: 0.2rem;
	font-weight: 300;
	transform: translateY(1rem);
	opacity: 0;
	margin-top: 0.1rem;
}
.ust_4{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 0.3rem;
	cursor: pointer;
	transform: translateY(1rem);
	opacity: 0;
}
.ust_btn{
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.ust_btn img{
	width: 0.15rem;
}
.ust_t{
	margin-left: 0.18rem;
	font-size: 0.2rem;
	font-weight: 300;
}
@media (min-width: 768px){
	.ust_4:hover .ust_btn{
		background-color: rgba(255, 255, 255, 0.2);
	}
}


.unit_sing_t.into .ust_min{
	transform: translateY(0rem);
	opacity: 1;
	transition: all 1s;
}
.unit_sing_t.into .ust_min:nth-of-type(1){
	transition-delay: 0.2s;
}
.unit_sing_t.into .ust_min:nth-of-type(2){
	transition-delay: 0.5s;
}
.unit_sing_t.into .ust_min:nth-of-type(3){
	transition-delay: 0.8s;
}
.unit_sing_t.into .ust_min:nth-of-type(4){
	transition-delay: 1.1s;
}
.unit_sing_t.into .ust_min:nth-of-type(5){
	transition-delay: 1.4s;
}

.unit_sing_2 .unit_sing_t{
	right: auto;
	left: 1rem;
	bottom: auto;
	top: 1.3rem;
	text-align: left;
}
.unit_sing_2 .ust_4{
	justify-content: flex-start;
}

/* 横向弹窗 */
.hot_pop_box{
	display: flex;
	background-color: rgb(58, 174, 176);
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10001;
	overflow-x: scroll;
	overflow-y: hidden;
	pointer-events: none;
	transition: all .8s;
	margin-left: 110vw;
}
.hot_pop_box.active{
	margin-left: 0vw;
	opacity: 1;
	pointer-events: auto;
}
.hot_pop_menu{
	width: 1.5rem;
	height: 100%;
	background-color: rgb(58, 174, 176);
	position: sticky;
	left: 0;
	flex-shrink: 0;
	z-index: 2;
}
.hot_pop_other{
	display: flex;
}
.hot_pop_box::-webkit-scrollbar {
display: none;
}
.hot_pop_box{
scrollbar-width: none;
-ms-overflow-style: none; 
}

.hot_close_pop{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.55rem;
	height: 0.55rem;
	opacity: 0.5;
	cursor: pointer;
	transition: all .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: 1px solid #3b8486; */
	border: 1px solid #fff;
	border-radius: 100%;
}
.hot_close_pop img{
	width: 0.2rem;
	height: 0.2rem;
}
@media (min-width: 768px){
	.hot_close_pop:hover{
		opacity: 1;
		transform: translate(-50%,-50%) scale(1.2);
	}
}
.hot_schedule_line{
	position: absolute;
	bottom: 0.95rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 1.5rem;
	background-color: rgba(255,255,255,.15);
}
.hot_schedule_line::after{
	position: absolute;
	content: '';
	height: 0.3rem;
	bottom: -0.3rem;
	width: 2px;
	background-color: rgba(255,255,255,.2);
}
.hot_schedule_line div{
	width: 100%;
	height: 0.3rem;
	position: absolute;
	top: 0;
	background-color: #fff;
}
.hpo_t{
	display: flex;
	align-items: center;
	padding: 0 0.8rem;
	position: relative;
}
.hpo_t_one{
	padding: 0 0.8rem 0 0.4rem;
}

.hpo_logo{
	position: absolute;
	top: 0.5rem;
	left: 0.4rem;
	display: flex !important;
	align-items: center;
	font-size: 0.2rem;
	font-weight: bold;
}
.hpol_3{
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.02rem;
	font-weight: 300;
}
.hpol_3 div{
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.16rem;
}
.hpol_1, .hpol_3 div.active{
	/* color: #fff; */
	font-size: 0.16rem;
}
.hpol_3 div.active{
	font-size: 0.25rem;
	padding: 0 0.02rem;
}
.hpol_2{
	width: 1.5rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 0.2rem;
}
.hpo_details {
	height: 84vh;
	display: flex;
}
.db_i{
	height: 70vh;
}
.hpd_min{
	margin-right: 0.5rem;
}
.hpd_min:nth-last-of-type(1){
	margin-right: 0rem;
}
/* 弹窗1 */
.hpo_1_title{
	font-size: 0.55rem;
	padding: 5vh 0 3vh;
	color: #fff;
	height: 1.3rem;
}
.detail_box{
	position: relative;
	height: 70vh;
}
.detail_box .db_i{
	width: auto;
	height: 85%;
}
.detail_left{
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	left: 0.8rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.dl_title{
	font-size: 0.35rem;
	color: #fff;
	transform: translateY(1.5rem);
	opacity: 0;
	transition: all 1.51s;
}
.into.dl_title{
	transform: translateY(0);
	opacity: 1;
}
.dnl_min{
	padding: 0.25rem 0rem;
	color: #3b8486;
	position: relative;
}
.hot_pop_box_2 .dnl_min{
	padding: 0.5rem 0rem;
}
/* .dnl_min::before{
	background-color: rgb(80 62 50);
	width: 0%;
	height: 1px;
	position: absolute;
	top: 0;
	content: '';
	transition: all 1.51s;
	transition-delay: 1.3s;
}
.dnl_min:nth-last-of-type(1)::after{
	background-color: rgb(80 62 50);
	width: 0%;
	height: 1px;
	position: absolute;
	top: auto;
	bottom: 0;
	content: '';
	transition: all 1.51s;
	transition-delay: 1.3s;
} */
/* .hot_pop_box.active .dnl_min::before,
.hot_pop_box.active .dnl_min:nth-last-of-type(1)::after{
	width: 100%;
} */
.dnlm_t1{
	font-size: 0.6rem;
	transform: translateX(1rem);
	opacity: 0;
	transition: all 1s;
}
.dl_num_list_2{
	margin-top: 1rem;
}
.dl_num_list_2 .dnl_min{
	padding: 0.45rem 0rem;
}
.dnlm_t2{
	font-weight: 300;
	font-size: 0.17rem;
	transform: translateX(1rem);
	opacity: 0;
	transition: all 1s;
}
.dl_num_list_2 .dnlm_t2{
	margin-top: 0.15rem;
}

.hpo_logo{
	transform: translateX(1rem);
	opacity: 0;
	color: rgba(255, 255, 255, 0.5);
}
.hot_pop_box.active .hpo_logo{
	transition: all 1s;
	transform: translateX(0rem);
	opacity: 1;
	transition-delay: .7s;
}
.hpo_1_title,
.hpo_1_detail{
	transform: translateX(1rem);
	opacity: 0;
	position: relative;
}
.hot_pop_box.active .hpo_1_title,
.hot_pop_box.active .hpo_1_detail{
	transition: all 1s;
	transform: translateX(0rem);
	opacity: 1;
}
.hot_pop_box.active .hpo_1_title{
	transition-delay: 1.1s;
}
.hot_pop_box.active .hpo_1_detail{
	transition-delay: 1.1s;
}
.hot_pop_box.active .dnlm_t1{
	opacity: 1;
	transform: translateX(0);
}
.hot_pop_box.active .dnlm_t2{
	opacity: 0.8;
	transform: translateX(0);
}
.dnl_line{
	background-color: #3b8486;
	width: 0%;
	height: 1px;
	transition: all 1.51s;
}
.hot_pop_box.active .dnl_line{
	width: 100%;
}
.hot_pop_box.active .dnlinto_0{
	transition-delay: 1.1s;
}
.hot_pop_box.active .dnlinto_1{
	transition-delay: 1.2s;
}
.hot_pop_box.active .dnlinto_2{
	transition-delay: 1.3s;
}
.hot_pop_box.active .dnlinto_3{
	transition-delay: 1.4s;
}
.hot_pop_box.active .dnlinto_4{
	transition-delay: 1.5s;
}
.hot_pop_box.active .dnlinto_5{
	transition-delay: 1.6s;
}
.hot_pop_box.active .dnlinto_6{
	transition-delay: 1.7s;
}
.hot_pop_box.active .dnlinto_7{
	transition-delay: 1.8s;
}
.hot_pop_box.active .dnlinto_8{
	transition-delay: 1.9s;
}
.hot_pop_box.active .dnlinto_9{
	transition-delay: 2s;
}

.hpo_1_title_after1{
	display: flex;
	align-items: flex-end;
}
.hpo_1_title_after1 span{
	font-size: 0.16rem;
	color: #fff;
	white-space: nowrap;
	opacity: 0.8;
	line-height:  0.35rem;
	margin-left: 0.2rem;
}


.hpo_detail_box{
	display: flex;
}
.hpo_left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 70vh;
}
.lntelligence_min{
	height: 22.5vh;
	overflow: hidden;
	position: relative;
}
.intelligence_marks{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 5;
	transition: all .5s;
}
@media (min-width: 768px){
	.lntelligence_min:hover .intelligence_marks{
		background-color: transparent;
	}
}

.intelligence_t{
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
	font-size: 0.2rem;
	z-index: 2;
	color: rgb(199 142 102);
}
.lntelligence_min img{
	height: 22.5vh;
	object-fit: cover;
}
.hpo_right_top{
	display: flex;
	margin-bottom: 1.2vh;
}
.hpo_right_bottom{
	display: flex;
}
.hpo_right_top .lntelligence_min{
	height: 26.8vh;
}
.hpo_right_top img{
	height: 26.8vh;
	margin-left: 1vh;
}
.hpo_right_bottom .lntelligence_min{
	height: 42vh;
}
.hpo_right_bottom img{
	height: 42vh;
	margin-left: 1vh;
}
.hpo_details_min{
	display: flex;
	align-items: center;
	padding-top: 10vh;
}
.hpo_details_min video{
	height: 73vh;
	transform: translateX(1rem);
	transition: all 1s;
	opacity: 0;
}
.hdm_t{
	margin: 0 1rem 0 1rem;
	padding-bottom: 1.5rem;
}
.hdm_t_01{
	width: 25vw;
}
.hdm_t_02{
	width: 30vw;
}
.hdm_t_one{
	margin: 0 1rem 0 0rem;
}
.hdm_t1{
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 1.1em;
	color: #fff;
	transform: translateX(1rem);
	transition: all 1s;
	opacity: 0;
	white-space: nowrap;
}
.hdm_t2{
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.9);
	margin-top: 0.2rem;
	transform: translateX(1rem);
	transition: all 1s;
	opacity: 0;
}
.hot_pop_box.active .hdm_t1{
	transform: translateX(0rem);
	opacity: 1;
	transition-delay: 1.1s;
}
.hot_pop_box.active .hdm_t2{
	transition-delay: 1.3s;
	transform: translateX(0rem);
	opacity: 1;
}
.hot_pop_box.active .hpo_details_min  video{
	transition-delay: 1.5s;
	transform: translateX(0rem);
	opacity: 1;
}
.hpd_min_txt{
	width: 85%;
	height: 1.2rem;
	color: rgba(255, 255, 255, 0.4);
}
.hpd_min_tts{
	margin-bottom: 0.3rem;
}




/* rx 移动 */
@media (max-width: 767px){
	.kv_text {
	    bottom: 2.5rem;
	    left: 0.5rem;
	}
	.banner_swiper .swiper-slide-active .kv_btn{
		bottom: 1.2rem;
		right: auto;
		left: 0.5rem;
	}
	
	.mf_btn{
		display: none;
	}
	.car_message{
		padding: 0 0.5rem 1.8rem;
		justify-content: space-between;
	}
	.carm_text {
	    padding: 1.8rem 0 0;
	}
	.carm_t1{
		display: none;
	}
	.carm_t2{
		margin-top: 0;
		font-size: 0.27rem;
		letter-spacing: 0;
	}
	.carm_t2 span{
		font-size: 0.32rem;
		font-weight: bold;
	}
	.carm_config{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.carm_config .carm_cf_min{
		width: 45.5%;
		margin-top: 1rem;
		padding-bottom: 0.15rem;
	}
	
	.mf_text{
		left: 0.5rem;
		width: calc(100% - 1rem);
		height: calc(100% - 2.6rem);
		top: 1.5rem;
	}
	.mf_text_2{
		font-size: 0.4rem;
		line-height: 0.5rem;
		margin-top: 0.2rem;
		font-weight: normal;
	}
	.mf_text_3{
		font-size: 0.27rem;
		line-height: 0.35rem;
		margin-top: 0.2rem;
		letter-spacing: 0;
	}
	.mf_text .zdt_btn{
		position: absolute;
		margin-top: 0;
		bottom: 0;
		left: 0;
	}
	
	
	.exterior_mb{
		padding: 0 0.5rem 2.2rem;
		background-color: #c7cfd4;
	}
	.exterior_mb_ns{
		background-color: #a0a9b0;
	}
	.exterior_sw{
		width: 100%;
	}
	.exterior_sw .swiper-slide{
		background-color: #c7cfd4;
		height: 100%;
	}
	.exterior_mb_ns .swiper-slide{
		background-color: #a0a9b0;
	}

	.ext_sw_i img, .ext_sw_i video{
		width: 100%;
		display: block;
	}
	.ext_sw_t1{
		font-size: 0.25rem;
		color: rgba(0, 198, 201,0.6);
		margin-top: 0.3rem;
	}
	.ext_sw_t2{
		font-weight: 530;
		font-size: 0.37rem;
		line-height: 0.5rem;
		color: rgba(0, 0, 0, 0.7);
		margin-top: 0.2rem;
	}
	.ext_sw_t3{
		font-size: 0.26rem;
		color: rgba(0, 0, 0, 0.6);
		margin-top: 0.2rem;
		height: 2rem;
		line-height: 0.35rem;
		letter-spacing: 0;
		font-weight: 300;
	}
	.ext_sw_page {
		width: calc(100% - 1rem);
		height: 1px;
		margin-top: 1rem;
	}
	.ext_sw_page{
		background-color: rgba(255, 255, 255, 0.5);
	}
	.ext_sw_page .swiper-pagination-progressbar{
		background-color: rgb(0, 198, 201);
	}
	.unit_sing_t{
		left: 0.5rem;
		bottom: 1rem !important;
		bottom: auto;
		right: auto;
		text-align: left;
		width: calc(100% - 1rem);
	}
	.ust_4{
		justify-content: flex-start;
	}
	.ust_2{
		font-size: 0.4rem;
		line-height: 0.5rem;
		margin-top: 0.2rem;
		font-weight: normal;
		letter-spacing: 0;
	}
	.ust_3{
		font-size: 0.27rem;
		line-height: 0.35rem;
		margin-top: 0.2rem;
		letter-spacing: 0;
	}
	.ust_t{
		font-size: 0.27rem;
		line-height: 0.27rem;
		padding-top: 0.05rem;
		letter-spacing: 0;
		font-weight: 300;
	}
	.ust_btn{
		width: 0.7rem;
		height: 0.7rem;
	}
	.ust_btn img{
		width: 0.28rem;
	}
	.unit_sing_2 .unit_sing_t{
		left: 0.5rem;
		bottom: 1rem;
		bottom: auto;
		right: auto;
		text-align: left;
		width: calc(100% - 1rem);
		height: calc(100% - 2.6rem);
	}
	.ust_2_mb{
		white-space: nowrap;
		letter-spacing: 0;
	}
	.ust_2_mb span{
		display: inline !important;
	}
	
	.mouse_follow_car{
		display: none;
	}
	.mouse_swiper_1{
		padding: 1.3rem 0.5rem 2.3rem;
	}
	
	
	.mouse_swiper{
		height: auto;
		position: relative;
	}
	.ping_sticky_mb_remove{
		height: auto;
		position: relative;
		overflow: hidden;
		margin-top: -1px;
	}
	.mouse_swiper .swiper-slide .mss_i{
		height: auto;
	}
	
	.mf_pop{
		display: none;
	}
	
	.zdt_btn{
		font-size: 0.25rem;
	}
	.zdt_btn img{
		width: 0.38rem;
	}
	.zdt_b_icon{
		width: 0.5rem;
		height: 0.38rem;
		margin-left: 0.2rem;
		margin-top: 0.1rem;
	}
	.my_favorite .zdt_btn:after{
		width: 80% !important;
		bottom: 0rem;
	}
	
	.mstl_2{
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
	.mstl_1{
		font-size: 0.27rem;
		font-weight: 300;
		line-height: 0.5rem;
	}
	
	.hpo_logo.pc-pad{
		display: none !important;
	}
	/* 移动卖点弹窗 */
	.hot_pop_box{
		overflow-y: scroll;
	}
	.hot_pop_box{
		display: block;
	}
	.hot_pop_menu{
		width: 100%;
		padding: 0.5rem;
		height: auto;
		position: sticky;
		top: 0;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.hot_schedule_line{
		display: none;
	}
	.hot_close_pop{
		position: relative;
		left: auto;
		top: auto;
		transform: translate(0,0);
		width: 0.65rem;
		height: 0.65rem;
	}
	.hcp_text {
		display: flex !important;
		align-items: center;
	}
	.htmb_2{
		width: 2rem;
		background-color: rgba(255, 255, 255, 0.2);
		height: 1px;
	}
	.hpo_t{
		display: block;
	}
	.hpo_details{
		display: block;
		height: auto;
	}
	.hpo_details_min, .hpo_details .hpd_min{
		width: 100%;
		display: block;
		padding-top: 5vh
	}
	.hdm_t{
		width: 100%;
		margin: 0;
		padding-bottom: 3vh;
	}
	.hpo_t_one{
		padding: 0 0.5rem 1.5rem;
		width: 100%;
		overflow: hidden;
	}
	.hdm_i video, .hdm_i img{
		width: 100%;
		height: auto;
	}
	.hdm_t1, .hpo_1_title{
		font-size: 0.4rem;
		line-height: 0.5rem;
		padding: 0;
	}
	.hdm_t2{
		font-size: 0.27rem;
		margin-top: 0.4rem;
		letter-spacing: 0;
		color: #fff;
	}
	.hdm_t1_line{
		width: 0rem;
		height: 1px;
		background-color: rgb(227 190 164);
		margin-top: 0.1rem;
		transition: all .5s;
	}
	.hot_pop_box.active .hdm_t1_line{
		width: 0.5rem;
	}
	.mb_td_time_1,
	.mb_td_time_2,
	.mb_td_time_3,
	.mb_td_time_4,
	.mb_td_time_5,
	.mb_td_time_6,
	.mb_td_time_7,
	.mb_td_time_8{
		transform: translateX(1rem) !important;
		transition: all 1s !important;
		opacity: 0 !important;
	}
	.intoMb .mb_td_time_1,
	.intoMb .mb_td_time_2,
	.intoMb .mb_td_time_3,
	.intoMb .mb_td_time_4,
	.intoMb .mb_td_time_5,
	.intoMb .mb_td_time_6,
	.intoMb .mb_td_time_7,
	.intoMb .mb_td_time_8{
		transform: translateX(0rem) !important;
		opacity: 1 !important;
	}
	.intoMb .mb_td_time_1{
		transition-delay: 0.3s !important;
	}
	.intoMb .mb_td_time_2{
		transition-delay: 0.5s !important;
	}
	.intoMb .mb_td_time_3{
		transition-delay: 0.7s !important;
	}
	.intoMb .mb_td_time_4{
		transition-delay: 0.9s !important;
	}
	.intoMb .mb_td_time_5{
		transition-delay: 1.1s !important;
	}
	.intoMb .mb_td_time_6{
		transition-delay: 1.3s !important;
	}
	.intoMb .mb_td_time_7{
		transition-delay: 1.5s !important;
	}
	.intoMb .mb_td_time_8{
		transition-delay: 1.7s !important;
	}
	
	
	.hpd_min{
		margin-right: 0;
	}
	.detail_box img{
		height: auto;
		width: 100%;
	}
	.detail_box{
		height: auto;
	}
	.dnl_line{
		display: none;
	}
	.detail_left{
		left: 5%;
		bottom: 0.5rem;
		top: auto;
		transform: translateY(0);
		width: 90%;
	}
	.dl_num_list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.dnl_line_mb{
		width: 1px;
		height: 1.4rem;
		background-color: rgb(227 190 164);
		opacity: 0.2;
	}
	.dnl_min{
		padding: 0;
		display: flex;
		height: 1.2rem;
		flex-direction: column;
		justify-content: space-between;
	}
	.hot_pop_box_2 .dnl_min{
		height: 1rem;
		padding: 0;
	}
	.hot_pop_box_2 .detail_left{
		width: 80%;
		left: 10%;
	}
	.hot_pop_box_2 .dnl_line_mb{
		height: 1rem;
	}
	.dnlm_t1{
		font-size: 0.54rem;
		line-height: 0.54rem;
	}
	.dnlm_t2{
		font-size: 0.15rem;
		letter-spacing: 0;
	}
	.hpo_1_detail{
		margin-top: 3vh;
	}
	.hpo_1_title_after1 span{
		margin-left: 0;
		font-size: 0.27rem;
		margin-top: 0.2rem;
		white-space: wrap;
		color: rgba(255, 255, 255, 0.4);
		letter-spacing: 0;
	}
	.hpo_1_title_after1{
		flex-direction: column;
		align-items: flex-start;
	}
	
	
	.intelligence_im_top{
		display: flex;
	}
	.iit_min img{
		width: 100%;
	}
	.iit_min_1{
		width: 61.5%;
	}
	.iit_min_2{
		width: 36.5%;
		margin-left: 2%;
	}
	.intelligence_im_bot{
		display: flex;
	}
	.iib_left{
		width: 43.8%;
	}
	.iib_right{
		width: 54.2%;
		margin-left: 2%;
	}
	.iib_left .iibl_min{
		margin-top: 4.5%;
	}
	.iib_right .iibl_min{
		margin-top: 4%;
	}
	.iibl_min img{
		width: 100%;
	}
	.iitm_text_mb{
		font-size: 0.2rem;
		color: rgb(199 142 102);
		position: absolute;
		z-index: 1;
	}
	.iit_min, .iibl_min{
		position: relative;
	}
	.iit_min_1 .iitm_text_mb{
		left: 0.1rem;
		bottom: 0.1rem;
	}
	.iit_min_2 .iitm_text_mb{
		right: 0.1rem;
		bottom: 0.1rem;
	}
	.iib_left .iitm_text_mb{
		left: 0.1rem;
		bottom: 0.01rem;
	}
	.iib_right .iitm_text_mb{
		right: 0.1rem;
		bottom: 0.01rem;
	}
	
	.sw_explore .pc_block{
		display: none !important;
	}
	.sw_explore{
		position: relative;
	}
	.sw_explore .swiper-slide img{
		height: auto;
		width: 100%;
	}
	.exp_size_box{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.close_exp_pop{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin-bottom: 0.5rem;
	}
	.text_change_btn{
		position: relative;
	}
	
	.kv_text .kv_t1{
		font-weight: 500;
        font-size: 0.16rem;
        letter-spacing: 1px;
		margin-top: 0.2rem;
	}
	.kv_t2{
		letter-spacing: 1px;
		font-size: 0.6rem;
		font-weight: bold;
		font-family: "PM";
	}
	.kv_text .kv_t4{
		margin-top: 0.3rem;
		font-size: 0.18rem;
	}
}
	



/* 视频弹窗 */
.video_full_pc{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 10000;
	background-color: #000000;
	display: none;
}
.video_full_pc video{
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 5;
}
.shut_down_btn{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	z-index: 6;
	background-color: #6b6b6b;
	border-radius: 100%;
	opacity: 0.5;
	transition: all .5s;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shut_down_btn img{
    width: 0.15rem;
}
@media (min-width: 768px){
	.shut_down_btn:hover{
		opacity: 1;
	}
}


@media (max-width: 767px){
	/* 视频弹层 */
	.video_full_pc .shut_down_btn{
		position: absolute;
		top: 1rem;
		right: 0.5rem;
		width: 1rem;
		height: 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1;
	}
	.video_full_pc .shut_down_btn img{
		width: 0.35rem;
	}
	
	
	.unit_sing_i img{
		height: 101vh;
		margin-top: -1vh;
	}
}




/* 2024 7 5 */
.video_control_btn{
	position: absolute;
	top: 2rem;
	right: 0.8rem;
	cursor: pointer;
	opacity: 0.7;
	transition: all .3s;
}
@media (min-width: 768px){
	.video_control_btn:hover{
		opacity: 1;
	}
}

.video_control_btn img{
	width: 0.65rem;
	transition: all .2s;
}
.video_control_btn img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.video_control_btn._stop img:nth-of-type(1){
	opacity: 0;
}
.video_control_btn._stop img:nth-of-type(2){
	opacity: 1;
}

.config_main{
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
}
.config_main_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: 0;
}
.config_main_title{
	position: absolute;
	top: 1.3rem;
	left: 1rem;
	font-size: 0.5rem;
	font-family: 'PM';
	line-height: 0.65rem;
	color: #fff;
	letter-spacing: 1px;
	opacity: 0;
	transform: translateY(1rem);
}
.config_main.into .config_main_title{
	opacity: 1;
	transform: translateY(0rem);
	transition: all 1s;
}
.config_main_num{
	position: absolute;
	width: calc(100% - 1.7rem);
	left: 1rem;
	bottom: 0rem;
	opacity: 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.config_main_num.active{
	bottom: 0.8rem;
	opacity: 1;
	transition: all 1s;
}
.cmn_min_t{
	font-size: 0.21rem;
    line-height: 0.25rem;
    font-weight: 300;
    height: 0.4rem;
	opacity: 0.7;
}
.cmn_num_i{
	display: flex;
	align-items: flex-end;
	margin-top: 0.5rem;
}
.cmn_num_i img{
	width: 0.42rem;
	margin-bottom: 0.1rem;
}
.cmn_num_i .cmn_min_num{
	margin-left: 0.1rem;
}
.cmn_num_i .cmn_u{
	font-size: 0.6rem;
	line-height: 0.7rem;
	margin-left: 0.1rem;
	font-family: 'Montserrat-Bold';
}



.color_change{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.color_bk_list{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.color_bk_list img{
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	object-fit: cover;
	opacity: 0;
	transition: all .5s;
}
.color_bk_list img:nth-of-type(1){
	position: relative;
}
.color_bk_list img.active{
	opacity: 1;
}
.color_title{
	position: absolute;
	top: 1.3rem;
	left: 1rem;
	color: #fff;
}
.color_title div:nth-of-type(1){
	font-size: 0.2rem;
}
.color_title div:nth-of-type(2){
	font-size: 0.5rem;
	margin-top: 0.1rem;
	line-height: 1.2;
	font-family: 'PM';
}
.color_btn_list{
	position: absolute;
	bottom: 0.8rem;
	left: 1rem;
	width: calc(100% - 2rem);
	display: flex;
	justify-content: space-between;
}
.color_change .btn_style_1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.7rem;
	height: 0.75rem;
	line-height: 0.75rem;
	font-size: 0.18rem;
}
.cbl_left{
	display: flex;
}
.cbll_min{
	position: relative;
	margin: 0 0.15rem;
	cursor: pointer;
}
.cbllm_c{
	padding: 3px;
	border-radius: 100%;
	border: 1px solid transparent;
	transition: all .5s;
}
.cbllm_c img{
	width: 0.4rem;
}
.cbllm_t{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.1rem;
	white-space: nowrap;
	color: #fff;
	transition: all .5s;
	opacity: 0;
}
.cbll_min.active .cbllm_t{
	opacity: 1;
}
.cbll_min.active .cbllm_c1{
	border: 1px solid rgb(0,0,0,0.5);
}
.cbll_min.active .cbllm_c2{
	border: 1px solid rgb(0,0,0,0.5);
}
.cbll_min.active .cbllm_c3{
	border: 1px solid rgb(0,0,0,0.5);
}

.btn_style_1{
	color: #fff;
}
@media (min-width: 768px){
	.btn_style_1:hover span{
		color: #fff;
	}
}

.btn_style_1{
	background-color: rgba(0, 0, 0, 0.8);
}
.btn_style_1::after{
	background-color: rgb(58,174,176);
}
.icon_720{
	width: 0.35rem;
	position: relative;
}
.icon_720 img{
	width: 100%;
}
.icon_720_1{
	transition: all .5s;
}
.icon_720_2{
	/* position: absolute; */
	left: 0;
	top: 0;
	/* opacity: 0; */
	transition: all .3s;
}
@media (min-width: 768px){
	.btn_style_1:hover .icon_720_2{
		opacity: 1;
	}
	.btn_style_1:hover .icon_720_1{
		opacity: 0;
	}
}




/* 2024 7 15 */
.country_jump{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.3rem 0;
	font-family: 'PM';
	background-color: #edeef0;
}
.country_t1{
	font-size: 0.45rem;
	font-weight: bold;
}
.country_t2{
	font-size: 0.16rem;
	margin-top: 0.2rem;
}
.country_my{
	background-color: rgb(63, 64, 68);
	color: #fff;
	margin-top: 0.8rem;
	cursor: pointer;
}
.country_my span{
	margin-left: 0;
	margin: 0.28rem 0.8rem;
	font-size: 0.18rem;
}
.country_t3{
	margin-top: 0.8rem;
	font-size: 0.22rem;
	font-weight: bold;
}
.country_list{
	display: flex;
	margin-top: 0.5rem;
}
.country_min{
	display: flex;
	align-items: center;
	margin: 0 0.4rem;
	font-size: 0.16rem;
	cursor: pointer;
	position: relative;
	padding-bottom: 0.1rem;
}
.country_min img{
	margin-left: 0.1rem;
	width: 0.12rem;
	opacity: 0;
	transition: all 1s;
}
@media (min-width: 768px){
	.country_min:hover img{
		opacity: 1;
	}
}

.country_jump .btn_s1::after{
	background-color: #444;
	height: 2px;
}


@media (max-width: 767px){
	.country_jump{
		padding: 1rem 0.5rem;
	}
	.country_t1{
		font-size: 0.36rem;
	}
	.country_t2{
		font-size: 0.2rem;
		line-height: 0.3rem;
		text-align: center;
	}
	.country_list{
		flex-wrap: wrap;
	}
	.country_my{
		font-size: 0.18rem;
	}
	.country_my span{
		margin: 0.3rem 0.5rem;
	}
	.country_min{
		margin: 0;
		width: 30%;
		justify-content: space-between;
	}
	
	
	
}

@media (max-width: 767px){
	.kv_b1{
		width: 4.4rem;
		font-size: 0.24rem;
		line-height: 0.8rem;
		height: 0.8rem;
	}
	.icon_720{
		width: 0.5rem;
	}
	
	
	.video_control_btn{
		right: 0.5rem;
	}
	.video_control_btn img{
		width: 0.9rem;
	}
	.config_main_title{
		left: 0.5rem;
		top: 2rem;
	}
	.config_main_num{
		bottom: 1.5rem !important;
		left: 0.5rem;
		flex-direction: column;
		/* bottom: 1rem; */
	}
	.cmn_min_t{
		font-size: 0.24rem;
		height: auto;
	}
	.cmn_min_num{
		margin-top: 0.2rem;
	}
	.cmn_min{
		margin-top: 0.6rem;
	}
	.cmn_min:nth-of-type(1){
		margin-top: 0rem;
	}
	.usi_change_tab{
		top: 4.6rem;
		/* bottom: 5.5rem; */
		right: auto;
		left: 0.5rem;
		width: calc(100% - 1rem);
	}
	.usi_change_tab div{
		width: 48%;
		height: 0.8rem;
	}
	.usi_change_tab div img{
		width: 1.1rem;
	}
	.usi_change_tab div span{
		font-size: 0.28rem;
	}
	
	.color_title{
		left: 0.5rem;
		top: 2rem;
	}
	.cbl_left{
		width: 100%;
		justify-content: center;
	}
	.cbl_right{
		display: none;
	}
	.color_title div:nth-of-type(1){
		font-size: 0.26rem;
	}
	.color_title div:nth-of-type(2) {
	    margin-top: 0.2rem;
		font-size: 0.4rem;
		line-height: 0.6rem;
		font-weight: bold;
	}
	.color_btn_list{
		bottom: 2rem;
	}
	.cbllm_t{
		bottom: -0.5rem;
		font-size: 0.22rem;
	}
	.cbll_min{
		margin: 0 0.25rem;
	}
	.cbllm_c img{
		width: 0.5rem;
	}
	
	
	.ms_title{
		flex-direction: column;
	}
	.mst_line_2{
		margin-top: 2rem;
		font-size: 0.41rem;
		font-weight: bold;
	}
	.mouse_swiper .swiper-pagination-progress{
		bottom: -0.8rem;
		left: 0;
	}
	
	
	.hcp_text, .htmb_2{
		color: rgba(255, 255, 255, 0.4);
	}
	
	
	.explore_pop{
		flex-direction: column;
		padding: 0 0.5rem;
		align-items: flex-end;
	}
	.sw_explore{
		overflow: hidden;
	}
	
	
	.color_360_mb{
		position: absolute;
		top: 33%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 1rem;
	}
	.color_360_mb img{
		width: 100%;
	}
	
}


/* 2024 08 08  新增样式*/
.unit_s1{
	padding: 0;
	position: relative;
	background: #6a7e88;
}
.unit_s2 {
	position: relative;
	background-color: rgb(17, 17, 17);
}
.unit_safe{
  padding-top: 0rem;
}
.uns_t1{
	text-align: center;
	font-size: 0.18rem;
	font-weight: 300;
	color: #fff;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.uns_t2{
	text-align: center;
	font-family: "PM";
	font-size: 0.44rem;
	line-height: 0.6rem;
	letter-spacing: 0.01rem;
	font-weight: 700;
	color: #fff;
	margin-top: 0.2rem;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .2s;
}
.uns_t3{
	font-size: 0.2rem;
	font-weight: 300;
	color: #fff;
	margin-top: 0.2rem;
	text-align: center;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .4s;
}
.uns_t_all.into .uns_t1{
	transform: translateY(0rem);
	opacity: .5;
}
.uns_t_all.into .uns_t2{
	transform: translateY(0rem);
	opacity: 1;
}
.uns_t_all.into .uns_t3{
	transform: translateY(0rem);
	opacity: 1;
}
.unit_zoom_i{
	width: 100%;
}
.unit_zoom_i img{
	transform: scale(0.8);
	transition: all 1s;
	width: 100%;
}
.unit_zoom_i.into img{
	transform: scale(1);
}
.swiper_heng{
	width: 100%;
	margin-top: -4.8rem;
	padding-top: 2rem;
	background: linear-gradient(
		to bottom,
		rgba(168,178,185,0) 0%,
		rgba(168,178,185,1) 40%,
		rgba(168,178,185,1) 100%
	);
	position: relative;
	z-index: 1;
}
.sw_pn_btn{
	display: flex;
	align-items: center;
	padding: 0.6rem 1rem 0.3rem;
	justify-content: flex-end;
}
.sw_pn_btn div{
	height: 0.5rem;
	width: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.4;
	transition: all .5s;
	cursor: pointer;
}
.sw_pn_btn div img{
	width: 0.35rem;
}
.sw_pn_btn div:hover{
	opacity: 0.7;
}
.swiper_heng .swiper-container{
	overflow: initial;
	margin-left: 1.9rem;
	width: 75%;
}
.swiper_heng .swiper-container .swiper-slide{
	display: flex;
}
.swiper_heng .swiper-container .swiper-slide img{
	border-radius: 5px;
	width: 55%;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.swiper_heng.into .swiper-container .swiper-slide img{
	transform: translateY(0rem);
	opacity: 1;
}

.swiper_heng .swiper-container .swiper-slide .swh_text{
	width: 45%;
	padding: 0.5rem;
}
.swh_t1{
	font-size: 0.42rem;
	color: rgb(251, 251, 251);
	font-weight: bold;
	line-height: 1.2;
	transform: translateX(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .2s;
  font-family: "PM";
}
.swh_t2{
	font-size: 0.2rem;
	color: rgb(255, 255, 255);
	margin-top: 0.2rem;
	transform: translateX(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .4s;
}
.swiper_heng.into .swh_t1{
	transform: translateX(0rem);
	opacity: 1;
}
.swiper_heng.into .swh_t2{
	transform: translateX(0rem);
	opacity: 1;
}
 
.swh_page{
	display: flex;
	justify-content: flex-end;
	padding: 0 1rem;
	margin-top: 0.4rem;
}
.swh_page .swiper-pagination-bullet{
	background-color: rgb(98 103 107);
	margin: 0 0.08rem;
	opacity: 0.5;
	transition: all .5s;
}
.swh_page .swiper-pagination-bullet-active{
	background-color: #3aaeb0;
	width: 0.2rem;
	border-radius: 50px;
	opacity: 1;
}

.usi_top{
	position: relative;
	background-color: #6a7e88;
}
.usi_top_1{
	background-color: rgba(168,178,185,1);
}
.usi_top img{
	width: 100%;
}
.usi_text{
	top: 1.5rem;
	position: absolute;
	text-align: center;
	width: 100%;
}
.usi_text_1{
	top: 1.4rem;
	left: 1rem;
}
.usi_text_1 .uns_t1,
.usi_text_1 .uns_t2,
.usi_text_1 .uns_t3{
	text-align: left;
}


.swiper_hua{
	width: 100%;
	padding: 1.5rem 1.9rem 0.5rem;
	background: linear-gradient(
		to bottom,
		rgba(168,178,185,0) 0%,
		rgba(168,178,185,1) 30%,
		rgba(168,178,185,1) 50%,
		rgba(123,139,149,1) 100%
	);
	margin-top: -3.8rem;
	position: relative;
	z-index: 1;
}
.swiper_hua_2{
	background: linear-gradient(
		to bottom,
		rgba(168,178,185,0) 0%,
		rgba(168,178,185,1) 25%,
		rgba(168,178,185,1) 50%,
		rgba(168,178,185,1) 100%
	);
	padding: 1.5rem 1.9rem 1.3rem;
}
.swiper_hua .swiper-container{
	overflow: initial;
}
.swiper_hua .swiper-container .swiper-slide{
	border-radius: 6px;
	overflow: hidden;
}
.swiper_hua .swiper-container .swiper-slide .swh_bk{
	width: 100%;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .2s;
	position: relative;
	z-index: 0;
}
.swiper_hua .swiper-container .swiper-slide .swh_mask{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(37, 41, 51, 0.5);
	z-index: 1;
	opacity: 0;
	transition: all .3s;
}
.swiper_hua .swiper-container .swiper-slide .swh_mask.active{
	opacity: 1;
}
.swiper_hua.into .swiper-container .swiper-slide .swh_bk{
	transform: translate(0rem);
	opacity: 1;
}
.swc_text{
	position: absolute;
	left: 0.5rem;
	bottom: 0.5rem;
	z-index: 2;
	
}
.swc_t1{
	font-size: 0.33rem;
	color: #fff;
	font-weight: bold;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .4s;
  letter-spacing: 0;
  font-family: "PM";
}
.swc_t2{
	font-size: 0.16rem;
	color: #fff;
	opacity: 0.7;
	margin: 0.1rem 0;
	transition: all .5s;
	overflow: hidden;
}
.swiper_hua.into .swc_t1{
	transform: translate(0rem);
	opacity: 1;
}

.swc_btn{
	display: flex;
	align-items: center;
	cursor: pointer;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: .6s;
}
.swiper_hua.into .swc_btn{
	transform: translate(0rem);
	opacity: 1;
}
.swc_btn img{
	width: 0.15rem;
	transition: all .5s;
}
.swc_btn div{
	color: #fff;
	opacity: 0.7;
	font-size: 0.16rem;
	margin-left: 0.15rem;
}
.swc_text.close .swc_t2{
	height: 0 !important;
}
.swc_text.close .swc_btn img{
	transform: rotate(180deg);
}


.unit_iv{
	width: 100%;
	padding: 0.5rem 1rem 2rem;
	position: relative;
}
.unit_iv .unit_i{
	width: 83%;
	transform: translateY(1.5rem);
	opacity: 0;
	transition: all 1s;
}
.unit_iv .unit_i.into{
	transform: translateY(0rem);
	opacity: 1;
}
.unit_iv .unit_v{
	position: absolute;
	bottom: -3rem;
	right: 1rem;
	width: 32%;
	border-radius: 6px;
	overflow: hidden;
	opacity: 0;
	transition: bottom 1s, opacity 1s;
}
.unit_iv .unit_v.into{
	bottom: -1rem;
	opacity: 1;
}
.unit_iv .unit_v video{
	width: 100%;
}
.unit_v_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
	top: 0;
}
.unit_iv .unit_v_btn{
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
	opacity: 0.5;
	transition: all .3s;
	z-index: 2;
}
.unit_v_btn img{
	width: 0.5rem;
	cursor: pointer;
	opacity: 0;
}
.unit_v_btn img.v1{
	position: absolute;
	top: 0;
	left: 0;
}
.unit_v_btn img.active{
	opacity: 1;
}
.unit_iv .unit_v_btn:hover{
	opacity: 1;
}
.unit_iv_all{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: .5s;
	z-index: 5;
}
.unit_v:hover .unit_iv_all{
	opacity: 1;
}
.usi_zoom_i{
	opacity: 0.3;
}
.cabin_zoom.into .usi_zoom_i{
	opacity: 1;
	transition: all 2s;
}


.charging_box{
	position: relative;
	padding: 0.8rem 1.9rem 0rem;
	background: linear-gradient(
		to bottom,
		rgba(168,178,185,1) 0%,
		rgba(123,139,149,1) 100%
	);
}
.charging_title{
	color: #fff;
	font-size: 0.2rem;
}
.charging_list{
	display: flex;
	margin-top: 0.8rem;
	justify-content: space-between;
}
.charging_l_min{
	width: 49.5%;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.charging_l_min img{
	width: 100%;
}
.charging_text{
	position: absolute;
	top: 12%;
	left: 0.5rem;
	display: flex;
	color: #fff;
	width: calc(100% - 1rem);
}
.cht_min{
	width: 50%;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.cht_t1{
	font-size: 0.2rem;
}
.cht_t2{
	font-size: 0.8rem;
	font-family: "PM";
	margin-top: 0.15rem;
	font-weight: bold;
}

.charging_l_min img{
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.time_1 .charging_l_min_left img{
	transform: translateY(0rem);
	opacity: 1;
}
.time_2 .charging_l_min img{
	transform: translateY(0rem);
	opacity: 1;
	border-radius: 8px;
}
.text_1 .charging_l_min .cht_min_1,
.text_2 .charging_l_min .cht_min_2,
.text_3 .charging_l_min .cht_min_3,
.text_4 .charging_l_min .cht_min_4{
	transform: translateY(0rem);
	opacity: 1;
}
.charging_l_min_left{
	transition: all 1s;
}
.charging_l_min_right{
	transition: all .7s;
}

.second_nav_list div.active{
	color: #3aaeb0;
}
@media (min-width: 768px){
	.second_nav_list div:hover{
		color: #3aaeb0;
	}
}


@media (max-width: 767px){
	.mf_text_left{
		position: absolute;
		left: 0.8rem;
		top: 1rem;
		height: calc(100vh - 3.5rem);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		transition: all 1s;
	}
	.mtl_t2, .mtl_t3, .mtl_t4{
		font-size: 0.52rem;
		font-weight: bold;
	}
	.usi_text_mb{
		position: relative;
		text-align: center;
		width: 100%;
		top: auto;
		left: auto;
	}
	.uns_t2{
		font-size: 0.48rem;
		font-weight: bold;
	}
	.usi_text_ns{
		position: relative;
		text-align: center;
		width: 100%;
		top: auto;
		left: auto;
		padding: 0rem 0 1.5rem;
		/* margin-top: -1.5rem; */
	}
	.usi_text_ns_i{
		margin-top: -1.9rem;
	}
	.exterior_mb_ns{
		background-color: #a0a9b0;
	}
	.ext_sw_t2_t{
		color: #fff;
	}
	.ext_sw_t3_d{
		color: rgba(255, 255, 255.0,8);
		height: 2.5rem;
	}
	.usi_zoom_i{
		opacity: 1;
	}
	.uns_t1{
		color: #fff;
		font-size: 0.2rem;
		font-weight: normal;
	}
	.mouse_swiper .swiper-container{
		width: 95%;
	}
	.mstl_1{
		color: #fff;
	}
	.usi_top{
		background-color: #a0a9b0;
	}
	.charging_box{
		background: #a0a9b0;
		padding: 0;
		top: 2rem;
	}
	.charging_list{
		display: block;
	}
	.charging_l_min{
		width: 100%;
		margin-top: 1.5rem;
	}
	.charging_l_min_right{
		margin-bottom: 1rem;
	}
	.time_2 .charging_l_min img{
		border-radius: 0rem;
	}
	.charging_text{
		top: -17%;
		left: 0.3rem;
	}
	.charging_title{
		font-size: 0.33rem;
		font-weight: bold;
	}
	.cmn_num_i{
		margin-top: 0rem;
	}
	.uns_t3{
		font-size: 0.24rem;
  		font-weight: normal;
	}
	.cht_t2{
		font-size: 0.7rem;
	}
	html{
		overflow-x: hidden;
	}
	.tab_txt2{
		margin-left: -0.015rem;
	}
	.design-unt{
		margin-top: -1rem;
	}
	.banner{
		position: relative;
	}
	.config_main{
		position: relative;
	}
	.banner_swiper .swiper-slide .kv_img{
		margin-top: 0 !important;
	}
}
