body, html, div{
    letter-spacing: 1px;
}
footer div{
    letter-spacing: 0px;
}
.mob_show{
    display: none;
}
/* banner */
.banner_pc{
	width: 100%;
	height: 100vh;
	position: relative;
}
.banner_pc .banner_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.banner_pc .b_box_left{
	position: absolute;
	transition: all 2s;
	opacity: 0;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}
.banner_pc .b_box_left img:nth-of-type(2){
	margin-top: .3rem;
}
.btn_group{
	display: flex;
	position: absolute;
	top: 36vh;
    left: 1rem;
}
.btn_group .banner_btn{
	width: 2.2rem;
	height: .55rem;
    border: none;
	color: #47434a;
	font-size: .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	margin-top: 0.39rem;
	transition: all .3s;
}
.btn_group .banner_btn:hover{
	background: #e7e8eb;
}
.btn_group .banner_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);
    border:0.01rem solid #fff;
}
.btn_group .banner_btn:hover::after{
    transform: scale(1,1)
}
.btn_group .banner_btn:nth-of-type(1)::after{
    background-color: #6d7281;
    border: 0.01rem solid #6d7281;
}


.btn_group .banner_btn:nth-of-type(2){
	margin-left: 0.2rem;
    background-color: transparent;
    border: 0.01rem solid rgba(255,255,255,0.8);
    color: #fff;
}
.btn_group .banner_btn:nth-of-type(2):hover{
    border: 0.01rem solid rgba(255,255,255,1);
}

.banner_pc .b_box_left.banner_active{
	opacity: 1;
	z-index: 1;
	top: 17vh;
	left: 1rem;
	/* transform: translate(-50%,0); */
}
.banner_bottom_text{
    position: absolute;
    bottom: 0.8rem;
    color: #fff;
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin: 0 20%;
}
.banner_bottom_text div{
    position: relative;
    font-size: 0.2rem;
}
.banner_bottom_text div::after{
    content: '';
    display: block;
    width: 1px;
    height: 0.18rem;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    top: 0.05rem;
    left: 1.7rem;
}
.banner_bottom_text div:nth-last-of-type(1):after{
    width: 0px;
}




/* 视频 */
.video_pc{
	width: 100%;
	height: 200vh;
	position: relative;
}
.video_box_sdm{
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
}
.video_box_sdm video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transform: scale(0.41);
	transition: all .2s;
}
.video_text_sdm{
	position: absolute;
	bottom: 0rem;
	/* right: 1rem; */
	opacity: 0;
	transition: all .7s;
    left: 50%;
    transform: translate(-50%, 0);
}
.video_text_sdm.video_t_show{
	opacity: 1 !important;
	bottom: 1rem !important;
    /* top: 1.5rem !important; */
}
.video_min_t_1,.video_min_t_2,.video_min_t_3{
	font-size: 0.7rem;
	color: #FFFFFF;
	opacity: 0.2;
	font-weight: bold;
	padding-bottom: 0.1rem;
	transition: all .2s;
}
.video_show_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.15rem;
	color: #FFFFFF;
	width: 2.3rem;
	background-color: rgba(0,0,0,.2);
	border-radius: 40px;
	height: 0.5rem;
	opacity: 0.56;
	margin-top: 0.15rem;
	cursor: pointer;
}
.video_show_btn:hover{
	background-color: rgba(0,0,0,1);
    opacity: .8;
}
.video_text_sdm .video_show_btn img{
	width: 0.17rem;
	margin-right: 0.2rem;
}

/* zoom */
.zoom_box_pc{
	width: 100%;
	height: 200vh;
	position: relative;
}
.zoom_content{
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
	/* transform: scale(0.41); */
	transition: all .2s;
}
.zoom_content img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.zoom_text_list{
	position: absolute;
	bottom: 2.3rem;
	opacity: 0;
	left: 50%;
	transform: translate(-50%,0%) !important;
	transition: all .6s ease-in-out;
	color: #fff;
}
.zoom_text_list.z_active{
	bottom: 0.8rem;
	opacity: 1;
}
.zoom_text_list .zoom_l_title{
	font-size: 0.47rem;
	text-align: center;
	letter-spacing: 3px;
    font-weight: 200;
}
.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;
}

