/************************
****==Author : zw ;==****
****==Date :2018-10-31;**
************************/
/*reset*/
html, body{
	height: 100%;

	font-family: "microsoft yahei"; //Verdana,Arial,Helvetica,sans-serif
font-family:Verdana,Arial,Helvetica,sans-serif;
}
html, body, div, span, input, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
	
}
a,a:link,a:active,a:visited{
	text-decoration: none;
}
li{
	list-style: none;
}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
i{font-style:noraml;}
/*ztag*/
.z-row > [class*='z-col-']{float: left;}
.z-col-xs-12{width: 100%;}
.z-col-xs-11{width: 91.66666667%;}
.z-col-xs-10{width: 83.33333333%;}
.z-col-xs-9{width: 75%;}
.z-col-xs-8{width: 66.66666667%;}
.z-col-xs-7{width: 58.33333333%;}
.z-col-xs-6{width: 50%;}
.z-col-xs-5{width: 41.66666667%;}
.z-col-xs-4{width: 33.33333333%;}
.z-col-xs-3{width: 25%;}
.z-col-xs-2{width: 16.66666667%;}
.z-col-xs-1{width: 8.33333333%;}

a{color:#000;}
/*ztag*/
.clearfix:after{
     content:".";        
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;        
}
.clear{clear:both;}
.clearfix:after{display:block;content:"";clear:both;visibility: hidden;}
.zfont-12{font-size:12px;}
.zfont-14{font-size:14px;}
.zfont-16{font-size:16px;}
.zfont-18{font-size:18px;}
.zfont-20{font-size:20px;}
.zline-height-1{line-height:1em;}
.zblock{display:block;}
.display-inline{display: inline-block;}
.float-left{float: left;}
.float-right{float: right;}
.zdisplay{
	display: block !important;
}
.zdisplay-inline{
	display: inline-block;
}
.zml0{
	margin-left: 0px !important;
}
.zmr0{
	margin-right: 0px !important;
}
.zalign-center{
	text-align:center;
}
.zellipsis{   
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zrelative{
	position: relative;
}
.zwidth100{
	width:100%;
}.zminwidth100{
	min-width:100%;
}
.zoverflowhidden{
	overflow:hidden;
}
.zpad-y-15{
	padding:15px 0;
}
.zpad-x-15{
	padding:0 15px;
}
.zpad-15{
	padding:15px;
}
.zmargin-y-15{
	margin:15px 0;
}
.zmargin-x-15{
	margin:0 15px;
}
.zmargin-15{
	margin:15px;
}
/*defined needed*/
.zfont-red{color:red;}


/*project used*/
body{
	background: #fff;
}
.page-inner{
    width: 1200px;
	margin: 0 auto;
    clear: both;
    padding: 0 10px;
    box-sizing: border-box;
}

.book-box.multi-line li{
	margin-bottom: 30px;
}
.book-box{
	
}
.book-box li{
	float:left;
	width: 23%;
	padding-bottom:23%;
	margin-right:2.6%;
	height: 0;
	margin: 0 15px;
	border:1px solid #ececec;
	box-shadow: 0px 3px 7px 1px #ccc;
}
.book-box li:nth-child(4n){
	margin-right:0;
}
.book-box li .z-book-wrap{
	width: 100%;
	padding-bottom:100%;
	height:0;
	position:relative;
	overflow:hidden;
	margin:10px 0; 
}
.book-box li img{
	width: 100%;
    margin: 13px 0;		
    position:absolute;
    left:0;
    top:0;	
}
.book-box .title{
	text-align: center;
	color: #666;
	padding: 0 15px;
	line-height:50px;
}
.z-no-data-tip{
	text-align: center;
    font-size: 16px;
    padding-top: 50px;
    color: #999;
}
div.zhas-footer{
	padding-bottom: 200px;
	position: relative;
	min-height: 100%;
	box-sizing: border-box;		
}
[v-clock]{
	display: none!important;
}