.m-pagnation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.m-pagnation .s-span {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
  font-size: 14px;
}
.m-pagnation .s-span.s-active {
  color: #1989fa !important;
}
.m-pagnation .s-total {
  color: #999999;
  margin-right: 30px;
}
.s-up,
.s-next {
  font-size: 16px;
}
.s-up:hover,
.s-next:hover {
  color: #409eff !important;
}
.s-t-jump {
  width: 60px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #dcdfe6;
  text-align: center;
  margin: 0px 5px;
  color: #606266;
}
.s-t-jump:focus {
  outline: none;
}
.s-ts {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
