
#dialogBox>div {
    width: 100%;
    height: 500px;
}
.el-dialog {
    background-color: #0e2554;
}
.el-dialog__title {
    color: #fff;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #fff;
}
.el-dialog__header {
    border-bottom: 1px #2e405e solid;
    text-align: center;
}

@charset "UTF-8";
.echarts_component[data-v-4623b391] {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.title[data-v-4623b391] {
  /* border-left: 5px solid #409EFF; */
  border-bottom: solid 1px #2e405e;
  line-height: 40px;
  /* padding-left: 10px; */
  margin-bottom: 15px;
}
.echarts_box[data-v-4623b391] {
  width: 100%;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
  /* 放大按钮 */
}
.echarts_box .bid-btn[data-v-4623b391] {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* 鼠标悬停样式 */
.echarts_box.hover-enabled[data-v-4623b391]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.echarts_box.hover-enabled[data-v-4623b391]:hover {
  position: relative;
}
.echarts_box.hover-enabled[data-v-4623b391]:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 45, 69, 0.9);
  z-index: 1;
  transition: all 0.3s;
  backdrop-filter: blur(5px);
}
.echarts_box.hover-enabled:hover .bid-btn[data-v-4623b391] {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.echarts_box.hover-enabled:hover .title[data-v-4623b391] {
  position: relative;
  z-index: 2;
}
.echarts_box.hover-enabled:hover .echarts[data-v-4623b391] {
  position: relative;
  z-index: 2;
}
.echarts[data-v-4623b391] {
  width: 100%;
  height: 100%;
}
.vertical-more-icon[data-v-4623b391] {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #409EFF;
  /* 将更多图标旋转为竖向 */
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
  font-size: 24px;
}
.echarts_box.hover-enabled:hover .vertical-more-icon[data-v-4623b391] {
  /* 鼠标悬停时显示...图标 */
  opacity: 1;
}
.echarts_box.hover-enabled:hover .vertical-more-icon[data-v-4623b391] {
  box-shadow: 0 0 20px rgba(64, 158, 255, 0.5);
}
.vertical-more-icon[data-v-4623b391]:hover {
  color: #66b1ff;
}

.dialog-footer[data-v-1518f75c] {
    /* text-align: right; */
}


.title-component[data-v-65159c73] {
    /* display: flex;
align-items: center;
justify-content: center; */
    width: '100%';
    height: '100%';
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

/* 鼠标悬停样式 */
.title-component.hover-enabled[data-v-65159c73]:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.title-component.hover-enabled[data-v-65159c73]:hover {
    position: relative;
}
.title-component.hover-enabled[data-v-65159c73]:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(32, 45, 69, 0.9);
    z-index: 1;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}
.title-component.hover-enabled:hover .title[data-v-65159c73] {
    position: relative;
    z-index: 2;
}
.title[data-v-65159c73] {
    /* border-bottom: solid 1px #2e405e; */
    /* line-height: 25px; */
    padding-bottom: 5px;
    /* margin-bottom: 15px; */
}

/* .title-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px !important;
    height: 20px !important;
    opacity: 0;
    transition: opacity 0.3s;
} */
.vertical-more-icon[data-v-65159c73] {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #409EFF;
    /* 将更多图标旋转为竖向 */
    /* transform: translate(-50%, -50%) rotate(90deg); */
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s;
    z-index: 2;
    cursor: pointer;
    font-size: 24px;
}
.title-component.hover-enabled:hover .vertical-more-icon[data-v-65159c73] {
    /* 鼠标悬停时显示...图标 */
    opacity: 1;
}
.title-component.hover-enabled:hover .vertical-more-icon[data-v-65159c73] {
    box-shadow: 0 0 20px rgba(64, 158, 255, 0.5);
}
.vertical-more-icon[data-v-65159c73]:hover {
    color: #66b1ff;
}

@charset "UTF-8";
.kv-component {
  width: 100%;
  height: 100%;
  /* font-size: 14px; */
  box-sizing: border-box;
}
.kv_form {
  height: 100%;
  width: 100%;
}
.kv_form .kv_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kv_form .kv_box .kv_form_div {
  width: 100%;
  padding-right: 5px;
}
.kv_form {
  /* 鼠标悬停样式 */
}
.kv_form .kv_box.hover-enabled:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.kv_form .kv_box.hover-enabled:hover {
  position: relative;
}
.kv_form .kv_box.hover-enabled:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 45, 69, 0.9);
  z-index: 1;
  transition: all 0.3s;
  backdrop-filter: blur(5px);
}
.kv_form .kv_box.hover-enabled:hover .kv_form_div {
  position: relative;
  z-index: 2;
}
.kv_form .vertical-more-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #409eff;
  /* 将更多图标旋转为竖向 */
  /* 向左、向上平移自身的50% */
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
  font-size: 24px;
}
.kv_form .kv_box.hover-enabled:hover .vertical-more-icon {
  /* 鼠标悬停时显示...图标 */
  opacity: 1;
}
.kv_form .kv_box.hover-enabled:hover .vertical-more-icon {
  box-shadow: 0 0 20px rgba(64, 158, 255, 0.5);
}
.kv_form .vertical-more-icon:hover {
  color: #66b1ff;
}
.kv_form .kv_form_div {
  width: 100%;
}
.kv_form .kv_form_div .el-form-item__label {
  min-height: var(--label-height) !important;
  line-height: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* 强制一行显示 */
  /* 显示省略号 */
}
.kv_form .kv_form_div .el-form-item__content {
  width: var(--value-width) !important;
  line-height: normal;
}
.kv_form .el-form-item {
  margin-bottom: 4px;
}
.kv_form .el-input {
  width: 100%;
  height: 100%;
}
.kv_form .el-input .el-input__inner {
  background-color: #0a1833;
  border-radius: 4px;
  border: 1px solid #2e405e;
  color: #fff;
  height: 100%;
  line-height: 100%;
  /* padding: 0 15px; */
  width: 100%;
  height: 100%;
}
.kv_form .el-select {
  width: 100%;
  height: 100%;
}
.kv_form .el-select .el-input .el-input__inner {
  width: 100%;
  height: 100%;
}
.kv_form .el-select .el-input__icon {
  height: 100%;
  line-height: 100%;
}
.kv_form .el-select .el-input.is-focus .el-input__inner {
  border-color: #2e405e;
}
.kv_form .el-date-editor.el-input,
.kv_form .el-date-editor.el-input__inner {
  width: 100%;
  height: 100%;
}
.kv_form .el-date-editor.el-input .el-input__icon,
.kv_form .el-date-editor.el-input__inner .el-input__icon {
  height: 100%;
  line-height: 100%;
}
.kv_form .el-input .el-input__clear {
  height: 100%;
  line-height: 100%;
}
.kv_form .el-textarea .el-textarea__inner {
  resize: none;
  min-height: 36px !important;
}
.kv_form .vue-treeselect {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.kv_form .vue-treeselect__multi-value-item {
  border-radius: 4px;
  height: 22px;
  color: #909399;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}
.kv_form .el-radio__label {
  padding-left: 5px;
  color: #fff;
}
.kv-component .el-input__inner {
  background-color: transparent;
  border: 0px;
  color: #fff;
}
.kv-component .vue-treeselect__control {
  height: var(--multi-value-height);
}