/* 更换颜色 */
.color_list_mb{
    position: relative;
}
.color_box_pc{
    height: 150vh;
    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;
	transition: height 1s ease-in-out;
	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;
}
.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: 3;
}
.color_img_list .img_height_change:nth-of-type(2){
	z-index: 2;
}
.color_img_list .img_height_change:nth-of-type(3){
	z-index: 1;
}
.color_img_list .img_height_change:nth-of-type(4){
	z-index: 0;
}
.color_button_change{
	position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(0%, -50%);
    right: 1rem;
}
.color_min_tip{
	display: flex;
	align-items: center;
    justify-content: center;
    margin-top: 0.43rem;
    cursor: pointer;
}
.color_min_tip:nth-of-type(1){
    margin-top: 0rem;
}
.color_min_tip .min_border_box{
	width: 0.3rem;
	height: 0.3rem;
	position: relative;
    margin-left: 0.3rem;
}
.min_cicle{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50px;
	transition: all .5s;
	cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
}
.color_active .min_cicle{
	transform: translate(-50%,-50%) scale(1);
	border: 1px solid rgba(255,255,255,1);
}
.color_min_tip:nth-of-type(1).color_active .min_cicle{
    background-color: #121213;
}
.color_min_tip:nth-of-type(2).color_active .min_cicle{
    background-color: #98a0ac;
}
.color_min_tip:nth-of-type(3).color_active .min_cicle{
    background-color: #86829f;
}
.color_min_tip:nth-of-type(4).color_active .min_cicle{
    background-color: #fff;
}
.color_min_tip:nth-of-type(5).color_active .min_cicle{
    background-color: #d4bbc0;
}
.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: #eaecef;
    opacity: 1;
}
.color_min_tip:nth-of-type(3).color_active .color_name{
    color: #eae6ff;
    opacity: 1;
}
.color_min_tip:nth-of-type(4).color_active .color_name{
	color: #fff;
    opacity: 1;
}
.color_min_tip:nth-of-type(5).color_active .color_name{
    color: #fff8f8;
    opacity: 1;
}
.color_active .color_name{
	opacity: .7;
}
.color_top_text{
    position: absolute;
    top: 1.5rem;
    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.4rem;
    margin-top: 0.3rem;
    font-weight: 100;
    letter-spacing: 4px;
}
.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: 2.2rem;
	height: .55rem;
    font-size: .16rem;
    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);
    color: #fff;
}
.color_bottom_text .color_btn:nth-of-type(2){
    margin-left: 0.2rem;
}
.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);
}
.color_bottom_text .color_btn_1{
	width: 2.2rem;
	height: .55rem;
    border: none;
	color: #47434a;
	font-size: .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	margin-top: 0.39rem;
	transition: all .3s;
}
.color_bottom_text .color_btn_1:hover{
	background-color: #e7e8eb;
}
.color_bottom_text .color_btn_1::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #6d7281;
    transform: scale(0,1);
    border:0.01rem solid #6d7281;
}
.color_bottom_text .color_btn_1:hover::after{
    transform: scale(1,1)
}

