/* 2024 09 13 车型页kv新组件 */



.car_banner{
	width: 100%;
	position: relative;
	height: 100vh;
}
.car_banner.hasQy{
	height: 220vh;
}
.car_kv_qy{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 5;
}
.car_kv_qy img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.car_kv_main{
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	margin-top: 0vh;
	z-index: 2;
}
.car_banner.hasQy .car_kv_main{
	margin-top: -100vh;
}
.car_kv_main .swiper-slide .s-i{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.car_kv_sw_page{
	position: absolute;
	bottom: 6vh !important;
	display: flex;
	justify-content: center;
	z-index: 4;
}
.car_kv_sw_page span{
	width: 0.5rem;
    border-radius: 0%;
	padding: 1vh 0;
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,.5);
	transition: all .3s ease;
	margin: 0 0.07rem !important;
	cursor: pointer;
	position: relative;
	display: block;
	opacity: 1;
}
.car_kv_sw_page span::after{
	content: '';
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: #fff;
}
.car_kv_sw_page span.swiper-pagination-bullet-active{
	width: 1.7rem;
}
.car_kv_sw_page span.active::after{
	width: 100%;
	transition: all 9.5s linear;
}

.car_kv_sw .color_l{
	color: #fff;
}
.car_kv_sw .color_d{
	color: #444;
}

.car_kv_sw .swiper-slide a{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.car_kv_sw_btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
	z-index: 1;
	cursor: pointer;
	transition: all .4s;
	opacity: 0;
	pointer-events: none;
}
.car_kv_sw_prev{
	left: 0.5rem;
	transform: rotate(180deg);
}
.car_kv_sw_next{
	right: 0.5rem;
}
.car_kv_sw_btn img{
	width: 100%;
	height: auto;
}
.car_kv_sw_btn.active, .car_kv_sw_btn.active{
	opacity: 1;
	pointer-events: auto;
}
.ck_text_btn{
	position: absolute;
}
/* 居中样式 */
.ck_text_btn.center{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	top: 1.5rem;
}
.ck_text_btn.center .ck_btn .cb{
	margin: 0 0.1rem;
    width: 1.7rem;
}
/* 上左样式 */
.ck_text_btn.left_top{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	text-align: left;
	left: 1.5rem;
	top: 2.3rem;
}
/* 上右样式 */
.ck_text_btn.right_top{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	text-align: left;
	right: 1.5rem;
	top: 2.3rem;
}
.ck_text_btn.left_top .ck_btn .cb:nth-of-type(2),
.ck_text_btn.left_top .ck_btn .cb:nth-of-type(3),
.ck_text_btn.right_top .ck_btn .cb:nth-of-type(2),
.ck_text_btn.right_top .ck_btn .cb:nth-of-type(3),
.ck_text_btn.left_bottom .ck_btn .cb:nth-of-type(2),
.ck_text_btn.left_bottom .ck_btn .cb:nth-of-type(3),
.ck_text_btn.right_bottom .ck_btn .cb:nth-of-type(2),
.ck_text_btn.right_bottom .ck_btn .cb:nth-of-type(3){
	margin-left: 0.2rem;
}
/* 下左样式 */
.ck_text_btn.left_bottom{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	text-align: left;
	left: 1rem;
	bottom: 1.5rem;
}
/* 下右样式 */
.ck_text_btn.right_bottom{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	text-align: left;
	right: 1rem;
	bottom: 1.5rem;
}

