.iconfont {
    font-size: 16px
}

.icon-you:before {
    content: "下页"
}

.icon-zuo:before {
    content: "上页"
}

.icon-most-left:before {
    content: "首页"
}

.icon-most-right:before {
    content: "尾页"
}

.page_common_btn_style {
    display: inline-block;
    min-width: 28px;
    padding: 0 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* border-radius: 5px; */
    color: #ACACAC;
    margin: 0 3px;
    font-size: 16px;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    border: 1px solid #DFDFDF;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.page_common_btn_style:hover{
    text-decoration: none;
}

a.page_common_btn_style:active {
    color: #409eff;
    background: #eee;
}

.page_btn_box {
    display: inline-block;
    margin: 0 10px
}

.page_common_btn_active {
    /* background: #409eff; */
    color: #fff;
    background: #8F161F;
}