div.zxf_pagediv{
	text-align: center;
	color: #999999;
	box-sizing:border-box;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
}
div.zxf_pagediv a{
	text-decoration: none;
	
}
div.zxf_pagediv span,div.zxf_pagediv a{
	display: inline-block;
	box-sizing: border-box;
}

div.zxf_pagediv span{
	min-width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
}

span.disabled{
	height: 30px;
	width: 65px;
	line-height: 30px;
	background: #f2f2f2;
	margin: 0 5px;
}

.current{
	color: #ffffff;
	background: #0099FF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0099FF;
}

.zxfPagenum{
	color: #999999;
	background: #FFFFFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dfdfdf;
	margin: 0 5px;
}

.nextpage{
	color: #d71f1b;
	margin: 0 5px;
	border: 1px solid #d71f1b;
}

.nextbtn,.prebtn{
	color: #999999;
	background: #FFFFFF;
	width: 65px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dfdfdf;
}
.nextbtn{
	margin-right:20px;
}

.zxfinput{
	width: 45px;
	height: 30px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	margin: 0 5px;
}

.zxfokbtn{
	width: 45px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dfdfdf;
	margin-left:5px;
	cursor:pointer;
}

.zxfokbtn:hover{
	background:#0099FF;
	color:#fff;
	border: 1px solid #0099FF;
}
