body {
	background: #fff;
}

.paramsBox {
	width: 200px;
	position: fixed;
	left: 30px;
	display: flex;
	top: 0;
	height: 100vh;
	align-items: center;
	padding-top: 53px;
	z-index: 99;
}

.paramsTitle {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .3);
	padding: 10px;
	z-index: 99;
}

.paramsTitle>div {
	color: #555;
	display: block;
	line-height: 38px;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 0 15px;
	cursor: pointer;
	position: relative;
}

.paramsTitle>div:last-child {
	margin-bottom: 0;
}

.paramsTitle>div:hover {
	background: #f1f2f3;
}

.paramsTitle>div:after {
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #fff;
	content: '';
	top: 50%;
	right: 10px;
	margin-top: -4px;
	display: none;
}

.paramsTitle>div.active {
	background: #000;
	color: #fff;
}

.paramsTitle>div.active:after {
	display: block;
}

.paramsCover {
	height: calc(100vh - 70px);
}

.paramsCover>.bgs {
	background-image: linear-gradient(to right, #86898F, #676B74);
	height: 40%;
	position: relative;
}

.paramsCover>.bgs>.brand {
	color: #979A9F;
	font-size: 80px;
	text-align: center;
	opacity: .5;
	position: absolute;
	left: 5%;
	top: 20%;
}

.paramsCover>.bgs>img {
	width: 100%;
	height: 40vh;
	object-fit: contain;
	object-position: center;
	position: absolute;
	left: 0;
	top: 14vh;
}

.paramsCover>.bgs>a {
	position: absolute;
	top: 15%;
	right: 100px;
	z-index: 99;
}

.paramsItemContainer {
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
}

.paramsItem i {
	margin-right: 10px;
	font-style: normal;
	font-weight: bold;
	color: #555;
	font-size: 18px;
}

.paramsCover>.params {
	background: #fff;
	height: 60%;
	padding-top: 9%;
}

.paramsItem {
	/*text-align: center;*/
	position: relative;
	padding-left: 10px;
}

.paramsItem:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	content: '';
	width: 1px;
}

.paramsItem>.title {
	font-weight: bold;
	color: #777;
}

.paramsTable {
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	background: #fff;
	/*box-shadow: 0 0 25px rgba(0,0,0,.05);*/
	overflow: hidden;
}

.paramsTable td {
	/*border:1px solid #f1f2f3;*/
	border-bottom: 1px solid #f1f2f3;
	font-size: 14px;
	color: #777;
	padding: 15px 20px;
	word-break: break-all;
}

td.tableTitle {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 8px 20px;
	background: #e7e7e7;
	color: #2c3744;
	border-radius: 4px;
	border: none;
}

.xuanpei {
	color: #999;
	font-size: 13px;
}

.xuanpei:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #777;
	display: inline-block;
	border-radius: 2px;
	margin-right: 10px;
}

.biaopei {
	color: #999;
	font-size: 13px;
}

.biaopei:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #777;
	display: inline-block;
	border-radius: 2px;
	margin-right: 10px;
}

.modelPriceItem {
	margin: 0 15px;
}

.modelPriceItem>.content {
	white-space: nowrap;
}

.modelPriceItem>.title {
	font-weight: bold;
	color: #333;
}

.modelPriceItem i {
	color: #333;
	font-size: 30px;
	margin-right: 10px;
	font-style: normal;
}

.modelPrice {
	margin: 0 auto;
	width: 300px;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelName {
	text-align: center;
	font-size: 40px;
	color: #333;
}

.paramsCover>.params {
	background-position: bottom;
	background-size: 20% auto;
}

.paramsCover>.params.benz {
	background-image: url('https://cdn.qipengit.com/file/9dcd0e5a-610d-4128-a381-50624e161dd0.png');
}

@media screen and (max-width: 960px) {
	.paramsCover>.params {
		background-size: 100% auto;
	}

	.paramsItemContainer {
		width: 100%;
	}

	.full-nav {
		display: none;
	}

	.paramsItem {
		margin-bottom: 20px;
		border-bottom: 1px solid #f1f2f3;
	}

	.paramsCover>.params.benz .paramsItem {
		border: none !important;
	}

	.paramsItem:before {
		display: none;
	}

	.paramsItem>.title {
		padding-bottom: 8px;
	}

	.paramsItem>.content {
		padding-bottom: 8px;
	}

	.modelParams>.bgs>a {
		top: auto;
		bottom: -140%;
		right: auto;
		left: 50%;
		margin-left: -77px;
	}

	.modelParams>.bgs>img {
		top: 0;
	}

	.paramsTitle {
		position: fixed;
		top: 70px;
		background: rgba(0, 0, 0, .8);
		margin-top: 0 !important;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		left: 0;
		overflow: scroll;
		white-space: nowrap;
		padding: 10px 20px;
	}

	.paramsTitle::-webkit-scrollbar {
		width: 0 !important;
		display: none;
	}

	.paramsTitle>div {
		display: inline-block;
		margin-bottom: 0;
		color: #999;
	}

	.paramsTitle>div.active:after {
		display: none;
	}

	.paramsCover>.bgs>a {
		display: none;
	}

	.paramsTable {
		width: 94%;
		margin-left: 3%;
	}

	.biaopei>span,
	.xuanpei>span {
		display: none;
	}

	.paramsCover>.bgs {
		height: 30%;
	}

	.paramsCover>.params {
		height: 70%;
	}

	.paramsCover>.bgs>img {
		top: 8vh;
		width: 80%;
		left: 10%;
	}

	.modelName {
		font-size: 36px;
		padding-top: 80px;
	}

	#table0 {
		margin-top: 0;
	}

	.paramsTable {
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
	}
}