#booklist{
}
#booklist li{
	float:left;
	width:31%;
	margin-right:3%;
    margin-bottom: 50px;
}
#booklist li:nth-child(3n){
	margin-right:0;
}
#booklist li .book-box{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	border-radius: 50%;
	margin: 20px;
}
#booklist li .book-box >a{
	display:block;
	position:relative;
}
#booklist li .book-box >a:after{
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #000;
    box-shadow: 0 0 15px #000 inset;
	opacity:0;
	transition:all linear 0.3s;
}
#booklist li .book-box >a:before{
    content: '';
    position: absolute;
    background: url(/images/40/product-hover.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
	opacity:0;
	transition:all linear 0.3s;
}
#booklist li .book-box >a:hover:after{
	opacity:1;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
	border: 8px solid #caa768;
}
#booklist li .book-box >a:hover:before{
	opacity:1;
}
#booklist li .book-box >a img{
	width:100%;
}
#booklist li h4{
	text-align: center;
    font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#booklist li h4 a{
	color:#fff;
}
#album-info{
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#album-info::after {
	content: '';
	flex-grow: 999999999;
	-moz-flex-grow: 999999999;
	-ms-flex-grow: 999999999;
	-o-flex-grow: 999999999;
	-webkit-flex-grow: 999999999;
	min-width: 200px;
	height: 0;
}

.album_box {
	margin: 10px;
	position: relative;
	height: 350px;
	flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	-webkit-flex-grow: 1;
	background-color: #fff;
}
.album_box img{
	max-width: 100%;
	min-width: 100%;
	height: 350px;
	object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	vertical-align: bottom;
}
.album_box, .album_box img{
	height:270px;
}
.divOver #album-info .album_box{
	opacity:0.5 !important;
	transition:all ease-in-out 0.1s;
	-moz-transition:all ease-in-out 0.1s;
	-ms-transition:all ease-in-out 0.1s;
	-o-transition:all ease-in-out 0.1s;
	-webkit-transition:all ease-in-out 0.1s;
}
.divOver #album-info .album_box:hover{
	opacity:1 !important;
}
#pagenav{
	margin-top:50px;
}
@media screen and (max-width: 1440px) {
	.album_box ,
	.album_box img{
		height:230px;
	}
}

@media screen and (max-width: 1280px) {
	#booklist li .book-box >a:before,
	#booklist li .book-box >a:after{
		display:none;
	}
}
@media screen and (max-width: 980px) {
	.album_box ,
	.album_box img{
		height:180px;
	}
}

@media screen and (max-width: 768px) {
	#booklist li,
	#booklist li:nth-child(3n){
		width:48%;
		margin-right:4%;
	}
	#booklist li:nth-child(2n){
		margin-right:0;
	}
	.photoItem ,
	.photoItem img {
		height: 200px;
	}
}
@media screen and (max-width: 640px) {
	#booklist li{
		margin-bottom: 40px;	
	}
	#booklist li .pbox{
	    padding: 5px;	
	}
	#booklist li .book-box{
		margin: 0;	
	}
	#booklist li h4{
	    margin-top: 5px;	
	}
	.bannertxt .cate{
	    background: none;	
		margin-top: 40px;
	}
}
