.whiteBox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(221,221,221,0.50);
    margin-bottom: 20px;
}
.brandBox {

}
.brandBox .title {
    height: 50px;
    border-bottom: 1px solid rgba(220,226,238,0.60);
    line-height: 50px;
    padding-left: 20px;
}
.brandBox .brandList {
    width: 100%;
    padding-top: 25px;
}
.brandBox .brandList .brandSingle {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

.brandBox .brandList .brandSingle .bb {
    width: 120px;
    margin: 0 auto;
    cursor: pointer;
}
.brandBox .brandList .brandSingle .bb.act{
    box-shadow: 0 2px 10px 0 rgba(98,137,255,0.23);
}
.brandBox .brandList .brandSingle .img {
    width: 100px;
    margin: 0 auto;
}
.brandBox .brandList .brandSingle .img img {
    width: 100%;
}
.brandBox .brandList .brandSingle p {
    font-size: 14px;
    color: #2D2D33;
    line-height: 30px;
}


