.item-panel {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  text-align: center;
  overflow-y: auto;
  margin-bottom: 10px;
}
.item-panel .panel {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 15px;
  cursor: pointer;
}
.item-panel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.item-panel .item.item-flow-rect {
  width: 100px;
  height: 50px;
  border: 1px solid #1890ff;
  background-color: rgba(24, 144, 255, 0.2);
}
.item-panel .item.item-flow-circle {
  width: 70px;
  height: 70px;
  border-radius: 60px;
  border: 1px solid #fa8c16;
  background-color: rgba(250, 140, 22, 0.2);
}
.item-panel .item.item-flow-rhombus {
  width: 70px;
  height: 70px;
  margin: 25px auto;
  border: 1px solid #13c2c2;
  background-color: rgba(19, 194, 194, 0.2);
  transform: rotate(45deg);
}
.item-panel .item.item-flow-rhombus span {
  transform: rotate(-45deg);
}
.item-panel .item.item-img {
  max-width: 100px;
}
.item-panel .item_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-panel .item_nav span {
  font-size: 14px;
  font-weight: 700;
}

.toolbar[data-v-ed10c12c]{position:absolute;bottom:10px;left:40%;transform:translate(-50%);display:flex;flex-direction:row;align-items:center;padding:5px;border:none}.toolbar .command[data-v-ed10c12c]{display:flex;flex-direction:row;align-items:center;cursor:pointer;color:#333;font-size:16px;margin-right:8px}.toolbar .command i[data-v-ed10c12c]{font-size:30px;color:#333;margin-right:3px}.toolbar .command .icon[data-v-ed10c12c]{width:15px;height:15px;margin-right:3px}.toolbar .command span[data-v-ed10c12c]{display:block;font-size:14px;cursor:pointer}.toolbar .command[data-v-ed10c12c]:hover{color:#1890ff}.toolbar .pull-right[data-v-ed10c12c]{display:flex;align-items:center;margin-left:auto}.toolbar .pull-right .exportStyle[data-v-ed10c12c]{margin-right:8px;margin-bottom:10px}.toolbar .disable[data-v-ed10c12c]{color:rgba(0,0,0,0.25)}.toolbar .disable i[data-v-ed10c12c]{cursor:not-allowed}.toolbar .disable span[data-v-ed10c12c]{cursor:not-allowed}.toolbar .disable[data-v-ed10c12c]:hover{color:rgba(0,0,0,0.25)}.exportStyle[data-v-ed10c12c]{margin-top:10px}

#legendContent[data-v-004bffae]{position:absolute;top:5px;left:10px;display:flex;flex-direction:row;height:40px;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}#legendContent .item[data-v-004bffae]{display:flex;flex-direction:row;align-items:center;margin-right:10px}#legendContent .color[data-v-004bffae]{width:16px;height:16px;border-radius:5px;margin-right:2px}

