@font-face {
	font-family: p-black;
	src: url(fonts/Poppins-Black.otf);
  }
  @font-face {
	font-family: p-bold;
	src: url(fonts/Poppins-Bold.otf);
  }
  @font-face {
	font-family: p-medium;
	src: url(fonts/Poppins-Medium.otf);
  }
  @font-face {
	font-family: p-regular;
	src: url(fonts/Poppins-Regular.otf);
  }

body {
  font-family: "Montserrat-Regular";
  background-color: rgb(247, 247, 247);
}

.banner{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.kv_mask{
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
}
.banner video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner_text{
	position: absolute;
	top: 20vh;
	left: 50%;
	transform: translateX(-50%);
}
.banner_text img{
	width: 4.5rem;
}
.banner_text div{
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	font-weight: 300;
	margin-top: 0.2rem;
	letter-spacing: 0.03rem;
}
.banner_btn{
	position: absolute;
	bottom: 10vh;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	display: none;
}
.banner_btn .btn_style_01:nth-of-type(2){
	margin-left: 0.2rem;
}
.btn_style_01{
	width: 2.3rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 0.16rem;
	cursor: pointer;
}


.unit_box_1{
	position: relative;
	width: 100%;
	height: 250vh;
}
.u1_l1{
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #f3ede8;
}
.ul_t{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.jb_01{
	background-image: linear-gradient(to right, #54473f, #907d6e);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent; 
	font-size: 0.9rem;
	font-family: "p-bold";
}
.jb_02{
	background-image: linear-gradient(to right, #54473f, #907d6e);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent; 
	font-size: 0.25rem;
	letter-spacing: 0.03rem;
	font-weight: bold;
}
.ul_t img{
	width: 4.3rem;
	margin-top: 0.3rem;
}

.u1_l2{
	position: relative;
	width: 100%;
	height: 100vh;
	margin-top: 50vh;
}
.u1_l2 img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.fd_list{
	width: 100%;
	position: absolute;
	bottom: 10vh;
	padding: 0 1rem;
	display: flex;
	justify-content: space-between;
}
.fd_min{
	/* width: 18.5%; */
	width: 22%;
}
.fd_top{
	font-size: 0.5rem;
	color: #fff;
}
.fd_line{
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin: 0.1rem 0rem;
}
.fd_bottom{
	color: #fff;
	font-size: 0.18rem;
	text-align: right;
	font-family: "p-bold";
}


.car_color{
	padding: 1rem;
}
.cc_t1{
	font-size: 0.4rem;
	font-family: "p-bold";
}
.cc_btn{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 0.4rem;
}
.cc_btn_360{
	width: 2rem;
	line-height: 0.5rem;
	background-color: #fff;
	font-size: 0.16rem;
	text-align: center;
	opacity: 0;
	pointer-events: none;
}
.cc_btn_list{
	display: flex;
	align-items: center;
}
.ccb_min{
	width: 0.42rem;
	height: 0.42rem;
	margin-left: 0.15rem;
	border-radius: 100%;
	cursor: pointer;
	padding: 0.03rem;
}
.ccb_min div{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.ccb_min_1 div{
	background-color: #cfd5e1;
}
.ccb_min_2 div{
	background-color: #434343;
}
.ccb_min_3 div{
	background-color: #8b8b8b;
}
.ccb_min_4 div{
	background-color: #411e41;
}
.ccb_min_5 div{
	background-color: #3983b2;
}
.ccb_min_6 div{
	background-color: rgb(185, 198, 206);
}
.ccb_min_7 div{
	background-color: rgb(57, 98, 102);
}
.ccb_min_8 div{
	background-color: rgb(21, 44, 155);
}
.ccb_min.active{
	border: 1px solid rgb(183, 183, 183);
}
.cc_img_list{
	position: relative;
	background-color: #cfd5e1;
	margin-top: -0.8rem;
	padding-top: 1rem;
}
.cc_img_list img{
	position: absolute;
	top: 1rem;
	left: 0;
	opacity: 0;
	transition: all .5s;
	width: 90%;
	margin-left: 5%;
}
.cc_img_list img:nth-of-type(1){
	position: relative;
	top: 0;
}
.cc_img_list img.active{
	opacity: 1;
}
.cc_name{
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	font-size: 0.3rem;
}
.cc_name div{
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
	white-space: nowrap;
}
.cc_name div.active{
	opacity: 1;
}


.car_detail{
	padding: 0 1rem 1rem;
	padding-top: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.car_d_min{
	position: relative;
}
.car_d_min img{
	width: 100%;
}
.car_d_min_1{
	width: 29.2%;
}
.car_d_min_2{
	width: 69.8%;
}
.car_d_min_3{
	width: 49.55%;
	margin-top: 1%;
}
.car_d_min_4{
	width: 49.55%;
	margin-top: 1%;
}
.car_d_min_5{
	width: 100%;
	margin-top: 1%;
}
.car_d_min div{
	position: absolute;
	bottom: 0.3rem;
	right: 0.4rem;
	color: #fff;
	font-size: 0.25rem;
}



.sw_u1{
	padding: 1rem;
}
.sw_u1 .swiper-slide img{
	width: 100%;
}
.sw_u1 .swiper-slide div{
	font-size: 0.2rem;
	margin-top: 0.3rem;
	line-height: 1.2;
}
.sw_page_btn{
	display: flex;
	align-items: center;
	margin-top: 0.4rem;
}
.sw_page_u1{
	position: relative !important;
	height: 1px;
	flex: 1;
}
.sw_pb{
	display: flex;
	align-items: center;
}
.sw_pb_s{
	margin-left: 0.22rem;
	width: 0.56rem;
	height: 0.56rem;
	border: 1px solid #000;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}
.sw_pb_s img{
	width: 0.12rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.sw_page_btn .swiper-pagination-progress .swiper-pagination-progressbar{
	background-color: #9d9d9d;
	height: 3px;
}



.sw_u2{
	width: 100%;
	padding: 1rem;
	position: relative;
}
.sw_u2 .swiper-slide img{
	width: 100%;
}
.sw_u2_1{
	position: relative;
}
.sw_u2_tab{
	position: absolute;
	bottom: 0.7rem;
	display: flex;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	align-items: flex-end;
}
.sw_u2_tab div{
	color: #fff;
	font-size: 0.18rem;
	white-space: nowrap;
	margin: 0 0.3rem;
	position: relative;
}
.sw_u2_tab div:nth-of-type(1){
	margin-left: 0;
}
.sw_u2_tab div:nth-last-of-type(1){
	margin-right: 0;
}
.sw_u2_tab::after{
	position: absolute;
	display: block;
	content: '';
	bottom: -0.2rem;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	z-index: 0;
}
.sw_u2_tab div::after{
	position: absolute;
	display: block;
	content: '';
	bottom: -0.2rem;
	height: 2px;
	background-color: rgb(220, 189, 147);
	width: 100%;
	opacity: 0;
	transition: all .5s;
	z-index: 2;
}
.sw_u2_tab div.active::after{
	opacity: 1;
}
.sw_u2_tab div{
	opacity: 0.7;
	cursor: pointer;
	transition: all .5s;
}
.sw_u2_tab div.active{
	opacity: 1;
}
.sw_u2_tab div:hover{
	opacity: 1;
}


/* 浮出 */
.jb_01, .jb_02, .ul_t img{
	transform: translateY(1rem);
	opacity: 0;
	transition: all 1s;
}
.ul_t._into .jb_01{
	transform: translateY(0);
	opacity: 1;
}
.ul_t._into .jb_02{
	transform: translateY(0);
	opacity: 1;
	transition-delay: .2s;
}
.ul_t._into img{
	transform: translateY(0);
	opacity: 1;
	transition-delay: .2s;
}

.content_us_jump{
	position: relative;
}
.content_us_jump img{
	width: 100%;
}
.content_us_jump a{
	display: block;
    width: 20%;
    height: 7%;
    position: absolute;
    top: 30%;
    left: 6%;
}





@media (max-width: 768px) {

	.content_us_jump a{
		width: 54%;
        height: 7%;
        top: 30.5%;
        left: 10.5%;
	}

	.jb_01{
		font-size: 0.7rem;
	}
	.jb_02{
		margin-top: 0.1rem;
		white-space: nowrap;
	}
	.ul_t img{
		margin-top: 0.4rem;
	}
	.unit_box_1, .u1_l2, .u1_l2 img{
		height: auto;
	}
	
	.fd_list{
		padding: 0 0.5rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fd_min{
		width: 46%;
	}
	.fd_top{
		font-size: 0.6rem;
	}
	.fd_bottom{
		font-size: 0.2rem;
	}
	
	
	.car_color{
		padding: 1rem 0.5rem 1.1rem;
	}
	.cc_name{
		right: auto;
		top: auto;
		left: 0.5rem;
		bottom: 0.8rem;
	}
	.cc_name div{
		right: auto;
		left: 0;
		font-size: 0.28rem;
	}
	.cc_img_list{
		height: 7.5rem;
		padding-top: 2.7rem;
		padding-bottom: 2.7rem;
	}
	.cc_img_list img{
		top: 2.7rem;
		width: 110%;
		left: -12%;
	}
	.cc_btn{
		display: none;
	}
	.color_btn_mb{
		margin-top: 0.4rem;
	}
	.ccb_min{
		width: 35px;
		height: 35px;
		padding: 2px;
	}
	
	
	.car_detail{
		padding: 0 0.5rem 1rem;
		padding-top: 1rem;
	}
	.car_d_min_1, .car_d_min_4{
		width: 100%;
	}
	.car_d_min_2, .car_d_min_3{
		width: 48.5%;
		margin-top: 3%;
	}
	.car_d_min_4{
		margin-top: 3%;
	}
	.car_d_min div{
		right: auto;
		bottom: 0.16rem;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
	}
	
	
	
	.sw_u1{
		padding: 1rem 0 1rem 0.5rem;
	}
	.sw_pb{
		display: none;
	}
	.sw_page_u1{
		height: auto;
	}
	.sw_u1 .swiper-pagination-bullet{
		width: 0.5rem;
		height: 2px;
		margin-right: 0.1rem;
		border-radius: 0;
	}
	.sw_u1 .swiper-pagination-bullet-active{
		background-color: #000;
	}
	.sw_u1 .swiper-slide div{
		font-size: 0.24rem;
		line-height: 1.4;
	}
	
	
	.sw_u2{
		padding: 1rem 0.5rem;
	}
	.sw_u2_tab{
		position: relative;
		bottom: auto;
		display: block;
		margin-top: 0.5rem;
	}
	.sw_u2_tab div{
		color: #000;
		margin: 0;
		padding: 0.3rem 0 0.3rem 0.4rem;
		font-size: 0.23rem;
	}
	.sw_u2_tab::after{
		width: 0;
		height: 0;
	}
	.sw_u2_tab div::after {
	    bottom: auto;
		left: 0rem;
	    height: 100%;
	    width: 2px;
		top: 50%;
		transform: translateY(-50%);
	}
	.sw_u2_tab div::before{
		content: '';
		position: absolute;
		display: block;
		background-color: rgba(0, 0, 0, 0.1);
		opacity: 1;
		left: 0rem;
		height: 100%;
		width: 2px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .5s;
		z-index: 0;
	}
	.sw_u2_tab div:nth-of-type(1){
		padding-top: 0.1rem;
	}
	.sw_u2_tab div:nth-last-of-type(1){
		padding-bottom: 0.1rem;
	}
	
}