* {
  list-style: none;
}
.sci-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sci-pagination .sci-total {
  white-space: nowrap;
}
.sci-pagination .sci-content {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.sci-pagination .sci-content .sci-page-container {
  display: flex;
  align-items: center;
}
.sci-pagination .sci-content .sci-page-container .sci-page-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
}
.sci-pagination .sci-content .sci-page-container .sci-page-item span {
  margin: 0 6px;
}
.sci-pagination .sci-content .sci-page-container .sci-page-item:hover {
  color: #409eff;
}
.sci-pagination .sci-content .sci-page-container .page-item-active {
  color: #409eff;
  background-color: #eaf5ff;
  border-color: #baddfd;
}
.sci-pagination .sci-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
}
.sci-pagination .sci-icon::before {
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border-top: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  transform: rotate(-45deg);
}
.sci-pagination .sci-icon.sci-icon-next::before {
  transform: rotate(135deg);
}
.sci-pagination .next {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid skyblue;
}
.jumper-wrap {
  display: flex;
  align-items: center;
}
.jumper-wrap .jumper-txt {
  white-space: nowrap;
}
.jumper-wrap .jumper-val {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  width: 60px;
  min-width: 60px;
  height: 32px;
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.jumper-wrap .jumper-val:hover {
  border-color: #40a9ff;
}
.jumper-wrap .jumper-val:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
