#refreshBrandBox li{
	width:120px;
	height:112px;
	float:left;
	position:relative;
	background: #f5f5f5;
}
#refreshBrandBox li:hover .tier{opacity:1;}
#refreshBrandBox li a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	margin: auto;
}
#refreshBrandBox li .img{
	display:table;
	border-left:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	background-color: white;
}
#refreshBrandBox li:nth-child(1) .img,
#refreshBrandBox li:nth-child(2) .img,
#refreshBrandBox li:nth-child(3) .img,
#refreshBrandBox li:nth-child(4) .img,
#refreshBrandBox li:nth-child(5) .img,
#refreshBrandBox li:nth-child(6) .img,
#refreshBrandBox li:nth-child(7) .img,
#refreshBrandBox li:nth-child(8) .img,
#refreshBrandBox li:nth-child(9) .img,
#refreshBrandBox li:nth-child(10) .img{border-top:1px solid #f5f5f5}
#refreshBrandBox li:nth-child(10n+1) .img{border-left:none;}
#refreshBrandBox li .img span{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
#refreshBrandBox li .img span img{width: 100%;max-width: 100%;height: 55.77px;}
#refreshBrandBox li .tier{
	position:absolute;
	z-index:1;
	width:120px;
	top:0;
	left:0;
	transition: all .3s ease-out;
	background-color: rgba(0,0,0,.8);
	text-align:center;
	text-decoration:none;
	opacity: 0;
}
#refreshBrandBox li .tier .x{
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	font-size: 15px;
	color: white;
}
#refreshBrandBox li .tier .gz{
	display:inline-block;
	margin-top:30px;
	color: #fff;
    display: block;
    line-height: 24px;
    
	cursor:pointer;
}
#refreshBrandBox li .tier button{
	border:none;
    color: rgb(255, 255, 255);
    width: 63px;
    height: 18px;
    line-height:18px;
    font-size: 12px;
    background-color: rgb(255, 0, 54);
    border-radius: 9px;
	cursor:pointer;
}