.pages {
      text-align: center;
      user-select: none;
    }
    .page_div {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 15px;
      font-family: "microsoft yahei";
      color: #666666;
      margin-right: 10px;
      padding-left: 20px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    /*
         * 页数按钮样式
        */
    .page_div a {
      min-width: 28px;
      border: 1px solid #E3E3E3;
      height: 28px;
      text-align: center;
      margin: 0 4px;
      cursor: pointer;
      line-height: 28px;
      border-radius: 4px;
      font-size: 12px;
      display: inline-block;
    }
    .page_div a:hover {
      background: #59b2a8;
      color: #fff;
    }
    /* 前后翻页样式 */
    #prePage,
    #nextPage {
      width: 28px;
    }
    /* 当前页样式 */
    .page_div .current {
      background-color: #59b2a8;
      color: #FFFFFF;
    }
    /* 总页数 */
    .totalPages {
      margin: 0 10px;
      height: 28px;
      line-height: 28px;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      cursor: pointer;
    }
    /* 总记录 */
    .totalPages span,
    .totalSize span {
      margin: 0 5px;
    }
    .page_to{
      width: 48px;
      height: 28px;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      margin: 0 10px;
      text-align: center;
      outline: none;
    }
    .choose_kinds{
      display: none;
      background: #ffffff;
      border: 1px solid #e5e5e5;
    }
    .ei-zuo,.ei-you{
      font-size: 12px;
    }
    .ei-xia{
      margin: 0 5px;
    }
    