.pages{
   text-align: center;
    margin: auto;
    padding-bottom: .875rem;
}
.pages li{
    cursor: pointer;
    display: inline-block;
    width: .5625rem;
    height: .5625rem;
    line-height: .5625rem;
    
    background: #fff;
   
   
    margin-right: .25rem;
}
.pages li a{
    font-size: .3rem;
    text-align: center;
    color: #4C94F8;
    font-weight: bold;
}
.pages li:last-child{
    margin-right: 0;
}
.pages li:hover ,.pages .active{
    background: #4C94F8;
    color: #fff;
}
.pages li:hover a ,.pages .active a{
    /* background: #4C94F8; */
    color: #fff;
}