div.pagediv{
	text-align: center;
	color: #999999;
	height: 25px;
	overflow: hidden;
	float: right;
}
div.pagediv a{
	text-decoration: none;
	
}
div.pagediv span,div.pagediv a{
	display: inline-block;
	box-sizing: border-box;
	font-size: 18px;
	float: left;
	cursor: default;
}
.pagediv .current_page{
	color: #ffffff;
	background:#8ebeef;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 3px;
}
.pagenum{
	color: #666;
	background: #fff;
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 0 5px;
	border-radius: 3px;
}
.nextpage{
	margin: 0 5px;
}
.nextbtn{
	color: #666;
	background: url(../img/right_pge.png) no-repeat center center;
	background-size: contain;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 3px;
}

.prebtn{
	color: #666;
	background: url(../img/page-left.png) no-repeat center center;
	background-size: contain;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 3px;
}
span.disabled{
	color: #666;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 3px;
}
.pageinput{
	width: 30px;
	height: 22px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 5px;
	border-radius: 3px;
	color: #666;
}
.pageokbtn{
	width: 40px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #E6E6E6;
	margin-left: 10px;
	cursor:pointer;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
