div.zxf_pagediv{
	display: flex;
	align-items: center;
	text-align: center;
	color: #999999;
}
div.zxf_pagediv a{
	text-decoration: none;
	
}
div.zxf_pagediv span,div.zxf_pagediv a{
	display: inline-block;
	box-sizing: border-box;
}

span.disabled{
	height: 50px;
	width: 70px;
	line-height: 50px;
	background: #f2f2f2;
	margin: 0 5px;
	font-size: 14px;
	border-radius: 5px;
}
.current{
	color: #ffffff;
	background: #F49B19;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 5px;
	border-radius: 5px;
}
.zxfPagenum{
	color: #F49B19;
	background: #FFFFFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #F49B19;
	margin: 0 5px;
	border-radius: 5px;
}
.nextpage{
	color: #F49B19;
	margin: 0 5px;
	border: 1px solid #F49B19;
	border-radius: 5px;
}
.nextbtn,.prebtn{
	color: #fff;
	background: #F49B19;
	width: 70px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-radius: 5px;
	margin:0 5px;
}
.zxfinput{
	width: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #F49B19;
	margin: 0 12px;
	border-radius: 5px;
}
.zxfokbtn{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #F49B19;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	margin-left: 10px;
}