.page-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-box span {
    color: #4A4A4A;
    font-size: 15px;
    line-height: 36px;
}

.page-btn {
    width: 77px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    color: rgba(24, 144, 255, 1);
    border: 1px solid rgba(24, 144, 255, 1);
    font-size: 15px;
    cursor: pointer;
}
.page-btn2 {
    width: 77px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #BBB;
    font-size: 15px;
    cursor: pointer;
}

input.page-btn2 {
    cursor: auto;
    outline: none;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.page-btn.disabled {
    cursor: auto;
    color: #BBBBBB;
    border: 1px solid #BBBBBB;
}
