.ztxk-pagination {
  font-size: @font-size-text;
  &.ztxk-table-pagination {
    display: block;
    .ant-pagination-prev {
      border-left: 1px solid #d9d9d9;
    }
    .ant-pagination-options .ant-select-selector {
      border-right: none;
    }
  }
  .ant-pagination-total-text {
    float: left;
    margin-right: 0;
    padding: 0 10px;
    color: @link-color;
    border: 1px solid @system;
    border-right: 0;
    border-radius: @border-radius-base 0 0 @border-radius-base;
  }
  .ant-pagination-options {
    float: left;
    margin-left: 0;
    border-radius: 0;
    .ant-select-selector {
      border-radius: 0;
    }
  }
  .ant-pagination-prev {
    margin-right: 0;
    &.ant-pagination-disabled {
      &:hover > button {
        color: rgba(0, 0, 0, 0.25);
        border: 1px solid @border-color-base;
        border-right: 0;
        border-left: 0;
        cursor: not-allowed;
        background: @bg-white;
      }
    }
    &:hover {
      > button {
        border: 0;
        color: @bg-white;
        background: @primary-color;
      }
    }
    > button {
      border-right: 0;
      border-left: 0;
      border-radius: 0;
    }
  }
  .ant-pagination-item {
    margin-right: 0;
    border-radius: 0;
    border-right: 0;
    &:focus,
    &:hover,
    &.ant-pagination-item-active {
      border: 0;
      color: @bg-white;
      background: @primary-color;
      > a {
        color: @bg-white;
      }
    }
  }
  .ant-pagination-jump-prev {
    margin-right: 0;
    border-left: 1px solid @border-color-base;
    border-radius: 0;
  }
  .ant-pagination-jump-next {
    margin-right: 0;
    border-left: 1px solid @border-color-base;
    border-radius: 0;
  }
  .ant-pagination-next {
    &.ant-pagination-disabled {
      &:hover > button {
        color: rgba(0, 0, 0, 0.25);
        border: 1px solid @border-color-base;
        cursor: not-allowed;
        background: @bg-white;
      }
    }
    &:hover {
      > button {
        border: 0;
        color: @bg-white;
        background: @primary-color;
      }
    }
    > button {
      border-radius: 0 @border-radius-base @border-radius-base 0;
    }
  }
  .ant-select-selection-item {
    // UI审查 分页器颜色修改 lint-color => text-color
    color: @text-color;
  }
  .ant-select-item {
    font-weight: 400;
    font-size: @font-size-base;
  }
}