/* 轮播图样式 */
.swiper_box_pc{
	width: 100%;
	position: relative;
    height: 150vh;
}
.swiper_box_pc .swiper-container{
    height: 100vh;
    top: 0;
    position: sticky;
}
.swiper_box_pc .swiper-slide{
	width: 100%;
	display: flex;
}
.swiper_box_pc .swiper-slide .left_text_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 26%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	display: flex;
	flex-direction: column;
	padding: 1.6rem 0.6rem 0;
}
.eng_style{
    font-size: 0.18rem;
    font-weight: 200;
    opacity: .3;
}
.swiper_box_pc .swiper-slide .left_text_box .s_l_title{
	font-size: 0.37rem;
    color: #1e1e1e;
    font-weight: 200;
}
.swiper_box_pc .swiper-slide .left_text_box .s_l_detail{
	font-size: 0.19rem;
	margin-top: 0.36rem;
    line-height: .33rem;
    font-weight: 200;
}
.swiper_box_pc .swiper-slide .right_img_box{
	width: 100%;
}
.swiper_box_pc .swiper-slide .right_img_box img{
	width: 100%;
    height: 100vh;
    object-fit: cover;
}
.swiper-pagination-all{
	position: absolute;
	bottom: 4.5rem !important;
	z-index: 1;
	left: 0.5rem !important;
    width: auto !important;
    cursor: pointer;
}
.swiper-pagination-all .swiper-pagination-bullet{
	background: transparent;
	width: 0.52rem;
	height: 17px;
	border-radius: 0px;
	opacity: 1;
    position: relative;
    border-bottom: 1px solid #b9b8b8 ;
}
.swiper-pagination-all .swiper-pagination-bullet-active{
	background: #b9b8b8;
	width: 0.66rem;
	height: 1px;
}
.swiper-pagination-all .swiper-pagination-bullet::after{
	content: '';
	display: block;
	width: 0rem;
	height: 1px;
	background-color: #333;
    position: absolute;
    bottom: -1px;
}
.swiper-pagination-all .swiper-pagination-bullet-active::after{
	width: 0.66rem;
	transition: 4s;
}
.swiper-pagination-2{
	bottom: 4.3rem !important;
}
.swiper-pagination-1 .swiper-pagination-bullet,.swiper-pagination-1 .swiper-pagination-bullet-active,.swiper-pagination-1 .swiper-pagination-bullet-active::after{
    width: 0.52rem !important;
}
.swiper-pagination-2 .swiper-pagination-bullet,.swiper-pagination-2 .swiper-pagination-bullet-active,.swiper-pagination-2 .swiper-pagination-bullet-active::after{
    width: 0.8rem !important;
}
.swiper-pagination-33 .swiper-pagination-bullet,.swiper-pagination-33 .swiper-pagination-bullet-active,.swiper-pagination-33 .swiper-pagination-bullet-active::after{
    width: 1.2rem !important;
}
.swiper-pagination-4{
	bottom: 3.7rem !important;
}
.swiper-pagination-4 .swiper-pagination-bullet,.swiper-pagination-4 .swiper-pagination-bullet-active,.swiper-pagination-4 .swiper-pagination-bullet-active::after{
	width: 0.85rem !important;
}
.swiper-pagination-42 .swiper-pagination-bullet,.swiper-pagination-42 .swiper-pagination-bullet-active,.swiper-pagination-42 .swiper-pagination-bullet-active::after{
	width: 1.2rem !important;
}
.swiper-pagination-5{
    bottom: 4.2rem !important;
}
.swiper-pagination-5 .swiper-pagination-bullet,.swiper-pagination-5 .swiper-pagination-bullet-active,.swiper-pagination-5 .swiper-pagination-bullet-active::after{
    width: 0.85rem !important;
}
.swiper-pagination-6 .swiper-pagination-bullet,.swiper-pagination-6 .swiper-pagination-bullet-active,.swiper-pagination-6 .swiper-pagination-bullet-active::after{
    width: 0.7rem !important;
}
.swiper-pagination-6{
    bottom: 4rem !important;
}

.btn_control_group{
	display: flex;
	width: 2.1rem;
	height: 1rem;
	background-color: 	rgba(0,0,0,0.3);
	position: absolute;
	bottom: 0rem;
	right: 0;
	z-index: 8;
	justify-content: space-around;
	align-items: center;
}
.btn_control_group img{
	width: 0.77rem;
    height: 0.95rem;
}
.btn_control_group img:nth-of-type(2){
	width: 0.02rem;
	height: 0.25rem;
    margin-left: -0.2rem;
}
.btn_control_group img:nth-of-type(1){
	cursor: pointer;
    margin-left: 0.05rem;
    opacity: .7;
    padding: 0.35rem 0.3rem;
}
.btn_control_group img:nth-of-type(3){
	cursor: pointer;
    margin-left: -0.2rem;
    opacity: .7;
    padding: 0.35rem 0.3rem;
}
.btn_control_group img:nth-of-type(1):hover{
    opacity: 1;
}
.btn_control_group img:nth-of-type(3):hover{
	opacity: 1;
}

