.iconfont {
	font-size: 16px;
}

.icon-you:before {
	content: ">";
}

.icon-zuo:before {
	content: "<";
}

.icon-most-left, .icon-most-right {
	display: none;
}

.icon-most-left:before {
	content: "<<";
}

.icon-most-right:before {
	content: ">>";
}

.page_common_btn_style {
	font-family: '微软雅黑';
	display: inline-block;
	min-width: 20px;
	/* padding:0 2px; */
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	background: #f4f4f5;
	color: #606266;
	margin: 0 2px;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a.page_common_btn_style:active {
	color: #409eff;
	background: #eee;
}

.page_btn_box {
	display: inline-block;
	margin: 0 10px;
}

.page_common_btn_active {
	background: #b8926b linear-gradient(to right,#e4c995,#b9916a);
	color: #eee;
}