div.zxf_pagediv{
	text-align: center;
	color: #999999;
	padding: 0.2rem 0.2rem 0.4rem 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: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 0.03rem;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	width: 0.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0rem 0.05rem;
	border-radius: 0.03rem;
}
.nextpage{

	margin: 0rem 0.05rem;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	background: #fff;
	width: 0.88ren;
	height: 0.42rem;
	line-height: 0.42rem;
	border-radius: 0.03rem;
}
.zxfinput{
	width: 0.5rem;
	height: 0.42rem;
	text-align: center;
	box-sizing: border-box;
	border: 0.01rem solid #E6E6E6;
	margin: 0 0.12rem;
	border-radius: 0.03rem;
	color: #666;
}
.zxfokbtn{
	width: 0.48rem;
	height: 0.32rem;
	line-height: 0.32rem;
	border: 0.01rem solid #E6E6E6;
	margin-left: 0.1rem;
	cursor:pointer;
	border-radius: 0.03rem;
	background: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
