:root {
    --background: #006BD7;
    --header-wave-bg: #000000;
    --header-wave-bg-2: #ffffff;
    --login-wave-bg: #006BD7;
    --icon-brightness:1;
    --bg-editor-square-line: rgba(222, 229, 235, 1);

    --bg-headerImg: #006BD7;
    --bg_topMenu: rgba(255, 255, 255, 0.25);
    --bg_menuChecked: rgba(0, 121, 242, 1);
    --bg_topLevel: #ffffff;
    --bg_centerLevel: rgba(249.9, 249.9, 249.9, 1);
    --bg_bottomLevel: #f3f3f3;
    --bg_nav: #ffffff;
    --bg-box: #ffffff;
    --bg-search: #ffffff;
    --bg-checkBox: rgb(238, 243, 246);
    --bg_dropdrow: rgba(242, 249, 255, 1);
    --bg_dropdrow_hover: rgba(0, 121, 242, 1);
    --bg-table-content_double: rgba(77, 151, 255, 0.05);
    --bg-table-header: rgb(190 214 251);
    --bg-title: #e6e6e6;
    --bg-fixed-tr-title: #bed6fb;
    --bg-fixed-tr: #fafafa;
    --bg-fixed-tr-2n: rgb(233, 241, 250);
    --bg-fixed-tr-hover: #e0ecfb;
    --bg_slideNav_dot: rgba(249.9, 249.9, 249.9, 1);
    --bg_circle_btn: #fff;
    --bg_btn: rgba(0, 121, 242, 1); /* 按钮背景色 */
    --bg-btn-warning: rgba(244, 67, 54, 1);
    --bg-fixed: rgba(242, 242, 242, 0.85);
    --bg_templateBottomLevel: rgba(238, 241, 243, 1); /* 模板底层背景色 */
    --bg_sideMenu: rgba(255, 255, 255, 1);
    --bg_sideMenuLevel2: #f2f2f2 !important;
    --bg_selection_item: rgba(36, 140, 244, 0.15);
    --bg-edit-list: #e6e6e6;
    --bg-timeline: #A6A6A6;
    --bg-treeselect: #FFF;
    --bg-left-menu:#333;

    --main_link: rgba(0, 121, 242, 1);
    --common-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    --border_slideNav_line: #E9E9E9;
    --border_color: #e1e1e1;
    --static_cardShadow_color: rgba(0, 0, 0, 0.1);

    --font-subColor: #777;
    --font-color: rgba(51, 51, 51, 1);
    --font-btn: rgba(255, 255, 255, 1);
    --font_dropdrow: #333;
    --font-form: rgba(51, 51, 51, 1);
    --font-form-label: #808080;
    --font-checkBox: rgba(51, 51, 51, 1);
    --font-checkBox-circle: rgba(51, 51, 51, 1);
    --font-table-header: #808080;
    --font-table-content: #333;
    --font-disabled: #d2d2d2;
    --font-colorStep1: rgba(89, 89, 89, 1);
    --font-colorChecked: rgba(0, 121, 242, 1);
    --font-selected: #ffffff;
    --font-fixedColor: #333;
    --font-iconColor: rgba(179, 179, 179, 1);
    --font_sideMenuColor: #333333 !important;
    --font_selection_item: rgba(36, 140, 244, 1);
    --font-SelectChecked: #0079f2;
    --font-static-title: #595959;
    --font-price: rgba(244, 67, 54, 1);

    --date-hover-color: #eee;
    --date-td: #666;
    --date-td-next: #d2d2d2;

    --input-border: rgb(191, 191, 191);
    --input-disabled: rgba(51, 51, 51, 0.3);
    --input-disabled-border: rgba(191, 191, 191, 0.6);
    --input-disabled-bg: #f5f5f5;
    --input-radio-disabled: rgba(102, 102, 102, 0.5);
    --input_placeholder: rgba(127.5, 127.5, 127.5, 1);
    --input_focus: rgba(0, 121, 242, 1);
    --input_focusShow: 0px 2px 6px 0px rgba(0, 121, 242, 0.25);

    --img-color: invert(0);
    --img-gray: brightness(1);
    --img-icon: brightness(100);
    --img-iconThis: brightness(0);
    --img-normal: unset;

    --disabled-checkboxBg: rgba(204, 204, 204, 0.5);
    --disabled-checkboxColor: rgba(166, 166, 166, 1);
    --disabled-process_stateItem: rgba(166, 166, 166, 0.8);
    --disabled-process_stateItem_line: rgba(166, 166, 166, 0.6);

    --login_boxShow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    --login_boxBg: rgba(242, 249, 255, 0.7);
    --login_boxColorHover: rgba(0, 121, 242, 1);

    --status_normal: rgba(25, 190, 107, 1);
    --status_warning: rgba(242, 182, 0, 1);
    --status_danger: rgba(244, 67, 54, 1);
    --status_unknown: rgba(153, 153, 153, 1);

    --table_thead_bg: rgba(98, 139, 179, 0.2); /* 表头背景色 */
    --table_tr_bg: rgba(252, 254, 255, 1); /* 行背景色 */
    --table_tr_2n_bg: rgba(98, 139, 179, 0.1); /* 双数行背景色 */
    --table_tr_hover_bg: rgba(98, 138, 179, 0.3); /* 被hover时的行背景色 */
    --table_tr_click_bg: rgba(98, 138, 179, 0.6); /* 被点击时的行背景色 */
    --table_tr_fixed_2n_bg: rgb(236, 242, 247); /* 固定双数行背景色 */
    --table_tr_fixed_bg: rgb(252, 254, 255); /* 固定行背景色 */
    --table_tr_fixed_hover_bg: rgb(206, 219, 232); /* 固定行被hover时的行背景色 */
    --table_tr_fixed_click_bg: rgb(160, 185, 209); /* 固定行被点击时的行背景色 */
    --table_tr_fixed_thead_bg: #c6d5e4; /* 固定表头背景色 */

    --iExpert_font_sideMenuColor: #FFFFFF;
    --iExpert_bg_sideMenuLevel2: rgba(26, 77, 128, 1) !important;
    --iExpert_bg_sideMenu:  rgba(8, 42, 77, 1);
    --iExpert_background_header: rgba(49, 57, 60, 1);
    --flex-menu_bg:rgba(166, 166, 166, 1);
    --flex-menu_icon:rgba(102, 102, 102, 1);

    --box-border:rgba(191, 191, 191, 0.6);

    --action-bar-delete-bg-color:#ef8274;
    --action-bar-edit-bg-color:#ccc;
    --action-bar-default-bg-color:#eee;
}