﻿.spage-total {
  display: inline-block;
  margin-right: 20px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
}

.spage-number {
  display: flex;
  align-items: center;
  color: #dce0e7;
  font-size: 12px;
}
.spage-number span:first-child {
  background: url("../image/left.png") no-repeat center;
  background-size: 30px 30px;
}
.spage-number span:last-child {
  background: url("../image/right.png") no-repeat center;
  background-size: 30px 30px;
  margin-right: 0 !important;
}
.spage-number span {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 99px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 0!important;
}

.spage-number span.active {
  background: #f6b80d;
  color: #fff;
  border-color: #f6b80d;
  z-index: 3;
}

.spage-number span.active:hover {
  background: #f6b80d;
  color: #fff;
  border-color: #f6b80d;
  z-index: 3;
}

.spage-number span:hover {
  background-color: #f6b80d;
  color: #ffffff;
  border-color: #f6b80d;
}

.spage-number span.span-disabled {
  cursor: not-allowed;
  background-size: 30px 30px;
}

.spage-skip {
  display: inline-block;
  margin-left: 20px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
}

.spage-skip input {
  box-sizing: border-box;
  display: inline-block;
  width: 45px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ddd;
  outline: none;
  transition: all .2s;
}

.spage-skip input:focus {
  border-color: #2d98e6;
}

.spage-skip span {
  display: inline-block;
  padding: 0px 14px;
  line-height: 33px;
  vertical-align: top;
  color: #666;
  outline: none;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all .2s;
}

.spage-skip span:hover {
  background: #f6b80d;
  color: #fff;
  border: 1px solid #f6b80d;
}