body {
	width: 100vw;
	height: calc(100vh - 109px);
	overflow-y: auto;
	overflow-x: hidden;
}

.parameter_detali_con {
	position: fixed;
	top: 109px;
	z-index: 999;
	width: 100%;
	height: calc(100vh - 109px);
	overflow-y: auto;
	overflow-x: hidden;
}

.parameter_detali_container {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 70px 20px 50px;
	background-color: #FFF;
}

.close {
	width: 54px;
	position: absolute;
	right: 15px;
	top: 20px;
}


.model_detail {
	color: #C22B30;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 50px;
	font-weight: 400;
}

.detail_title {
	margin-top: 35px;
	color: #000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 50px;
	font-weight: 400;
}

.detail_container {
	overflow-x: auto;
	width: 100%;
	height: calc(100vh - 400px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	scrollbar-color: #333 #f5f5f5;
	margin: 72px 10px 10px 10px;
	padding-right: 30px;
}

.detail_container::-webkit-scrollbar {
	width: 3px;
}

.detail_container::-webkit-scrollbar-thumb {
	background: rgba(217, 217, 217, 1);
	margin-left: 100px;
}

.detail_item {
	box-sizing: border-box;
	padding: 30px 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	justify-content: space-between;
}

.detail_item div:nth-child(1) {
	color: #000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 28px;
	font-weight: 400;
	width: 250px;
	padding-right: 70px;
}

.detail_item div:nth-child(2) {
	color: #666;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 24px;
	font-weight: 400;
	text-align: right;
}

.detail_item:last-child {
	/* border-bottom:none; */
	margin-bottom: 100px;
}

/* 技术参数 */
.parameter_container {
	position: relative;
	padding: 10vw 0;
	background-color: #EFEFEF;
	width: 100%;
	height: 1365px;
	box-sizing: border-box;
}

.parameter_title {
	color: #000;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 6px;
}

.parameter {
	display: flex;
	justify-content: center;
	margin: 124px 37px;
}

.parameter_itemleft {
	width: 50%;
	height: 775px;
	border-right: 1px solid #CCC;
}

.parameter_itemright {
	width: 50%;
}

.parameter_item {
	padding: 0 92px;
	color: #999;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 27.747px;
	font-style: normal;
	font-weight: 500;
	line-height: 38.845px;
	height: 387px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 50%;
}

.parameter_item:nth-child(1) {
	border-bottom: 1px solid #C8C7C8;
}

.parameter_item div {
	margin: 15px 0;
}

.big_red {
	color: #D80C24;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 60px;
	line-height: 67px;
	font-weight: 700;
}

.view_btn {
	margin: 0 auto;
	width: 235px;
	height: 64px;
	flex-shrink: 0;
	border: 1px solid #000000;
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	line-height: 64px;
	text-align: center;
	letter-spacing: 2.2px;
	cursor: pointer;
	transition: all 0.6s;
}

.view_btn:hover {
	opacity: 0.8;
	background-color: #000000;
	color: #FFF;
	animation: 0.4s both;
}


/* banner */
.image_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 109px);
}

.banner {
	display: block;
	width: 100%;
	height: calc(100vh - 109px);
	object-fit: cover;
}

.car_model {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	color: #FFF;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 9.4vw;
	font-style: normal;
	font-weight: 700;
}

/* 360展示 */
.exhibit {
	position: relative;
	width: 100%;
	height: 971px;
	padding-bottom: 30px;
	overflow-x: hidden;
}

.exhibit-img360Con {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.exhibit-img360flex {
	position: relative;
	padding-top: 140px;
	width: 100%;
	height: 400px;
	user-select: none;
	pointer-events: none;
}

.exhibit-img360-loading {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 540px;
}

.exhibit-img360-txt {
	position: absolute;
	top: 54px;
	color: #EAEAEA;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	user-select: none;
	pointer-events: none;
	white-space: nowrap;
}

.exhibit-img360 {
	max-width: 100%;
	user-select: none;
}

.exhibit-descp {
	position: relative;
	top: -20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.exhibit-color {
	padding-top: 18px;
	display: flex;
	justify-content: space-between;
}

.exhibit-color-01 {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: #000 solid 2px;
	border: rgba(217, 217, 217, 0) solid 2px;
}

.exhibit-color-icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3)
}

.exhibit-color-01 img {
	width: 24px;
	height: 24px;
}

.exhibit-color-01bg {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
}

.exhibit-color-02 {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: rgba(217, 217, 217, 0) solid 2px;
}

.exhibit-color-select {
	border: #000 solid 2px;
}

.exhibit-color-02bg1 {
	width: 24px;
	height: 12px;
	background-color: #000;
	border-radius: 12px 12px 0px 0px;
}

.exhibit-color-02bg2 {
	width: 24px;
	height: 12px;
	background-color: #F9D649;
	border-radius: 0px 0px 12px 12px;
}

.exhibit-name {
	padding-top: 10px;
	color: #000;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.exhibit-price {
	color: #C22B30;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 43px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
}

.weCha_code {
	margin: 20px 0;
	width: 320px;
	height: 320px;
}

