.page-elem-field-root {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 0.32rem;
	margin-left: 0.18rem;
}

.page-elem-field {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.page-elem-field .item {
	width: 0.62rem;
	height: 0.44rem;
	margin-right: 0.18rem;
	line-height: 0.44rem;
	text-align: center;
	font-size: 0.14rem;
	color: #c12f2a;
	background: #ffe9c8;
	border-radius: 0.05rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 0.05rem;
	-moz-border-radius: 0.05rem;
	-ms-border-radius: 0.05rem;
	-o-border-radius: 0.05rem;
}

.page-elem-field .item.head {
	width: 0.60rem;
	min-width: 0.50rem;
}

.page-elem-field .item.foot {
	width: 0.60rem;
	min-width: 0.50rem;
}

.page-elem-field .item.active {
	background-color: #FFC837;
	color: #c12f2a;
}

.page-elem-field .item:hover {
	background-color: #FFC837;
	color: #c12f2a;
}

.page-elem-field .item.item-disable {
	color: rgb( 193, 47, 42 ) !important;
	cursor: not-allowed !important;
}

.page-elem-field .item.item-disable:hover {
	background-color: #ffe9c8;
}

.page-elem-field .item.active:hover {
	background-color: #FFC837;
	color: #c12f2a;
}

.toPage {
	margin-left: 0.10rem;
	width: 1rem;
	height: 0.28rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.toPage .inputBox {
	width: 0.40rem;
	height: 0.28rem;
	box-sizing: border-box;
	position: relative;
}

.toPage .inputBox .inputborder {
	width: 0.40rem;
	height: 0.28rem;
	box-sizing: border-box;
	text-align: center;
	outline: none;
	border: 0.01rem solid #e2e2e2;
	z-index: 0.22;
	position: absolute;
	left: 0;
	top: 0;
}

.toPage .inputBox .show-val {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.40rem;
	height: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
	border: 0.01rem solid #e2e2e2;
	box-sizing: border-box;
}

.toPage::before {
	content: '前往';
	display: block;
	margin-right: 5rem;
	width: 0.32rem;
	height: 0.28rem;
	line-height: 0.28rem;
}

.toPage::after {
	content: '页';
	margin-left: 0.05rem;
	width: 0.16rem;
	height: 0.28rem;
	line-height: 0.28rem;
}

.pagesbox {
	margin-left: 0.10rem;
	width: 0.60rem;
	height: 0.28rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.pagesbox .currectPage {
	color: deepskyblue;
	width: 0.38rem;
	height: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
}
.pagesbox .line {
	color: deepskyblue;
	width: 0.10rem;
	height: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
}

.pagesbox .allPages {
	width: 0.38rem;
	height: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
}

.page-elem-field .prev, .page-elem-field .next {
	width: 0.88rem;
}
