#pages {
    text-align: center;
    padding: 0.30rem;
}

#pages .paginate_button {
    border: 0.01rem solid #FF7437;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FF7437;
    height: 0.2rem;
    line-height: 0.2rem;
    text-decoration: none;
    margin: 0 0.07rem 0.1rem 0.07rem;
    padding: 0.15rem 0.2rem;
    font-size: 0.18rem;
}

#pages .paginate_button:hover {
    background: #FF7437;
    color: #fff;
}

#pages .current {
    background: #FF7437;
    color: #fff;
}

#pages a {
    text-decoration: none;
}