
.setting_sys_disclaimer {
    width: 820px;
    height: 781px;
    position: relative;
    /* top: 40px; */
    /* left: 65px; */
    overflow: hidden;
    margin: 30px 0 0 40px;
    float: left;
    font-size: 36px;
    line-height: 50px;
    color: rgba(255,255,255,0.9)

}
.setting_acr_disclaimer {
    width: 1680px;
    height: 740px;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 48px;
    float: left;
    font-size: 30px;
    line-height: 42px;
    color: rgba(255,255,255,1.0)
}
.setting_dis_content {
    margin-top: 0;
    font-size: 30px;
    /*color: #9ba2ad;*/
    line-height: 46px;
    margin-bottom: 15px;
}

.setting_dis_title1 {
    font-size: 30px;
    color: #f0f0f0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.setting_dis_title2 {
    font-size: 30px;
    color: #f0f0f0;
    margin-top: 1em;
    margin-bottom: 1em;

}

.setting_sys_scrollbar {
    width: 6px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    height: 780px;
    border-radius: 4px;
}
.setting_acr_scrollbar {
    width: 6px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    height: 740px;
    border-radius: 4px;
}
.dis_bg{
    position: absolute;
    width: 1920px;
    height: 1080px;
    padding: 0;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.8);
    /*background-image: url("../../assets/ThemeDefault/setting/dialog_bg.png");*/
    font-family: SourceSansPro-Light;
}
.setting_sys_license {
    width: 820px;
    height: 650px;
    position: relative;
    overflow: hidden;
    margin: 30px 0 0 20px;
    float: left;
    font-size: 36px;
    line-height: 50px;
    color: rgba(255,255,255,0.9)
}
