.custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 2px;
}
.label {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  color: black;
  font-weight: bold;
}
.iconStyle {
  color: #409EFF;
  margin-right: 3px;
}
.tree-item {
  //overflow: auto;
}

 /* 改变被点击节点背景颜色，字体颜色 */
.el-tree-node:focus > .el-tree-node__content {
  background-color: #DCDFE6 !important;
  color: #fff !important;
}
/*节点失焦时的背景颜色*/
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
  background-color: #DCDFE6 !important;
  color: #fff !important;
}






.page[data-v-5e7e42ce] {
  z-index: 9;
}


.el-table[data-v-63c55e03]{
  width: 100%;
}
.el-table__header tr[data-v-63c55e03],
.el-table__header th[data-v-63c55e03] {
  padding: 0;
  height: 20px;
  line-height: 20px;
}
[data-v-63c55e03] .el-table__header {
  width: 100% !important;
}
[data-v-63c55e03] .el-table__body {
  width: 100% !important;
}
.search-txt[data-v-63c55e03] {
  font-size: 14px;
}
.search-behind-txt[data-v-63c55e03] {
  font-size: 14px;
  margin-left: 25px;
}
[data-v-63c55e03] .ivu-input {
  height: 30px;
}
[data-v-63c55e03] .ivu-date-picker{
  position: relative;
  top: -2px;
}
.monitor-content[data-v-63c55e03] {
  float: left;
  width: 300px;
  margin: 0 10px;
}
.title[data-v-63c55e03] {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bolder;
}
.el-form-item[data-v-63c55e03] {
  margin: 5px 0;
  display: inline-block;
  width: 550px !important;
}
[data-v-63c55e03] .el-form-item__label {
  font-weight: bold !important;
}
[data-v-63c55e03] .el-input__inner {
  padding: 0 0 0 10px !important;
}
.label[data-v-63c55e03] {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 28px;
  font-size: 14px;
  font-family: "Courier New", Courier, monospace;
}

.search .operation[data-v-2eb383a2] {
  margin-bottom: 2vh;
}
.search .select-count[data-v-2eb383a2] {
  font-weight: 600;
  color: #40a9ff;
}
.search .select-clear[data-v-2eb383a2] {
  margin-left: 10px;
}
.search .page[data-v-2eb383a2] {
  margin-top: 2vh;
}
.search .drop-down[data-v-2eb383a2] {
  margin-left: 5px;
}
.tree-list[data-v-2eb383a2] {
  position: relative;
  min-height: 80px;
}
.drawer-footer[data-v-2eb383a2] {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: left;
  background: #fff;
}
.drawer-footer[data-v-2eb383a2] {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: left;
  background: #fff;
}
.drawer-content[data-v-2eb383a2] {
  overflow: auto;
}
.drawer-content[data-v-2eb383a2]::-webkit-scrollbar {
  display: none;
}
.drawer-header[data-v-2eb383a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.drawer-title[data-v-2eb383a2] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 16px;
}
.newSeachAreaContent[data-v-2eb383a2] {
  height: 70px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
}
.flex1[data-v-2eb383a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.searchHeader[data-v-2eb383a2] {
  padding: 20px 20px 0;
  height: auto!important;
}
.mypagination[data-v-2eb383a2] {
  display: inline-block;
  text-align: right;
  margin-top: 10px;
  float: right;
}
.report-structure-manage[data-v-2eb383a2] {
  height: calc(100%);
  width: 100%;
}
.el-aside[data-v-2eb383a2] {
  color: #333;
  text-align: center;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px #888888;
          box-shadow: 2px 2px 5px #888888;
}
.el-container[data-v-2eb383a2] {
  height: 100%;
}
.el-tree-node__label[data-v-2eb383a2] {
  font-size: 10px;
}
.el-main[data-v-2eb383a2] {
  padding-bottom: 0;
}
.search-area[data-v-2eb383a2] {
  padding: 10px 0;
  margin: 0 10px;
  font-family: "Microsoft YaHei";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-bottom: 1px solid #eee;
}
.search-txt[data-v-2eb383a2] {
  line-height: 40px;
  text-align: left;
  width: 100px;
  margin-left: 20px;
}
.condition[data-v-2eb383a2] {
  width: 70%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.el-input[data-v-2eb383a2] {
  height: 40px;
  width: 300px;
}
.el-input__inner[data-v-2eb383a2] {
  height: 100%;
}
.el-button[data-v-2eb383a2] {
  margin-left: 5px;
}
.edit-area[data-v-2eb383a2] {
  padding: 10px 0;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.el-form-item[data-v-2eb383a2] {
  margin: 0;
  display: inline;
}
.label[data-v-2eb383a2] {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  color: black;
  font-weight: bold;
}
.iconStyle[data-v-2eb383a2] {
  color: lightBlue;
  margin-right: 3px;
}
.custom-tree-node[data-v-2eb383a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  padding: 2px;
}
.icon-buttom[data-v-2eb383a2] {
  margin-left: 10px;
}
.icon-buttom-item[data-v-2eb383a2] {
  margin-left: 3px;
}

