/* 属性 */
.filter-box dl {
	margin: 15px 0;
	display: flex;
}

.filter-box dl dd {
	display: block;
	float: left;
	position: relative;
}

.filter-nav ul li {
	margin: 0;
	display: block;
	float: left;
	width: auto;
	line-height: 24px;
}

.filter-nav ul li a {
	margin: 0 10px 0 0;
	padding: 2px 10px;
	cursor: pointer;
	display: block;
	color: #6E6E6E;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.filter-nav ul li a:hover {
	color: #036eb8;
	border-radius: 1.04vw;
}

.filter-nav ul li a.active {
	color: #fff;
	background: #036eb8;
	border-radius: 1.04vw;
}

.filter-nav ul li b {
	font-weight: normal;
}

dl,
dd,
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none
}

.products_shai li {
	background: #fff;
	border-radius: 1.04vw;
}

.products_shai1 {
	background: #fff;
	border-radius: 1.04vw;
	margin-bottom: 4%;
}

.bg-white {
	background-color: #fff;
	border-radius: 1.04vw;
}

.filter-box .padding-big {
	padding: 15px 25px;
	margin-bottom: 2vw;
}

@media (max-width:768px) {
	.filter-box dl dt {
		width: 18%;
		display: block;
		flex: none;
		line-height: 24px;
		font-weight: normal
	}
}

@media (min-width: 768px) {
	.filter-box dl dt {
		width: 11%;
		display: block;
		flex: none;
		line-height: 24px;
		font-weight: normal
	}
}
