﻿.page-large{
	text-align: center;
	padding:30px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.page-large>div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-large a{
	color:#999;
	width: 26px;
	height: 26px;
	line-height:28px;
	border-radius: 3px;
	background: #ececec;
	margin:0 5px;
}
.page-large .on{
	background:#FFA04E;
	color: #fff;
}
.page-large .prev-page{background:url(../images/pageL.png) no-repeat;margin-right:10px;}
.page-large .next-page{background:url(../images/pageR.png) no-repeat;margin-left:10px;}