.paginate {
    text-align: center;
    height: 32px;
    line-height: 32px;
  }
  .paginate span {
    display: inline-block;
    margin: 0 8px;
    height: 32px;
    line-height: 32px;
  }
  .paginate a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    padding: 0 7px;
    text-decoration: none;
    vertical-align: bottom;
  }
  .paginate .currentPage {
    position: relative;
    margin: 0 7px;
    background: rgba(7, 170, 255, .05);
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
  }
  .paginate .currentPage a {
    color: #07AAFF;
  }
  .paginate .prevPage a,
  .paginate .nextPage a {
    color: #333;
    font-weight: normal;
    font-size: 12px;
  }
  .paginate .iconfont {
    font-size: 14px;
    color: #666;
    margin: 0 4px;
  }
  .paginate .centerBtn {
    border: none;
    background-color: #07AAFF;
    color: #fff;
    padding: 0px 14px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 24px;
  }
  .paginate input {
    border-color: #07AAFF;
    height: 22px;
    margin-right: 10px;
    outline: none;
    background: none;
    border: 1px solid #07AAFF;
    padding-left: 6px;
    border-radius: 2px;
  }
  .totalPage{
    margin-left: 2px !important;
  }
  .totalPage, .goPage{
    font-size: 12px;
  }