/* BASIC css start */
html *{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

.shopbrandTitle img{
    display:block;
    width:100%;
}
.shopbrandTitle .cou img {
width: auto;
margin: 0 auto;
}
.shopbrand .cate-wrap{
    margin-bottom:35px;
}

.shopbrand .cate-wrap ul li{
    width:33.333%;
    margin-top:-1px;
    border:1px solid #e8e8e8;
    border-left:0;
}

.shopbrand .cate-wrap ul li:nth-child(3n){
    border-right:0;
}

.shopbrand .cate-wrap ul li a{
    display:block;
    font-size:13px;
    line-height:40px;
    text-align:center;
}

.shopbrand .cate-wrap ul li a.on{
    color:#31b92a;
    font-weight:bold;
}

.shopbrand .item-info {
    padding:0 15px;
    margin-bottom:15px;
}

.shopbrand .item-info .item-total{
    font-size:13px;
}

.shopbrand .item-info .item-total span{
    font-weight:bold;
}

.shopbrand .item-info .itemSort select{
    height:17px;
    border:none;
    font-size:13px;
}

.shopbrand .goodsListWrap{
    padding:0 15px;
}
/* BASIC css end */