/* 澎湃动力 */
.change_tab_pc{
	padding: 1.5rem;
}
.nav_tab_box{
	display: flex;
	width: 100%;
}
.nav_min_tab{
	width: 2rem;
	font-size: 0.24rem;
	color: #999;
	text-align: left;
	border-right: 1px solid #d5d5d5;
	margin-left: 0.8rem;
	cursor: pointer;
	transition: all .5s;
	position: relative;
}
.nav_min_tab.tab_active{
	color: #000000;
}
.nav_min_tab:nth-of-type(1){
	margin-left: 0.2rem;
}
.nav_min_tab:nth-of-type(3){
	border-right: 0px solid #000;
}
.nav_min_tab:after{
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 1.2rem;
	height: 6px;
	background-color: rgba(113,105,162,0);
	left: -0.1rem;
	transition: all .5s;
}
.nav_min_tab.tab_active:after{
	background-color: rgba(113,105,162,0.7);
}
.detail_bottom_box{
	position: relative;
}
.detail_bottom_box .d_b_min{
	margin-top: 0.8rem;
	width: 100%;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: all .5s;
}
.detail_bottom_box .tab_active.d_b_min{
	opacity: 1;
}
.detail_bottom_box .d_b_min:nth-of-type(2),.detail_bottom_box .d_b_min:nth-of-type(3){
	position: absolute;
	top: 0rem;
	margin-top: 0;
}
.detail_bottom_box img{
	width: 45%;
}
.detail_bottom_box .nav_right_min{
	flex: 1;
	margin-left: 0.8rem;
}
.detail_bottom_box .nm_title{
	font-size: 0.2rem;
	margin-bottom: .7rem;
}
.detail_bottom_box .nm_title_bold{
	font-size: 0.32rem;
	font-weight: bold;
    line-height: .5rem;
    color:#1e1e1e;
    letter-spacing: 3px;
}
.detail_bottom_box .nm_wire{
	height: 1px;
	width: 2.1rem;
	background-color: rgba(212,212,212,1);
	margin: 0.7rem 0 0.65rem;
}
.detail_bottom_box .nr_top{
	display: flex;
	margin-bottom: 1.3rem;
}
.detail_bottom_box .nr_top_min{
	width: 2rem;
	border-right: 1px solid #ccc;
	margin-left: 1rem;
}
.detail_bottom_box .nr_top_min:nth-of-type(1){
	margin-left: 0rem;
}
.detail_bottom_box .nr_top_min:nth-last-of-type(1){
	border-right: 0px solid #ccc;
}
.detail_bottom_box .nr_top_min div:nth-of-type(1){
	font-size: 0.18rem;
	color: #999
}
.detail_bottom_box .nr_top_min div:nth-of-type(2){
	font-size: 0.5rem;
	font-weight: bold;
	margin-top: 0.2rem;
}
.detail_bottom_box .nr_top_min span:nth-of-type(2){
	font-size: 0.2rem;
	font-weight: normal;
	margin-left: 0.2rem;
}
.detail_bottom_box .nrb_title{
	font-size: 0.28rem;
	margin-top: 0.3rem;
	font-weight: bold;
    letter-spacing: 2px;
    color: #1e1e1e;
}
.detail_bottom_box .nrb_detail{
	font-size: 0.18rem;
	margin-top: 0.15rem;
    letter-spacing: 1px;
    color:#585858;
}

/* 视频弹窗 */
.video_full_pc{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 202;
	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;
}
.shut_down_btn:hover{
	opacity: 1;
}


