  * {
      padding: 0;
      margin: 0;
  }
  /*
    * 外面盒子样式---自己定义
    */
  
  .page_div {
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 15px;
      font-family: "microsoft yahei";
      color: #ACACAC;
      margin-right: 10px;
      padding-left: 0px;
      box-sizing: border-box;
      display:inline-block;
      float:right
  }
  /*
   * 页数按钮样式
   */
  
  .page_div a {
      min-width: 30px;
      height: 28px;
      border: 1px solid #dce0e0!important;
      text-align: center;
      margin: 0 4px;
      cursor: pointer;
      line-height: 28px;
      color: #666666;
      font-size: 13px;
      display: inline-block;
  }
  
  #firstPage,
  #lastPage {
      width: 40px;
      color: #666;
      border: 1px solid #D8D8D8!important;
      border-radius:5px;
  }
  
  #prePage,
  #nextPage {
      width: 50px;
      color: #666;
      border: 1px solid #D8D8D8!important;
      border-radius:5px;
  }
  
  .page_div .current {
      background-color: #E11220;
      border-color: #E11220 !important;
      color: #FFFFFF;
      border-radius:5px;
  }
  
  .totalPages {
      margin: 0;
  }
  
  .totalPages span,
  .totalSize span {
      color: #ACACAC;
      margin: 0 5px;
  }
  .input-page{
      line-height:28px;
      height: 28px;
      border: 1px solid #dce0e0!important;
      text-align: center;
      margin: 0 4px;
      display:inline-block;
      width:40px;
      border-radius: 5px;
  }
  .btn-pgo{
      line-height:28px;
      height: 28px;
      border: 1px solid #dce0e0!important;
      text-align: center;
      margin: 0 4px;
      display:inline-block;
      width:30px;
      border-radius: 5px;
      color:#E11220;
      background:#fff;
      cursor:pointer;
  }