/*==================基础颜色样式开始====================*/
/*基础header颜色*/
.bc-head {
    background-color: #E03D3E !important;
}
/*****************************************/
/*基础body背景颜色*/
.bc-bg {
    background-color: #EEEEEE !important;
}
/*辅助背景颜色*/
.sc-bg {
    background-color: #FFFFFF !important;
}
/*辅助控件背景颜色*/
.sc-bg-active {
    background-color: #DFDFDF !important;
}
/*警告背景色*/
.sc-bg-alert {
    background-color: #F16412 !important;
}
/*****************************************/
/*基础字体颜色*/
.bc-text {
    color: black !important;
}
.bc-text-white {
    color: white !important;
}
/*基础标题字体颜色*/
.bc-text-head {
    color: white !important;
}
/*辅助字体颜色*/
.sc-text {
    color: #848484 !important;
}
/*辅助字体颜色*/
.sc-text-active {
    color: #e03d3e !important;
}
/*辅助字体颜色*/
.sc-text-hint {
    color: #BABABA !important;
}
/*辅助字体颜色*/
.sc-text-warn {
    color: #FC7800 !important;
}

/*辅助字体颜色*/
.sc-text-green {
    color: #00CC33!important;
}

/*辅助字体颜色*/
.sc-text-tab {
    color: #636363 !important;
}
/***辅助色金色***/
.sc-text-assist {
    color: #FCC954 !important;
}
/*****************************************/
/*基础边框颜色*/
.bc-border {
    border-color: #BABABA !important;
}
/*辅助边框颜色*/
.sc-border {
    border-color: #FFFFFF !important;
}
.sc-border-tab {
    border-color: #DBDBDB !important;
}
/*****************************************/
/*基础按钮颜色*/
.bc-btn {
    background-color: #E03D3E !important;
}
/*辅助按钮颜色*/
.sc-btn {
    background-color: #DFDFDF !important;
}

/*主题红边框颜色*/
.sc-text-golden {
    color: #FCC954 !important;
}
.sc-border-red {
    border-color: #E03D3E !important;
}
/*金黄字体颜色*/
.sc-border-golden {
    border-color: #FCC954 !important;
}

/*==================基础颜色样式结束====================*/