.book-show{
	overflow:hidden;
}
.book-show >div{
	width:32.33%;
	float:left;
	margin-right:1%;
	margin-bottom: 30px;
}
.book-show >div:nth-child(3n){
	margin-right:0;
}
.book-show .showbox{
	margin: 0 10px;
	border: 1px solid #d5d5d5;
}
.book-show .showbox .showbox-photo{
	position:relative;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: contain;
}
.book-show .showbox .showbox-photo .photo{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	outline:none;
	transition:all linear 0.3s;
}
.book-show .showbox .showbox-photo .photo:hover{
	background-color:rgba(0,0,0,0.7);
	background-image:url(/images/33/logo-footer.png);
}
.book-show .showbox h3{
	padding: 25px 25px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.book-show .showbox h3 a{
	color: #020e1c;
    font-size: 16px;
}
.book-show .showbox article{
	background:#fff;
	padding:  0 25px 25px;
}
.book-show .showbox article a{
	color:#3a3a3a;
	font-size:14px;
	display:block;
	height: 3.5em;
    overflow: hidden;
}
#products-detail .product-info{
	overflow:hidden;
}
#products-detail .product-info-detail{
	float:right;
	width: 50%;
	margin: 15px 0;
}
#products-detail .product-info-detail h3{
	color:#9a9a9a;
	font-size:24px;
}
#products-detail .product-info-detail article{
	font-size:12px;
	color:#1c1c1c;
	margin: 20px 0;
	min-height: 250px;
}
#products-detail .product-info-detail .orderfunction{
}
#products-detail .product-info-detail .orderfunction .price-detail,
#products-detail .product-info-detail .orderfunction .order-site{
	border: 1px solid #e22f2f;
    display: inline-block;
    width: 300px;
}
#products-detail .product-info-detail .orderfunction .price-detail p{
}
#products-detail .product-info-detail .orderfunction .price-detail p label,
#products-detail .product-info-detail .orderfunction .order-site p label{
	display: inline-block;
    width: 50px;
    border-right: 1px solid #e22f2f;
	padding: 5px 10px;
	text-align: center;
}
#products-detail .product-info-detail .orderfunction .price-detail p span{
}
#products-detail .product-info-detail .orderfunction .price-detail .oldprice{
	border-bottom: 1px solid #e22f2f;
	color: #545454;
}
#products-detail .product-info-detail .orderfunction .price-detail .oldprice span{
	text-decoration: line-through;
}
#products-detail .product-info-detail .orderfunction .price-detail .realprice label{
	color: #fff;
	background: #e22f2f;
}
#products-detail .product-info-detail .orderfunction .price-detail .realprice span{
	font-size: 20px;
    color: #c51515;
    margin-left: 10px;
    font-weight: bold;
}

#products-detail .product-info-detail .orderfunction .order-site{
	border-top: 0;
    overflow: hidden;
}
#products-detail .product-info-detail .orderfunction .order-site p{
	float: left;
	width: 50%;
}
#products-detail .product-info-detail .orderfunction .order-site p label{
	color: #fff;
	background: #e22f2f;
}
#products-detail .product-info-detail .orderfunction .order-site p input{
    width: 55px;
    margin-left: 10px;
	background: #f3f3f3;
    font-size: 16px;
    padding: 2px 0 2px 10px;
    text-align: center;
}

#products-detail .product-info-detail .orderfunction .order-site p.add{
	text-align: right;
}
#products-detail .product-info-detail .orderfunction .order-site p.add input{
    width: auto;
    padding: 6px 10px;
    font-size: 14px;
    background: #d62f2f;
    color: #fff;
    border-radius: 5px;
    line-height: 100%;
    vertical-align: -webkit-baseline-middle;
    margin: 0 10px 0 0;
	cursor:pointer;
}
#products-detail .product-info-detail .orderfunction .order-site p.add input:hover{
    background: #a51212;
}
#products-detail .product-info-detail .ask{
}

