.pagebar {
  width: 100%;
  font-size: 14px;
  color: #767676;
  line-height: 40px;
  text-align: center;
  margin-top: 60px;
}
.pagebar-next {
  margin-left: 16px;
}
.pagebar-btn {
  width: 100px;
  border-radius: 5px;
  border: 1px solid #827780;
  box-sizing: border-box;
}
.pagebar .notPage {
  border: 1px solid #D5D5D5;
  color: #D5D5D5;
  cursor: not-allowed;
}
.pagebar a {
  display: block;
  color: #767676;
  width: 100%;
  height: 100%;
}
.pagebar_common {
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-left: 16px;
  cursor: pointer;
  border: 1px solid #827780;
}
.pagebar_common:not(.pagebar_cur):hover {
  border: 1px solid #FF6666;
}
.pagebar_common:not(.pagebar_cur):hover a {
  color: #FF6666;
}
.pagebar_cur {
  background-color: #FF6666;
  border: 1px solid #FF6666;
}
.pagebar_cur a {
  color: #fff;
}
.pagebar_first,
.pagebar_last {
  width: 70px;
}
.pagebar_first:hover a,
.pagebar_last:hover a {
  color: #FF6666;
}
/*# sourceMappingURL=pagebar.css.map */