@charset "utf-8";
.brands_recommend a{position:relative ;  width: 100%;height: 100%;display: block;}
.brands_recommend a:hover  .brands_mask{display:block;}
.brands_recommend a:hover  .brands_detail{display:block;}
.brands_recommend .brands_mask	{display:none;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.4);}
.brands_recommend .brands_detail{  
	display:none;width: 200px;height: 50px;text-align: center;line-height: 50px;position: absolute;bottom: 0px;font-size: 21px;
    border: 1px solid;color: #fff;left: 50%;z-index: 999;margin-bottom: 50px;margin-left: -100px;
}
.brands_recommend div{width:400px;height:500px;float:left;}
.brands_recommend div img{width:100%;height:100%}
.brands_list{margin-top:20px;margin-bottom: 35px;border-bottom:1px solid #f3f3f3;border-right:1px solid #f3f3f3;}
.brands_list li{display:block;float:left;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;width:199.8px; height: 122px;}
.brands_list li img{height: 90px; width: 90px; margin: 0 auto; margin-top: 16px; vertical-align: middle;}
.brands_list li	a{ background-color:white;position: relative;display: block; width: 100%; height: 100%; text-align: center;overflow: hidden;}
.brands_list li a:hover .fitness_left_mask {
    opacity: 1;filter: alpha(opacity=100);
}
.brands_list li .fitness_left_mask{
	opacity: 0;  filter: alpha(opacity=0);color: #fff;  background: rgb(6, 9, 14);background: rgba(6, 9, 14, 0.62);
    position: absolute;width: 200px; height: 122px; line-height: 122px; font-size: 14px;  top: 0px;left: 0; right: 0; bottom: 0; text-align: center;
	-webkit-transition: opacity ease 0.5s;-o-transition: opacity ease 0.5s;transition: opacity ease 0.5s;
}
.brands_list li .fitness_left_mask span{
	width: 180px;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    line-height: 17px;
}
@media all and (max-width: 1366px) {
	.brands_recommend div{
		width:333px;height:415px;
	}
}