﻿@charset "utf-8";
/* CSS Document */
.wpage{
	text-align: center;
	position:relative;
}
.page{
	padding:40px 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;
	display: inline-block;
}

.page a,.page span{
	text-decoration:none;
	color:#666;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	margin:0 8px;
	background:#f6f6f6;
	font-weight:bold;
	display: block;
    float: left;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page a:hover,.page a.active{
	text-decoration:none;
	color:#fff;
	background:#8fb955;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
/*.page a.prev{
	position:absolute;
	left:0;
}
.page a.next{
	position:absolute;
	right:0;
}*/
.page a.a1{
	width:auto;
	padding:0 24px 0 50px;
	border-radius:40px;
	position:relative;
}
.page a.a1{
	width:auto;
	padding:0 20px;
	border-radius:40px;
	position:relative;
}
.page a.prev:before{
	position: absolute;
	left:30px;
}
.page span{background:#8fb954;color:#fff}
.page a.prev:before,.page a.next:before{
	font-size:14px;
}
.page a.next:before{
	transform:rotate(-180deg);
	left:80px;
	position: absolute;
}
.mobile-block .page{
	padding-top:.5rem;
}
.mobile-block .page a{
	margin:0 5px;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:12px;
}
.mobile-block .page a.next,.mobile-block .page a.prev{
	padding:0;
	width:35px;
	height:35px;
}
.mobile-block .page a.next:before,.mobile-block .page a.prev:before{
	position:relative;
	left:auto;
	display:block;
}