div.pagination-wrap{
	text-align: center;
	color: #999999;
	padding: 20px 20px 40px 0;
}
div.pagination-wrap a{
	text-decoration: none;

}
div.pagination-wrap span,div.pagination-wrap a{
	display: inline-block;
	box-sizing: border-box;
}
.current{
	color: #ffffff;
	background: #316BD1;
	width: 30px;
	height: 28px;
	line-height: 28px;
	margin: 0 5px;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	width: 30px;
	height: 28px;
	line-height: 28px;
	margin: 0 5px;
}
.nextpage{

	margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	/*background: #fff;*/
	width: 88px;
	height: 30px;
	/*line-height: 30px;*/
	margin: 0 5px;
}
.zxfinput{
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 12px;
	color: #666;
}
.zxfokbtn{
	width: 48px;
	height: 30px;
	line-height: 27px;
	border: 1px solid #E6E6E6;
	margin-left: 10px;
	cursor:pointer;
	background: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

.prebtn.zxfokbtn,
.nextbtn.zxfokbtn{
	width: 88px;
}
