
/* 分页器样式 */

.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{
    font-family: '微软雅黑';
    display: inline-block;
    min-width: 28px;
    padding:0 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background: #f4f4f5;
    color: #606266;
    margin: 0 3px;
    font-weight: 600;
    font-size:14px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
a.page_common_btn_style:active{
    color:#409eff;
    background:#eee;
}

.page_btn_box {
    display: inline-block;
    margin: 0 10px;
    width: 100%;
    padding: 0.2rem;
    text-align: center;
}
.zjspan{
    font-size: 0.2rem;
}
.page_common_btn_style:hover{
    background-color: #327e8c;
    color: #fff;
}
.page_common_btn_active{
    background:#409eff;
    color:#eee;
}