.spage-total {
	display: inline-block;
	margin-right: 20px;
	line-height: 27px;
	color: #666;
	font-size: 14px
}

.spage-number {
	display: inline-block;
	color: #666;
	font-size: 14px
}

.spage-number button {
	position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -1px;
    padding: 0 0.05rem;
    line-height: 0.12rem;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    outline: none;
    background: 0 0;
    user-select: none;
    color: #666;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 0.07rem;
}

.spage-number button.active {
	background: #E63120;
	color: #fff;
	border-color: #E63120;
	z-index: 3;
    color: #fff;
    border: 1px solid #E63120;
}

.spage-number button.active:hover {
	background: #E63120;
	color: #fff;
	border-color: #E63120;
	z-index: 3
}

.spage-number button:hover {
	background-color: #eee
}

.spage-number button.button-disabled {
	cursor: not-allowed;
	color: #ccc
}

.spage-number .spage-after,.spage-before {
	padding: 0;
	width: 40px
}

.spage-skip {
	display: inline-block;
	margin-left: 20px;
	line-height: 25px;
	color: #666;
	font-size: 14px
}

.spage-skip input {
	box-sizing: border-box;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ddd;
	background: 0 0;
	outline: none;
	transition: all .2s;
	border-radius: 3px;
}

.spage-skip input:focus {
	border-color: #1ab394
}

.spage-skip button {
	display: inline-block;
	padding: 0 14px;
	line-height: 23px;
	vertical-align: top;
	color: #666;
	border: 1px solid #ddd;
	cursor: pointer;
	transition: all .2s;
	outline: none;
	background: 0 0;
	user-select: none;
	border-radius: 3px;
}

.spage-skip button:hover {
	background: #1ab394;
	color: #fff;
	border: 1px solid #1ab394
}