.flex{ display: flex;
        display: -webkit-flex;
        display: -moz-flex; }
.cross-start{
		display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
}
.cross-middle {/*子元素垂直居中*/
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
      }
.cross-end{
		display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
}     
.cross-stretch{
		display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
}
.main-center {/*子元素左右两端对齐*/
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
      }
.main-between {/*子元素左右两端对齐*/
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
      }
.main-around {/*子元素左右两端对齐*/
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
      }
.vertical_between{/*//垂直方向上居中*/
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.relative{ position: relative; }
.show_pointer{ cursor: pointer; }
.hide{ display:none; }
.bg_common{ background:#1E9FFF; }
.color_common{ color:#1E9FFF; }
.color_white{ color:#fff; }
.border_none{ border:none; }
html,body{ width:100%;height:100%;margin:0;padding:0;}
#content{ width:100%;min-height:100%;padding:0;margin:0;background-color:#fff; }
.wrap{ padding:10px; height:calc(100% - 20px);}
.risklevel_4{
  background-color:#ff0000;
}
.risklevel_3{
  background-color:#f96805;
}
.risklevel_2{
  background-color:#ffc103;
}
.risklevel_1{
  background-color:#069fdf;
}
.risklevelName_4{
  color:#ff0000;
}
.risklevelName_3{
  color:#f96805;
}
.risklevelName_2{
  color:#ffc103;
}
.risklevelName_1{
  color:#069fdf;
}
.clickedRow{ 
    background: #e8eaed;
    box-shadow: 0 0 10px 0 #b9e2ff;
}
/*主体*/
.main_tab{ 
	box-sizing: border-box; 
    height: calc(100% - 10px);
    background: #fff;
    padding: 5px;
    position: relative;
    border-left: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
}
/*左侧树*/
.left_tab{ box-sizing: border-box; width:270px; height:calc(100% - 20px);position: fixed;top:10px;left:10px;z-index: 2;background-color: #fff;border: 1px solid #aebac5; }
.top_tab{ background: #e8eaed; }
.search_tab_tree{ box-sizing: border-box;width:100%;background-color: #e8eaed;padding:5px 2em 5px 5px;position:relative;border-bottom:1px solid #d6d6d6;}
.search_tab_tree .ip_s{ box-sizing:border-box; height:32px;line-height:32px; width:100%;padding:0 0 0 10px;border:1px solid #d6d6d6;outline: none;background-color: #fff;font-size: 12px;}
.search_btns{ position:absolute;right:5px;top:5px; }
.search_btns i{ display: inline-block;height:30px;line-height:32px;width:2em;text-align:center; background-color: #e8eaed; border: 1px solid #d6d6d6;margin:0;float:right;}
.tree_tab{ overflow-y:auto; overflow-x:auto; height:calc(100% - 51px);margin-top: 10px  }
/*右侧主体*/
.right_tab{ 
	box-sizing: border-box; 
	margin-left:280px;
    height: calc(100% - 10px);
    background: #fff;
    padding: 5px;
    position: relative;
    border-left: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    overflow-y: auto;
}
/*弹窗*/
.layer_tab{ display: none;background: #fff;padding:15px; }
.layer_tab .layui-form-label{ padding:8px 10px 8px 0;width:auto; min-width:100px;}
.img_up{ margin-top:8px; }
.btn_upload{ height:32px;line-height: 31px;width:9em;margin-left:10px; text-align:center;background: #4096d1;color:#fff;cursor: pointer;border-radius: 3px;border:none;outline: none }
.upImgShow{ width:calc(100% - 20px);margin:10px; }
.width_50{ width:50%;float:left; }
/*导入弹窗*/
.layer_tab .in_item{ padding:0 20px;margin-left:30px;font-size:1rem; position:relative;}
.layer_tab .in_item1{ padding-bottom: 20px; border-left:1px dashed #2D78BF;}
.in_item .dot_icon{ position:absolute;left:-11px; top:0;color:#2D78BF;font-size:22px;}
.in_item a{ color:#2D78BF;font-size:0.8rem; margin-left:20px;}
.in_item .warn{ color:#8B8B8B;font-size:0.8rem;margin-top:5px;padding-bottom: 20px; }
.layer_tab .add_icon{ color:#85b1da;font-size:60px; }
.excelErr{ color:#8B8B8B;font-size:0.8rem; }
.errCell{ color:#f00; }
/*设置弹窗*/
.layer_set{ display:none; }
.set_title{ height:26px;line-height:26px;padding:0 10px;}
.set_title.active{ background: #ebf3fa;}
.file_icon{ color:#f99a35;margin-right:5px; }
.set_item{ display: none;padding:0 10px; }
.set_item .ip_label { display:inline-block;width:100%;height:26px;line-height: 26px; }
.warn_line{ color:rgb(64, 150, 209); }
/*顶部搜索栏*/
#top_search label{ background:#E8EAED;padding:9px 10px; width:auto;}
#top_search .layui-inline{ margin-bottom: 5px;margin-right:15px;  }
#top_search button{ margin-bottom: 5px; line-height: normal;padding:0 15px;}
.top_left_search{ margin:0;display:inline-block; }
.top_right_search{text-align: right; float:right; }
/*导出PDF table*/
.pdfItem{padding:20pt;}
.pdfItem .layui-table-cell {
        vertical-align: middle;
        height: auto;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
}
/*树全选按钮*/
.check_btn .checkAll,.check_btn .cancelCheckAll{ color:#999;font-size:0.8em; margin:0 10px;cursor: pointer;}

/*树下部操作按钮*/
.tree_btn{ padding:5px;box-sizing: border-box; }
.tree_btn .left_btn{ 
    box-sizing: border-box;
    border:none;
    background: #4096d1;
    color:#fff;
    text-align: center;
    height: 32px;
    cursor: pointer;
    border-radius: 3px;
    width: calc((100% - 10px)/3);
    margin: 0;
}       
/*窄条滚动条*/
.narrow_list::-webkit-scrollbar {/*滚动条整体样式*/
      width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
      height: 4px;
}
.narrow_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      background: rgba(0,0,0,0.2);
}
.narrow_list::-webkit-scrollbar-track {/*滚动条里面轨道*/
      -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      border-radius: 0;
      background: rgba(0,0,0,0.1);
}
/*switch颜色*/
/*.layui-form-onswitch {
    border-color: #3F96D1;
    background-color: #3F96D1;
}*/