div.zxf_pagediv{
	margin-top: 50px;
}
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 12px;
	color: #303030;
	font-size: 20px;
}
.current{
	color: #ffffff!important;
	background: #007aff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin: 0 10px;
	border-radius: 50%;
	border: 1px solid #e8e8e8;
	font-size: 20px;
}
.nextpage{
	margin: 0 5px;
}
.nextbtn,.prebtn {
	display: block;
	height: 50px;
	border: 1px solid #e8e8e8;
	width: 125px;
	border-radius: 50px;
	line-height: 48px;
	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: 50px;
	border: 1px solid #e8e8e8;
	width: 125px;
	border-radius: 50px;
	line-height: 49px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	margin-right: 25px;
	margin-left: 25px;
}
.zxfinput{
	width: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 12px;
	border-radius: 50%;
	font-size: 20px;
	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;
}
@media (max-width: 1400px) {
	div.zxf_pagediv span, div.zxf_pagediv a {
		font-size: 16px;
		margin: 0 8px;
	}
	.nextbtn, .prebtn {
		width: 90px;
	}
	.current {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.zxfPagenum {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.zxfinput {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	span.disabled {
		width: 90px;
	}
}
