div.zxf_pagediv{
	text-align: center;
	color: #999999;
	padding: 20px 20px 40px 0;
}
div.zxf_pagediv a{
	text-decoration: none;
	
}
div.zxf_pagediv span,div.zxf_pagediv a{
	display: inline-block;
	box-sizing: border-box;
}

/* Pager */
.pager { padding:3px; margin:3px; padding-top:20px;  height:45px; margin-left:30px; }
.pager ul li{float:left; margin:0 3px 0 3px; height:30px; line-height:30px; }
.pager a,.pager span{display:block; float:left; margin-right:3px; height:30px; line-height:30px; padding:0 5px 0 5px;}
.pager a,.pager a:active  {display:block; float:left;border:1px solid #00717d; color:#ffffff; padding:0 6px; background:#00717d; border-radius:5px;}
.pager a:hover {border:1px solid #00717d; text-decoration:none; color:#ffffff;}
.pager span.current {background:#1485ff; border:1px solid #1485ff; color:#fff; font-weight:bold; padding:0 6px; }
.pager span.disabled {border:1px solid #c5c5c5;  padding:0 6px; color:#c0c0c0;}
.pager ul li select{width:36px; height:30px; background:#ffffff; margin-top:0;}

.current{
	color: #ffffff;
	background: #006f7c;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 3px;
}
.nextpage{

	margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	background: #fff;
	width: 88px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
}
.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;
}
