html,body,#root{width:100vw;height:100vh;padding:0;margin:0;border:#fff}:root{--white: #fff;--active-color: #00aeb0}.ant-layout{height:100%}.ant-layout-footer{text-align:center;background:transparent}._bg{background:linear-gradient(45deg,var(--active-color) 20%,transparent 100%) no-repeat;animation:colorChange 20s alternate infinite}@keyframes colorChange{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}.site-layout-background{background:#fff}.layout_header{display:flex;flex-direction:row;justify-content:space-between}.layout_header .layout_header_left{display:flex;flex-direction:row}.layout_header .layout_header_left .side_trigger{padding:0 24px;font-size:14px;line-height:45px;cursor:pointer;color:#fff;transition:color .3s}.layout_header .layout_header_left .side_trigger:hover{color:#1890ff}.layout_header .layout_header_left .ant-menu{min-width:980px}.layout_header .layout_header_right{display:flex;align-items:center;height:64px;line-height:64px}.layout_header .layout_header_right>*{display:inline-flex;align-items:center}.project-selector span{font-size:14px;text-align:left;color:#fff;padding-right:10px}.layout_middle{background:#fff}.layout_footer{text-align:center;display:flex;flex-direction:row;justify-content:space-between}.layout_footer .footer_left{display:flex;flex-direction:row;justify-content:space-between}.layout_footer .footer_left div.function_button_list{width:200px;text-align:left}.layout_footer .footer_left .progress_bar{margin:0 10px}.layout_footer .footer_left .progress_bar .ant-progress-line{width:380px}.layout_footer .footer_middle,.layout_footer .footer_right{display:flex;flex-direction:row;justify-content:space-between}.table-row-selected{background-color:#e6f7ff!important}.table-row-selected:hover>td{background-color:#bae7ff!important}.ant-table-tbody>tr.table-row-selected>td{background-color:#e6f7ff;border-color:#91d5ff}.ant-table-tbody>tr{cursor:pointer;transition:background-color .2s ease}.ant-table-tbody>tr:hover>td{background-color:#f5f5f5}.table-row-selected .ant-btn-link{color:#1890ff}.table-row-selected .ant-btn-link.ant-btn-dangerous{color:#ff4d4f}.loader{position:absolute;top:calc(50% - 4em);left:calc(50% - 4em);width:6em;height:6em;border:1.1em solid rgba(0,0,0,.2);border-left:1.1em solid #000000;border-radius:50%;animation:load8 1.1s infinite linear;transition:opacity .3s}.loader--hide{opacity:0}@keyframes load8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
