.pages{
    width: 100%;
    margin: 30px 0 10px 0;
    display: flex;
    justify-content: center;
    line-height: 30px;
}
.pages a{
    background-color: #f5f9f9;
    display: block;
    margin: 0 5px;
    padding: 0 12px;
    border-radius: 20px;
    float: left;
}
.pages a.curr{
    background: #36ad9e;
    color: #fff;
}
