div.zxf_pagediv{
	text-align: center;
	color: #999999;
	padding: 20px 20px 40px 0;
}
div.zxf_pagediv a{
	text-decoration: none;
}
div.zxf_pagediv span,div.zxf_pagediv a{
	display: inline-block;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 20px;
}
div.zxf_pagediv a:hover{
	color: #ffffff;
	background: #00a2e9;
}
.currentPage{
	color: #ffffff;
	background: #00a2e9;
	width: 34px;
	height: 35px;
	line-height: 34px;
	border-radius: 0px;
	margin: 0px;
	border: 0.1px solid #e8e8e8;
}
.zxfPagenum{
	color: #666;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin: 0px;
	border-radius: 0px;
	border: 1px solid #e8e8e8;
	
}
.nextpage{
	margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 0px;
	border: 1px solid #e8e8e8;
}
.zxfinput{
	width: 40px;
	height: 26px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 6px;
	border-radius: 0px;
	color: #666;
}
.ellipsis{
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 0 3px;
	background-color: #f1eff0;
}
.zxfokbtn{
	width: 45px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #E6E6E6;
	color: #666;
	font-size: 12px;
	margin-left: 10px;
	cursor:pointer;
	border-radius: 0px;
	background: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}