#products-detail .sub-pro-img{
	margin: 15px 0;
	float:left;
	width: 45%;
	margin-bottom: 50px;
}
#products-detail .sub-pro-img >div{
}
#products-detail .sub-pro-img div a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	outline:none;
    background-size: contain;
}
#products-detail .sub-pro-img div a img{
	width:100%;
}
.product-deta{
	margin-top: 70px;	
}
.product-deta #pro-article{
    border-bottom: 2px solid #960705;	
}
.product-deta #pro-article .tabs{
    padding-bottom: 15px;
    border-bottom: 2px solid #960d09;
}
.product-deta #pro-article .tabs li{
    min-width: 140px;
    padding: 4px 0;
    display: block;
    position: relative;
    border: 1px solid #960d09;
    background: #960d09;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
	float: left;
	opacity:0.6;
    margin-right: 5px;
}
.product-deta #pro-article .tabs li.active:after{
	position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 7px 9px 7px;
    border-color: transparent transparent #960d09 transparent;
    left: 45%;
    bottom: -16px;	
}
.product-deta #pro-article .tabs li a{
    color: #fff;
}
.product-deta #pro-article .tabs li.active{
	opacity:1;
}
#tabs_container{
	background-image:url(/images/33/pro-detail-bg.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	border-right: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
	background-size: cover;
	padding: 15px;
}
.other-product >h3{
	text-align:center;
	background-image:url(/images/33/other-p-bar.png);
	background-repeat:repeat-x;
	background-position:0 47%;
	padding: 30px 0;
}
.other-product >h3 span{
	color:#252525;
	font-size:18px;
	background: #fff;
    padding: 0 15px;
	
}
.slick-dots li button:before{
	color: #312e2e;
}
.slick-dots .slick-active button:before,
.slick-dots li.slick-active button:before{
	color: #931010;
}
.ask{
	text-align:left;
	margin: 10px 0;
}
#content aside li {
	float: none;
}
#content aside li .sub-category{
	width: calc(100% - 50px);
}
#content aside li .sub-category li{
    display: inline-block;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    margin: 0 14px 30px;
}
#content aside li .sub-category li a{
	color: #656565;
    font-weight: bold;
}
@media screen and (max-width: 980px) {
	#content aside li .sub-category{
		width: calc(100% - 65px);
		margin-left:65px;
	}
	#content aside li .sub-category li{
		writing-mode: horizontal-tb;
		margin: 10px 20px 0 0;
		display: block;
	}
	#content aside li .sub-category li a{
		display: block;
		background: #e35352;
		color: #fff;
		border-radius: 5px;
		padding: 2px 8px;
		text-align: center;	
	}
}
@media screen and (max-width: 768px) {
	.book-show >div,
	.book-show >div:nth-child(3n){
		width:49%;
	}
	.book-show >div:nth-child(2n){
		margin-right:0%;
	}
	#products-detail .product-info-detail .orderfunction .price-detail, #products-detail .product-info-detail .orderfunction .order-site{
		width: calc(100% - 2px);
	}
	#products-detail .product-info-detail .orderfunction .order-site p{
		width:calc(100% - 86px);
	}
	#products-detail .product-info-detail .orderfunction .order-site p.add{
	    width: 86px;	
	}
}
@media screen and (max-width: 640px) {
	.book-show .showbox article{
		padding:0 15px 15px;
	}
	.book-show .showbox h3{
		padding:15px 15px 0;
	}
	.book-show .showbox .showbox-photo .photo:hover{
		background-size:50%;
	}
	#products-detail .sub-pro-img,
	#products-detail .product-info-detail{
		width:100%;
	}
	#products-detail .product-info-detail article{
		min-height:0;
	}
	.product-deta #pro-article .tabs li{
	    font-size: 14px;	
		min-width: 0;
		padding: 4px 10px;
	}
}
@media screen and (max-width: 480px) {
	.book-show >div,
	.book-show >div:nth-child(3n){
		width:100%;
		margin-right:0%;
	}
	#products-detail .product-info-detail h3{
		font-size: 20px;	
	}
	.product-deta{
	    margin-top: 20px;	
	}
	#content aside li .sub-category li{
		display:inline-block;
	}
	.product-deta #pro-article .tabs li{
		font-size:12px;
	}
}