.main {
	position: relative;
}
.wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-size: 0;
}
i.i_tips{
	display: inline-block;
	width: 15px;
	height: 17px;
	background: url(../images/brand_icon.png) no-repeat;
	background-position: -377px -123px;
	margin-right: 8px;
	vertical-align: text-bottom;
}
/*品牌特卖页*/
.brand-list{
	width: 1220px;
	margin-top: 20px;
}
.brand-list .brand-item{
	display: inline-block;
	position: relative;
	width: 588px;
	height: 283px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #f2f2f2;
}
.brand-list .brand-item:hover{
	border: 1px solid #ff6615;
	box-shadow:0 2px 8px rgba(170, 170, 170, 0.6);
}
.brand-list .brand-item .br_time{
	width: 126px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 14px;
	color: #ff6615;
	background: url(../images/brand_icon.png) no-repeat;
	background-position: -418px -116px;
	padding-left: 40px;
}
.brand-list .brand-item .br_tit{
	position: absolute;
	bottom: 48px;
	width: 564px;
	height: 25px;
	line-height: 25px;
	padding: 0 12px;
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,.5);
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brand-list .brand-item .br_info{
	background: #fff;
	width: 564px;
	height: 48px;
	padding: 0 12px;
	line-height: 48px;
}
.brand-list .brand-item .br_info .br_name{  
	display: inline-block;  
	font-size: 18px;
	color: #202020;
}
.brand-list .brand-item .br_info .br_tips{    
	font-size: 16px;
	color: #ff6615;
	float: right;
}

/* 品牌特卖详情页 */
.brand-detail{
	width: 1200px;
	height: 304px;
	background: #fff;
	margin-top: 20px;
}
.brand-detail .brand_intro{
	float: right;
	width: 380px;
	height: 264px;  
	position: relative; 
	padding: 20px 30px;
	cursor: default;
} 
.brand-detail .brand_intro .time{
	width: 128px;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
	background: url(../images/brand_icon.png) no-repeat;
	background-position: -146px -411px; 
}
.brand-detail .brand_intro .name{
	font-size: 20px;
	color: #202020;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 15px;
}
.brand-detail .brand_intro .intro{
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.brand-detail .brand_intro .tips{
	position: absolute;
	left: 30px;
	bottom: 20px;
	font-size: 16px;
	color: #ff6615;
}

/* 品牌商品 */
.b-goods-list{
	width: 1212px;
	margin-top: 30px;
}
.b-goods-list .b-goods-item{
	display: inline-block;
	width: 289px;
	height: 345px;
	border: 1px solid #f2f2f2;
	background: #fff;
	margin: 0 12px 12px 0;
}
.b-goods-list .b-goods-item:hover{
	border: 1px solid #ff6615;
	box-shadow:0 2px 8px rgba(170, 170, 170, 0.6);
}
.b-goods-list .b-goods-item .b_gi_info{
	width: 265px;
	padding: 0 12px;
}
.b-goods-list .b-goods-item .b_gi_info .price{
	color: #ff6615;
	font-size: 17px;
	margin-top: 5px;
}
.b-goods-list .b-goods-item .b_gi_info .price span{
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
}
.b-goods-list .b-goods-item .b_gi_info .price .disc{
	float: right;
	width: 32px;
	height: 14px;
	border: 1px solid #ff6615;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	margin-top: 5px;  
}
.b-goods-list .b-goods-item .b_gi_info .tit{
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}