 * {
    padding: 0;
    margin: 0;
  }

  .lastPage {
    width: 40px;
    height: 40px;
    background: rgba(255, 240, 234, 1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
  }

  .lastIcon {
    width: 7px;
    height: 12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYBAMAAAABjmA/AAAAFVBMVEUAAAD9blb/cFj8blX9bVb9bVb8blYZP8LZAAAABnRSTlMAfzXv8HeqsuqjAAAAN0lEQVQI12MAA0YBBggQS4QKpKUFQATSkhWgAkZEC6TABJzgAggGXApDyAgmlEyiUADc8XDvAAD9ghVd/WA+wQAAAABJRU5ErkJggg==');
    background-size: cover;
  }

  .nextIcon {
    width: 7px;
    height: 12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYBAMAAAABjmA/AAAAFVBMVEUAAAD9blb/cFj8blX9bVb9bVb8blYZP8LZAAAABnRSTlMAfzXv8HeqsuqjAAAAN0lEQVQI12NgYBRggACxRAjNmpYGEWIyS4MKKZMo5AYTUkERQjAQUggBZZiAGXECCKciHA/3DgDZdxUD5oF+xwAAAABJRU5ErkJggg==');
    background-size: cover;
  }

  .pageNumber {
    width: 40px;
    height: 40px;
    background: rgba(255, 240, 234, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(252, 110, 86, 1);
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
  }

  .pageNumber:hover {
    background: rgba(255, 224, 214, 1);
  }

  .choosePaging {
    width: 61px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(255, 240, 234, 1);
    color: #FC6E56;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
  }

  .pagingConfirm {
    width: 52px;
    height: 40px;
    background: rgba(252, 110, 86, 1);
    border-radius: 4px;
    border: 1px solid rgba(252, 110, 86, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
  }

  .ellipsis {
    width: 40px;
    height: 40px;
    background: rgbaa(255, 255, 255, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(252, 110, 86, 1);
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }

  .pageNumber:hover {
    background: rgba(255, 224, 214, 1);
  }

  input {
    outline: none;
  }

  .pagingArea {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }