#products{
}
#products li{
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    width: calc((100%/4) - 26px);
    margin: 0 10px;
}
#products li:nth-child(3n){
    /* margin-right: 0; */
}
#products li .photo{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	position:relative;
}
#products li .photo a{
	display:block;
	transition: all ease-in-out 0.3s;
}
#products li .photo:hover a{
	background-color:rgba(25,25,25,0.5);
}
#products li .photo a img{
	width:100%;
}
#products li .info{
    overflow: hidden;
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
}
#products li .info .info-txt{
	float:left;
	width: 100%;
}
#products li .info .info-txt h2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 150%;
}
#products li .info .info-txt h2 a{
	color:#000;
	font-size: 18px;
	font-weight:normal;
	/*font-family: 'Raleway', sans-serif;*/
}
#products li .info .info-txt .price{
	color:#000;
	font-size:16px;
	/*font-family: 'Raleway', sans-serif;*/
	margin-top: 10px;
	display: none;
}
#products li .info .info-go{
	float:right;
	margin-top: 12px;
	display: none;
}
/**********ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â***********/
.product-deta{
	overflow:hidden;
	margin-bottom: 20px;
}
.product-deta .product-deta-left{
	float:left;
	width: 35%;
}
.product-deta .product-deta-left .main-pro-img{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.product-deta .product-deta-left .main-pro-img img,
.product-deta .product-deta-left .sub-pro-img li a img{
	width:100%;
}
.product-deta .product-deta-left .sub-pro-img{
	 margin-top: 10px;
}
.product-deta .product-deta-left .sub-pro-img li{
	float: left;
    width: 25%;
}
.product-deta .product-deta-left .sub-pro-img li a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;	
}

.product-deta .product-deta-right{
	float:right;
	width: 55%;
}
.product-deta .product-deta-right >h4{
	color: #434343;
	font-size: 28px;
	/*font-family: 'Raleway', sans-serif;*/
	font-weight: normal;
}
.product-deta .product-deta-right p.p-detail-item{
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 35px;
    color: #434343;
    padding: 0 85px 0 0;
}
.product-deta .product-deta-right .howtouse{
	margin-bottom: 30px;
}
.product-deta .product-deta-right .howtouse article{
    color: #666666;
    font-size: 16px;
    line-height: 140%;
    margin-top: 10px;
    text-align: justify;
}
.product-deta .product-deta-right .title{
	color: #a1a1a1;
    font-size: 14px;
    margin: 20px 0;
}
.product-deta .product-deta-right .des article{
    color: #666666;
    font-size: 16px;
    line-height: 140%;
    margin-top: 10px;
}
#pdtitle{
    font-size: 20px;
    color: #595757;
    font-weight: 600;
}
.product-deta .product-deta-right .share{
    border-top: 1px dashed #383838;
    margin-top: 20px;
    padding-top: 15px;
}
.product-deta .product-deta-right .share p,
.product-deta .product-deta-right .share p a{
	color: #ababab;
}
.product-deta .product-deta-right .share p a{
	margin: 0 3px;
}
.product-deta .product-deta-right .share p a img{
	width:21px;
}
#addBuy >h2{
    font-size: 18px;
    display: inline-block;
    background: #f31d1d;
    padding: 5px 25px;
	margin: 0 10px;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#addBuy .proRecom{
	border-top: 1px solid #f31d1d;
}
#addBuy .photoWrap{
	margin-top: 20px;
}
#addBuy .photoWrap li{
	float: left;
    width: 25%;
	margin-bottom:20px;
}
#addBuy .photoWrap li .addinfo{
	margin: 0 10px;
}
#addBuy .photoWrap li .addinfo .photo{
	display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#addBuy .photoWrap li .addinfo h3{
	margin: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#addBuy .photoWrap li .addinfo h3 a{

	color:#fff;
}
#addBuy .photoWrap li p{
    margin: 0 10px;
    color: #fb3131;
    font-weight: bold;
}

.product-other,
#addBuy{
	width:100%;

	clear:both;
	padding-top:50px;
}
.product-other #pro-article .tabs{
	border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}