img.ct_1{
	height: 0.36rem;
}
div.ct_1{
	font-size: 0.55rem;
	line-height: 0.55rem;
}
.ck_text_btn .ct_2{
	font-size: 0.26rem;
	line-height: 0.3rem;
	margin-top: 0.15rem;
	font-weight: 300;
    letter-spacing: 0.28em;
}
.ck_text_btn .ct_3{
	font-size: 0.18rem;
	line-height: 0.18rem;
	margin-top: 0.15rem;
	letter-spacing: 0;
	font-weight: 300;
}
.ck_text_btn .ct_4{
	margin-top: 0.25rem;
	font-size: 0.18rem;
	line-height: 0.18rem;
    letter-spacing: 0.01rem;
}
.ck_text_btn .ct_5{
	font-size: 0.16rem;
	line-height: 1.5em;
	margin-top: 0.1rem;
    font-weight: 300;
}
.ck_btn{
	display: flex;
	margin-top: 0.3rem;
}
.ck_btn .cb{
	width: 2rem;
	height: 0.52rem;
	border: 1px solid #fff;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.ck_btn .cb .ckb_qy{
	position: absolute;
	top: 0.53rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: none;
}
.left_bottom .ck_btn .cb .ckb_qy{
    top: auto;
    bottom: 0.53rem;
}
.right_bottom .ck_btn .cb .ckb_qy{
    top: auto;
    bottom: 0.53rem;
}
.ck_btn .cb:hover .ckb_qy{
	display: block;
}
.ck_btn .cb a{
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 0.17rem;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0.52rem;
	position: relative;
	transition: all .5s;
}
.ck_btn .cb_1::after{
	content: "";
	display: block;
	width: 100%;
	height: 0%;
	position: absolute;
	bottom: 0;
	top: auto;
	transition: 0.5s;
	background-color: #fff;
	z-index: 0;
}
.ck_btn .cb_2::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	transition: 0.5s;
	background-color: #fff;
	z-index: 0;
}
.ck_btn .cb_1 a{
	color: #fff;
}
.ck_btn .cb_2 a{
	color: #444;
}
@media (min-width: 786px){
	.ck_btn .cb_1:hover a{
		color: #444;
	}
	.ck_btn .cb_1:hover::after{
		height: 100%;
	}
	.ck_btn .cb_2:hover a{
		color: #fff;
	}
	.ck_btn .cb_2:hover::after{
		height: 0%;
	}
}

/* 深色按钮 */
.ck_btn.color_d .cb{
	border: 1px solid #24282f;
}
.ck_btn.color_d .cb_1::after{
	background-color: #24282f;
}
.ck_btn.color_d .cb_2::after{
	background-color: #24282f;
}
.ck_btn.color_d .cb_1 a{
	color: #24282f;
}
.ck_btn.color_d .cb_2 a{
	color: #fff;
}
@media (min-width: 786px){
	.ck_btn.color_d .cb_1:hover a{
		color: #fff;
	}
	.ck_btn.color_d .cb_2:hover a{
		color: #24282f;
	}
}


@media (max-width: 786px){
	.ck_text_btn.top_mb{
		left: 50%;
		transform: translateX(-50%);
		bottom: auto;
		text-align: center;
		justify-content: center;
		align-items: center;
		width: 100%;
        top: 2.6rem;
	}
    .ck_text_btn.top_mb .ct_12{
        display: flex;
        flex-direction: column;
        justify-content: center;
		align-items: center;
    }
	.ck_text_btn.bottom_mb{
		top: auto;
		bottom: 2rem !important;
		left: 50%;
		transform: translateX(-50%);
		bottom: auto;
		text-align: center;
		justify-content: center;
		align-items: center;
        width: 100%;
	}
	.car_kv_sw .color_l_mb{
		color: #fff !important;
	}
	.car_kv_sw .color_d_mb{
		color: #444 !important;
	}
	
	.ck_btn .cb .ckb_qy{
		display: none !important;
	}
	
	
	img.ct_1{
		height: 0.45rem;
        width: auto !important;
	}
	.ck_text_btn .ct_2{
		margin-top: 0.2rem;
        font-size: 0.28rem;
        letter-spacing: 0.2rem;
        margin-left: 0.2rem;
	}
	.ck_text_btn .ct_3{
		font-size: 0.24rem;
		line-height: 0.24rem;
		white-space: nowrap;
		margin-top: 0.2rem;
		letter-spacing: 0;
	}
	.ck_text_btn .ct_4{
		margin-top: 0.4rem;
		font-size: 0.24rem;
		line-height: 0.24rem;
		width: 80%;
	}
	.ck_text_btn .ct_5{
		margin-top: 0.2rem;
		width: 80%;
		font-size: 0.22rem;
		line-height: 0.22rem;
	}
    /* .ck_btn .cb{
		width: 2.7rem;
		height: .8rem;
	}
	.ck_btn .cb a{
		line-height: .8rem;
		font-size: 0.21rem;
	} */
    .ck_btn .cb {
        width: 2.1rem;
        height: .7rem;
    }
    .ck_btn .cb a {
        line-height: .7rem;
        font-size: 0.21rem;
    }
	.ck_btn{
		margin-top: 0.4rem;
	}
	

    /* 深色按钮 */
    .ck_btn.color_d_mb .cb{
        border: 1px solid #24282f;
    }
    .ck_btn.color_d_mb .cb_1::after{
        background-color: #24282f;
    }
    .ck_btn.color_d_mb .cb_2::after{
        background-color: #24282f;
    }
    .ck_btn.color_d_mb .cb_1 a{
        color: #24282f;
    }
    .ck_btn.color_d_mb .cb_2 a{
        color: #fff;
    }
}




.fw_500{
    font-weight: bold;
}