div.zxf_pagediv {
	text-align: center;
	color: #333;
	margin-top: 28px;
}

div.zxf_pagediv a {
	text-decoration: none;

}
.lastBtn{
	margin-left: 10px;
}
div.zxf_pagediv span,
div.zxf_pagediv a {
	display: inline-block;
	box-sizing: border-box;
}

.current {
	color: #ffffff;
	border: 1px solid #FF6E00;
	background: #FF6E00;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	margin: 0 5px;
}

.zxfPagenum {
	color: #666;
	background: #fff;
	width: 30px;
		height: 30px;
	line-height: 30px;
	margin: 0 5px;
	border-radius: 3px;
}

.nextpage {
	margin: 0 5px;
}

.nextbtn,
.prebtn,
span.disabled {
	color: #666;
	background: #fff;
	width: 63px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	margin: 0 5px;
}

.zxfinput {
	width: 50px;
	height: 42px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 3px;
	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;
}
.prebtn,.zxfPagenum,.nextbtn{
	border-radius: 4px;
border: 1px solid #D9D9D9;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}
