/*品牌*/

.brandSearchBox {}

.brandCell {
	overflow: hidden;
}

.brandBox {
	overflow: hidden;
	margin: 5px 36px 5px 5px;
}

.brandBox .brandItem {
	display: block;
	padding: 0 5px;
	width: 50%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 8px;
}

.brand_pic,
.brand_name,
.brand_place,
.brand_info {
	background: #fff;
	text-align: center;
	padding: 0 9px 10px;
	margin: 0;
	line-height: 21px;
}

.brand_pic {
	padding-top: 14px;
}

.brand_pic img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0 auto;
}

.brand_name {
	overflow: hidden;
	height:48px;
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
}

.brand_place {
	font-size: 10px;
	color: #888888;
	padding-bottom: 10px;
}

.brand_info {
	text-align: left;
	height: 26px;
	padding-bottom: 15px;
	box-sizing: content-box;
}

.brand_info p {
	font-size: 12px;
	color: #B2B2B2;
	line-height: 15px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	white-space: normal;
	display: -webkit-box;
	overflow: hidden;
}

.brandSearchBox {
	display: block;
	margin: 10px 15px;
}

.brandSearchBox .mui-indexed-list-search {
	border: none;
}

.brandSearchBox .mui-search .mui-placeholder {
	background: #fff;
}

.brandSearchBox .mui-indexed-list-search input {
	background: #fff;
}

.mui-table-view-cell:after {
	display: none;
}

.mui-indexed-list,
.mui-table-view {
	background: none;
}

#list .mui-indexed-list-group {
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 16px;
	font-size: 16px;
	color: #333333;
	background: #fff;
	margin: 0;
	border: none;
}

.mui-table-view-divider:before,
.mui-table-view-divider:after {
	display: none;
}

.mui-indexed-list-bar {
	background: #FFF;
	bottom: 50px;
	/*top: 85px;*/
}

.mui-indexed-list-bar.active a.active {
	font-size: 12px;
	color: #FF613C;
	line-height: 12px;
}
.brandSearchBox .mui-icon-search{
	display: none;
}
.brandSearchBox .mui-placeholder{
font-size: 12px;
color: #B2B2B2;
}
/**/