                /* page */
.page-mod {
    padding: 40px 0;
    text-align: right;
}

.topage {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.topage a {
    cursor: pointer;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    color: #666666;
    text-align: center;
}

/* .topage a:hover {
    position: relative;
    border-color: #5aa7f0;
    color: #5aa7f0;
    text-decoration: none;
    cursor: pointer;
} */

.topage .current_page,
.topage .current_page:hover {
    border: 2px solid #428cfe;
    background-color: #3886fe;
    box-shadow: 0 2px 5px rgba(31, 168, 76, .3);
    color: #ffffff;
    cursor: default
}

.topage .prev_page,
.topage .next_page {
    width: 78px
}

.topage i {
    font-family: \5b8b\4f53;
    font-weight: 700
}

.topage .prev_page i {
    margin-right: 2px
}

.topage .next_page i {
    margin-left: 2px
}

.topage .btn_dis {
    color: #bbb
}   

.topage .btn_dis:hover {
    border-color: #eee;
    color: #bbb;
    cursor: default
}

.topage .page_dot {
    display: inline-block;
    margin: -14px 10px 0;
    font-weight: 700;
    vertical-align: middle
}
.topage .page_total {
    display: inline-block;
    margin-left: 10px;
    color: #666
}
.topage .page_total b {
    margin: 0 1px
}
.topage .input_page_num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    text-align: center;
    outline: none;
}
.topage .input_page_num:focus {
    border: 2px solid #428cfe;
}
.topage .to_page_num {
    float: none;
    width: 60px;
    margin: 0 0 0 10px;
    border-color: #eee;
    color: #ffffff;
    background: #4c8df0;
}
.topage .to_page_num:hover{
    opacity: .9;
}
.page-mini {
    padding: 20px 0
}
.page-mini .topage a,
.page-mini .topage .input_page_num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.page-mini .topage .to_page_num {
    width: 40px
}

.page-mini .topage .prev_page,
.page-mini .topage .next_page {
    width: 50px
}