.pagination {
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-info {
  height: 36px;
  background: #dbe0f0;
  border-radius: 2px;
  padding: 0 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 36px;
  margin-left: 8px;
}
.pagination-back {
  width: 80px;
  height: 36px;
  background: #ffffff;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 36px;
  text-align: center;
  margin-left: 8px;
  cursor: pointer;
}
.pagination-item {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 2px 0px 0px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  cursor: pointer;
}
.pagination-item img {
  width: 16px;
  height: 16px;
}
.ellipsis {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
}
.pagination-text {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #242633;
  line-height: 18px;
}
.pagination-input {
  margin: 0 8px;
}
.pagination-input input {
  border: 1px solid #d9d9d9;
  font-size: 12px;
  outline: none;
  width: 48px;
  height: 36px;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}
.pagination-active {
  background: #1565ff;
  color: #ffffff;
}


.pagination-item a
{
    text-align: center;
    color: #000;
    text-decoration: none;
}

.pagination-item a:hover {
  color: #1565ff;
}

.pagination-back a
{   font-size: 14px;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.pagination-back :hover {
  color: #1565ff;
}