div.zxf_pagediv{
	text-align: center;
	color: #999999;
	    padding: 20px 30px 40px 0;
	    float: right;
}
div.zxf_pagediv a{
	text-decoration: none;
	
}
div.zxf_pagediv span,div.zxf_pagediv a{
	display: inline-block;
	box-sizing: border-box;
}
.current{
	color: #ffffff;
	background: #1ABC9C;
	min-width: 31px;
	box-sizing: border-box;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	border-radius: 1px;
}
.nextbtn{
	margin-left: 5px;
}
.disabled{
	margin-left: 10px;
}
.shumaye{
	color: #0E57BE;
	font-size: 12px;
	margin: 0 16px;
}
.shumaye i{
	color: #2B2B2B;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	min-width: 31px;
	box-sizing: border-box;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	margin: 0 4px;
	border:1px solid #D8D8D8;
	border-radius: 1px;
	font-size: 12px;
	color: #2B2B2B;
}
.nextpage{

	margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	background: #fff;
	width: 88px;
	height: 26px;
	line-height: 26px;
	border-radius: 1px;
	border:1px solid #D8D8D8;
	font-size: 12px;
	color: #999999;
}
.zxfinput{
	width: 30px;
	height: 26px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 8px;
	border-radius: 3px;
	color: #666;
}
.zxfokbtn{
	width: 48px;
	height: 26px;
	font-size: 12px;
	color: #2B2B2B;
	line-height: 26px;
	border: 1px solid #E6E6E6;
	margin-left: 10px;
	cursor:pointer;
	border-radius: 1px;
	background: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