/* 二级锚点 */
.nav_box_pc{
	height: .8rem;
	background-color: rgba(255,255,255,0.9);
	position: sticky;
	top: 0;
	z-index: 8;
	display: flex;
	align-items: center;
    display: none !important;
}
.nav_logo{
	width: 3.5rem;
    position: relative;
    display: flex;
    align-items: center;
}
.nav_logo img{
    width: 1.1rem;
    position: absolute;
    right: 0.4rem;
}
.nav_logo_wrie{
    width: 1px;
    height: 0.2rem;
    background: #c9c9c9;
    position: absolute;
    right: 0.2rem;
}
.nav_price{
    font-size: .18rem;
}
.nav_prive_bold{
    font-weight: bold;
    color: #000;
}
.nav_text_group{
	display: flex;
	position: absolute;
	right: 2.2rem;
}
.nav_text_group .nav_text_min{
	margin: 0 0.2rem;
	font-size: 0.18rem;
	position: relative;
	cursor: pointer;
}
.nav_test_driver{
	width: 1.6rem;
	height: .47rem;
	line-height: .46rem;
	text-align: center;
	position: absolute;
	right: 0.5rem;
    font-size: .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    background-color: transparent;
    border: 0.01rem solid rgba(0,0,0,1);
}
.nav_test_driver:hover{
    border: 0.01rem solid rgba(0,0,0,1);
}
.nav_test_driver::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #6c677a;
    transform: scale(0,1);
}
.nav_test_driver:hover::after{
    transform: scale(1,1);
}
.nav_text_min:hover::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: .5rem;
}
.nav_text_min.nav_active::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: .5rem;
}

/* 配置表 */
.config_box_pc{
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    padding: 0.5rem 1rem;
    align-items: center;
}
.left_img img{
    /* width: 8.5rem; */
    width: 44vw;
}
.righe_text_group{
    padding: 0.3rem 1rem 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.config_title{
    font-size: 0.45rem;
    margin-bottom: 0.4rem;
    font-weight: 200;
}
.type_config_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}
.con_min_box_1{
}
.con_min_box_1 div:nth-of-type(1){
    font-size: 0.18rem;
    color: #7e7e7e;
    font-weight: 300;
}
.con_min_box_1 div:nth-of-type(2){
    font-size: 0.25rem;
    font-weight: 400;
    margin-top: 0.15rem;
}
.con_min_box_2{
    margin-top: 0.5rem;
}
.con_min_box_3{
    margin-top: 0.26rem;
    font-size: 0.22rem;
    color: #000;
    font-weight: 300;
}
.con_min_box_4{
    margin-top: 0.3rem;
}
.con_min_box_2 div:nth-of-type(1),.con_min_box_3 div:nth-of-type(1),.con_min_box_4 div:nth-of-type(1){
    font-size: 0.18rem;
    color: #4e4e4e;
    font-weight: 300;
}
.con_min_box_2 div:nth-of-type(2),.con_min_box_3 div:nth-of-type(2),.con_min_box_4 div:nth-of-type(2){
    font-size: 0.34rem;
    margin-top: 0.03rem;
    font-weight: 300;
    color: #000000;
}
.con_min_box_2 span{
    font-size: 0.18rem;
}
.con_type_1{
    width: 44%;
    border-right: 1px solid #ececec;
}
.config_button_style{
    height: .6rem;
    width: 2.8rem;
    border: .01rem solid #000;
    color: #000;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    margin-top: 0rem;
    transition: all .3s
}
.config_button_style::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #000;
    transform: scale(0,1);
}
.config_button_style:hover::after{
    transform: scale(1,1)
}

/* 预约试驾 2024 */
.test_drive_new{
    width: 100%;
    position: relative;
}
.test_drive_bk{
    position: relative;
    width: 100%;
}
.test_drive_car{
    position: absolute;
    width: 41%;
    left: 43%;
    top: 34%;
}
.test_drive_tb{
    position: absolute;
    top: 1rem;
    left: 5%;
}
.test_drive_t1{
    font-size: 0.4rem;
    font-weight: 300;
    color: rgb(255,255,255);
    letter-spacing: 0.074rem;
}
.test_drive_t2{
    font-size: 0.22rem;
    font-weight: 200;
    color: rgb(255,255,255);
    margin-top: 0.15rem;
    letter-spacing: 0.1rem;
}
.test_drive_b{
    width: 2.5rem;
    padding: 0.2rem 0;
    text-align: center;
    margin-top: 0.3rem;
    background: rgb(95,96,100);
    color: #fff;
    letter-spacing: 0.05rem;
    font-size: 0.15rem;
    font-weight: 200;
    cursor: pointer;
    display: block;

}

