/*------------Brand-----------*/
.brand-list-bound{
	overflow:hidden;
	padding:20px 0;
}
.brand-list-title h3{
	font-size:20px;
	color:#333;
	text-transform:uppercase;
	margin:0;
	margin-top:20px;
	font-weight:normal;
}
.brand-list{padding:30px 60px;}
.da-thumbs {}
.da-thumbs li {
	float: left;
	width:128px;
	height:100px;
	margin:0 5px 10px 5px;
	padding:5px;
	position: relative;
	border:1px solid #eaeaea;
	background:#fff;
}
.da-thumbs li a{
	display: table-cell;
	width:128px;
	height:100px;
	vertical-align:middle;
	text-align:center;
	position: relative;
	overflow:hidden;
}
.da-thumbs li a img{max-width:128px;max-height:100px;}
.da-thumbs li a div {
	position: absolute;
	top:100px;
	background: #eaeaea;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
.brand-list-up{width:100%;}
.brand-list-adv{width:795px;height:270px;float:left;overflow:hidden;}
.brand-list-up-right{float:right;height:270px;}
.brand-list-up-right ul li{width:190px;height:270px;margin-left:5px;float:left;border:1px solid #ccc;}
.brand-list-up-right ul li div{width:190px;height:270px;display:table-cell;vertical-align:middle;text-align:center;}
.brand-list-up-right ul li img{max-width:190px;max-height:270px;}
/*detail*/
.brand-list-bound.detail>ul>li{
	border:1px solid #eaeaea;
	width:268px;
	height:348px;
	float:left;
	padding: 10px;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.brand-list-bound.detail>ul>li.brand-detail{width:568px;height:728px;}
.brand-list-bound.detail .brand-list-title{width:100%;height:50px;}
.brand-list-bound.detail .brand-list-title h1 {
	font-size: 30px;
	color: #ff4401;
	text-transform: uppercase;
	margin: 0;
	margin-bottom:10px;
	text-align:center;
	text-shadow: 1px 1px 1px #fff,2px 2px 2px #999;
}
.brand-list-bound.detail .brand-detail-note .logo{float:left;margin:0 20px 10px 0;}
.brand-list-bound.detail .brand-detail-note .logo a{
	width:180px;
	height:180px;
	padding:10px;
	border:1px solid #eaeaea;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.brand-list-bound.detail .brand-detail-note .logo img{
	max-width:180px;
	max-height:180px;
}
.brand-list-bound.detail .brand-detail-note{
	text-align:justify;
	height:678px;
	padding-right:10px;
	overflow:hidden;
	overflow:auto;
}
.brand-detail-note p,.brand-detail-note span{line-height:20px;}
.brand-detail-note img{max-width:500px;}
.brand-list-bound.detail ul{margin:0;padding:0;}
.brand-list-bound.detail ul li .img{
	width: 250px;
	height: 250px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.brand-list-bound.detail ul li .img img{max-width:250px;max-height:250px;}
.brand-list-bound.detail ul li .like_deal {
	width: 70px;
	height: 24px;
	background: url(../images/cmc.png) no-repeat 0 -125px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.brand-list-bound.detail ul li .price-discount{
	position: absolute;
	right: 0;
	top: 0;
	background:url(../images/icon_percent.png) right top no-repeat;
	//font-weight:bold;
	width:90px;
	height: 118px;
	line-height:130px;
	text-align:left;
	text-indent:5px;
	color: #FFF;
	font-size: 40px;
}
.brand-list-bound.detail ul li a{text-decoration:none;}
.brand-list-bound.detail ul li .product-name{
	font-size: 15px;
	color: #454545;
	font-weight: normal;
	text-align: left;
	height: 30px;
}
.brand-list-bound.detail ul li .price span{display:block;}
.brand-list-bound.detail ul li .price .price-sell{
	font-size:18px;
	color:#ff4401;
}
.brand-list-bound.detail ul li .price .price-fix{font-size:14px;text-decoration:line-through;color:#9a9a9a;}
.brand-list-bound.detail ul li .price .view{
	width:80px;
	background: #ff4400;
	padding: 4px;
	text-align:center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	position:absolute;
	bottom:10px;
	right:10px;
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 5px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 5px rgba(0,0,0,.7);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 5px rgba(0,0,0,.7);
}