
/*
  * 外面盒子样式---自己定义
  */

  .page_div {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}
/*
 * 页数按钮样式
 */

.page_div a {
    display: block;
    float: left;
    min-width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    margin: 0px;
    cursor: pointer;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #d7d8d9;
    border-left: 0;
    /* border-left: none; */
}
.page_div a:nth-child(1) {
    border-left: 1px solid #d7d8d9;
}

.page_div span{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #333;
    background-color: #fff;
    border: 1px solid #d7d8d9;
    border-left: none;
    float: left;
}


#firstPage,
#lastPage {
    width: 40px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background-color: #448AF0;
    margin: 0 10px;
    border: 0px !important;
}

#prePage {
    width: 30px;
    height:30px;
    color: #333;
    background-color: #fff;
    border: 1px solid #d7d8d9;
    line-height: 28px;
    font-size: 10px;
}
#nextPage {
    width: 30px;
    height:30px;
    color: #333;
    background-color: #fff;
    border: 1px solid #d7d8d9;
    border-left: none;
    line-height: 28px;
    font-size: 10px;
}

.page_div .current {
    background-color: #448AF0;
    color: #fff;
    border: 0;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    /* color: #C30310; */
    /* margin: 0 5px; */
}