﻿/*翻页-开始*/
.widget-pager {
	overflow: hidden;
	margin: 15px 8px 24px;
	text-align: center
}
.widget-pager a:visited {
	color: #4a4a4b
}
.widget-pager .disabled {
	color: #9d9d9d;
	background: #eee
}
.widget-pager .disabled:visited {
	color: #9d9d9e
}
.widget-pager .num-pager {
	display: inline-block;
	padding: 0 30px 0 0;
	width: 45%;
	position: relative
}
.num-pager.L-select::before {
	border: 0
}
.L-list-select {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-appearance: none
}
.num-pager::after {
	content: '▼';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px
}
.num-pager::after {
	border-left: #c8cdd1 solid 1px;
	color: #cdcecf;
	background: #f6f6f6;
	background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#dcdcdc));
	background: -moz-linear-gradient(#f6f6f6,#dcdcdc);
	background: -o-linear-gradient(#f6f6f6,#dcdcdc);
	background: -ms-linear-gradient(#f6f6f6,#dcdcdc);
	background: linear-gradient(to bottom,#f6f6f6,#dcdcdc);
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	text-shadow: 0 1px #fff
}
.btn{
	border: #dfdfdf solid 1px;
	border-color: #c2c2c2 #b6b6b6 #a9a9a9;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: .75rem;
	color: #4a4a4a;
	text-align: center;
	background: #fdfdfd;
	background: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eaeaea));
	background: -moz-linear-gradient(#fdfdfd,#eaeaea);
	background: -o-linear-gradient(#fdfdfd,#eaeaea);
	background: -ms-linear-gradient(#fdfdfd,#eaeaea);
	background: linear-gradient(to bottom,#fdfdfd,#eaeaea);
	-webkit-border-radius: 5px;
	border-radius: 5px
}
/*翻页-结束*/