.product-other #pro-article .tabs li{
	float:left;
	position:relative;
}
.product-other #pro-article .tabs li:after{
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
	background: #949494;
    content: '';
    top: 0;
    left: 0;
	z-index: -1;
    transform-origin: bottom;
    transform: skewX(-5deg);
}
.product-other #pro-article .tabs li.active:after,
.product-other #pro-article .tabs li:hover:after{
	display: block;
	background: #676767;
}
.product-other #pro-article .tabs li a{
	color:#393939;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:5px 20px;
}
.product-other #pro-article .tabs li.active a,
.product-other #pro-article .tabs li:hover a{
	color: #fff;
}
#tabs_container{
	color:#000;
}
#product-buy{
	margin-top: 20px;
}
#product-buy .price{
}
#product-buy .price p{
	font-size: 18px;
	color: #666666;
}
#product-buy .price p b{
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
#product-buy .howmuch{
}
#product-buy .howmuch p{
	display:inline-block;
}
#product-buy .howmuch dd{
	display:inline-block;
	margin: 0;
}
#product-buy .howmuch dd input{
    width: 30px;
    padding: 3px 10px;
}
#product-buy .howmuch select{
	padding: 3px 0 2px;
    margin-top: 4px;
}
#product-buy .shophelper{
	margin-top: 45px;
}
#product-buy .shophelper a{
	display: inline-block;
	color: #d51632;
	margin-right: 15px;
	font-size: 14px;
}

@media screen and (min-width: 769px) {
	#sub-nav ul.pubList{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
    z-index: 6;
}
	#sub-nav li:hover{z-index: 8;}
	#sub-nav li:hover ul.pubList{
    display: block;
}
	#sub-nav ul.pubList li{
    z-index: 8;
    margin: 0 0 5px;
    display: block;
}
	#sub-nav ul.pubList li a{
    z-index: 8;
    position: relative;
    padding: 5px 18px;
}
}
@media screen and (max-width: 1440px) {
	.product-deta .product-deta-left{
		width:45%;
	}
	#addBuy >h2{
		font-size: 16px;
	}
}
@media screen and (max-width: 1280px) {
	#products li .info .info-txt h2 a{
	    font-size: 20px;	
	}
	#products li .info .info-txt .price{
		font-size:14px;
	}
	#addBuy >h2{
		font-size: 15px;
	}
	.product-deta .product-deta-right p.p-detail-item {
		padding: 0;
	}
}
@media screen and (man-width: 1024px) {
	#products li {
		width: calc((100%/3) - 26px);
	}
	
}
@media screen and (max-width: 980px) {
	#products li,
	#products li:nth-child(3n){
		/* width: 48%; */
		/* margin-right: 4%; */
		width: calc((100%/2) - 26px);
	}
	#products li:nth-child(2n){
		margin-right: 0;
	}
	#products li .info .info-txt{
		width:calc(100% - 30px);
	}
	#products li .info .info-go{
		margin-top: 20px;	
	}
	#products li .info .info-go img{
		width:26px;
	}
	#products li .info .info-txt h2 a{
		font-size: 18px;	
	}
	.product-deta .product-deta-left,
	.product-deta .product-deta-right{
		width:100%;
		margin-bottom:30px;
	}
	#addBuy .photoWrap li{
	    width: 33%;	
	}
}
@media screen and (max-width: 768px) {
	#sub-nav ul.pubList{}
	#sub-nav ul.pubList li{
    margin: 0;
}
	#sub-nav ul.pubList li a{
    border: 0;
}
}
@media screen and (max-width: 640px) {
	#addBuy .photoWrap li{
	    width: 50%;	
	}
	#addBuy >h2{
	    font-size: 14px;
		padding: 5px 15px;	
	}
}
@media screen and (max-width: 480px) {
	#products li .info .info-txt{
		width:calc(100% - 25px);
	}
	#products li .info .info-go{
		margin-top: 0;	
	}
	#products li .info .info-go img{
		width:20px;
	}
	#products li .info .info-txt h2 a{
		white-space: initial;
		text-overflow: initial;
		display: block;
		height: 60px;
	}
	#products li .info .info-txt h2 a{
		font-size:16px;
	}
	#products li .info .info-txt h2{
	    line-height: 100%;	
	}
	.product-deta .product-deta-right >h4 {
    line-height: 125%;
}
}
@media screen and (max-width: 350px) {
	#products li,
	#products li:nth-child(3n){
		width: 100%;
		margin-right: 0;
	}
}