/*品牌详情*/
.brandShow{
	background: #fff;
	overflow: hidden;
	height: 100px;
}
.brandShow_left{
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 6px;
}
.brandShow_right{
	float: left;
	padding: 20px 16px 0 16px;
	width: 75%;
}
.brand_pic{
	padding:8px 10px 0;
}
.brand_pic img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0 auto;
	
}
.brand_name{
font-size: 14px;
color: #333333;

}
.brand_place{
font-size: 16px;
color: #333;
}
.brand_info{
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.brandDetail{
	overflow: hidden;
	border-top:1px solid #F2F2F2;
}
.leftNav {
	padding: 0;
	margin: 0;
	background: #f2f2f2;
	width: 25%;
	float: left;
	overflow: auto;
}
.rightWrap {
	float: left;
	width: 75%;
	position: relative;
}
.topWrap{
	position: relative;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}
.filterBox .icon_screen {
	margin-top: 5px;
}
.filterBox .rankWay{margin-bottom: 0;line-height: 30px;}
.topbarOuterBox{
	background: #fff;
	margin-bottom: 2px;
	height: 48px;
	margin-right:70px;
	overflow: auto;
}
.topbar_item{
	height:48px;
	line-height: 48px;
font-size: 14px;
color: #888888;
padding-left: 15px;
}
.topbar_item.orangeTxt{
color: #FF613C;
}
.bottomWrap{
	overflow: auto;
	background: #ffffff;
}
.rightCon{
	padding: 0;
}