.sPage-container {
  margin: 16px 0;
  font-family: "Microsoft YaHei UI";
}
.sPage-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spage-total {
  display: inline-block;
  margin-right: 16px;
  line-height: 32px;
  color: #606266;
  font-size: 14px;
}
.spage-number {
  display: inline-block;
  color: #4D4D4D;
  font-size: 14px;
}
.spage-number span {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 6px;
  padding: 0px 12px;
  line-height: 30px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  background: #FFF;
}
.spage-number span.active {
  background: #346ACF;
  color: #fff;
  z-index: 3;
  border-color: #346ACF;
}

.spage-number span:not(.span-disabled):hover {
  border-color: #346ACF;
}
.spage-number span.span-disabled {
  cursor: not-allowed;
  color: #ccc;
}
.spage-skip {
  display: inline-block;
  margin-left: 20px;
  line-height: 35px;
  color: #4D4D4D;
  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 #DEDEDE;
  outline: none;
  transition: all 0.2s;
}
.spage-skip input:focus {
  border-color: #346ACF;
}
.spage-skip span {
  display: inline-block;
  padding: 0px 14px;
  line-height: 33px;
  vertical-align: top;
  color: #4D4D4D;
  outline: none;
  border: 1px solid #DEDEDE;
  cursor: pointer;
  transition: all 0.2s;
}
.spage-skip span:hover {
  background: #346ACF;
  color: #fff;
  border: 1px solid #346ACF;
}
