* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

html {
  font-size: 52px;
}

body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  color: #444444;
  font-size: 14px;
  font-weight: normal;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}


.footer-t{
	height: 120vh;
	width: 100%;
	background-color: #008000;
}

/* banner */
.banner_pc{
	width: 100%;
	height: 100vh;
	position: relative;
    background: #000;    
}
.banner_pc .banner_i{
width: 100%;
	height: 100vh;
	object-fit: cover;
    font-family: "object-fit:cover";
    opacity: 0;
    transform: scale(1.3);
}
.banner_title_img{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%,0);
    opacity: 0;
}
.banner_title_img img{
	width: 4.6rem;
}
.banner_btn_group{
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translate(-50%,0);
	display: flex;
	width: 6rem;
	justify-content: space-between;
    opacity: 0;
}
.banner_pc.into .banner_i,.banner_pc.into .banner_btn_group{
    opacity: 1;
    transition: all 1s;
}
.banner_pc.into.titleT .banner_title_img{
    top: 16%;
    transition: all 1s;
    opacity: 1;
}
.banner_pc.into .banner_i{
    transform: scale(1);
    transition: all 1s;
}

.banner_btn_group div,.banner_btn_group a{
	width: 2.8rem;
	height: 0.53rem;
	line-height: 0.55rem;
	/* border: 1px solid #fff; */
    box-shadow: inset 0 0 0 1px #ffffff;
	position: relative;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 0.16rem;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qjgc_btn img{
    width: 0.2rem;
    margin-right: 0.15rem;
}
.banner_btn_group div:nth-of-type(2){
	color: #000;
}


.video_box_pc{
	width: 100%;
	height: 200vh;
	position: relative;
}
.video_pc{
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	background-color: #000000;
}

/* 颜色 */
.color_list_mb{
    position: relative;
}
.color_box_pc{
    height: 200vh;
    position: relative;
}
.color_list_pc{
	position: sticky;
    top: 0;
	width: 100%;
	height: 100vh;
}
.color_img_list{
	position: relative;
}
.color_img_list .img_height_change{
	position: absolute;
	top: 0rem;
	height: 100vh;
	width: 100%;
	object-fit: cover;
    font-family: "object-fit:cover";
	transition: all 1s;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.color_img_list .img_height_change.C_active{
	height: 0vh;
}
.color_img_list .img_height_change img:nth-of-type(1){
	width: 100%;
	height: 100vh;
	object-fit: cover;
    font-family: "object-fit:cover";
    /* transition: all .5s; */
}
.color_img_list .img_height_change.C_active img:nth-of-type(1){
    
}
.height150{
    height: 100vh !important;
}
.color_img_list .img_height_change img:nth-of-type(2){
	/* width: 12rem; */
	position: absolute;
	top: 18vh;
    height: 71vh;
    width: auto;
}
.color_img_list .img_height_change:nth-of-type(1){
	z-index: 5;
}
.color_img_list .img_height_change:nth-of-type(2){
	z-index: 4;
}
.color_img_list .img_height_change:nth-of-type(3){
	z-index: 3;
}
.color_img_list .img_height_change:nth-of-type(4){
	z-index: 2;
}
.color_img_list .img_height_change:nth-of-type(5){
	z-index: 1;
}
.color_img_list .img_height_change:nth-of-type(6){
	z-index: 0;
}
.color_button_change{
	position: absolute;
	z-index: 5;
	bottom: 19vh;
	left: 50%;
	transform: translate(-50%, 0%);
	right: 1rem;
	display: flex;
	justify-content: center;
    align-items: center;
    height: 1rem;
}
.color_min_tip{
	display: flex;
	align-items: center;
    justify-content: center;
    cursor: pointer;
}
.color_min_tip .min_border_box{
	width: 0.2rem;
	height: 0.2rem;
	position: relative;
    margin: 0 0.15rem;
	transition: all .5s;
}
.color_active .min_border_box{
	width: 1rem;
	height: 0.35rem;
}
.min_cicle{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	border-radius: 50px;
	transition: all .5s;
	cursor: pointer;
}
.color_active .min_cicle{
	transform: translate(-50%,-50%) scale(1);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.color_min_tip .min_cicle .color_p{
	display: none;
    font-size: 13px;
    font-weight: 300;
}
.color_active .min_cicle .color_p{
	display: block;
	text-align: center;
	white-space: nowrap;
}
.color_min_tip:nth-of-type(1) .min_cicle{
    background-color: #9e9e9e;
    color: #fff;
}
.color_min_tip:nth-of-type(2) .min_cicle{
    background-color: #000000;
    color: #fff;
}
.color_min_tip:nth-of-type(3) .min_cicle{
    background-color: #5f6a7b;
    color: #fff;
}
.color_min_tip:nth-of-type(4) .min_cicle{
    background-color: #f6f6f6;
    color: #333;
}
/* .color_min_tip:nth-of-type(5) .min_cicle{
    background-color: #51433a;
    color: #fff;
} */
.color_min_tip:nth-of-type(5) .min_cicle{
    background-color: #6f1911;
    color: #fff;
}
.color_min_tip:nth-of-type(1).color_active .min_cicle{
    background-color: #9e9e9e;
}
.color_min_tip:nth-of-type(2).color_active .min_cicle{
    background-color: #000000;
}
.color_min_tip:nth-of-type(3).color_active .min_cicle{
    background-color: #5f6a7b;
}
.color_min_tip:nth-of-type(4).color_active .min_cicle{
    background-color: #f6f6f6;
}
/* .color_min_tip:nth-of-type(5).color_active .min_cicle{
    background-color: #51433a;
} */
.color_min_tip:nth-of-type(5).color_active .min_cicle{
    background-color: #6f1911;
}
.color_name{
	color: #FFFFFF;
	transition: all 1s;
    opacity: 0.3;
    font-size: 0.2rem;
}
.color_min_tip:nth-of-type(1).color_active .color_name{
    color: #eaecef;
    opacity: 1;
}
.color_min_tip:nth-of-type(2).color_active .color_name{
    color: #eae6ff;
    opacity: 1;
}
.color_min_tip:nth-of-type(3).color_active .color_name{
	color: #fff;
    opacity: 1;
}
.color_min_tip:nth-of-type(4).color_active .color_name{
    color: #fff8f8;
    opacity: 1;
}
.color_active .color_name{
	opacity: .7;
}
.color_top_text{
    position: absolute;
    top: 15vh;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
}
/* .color_top_text div:nth-of-type(1){
    font-size: .2rem;
} */
.color_top_text div:nth-of-type(1){
    font-size: 0.35rem;
    letter-spacing: 4px;
	font-weight: bold;
}
.color_top_text div:nth-of-type(2){
    font-size: 0.2rem;
	margin-top: 0.15rem;
}
.color_bottom_text{
    position: absolute;
    /* bottom: 1rem; */
    bottom: 10vh;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.color_bottom_text .color_min_t{
    font-size: 0.2rem;
    letter-spacing: 3px;
}
.color_bottom_text .color_btn{
    width: 3rem;
    height: 0.58rem;
    font-size: .18rem;
    line-height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-top: 0.39rem;
    /* transition: all .3s; */
    background-color: transparent;
    /* border: 0.01rem solid rgba(255,255,255,0.8); */
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.8);
    color: #fff;
}
/* .color_bottom_text .color_btn:hover{
    border: 0.01rem solid rgba(255,255,255,1);
}
.color_bottom_text .color_btn::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #fff;
    transform: scale(0,1);
}
.color_bottom_text .color_btn:hover::after{
    transform: scale(1,1);
} */

/* 缩放 */
.zoom_box_pc{
	width: 100%;
	height: 200vh;
	position: relative;
}
.zoom_box_2{
    height: 200vh;
}
.zoom_content{
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
	transform: scale(0.67);
	transition: all .05s;
}
.zoom_box_2 .zoom_content{
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
	transform: scale(1);
	transition: all .05s;
}
.zoom_box_2 .zoom_content video{
	height: 100vh;
	width: 100%;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.video_dark_img{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: all .6s ease-in-out;
}
.video_dark_img.active_v{
    opacity: 1;
}

.zoom_content img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.zoom_text_list{
	position: absolute;
	bottom: 0rem;
	opacity: 0;
	left: 1rem;
    transition: all .6s ease-in-out;
}
.zoom_text_list .zoom_l_title{
	font-size: 0.9rem;
	letter-spacing: 3px;
    font-weight: 800;
	margin-bottom: 0.4rem;
	/* color: rgba(255,255,255,0.3); */
    color: #fff;
    line-height: 1.4rem;
}
.zoom_box_2 .zoom_text_list{
	transition: all .6s ease-in-out;
	opacity: 0;
	width: 100%;
}
.zoom_text_list.z_active{
	bottom: 1.5rem;
	opacity: 1;
    z-index: 2;
}
.zoom_text_list .zoom_l_detail{
	margin-top: 0.16rem;
	font-size: 0.18rem;
	text-align: center;
	letter-spacing: 2px;
    line-height: .33rem;
    color: rgba(255,255,255,1);
    font-weight: 300;
}
.zoom_active{
    bottom: 0.8rem;
    opacity: 1;
}
.zoom_box_2 .bottom_btn{
	width: 1.6rem;
	height: 0.5rem;
	display: flex;
	position: absolute;
	bottom: 0.5rem;
	right: 0.7rem;
	align-items: center;
	justify-content: space-between;
	font-size: 0.18rem;
	color: #fff;
	cursor: pointer;
	opacity: 0.6;
    z-index: 2;
}
.zoom_box_2 .bottom_btn:hover{
	opacity: 1;
}
.zoom_box_2 .bottom_btn img{
	width: 0.25rem;
	height: 0.25rem;
}
.zoom_l_detail_num{
	display: flex;
}
.zoom_l_detail_num .min_number{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	margin-left: 1rem;
	/* width: 2.2rem; */
}
.zoom_l_detail_num .min_number:nth-of-type(2){
	/* width: 3rem; */
}
.zoom_l_detail_num .min_number:nth-of-type(1){
	margin-left: 0rem;
    width: 2.9rem;
}
.zoom_l_detail_num .min_number::after{
	content: '';
	display: block;
	background-color: rgba(255,255,255,0.3);
	width: 1px;
	height: 0.9rem;
	position: absolute;
	top: 0;
	right: -0.5rem;
}
.zoom_l_detail_num .min_number:nth-last-of-type(1)::after{
	width: 0px;
}
.zoom_l_detail_num .min_number .m_f_t_s{
	font-size: 0.3rem;
	display: flex;
	font-weight: bold;
    width: 100%;
    height: 0.4rem;
    white-space: nowrap;
}
.zoom_l_detail_num .min_number .m_f_d_s{
	font-size: 0.2rem;
	margin-top: 0.15rem;
	color: rgba(255,255,255,0.6);
	font-weight: normal;
}
.m_shu{
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
	font-size: .13rem;
	font-weight: 200;
}


/* swiper */
.outer_box{
	position: relative;
	height: 200vh;
}
.clip_swiper_box{
	height: 100vh;
	margin: 0rem 10vw;
	padding: 8vh 0 5vh;
	position: sticky;
	top: 0;
}
.title_top{
    margin-top: 2vh;
	height: 7vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title_top.title_top_3{
    height: auto;
    justify-content: flex-end;
    padding: 1rem 0.5rem 0;
    
}
.title_top div{
	padding: 0.25rem 0.3rem;
	font-size: 0.24rem;
	border-bottom: 1px solid #000;
	cursor: pointer;
	position: relative;
	color: rgba(0,0,0,.3);
    font-weight: normal;
}
.title_top_3 div{
    font-weight: normal;
    font-size: 0.22rem;
}
.title_top_2 div:nth-of-type(2){
	padding: 0.25rem 0.43rem;
}
.title_top div:nth-of-type(1):after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000000;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: all .6s ease-in-out;
	margin-left: 100%;
}
.title_top div.acitve_c{
	color: #000000;
}
.title_top div:nth-of-type(1).acitve_c:after{
	margin-left: 0%;
}
.clip_swiper_all{
	margin-top: 4vh;
	height: 78vh;
}
.clip_swiper_all .swiper-slide{
	display: flex;
}
.clip_swiper_all .swiper-slide .c_left_box,.clip_swiper_all .swiper-slide .c_right_box{
	width: 55%;
	background-color: #fff;
	position: relative;
}
.clip_swiper_all .swiper-slide .c_left_box{
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.clip_swiper_all .swiper-slide .c_right_box{
	margin-left: -9%;
	clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.clip_swiper_all .swiper-slide .s_bk_img{
	width: 100%;
    height: 100%;
	object-fit: cover;
    font-family: "object-fit:cover";
	transition: all .6s ease-in-out;
    cursor: none;
}
.clip_swiper_all .swiper-slide .s_bk_img:hover{
	transform: scale(1.1);
}
.clip_swiper_all .swiper-slide .mouse_move{
	position: absolute;
	top: 0;
	left: 0;
	width: 0.7rem;
	z-index: 1;
}
.mouse_move{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	transform: scale(0);
	z-index: 2000;
	pointer-events:none;
	transition: transform .1s ease-in-out;
}
.mouse_move.active_m{
	transform: scale(1);
}
.swiper-slide.slide-bar{
	display: flex;
	justify-content: space-between;
}
.c_bar_type{
	width: 32%;
	overflow: hidden;
    position: relative;
}
.c_bar_type img{
	height: 100%;
	width: 100%;
	object-fit: cover;
    font-family: "object-fit:cover";
	transition: all .6s ease-in-out;
    cursor: none;
}
.c_bar_type:nth-child(odd){
	margin: 3% 0% 0%;
}
.c_bar_type:nth-child(even){
	margin: 0% 0% 3%;
}
.c_bar_type img:hover{
	transform: scale(1.2);
}
.clip_min_text{
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translate(-50%,0%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.25rem;
	color: #fff;
	pointer-events: none;
}
#c_left_box .clip_min_text{
    left: 43%;
}

.clip_min_text img{
	width: 0.15rem;
	margin-left: 0.35rem;
}

/* 超豪华设计重新调整 */
.clip_swiper_box_v2 .title_top{
    margin-top: 2vh;
}
.clip_swiper_box_v2 .clip_swiper_all{
    margin-top: 6vh;
    height: 70vh;
}


/* clip 内小swiper */
.min_tab_alls{
	width: 100%;
}
.min_tab_alls .swiper-slide{
	display: flex;
	justify-content: center;
}
.min_tab_alls .swiper-slide img{
	width: 100%;
	height: 62vh;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.min_tab_alls .swiper-slide video{
	width: 100%;
	height: 62vh;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.clip_swiper_all .slide-swiper{
	display: flex;
	flex-direction: column;
}
.min_tab_tabs{
	margin-top: 0.1rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 7vh;
	line-height: 7vh;
	/* border-bottom: 1px solid #2e2f30; */
    box-shadow: inset 0px -1.5px 0px -1px #2e2f30;
}
.min_tab_tabs div{
	padding: 0 0.2rem;
	cursor: pointer;
	font-size: 0.2rem;
	color: rgba(0,0,0,.35);
}
.clip_swiper_2 .min_tab_tabs div{
	width: 50%;
	display: flex;
	justify-content: center;
}
.min_tab_tabs .acitve_d{
	border-bottom: 2px solid #2e2f30;
	color: #000000;
}
.min_tab_detail{
	margin-left: 10%;
	margin-top: 2vh;
	width: 80%;
	position: relative;
    height: 6vh;
}
.min_tab_detail div{
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all .8s ease-in-out;
	font-size: 0.19rem;
	word-break: break-all;
	height: 6vh;
	text-align: center;
}
.min_tab_detail .acitve_d{
	opacity: 1;
}
.double_img_list{
	height: 100vh;
	position: sticky;
	top: 0;
	display: flex;
	padding: 13vh 10vw;
	justify-content: space-between;
}
.double_img_list .d_i_box{
	position: relative;
	background-color: #117A8B;
	width: 49%;
}
.double_img_list .d_i_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.double_img_list .d_i_box .min_detail_list{
	position: absolute;
	bottom: 0rem;
    padding: 0 0.5rem;
    color: #fff;
    height: 1.5rem;
}
.double_img_list .d_i_box .min_detail_list div:nth-of-type(1){
	font-size: 0.25rem;
}
.double_img_list .d_i_box .min_detail_list div:nth-of-type(2){
	font-size: 0.18rem;
	margin-top: 0.13rem;
    line-height: 0.3rem;
    letter-spacing: 1px;
    opacity: .9;
    font-weight: 300;
}

/* 超好玩 */
.single_title{
	text-align: center;
	font-size: 0.3rem;
	height: 8vh;
	line-height: 11vh;
	font-weight: normal;
	color: #1c1c1c;
}
.zoom_4_detail{
	height: 100vh;
	position: sticky;
	top: 0;
	padding: 8vh 10vw 3vh;
}
.zoom_4_detail .min_tab_alls{
	margin-top: 3vh;
}

/* 参数配置 */
.config_box{
	position: sticky;
	top: 0;
	display: flex;
	justify-content: center;
}
.config_box .config_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.config_text_group{
    position: absolute;
    bottom: 1rem;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .6s ease-in-out;
    opacity: 1;
}
/* .config_text_group.config_active{
    bottom: 1rem;
    opacity: 1;
} */
.config_min_title{
    font-size: 0.36rem;
    letter-spacing: 4px;
    font-weight: bold;
    color: #fff;
    bottom: 17vh;
}
.config_min_img{
    width: 84%;
    bottom: 4vh;
}
.config_min_btn{
    width: 2.8rem;
    height: 0.58rem;
    line-height: 0.55rem;
    text-align: center;
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    font-size: 0.18rem;
    z-index: 0;
    cursor: pointer;
    bottom: 0vh;
}
.config_min_title.config_active{
    bottom: 27vh;
    transition: all .6s !important;
}
.config_min_img.config_active{
    bottom: 14vh;
    transition: all .6s !important;
}
.config_min_btn.config_active{
    bottom: 5vh;
    transition: all .6s !important;
}
.config_min_title,.config_min_img,.config_min_btn{
    position: absolute;

}

.p_a_box{
	position: absolute;
	left: 1.5rem;;
}
.config_title{
	font-size: 0.4rem;
	font-weight: bold;
}
.config_detail{
	margin: 0.6rem 0 1.2rem;
	display: flex;
	width: 80vh;
	flex-wrap: wrap;
}
.config_detail div{
	width: 40vh;
	flex-shrink: 0;
	font-size: 0.23rem;
	margin-top: 0.25rem;
	position: relative;
	padding-left: 0.25rem;
}
.config_detail div::after{
	content: '';
	background-color: #000;
	width: 0.08rem;
	height: 0.08rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%,-50%);
}
.config_btn{
	width: 2.8rem;
	height: 0.6rem;
	line-height: 0.55rem;
	text-align: center;
	border: 1px solid #000;
	font-size: 0.18rem;
	cursor: pointer;
    -webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
    z-index: 1;
    position: relative;
}
.config_btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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);
	border-radius: 2px;
	background: #1c1d22;
}
.config_btn:hover {
	color: #fff;
	border-color: #1c1d22;
}
.config_btn:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* 优惠政策 */
.car_policy_box{
	position: sticky;
	top: 0;
	height: 100vh;
    background-color: #ececec;
	display: flex;
	align-items: center;
    overflow: hidden;
}
.left_img{
    width: 50%;
}
.car_policy_box .left_img img{
    width: 100%;
	/* height: 100vh; */
    object-fit: cover;
}
.po_right_text{
	padding: 0 0.6rem;
	width: 50%;
}
.policy_title{
	font-size: 0.39rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
    letter-spacing: 1px;
    color: #3c3c3c;
    margin-top: .9rem;
}
/* .mai_policy_title{
	margin-bottom: 0.6rem;
    display: flex;
}
.mai_policy_title div:nth-of-type(1){
	font-size: 0.25rem;
	font-weight: bold;
    width: 1rem;
}
.mai_policy_title div:nth-of-type(2){
	font-size: 0.18rem;
	margin-top: 0.05rem;
    margin-left: 0.5rem;
    flex: 1;
}
.code_img{
	width: 1.5rem;
	margin: 0.2rem 0;
}
.code_remark{
	font-size: 0.18rem;
}
.polict_tip{
	margin-top: 0.2rem;
	color: #a1a1a1;
} */
.min_cp_1{
    margin-bottom: 0.2rem;
}
.min_cpm_t{
    border-bottom: 1px solid #d7d7d7;
    font-size: 0.26rem;
    height: 0.55rem;
    font-weight: 300;
    position: relative;
}
.min_cpm_t:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 0.8rem;
    height: 2px;
    background: #444;
}
.min_cpm_d{
    display: flex;
}
.min_cpm_d .min_cpm_d_i{
    width: 47.5%;
    margin-top: 0.05rem;
}
.min_cpm_d .min_cpm_d_i:nth-of-type(1){
    margin-right: 5%;
}
.min_cpm_d .min_cpm_d_i:nth-of-type(2){
    margin-right: 5%;
}
.min_cpm_d .min_cpm_d_i div{
    margin-top: 0.1rem;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.min_cpm_d .min_cpm_d_i div.ssup{
    display: block;
}
.min_cpm_d .min_cpm_d_i div img{
    width: 0.25rem;
    margin-left: 0.15rem;
}
.min_cpm_t span, .min_cpm_d .min_cpm_d_i div span, .min_cpm_d_lt span{
    font-weight: normal;
}
.min_cpm_t span{
    font-size: 0.25rem;
}
.min_cpm_t_3{
    width: 65%;
}
.min_cpm_d_li{
    width: 30%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.min_cpm_d_li img{
    width: 53%;
}
.min_cpm_d_li div{
    margin-top: 0.1rem;
    font-size: 12px;
    font-weight: 300;
}
.min_cpm_d_lt{
    width: 65%;
}
.min_cpm_d_lt div{
    margin-top: 0.1rem;
    font-size: 12px;
}
.polict_tip{
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 300;
}

.min_cpm_d_li_img{
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    
}
.min_cpm_d_li_img img{
    width: 1.3rem;
}
.min_cpm_d_li_img div{
    margin-right: 0.05rem;
}

/* 弹窗-视频 */
.popup-video{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	background-color: red;
	z-index: -1;
	transition: all .8s ease-in-out;
	opacity: 0;
}
.popup-video.show_pop{
	z-index: 1002;
	opacity: 1;
}
.popup-video video{
	height: 100vh;
	width: 100vw;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.shut_down_btn_v{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	/* background-color: red; */
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.6;
	cursor: pointer;
}
.shut_down_btn_v img{
	
}
.shut_down_btn_v:hover{
	opacity: 1;
}

/* 弹窗swiper */
.popup-swiper{
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: -1;
	transition: all .8s ease-in-out;
	opacity: 0;
    background: #fff;
    padding: 0 6%;
}
.popup-swiper.show_pop{
	z-index: 1001;
	opacity: 1;
    height: 100vh;
	width: 100%;
}
.popup-swiper .swiper-container{
	height: 80vh;
    width: 88%;
    margin-top: 10vh;
}
.popup-swiper .swiper-slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.popup-swiper .swiper-slide video{
	/* height: 100%; */
	width: 100%;
	/* object-fit: cover;
    font-family: "object-fit:cover"; */
}
.shut_down_btn_s{
	position: absolute;
	top: 10vh;
	right: 0.5rem;
	/* background-color: red; */
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.6;
	cursor: pointer;
	z-index: 1;
}
.shut_down_btn_s img{
	width: 0.45rem;
	height: 0.45rem;
}
.shut_down_btn_s:hover{
	opacity: 1;
}
.page_btn{
	position: absolute;
	bottom: 10vh;
    right: 6%;
	display: flex;
	z-index: 1;
	justify-content: space-between;
}
.page_btn div{
	width: 1rem;
	height: 1rem;
	background-color: rgba(0,0,0,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    position: relative;
}
.page_btn div:nth-of-type(1):after{
	width: 1px;
    height: 0.4rem;
    background: rgba(255,255,255,0.5);
    content: '';
    display: block;
    position: absolute;
    right: 0;
}
.page_btn div img{
	width: 0.2rem;
    opacity: 0.77;
}
.page_btn div:hover img{
    opacity: 1;
}
.popups_1,.popups_2,.popups_3,.popups_4,.popups_5{
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
	transition: all .8s ease-in-out;
}
.popups_1.show_pop,.popups_2.show_pop,.popups_3.show_pop,.popups_4.show_pop,.popups_5.show_pop{
	opacity: 1;
	z-index: 1;
}
.swiper-pagination-1,.swiper-pagination-2,.swiper-pagination-3,.swiper-pagination-4,.swiper-pagination-5{
    position: absolute;
    bottom: 5vh;
    z-index: 2;
    display: none;
    left: 50%;
    transform: translate(-50%, 0px);
}
.swiper-pagination-1.show_pop,.swiper-pagination-2.show_pop,.swiper-pagination-3.show_pop,.swiper-pagination-4.show_pop,.swiper-pagination-5.show_pop{
    display: block;
}
.swiper-pagination-bullets.show_pop span{
    width: 2rem;
    border-radius: 0%;
    height: 2px;
    margin-left: 0.5rem;
    border-bottom: 2px solid #363636;
    padding: 0.1rem 0;
}
.swiper-pagination-2.swiper-pagination-bullets.show_pop span{
    width: 1.4rem;
}
.swiper-pagination-bullets.show_pop spanA:nth-of-type(1){
    margin-left: 0rem;
}
.swiper-pagination-bullet,.swiper-pagination-bullet-active{
    background: transparent;
}
.pop_text_group{
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #fff;
}
.pop_text_group div:nth-of-type(1){
    font-size: 0.29rem;
    letter-spacing: 1px;
}
.pop_text_group div:nth-of-type(2){
    font-size: 0.16rem;
    margin-top: 0.1rem;
    opacity: .8;
    letter-spacing: 1px;
}





/* 按钮特效 */
.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	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);
}
.button--ujarak.button--round-s::before {
	border-radius: 2px;
}
.button--ujarak:hover {
	color: #000;
	border-color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button--ujarak-1 {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--ujarak-1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1c1d22;
	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);
}
.button--ujarak-1.button--round-s-1::before {
	border-radius: 2px;
}
.button--ujarak-1.button--inverted-1::before {
	background: #1c1d22;
}
.button--ujarak-1,.button--ujarak-1::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak-1:hover {
	color: #fff;
	border-color: #fff;
}
.button--ujarak-1.button--inverted:hover {
	color: #fff;
	border-color: #fff;
}
.button--ujarak-1:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}




.button_dark {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button_dark:hover {
	color: #000;
	border-color: #000;
}
.button_dark::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e7e7e7;
	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);
    border-radius: 0px;
}
.button_dark:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button_dark::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 1;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(1, 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);
	border-radius: 0px;
	background: #fff;
}




/* 导航 */
.nav_box{
	display: flex;
	align-items: center;
	position: fixed;
	top: -0.8rem;
	z-index: 1001;
	background-color: #fff;
	width: 100%;
	height: 0.8rem;
	transition: all .4s ease-in-out;
	padding: 0 0.5rem;
	justify-content: flex-end;
    border-bottom: 1px solid rgba(0,0,0,.1);
    /* max-width: 19.2rem; */
}
.nav_box img{
	width: 1.2rem;
	position: absolute;
	left: 0.5rem;
}
.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: .17rem;
    position: relative;
    font-weight: 300;
}
.nav_box.show_nav{
    top: 0rem;
}
.min_nav_list div::after {
    bottom: 0;
    left: 0;
    height: 2px;
    position: absolute;
    content: '';
    transition: transform .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;
}


/* 预约试驾 */
.test_driver_shp{
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    background: url("../../../../img/car-model-public/shp/test-driver/driver-bk.jpg") no-repeat center right white;
    padding: 10vh 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.test_driver_shp .driverTit{
    font-weight: 600;
    font-size: 0.36rem;
    line-height: 2;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #3c3c3c;
}
.test_driver_shp .driverForm .formItem a.btn{
    height: 0.58rem;
    line-height: 0.6rem;
    background: transparent;
    width: 3rem;
    margin-top: 0.55rem;
    font-size: 0.18rem !important;
    letter-spacing: 1px;
    position: relative;
}
.test_driver_shp .driverForm .formItem select{
    height: 0.6rem;
    line-height: 0.6rem;
    background: url("../../../../img/car-model-public/shp/arrow.jpg") no-repeat center right white;
    background-size: auto 100%;
    border-radius: 0;
    border-color: white;
    font-size: 0.18rem !important;
}
.test_driver_shp .driverForm .formItem input{
    height: 0.6rem;
    line-height: 0.6rem;
    border-color: white;
    font-size: 0.18rem !important;
}
.formItem label{
    display: flex;
    align-items: center;
}
.driverForm .formItem input[type="checkbox"]{
    width: 0.35rem !important;
    height: 0.35rem !important;
}
.driverForm .formItem input[type="checkbox"]:checked::after{
    content: "";
    width: 0.35rem !important;
    height: 0.35rem !important;
    border-width: 0 0 0rem 0rem !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    background: url("../../../../img/car-model-public/shp/test-driver/select.png") no-repeat center !important;
    background-size: 100% auto !important;
}

.test_driver_shp .driverForm .formItem a.btn{
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.test_driver_shp .driverForm .formItem a.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 1;
	background: #38393d;
}
.test_driver_shp .driverForm .formItem a.btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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);
	border-radius: 2px;
	background: #000;
}
.test_driver_shp .driverForm .formItem a.btn:hover {
	color: #fff;
	border-color: #fff;
}
.test_driver_shp .driverForm .formItem a.btn:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.driverForm .formItem span a{
    color: #d7000f;
}




/* 底部链接 */
.footer-links{
    display: flex;
    padding: 0.5rem 6%;
    justify-content: space-between;
    background: #2e2e2e;
}
.footer-links img{
    width: 15%;
    transition: all .4s;
    cursor: pointer;
}
.footer-links img:hover{
    transform: scale(1.2)
}

.footer .fBottom a{
    color: #d3d3d3 !important;
}

@media screen and (max-width: 1280px) {
    .zoom_l_detail_num .min_number:nth-of-type(1){
        width: 3rem;
    }
}


/* 侧边栏 */
/* .sidebar_w{
    position: fixed;
    bottom: 1rem;
    right: 0rem;
    width: 0.6rem;
    display: none;
}
.second_s_b .min_ss{
    opacity: 0;
    transition: all 1s;
    display: flex;
    align-items: center;
    margin-left: 0rem;
    margin-top: 1px;
    background: rgba(0, 0, 0,0.55);
    color: #fff;
    width: 1.85rem;
    cursor: pointer;
    pointer-events: none;
}
.second_s_b .min_ss:hover{
    margin-left: -1.25rem;
}
.second_s_b .min_ss .img_mss{
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.second_s_b .min_ss div img{
    width: 0.4rem;
    height: 0.4rem;
}
.second_s_b.active_s .min_ss{
    opacity: 1;
    pointer-events: auto;
}
.min_ss a div{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.12rem;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.min_ss a div::before{
    content: '';
    width: 1px;
    height: 0.2rem;
    position: absolute;
    display: block;
    left: 0;
    background: #fff;
}


.first_s_b .min_fs{
    background: rgba(0, 0, 0,0.55);
}
.first_s_b div{
    cursor: pointer;
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    color: #fff;
}
.first_s_b div img{
    width: 0.4rem;
    height: 0.4rem;
}
.sidebar_bc{
    transition: all 1s;
    transform: rotate(45deg);
}
@media screen and (max-width: 1280px) {
    .min_ss a div{
        font-size: 0.12rem;
    }
} */



/* 图集 */
.car_img_list{
    position: sticky;
    top: 0;
    height: 100vh;
}
.car_img_list_title{
    color: #1c1c1c;
    font-size: 0.35rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0.5rem;
    /* margin-top: 27px; */
}
.car_img_list .clip_swiper_3{
    padding: 0 0.5rem;
}
.car_img_list .clip_swiper_3 .swiper-slide{
    overflow: hidden;
}
.il_four_list, .il_three_list{
    display: flex;
    justify-content: space-between;
}
.il_three_list{
    margin-top: 0.7vw;
}
.il_four_list div{
    width: 24.5%;
    overflow: hidden;
    height: 31vh;
}
.il_three_list div{
    width: 32.9%;
    overflow: hidden;
    height: 38vh;
}
.il_four_list div img, .il_three_list div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease-in-out;
    cursor: none;
}
.il_four_list div img:hover, .il_three_list div img:hover{
    transform: scale(1.1);
}


