.selectPage {
    font-size: 16px;

    .selectItem {
        background-color: white;
        width: 100%;
        height: 46px;
        padding: 0 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #f3f3f3;
        display: flex;
        align-items: center;
    }

    .tipText {
        text-align: center;
        margin-top: 10px;
    }
}