.pplb-turner {
    margin-top: 20px;
}

.pplb-turner a {
    display: inline-block;
    width: 97px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    color: #999999;
    margin-right: 25px;
    border-radius: 19px;
    font-size: 16px;
}

.pplb-turner a:hover {
    color: #fff;
    background: #FE6100;
    border: 1px solid #FE6100;
}

.box-flex {
    display: flex;
}

.box-justify-center {
    justify-content: center;
}