.page{
    margin: 10px 0px 10px 0px;
    text-align: center;
    }
    .current{
    right: 0.5rem;
    opacity: 1;
    display: inline-block;
    /*color: #ff5555;*/
    line-height: 1rem;
    background: #1492fb;
    color: white;
    padding: rem 0.35rem;
    border-radius: 0.1rem;
    border: 5px solid transparent;
    }
    .next{
    right: 0.5rem;
    opacity: 1;
    display: inline-block;
    /*color: #ff5555;*/
    line-height: 1rem;
    background: #1492fb;
    color: white;
    padding: rem 0.35rem;
    border-radius: 0.1rem;
    border: 5px solid transparent;
    }
    .prev{
    right: 0.5rem;
    opacity: 1;
    display: inline-block;
    /*color: #ff5555;*/
    line-height: 1rem;
    background: #1492fb;
    color: white;
    padding: rem 0.35rem;
    border-radius: 0.1rem;
    border: 5px solid transparent;
    }
    .num{
    right: 0.5rem;
    opacity: 1;
    display: inline-block;
    /*color: #ff5555;*/
    line-height: 1rem;
    background: #dfdfdf;
    color: white;
    padding: rem 0.35rem;
    border-radius: 0.1rem;
    border: 5px solid transparent;
    } 
    .first{
    right: 0.5rem;
    opacity: 1;
    display: inline-block;
    /*color: #ff5555;*/
    line-height: 1rem;
    background: #ff5555;
    color: white;
    padding: rem 0.35rem;
    border-radius: 0.1rem;
    border: 5px solid transparent;    
    }
    .end{
    right: 0.5rem;
    opacity: 1;
    display: inline-block;
    /*color: #ff5555;*/
    line-height: 1rem;
    background: #ff5555;
    color: white;
    padding: rem 0.35rem;
    border-radius: 0.1rem;
    border: 5px solid transparent;    
    }
    a:hover {
    color: #ffffff;
}