.pagebar {
  width: 100%;
  font-size: 0.14rem;
  color: #131416;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.7rem;
  margin-bottom: 0.9rem;
  display: flex;
  justify-content: center;
}
.pagebar span {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-left: 0.08rem;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
}
.pagebar .page_cur {
  background-color: #E6212A;
}
.pagebar .page_cur a {
  color: #fff;
}
.pagebar-next {
  margin-left: 16px;
}
.pagebar-btn {
  width: 100px;
  border-radius: 5px;
  display: none;
}
.pagebar .notPage {
  cursor: not-allowed;
  display: none;
}
.pagebar a {
  display: block;
  color: #131416;
  width: 100%;
  height: 100%;
}
.pagebar_common {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-left: 0.08rem;
  cursor: pointer;
  font-weight: bold;
}
.pagebar_cur {
  background-color: #E6212A;
}
.pagebar_cur a {
  color: #fff;
}
.pagebar_first,
.pagebar_last {
  width: 70px;
}
.pagebar_first:hover a,
.pagebar_last:hover a {
  color: #E6212A;
}
/*# sourceMappingURL=pagebar.css.map */