.pagination {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 0.4rem;
  padding-bottom: 0.86rem;
}

.pagination a {
  text-decoration: none;
  /* border: 1px solid #aae; */
  color: #666666;
  width: 0.38rem;
  height: 0.38rem;
  line-height: 0.38rem;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background: #fff;
  border-radius: 0.04rem;
  font-size: 0.16rem;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.1em 0.4em;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.16rem;
}

.pagination .current {
  background: #3082FF;
  color: #fff;
  width: 0.38rem;
  height: 0.38rem;
  line-height: 0.38rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  /* border: 1px solid #aae; */
}

.pagination .current.prev,
.pagination .current.next {
  color: #999;
  background: #fff;
  width: 0.64rem;
  height: 0.38rem;
  border-radius: 0.04rem;
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 0.16rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
}
.pagination .next {
  width: 0.64rem;
  height: 0.38rem;
  border-radius: 0.04rem;
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 0.16rem;
}
.pagination .prev {
  width: 0.64rem;
  height: 0.38rem;
  border-radius: 0.04rem;
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 0.16rem;
}
