/* CSS Document */


/*brand*/
.brand{width:100%;height: auto;}
.brand .list{width:100%;height: auto;box-sizing: border-box;padding: 0.4rem 0.3rem;display:flex;flex-wrap:wrap;justify-content:space-between;}
.brand .list .brand_li{width:3.4rem;height: 3.45rem;overflow: hidden;box-sizing: border-box;border: 1px solid #f0f0f0;margin-bottom: 0.1rem;display: inline-block;box-sizing:border-box;padding:0.4rem 0.48rem 0 0.48rem;}

.brand .list .brand_li .img{width:2.4rem;height: 2.4rem;display:inherit}
.brand .list .brand_li .fs{width:100%;font-size:0.2rem;color:#999999;line-height:0.6rem}
.brand .list .brand_li .fs .bfs{color:#333333;}
.brand_li .fs .icon_turn{display: inline-block;width: 0.17rem;height: 0.17rem;background-color: #333333;border-radius: 100%;background-image: url("../images/turn_right_2.png");background-position: center;background-size:0.06rem auto;background-repeat: no-repeat;margin-top:0.2rem}












