.pages {
	margin: 5px auto;
	clear: both;
	height: 30px;
	padding: 15px;
}

.togles {
	font-size: 100%;
	letter-spacing: -0.307em;
	word-wrap: normal;
	white-space: nowrap;
	line-height: 28px;
	float: right;
}

.togles a {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	margin-left: -1px;
	border: 1px solid #ddd;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	color: #666;
	border: solid 1px #ddd;
}

.togles a:hover {
	background: #eee;
	color: #333;
	border: solid 1px #ddd;
}

.togles .current {
	background: #eee;
	color: #333;
	border: solid 1px #ddd;
}

.count {
	float: left;
	line-height: 30px;
	color: black;
	font: 14px/2 "Microsoft Yahei";
}
#pageSize{
	color: #ea8511;
}
.count span{
	color: #ea8511;
}

select {
	-webkit-appearance: menulist;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	color: black;
	background-color: white;
	cursor: default;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	border-image: initial;
	border: none;
	border: solid 1px #ddd;
}

option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	display: block;
	white-space: pre;
	min-height: 1.2em;
	padding: 0px 2px 1px;
	border: none;
	border: solid 1px #ddd;
}
