@media(min-width:520px) {
/* 分页器 */
#pagination a,
#pagination i {
    /* 禁止选取 */
    user-select: none;
    display: inline-block;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    margin: 0 3px;
}

#pagination a {
    /* 设置字体 */
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid rgba(0, 0, 0, .1);
    /* background-color: #fff; */
    color: rgba(0, 0, 0, .6);
    font-size: 0.08rem;
    font-weight: bold;
}

#pagination a:hover {
    font-weight: bold;
    border: 1px solid #5a964a;
    color: #5a964a;
    background-color: rgba(185, 252, 152, 0.1);

    cursor: pointer;
}
/* 当前页码 */
#pagination a.current {
    font-weight: bold;
    border: 1px solid #5a964a;
    color: #5a964a;
    background-color: rgba(185, 252, 152, 0.1);
}


/* 省略号 */

#pagination i {
    font-size: 18px;
}

#fy {
    border: none;
    border-bottom: 1px solid #5a964a;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

#pagination button {
    margin-left: 5px;
}
.jumpinput{
        width:32px;
        height:32px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, .1);
        background-color: #fff;
        color: rgba(0, 0, 0, .6);
        outline:none;
        text-align:center;
        padding: 0 0.01rem;
    }
    .jumpinput :focus{
       
        font-weight: bold;
        border: 1px solid #5a964a;
        color: #5a964a;
        background-color: rgba(185, 252, 152, 0.1);
       
    }
    .jumpbutton{
        padding: 0 0.01rem;
        user-select: none;
        display: inline-block;
        min-width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 4px;
        margin: 0 3px;
       
    }
    .jumpbutton :hover{
        font-weight: bold;
        border: 1px solid #5a964a;
        color: #5a964a;
        background-color: rgba(185, 252, 152, 0.1);
        cursor: pointer;
    }
    .totalinfo{
        padding: 0 0.01rem;
        font-size: 0.09rem;
        color: rgba(0, 0, 0, .6);
    }
}

@media (max-width:520px) {
/* 分页器 */
#pagination a,
#pagination i {
    /* 禁止选取 */
    user-select: none;
    display: inline-block;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    margin: 0 3px;
}

#pagination a {
    /* 设置字体 */
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid rgba(0, 0, 0, .1);
    /* background-color: #fff; */
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
    font-weight: bold;
}
#pagination a:hover {
    font-weight: bold;
    border: 1px solid #5a964a;
    color: #5a964a;
    background-color: rgba(185, 252, 152, 0.1);

    cursor: pointer;
}
/* 当前页码 */
#pagination a.current {
    font-weight: bold;
    border: 1px solid #5a964a;
    color: #5a964a;
    background-color: rgba(185, 252, 152, 0.1);
}

/* 省略号 */

#pagination i {
    font-size: 18px;
}

#fy {
    border: none;
    border-bottom: 1px solid #5a964a;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

#pagination button {
    margin-left: 5px;
}
.jumpinput{
        width:32px;
        height:32px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, .1);
        background-color: #fff;
        color: rgba(0, 0, 0, .6);
        outline:none;
        text-align:center;
        padding: 0 2px;
    }
    .jumpinput :focus{
       
        font-weight: bold;
        border: 1px solid #5a964a;
        color: #5a964a;
        background-color: rgba(185, 252, 152, 0.1);
       
    }
    .jumpbutton{
        padding: 0 2px;
        user-select: none;
        display: inline-block;
        min-width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 4px;
        margin: 0 3px;
       
    }
    .jumpbutton :hover{
        font-weight: bold;
        border: 1px solid #5a964a;
        color: #5a964a;
        background-color: rgba(185, 252, 152, 0.1);
        cursor: pointer;
    }
    .totalinfo{
        padding: 0 0.01rem;
        font-size: 12px;
        color: rgba(0, 0, 0, .6);
    }

}
