
.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;
}

.nextbtn,.prebtn,span.disabled,.zxfPagenum,.current{
	padding: 0 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    border: solid 1px #b1b1b1;
    color: #000000;
    margin-right: 8px;
}
span.disabled{
	cursor: not-allowed;
    opacity: .3;
}
.current{
    background-color: #1274fb;
    color: #fff;
}
.zxf_pagediv{
	margin-top:40px;
	text-align: center;
}