.page {
	overflow: hidden;
	font-family: "微软雅黑";
	clear: both;
	text-align: center;
}

.pageRight {
	margin: 2rem 0 0;
	padding: 0;
	font-size: 1.3rem;
}

.pageRight a,.pageRight span {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 3.8rem;
	padding: 0 1rem;
	border: .1rem solid #dcdcdc;
	line-height: 3.4rem;
	color: #999;
	margin-right:.7rem;
	text-align: center;
	text-decoration:none !important;
	border-radius: .3rem;
}

.pageRight a:hover,#jump:hover {
	border: .1rem solid #B07A2A;
	color: #B07A2A;
}

.pageRight input {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 6rem;
	height: 3.6rem;
	border: .1rem solid #dcdcdc;
	font-size: 1.4rem;
	line-height: 3.4rem;
	color: #333;
	margin-right: .7rem;
	text-align: center;
	border-radius: .3rem;
	outline: none;
}
.pageRight input:focus {
	border: .1rem solid #B07A2A;
}

#jump {
	border-color: #dcdcdc;
	color: #999;
	outline: none;
}

.pageRight span.disabled{
    color: #999;
}

.pageRight span.ellipsis{
}

.pageRight a.disabled{
	border: .1rem solid #B07A2A;
	background: #B07A2A;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.pageRight{margin:20px 0 0;font-size:12px;}
	.pageRight a, .pageRight span{
		margin-bottom: 6px;
		line-height: 26px;
	}
	.pageRight input{
		height: 24px;
	}
}