*{
    margin:0;
    padding:0;
}
body,div,strong,label{
    font-family: 'Microsoft YaHei';
}
html, body {
    height:100%;
  /*  margin:0;
    padding:0;*/
    overflow-y:hidden;
}
#layout_outer_box{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}
#layout_header {
    /*height:65px;*/
    width:100%;
  /*  position:absolute;
    top:0;*/  
}
#layout_header .div-layout-split{
    position: absolute;
    top: 65px;
}
#layout_body {
    width:100%;
   /* overflow:auto;
    position:absolute;
    padding-top: 0.01px;*/
    flex: 1;
}
 #div_body_cont{
    position: relative;
    height: 100vh;
    overflow-y: auto;
    width:100%;
    display: flex;
    flex-flow: column;
 }
#layout_footer{
    height:55px;
    width:100%;
  /*  position:absolute;
    z-index:200;
    bottom:0;*/
}
#layout_footer .div-layout-split{
    position: absolute;
    bottom:55px;
}
.container{
    flex:1!important;
}
a{
    text-decoration: none;
}
body #layout_footer .copyright_text,
body #layout_footer .footer div,
body #layout_footer .footer div a{
    /*color: white;*/
}

#div_toolbar_right{
    float: right;
}
/*右上角选中语言文本色*/
#div_toolbar_right .select{
    color: yellow;
}

/*右上角菜单文本色*/
a.top_right_nav_area,
a.top_right_nav_area:link,
a.top_right_nav_area:visited,
#div_toolbar_right{
    color: white;
}
/*版权信息文本*/
#layout_footer .footer,#layout_footer a{
    color: white;
}
/*右上角的小竖线*/
.vertival_line{
    color: white;
}


    
#div_waitDialog{
  width: 400px;
  height: 300px;
  padding-left: 10px;
  padding-right: 10px;
}
#div_waitMsg,#div_waitInit{
  margin-top: 20px;
  width: 100%;
  white-space:pre-wrap;
}
#div_waitProgress{
  width: 100%;
}
#div_waitResult{
  margin-top: 20px;
  width: 100%;
  white-space: pre-wrap;
}

/*top-right 清除浮动*/
.clear-float-left:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}