/* ---------------------------------------------------------- */
/*                                                            */
/* 分页                                                         */
/*                                                            */
/*                                                            */
/* ---------------------------------------------------------- */

.pager{text-align: right;font-size: 2rem; color: #8B8B8B;}
.pager a,.pager span{ width:50px; height: 50px; line-height:50px; display: inline-block;margin:0 2px; color: #8B8B8B; text-align: center; background: #c7c7c7;}
.pager span.current,.pager a:hover,.pager a.on{ background: -webkit-linear-gradient(bottom,#21aae7, #175289);
background: -o-linear-gradient(bottom,#21aae7, #175289);background: -moz-linear-gradient(bottom,#21aae7, #175289);background: linear-gradient( to bottom,#21aae7,#175289);color:#fff;}
.pager a.on{ padding: 0 20px;}
.pager span.sfont{ width: auto; margin-left: 10px;}
.pager input{width: 50px;height: 50px;border: 1px solid #A5A5A5; line-height:50px; text-align: center;}

.pager2{ text-align: center;}
.pager2 a.adot{ color: #ffffff; }
.pager2 a.afont{ width: auto; padding: 0 10px;}

@media only screen and (max-width: 640px) {
	.pager a,.pager span{ width: 25px; height: 30px; line-height: 30px;}
	.pager input{ width: 25px; height: 30px; line-height: 30px;}
	.pager a.on{ width: auto;}
}