.content-main >h2{    display: none;}
#pagenav{
    margin-bottom: 50px;
}
#pagenav a b{
    background: #9c2a2e;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}
#products,
#products-detail{
	margin: 0 0 30px;
}
#products .productList,
.other-product .productList{
	overflow:hidden;
}
#products .productList .product-info{
	display: inline-block;
	vertical-align: top;
	width: calc((100%/3) - 15px);
	margin: 0 5px;
}
.other-product .productList .product-info{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:15px;
}
#products .productList .product-info:nth-child(3n){
	margin-right:0;
}
.other-product .productList .product-info:nth-child(4n){
	margin-right:0;
}
#products .productList .product-info .photo,
.other-product .productList .product-info .photo{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#products .productList .product-info .photo a,
.other-product .productList .product-info .photo a{
	display:block;
	background-image:url(/images/05/index-product-hover.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:25%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity:0;
	transition:all ease-in-out 0.3s;
}
#products .productList .product-info:hover .photo a,
.other-product .productList .product-info:hover .photo a{
	opacity:1;
}

#products .productList .product-info .product-detail,
.other-product .productList .product-info .product-detail{
	padding: 15px;
}
#products .productList .product-info:hover .product-detail,
.other-product .productList .product-info:hover .product-detail{
}
#products .productList .product-info .product-detail span,
.other-product .productList .product-info .product-detail span{
	display:block;
	width:50px;
	height:3px;
	background: #f2bf0d;
}
#products .productList .product-info .product-detail h3,
.other-product .productList .product-info .product-detail h3{
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#products .productList .product-info .product-detail p{
    margin-top: 5px;
    color: grey;
}
#products .productList .product-info .product-detail h3 a,
.other-product .productList .product-info .product-detail h3 a{
	color:#1f1e1e;
	font-size:16px;
}
#products .productList .product-info .product-detail .price{
	height:25px;
}
#products .productList .product-info .product-detail .price p,
.other-product .productList .product-info .product-detail .price p{
	display: inline-block;
	font-size: 16px;
	color: #777777;
}
#products .productList .product-info .product-detail .price p b,
.other-product .productList .product-info .product-detail .price p b{
	font-size: 18px;
	color: #f00f0f;
}
#products .productList .product-info .product-detail .price p.old,
.other-product .productList .product-info .product-detail .price p.old{
	margin-right: 10px;
	text-decoration:
	line-through;
	color: #c4c1c1;
}
ul.sub-category{
	position: absolute;
    right: -180px;
    width: 180px;
    top: 3px;
	display:none;
}
#side-nav li:hover ul.sub-category{
	display:block;
}
#side-nav li ul.sub-category li{
	border-bottom: 0;
    padding: 3px 0;
	background: rgba(102, 90, 66, 0.8);
}
#side-nav li ul.sub-category li a{
	color:#fff;
	font-size:12px;
}
#side-nav li ul.sub-category li a:hover{
	background: none;
    color: #dcc491;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}
/***********detail*************/
#products-detail{
}
#products-detail .detail-pd{
    overflow: hidden;
}
#products-detail .detail-pd .sub-pro-img{
    float: left;
    width: 50%;
}
#products-detail .detail-pd  .pro-s{
    float: left;
    width: 46%;
    margin-left: 4%;
}
#products-detail .pro-s-info{
	margin: 20px 0;
	overflow:hidden;
}
#products-detail .pro-s-other{
	overflow:hidden;
}
#products-detail .pro-main-article{
    margin: 20px 0 60px;
}
#products-detail #other-pro{
}
.sub-photo-list .slick-prev,
.sub-photo-list .slick-next{
	background-image:url(/images/05/sub-scrrow.png);
	width:45px;
	height:100%;
	left:0;
	background-repeat:no-repeat;
	background-position:100% 50%;
	z-index: 99;
}
.sub-photo-list .slick-next{
	background-image:url(/images/05/sub-scrrow2.png);
	left:initial;
	right:0;
	background-position:0% 50%;
}
.sub-photo-list .slick-prev:before,
.sub-photo-list .slick-next:before{
	display:none;
}
.sub-photo-list a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#products-detail .pro-s-info .name{
	float:left;
}
#products-detail .pro-s-info .name h2{
	color:#2c2c2c;
	font-size:22px;
	display:inline-block;
	margin-right:15px;
}
#products-detail .pro-s-info .name p{
	color:#5c5c5c;
	font-size:14px;
	display:inline-block;
	vertical-align: -webkit-baseline-middle;
}
#products-detail .pro-s-info .shop{
	float:right;
	text-align:right;
}
#products-detail .pro-s-info .shop p{
	display:inline-block;
	text-align:right;
	color:#525252;
	font-size:14px;
	margin-left: 25px;
}
#products-detail .pro-s-info .shop p.old{
	text-decoration: line-through;
    color: #acaba8;
	font-size: 8pt;
}
#products-detail .pro-s-info .shop p b{
	font-size:20px;
	color: #9c2a2e;
}
#products-detail .pro-s-info .shop p input{
	border-bottom: 1px solid #525252;
    width: 30px;
    padding: 0 10px;
    font-size: 14px;
	outline:none;
}
#products-detail .pro-s-other .company-short{
	color:#515151;
	font-size:14px;
	overflow:hidden;
	/* width:40%; */
	/* float:left; */
	margin: 5px 0;
}
#products-detail .pro-s-other .pro-s-other-right{
	float:right;
	width:58%;
	text-align:right;
	overflow:hidden;
}
#products-detail .pro-s-other .pro-share{
	display: inline-block;
	margin-top: 5px;
}
#products-detail .pro-s-other .pro-share span{
	color:#403e3e;
	font-size:16px;
}
#products-detail .pro-s-other .pro-share ul{
	display:inline-block;
}
#products-detail .pro-s-other .pro-share li{
	display:inline-block;
}
#products-detail .pro-s-other .pro-share li a{
}

