.turn-page-area {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.turn-page-btn {
    font-size: 15px;
    color: #333;
    background: #EDEDED;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
}
.turn-page-area .un-selected:hover {
    background: #777676;
    cursor: pointer;
}
.turn-page-btn:not(:first-child) {
    margin-left: 20px;
}
.page-number {
    margin-left: 20px;
}
.flexbox {
    display: flex;
    align-items: center;
}
.selected {
    background: #197dff;
    color: #fff;
}