.paging{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
div.zxf_pagediv{
	text-align: center;
	color: #999999;
}
div.zxf_pagediv a{
	text-decoration: none;
	
}
div.zxf_pagediv span,div.zxf_pagediv a{
	display: inline-block;
	box-sizing: border-box;
}
span.disabled{
	height: 30px;
	width: 65px;
	line-height: 30px;
	background: #f2f2f2;
	margin: 0 5px;
}
.zxfPagenum{
	color: #999999;
	background: #FFFFFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dfdfdf;
	margin: 0 3px;
}
.nextbtn,.prebtn{
	color: #999999;
	background: #FFFFFF;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dfdfdf;
}
.nextbtn{margin-right: 10px;}
.zxfinput{
	padding: 0;
	/*width: 35px;*/
	width: 40px;
	/*height: 28px;*/
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	margin: 0 12px;
	margin-top: -5px;
	line-height: 25px;
}
.zxfokbtn{
	display: inline-block;
	margin-left: 15px;
	width: 50px;
	/*height: 28px;*/
	line-height: 25px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
}
.zxfPagenum:not(.current):hover{
	color: #00a0ea;
	margin: 0 3px;
	border: 1px solid #00a0ea;
}
/*.nextpage{
	color: #d71f1b;
	margin: 0 5px;
	border: 1px solid #d71f1b;
}*/
.current{
	color: #ffffff;
	background: #00a0ea;
	border: none;
}
/*img{width: 100%;display: block;}*/