@media screen and (max-width: 1280px) {
    .swiper-pagination-6{
        bottom: 3.3rem !important;
    }
}


/* @media screen and (max-width: 1280px) {
    .swiper-pagination-1{
        bottom: 4rem !important;
    }
    .swiper-pagination-2{
        bottom: 3.8rem !important;
    }
    .swiper-pagination-33{
        bottom: 3.8rem !important;
    }
    #swiper_d_4 > div > div.swiper-wrapper > div.swiper-slide.swiper-slide-active > div.left_text_box{
        padding: 1.2rem 0.6rem 0 !important;
    }
    .swiper-pagination-4{
        bottom: 3.7rem !important;
    }
    .swiper-pagination-42{
        bottom: 3.8rem !important;
    }
    .swiper-pagination-5{
        bottom: 3.7rem !important;
    }
    .color_bottom_text{
        bottom: 0.5rem !important;
    }
} */
/* 1366*768分辨率适配 */
@media screen and (max-width: 1370px) {
    .swiper-pagination-1{
        bottom: 4.5rem !important;
    }
    .swiper-pagination-2{
        bottom: 4.4rem !important;
    }
    .swiper-pagination-33{
        bottom: 4.4rem !important;
    }
    #swiper_d_4 > div > div.swiper-wrapper > div.swiper-slide.swiper-slide-active > div.left_text_box{
        padding: 1.2rem 0.6rem 0 !important;
    }
    .swiper-pagination-4{
        bottom: 4rem !important;
    }
    .swiper-pagination-42{
        bottom: 4rem !important;
    }
    .swiper-pagination-5{
        bottom: 4.2rem !important;
    }
    .color_bottom_text{
        bottom: 1rem !important;
    }
}
.none-imp{
    display: none !important;
}

.s_l_remarks{
    margin-top: 0.15rem;
    color: gray;
    text-align: left;
    font-size: 12px;
}

/* 购车政策 */
.buy_policy_pc{
    height: 150vh;
    position: relative;
}
.img_buy_policy_pc{
    width: 100%;
    height:100vh;
    position: sticky;
    top: 0;
}
.img_buy_policy_pc img{
    width: 100%;
    height:100vh;
    object-fit: cover;
}


