
.banner{
	width: 100%;
	height: 100vh;
}
.banner_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

/* kv btn */
.banner{
	position: relative;
}
.banner .detail {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    right: 1.2rem;
    top: 40%;
	transform: translateY(-50%);
}
.banner .detail .title {
  color: #ffffff;
  font-size: 0.5rem;
  letter-spacing: 0.029rem;
  width: 4rem;
}
.banner .detail .title img{
    width: 100%
}
.banner .detail .desc {
  font-size: 0.31rem;
  color: #fff;
  margin-top: 0.18rem;
  font-weight: 300;
  /* letter-spacing: 0.127rem; */
  letter-spacing: 0.18rem;
}
.banner .detail .desc span{
  font-size: .16rem;
    letter-spacing: 0.028rem;
    padding: 0.05rem 0;
    border-top: 0.01rem solid #fff;
    border-bottom: 0.01rem solid #fff;
    margin-top: 0.1rem;
    display: block;  
}
.banner .detail .price-box {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.4rem;
  font-weight: 300;
}

.banner .detail .btn-box {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}
.banner .detail .btn-box .btn1 {
  width: 2rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
.banner .detail .btn-box .btn1 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.17rem;
  font-weight: 300
}
.banner .detail .btn-box .btn1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s;
  background-color: #fff;
  z-index: 0;
}
@media (min-width: 721px) {
	.banner .detail .btn-box .btn1:hover a {
	  color: #fff;
	  transition: 0.5s;
	}
	.banner .detail .btn-box .btn1:hover::before {
	  height: 0;
	}
}

.banner .detail .btn-box .btn2 {
  display: flex;
  width: 2rem;
  height: 0.52rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.banner .detail .btn-box .btn4{
    margin-right:0.2rem; 
}
.banner .detail .btn-box .btn2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  font-size: 0.17rem;
  font-weight: 300
}
.banner .detail .btn-box .btn2::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  top: auto;
  transition: 0.5s;
  background-color: #fff;
  z-index: 0;
}

.beizhu{
    margin-left: 9.5rem;
    margin-top: 0.5rem;
    font-size: 0.16rem;
    color: rgba(225, 225, 225, 0.8);
}
.beizhumb{
	font-size: 0.2rem;
    color: rgba(225, 225, 225, 0.8);
    margin-top: 0.3rem;
}

@media (min-width: 721px) {
	.banner .detail .btn-box .btn2:hover::before {
	  height: 100%;
	}
	.banner .detail .btn-box .btn2:hover a {
	  color: #000;
	}
	.banner .detail .btn-box .btn1:hover img{
	    display: block
	}
}

.banner .detail .btn-box .btn1 img{
	position: absolute;
    bottom: -1.9rem;
    left: 50%;
    width: 1.8rem;
    transform: translateX(-50%);
    display: none;
}
.xcx_code {
    position: absolute;
    bottom: 1.2rem;
    right: 1.2rem;
    display: flex;
    align-items: center;
}

.xcx_code_t {
    text-align: right;
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
}

.xcx_code_i {
    width: 1.9rem
}

.banner .detail .btn-box .btn3 {
  width: 2rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  cursor: pointer;
  position: relative;
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
.banner .detail .btn-box .btn3 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.17rem;
  font-weight: 300
}
.banner .detail .btn-box .btn3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s;
  background-color: #fff;
  z-index: 0;
}
@media (min-width: 721px) {
	.banner .detail .btn-box .btn3:hover a {
	  color: #fff;
	  transition: 0.5s;
	}
	.banner .detail .btn-box .btn3:hover::before {
	  height: 0;
	}
}

.banner .detail .btn-box .btn3 img{
    position: absolute;
    bottom: -1.9rem;
    left: 50%;
    width: 1.8rem;
    transform: translateX(-50%);
    display: none;
    height: auto;
}
@media (min-width: 721px) {
	.banner .detail .btn-box .btn3:hover img {
	    display: block;
	}
}