.weCha_code>img {
	width: 100%;
	height: 100%;
}

.exhibit-btn {
	padding-top: 15px;
	color: #000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
}

.exhibit-down {
	width: 160px;
	height: 40px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 18px;
	white-space: nowrap;
}

.exhibit-buy {
	width: 155px;
	height: 40px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;

}

.exhibit-btn img {
	padding: 0px 6px;
}

.ps_content {
	position: absolute;
	bottom: 20px;
	left: 0;
	box-sizing: border-box;
	padding: 0 40px;
	width: 100%;
	color: #000;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

/* 产品特点 */
.characteristic {
	position: relative;
	width: 100%;
	/* background-color: #000; */
}

.product_img {
	display: block;
	width: 100% !important;
	overflow: hidden;
	margin: -1px;
	background-color: #000;
}

.product_detail {
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	font-family: -apple-system, Source Han Sans CN;
	font-style: normal;
	font-weight: 700;
	background-color: #000;
	padding-left: 84px;
	padding-bottom: 43px;
}

.product_detail::-webkit-scrollbar {
	width: 3px;
}

.product_detail::-webkit-scrollbar-thumb {
	background: rgb(119, 118, 118);
	margin-left: 100px;
}

.item_title {
	color: #FFF;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 68.545px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 7px;
}

.item_title_2 {
	margin-top: 50px;
	color: #FFF;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 3px;
}

.item_title_3 {
	margin-top: 20px;
	color: #FFF;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width: 500px;
}

.item_title_4 {
	font-size: 17px;
	margin-top: 50px;
	display: flex;
	align-items: center;
	line-height: 35px;
}

.item_title_4_left {
	margin-right: 56px;
}

.item_title_4_left div:nth-child(1) {
	color: #C22B30;
}

.item_title_4_right div:nth-child(1) {
	color: #C22B30;
}

/* 产品特点轮播 */
.product-features {
	padding-top: 13px;
	box-sizing: border-box;
	width: 100%;
	height: 550px;
	background-color: #CCC;
	;
}

.product-features-item {
	width: 678px;
	height: 550px;
}

.product-features-item-img {
	width: 678;
	height: 339px;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-features-item-img img {
	max-width: 100%;
}

.product-features-item-title {
	padding-top: 22px;
	color: #000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
}

.product-features-item-descrip {
	color: #000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
}

.product-features-active {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* swiper */
.product-bigBanner .swiper-container {
	width: 100%;
	/* height: 500px; */
}

.product-bigBanner .swiper-container {
	width: 100%;
	/* height: 500px; */
}

.product-bigBanner .swiper-slide_img {
	width: 100%;
	object-fit: cover;
}

.swiper-slide {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 轮播图指示点 */
.swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 10px;
	background: white;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
	background: #D80C24;
	width: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 33px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("../../img/index/next.png") !important;
	right: 57px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("../../img/index/prev.png") !important;
	left: 57px;
}

.product-features .swiper-button-next,
.product-features .swiper-button-prev {
	top: 30%;
}

.product-features .swiper-slide-active .product-features-active {
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

/* 预约试驾 */
.reservation {
	box-sizing: border-box;
	padding: 100px 36px 0px 36px;
	width: 100%;
	height: 1275px;
	background: #000;
	color: #FFF;
	font-family: -apple-system, Source Han Sans CN;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #C8C7C8;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}

.reservation_title {
	color: #FFF;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 6px;
	line-height: 63px;
	margin-bottom: 40px;
}

.reservation-item {
	padding-top: 60px;
	width: 100%;
}

/* 文本框样式 */
input[type="text"] {
	width: 100%;
	background: transparent;
	font-size: 30px;
	padding: 7px;
	border: none;
	box-sizing: border-box;
	resize: vertical;
	outline: none;
	color: #C8C7C8;
	border-bottom: 1px solid #C8C7C8;
}

input::placeholder {
	color: #C8C7C8;
}

.select_container select {
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #C8C7C8;
	width: 100%;
	height: 48px;
	font-size: 30px;
	color: #C8C7C8;
}

.select_container option {
	color: #000;
}

.check_box {
	margin-top: 72px;
	height: 68px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.checkbox_container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.submit_btn {
	margin-top: 100px;
	width: 273px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	background-color: #C22B30;
	cursor: pointer;
}

.checkbox_item {
	padding-top: 28px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	/* 140% */
}

input[type="checkbox"] {
	margin-right: 22px;
}

.check {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border: 1px solid #C22B30;
	border-radius: 50%;
	margin-right: 15px;
	cursor: pointer;
	margin-top: 6px;
}

.check_active {
	/* width: 15px; */
	/* 	height: 15px;
	flex-shrink: 0;
	border: 1px solid #C22B30;
	border-radius: 50%;
	margin-right: 15px; */
	background-color: #C22B30;
}

/* 客户关怀 */
.care {
	background-color: #EFEFEF;
	box-sizing: border-box;
	padding: 100px 0px;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
}

.care_1 {
	color: #000;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 6px;
}

.care_2 {
	margin-top: 20px;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 60px;
}

.care_3 {
	margin-top: 54px;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 38px;

}