.pagination {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  text-align: center;
  padding: 0 0 82px; }
  .pagination a {
    width: 60px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    color: #999;
    cursor: pointer; }
    .pagination a:hover {
      border-color: #ff6800;
      color: #ff6800; }
    .pagination a:first-child {
      background: #fff url() center no-repeat; }
    .pagination a:last-child {
      background: #fff url() center no-repeat; }
    .pagination a.cur {
      background-color: #ff6800;
      color: #fff; }
    .pagination a.page_disabled {
      cursor: not-allowed; }

/*# sourceMappingURL=pagination.css.map */
