#bookList ul{
	overflow:hidden;
	margin: 30px 0;
}
#bookList ul li{
	position: relative;
	float:left;
	width: 23%;
	margin: 10px 1%;
}
#bookList ul li:nth-child(4){
	margin-right:0;
}
#bookList ul li .photo{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;	
}
#bookList ul li .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	background-image:url(/images/10/index-profile-style.png);
	transition:all ease-in-out 0.2s;
}
#bookList ul li .photo a img{
	display: block;
}
#bookList ul li .info{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding-bottom: 20px;
	text-shadow: 0 0 5px #000;
}
#bookList ul li .info h3{
	text-align:center;
	font-size:22px;
	width: 80%;
    margin: 0 auto 10px;
}
#bookList ul li .info h3 a{
	color:#fff;
}
#bookList ul li .info p{
	text-align:center;
	width: 80%;
    margin: 0 auto;
	height: 48px;
    overflow: hidden;
}
#bookList ul li .info p a{
	color:#fff;
	font-size:12px
}
#bookList ul li .info p.more{
	display: none;
	transition:all ease-in-out 0.4s;
	margin-top: 0;
}
#bookList ul li .info p.more a{
	color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 15px;
}

.sub-pro-img{
	margin-top:30px;
}
.sub-pro-img,
.sub-pro-img div,
.sub-pro-img p,
.sub-pro-img a,
.sub-pro-img img{ outline:none;}
.sub-pro-img p{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.sub-pro-img p img{
	width:100%;
}
.sub-pro-img .slick-prev{left: 25px;
    z-index: 5;}
.sub-pro-img .slick-next{right: 25px;
    z-index: 5;}
.sub-pro-img .slick-prev:before, 
.sub-pro-img  .slick-next:before{font-size: 30px;text-shadow: 0 0 2px #000;}
#gallery{
	margin:0 auto;
}
#products-detail .pInfo h3{
	font-size: 22px;
	color: #485d7e;
}
#products-detail .pInfo article{
	margin: 15px 0;
	line-height: 170%;
}
#products-detail .pInfo .payBox{
	overflow: hidden;
	position: relative;
	padding: 20px;
	border: 1px #3496ae solid;
	display: inline-block;
	width: 200px;
    vertical-align: top;
    background: #f4f9fa;
    margin-left: calc(50% - 200px);
}
#products-detail .pInfo .payBox p{
	margin: 0;
	font-size: 16px;
}
#products-detail .pInfo .payBox.priceStyle{
    border: none;
    padding: 0;
    width: calc(50% - 46px);
    background: none;
    margin: 0;
}
#products-detail .pInfo .payBox p.price{
	font-size: 18px;
	font-weight: bold;
	color: #de1212;
}
#products-detail .pInfo .payBox.priceStyle p span{
    font-size: 18px;
    color: #c82c2c;
}
#products-detail .pInfo .payBox.priceStyle p span b{
    font-size: 30px;
    margin-left: 10px;
}
#products-detail .pInfo .payBox.priceStyle p span.money-sale{
    font-size: 14px;
    color: #727272;
    text-decoration: line-through;
}
#products-detail .pInfo .payBox .aday{
}
#products-detail .pInfo .payBox .aday p{display: inline-block;margin-right: 10px;}
#products-detail .pInfo .payBox .aday p b{
}
#products-detail .pInfo .payBox .aday.add p input{background: #cb3939;color: #fff;display: inline-block;padding: 5px 10px;width: 100px;border-radius: 25px;}
#products-detail .pInfo .payBox .aday.add{margin-top: 10px;}
#products-detail .pInfo .payBox p input{
	padding: 5px;
	width: 60px;
	border: 1px #8da6ab solid;
	vertical-align: initial;
	text-align: center;
}
#products-detail .pInfo .payBox img{
	position: absolute;
	right: 0;
	bottom: 0;
}
#products-detail p.contus a,
#products-detail .pInfo p.buy a{
	padding: 10px;
	width: 144px;
	background: rgb(75,170,193); /* Old browsers */
	background: -moz-linear-gradient(10deg,  rgba(75,170,193,1) 0%, rgba(91,176,180,1) 25%, rgba(125,191,150,1) 60%, rgba(176,212,107,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(10deg,  rgba(75,170,193,1) 0%,rgba(91,176,180,1) 25%,rgba(125,191,150,1) 60%,rgba(176,212,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(175deg,  rgba(75,170,193,1) 0%,rgba(91,176,180,1) 25%,rgba(125,191,150,1) 60%,rgba(176,212,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4baac1', endColorstr='#b0d46b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: block;
	font-size: 14px;
	color: #fff;
}
#products-detail p.contus a i,
#products-detail .pInfo p.buy a i{
	margin-left: 50px;
}
#products-detail p.contus a:hover i,
#products-detail .pInfo p.buy a:hover i{
	animation: animatedIcon .5s;
	-webkit-animation: animatedIcon .5s;
	-moz-animation: animatedIcon .5s;
	-ms-animation: animatedIcon .5s;
	-o-animation: animatedIcon .5s;
}
@keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-o-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-webkit-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-moz-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
@-ms-keyframes animatedIcon{
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}
.prod-art{
	margin: 20px 0;
}
.prod-art .tabs{
	border-bottom: 1px #7dbe97 solid;
	text-align: center;
}
.prod-art .tabs li{
	padding: 12px 10px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	display: inline-block;
}
.prod-art .tabs li a{
	color: #666;
}
.prod-art .tabs li:hover,
.prod-art .tabs li.active{
    background: #1d9686;
	border-color: #7dbe97;
	letter-spacing: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.prod-art .tabs li:hover a,
.prod-art .tabs li.active a{
	color: #fff;
}
.prod-art .tab_container{
	padding: 20px;
}
.otherTit{
	margin: 35px 0 20px;
}
@media screen and (min-width: 1281px) {
	
	#bookList ul li:hover .photo a{
		background-image:url(/images/10/index-profile-style-hover.png);
	}
	#bookList ul li:hover .info p.more{
		display: block;
		margin-top: 30%;
	}
}
@media screen and (max-width: 980px) {
	#bookList ul li{
		width: 31%;
	}
}
@media screen and (max-width: 768px) {
	#bookList ul li{
		width: 48%;
	}
	#products-detail .pInfo .payBox.priceStyle{
    width: 100%;
	}
	#products-detail .pInfo .payBox{
    width: calc(100% - 42px);
    margin: 10px 0 0;
	}
	#content .content-wrap{padding-top: 0;}
}
@media screen and (max-width: 450px) {
	#bookList ul li{
		width: 98%;
	}
}