.brand-item {
	width: 105px;
	height: 45px;
	padding: 0;
	margin: -1px 0 0 -1px;
	border: 1px solid #dfdfdf;
	line-height: 24px;
	display: inline-block;
	float: left;
	position: relative;
    overflow:hidden;
	cursor:pointer;
}

.brand-item>span {
	text-align: center;
	line-height: 45px;
	color: red;
}

.brand-img {
	width: 100%;
}