html,
body,
#app {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
/*======================== global =======================*/
.webix_view {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana,
    sans-serif;
}

.webix_fieldset_label {
  color: #475466;
  font-size: 13px;
  padding: 0 8px;
  text-transform: uppercase;
}

.webix_all_tabs .webix_item_tab {
  font: 500 13px/20px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana,
    sans-serif;
}

.webix_layout_line{
  padding:0!important
}

/*======================== mainView =======================*/
.mainHeader{
  background:none;
  border:0px solid #000;
}
.mainHeader>.webix_scroll_cont{
  height:64px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 21, 41, .3);
  box-shadow:0 3px 3px rgba(0, 21, 41, .3)
}
.mainHeaderLeft{
  background: #001529;
  margin:0!important;
  z-index: 1;
}
.mainHeaderLogo{
  position: absolute;
  width: 100%;
  height: 70px!important;
  background:#001529;
  top:0;
  z-index: 2;
}
.mainHeaderLogo .webix_template{
  background: url(/static/images/logo3.png) 10px 0px no-repeat;
  background-size:32px 30px;
}
.mainHeaderRight{
  width: 100%!important;
  height: 64px!important;
  padding-left:10px;
  background: #001529!important;
  margin:0!important
}
.mainHeaderRight>.webix_view{
  background: #001529;
}
.mainHeader  .webix_template{
  color:#fff
}
.mainHeader  .webix_scroll_cont .webix_view{
  margin-top: 0!important;
}
.headerMenu{
  /* height:63px!important */
}
.headerMenu .webix_scroll_cont{
  -webkit-box-shadow:none;
  box-shadow: none;
  margin-top: 0!important;
  text-align: right;
  padding-right:20px
}
.headerMenu .webix_list_item{
  height:63px!important;
  background:#001529;
  border:none;
  color:#a6adb4;
  line-height: 62px;
  padding: 2px 12px;
}
.headerMenu .webix_list_item:last-child{
  border-right:0;
}
.headerMenu .webix_list_item:hover,.headerMenu .webix_list_item:focus{
  background: #001529;
  color:#a6adb4
}
.webix_view a.webix_list_item{
  transition: all .3s ease!important
}
.webix_view{
  border-color:#fff;
  border:none;
}
.mainBox{
  margin-top:0!important
}
.mainBox,.mainLeft,.mainLeftBox{
  overflow:visible
}
.mainLeft{
  padding-right:6px!important
}
.mainLeftBox{
  background: #001529;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 21, 41, .3);
  box-shadow:2px 3px 3px rgba(0, 21, 41, .3);
  position: relative;
  z-index: 2;
}
.mainLeftPosition{
  position: absolute;
  top:-6px;
  width: 100%!important;
  height: 6px!important;
  background: #001529;
  z-index: 3;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 21, 41, .3);
  box-shadow:2px 3px 3px rgba(0, 21, 41, .3);
}
.mainLeftBox .webix_form,.mainLeftBox .webix_el_text{
  width: 100%!important;
}
.mainLeftBox .webix_form{
  padding:0!important;
  background: #001529;
  z-index: 3;
  position: relative;
}
.mainLeftBox .webix_form .webix_el_text{
  height: 42px!important;
}
.mainLeft input{
  border:none;
  background: url(/static/images/search.png) 30px #001529 no-repeat;
  background-size: 14px 14px;
  transition: all .3s ease!important;
  padding:0 20px 0 51px!important;
  box-shadow:0 0 0!important;
  width: 100%!important;
  height:100%!important;
  border-bottom:1px solid #a6adb4;
  position: relative;
  top: -1px;
  color:#fff
}
.mainLeft input:hover{
  border:none;
  background: url(/static/images/search-foucs.png) 30px #001529 no-repeat;
  background-size: 14px 14px;
  border-bottom:1px solid #1890ff
}
.mainLeft input:focus{
  background: url(/static/images/search-foucs.png) 30px #001529 no-repeat;
  background-size: 14px 14px;
  border:none;
  border-bottom:1px solid #1890ff
}
.mainLeft input::-webkit-input-placeholder {
  color:#656f79;
  font-size: 13px
}
.mainLeft .webix_form{
  padding:1px 0;
}
.mainLeft .webix_form .webix_el_box{
  padding:0;
  width: 100%!important;
  height:100%!important;
}
.mainLeft .webix_tree{
  background: none;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 41px;
  box-sizing: border-box;
}
.mainLeft .webix_tree .webix_scroll_cont > .webix_tree_leaves{
  padding:0!important;
}
.mainLeft .webix_tree .webix_tree_item{
  cursor: pointer;
  transition: all .3s ease;
  color:#a6adb4
}
.mainLeft .webix_tree .webix_tree_item:hover{
  color:#fff
}
.mainLeft .webix_view span{
  color:#a6adb4!important;
  transition: all .3s ease;
  position: relative;
  top:2px
}
.mainLeft .webix_tree .webix_tree_item:hover span{
  color:#fff!important
}
.mainLeft .webix_tree .webix_selected{
  background: #1890ff;
  color:#fff
}
.mainLeft .webix_tree .webix_tree_item.webix_selected span{
  color:#fff!important
}
.webix_tree_leaves .webix_tree_leaves{
  margin:0px!important;
}
.mainLeft div[aria-level='1']{
  padding:8px
}
.mainLeft div[aria-level='2']{
  padding:8px 8px 8px 28px
}
.mainLeft div[aria-level='3']{
  padding:8px 8px 8px 50px
}
.mainLeft div[aria-level='4']{
  padding:8px 8px 8px 72px
}
.mainLeft .webix_tree::-webkit-scrollbar-thumb{
  background: #c8c8c8;
}
.mainLeft .webix_tree::-webkit-scrollbar-track{
  background: #212121;
}
.webix_resizer_x,#app{
  background-color:#f0f2f5;
}
.webix_resizer_x{
  z-index: 5;
  position: relative;
  background-color:transparent;
  
}
.maintab{
  margin-left:-3px!important
}
.maintab > .webix_view.webix_control.webix_el_tabbar{
  background: #f0f2f5
}
.maintab > .webix_el_tabbar > .webix_all_tabs{
  padding:0!important;
  height:38px;
  position: relative;
  top:0px
}
.maintab .webix_el_tabbar .webix_all_tabs {
  border-bottom:1px solid #f0f0f0
}
.mainTabBar .webix_item_tab{
  background: none!important;
  padding:0 2px 0 0!important;
  color:#666!important;
  border-bottom:0;
  font-size: 14px;
  transition: color .3s ease
}
.mainTabBar .myTabDiv{
  border:1px solid #f0f0f0;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  padding:0 16px;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 2px 2px 0 0;
  line-height: 38px;
  position: relative;
  top: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.mainTabBar .webix_item_tab:hover{
  border-color:#f0f0f0;
  color:#1890ff
}
.mainTabBar .webix_selected{
  background: none;
  color:#1890ff;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0
}
.mainTabBar .webix_selected .myTabDiv{
  background: #fff;
  color:#1890ff;
  font-weight: 600;
}
.mainTabBar .webix_item_tab .webix_tab_close{
  color:#666;
  width: 20px;
  top:20px;
  right:6px
}
.mainTabBar .webix_selected .webix_tab_close{
  color:#1890ff
}
/*======================== mainView-mainTab =======================*/
.maintab > .webix_el_tabbar > .webix_all_tabs .webix_item_tab {
  position: relative;
  top:1px;
  padding: 0 28px 0 6px;
}
.maintab  > .webix_el_tabbar  > .webix_all_tabs  .webix_item_tab .webix_icon.webix_tab_close {
  position: absolute;
  top: 22px;
  right: 4px;
  height: 28px;
  line-height: 28px;
  margin-top: -14px;
  font-weight: bold;
  font-size: 13px;
}

.maintab > .webix_el_tabbar > .webix_all_tabs .webix_item_tab.webix_selected,
.maintab
  > .webix_el_tabbar
  > .webix_all_tabs
  .webix_item_tab.webix_selected:active {
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  color: #4c82b1;
  background-color: #fff;
}

.maintab > .webix_el_tabbar > .webix_all_tabs .webix_item_tab:hover {
  border-color: #000;
  background-color: rgba(0, 0, 0, 0.08);
}
.maintab > .webix_el_tabbar > .webix_all_tabs .webix_item_tab.webix_selected:hover {
  border-color: #000;
  background-color: #fff;
}

.maintab  > .webix_el_tabbar  > .webix_all_tabs  .webix_item_tab.webix_selected  .webix_icon.webix_tab_close {
  color: #919191;
}

.maintab > .webix_el_tabbar > .webix_all_tabs {
  padding-top: 8px;
  padding-left: 10px;
}

.maintab > .webix_el_tabbar {
  border-bottom: 0;
}

.maintab .webix_multiview > .webix_layout_line {
  border-top: 0;
}

.maintab > .webix_el_tabbar > .webix_all_tabs > .webix_item_tab {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background-color: #5fa2dd;
  color: #f0f0f0;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
}
.webix_toolbar .toolbarTitle .webix_el_box{
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  color:#595959;
  padding-left:10px
}
/* ================滚动条样式=================== */
*::-webkit-scrollbar{
  width:6px;
  height:6px;
}
*::-webkit-scrollbar-button{
  width:0px; 
  height:0px;
}
*::-webkit-scrollbar-track{
  background:#f7f7f7;
}
*::-webkit-scrollbar-thumb{
  background:#d9d9d9;
}
*::-webkit-scrollbar-track,*::-webkit-scrollbar-thumb{
  border-radius:3px;
}
*::-webkit-scrollbar-corner,*::-webkit-scrollbar-resizer,*::-webkit-scrollbar-button{
  background:#fff;
}
.addBgRed{
  background: #ffd2d2;
}
.addBgGreen{
  background: #bde2c8;
}
.addBgYellow{
  background: #fdfbc1;
}
.addBgWhite{
  background: #fff;
}
.bjs-powered-by{
  display:none!important;
}