
.pages {
	padding: 5px;
	text-align: center;
	font-size: 13px;
}
.pages a {
	margin-left: 3px;
	text-decoration: none;
	display: inline-block;
	width: auto;
	min-width: 30px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	background: url("../image/pages.png") no-repeat 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
}
.pages span {
	display: inline-block;
	margin-left: 3px;
	width: auto;
	min-width: 25px;
	height: 20px;
	line-height: 20px;
	background: #5a85b2;
	border: 1px solid #5a85b2;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 25px;
}
.pages input[type=text] {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-top: -1px;
	padding: 0px 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pages input[type=text]:focus {
	border-color: rgba(67, 170, 250, 1.00);
	box-shadow: 0 0 4px rgba(67, 170, 250, .5);
	-moz-box-shadow: 0 0 4px rgba(67, 170, 250, .5);
	-webkit-box-shadow: 0 0 4px rgba(67, 170, 250, .5);
}
.pagination {
	clear: both;
	font-size: 0;
	text-align: center;
	padding: 10px 0
}
.pagination .item, .pagination .prev, .pagination .next, .pagination .more,  .pagination .total, .pagination .current {
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	-wekit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	background: #fff;
	color: #ff6458;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px
}
.pagination .more {
	border: 0
}
.pagination .prev, .pagination .next {
	font-size: 14px;
	font-weight: 700;
}
.pagination .current {
	background-color: #ff6458;
	border: 1px solid #ff6458;
	color: #fff
}
.pagination .item:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: #ff6458;
	border: 1px solid #ff6458;
	color: #fff;
	height: 30px;
	line-height: 30px
}
.pagination .prev, .pagination .next {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	-wekit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #dcdcdc
}
.pagination .prev:hover, .pagination .next:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: #ff6458;
	border: 1px solid #ff6458;
	color: #fff
}
.topages {
	border: 1px solid #e3e3e3;
	height: 20px;
	line-height: 20px;
}