@charset "utf-8";
/*样式参考*/
a {
    text-decoration: none;
}

#page {
    height: 50px;
    display: table;
    float: right;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 40px;
}

.pagingUl li {
    float: left;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px
}

.pagingUl li a {
    display: inline-block;
    vertical-align: middle;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 4px;
    list-style: none;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: Arial;
    font-weight: 500;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    transition: border .2s ease-in-out,color .2s ease-in-out;
    font-size: 18px;
    color: #666;
    text-align: center;
}
a:focus{
    text-decoration: none;
}
.pagingUl li a:hover{
    text-decoration: none;
}
.prv,
.next {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #666;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
}

.prv {
    margin-right: 10px;
}

.first,
.last {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
    box-sizing: content-box;
}

.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.actives {
    border-color: #E32519!important;
    color: #E32519!important;
}
