    .pagebar {
        color: #464646;
        font-size: 0.125rem;
        font-family: Inter;
    flex: 2;
        flex-basis: 100%;}

    .pagebar a {
        text-decoration: none;}

    .pagebar .p_pages {
        margin-left: -0.026rem;
        
        display: flex;
        justify-content: center;
        align-items: center;}

    .p_last,
    .p_last_d {
        display: none;}

    .p_first,
    .p_first_d {
        display: none;}

    .p_prev,
    .p_prev_d {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #464646;
        font-size: 0.125rem;
        font-family: Inter;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        width: 0.42708rem;
        height: 0.19792rem;
        margin-right: 0.06rem;}
    .p_prev a,
    .p_prev_d a{
        color: #464646;}

    .p_next,
    .p_next_d {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #464646;
        font-size: 0.125rem;
        font-family: Inter;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        width: 0.42708rem;
        height: 0.19792rem;}
    .p_next a,
    .p_next_d a{
        color: #464646;}
    .p_no_d {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        background: #9A2F2F;
        color: #fff;
        margin-right: 0.06rem;
        width: 0.19792rem;
        height: 0.19792rem;}
    .p_no {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #B7B3B3;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        margin-right: 0.06rem;
        width: 0.19792rem;
        height: 0.19792rem;}
    .p_no a{
        color: #B7B3B3;}
    .p_dot {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #B7B3B3;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        width: 0.19792rem;
        height: 0.19792rem;
        margin-right: 0.06rem;}
