
#box[data-v-505e9e67] {
  width: 100%;
  height: 100%;
  /* background-color: black; */
  z-index: 0;
  font-family: "Courier New", Courier, monospace;
}
.box-card[data-v-505e9e67] {
  width: 480px;
  height: 320px;
  position: absolute;
  padding: 0;
  top: 100px;
  left: 40%;
  z-index: 1000;
}
.title[data-v-505e9e67] {
  font-size: 16px;
  font-weight: bolder;
}
.close-button[data-v-505e9e67] {
  float: right;
  margin-top: -15px;
  margin-right: -15px;
  cursor: pointer;
}
.close-button[data-v-505e9e67]:hover {
  font-weight: bolder;
}

/* .el-card__header {
  padding-top: 7px;
  padding-right: 11px;
} */
.image-box[data-v-505e9e67] {
  margin: 0 auto;
  width: 460px;
  height: 240px;
  text-align: center;
  font-size: 16px;
}
.structure-image[data-v-505e9e67] {
  width: 100%;
  height: 100%;
}
.tip[data-v-505e9e67] {
  margin: auto 0;
  line-height: 200px;
}

.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;
}






.container[data-v-48aad226] {
  height: calc(100%);
  width: 100%;
  position: relative;
}
.el-aside[data-v-48aad226] {
  color: #333;
  text-align: center;
  height: 100%;
  background-color: white;
  border-radius: 0px;
  z-index: 9;
  /* box-shadow: 2px 2px 5px #888888; */
}
.drag-area[data-v-48aad226] {
  width: 320px;
  max-width: 500px;
  position: absolute;
  z-index: 9;
}
.drag-tip[data-v-48aad226] {
  height: 100%;
  width: 5px;
  position: absolute;
  left: 320px;
  /* background-color: red; */
  z-index: 9;
  background-color: transparent;
}

/*鼠标移入显示可拖动样式*/
.drag-tip[data-v-48aad226]:hover {
  cursor: w-resize;
}
.map[data-v-48aad226] {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

