div.zxf_pagediv{
	text-align: right;
	color: #999999;
 
 
}
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;
	vertical-align: top;
	line-height: 32px;
}
.current{
	color: #ffffff;
	background: #fe2424;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
}
.zxfPagenum{
	color: #77818c;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 5px;
	border-radius: 3px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.nextpage{
	margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	color: #77818c;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #ddd;
	vertical-align: top;
}
span.disabled{
	display: none !important; 
}
.nextbtn{
	margin-left: 5px;
	background: url(../images/next-icon.png) no-repeat center;
}
.prebtn{
	margin-left: 5px;
	background: url(../images/prev-icon.png) no-repeat center;
}

.zxfinput{
	width: 50px;
	height: 42px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 12px;
	border-radius: 3px;
	color: #77818c;
}
.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;
}