/* video */
.video_box{
	width: 100%;
	height: 120vh;
	position: relative;
}
.video_min{
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
}
.video_min video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.video_mask{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}
.video_text{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	color: #fff;
	z-index: 3;
}
.video_text .vt_1{
	font-size: 0.45rem;
	font-weight: 700;
	transition: all .5s;
	opacity: 0;
	position: relative;
	top: 1rem;
}
.video_text .vt_2{
	position: relative;
	font-size: 0.45rem;
	font-weight: 700;
	transition: all .5s;
	transition-delay: .2s; 
	opacity: 0;
	top: 1rem;
}
.video_text .vt_1.active{
	opacity: 1;
	top: 0rem;
}
.video_text .vt_2.active{
	top: 0rem;
	opacity: 1;
}
.vt_3{
	display: flex;
	margin-top: 0.4rem;
	position: relative;
	top: 1rem;
	opacity: 0;
	transition: all .5s;
	transition-delay: .4s; 
}
.video_text .vt_3.active{
	top: 0rem;
	opacity: 1;
}
.vt_3_1_d{
	display: flex;
	align-items: flex-end;
}
.vt_3_1{
	margin-right: 0.75rem;
}
.vt_3_1_d{
	margin-top: 0.2rem;
}
.vt_3_1_t{
	font-size: 0.17rem;
	font-weight: 300;
}
.vt_3_1_d_num{
	font-size: 0.45rem;
	font-weight: 700;
	line-height: 0.45rem;
}
.vt_3_1_d_unit{
	font-size: 0.2rem;
	margin-left: 0.04rem;
	font-weight: 300;
}
.video_btn_list{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 3;
	display: flex;
}
.video_pop_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 0.5rem;
	border: 1px solid #fff;
	opacity: 0.5;
	transition: opacity .4s;
	cursor: pointer;
	margin-left: 0.2rem;
}
.video_pop_btn div{
	font-size: 0.16rem;
	color: #fff;
	margin-right: 0.2rem;
}
.video_pop_btn img{
	width: 0.3rem;
}
@media (min-width: 721px) {
	.video_pop_btn:hover{
		opacity: 0.8;
	}
}

img{
	width: 100%;
}
/* 视频弹窗 */
/* 弹窗 */
.video_pop_box{
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 10001;
	top: 0;
	opacity: 0;
	transition: opacity .4s;
	pointer-events: none;
	background-color: #000;
}
.video_pop_box video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_close_pop{
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	opacity: 0.5;
	cursor: pointer;
	transition: all .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 100%;
}
.video_close_pop img{
	width: 0.2rem;
	height: 0.2rem;
}
@media (min-width: 721px) {
	.video_close_pop:hover{
		opacity: 1;
		transform: scale(1.2);
	}
}

.video_pop_box.active{
	opacity: 1;
	pointer-events: auto;
}




/* 历程 */
#top{
	display: block;
	position: relative;
	top: 0.12rem;
	z-index: 50;
}
.nav{
	position: relative;
	height: 0.5rem;
}
.nav-list{
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	display: flex;
	height: 100%;
	align-items: center;
}
.nav-a {
	color: #505050;
	text-decoration: none;
	font-size: 0.2rem;
	margin:  0px;
	margin: 0 15px;
	line-height: 0.5rem;
	display: inline-block;
	width: auto !important;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	color:#000;
	opacity: 0.5;
	font-weight: 300;
}
.selected {
	opacity: 1;
	font-weight: 700;
	position: relative;
}
.selected::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 1px;
	background-color: #AF1E23;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
}
#top ::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	display: none;
}
.no_more{
	height: 2rem;
	display: none;
}

.car_course{
	position: relative;
	padding: 1.2rem 0 1rem 1.8rem;
	background-color: rgb(247, 247, 247);
    overflow: hidden;
}
.car_course_top{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: calc(100% - 1.8rem);
}
.cct_t1{
	font-size: 0.4rem;
	font-weight: 700;
}
.cct_t2{
	font-size: 0.2rem;
	margin-top: 0.15rem;
	font-weight: 300;
}
.car_course_sw_box{
	margin-top: 0.8rem;
}
.car_course_swiper{
    width: 39.5%;
    margin-left: 0;
    overflow: initial;
}
.car_course_sw_box .swiper-slide{
	background-color: #fff;
	padding: 0.5rem 0;
}
.ccs_year{
	font-size: 1.2rem;
	color: rgb(236, 236, 236);
	margin-left: 0.5rem;
	font-weight: 800;
}
.car_course_swiper .swiper-slide img{
	margin-top: -1rem;
}
.ccs_text{
	margin-left: 0.5rem;
	margin-top: 0.1rem;
	width: 65%;
	font-size: 0.16rem;
	font-weight: 300;
	letter-spacing: 0.006rem;
}



.filter_box{
	position: relative;
	width: 100%;
	height: 300vh;
}
.filter_main{
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
}
.filter_mask{
	backdrop-filter: blur(50px);
	/* background: linear-gradient(254.25deg, rgba(208, 217, 80, 0.19) -30.07%, rgba(0, 0, 0, 0.8) 78.51%); */
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
	z-index: 1;
	opacity: 0;
}

.filter_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.filter_text{
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	text-align: center;
	color: #fff;
	font-size: 0.4rem;
	line-height: 0.58rem;
	transition: all 1.2s;
}

.filter_box.active .filter_mask{
	opacity: 1;
}
.filter_box.active .filter_text{
	top: 50%;
}




