@charset "utf-8";
a {
    text-decoration: none
}

#page {
    height: 50px;
    display: table;
    margin: 0 auto
}

.page {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px
}

.pagingUl li {
    float: left;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px
}

.pagingUl li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #666;
    font-size: 12px;
    border-radius: 5px
}

.prv, .next {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px
}

.prv {
    margin-right: 10px
}

.first, .last {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px
}

.prv:hover, .next:hover, .first:hover, .last:hover, .pagingUl li a:hover, .activP {
    background-color: #000 !important;
    color: #fff !important
}
.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 26px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f2f2f2;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage, #lastPage, #nextPage, #prePage {
    width: 50px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f2f2f2;
}

#nextPage, #prePage {
    width: 30px
}

.page_div .current {
    background-color: #ff6600;
    /*border-color: #0073A9;*/
    color: #FFF
}
.page_div select{
     background: #fff;
     padding: 0 10px;
    margin: 0 3px;
 }
.page_div input{
    display: inline-block;
    width: 47px;
    height: 25px;
    margin: 0 3px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
}