.settingPage {
    background-color: white;
    position: relative;
    font-size: 16px;

    .topTip {
        margin-top: 5px;
        color: #666;
        padding: 0 20px;
    }

    .settingBody {
        margin-top: 5px;
        
        .settingItem {
            height: 42px;
            line-height: 42px;
            border-bottom: 1px solid #f3f3f3;
            padding: 0 20px;
            margin-top: 5px;
            display: flex;
            position: relative;

            .selectValue {
                margin-left: 40px;
                font-size: 14px;
                width: 200px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                position: absolute;
                right: 50px
            }

            .navRight {
                margin-top: 12px;
                right: 0.2rem;
                position: absolute;
            }
        }
    }

    .bottombtn {
        background-color: #3688FF;
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 46px;
        line-height: 46px;
        color: white;
        font-size: 16px;
    }
}