.wrap_bg.brand {
	margin-top: 0; padding-top: 0;
}
/* brand_link */
.brand_link ul {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.brand_link ul li {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.brand_link ul li:last-child {
	border-bottom: 0;
}
.brand_link ul li a {
	display: block;
	float: left;
	width: 33.14%;
	border-right: 1px solid #ccc;
}
.brand_link ul li a:last-child {
	border-right: 0;
}

/* brand_filter */
.brand_filter ul {
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
	padding: 20px 0 16px 0;
	background-color: #fff;
}
.brand_filter li {
	float: left;
	width: 7.142857142857143%;
	padding: 6px 0;
	text-align: center;
}
.brand_filter li.active {
	position: relative;
	color: #ee2f49;
}
.brand_filter li.active:before {
	content: '';
	position: absolute;
	left: 4px;
	bottom: 3px;
	width: 71%;
	height: 2px;
	background-color: #ee2f49;
}
.brand_filter .filter_show {
	margin: 0 auto;
	background-color: #ededed;
}
.brand_filter .filter_show span {
	display: block;
	width: 94%; 
	margin: 0 auto;
	padding: 4px 0;
	font-size: 18px;
	color: #333;
}

.brand_filter .brand_list {

}
.brand_filter .brand_list a {
	font-size: 17px;
	color: #333;
	padding: 14px 0;
}