@charset "utf-8";
/* CSS Document */
.page{
	padding:40px 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;
}
.page a{
	text-decoration:none;
	color:#666;
	width: 38px;
	height: 38px;
	line-height:38px;
	margin:0 5px;
	display: inline-block;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page a.active{
	background:#da3830;
	color:#fff;
	border-radius: 50%;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page span.laypage_curr{
	width: 38px;
	height: 38px;
	line-height:38px;
	margin:0 5px;
	display: inline-block;
	background:#da3830;
	color:#fff;
	border-radius: 50%;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#da3830;
	border-radius: 50%;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}