div.zxf_pagediv{
	text-align: center;
	color: #999999;
	/* padding: 2rem 2rem 4rem 0; */
	padding-top:20px;
	/* padding-bottom:20px; */
}
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: #00731D; */
	color:#00731D;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	border-radius: 0.3rem;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	border: 0.1rem solid #E6E6E6;            
	margin: 0 .5rem;
	border-radius: 0.3rem;
}
.nextpage{

	margin: 0 .5rem;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	/* background: #fff; */
	/* width: 8.8rem; */
	margin:0 10px;
	height: 4.2rem;
	line-height: 4.2rem;
	border-radius: 0.3rem;
	cursor: pointer;
}
.zxfinput{
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	box-sizing: border-box;
	border: 0.1rem solid #E6E6E6;
	margin: 0 1.2rem;
	border-radius: 0.3rem;
	color: #666;
}
.zxfokbtn{
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	border: 0.1rem solid #E6E6E6;
	margin-left: 1rem;
	cursor:pointer;
	border-radius: 0.3rem;
	background: #00731D;
	color:#fff
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
.pagination p{
	text-indent: 0 !important;
	line-height: 24px !important;
}
.pagination a.cur{
	border: 1px #cccccc solid !important;
}