body {
	padding-top: 0.87rem;
}

.w-center {
	width: 14rem;
	margin: 0 auto;
}
.config-car-list {
	position: relative;
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
	/* border-bottom: 1px solid #d8d8d8; */
}
.config-car-list ul {
	overflow: hidden;
}
.config-car-list li {
	float: left;
	width: 13%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	border-radius: 0.12rem;
	margin-right: 1.5%;
	margin-top: 0.2rem;
	cursor: pointer;
	border: 1px solid #cccccc;
}
.config-car-list li:nth-child(7n) {
	margin-right: 0;
}
/* .config-car-list li:nth-child(7n) {
		margin-right: 0;
} */
.config-car-list li a {
	display: block;
	box-sizing: border-box;
	color: #333333;
	font-size: 0.14rem;
}
.config-car-list li.active {
	background-color: #d7000f;
	border-color: #d7000f;
}
.config-car-list li.active a {
	color: #ffffff;
}

.main-tool-video .navUl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0.2rem 0 0.1rem 0;
	border-bottom: 1px solid #ccc;
}

.main-tool-video .navUl li {
	height: 0.4rem;
	cursor: pointer;
	border: 1px solid #ccc;
	width: 13%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0.12rem;
	margin-right: 1.5%;
	margin-bottom: 0.2rem;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.main-tool-video .navUl li a {
	color: #333;
	font-size: 14px;
}

.main-tool-video .navUl li:hover {
	background-color: #ac000c;
	color: #fff;
	border-color: #ac000c;
}

.main-tool-video .navUl li:hover a {
	color: #fff;
}

.main-tool-video .navUl li:nth-of-type(7n + 7) {
	margin-right: 0;
}

.main-tool-video .video-box {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}

.main-tool-video .video-box .vide-box-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-tool-video .video-box .vide-box-header .line {
	width: 0.1rem;
	height: 0.2rem;
	background-color: #d7000f;
}

.main-tool-video .video-box .vide-box-header .title {
	font-weight: 700;
	font-size: 18px;
	padding-left: 0.2rem;
}

.main-tool-video .video-box .vide-box-header .count {
	color: #999;
	font-size: 16px;
	margin-left: 0.05rem;
	margin-top: 0.03rem;
}

.main-tool-video .video-box .video-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0.1rem;
}

.main-tool-video .video-box .video-ul li {
	width: 32.3333%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	overflow: hidden;
	cursor: pointer;
}

.main-tool-video .video-box .video-ul li .cover {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #f5f5f5;
}

.main-tool-video .video-box .video-ul li .cover img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-tool-video .video-box .video-ul li .cover::after {
	content: "";
	display: block;
	background-image: url("../img/video-icon.png");
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0.75rem;
	height: 0.75rem;
	background-size: 100% 100%;
}

.main-tool-video .video-box .video-ul li p {
	height: 0.51rem;
	margin: 0.2rem 0;
	color: #444;
	font-size: 16px;
	text-align: left;
}

/* .main-tool-video .video-box .video-ul li:nth-of-type(3n + 2) {
	margin: 0 0.6%;
} */

.main-tool-video .video-box .video-ul li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.main-tool-video .video-box .video-ul li:hover p {
	text-decoration: underline;
}
/*# sourceMappingURL=tool-video.css.map */

.back-car-page {
	position: relative;
	display: block;
	width: 3.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	border-radius: 0.1rem;
	background-color: #d7000f;
	font-size: 0.18rem;
	margin-bottom: 0.5rem;
}
.back-car-page a {
	color: #fff;
}
.empty {
	margin-bottom: 0.5rem;
}

.jrCont table {
	width: 100%;
	/* border-top: 1px solid #ccc; */
	/* border-left: 1px solid #ccc; */
	border-collapse: collapse;
	/*设置单元格的边框合并为1*/
	color: #666;
	font-size: 0.16rem;
}

.jrCont th {
	height: 0.6rem;
	text-align: center;
	border-color: #cccccc;
	border: 1px solid #ccc;
	/* border-right: 1px solid #ccc; */
	font-weight: 400;
}

.jrCont .colf1 {
	background: #f1f1f1;
	color: #333;
	font-size: 0.20rem;
}

.moreNumStyle {
	position: absolute;
	top: 50%;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: .48rem;
	color: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
}

.moreNumStyle:hover {
	text-decoration: underline;
}



@media (max-width: 767px) {
	body {
		padding-top: 1.07rem;
	}
	
	.config-car-list {
		border: none;
	}
	.config-car-list ul {
		padding: 0 0.35rem;
		box-sizing: border-box;
		width: 100%;
	}
	.w-center {
		clear: both;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		position: relative;
	}
	
	.model-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	/* .config-car-list li:nth-child(7n) {
		margin-right: 0.1rem;
	} */
	/* .config-car-list li:nth-child(3n) {
		margin-right: 0;
	} */

	.config-car-list li {
		width: 48%;
		height: auto;
		line-height: 3em;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		border-radius: 0.2rem;
		background-color: #f1f1f1;
		border: none;
		font-size: 0.28rem;
		
	}
	.config-car-list li a {
		display: block;
		padding: 0;
		box-sizing: border-box;
		color: #333333;
		font-size: 0.28rem;
	}

	.main-tool-video .video-box {
		padding: 0 0.35rem;
	}
	.main-tool-video .video-box .vide-box-header .line {
		width: 0.05rem;
		height: 0.3rem;
	}
	.main-tool-video .video-box .vide-box-header .title {
		font-size: 0.28rem;
		padding-left: 0.1rem;
	}
	.main-tool-video .video-box .vide-box-header .count {
		font-size: 0.28rem;
		margin-left: 0.05rem;
	}
	.main-tool-video .video-box .video-ul {
		margin-top: 0.3rem;
	}
	.main-tool-video .video-box .video-ul li {
		width: 48%;
		margin-bottom: 0.2rem;
		margin-left: 1%;
		margin-right: 1%;
	}
	/* .main-tool-video .video-box .video-ul li:nth-child(2n) {
		margin-right: 0;
	}
	.main-tool-video .video-box .video-ul li:nth-of-type(3n + 2) {
		margin: 0 0 0.2rem 0;
	}
	.main-tool-video .video-box .video-ul li:nth-of-type(5) {
		margin-right: 2%;
	} */
	.main-tool-video .video-box .video-ul li p {
		font-size: 0.28rem;
	}

	.back-car-page {
		height: auto;
		line-height: 3em;
		font-size: 0.28rem;
	}
}

