
.flex-container[data-v-eaefa8d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel[data-v-eaefa8d4] {
  position: absolute;
  z-index: 1000;
  top: 38%;
  right: 1%;
  width: 25%; /* 保持原有宽度 */
  height: 26%; /* 保持原有高度 */
  background: url(../img/panel0102.b8d10546.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.1875rem 0.5rem;
  color: #fff;
  overflow: hidden;
}
.header-row[data-v-eaefa8d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.2rem;
  gap: 0.1rem;
}
.panel .title[data-v-eaefa8d4] {
  font-weight: 800;
  font-size: 0.22rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
  letter-spacing: 2px;
  margin: 0;
  white-space: nowrap;
}
.cascader-item[data-v-eaefa8d4] {
  z-index: 1001;
}
[data-v-eaefa8d4] .el-input__inner {
  color: #fff !important;
  background-color: rgba(30, 41, 59, 0.5) !important;
  border-color: #3b82f6 !important;
  font-weight: bold;
  height: 22px !important;
  line-height: 22px !important;
  font-size: 12px !important;
  padding: 0 8px !important;
  width: 80px !important;
}
[data-v-eaefa8d4] .el-input__suffix {
  right: 3px;
}
[data-v-eaefa8d4] .el-input__suffix .el-input__icon {
  line-height: 22px;
}

/* 核心布局逻辑：参照第一个组件 */
.chart-wrapper[data-v-eaefa8d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 0.45rem);
  margin-top: 0.4rem;
  gap: 0;
}
.chart-container[data-v-eaefa8d4] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
  position: relative;
  height: 100%;
}
.chart[data-v-eaefa8d4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-container[data-v-eaefa8d4] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-inner[data-v-eaefa8d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10%;
  width: 90%;
  padding-right: 0.1rem;
}
.stat-item[data-v-eaefa8d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.Max[data-v-eaefa8d4], .Min[data-v-eaefa8d4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0.59px solid rgb(0, 255, 255);
  border-radius: 2px;
  background-color: rgba(62, 161, 255, 0.2);
  font-size: 0.16rem;
  font-family: "DIN";
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0.5rem;
}
.Max[data-v-eaefa8d4] {
  color: rgb(255, 191, 68);
}
.Min[data-v-eaefa8d4] {
  color: rgb(61, 255, 203);
  margin-top: 0.04rem;
}
.Mfont[data-v-eaefa8d4] {
  margin: 0.02rem 0 0 0;
  font-size: 0.12rem;
  color: #fff;
  font-family: Adobe Heiti Std;
}

