div.zxf_pagediv{
	text-align: right;
	color: #999999;
	/* padding: 20px 20px 40px 0; */
	position: relative;
	width: 100%;
	position: relative;
	top: 0px;
}
div.zxf_pagediv a{
	text-decoration: none;
	
}
div.zxf_pagediv span,div.zxf_pagediv a{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
.current{
	color: #ffffff;
	background: #f0ffeb;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	outline: 1px solid #184CCE;
	color: #184CCE;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	margin: 0 5px;
	border-radius: 3px;
}
.nextpage{

	margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	background: #fff;
	width: 6rem;
	line-height: 30px;
	border-radius: 3px;
	height: 30px;
}
.zxfinput{
	width: 50px;
	height: 30px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 12px;
	border-radius: 3px;
	color: #666;
}
.zxfokbtn{
	width: 48px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #E6E6E6;
	margin-left: 10px;
	cursor:pointer;
	border-radius: 3px;
	background: #fff;
	display: none!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
