div.zxf_pagediv{
	text-align: center;
	color: #999999;
	padding: 0 20px 40px 0;
	font-size: 16px;
}
div.zxf_pagediv a{
	text-decoration: none;
	
}
div.zxf_pagediv span,div.zxf_pagediv a{
	display: inline-block;
	box-sizing: border-box;
}
.current{
	 color: #15499a;
	/* background: #1ABC9C; */
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 0.1875rem;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	min-width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 0 0.3125rem;
	border-radius: 0.1875rem;
}
.nextpage{

	margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	background: #fff;
	width: 5.5rem;
	height: 2.625rem;
	line-height: 2.625rem;
	border-radius: 0.1875rem;
}
.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 span:nth-last-child( 2 ) {
    display: none;
}
div.zxf_pagediv span:nth-last-child( 1 ) {
    display: none;
}
div.zxf_pagediv span:nth-last-child( 3 ) {
    display: none;
}*/
.prebtn,.nextbtn{
	border: 1px solid #15499a;
}
.nextbtn{
	margin-left: 1rem;
}
@media (max-width:1200px){
	.nextbtn,.prebtn,span.disabled{
		color: #666;
		background: #fff;
		width: auto;
		padding: 1.5rem;
		height: auto;
		line-height: 1;
		border-radius: 0.1875rem;
	}
}