.page {
  margin-top: .35rem;
  margin-bottom: .7rem;
  text-align: center;
}

.page a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
}

.last-page,
.next-page,
.page-list,
.page-list a {
  display: inline-block;
}


.page-list a {
  width: 40px;
  margin: 0 0.05rem;
}

.page .active {
  background-color: #63b328;
  color: #fff;
  border: 1px solid #63b328;
}

@media screen and (max-width:768px) {
  .page{
    display: flex;
    justify-content: center;
  }
  .page-list{
    display: flex;
  }
  .page a{
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
  }
  .page-list a{
    margin: 0;
  }
}