div.paging {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
	-ms-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
}
	div.paging a {
		text-decoration: none;
	}
	div.paging span, div.paging a {
		display: inline-block;
		box-sizing: border-box;
	}
.current {
	color: #ffffff;
	background: #034ea1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	border-radius: 3px;
}
div.paging a.zxfPagenum:hover {
	color: #ffffff;
	background: #4364a2;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
}
	.zxfPagenum{
	color: #666;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	border-radius: 3px;
}
.nextpage{
	margin: 0 5px;
}
div.paging a.prebtn:hover, a.nextbtn:hover {
	font-weight: bold;
}
.nextbtn, .prebtn, span.disabled {
	color: #666;
	background: #fff;
	width: 88px;
	height: 25px;
	line-height: 42px;
	border-radius: 3px;
}
.zxfinput{
	width: 30px;
	height: 25px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 12px;
	border-radius: 3px;
	color: #666;
}
.zxfokbtn{
	width: 48px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #E6E6E6;
	margin-left: 10px;
	cursor:pointer;
	border-radius: 3px;
	background: #fff;
}
	.zxfokbtn:hover {
		font-weight:bold;
	}
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
	}
input[type="number"]{
  -moz-appearance: textfield;
}
