.page_ctrl{
    text-align: center;
    margin: 20px auto 10px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    min-height: 30px;
}
.page_ctrl button{
    padding: 0 4px;
    background: #f4f4f5;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    color: #606266;
    border-radius: 2px;
    margin: 0 5px;
    user-select: none;
    outline: none;
    border: none;
}
.page_ctrl button::before{
    content: none;
}

.page_ctrl .next_page,.page_ctrl .prev_page{
    padding: 0 4px;
    background: #f4f4f5;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    color: #606266;
    border-radius: 2px;
    margin: 0 5px;
    user-select: none;
}
.page_ctrl .next_page img,.page_ctrl .prev_page img{
    height: 100%;
    vertical-align: middle;
    display: block;
}

.page_ctrl .btn_dis{
    opacity: .7;
    /*background: #eeeeee;*/
    color: #5e5e5e;
    cursor: not-allowed;

}
.page_ctrl .btn_dis:hover{
    color: #5e5e5e;
}
.page_ctrl .current_page{
    background: #76B72B;
    color: #FFFFFF;
    font-weight: bold;
}
.page_ctrl .input_page_num{
    width:0.30rem;
    height: 0.26rem;
    margin:0 0.03rem;
    padding: 0;
    text-align: center;
    background: #ffffff;
    border: 0.01rem solid #e5e5e5;
    color: #5e5e5e;
    outline: none;
}
.page_ctrl .page_total,.page_ctrl .page_text{
    color: #AFC8FA;
}
.page_ctrl .page_dot{
    padding: 0 4px;
    background: #f4f4f5;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    color: #606266;
    border-radius: 2px;
    margin: 0 5px;
    user-select: none;
    outline: none;
}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 600px){


}<!--0.00023913383483887-->