
.flex-container[data-v-1b230cbe] {
  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-1b230cbe] {
  position: absolute;
  z-index: 1000;
  top: 66%;
  left: 1%; /* 使用百分比 */
  width: 25%; /* 使用百分比 */
  height: 27%; /* 使用百分比 */
  background: url(../img/panel0102.b8d10546.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.1875rem 0.5rem;
  color: #fff;
  overflow: hidden;
}
.panel .title[data-v-1b230cbe] {
  font-weight: 600;
  font-size: 0.21rem;
  margin-top: 0.08rem;
  margin-left: 0.15rem;
  letter-spacing: 1px;
}
.select[data-v-1b230cbe] {
  width: 1.19rem;
  position: absolute;
  margin-left: 1.4rem;
  margin-top: -0.39rem;
  z-index: 1000;
}
[data-v-1b230cbe] .el-input__inner {
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-block-color: #2256b1;
  border-block-width: 2px;
}
.contain[data-v-1b230cbe] {
  background-position: center;
  background: url(../img/strain_bd.4cac5035.png) no-repeat;
  background-size: 100% 40%;
  margin-top: 5%;
  margin-left: 3%;
  width: 95%;
  height: 120%;
}
.Max[data-v-1b230cbe] {
  margin-top: 0;
  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);
  opacity: 1;
  padding-left: 0.03rem;
  font-size: 0.24rem;
  font-family: "DIN";
  color: rgb(255, 191, 68);
  font-weight: bold;
  line-height: 0.617;
  text-align: center;
  -moz-transform: matrix(0.94366532850921, 0, 0, 0.94366532850921, 0, 0);
  -webkit-transform: matrix(0.94366532850921, 0, 0, 0.94366532850921, 0, 0);
  -ms-transform: matrix(0.94366532850921, 0, 0, 0.94366532850921, 0, 0);
}
.Min[data-v-1b230cbe] {
  margin-top: 0;
  margin-left: 0;
  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;
  -moz-transform: matrix(0.94366532850921, 0, 0, 0.94366532850921, 0, 0);
  -webkit-transform: matrix(0.94366532850921, 0, 0, 0.94366532850921, 0, 0);
  -ms-transform: matrix(0.94366532850921, 0, 0, 0.94366532850921, 0, 0);
}
.Mfont[data-v-1b230cbe] {
  /* padding-left: 0.15rem; */
  font-size: 0.26rem;
  text-align: center;
  font-family: Adobe Heiti Std;
  color: rgb(255, 255, 255);
  line-height: 1.852;
  /* text-align: left; */
}
.Max_Min_father[data-v-1b230cbe] {
  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: 10%;
}
.Max_Min_father[data-v-1b230cbe]::after {
  content: "";
  display: block;
  clear: both;
}

/* 数据加载过渡动画样式 */
.loading-spinner[data-v-1b230cbe] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-animation: spin-1b230cbe 1s ease-in-out infinite;
          animation: spin-1b230cbe 1s ease-in-out infinite;
}
@-webkit-keyframes spin-1b230cbe {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-1b230cbe {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

