.spage-total{display: inline-block;margin-right: 20px;line-height: 35px;color: #666;font-size:14px;}
.spage-number{display: inline-block;color: #666;font-size:14px;}
.spage-number a,
.spage-number button{
/* 	position: relative; */
/* 	box-sizing: border-box; */
/* 	display: inline-block; */
/* 	margin-left:-1px; */
/* 	padding: 0px 14px; */
/* 	line-height: 33px; */
/* 	border:1px solid #ddd; */
/* 	text-align: center; */
/* 	transition: all .2s; */
/* 	cursor: pointer; */
/* 	outline: none; */
/* 	background: none; */
/* 	user-select: none; */
/* 	color: #666 */
	
	margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
   	font-size: 13px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
    border: none;
	padding: 0;
	cursor: pointer;
    display: inline-block;
}
.spage-number button.active,
.spage-number a.active{
/* 	background: #2d98e6; */
/* 	color: #fff; */
/* 	border-color:#2d98e6; */
/* 	z-index: 3; */
	
	background: #409EFF;
    border-color: #409EFF;
    color: #fff;
    z-index: 3;
}
.spage-number button.active:hover,
.spage-number button.a:hover{
    background: #2d98e6;color: #fff;border-color:#2d98e6;z-index: 3;
}
.spage-number button:hover,
.spage-number a:hover{
    background-color: #eee;
}
.spage-number button.button-disabled,
.spage-number a.button-disabled {
    cursor: not-allowed;color: #ccc;
}
.spage-number .spage-after,.spage-before{padding:0px;width: 40px}
.spage-skip{display: inline-block;margin-left: 20px;line-height: 35px;color: #666;font-size:14px;}
.spage-skip input{
	font-size: 13px;
    border-radius: 2px;
    color: #606266;
    line-height: 28px;
    height: 28px;
    padding: 0 8px; 
    margin-top: 4px;
	box-sizing: border-box;
	display: inline-block;
	width: 45px;
	text-align: center;
	vertical-align: top;
	border:1px solid #ddd;
	background: none;
	outline: none;
	transition: all .2s;
}
.spage-skip input:focus{border-color: #2d98e6;}
.spage-skip a,
.spage-skip button{
	font-size: 13px;
    border-radius: 2px;
    color: #606266;
    line-height: 28px;
    height: 28px;
    padding: 0 8px; 
    margin-top: 4px;
	display: inline-block;
	vertical-align: top;
	border:1px solid #ddd;
	cursor: pointer;
	transition: all .2s;
	outline: none;
	background: none;
	user-select: none;
}
.spage-skip a:hover,
.spage-skip button:hover{background: #2d98e6;color: #fff;border:1px solid #2d98e6;}