.spage-total {
	display: inline-block;
	vertical-align: top;
	color: #666;
	font-size: 14px;
}

.spage-skip {
	display: inline-block;
	vertical-align: top;
	color: #666;
	font-size: 14px;
}

.spage-number {
	display: inline-block;
	vertical-align: top;
	color: #666;
	font-size: 14px;
}




.spage-total {
	margin-left: 10px;
	line-height: 30px;
	font-size: 12px !important;
	vertical-align: sub;
}

.spage-number {
	user-select: none;
}

.spage-number span {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 4px;
	padding: 0 10px;
	line-height: 28px;
	border: 1px solid #ddd;
	text-align: center;
	transition: all .2s;
	cursor: pointer;
	background-color: #fff;
	border-radius: 20px;
	font-size: 12px;
}

.spage-number span:last-child {
	margin-right: 0;
}

.spage-number span:first-child {
	margin-left: 0;
}

.spage-number span.active {
	background: #FC4D54;
	color: #fff;
	border-color: #FC4D54;
	z-index: 3;
}

.spage-number span.active:hover {
	background: #FC4D54;
	color: #fff;
	border-color: #FC4D54;
	z-index: 3;
}

.spage-number span:hover {
	background-color: #eee;
}

.spage-number span.span-disabled {
	display: none;
	cursor: not-allowed;
	color: #ccc;
}

.spage-skip {
	margin-left: 10px;
	line-height: 30px;
	font-size: 12px;
}

.spage-skip input {
	box-sizing: border-box;
	display: inline-block;
	width: 45px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ddd;
	outline: none;
	transition: all .2s;
	border-radius: 2px;
}

.spage-skip input:focus {
	border-color: #FC4D54;
}

.spage-skip span {
	display: inline-block;
	padding: 0 14px;
	line-height: 28px;
	vertical-align: top;
	color: #666;
	outline: none;
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	transition: all .2s;
	border-radius: 20px;
	font-size: 12px;
}


.spage-skip span:hover {
	background: #FC4D54;
	color: #fff;
	border: 1px solid #FC4D54;
}
