﻿/* 品牌店铺 */
/* .menu li{
    width: auto;
    padding: 0px 4%;
} */
.bumpmes{
    /* float: none; */
}
.bra_product{
    /* float: left; */
}
.bra_prols>li{
    width: 100%;
    height: 273px;
    border-width: 1px;
    border-color: rgb( 223, 223, 223 );
    border-style: solid;
}

.bra_prols li:hover{
    border-width: 1px;
    border-color: rgb( 223, 223, 223 );
    border-style: solid;
}
.bra_prols li{
    float: none;
}

.brap_lsinf{
    float: left;
    display: table;
    height: 100%;
}
.alsimg,
.brap_infcon {
    display: table-cell;
    vertical-align: middle;
    max-width: 330px;
}
.alsimg{
    /* width: 200px; */
    width: 180px;
    text-align: center;
}
.alsimg>img{
    max-width: 80%;
}
.bra_tit{
    font-size: 18px;
    color: #444444;
    line-height: 50px;
}
.bra_sub{
    font-size: 14px;
    color: #777777;
    line-height: 32px;
}
.bra_sub>span{
    color: #202020;
}

/*  */
.brap_lss{
    float: right;
}
.brals{
    display: table-cell;
    vertical-align: middle;
}
.brals_img{
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.brals_img>img{
    width: 100%;
}
.brals_con{
    float: none;
}
.b_price {
    padding-top: 10px;
    font-size: 14px;
    color: #ea3f03;
    float: left;
    line-height: 20px;
    max-height: 65px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 100%;
}
.b_sum{
    font-size: 14px;
    color: #777777;
    float: right;
    line-height: 50px;
}

/* 品牌搜索结果 */
.sear_num{
    font-size: 18px;
    color: #333333;
    /* line-height: 50px; */
}
.sear_num>em{
    color: #00923f;
}

/* wq1227 */
.brap_lss {
    max-width: 680px;
    margin-top: 20px;
    overflow: hidden;
}
.brals {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    margin-left: 10px;
}
.bra_tit,
.bra_sub{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.brals_img{
    display: block;
    width: 100%;
}
/* .b_price{
    width: 50%;
    overflow: hidden;
} */
.b_sum{
    /* width: 50%; */
    overflow: hidden;
    text-align: right;
}

/* 2020/1/6 产品滚动 */
.bra_sub{
    line-height: 26px;
}
.brals_img>img{
    width: 80%;
}
.brap_lss{
    width: 680px;
    height: 100%;
    /* border: 1px solid red; */
    margin-top: 0px;
}
/* 本例子css */
.picScroll-left{ 
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
 }
.picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
     cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat;}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{
    height: 100%;
    float: right;
    margin-right: 14px;

    
}
.picScroll-left .bd ul{ height:100%;overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{
        /* margin: 0 8px; */
        float: left;
        _display: inline;
        overflow: hidden;
        text-align: center;
        height: 100%;
        border: none;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 14px;
 }
.picScroll-left .bd ul li .pic{ text-align:center;margin-top: 24px; }
.picScroll-left .bd ul li .pic img{width: 100%;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }


.productlist .picScroll-left li{
    width: 152px;
}

.picScroll-left .hd{
    display: none;
}

.bra_prols>li{
    /*height: 240px;*/
    height: 220px;
    margin-right: 0;
}
.picScroll-left .bd ul li .pic>a{
    display: block;
    width: 100%;
    height: 152px;
    overflow: hidden;
}
.picScroll-left .bd ul li .pic>a>img{
    width: 100%;
}