.unit_first{
	width: 100%;
	position: relative;
}
.unit_first_mt{
}
.unit_first_bk{
	width: 100%;
}
.unit_first_text{
	position: absolute;
	left: 1.8rem;
	z-index: 1;
}
.uft_t1{
	font-size: 0.22rem;
	font-weight: 300;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.uft_t2{
	font-size: 0.45rem;
	font-weight: 700;
	margin-top: 0.1rem;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.unit_first_text._into .uft_t1{
	transform: translateY(0rem);
	opacity: 1;
}
.unit_first_text._into .uft_t2{
	transform: translateY(0rem);
	opacity: 1;
	transition-delay: .2s;
}
._fff{
	color: #fff;
}
._down{
	bottom: 1rem;
}


/* 颜色切换 */
.car_color {
    padding: 0.5rem 1.6rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car_color_n {
    padding: 0rem 0 0.5rem;
}

.car_color_btn {
    display: flex;
    padding: 0.1rem 0.1rem 0.1rem 0.3rem;
    background-color: rgba(247, 247, 247, 1);
    border-radius: 50px;
    align-items: center;
    cursor: pointer;
    height: 0.7rem;
}

.cco_b {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 100%;
    background-color: rgb(165, 147, 127);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.35rem;
    cursor: pointer;
    color: rgb(165, 147, 127);
}

.cco_b img {
    width: 0.15rem;
}

.car_change_color {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all 1s;
}

.car_change_color._close {
    height: 0;
}

.car_color_open {
    transition: all 0.5s;
}

.car_color_open .cco_t {
    color: #584242;
    font-size: 0.17rem;
    font-weight: 500;
    margin-left: 0.32rem;
}

.car_color_open._close {
    opacity: 0;
    pointer-events: none;
}

.car_color_close {
    transition: all 0.5s;
}

.car_change_color._close .car_color_close {
    opacity: 0;
}

.car_change_color .car_color_close {
    opacity: 1;
}

.car_change_color .close-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car_change_color .close-box-ns {
    position: absolute;
    top: 0.5rem;
    right: 2.3rem;
    z-index: 2;
}

.color_main {
    width: 100%;
    position: relative;
}

.com_t1 {
    font-size: 0.18rem;
    font-weight: 300;
}

.com_t2 {
    font-size: 0.5rem;
    position: relative;
    margin-top: 0.1rem;
}

.com_t2 div {
    opacity: 0;
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
}

.com_t2 div:nth-of-type(1) {
    position: relative;
}

.com_t2 div.active {
    opacity: 1;
    font-weight: 700;
}

.com_btn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0.4rem;
    flex-direction: column;
}

.com_btn_left {
    display: flex;
}

.com_btn_l {
    width: 1.8rem;
    height: 0.45rem;
    background-color: rgb(165, 147, 127);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0.16rem;
    font-weight: 300;
}

.com_btn_l2 {
    color: rgb(165, 147, 127);
    background-color: transparent;
    margin-left: 0.2rem;
    border: 1px solid rgb(165, 147, 127);
}

.com_btn_right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1rem;
}

.com_btn_r {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 0.03rem;
    cursor: pointer;
    margin-bottom: 2.5vh;
}

.com_btn_r.active {
    border: 3px solid #aa8d67;
}

.com_btn_r div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.color_n1 {
    background-color: #C4BDAF;
}

.color_n2 {
    background-color: #E6E6E6;
}

.color_n3 {
    background-color: #3D3D3D;
}

.color_n4 {
    background-color: #A8AAAF;
}

.color_n5 {
    background-color: rgb(149, 164, 134);
}

.color_n6 {
    background-color: rgb(181, 160, 136);
}

.car_img_box {
    display: flex;
}

.car_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-top: 0.5rem;
}
.car_color_n .car_img{
    margin: 0 1.8rem;

}
.car_img_ns{
    margin-top: 0
}

.car_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    transition: all 1s;
}

.car_img img.img_pr {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
}

.car_img img.active {
    opacity: 1;
}

.car-color-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .8rem;
}

.car-color-list-text-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-box {
    position: absolute;
    opacity: 0;
    font-size: .18rem;
    font-weight: 300;
    color: #fff;
}

.text-box.active {
    position: relative;
    opacity: 1;
}

.car-color-list-color-box {
    display: flex;
    align-items: center;
    margin-top: .3rem;
}

.car-color-list-color-box .color-box {
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin-right: .3rem;
}

.car-color-list-color-box .color-box:nth-last-of-type(1) {
    margin-right: 0;
}