/* 卖点视频弹窗 */
.video_full_pc_2{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 202;
	background-color: #000000;
	display: none;
}
.video_full_pc_2 video{
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 5;
}
.shut_down_btn_2{
	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_2 img{
    width: 0.15rem;
}
.shut_down_btn_2:hover{
	opacity: 1;
}





/* 横屏滑动 */
.cro_scroll_box{
    width: 100%;
    height: 150vh;
    position: relative;
    background-color: #ACB3BD;
    z-index: 1;
}
.cro_s_detail{
    width: 100%;
    height: 100vh;
    padding: 3.2rem 0 0;
    position: sticky;
    top: 0;
    transition: all .1s;
    z-index: 4;
    margin-top: -2.5rem;
}
.scb_title{
    position: sticky;
    padding-top: 1.3rem;
    padding-left:  1rem;
    z-index: 3;
    top: 0;
    height: 2.5rem;
    font-size: 0.4rem;
    color: #fff;
}
.cro_s_detail_list{
    width: 100%;
    padding: 0 0.75rem 0 1rem;
}
.cro_s_detail_list{
    display: flex;
}
.crosdl_min{
    position: relative;
    width: 25%;
    padding-right: 0.25rem;
    flex-shrink: 0;
    background-color: #ACB3BD;
    transition: all .3s;
}
.crosdl_min:hover{
    transform: translate(-2px,-2px)
}


.crosdl_min .cro_bk{
    width: 100%;
    height: 100%;
}
.cro_min_top{
    position: absolute;
    height: 45%;
    width: 100%;
    padding: 0.35rem 0.6rem 0.35rem 0.35rem;
    top: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.cro_ic{
    width: 18%;
    height: auto;
}
.cro_ic_t{
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 88%;
}
.cro_ic_t1_d{
    font-size: 0.44rem;
    line-height: 0.4rem;
    font-weight: bold;
}
.cro_ic_t1_u{
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-left: 0.05rem;
}
._flex_e{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.cro_ic_t1_r{
    font-size: 0.16rem;
    margin-top: 0.05rem;
    font-weight: 300;
}
.cro_min_bottom{
    position: absolute;
    top: 45%;
    height: 55%;
    width: 100%;
    padding: 0.35rem 0.6rem 0.35rem 0.35rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cromb_t1_t{
    font-size: 0.24rem;
}
.cromb_t1_d{
    font-size: 0.2rem;
    color: #6D7181;
    margin-top: 0.02rem;
    font-weight: 300;
    display: none;
}
.cromb_t2{
    font-size: 0.165rem;
    font-weight: 300;
    letter-spacing: 0px;
}
.cromb_t3{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.8;
    transition: all .5s;
    width: 1.85rem;
    height: 0.5rem;
    background: rgba(105,113,149,0);
    border: 1px solid rgba(105,113,149,1);
    border-radius: 50px;
    color: #605A8D;
    margin-top: 0.55rem;
}
.cromb_t3 .csb_1{
    font-size: 0.17rem;
}
.cromb_t3 .csb_2{
    width: 0.14rem;
    height: 0.14rem;
    margin-left: 0.1rem;
    margin-top: 0.025rem;
    transition: all .5s;
    position: relative;
}
.cromb_t3 .csb_2 img{
    width: 100%;
    position: absolute;
    top: 0;
}
.cromb_t3 .csb_2 img:nth-of-type(2){
    opacity: 0;
    transition: all .5s;
}
.cromb_t3:hover .csb_2 img:nth-of-type(2){
    opacity: 1;
}
.cromb_t3:hover{
    opacity: 1;
    background: rgba(105,113,149,1);
    color: #fff;
}
/* .cromb_t3:hover img{
    margin-left: 0.2rem;
} */


/* 翻滚新增按钮 */
.s5_video_btn, .s5_video_btn_2{
    display: flex;
    align-items: center;
    background: #000;
    width: 2.4rem;
    height: 0.57rem;
    justify-content: center;
    margin-top: 0.3rem;
    cursor: pointer;
    opacity: 0.8;
    transition: all .5s;
}
.s5_video_btn:hover, .s5_video_btn_2:hover{
    opacity: 1;
}
.s5_video_btn div, .s5_video_btn_2 div{
    font-size: 0.15rem;
    color: #fff;
}
.s5_video_btn img, .s5_video_btn_2 img{
    width: 0.15rem;
    margin-left: 0.1rem;
}
@media screen and (max-width: 1366px){
    .swiper-pagination-5{
        bottom: 5.6rem !important;
    }
}
@media screen and (max-width: 1280px){
    .swiper-pagination-5{
        bottom: 3.5rem !important;
    }
    .cro_s_detail{
        padding: 2.7rem 0 0;
    }
    .scb_title{
        padding-top: 1.1rem;
    }
    .main-sideNav{
        top: 78%;
    }
}

.swiper_box_pc .swiper-slide .right_img_box video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.swiper_box_pc#swiper_d_7 .swiper-slide .left_text_box{
    right: 0;
    left: auto;
}
#swiper_d_7 .swiper-pagination-all{
    left: 78% !important;
}
#swiper_d_7 .btn_control_group{
    
}

@media (max-width: 768px) {
    .test_drive_tb{
        top: 1.2rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .test_drive_car{
        width: 74%;
        left: 13%;
        top: 56%;
    }
    .test_drive_t1{
        font-size: 0.5rem;
    }
    .test_drive_t2{
        font-size: 0.28rem;
    }
    .test_drive_b{
        width: 3rem;
        font-size: 0.22rem;
    }
}