
.strain-chart[data-v-040a6798] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.Max_Min_father[data-v-040a6798] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5%;
}
.Min[data-v-040a6798] {
  margin-right: 0.3rem;
  padding-top: 0.08rem;
  width: 1.5rem;
  height: 0.7rem;
  padding-left: 0.03rem;
  border-width: 0.59px;
  border-color: rgb(0, 255, 255);
  border-style: solid;
  border-radius: 2px;
  background-color: rgba(62, 161, 255, 0.2);
  font-size: 0.24rem;
  font-family: "DIN";
  color: rgb(61, 255, 203);
  font-weight: bold;
  line-height: 0.617;
  text-align: center;
}
.Max[data-v-040a6798] {
  margin-left: 0.3rem;
  width: 1.5rem;
  height: 0.7rem;
  padding-top: 0.08rem;
  border-width: 0.59px;
  border-color: rgb(0, 255, 255);
  border-style: solid;
  border-radius: 2px;
  background-color: rgba(62, 161, 255, 0.2);
  font-size: 0.24rem;
  font-family: "DIN";
  color: rgb(255, 191, 68);
  font-weight: bold;
  line-height: 0.617;
  text-align: center;
}
.Mfont[data-v-040a6798] {
  font-size: 0.26rem;
  text-align: center;
  font-family: Adobe Heiti Std;
  color: rgb(255, 255, 255);
  line-height: 1.852;
}
.contain[data-v-040a6798] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  margin: 2% 5%;
  width: 90%;
}


.flex-container[data-v-968fd5d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.panel[data-v-968fd5d2] {
  position: relative;
  z-index: 1000;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/panel0102.b8d10546.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.1875rem 0.05rem;
  color: #fff;
  overflow: hidden;
}
.panel .title[data-v-968fd5d2] {
  font-weight: 600;
  font-size: 0.21rem;
  margin-top: 0.08rem;
  margin-left: 0.15rem;
  letter-spacing: 1px;
}
.cascader-item[data-v-968fd5d2] {
  position: absolute;
  margin-left: 24%; /* 使用百分比 */
  margin-top: -0.38rem;
  z-index: 1000;
}
[data-v-968fd5d2] .el-input--suffix {
  margin-top: 0rem;
  margin-left: 0.15rem;
  width: 1.2rem;
}
[data-v-968fd5d2] .el-input__inner {
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-block-color: #2256b1;
  border-block-width: 2px;
}
[data-v-968fd5d2] .el-input__inner {
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-block-color: #2256b1;
  border-block-width: 2px;
}
.expand-btn[data-v-968fd5d2] {
  position: absolute;
  left: calc(24% + 3.5rem);
  top: 0.04rem;
  z-index: 1001;
  width: 0.34rem;
  height: 0.34rem;
  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;
  background-color: rgba(34, 86, 177, 0.2);
  border: 1.5px solid #4ecdc4;
  color: #4ecdc4;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.20rem;
}
.expand-btn[data-v-968fd5d2]:hover {
  background-color: rgba(78, 205, 196, 0.3);
  color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(78, 205, 196, 0.6);
          box-shadow: 0 0 8px rgba(78, 205, 196, 0.6);
  border-color: #fff;
}

/* 一览图画布样式 */
.multi-view-overlay[data-v-968fd5d2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 20, 35, 0.95);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.multi-view-header[data-v-968fd5d2] {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#11264b), to(transparent));
  background: linear-gradient(to bottom, #11264b, transparent);
  border-bottom: 1px solid #2256b1;
}
.multi-view-header h2[data-v-968fd5d2] {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0;
}
.close-btn[data-v-968fd5d2] {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.close-btn[data-v-968fd5d2]:hover {
  color: #ff6b6b;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.multi-view-content[data-v-968fd5d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.chart-grid[data-v-968fd5d2] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}
.grid-item[data-v-968fd5d2] {
  background: rgba(17, 38, 75, 0.6);
  border: 1px solid #2256b1;
  border-radius: 8px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  position: relative;
}
.sensor-title[data-v-968fd5d2] {
  color: #4ecdc4;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

