div.zxf_pagediv{
	text-align: center;
	padding:  0 1rem;
	margin-bottom: 2rem;
}
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;
	margin:  0 .6rem;
	color: #303030;
	font-size: 1rem;
}
.current{
	color: #ffffff!important;
	background: #007aff;
	width: 2.75rem;
	height: 2.75rem;
	line-height: 2.75rem;
	border-radius: 50%;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	width: 2.75rem;
	height: 2.75rem;
	line-height: 2.75rem;
	margin: 0 10px;
	border-radius: 50%;
	border: 1px solid #e8e8e8;
	font-size: 1rem;
}
.nextpage{
	margin: 0 5px;
}
.nextbtn,.prebtn {
	display: block;
	height: 2.5rem;
	border: 1px solid #e8e8e8;
	width: 6.3rem;
	border-radius: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 20px;
}
.nextbtn:hover,.prebtn:hover {
	background: #007aff;
	color: #ffffff;
}
span.disabled{
	display: block;
	height: 2.5rem;
	border: 1px solid #e8e8e8;
	width: 6.3rem;
	border-radius: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	font-size: 1rem;
	margin-right: 25px;
	margin-left: 25px;
}
.zxfinput{
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 1.2rem;
	border-radius: 50%;
	font-size: 1rem;
	color: #666;
}
.zxfokbtn{
	width: 3.6rem;
	height: 2.4rem;
	line-height: 2.4rem;
	border: 1px solid #E6E6E6;
	margin-left: 1rem;
	cursor:pointer;
	border-radius: 3px;
	background: #fff;
	margin-top: 1rem!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

