brands.css 2.89 KB
@charset "utf-8";

.wrapper-brands{
	margin: 20px auto;
	color: #222;
}
.brands-title{
	height: 42px;
}
.brands-title .brands-text{
	width: 100px;
	background: #fff;
	z-index: 10;
	left: 45%;
}
.brands-title .brands-text .font20{
	height: 20px;
	margin-bottom: 10px;
}
.brands-title .brands-text .rgb9{
	line-height: 12px;
	height: 12px;
}
.brands-title .brands-line{
	top: 36px;
	width: 100%;
}

.brands-ad{
	margin-top: 20px;
}
.brands-ad div{
	margin-right: 10px;
}
.brands-ad div.last{
	margin-right: 0;
}
.brands-logo{
	margin-top: 20px;
}
.brands-logo a img{
	width: 80px;
	height: 50px;
}

.brands-az{
	border: 2px solid #222;
	padding: 10px 15px;
	margin-top: 20px;
	font-weight: bold;
}
.brands-az .span-title{
	display: inline-block;
	line-height: 24px;
	margin-right: 15px;
}
.brands-az a{
	display: inline-block;
	height: 24px;
	padding: 0 7px;
	line-height: 24px;
	text-align: center;
	margin: 0 2px;
	color: #222;
}
.brands-az a.cur{
	background: #222;
	color: #fff;
}

.brands-list dl{
	border-top: 1px dotted #999;
	padding:20px 0;
}
.brands-list dl.first{
	border-top: none;
}
.brands-list dt{
	width: 130px;
	text-align: center;
	top: 50%;
	margin-top: -9px;
	font-weight: bold;
	font-size: 16px;
}
.brands-list dd{
}
.brands-list dd ul{
	margin-left: 130px;
	_margin-left: 65px;
}
.brands-list dd li{
	width: 170px;
	height: 18px;
/*	overflow: hidden;*/
	
}

.brands-list dd li .brands-span{
	color: #666;
	display: inline-block;
	height: 18px;
	overflow: hidden;
	padding-right: 15px;
	position: relative;
}
.brands-list dd li a:hover{
	text-decoration: underline;
}
.brands-list dd li a.hot{
	font-weight: bold;
	color: #222;
}
.brands-list dd li a.hot .ifont10{
	padding-left: 3px;
	font-weight: normal;
	color: #ee0011;
}
.brands-list a.anchor{
	display: block;
	height: 48px;
}

.wrapper-brands .brands-fixed{
	z-index:9999;
	background-color: #fff; 
	position: fixed; 
	top: -20px; 
}
.brands-layer{
	position: absolute;
	z-index: 100;
	top: -83px;
	left: -15px;
	width: 325px;
	height: 287px;
	background: url(http://static.yohobuy.com/images/v3/index/brands-layer.png) no-repeat;
}
.brands-layer .layer-content{
	padding: 20px 20px 20px 35px;
}
.brands-layer .layer-content .title{
	font-size: 24px;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.brands-layer .layer-content .desc{
	margin: 5px 0 5px 0;
	height: 72px;
	overflow: hidden;
}
.brands-layer .layer-content .desc img{
	width: 80px;
	height: 50px;
	margin: 3px 5px 0 0;
}
.brands-layer .layer-content .desc .right{
	width: 180px;
}
.brands-layer .layer-content .featured{
	font-size: 16px;
	margin-right: -15px;
}
.brands-layer .layer-content .featured img{
	height: 100px;
	width: 80px;
	float: left;
	margin: 15px 15px 0 0;
}
.brands-layer-right{
	background: url(http://static.yohobuy.com/images/v3/index/brands-layer.png) no-repeat 0 -287px;
	left: -325px;
	top: -83px;
}
.brands-layer-right .layer-content{
	padding: 20px 35px 20px 20px;
}