.car-color-list-color-box .color-box1 {
    background-image: linear-gradient(to bottom, #FFFFFF, #97A3AF);
}

.car-color-list-color-box .color-box2 {
    background-image: linear-gradient(to bottom, #90959B, #31363A);
}

.car-color-list-color-box .color-box3 {
    background-image: linear-gradient(to bottom, #FFE6DB, #8E553B);
}

.car-color-list-color-box .color-box::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(.3rem + 3px);
    height: calc(.3rem + 3px);
    border-radius: 50%;
    opacity: 0;
}

.car-color-list-color-box .color-box1::after {
    border: 1px solid #C1C8CF;
}

.car-color-list-color-box .color-box2::after {
    border: 1px solid #585D62;
}

.car-color-list-color-box .color-box3::after {
    border: 1px solid #D1AB9A;
}

.car-color-list-color-box .color-box.active::after {
    opacity: 1;
}

/* tab swiper */
.tab_swiper{
	padding: 0.5rem 1.8rem 0;
}
.tab_swiper .swiper-slide img{
	width: 100%;
}
.swiper_tab{
	display: flex;
	justify-content: center;
	margin-top: 0.2rem;
}
.swiper_tab .list{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.swiper_tab .list div{
	padding: 0.2rem 0.2rem;
	margin: 0 0.2rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #000;
	opacity: 0.5;
	transition: all .5s;
	position: relative;
	cursor: pointer;
}
.swiper_tab .list div:nth-of-type(1){
	margin-left: 0;
}
.swiper_tab .list div:nth-last-of-type(1){
	margin-right: 0;
}
.swiper_tab div.active{
	opacity: 1;
}
.swiper_tab .list div::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #dbad76;
	height: 1px;
	opacity: 0;
	transition: all .5s;
}
.swiper_tab .list div.active::after{
	opacity: 1;
}
.swiper_tab_text{
	height: 1rem;
	position: relative;
}
.swiper_tab_text div{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	width: 80%;
	opacity: 0;
	transition: all .5s;
	color: #8c8c8c;
	font-size: 0.17rem;
}
.swiper_tab_text div.active{
	opacity: 1;
}
/* 黑色主题 */
.tab_swiper._black{
	background-color: #000;
}
._black .swiper_tab .list div{
	color: #fff;
}
._black .swiper_tab_text div{
	color: #8c8c8c;
}
._black .swiper_tab .list{
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.tab_swiper._bottom{
	padding: 0.5rem 1.8rem 1rem;
}

/* 闪光锚点&弹窗 */
.flicker_box{
	transform: scale(0.81);
	transition: all .86s;
}
.flicker_box._show{
	transform: scale(1);
}
.flicker_text{
	padding: 1.85rem 2.55rem 0.95rem;
	color: rgb(255, 255, 255);;
}
.flicker_text div:nth-of-type(1){
	font-size: 0.66rem;
	line-height: .6rem;
	font-weight: 500;
}
.flicker_text div:nth-of-type(2){
	font-size: 0.66rem;
	margin-top: 0.1rem;
	font-weight: 500;
}
.flicker_text div:nth-of-type(3){
	font-size: 0.28rem;
	font-weight: 300;
	margin-top: 0.08rem;
}
.flicker_img{
	position: relative;
}
.flicker_img .flicker_img_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
/* 按钮位置 */
.flicker_btn{
	position: relative;
	cursor: pointer;
}
.flicker_btn_1{
	position: absolute;
	left: 45%;
	top: 45%;
}
.flicker_btn_2{
	position: absolute;
	left: 52.4%;
	top: 37%;
}
.flicker_btn_3{
	position: absolute;
	left: 24.3%;
    top: 28.9%;
}
.flicker_btn_4{
	position: absolute;
	left: 50%;
	top: 14%;
}
.flicker_btn_5{
	position: absolute;
	left: 32%;
	top: 29%;
}
.flicker_btn_6{
	position: absolute;
	left: 76.5%;
    top: 63.1%;
}
.hover_img{
	width: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	transition: all .4s;
	z-index: 1;
}

.tsp_ss{
	padding-bottom: 0.6rem;
}

.qy_img_list{
	position: relative;
}
.qy_img_list img{
	width: 100%;
}
.qy_btn{
	width: 80%;
    height: .85rem;
    background: #61594f;
    color: #fff;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
}

.car_yearst{
	height: auto;
}

@media (min-width: 721px) {
	.flicker_btn:hover .hover_img{
		transform: translate(-50%,-50%) scale(1);
	}
}

.flicker_btn_t{
	position: absolute;
	top: 240%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	white-space: nowrap;
	opacity: 0;
	z-index: 1;
	transition: all .4s;
	font-size: 0.16rem;
	text-align: center;
	letter-spacing: 0.01rem;
}
.flicker_btn_t_fwd{
	top: 200%;
}
@media (min-width: 721px) {
	.flicker_btn:hover .flicker_btn_t{
		opacity: 1;
	}
}


/* 弹窗 */
.enjoy_pop{
	display: flex;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: all .4s;
	z-index: 1000;
}
.enjoy_pop_sw{
	width: 63%;
	margin-left: -63%;
	transition: all .4s;
}
.enjoy_pop_sw .swiper-slide img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.enjoy_pop_sw .swiper-slide video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.enjoy_pop_text{
	width: 37%;
	margin-right: -40%;
	transition: all .4s;
	padding: 0rem 1rem;
	position: relative;
	background-color: rgba(165,147,127,1);
	z-index: 1;
}
.enjoy_pop_t2{
	position: absolute;
	left: 1rem;
	top: 1.5rem;
	transform: translateY(-50%);
	width: calc(100% - 2rem);
}
.enjoy_pop_t2 span{
	display: block;
}
.enjoy_pop_t2 span:nth-of-type(1){
	font-size: 0.26rem;
	color: #fff;
}
.enjoy_pop_t2 span:nth-of-type(2){
	font-size: 0.2rem;
	color: #fff;
	opacity: 0.5;
}
.enjoy_pop_t3{
	position: absolute;
	left: 1rem;
	width: calc(100% - 2rem);
	top: 45%;
	transform: translateY(-50%);
	font-size: 0.2rem;
	letter-spacing: 0.01rem;
	color: #fff;
	opacity: 0.5;
}
.enjoy_pop_t1{
	font-size: .22rem;
	font-weight: 300;
	position: absolute;
	left: 1rem;
	bottom: 7%;
	transform: translateY(-50%);
	width: calc(100% - 2rem);
}
.enjoy_pop_t2 div, .enjoy_pop_t3 div{
	opacity: 0;
	transition: all 0.4s;
	position: absolute;
	top: 0;
}
.enjoy_pop_t3 div{
	font-size: 0.18rem;
	line-height: 0.3rem;
}
.enjoy_pop_t2 div:nth-of-type(1), .enjoy_pop_t3 div:nth-of-type(1){
	position: relative;
}
.enjoy_pop_t2 div.active, .enjoy_pop_t3 div.active{
	opacity: 1;
}

.enjoy_page {
	width: 100%;
	height: 1px;
}
.enjoy_page.swiper-pagination-progress{
	background-color: #fff;
}
.enjoy_page .swiper-pagination-progressbar{
	background-color: rgb(200, 184, 168);
}
.enjoy_page_btn{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	width: calc(100% - 2rem);
}
.epb_list{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.4rem;
}
.enjoy_p_n{
	display: flex;
}
.enjoy_next{
	margin-left: 0.2rem;
}

.enjoy_prev,
.enjoy_next{
	width: 0.5rem;
	cursor: pointer;
}

.enjoy_pop_btn{
	width: 0.5rem;
	height: 0.5rem;
	border: 2px solid rgba(255,255,255,1);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.enjoy_pop_btn img{
	width: 0.15rem;
}
.enjoy_pop.active{
	opacity: 1;
	pointer-events: auto;
}
.enjoy_pop.active .enjoy_pop_sw{
	margin-left: 0;
}
.enjoy_pop.active .enjoy_pop_text{
	margin-right: 0;
}

.enjoy_pop_btn,
.enjoy_prev,
.enjoy_next{
	opacity: 0.6;
	transition: all .5s;
}
@media (min-width: 721px) {
	.enjoy_pop_btn:hover,
	.enjoy_prev:hover,
	.enjoy_next:hover{
		opacity: 1;
	}
	
}


/* 主动安全 */
.unit_second{
	padding: 1.2rem 1.8rem 0;
	background-color: rgb(0, 0, 0);
}
.us_text{
	padding-left: 1.5rem;
}
.ust_t1{
	color: #fff;
	font-size: 0.32rem;
	font-weight: 700;
}
.ust_t2{
	color: #ABABAB;
	font-size: 0.18rem;
	font-weight: 300;
	margin-top: 0.1rem;
	width: 50%;
}
.swiper_style_2 {
	margin-top: 0.4rem;
}
.swiper_style_2 .swiper-slide div{
	font-size: 0.16rem;
	font-weight: 400;
	color: #ABABAB;
	margin-top: 0.2rem;
}
.ss2_page_btn{
	margin-top: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ss2_page{
	width: 100%;
	height: 2px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.2);
}
.ss2_page .swiper-pagination-progressbar{
	background-color: #fff;
}
.ss2_btn{
	display: flex;
	align-items: center;
	margin-left: 0.5rem;
}
.ss2_btn img{
	width: 0.5rem;
	cursor: pointer;
	opacity: 0.5;
	transition: all .5s;
}
@media (min-width: 721px) {
	.ss2_btn img:hover{
		opacity: 1;
	}
}
.ss2_btn img{
	width: 0.5rem;
}
.ss21_next{
	margin-left: 0.2rem;
}

.more_config{
	padding: 1.2rem 1.8rem 1rem;
	background-color: rgb(179, 170, 153);
}
.more_config_text_btn{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.mct_t{
	color: #fff;
	font-size: 0.45rem;
	font-weight: 700;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.mct_t._into{
	transform: translateY(0rem);
	opacity: 1;
}
.mctb_i{
	margin-top: 0.6rem;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.mctb_i._into{
	transform: translateY(0rem);
	opacity: 1;
}
.mct_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  padding: 0.1rem 0.2rem;
  width: 2.2rem;
  height: 0.5rem;
  color: #fff;
  background: #000;
  cursor: pointer;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
}
.mct_b._into{
	transform: translateY(0rem);
	opacity: 1;
}
._img {
  width: 0.24rem;
  position: relative;
}
._img img{
	width: 90%;
}
.mct_b div {
  margin-left: 0.17rem;
  font-weight: 350;
  font-size: 0.18rem;
  /* letter-spacing: 0.02rem; */
}

.swiper_tab_btn_page, .enjoy_pop_mb{
	display: none;
}



/* 移动 */
@media (max-width: 767px) {

    .video_pop_360{
        margin-right: 1.5rem;
    }

	/* banner */
	.banner{
		overflow-x: hidden;
	}
	.banner .detail{
		width: 100%;
		height: 100%;
		padding: 2.5rem 0.5rem 1rem;
		left: 0;
		top: 0;
		transform: translate(0,0);
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.banner .btn-box{
		position: absolute;
		bottom: 1.5rem;
	}
	.banner .detail .btn-box .btn2{
		width: 3rem;
		height: 0.7rem;
	}
	.banner .detail .btn-box .btn2 a{
		font-size: 0.24rem;
	}
	.banner .detail .desc{
		font-size: 0.28rem;
		letter-spacing: 0.18rem;
		margin-top: 0.1rem;
	}
	
	
	.video_text{
		width: calc(100% - 1rem);
		left: 0.5rem;
		height: calc(100% - 5.5rem);
		bottom: 0;
		top: 0;
		margin: 2.5rem 0 3rem;
	}
	.vt_3{
		position: absolute;
		bottom: 0;
		top: auto !important;
	}
	.vt_3_1{
		margin-right: 0.5rem;
	}
	.vt_3_1_d_num{
		font-size: 0.4rem;
		line-height: 0.4rem;
	}
	.video_btn_list{
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	.video_pop_btn{
		margin-left: 0;
		width: 2.5rem;
		height: 0.7rem;
		opacity: 0.8;
	}
	.video_pop_btn div{
		font-size: 0.24rem;
	}
	.video_pop_btn img{
		width: 0.4rem;
	}
	
	/* 神车历程 */
	.car_course{
		padding: 1.2rem 0 1rem 0.5rem;
		overflow: hidden;
	}
	.car_course_top{
		flex-direction: column;
		align-items: flex-start;
	}
	.car_course_top{
		width: 100%;
	}
	.car_course_year{
		width: 100%;
		margin-top: 0.5rem;
	}
	#top{
		padding-right: 0.5rem;
	}
	.nav-a{
		margin-right: 0.5rem;
		margin-left: 0;
	}
	.cct_t1{
		font-size: 0.5rem;
	}
	.cct_t2{
		font-size: 0.28rem;
	}
	.nav-a{
		font-size: 0.28rem;
	}
	.car_course_swiper .swiper-slide img{
		margin-top: -0.7rem;
	}
	.ccs_text{
		font-size: 0.18rem;
		width: 80%;
	}
	
	
	
	.filter_text{
		white-space: nowrap;
		line-height: 0.75rem;
	}
	
	._down{
		bottom: 1.5rem;
	}
    .unit_first_mt{
    }
	.unit_first_text{
		left: 0.5rem;
        bottom: 2rem;
		width: calc(100% - 1rem);
	}
	.uft_t1{
		font-size: 0.34rem;
	}
	.uft_t2{
		font-size: 0.5rem;
		line-height: 0.7rem;
	}
	.mb_more_text .uft_t1{
		font-size: 0.34rem;
	}
	.mb_more_text .uft_t2{
		font-size: 0.5rem;
		line-height: 0.7rem;
	}
	
	.tab_swiper{
		padding: 1rem 0.5rem;
		width: 100vw;
		overflow-x: hidden;
	}
	.swiper_tab{
		display: none;
	}
	.swiper_tab_text{
		height: 2.5rem;
		margin-top: 0.4rem;
	}
	.swiper_tab_text div{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translate(0%, 0%);
		font-size: 0.28rem;
	}
	.swiper_tab_text div span{
		display: block;
		font-size: 0.34rem;
		font-weight: bold;
		margin-bottom: 0.2rem;
		color: #333;
	}
	._text_left div{
		text-align: left;
	}
	.swiper_tab_btn_page{
		display: flex;
		align-items: center;
		justify-content: center;
        width: 100%;
	}
	.sw_tab_prev, .sw_tab_next{
		width: 0.9rem;
		height: 0.9rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		background-color: rgb(247, 247, 247);
	}
	.sw_tab_prev img, .sw_tab_next img{
		width: 0.5rem;
	}
	.sw_tab_prev_b img, .sw_tab_next_b img{
		width: 0.17rem;
	}
	.sw_tab_next img{
		transform: rotate(180deg);
	}
	.sw_tab_page{
		margin: 0 0.5rem;
	}
	.sw_tab_page .swiper-pagination-bullet{
		margin: 0 0.1rem;
	}
	.sw_tab_page .swiper-pagination-bullet-active{
		background-color: rgb(165, 147, 127);
	}
	.sw_tab_page_s1{
		width: 100%;
		height: 1px;
		position: relative;
		background-color: rgba(0, 0, 0, 0.1);
	}
	.sw_tab_page_s1 .swiper-pagination-progressbar{
		background-color: rgb(165, 147, 127);
	}
	
	._black .sw_tab_prev, ._black .sw_tab_next{
		background-color: rgba(255, 255, 255, 0.25);
		/* background-color: rgb(63, 63, 63); */
	}
	._black .sw_tab_page .swiper-pagination-bullet{
		background-color: rgba(255, 255, 255, 0.8);
	}
	._black .sw_tab_page .swiper-pagination-bullet-active{
		background-color: #fff;
	}
	
	
	.car_color{
		padding: 0rem 0.5rem 0.5rem;
	}
	.car_color_close {
		padding: 0.1rem 0.1rem 0.1rem 0.3rem;
		height: 0.85rem;
		width: 1.7rem;
	}
	.cco_b {
		width: 0.6rem;
		height: 0.6rem;
		margin-left: 0.2rem;
	}
	.cco_b img {
		width: 0.2rem;
	}
	.car_color_open .cco_t {
		font-size: 0.28rem;
	}
	.cco_t{
		white-space: nowrap;
	}
	.car_color_close {
		margin-top: 3.5vh;
	}
	.com_t1 {
		font-size: 0.5rem;
		margin-top: 0.5rem;
	}
	.car_img {
		margin-top: 10vh;
	}
    .car_img_box_ns .car_img {
        margin: 0
    }
    .car_change_color .close-box-ns {
        position: absolute;
        top: auto;
        z-index: 2;
        right: auto;
        bottom: -2.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .car-color-list{
        position: relative;
        bottom: auto;
        top: .5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .car_color_n .car-color-list{
        top: .8rem;
    }
    .text-box{
        color: #000;
        font-size: .4rem;
        font-weight: 400;
    }
    .car_color_n .car-color-list-color-box{
        margin-top: .5rem;
    }
    .car-color-list-color-box .color-box{
        width: .44rem;
        height: .44rem;
        margin-right: 1rem;
    }
    .car-color-list-color-box .color-box::after {
        width: calc(.44rem + 8px);
        height: calc(.44rem + 8px);
    }
    .car_color_close_ns{

    }
	.com_t2 {
		text-align: center;
		margin-top: 8vh;
	}
	.com_t2 div {
		width: 100%;
		transition: all 0.5s;
		font-size: 0.4rem;
	}
	.com_btn {
		flex-direction: column;
            align-items: center;
	}
	.com_btn_right {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.com_btn_r{
		margin-bottom: 0;
		margin-right: 0.3rem;
	}
	.com_btn_r:nth-last-of-type(1){
		margin-right: 0rem;
	}
	.com_btn_left {
		margin-top: 5vh;
	}
	.com_btn_l {
		width: 2.7rem;
		height: 0.75rem;
		font-size: 0.25rem;
	}
	.com_btn_l2 {
		margin-left: 0.5rem;
	}
	.car_change_color {
		height: 12rem;
	}
	    .car_change_color_ns{
        height: 8.5rem
    }
	
	.mb_mtop{
		margin-top: 0.5rem;
	}
	
	
	.unit_second{
		padding: 1rem 0.5rem 0;
	}
	.us_text{
		padding-left: 0;
	}
	
	.ust_t1{
		font-size: 0.45rem;
	}
	.ust_t2{
		font-size: 0.26rem;
		width: 100%;
		margin-top: 0.3rem;
	}
	.swiper_style_2{
		margin-top: 0.6rem;
	}
	.swiper_style_2 .swiper-slide div{
		font-size: 0.26rem;
	}
	.btn_ss21{
		display: none;
	}
	.ss2_page_btn{
		margin-top: 0.8rem;
	}
	.ss2_page{
		height: 1px;
	}
	
	
	.tab_swiper._bottom{
		padding: 0.6rem 0.5rem 1rem;
	}
	
	
	
	.more_config{
		padding: 1rem 0.5rem 1rem;
	}
	.mct_t{
		font-size: 0.45rem
	}
	.mct_b{
		width: 2.8rem;
		height: 0.7rem;
	}
	
	
	
	/* 闪光锚点弹窗 */
	.enjoy_pop{
		display: none !important;
	}
	.enjoy_pop_mb{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 20;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.enjoy_pop_mb_bk{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.epm_main{
		width: calc(100% - 1rem);
	}
	.epmm_sw .swiper-slide{
		border-radius: 20px;
		overflow: hidden;
	}
	.epmm_sw_text{
		height: 5rem;
		background-color: rgb(165, 147, 127);
		padding: 0.5rem;
	}
	.est_01{
		font-size: 0.35rem;
		color: #fff;
	}
	.est_02{
		margin-top: 0.1rem;
		font-size: 0.3rem;
		color: #fff;
		opacity: 0.5;
	}
	.est_03{
		margin-top: 0.3rem;
		font-size: 0.26rem;
		color: #fff;
		opacity: 0.8;
		font-weight: 300;
	}
	.epmm_page {
		bottom: 0.8rem;
		width: 60%;
		margin-left: 20%;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.1);
	}
	.epmm_page .swiper-pagination-progressbar{
		background-color: #fff;
	}
	
	.epm_close{
		width: 100%;
		margin-top: 0.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 20;
	}
	.epm_close div{
		width: 1rem;
		height: 1rem;
		border-radius: 100%;
		background-color: rgba(255, 255, 255, 0.25);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.epm_close div img{
		width: 0.27rem;
	}
	.enjoy_pop_mb{
		opacity: 0;
		pointer-events: none;
		top: -100vh;
		transition: opacity 1s;
	}
	.enjoy_pop_mb.active{
		opacity: 1;
		top: 0vh;
		pointer-events: auto;
	}

	.mct_b div{
		margin-left: 0.2rem;
		margin-top: -0.05rem;
		font-weight: 350;
		font-size: 0.24rem;
		/* letter-spacing: 0.02rem; */
	}
	._img img{
		width: 120%;
	}
	._img{
		margin-right: 0.1rem;
	}

	.video_text .vt_2{
		font-weight: 700;
	}
	
	.swiper_tab_txts div span{
		color: #fff;
		opacity: 0.9;
	}
	.swiper_tab_text div{
		color: #666;
	}

    .flicker_btn_1{
        position: absolute;
        left: 91%;
        top: 34%;
    }
    .flicker_btn_2{
        position: absolute;
        left: 52.4%;
        top: 23%;
    }
    .flicker_btn_3{
        position: absolute;
        left: 93%;
        top: 15.5%;
    }
    .flicker_btn_4{
        position: absolute;
        left: 22.3%;
        top: 24.3%;
    }
    .flicker_btn_5{
        position: absolute;
        left: 84%;
        top: 27%;
    }
    .flicker_btn_6{
        position: absolute;
        left: 21.5%;
        top: 45.1%;
    }
    
	

    .car_course_swiper{
        width: 76%;
        margin-left: 0;
        overflow: initial;
    }
	
	
}










/* 2024 06 19 */
.car_model_list{
    display: flex;
    color:#fff;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}
.cml_min{
    margin-right: 0.2rem;
    position: relative;
}
.cml_min::after{
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -0.1rem;
    transform: translateY(-50%);
    opacity: 0.5;
}
.cml_min:nth-last-of-type(1){
    margin-right: 0rem;
}
.cml_min:nth-last-of-type(1)::after{
    width: 0px;
    display: none;
}
.cmlm_t1{
    font-size: 0.152rem;
}
.cmlm_t2{
    font-size: 0.2rem;
}
.cmlm_t2 span{
    font-size: 0.12rem;
}




@media (max-width: 767px) {
    .banner .detail .title{
        width: 100%;
    }
    .banner .detail .title img{
        width: 68%;
    }
    .banner .detail .desc{
        width: 100%;
        font-size: 0.36rem;
    }
    .car_model_list{
        width: 100%;
        margin-top: 0.2rem;
    }
    .cmlm_t1{
        font-size: 0.18rem;
    }
    .cmlm_t2{
        font-size: 0.26rem;
        margin-top: 0.01rem;
        font-weight: 800;
    }
    .cmlm_t2 span {
        font-size: 0.15rem;
    }

    .video_box{
        height: 100vh;
    }
    .video_min{
        position: relative;
    }
    .video_pop_box video{
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        max-height: 100%;
        max-width: 100%;
        margin: auto;
        object-fit: contain;
    }
}



































/* 按钮 */
.HotspotPoint__point__3GEmahoi {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: scale(0);
  border: 1px solid transparent;
  transition: border 300ms; }
  .HotspotPoint__point__3GEmahoi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    transition: transform 300ms, background 300ms;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid transparent; }
    .HotspotPoint__point__3GEmahoi:before {
      border-color: #fff; }

.HotspotPoint__hidden__2I1UO_ir {
  pointer-events: none; }
  .HotspotPoint__hidden__2I1UO_ir:before {
    transform: translate(-50%, -50%) scale(0); }

.HotspotPoint__opened__17jxY6X7 {
  border-color: #fff; }

.HotspotPoint__opened__17jxY6X7:before {
  transform: translate(-50%, -50%) scale(2); }
  
  .HotspotPoint__opened__17jxY6X7:before {
    background: #fff; }

.HotspotPoint__pulsing__1MVjgpDF:before {
  width: 20px;
  height: 20px; }

.HotspotPoint__pulsing__1MVjgpDF::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  transform-origin: center;
  border-radius: 50%;
  box-sizing: border-box;
  animation: HotspotPoint__pulse__1erxfkPR 2s infinite;
  border: 2px solid #fff; }
  
  .HotspotPoint__pulsing__1MVjgpDF::after {
    color: #fff;
    border: 2px solid #fff; }

@keyframes HotspotPoint__pulse__1erxfkPR {
  0% {
    opacity: 0;
    border-width: 2px;
    transform: scale(0.5, 0.5);
    background-color: rgba(255,255,255,.8); }
  50% {
    opacity: 1;
    transform: scale(1, 1);
    border-width: 2px;
    background-color: rgba(255,255,255,.8); }
  100% {
    opacity: 0;
    border-width: 1px;
    background-color: transparent;
    transform: scale(2, 2); } }