.page_ctrl{
    text-align: center;
    margin: 5rem auto 16rem;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-weight: 400;
    height: 4.8rem;
    line-height: 4.8rem;
    cursor: pointer;
}
.page_ctrl *{
    /*line-height: 0.26rem;*/
}
.page_ctrl button{
    margin:0 1rem;
    min-width:3rem;
    background: #ffffff;
    /*border: 0.01rem solid #e5e5e5;*/
    color: rgba(102, 102, 102,0.8);
    cursor: pointer;
    outline: none;
    text-align: center;
    border: none;
    font-size: 2.4rem;
    line-height: 4.8rem;
    vertical-align: middle;
}

.page_ctrl .next_page,.page_ctrl .prev_page{
    width: 3.8rem;
    display: inline-block;

}
.page_ctrl .next_page img,.page_ctrl .prev_page img{
    width: 100%;
    vertical-align: middle;
    /*cursor: pointer;*/
}

.page_ctrl .btn_dis{
    cursor: default;
    opacity: .7;
    /*background: #eeeeee;*/
    color: #5e5e5e;
    cursor: not-allowed !important;
}
.page_ctrl .btn_dis:hover{
    /*background: #eeeeee;*/
    color: #5e5e5e;
}
.page_ctrl .current_page{
    /*background: #586EFA; !*原来是#0eb0d2*!*/
    color: #B0977C;
}
.page_ctrl .input_page_num{
    width:3rem;
    height: 2.6rem;
    margin:0 0.3rem;
    padding: 0;
    text-align: center;
    background: #ffffff;
    border: 0.1rem solid #e5e5e5;
    color: #5e5e5e;
    outline: none;
}
.page_ctrl .page_total,.page_ctrl .page_text{
    color: #AFC8FA;
}
.page_ctrl .page_dot{
    -webkit-text-security: disc;
    font-size: 2rem;
    font-weight: 300;
    color: #666666;
    margin:0 1rem;
    min-width:3rem;
    background: #ffffff;
    cursor: pointer;
    outline: none;
    text-align: center;
    line-height: 4.8rem;
}

@media screen and (min-width: 1200px) {
    .page_ctrl button{
        font-size: 24px;
        line-height: 48px;
        min-width: 30px;
    }
    .page_ctrl .page_dot{
        font-size:14px;
        line-height: 48px;
        letter-spacing: 2px;
    }
    .page_ctrl .next_page, .page_ctrl .prev_page{
        width: 36px;
    }
}

@media screen and (max-width: 600px){
    .page_ctrl .next_page,.page_ctrl .prev_page {
        width: 20px;
    }
    .page_ctrl button{
        font-size: 15px;
        line-height: 25px;
    }
}