.page {
	overflow: hidden;
	font-family: "微软雅黑";
	clear: both;
	text-align: center;
}

.pageRight {
	margin: 20px 0;
	padding:0px;
	font-size: 13px;
}

.pageRight a,.pageRight span {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 34px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	line-height: 30px;
	color: #999;
	margin-right: 7px;
	text-align: center;
	text-decoration:none;
	border-radius: 3px;
}

.pageRight a:hover,#jump:hover {
	border: 1px solid #E70012;
	color: #E70012;
}

.pageRight input {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 60px;
	height: 32px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	margin-right: 7px;
	text-align: center;
	border-radius: 3px;
	outline: none;
}
.pageRight input:focus {
	border: 1px solid #E70012;
}

#jump {
	border-color: #dcdcdc;
	color: #999;
	outline: none;
}

.pageRight span.disabled{
    color: #999;
}

.pageRight span.ellipsis{
}

.pageRight a.disabled{
	border: 1px solid #E70012;
	background: #E70012;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.pageRight{margin:20px 0;font-size:12px;}
	.pageRight a, .pageRight span{
		margin-bottom: 6px;
		line-height: 22px;
	}
	.pageRight input{
		height: 24px;
	}
}