div.zxf_pagediv{
	text-align: center;
	color: #999999;
	height: 1.6rem;
	/* padding: 20px 0; */
}
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;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 3px;
}
.nextpage{

	margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	background: #fff;
	width: 72px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
}
.zxfinput{
	width: 50px;
	height: 42px;
	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;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
div.zxf_pagediv {
	display: flex;
	align-items: center;
	justify-content: center;
}
div.zxf_pagediv a {
	width: 36px;
	height: 36px;
	border-radius: 3px;
	border: 1px solid #ECECEC;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 36px;
}
div.zxf_pagediv a:hover {
	background: #1869FF;
	border: 1px solid #1869FF;
	color: #fff;
}
div.zxf_pagediv span.current {
	width: 36px;
	height: 36px;
	border-radius: 3px;
	border: 1px solid #1869FF;
	line-height: 36px;
	background: #1869FF;
}
div.zxf_pagediv a.prebtn {
	width: 72px;
}
div.zxf_pagediv a.nextbtn {
	width: 72px;
}
.zxfinput {
	height: 28px;
}
.jump {
	margin-left: 10px;
}
.zxfokbtn {
	height: 28px;
	line-height: 28px;
}
.more {
	margin: 0 10px;
}
.zxfinput:focus {
	outline: none;
}