#section .pagination-bar {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
#section .pagination {
  margin-top: 0.65rem;
  display: flex;
  justify-content: flex-end;
}
#section .pagination .wrap-page {
  margin-left: 2rem;
}
#section .pagination .wrap-page tr td a {
  width: 28px;
  height: 28px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  background: #F2F7FB;
  border: 1px solid #BBBCBD;
  cursor: pointer;
  margin-left: -1px;
  color: #989898;
  font-size: 16px;
  border-right: none;
  padding: 0.04rem 0.12rem;
}
#section .pagination .wrap-page tr td a:hover {
  background: #F2F7FB;
  border-color: #BBBCBD;
  transition: all 0.3s;
}
#section .pagination .wrap-page tr td a:hover i {
  color: #555555;
}
#section .pagination .wrap-page tr td:last-of-type a {
  border: 1px solid #BBBCBD;
}
#section .pagination .wrap-page tr td input {
  width: 54px;
  height: 28px;
  border: 1px solid #BBBCBD;
  padding-left: 5px;
  text-align: center;
  border-right: none;
}
#section .pagination .wrap-page tr td span {
  border-right: none;
}
#section .pagination .wrap-page i {
  margin-top: 0.01rem;
}
#section .pagination .page_total span {
  display: inline-block;
  width: unset!important;
  border: 1px solid #BBBCBD;
  cursor: unset;
  color: #444444 !important;
  height: 28px;
  line-height: 28px;
  padding: 0 0.12rem;
  font-size: 14px;
}
#section .pagination .page_total span:hover {
  color: #444444 !important;
}
#section .pagination .page_jump a {
  width: unset!important;
  color: #444444 !important;
}
.disabled a {
  cursor: not-allowed !important;
}
