#products, #products-detail {
	margin: 30px 0;
}
#products .productList ,
.other-product .productList {
	overflow: hidden;
}
#products .productList .product-info ,
.other-product .productList .product-info {
	margin-right: 2%;
	margin-bottom: 25px;
	float: left;
	width: 32%;
}
.other-product .productList .product-info {
	margin-bottom: 15px;
	width: 23.5%;
}
#products .productList .product-info:nth-child(3n) ,
.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-color: rgba(35, 154, 211, 0.25);
	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 {
	background-color: #e8e8e8;
}
#products .productList .product-info .product-detail span ,
.other-product .productList .product-info .product-detail span {
	display: block;
	width: 50px;
	height: 3px;
	background: #08568d;
}
#products .productList .product-info .product-detail h3 ,
.other-product .productList .product-info .product-detail h3 {
	font-weight: normal;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#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 .pro-s-info {
	margin: 20px 0;
	overflow: hidden;
}
#products-detail .pro-s-other {
	overflow: hidden;
}
#products-detail .pro-main-article {
	margin: 20px 0 60px;
}
.sub-photo-list .slick-prev ,
.sub-photo-list .slick-next {
	background: url(/images/09/sub-scrrow.png) no-repeat 100% 50%;
	width: 45px;
	height: 100%;
	left: 0;
	z-index: 99;
}
.sub-photo-list .slick-next {
	background-image: url(/images/09/sub-scrrow2.png);
	background-position: 0% 50%;
	left: initial;
	right: 0;
}
.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 {
	margin-right: 15px;
	color: #2c2c2c;
	font-size: 22px;
	display: inline-block;
}
#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-top: 5px;
}
#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 .buynow {
	margin-left: 20px;
	display: inline-block;
	float: right;
}
#products-detail .pro-s-other .buynow a {
	margin: 0 15px 0 0;
	padding: 6px 15px 6px 40px;
	background: url(/images/09/icon-buy.png) #9c292e no-repeat 10px 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.pro-main-article #pro-article .tabs {
	border-bottom: 1px solid #2f7ebc;
	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: #bbddf8;
	color: #164061;
}
.pro-main-article #pro-article .tabs li.active a {
	background: #307ebc;
	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 ,
	#products .productList .product-info:nth-child(3n) {
		width: 49%;
		margin-right: 2%;
	}
	#products .productList .product-info:nth-child(2n) {
		margin-right: 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 a {
		font-size: 14px;
	}
	#products-detail .pro-s-info .name h2 {
		font-size: 18px;
	}
	.pro-main-article #pro-article .tabs li a {
		padding: 10px 20px;
	}
}