.pageView {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: .5rem auto;
}
.pageView .leftView,.pageView .rightView {
  display: block;
  color: #064c84;
  line-height: 1;
  padding: .15rem .2rem;
  border-radius: .09rem;
  border: 1px solid #064c84;
  font-size: .18rem;
  transition: all .3s;
}
.pageView .leftView:hover,.pageView .rightView:hover {
  color: #fff;
  background-color: #064c84;
}
.pageView .leftView.dis,.pageView .rightView.dis {
  cursor: not-allowed;
  border: 1px solid #c0c0c0!important;
  color: #c0c0c0!important;
  background-color: transparent!important;
}
.pageView .itemView {
  margin: 0 .35rem;
}
.pageView .item {
  display: inline-block;
  width: .52rem;
  height: .52rem;
  line-height: .52rem;
  text-align: center;
  border-radius: .09rem;
  border: 1px solid #064c84;
  color: #064c84;
  background-color: transparent;
  transition: all .3s;
}
.pageView .item:hover {
  color: #fff;
  background-color: #064c84;
}<!--ºÄÊ±1763888831.541Ãë-->