.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both
}
.clearfix {
	zoom:1;
	min-height:1px
}
* html .clearfix {
	height:1px
}
img {
	border:none
}
a:link {
	TEXT-DECORATION:none;
	outline:0;
	transition:all .2s ease-in-out 0s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	-o-transition:.2s
}
a:active,a:hover,a:visited {
	TEXT-DECORATION:none;
	outline:0
}
em,i {
	font-style:normal
}
/* 封面页 */
.brand-list li,.main-item-list li {
	transition:all .2s ease-in-out 0s;
	margin-left:-1px
}

.brand-list-left {
	float:left
}
.brand-list {
	width:960px;
	/* height:420px; */
	float:right;
	margin-top:1px
}
.brand-list li {
	width:187px;
	height:103px;
	float:left;
	margin-top:-1px;
	position:relative;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	-o-transition:.2s;
	border:1px solid #eee
}
.brand-list li:hover {
	position:relative;
	z-index:2;
	border:1px solid #f01919
}
.brand-list li .brand-img {
	background-color:#fff;
	line-height:103px;
	text-align:center
}
.brand-list li .brand-img img {
	vertical-align:middle;
	width:130px;
	height:40px;
	margin-top:30px
}

/* css3效果 */
.transition-hover img {
	transition:all .2s ease-in-out 0s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	-o-transition:.2s
}
.transition-hover:hover img {
	opacity:.7;
	filter:alpha(Enabled=1,Style=0,Opacity=70)
}

.brand-images {
	position:relative;
	padding-bottom:0;
	min-height:210px;
	min-width:195px;
	overflow:hidden;
  background: url(../images/leftbg.jpg) no-repeat 0 68px;
}
.brand-images .brand-title {
	font-size:18px;
	letter-spacing:1px;
	margin-bottom:20px;
	margin-top:20px
}

.brand-images .transition-hover img {
	transition:all .2s ease-in-out 0s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	-o-transition:.2s
}
.brand-images .transition-hover:hover img {
	opacity:.7;
	filter:alpha(Enabled=1,Style=0,Opacity=70)
}

/* 列表页 */
.row-grid-top-40 {
    margin-top: 40px;
}
.row-grid-bottom-20 {
    margin-bottom: 20px;
}

.brand-detail .integral-tit {
    font-size: 20px;
    font-weight: lighter;
    color: #333;
}
.brand-detail .goods-list {
    margin-top: 20px;
    width: 1180px;
}
.brand-detail .goods {
    position: relative;
    display: block;
    float: left;
    width: 234px;
    height: 330px;
    border: 1px solid #eee;
    margin: -1px 0 0 -1px;
}
.brand-detail .goods:hover {
    border: 1px solid #f01919;
    z-index: 10;
}
.brand-detail .goodsimg img {
    display: block;
    margin: 20px auto;
    width: 200px;
    height: 200px;
}
.brand-detail .price {
    margin: 5px 0 0 20px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    color: #aaa;
    line-height: 30px;
    font-size: 14px;
}
.brand-detail .main-item-list-title {
    margin: 0 20px 10px!important;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
	font-size:14px;
	text-align:left;
}

.text-font-weight-bold {
    font-weight: 700;
}
.text-font-size-18 {
    font-size: 18px;
}
.text-color-red, .text-hover-gray:hover {
    color: #ed1a2e;
}