#products-detail .pro-s-other .buynow{
	margin-left:20px;
	display: inline-block;
	float: right;
}
#products-detail .pro-s-other .buynow #buy{
	background-image:url(/images/05/now-buy.png);
	width:125px;
	height:38px;
	color: transparent;
	font-size:20px;
	cursor: pointer;
	margin: 0 15px 0 0;
	display:inline-block;
}
#products-detail .pro-s-other .buynow #buy2{
	background-image:url(/images/05/now-buy2.png);
	width:150px;
	height:38px;
	color: transparent;
	cursor: pointer;
	display:inline-block;
}
.pro-main-article{
}
.pro-main-article #pro-article{
}
.pro-main-article #pro-article .tabs{
	border-bottom:1px solid #b5995a;
	text-align:center;
}
.pro-main-article #pro-article .tabs li{
	display:inline-block;
}
.pro-main-article #pro-article .tabs li a{
	display:block;
	padding:5px 25px;
	font-size:14px;
    background: #e2d6bc;
    color: #a08852;
}
.pro-main-article #pro-article .tabs li.active a{
	background:#b5995a;
	color:#fff;
}
#tabs_container{
	color:#515151;
	font-size:14px;
	margin: 30px 0;
}
#other-pro .side-title h3{
	color:#4e4e4e;
	font-size:16px;
	margin: 10px 0 15px;
	position:relative;
	z-index:1;
}
#other-pro .side-title h3:after{
	background:#c0c0c0;
	content:'';
	width: 150px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-3;
}
#other-pro .side-title h3 strong{
	color:#4e4e4e;
	font-size:16px;
	position:relative;
	z-index: 1;
}
#other-pro .side-title h3 strong:after{
	content:'';
	background:#fff;
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
    bottom: -10px;
    padding-right: 10px;
    z-index: -1;
}
#addlist{
	margin-left: 20px;
	float: right;
	overflow: hidden;
}
#addlist a{
	background: #8b8780;
    color: #fff;
    padding: 7px 25px;
	display:block;
}
#addlist a:hover{
    background: #aa1a1a;
}
@media screen and (max-width: 980px) {
	ul.sub-category{
		display: block;
		position: initial;
		width: 100%;
	}
	#side-nav li ul.sub-category li{
		background: none;
		padding: 0px 0;	
	}
	#side-nav li ul.sub-category li a{
		padding: 5px 20px;
		color: #a7a7a7;	
		font-size:14px;
	}
	.other-product .productList .product-info,
	.other-product .productList .product-info:nth-child(4n){
		width: 31%;	
		margin-right: 3.3%;
	}
	.other-product .productList .product-info:nth-child(3n){
		margin-right:0;
	}
}
@media screen and (max-width: 768px) {
	.other-product .productList .product-info, 
	.other-product .productList .product-info:nth-child(3n),
	.other-product .productList .product-info:nth-child(4n){
		width:48.5%;
		margin-right: 2%;
	}
	.other-product .productList .product-info:nth-child(2n){
		margin-right: 0;
	}
	.other-product .productList .product-info .photo a{
		background-size:30%;
	}
	#products-detail .pro-s-other .company-short,
	#products-detail .pro-s-other .pro-s-other-right{
		width:100%;
		margin:10px 0;
	}
	#products-detail .pro-s-info .name,
	#products-detail .pro-s-info .shop{
		width:100%;
		float:none;
	}
}
@media screen and (max-width: 640px) {
	#products .productList .product-info{
		width: 48%;
	}
	#products-detail .detail-pd .sub-pro-img,
	#products-detail .detail-pd .pro-s{
		float: none;
    	width: 100%;
    	margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	#products .productList .product-info .product-detail,
	.other-product .productList .product-info .product-detail{
	    padding: 15px 10px;	
	}
	#products .productList .product-info .product-detail h3,
	.other-product .productList .product-info .product-detail h3{
		white-space: initial;
		text-overflow: initial;
		height: 48px;		
	}
	#products .productList .product-info .product-detail h3 a,
	.other-product .productList .product-info .product-detail a{
		font-size:14px;
	}
	#products-detail .pro-s-info .shop p.count{
		display: block;
		margin-top: 10px;	
	}
	#products-detail .pro-s-other .buynow{
	    margin-left: 0;
		float:none;	
	}
	#products-detail .pro-s-other .buynow #buy,
	#products-detail .pro-s-other .buynow #buy2{
		zoom: 0.8;
	}
	#products-detail .pro-s-info .name h2{
		font-size:18px;
	}
	.pro-main-article #pro-article .tabs li a{
		padding: 10px 20px;	
	}
	#products .productList .product-info{
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 320px) {
	#products-detail .pro-s-other .buynow #buy,
	#products-detail .pro-s-other .buynow #buy2{
		zoom: 0.7;
	}
}