#Setting {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
#Setting .setting-left{
    width: 230px;
    /* position: fixed; */
    /* z-index: 30; */
    float: left;
    /* background-color: aquamarine; */
}
#Setting .setting-right{
    width: auto;
    height: 100%;
    margin-left: 230px;
    /* z-index: 30; */
    /* float: left; */
    /* background-color: blue; */
    background-color: #fff;
}

.setting-left .nav-sidebar {
    height: 100vh;
}



.setting-left .nav-sidebar dt{
    margin-top: 15px;
    font-size: 14px;
    padding-left: 12px;
    height: 42px;
    line-height: 42px;
    color: #1b212e;
}

.setting-left-menu>li{
    border: none;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border-left: 4px solid #3278dd; */
    margin-left: 7px;
    padding-left: 47px;

    line-height: 42px;
    cursor: pointer;
}
.setting-left-menu>li:hover{
    background: #fff;
}
.setting-left-menu>li.selected{
    border-left: 4px solid #3278dd;    
    margin-left: 3px;
    color: #3278dd;
    background: #fff;
}

/* #projectedit {
    background: #F9F9F9;
    padding: 43px 0 42px 0!important;
    border-bottom: 1px solid #f1f1f5;
    position: relative;
}
.usually-setting {
    background-color: #fff;
    padding-left: 44px;
}

.usually-setting>h2 {
    font-size: 16px;
    color: #535e6c;
    font-weight: normal;
    line-height: 80px;
} */