.il_four_list, .il_three_list{
    transition: all 1.2s ease-in-out;
}
.il_four_list.tr_x_33_into{
    transform: translateX(33.33%);
}
.il_three_list.tr_x_33_into{
    transform: translateX(33.33%);
}
.il_four_list.tr_x_33{
    transform: translateX(33.33%);
}
.il_three_list.tr_x_33{
    transform: translateX(43.33%);
}
.il_four_list.tr_xf_33{
    transform: translateX(-33.33%);
}
.il_three_list.tr_xf_33{
    transform: translateX(-43.33%);
}


/* 图集弹窗 */
.pop-img-list{
    display: flex;
    background: rgba(0,0,0,.9);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 10vh 5vw;
    opacity: 0;
    pointer-events: none;
    transition: all .8s ease-in-out;
}
.pop-img-list._show{
    opacity: 1;
    pointer-events: auto;
}
.img-list-prev, .img-list-next{
    width: 5vw;
    height: 80vh;
    display: flex;
    align-items: center;
    opacity: 0.5;
}
.img-list-prev:hover, .img-list-next:hover{
    opacity: 1;
}
.img-list-prev{
    justify-content: start;
}
.img-list-next{
    justify-content: flex-end;
}
.img-list-prev img, .img-list-next img{
    width: 0.32rem;
    cursor: pointer;
}
.o_c_none{
    opacity: 0;
}
.o_c_none:hover{
    opacity: 0;
}
.o_c_none img{
    cursor: auto;
}
.il_count_num{
    position: absolute;
    right: 8vw;
    bottom: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.il_pop_num_wire{
    height: 1rem;
    width: 2px;
    background: rgba(255,255,255,0.3);
    margin: 10px 0;
}
.il_pop_now_num, .il_pop_count_num{
    color: rgba(255,255,255,0.5);
    font-size: 12px;
}
.img_swiper{
    width: 80vw;
    height: 80vh;
    flex: 1;
}
.img_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.il_close_btn{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 0.6rem;
    opacity: 0.6;
    cursor: pointer;
}
.il_close_btn:hover{
    opacity: 1;
}



@media screen and (max-width: 1280px) {
    .policy_title{
        margin-bottom: 0rem;
    }
    .min_cp_1{
        margin-bottom: 0rem;
    }
    .polict_tip{
        margin-top: -1.5rem;
    }
    .min_cpm_d .min_cpm_d_i:nth-of-type(1){
        margin-right: 1%;
    }
    .min_cpm_d .min_cpm_d_i{
        width: 49.5%;
    }
    .po_right_text{
        padding: 0 0.45rem;
    }
    .title_top.title_top_3{
        height: 1.8rem;
    }
    .min_cpm_d_li_img{
        height: 1.5rem;
            margin-bottom: 0.4rem;
    }
}
