
.chartRHBackground[data-v-2a5a80af] {
  position: absolute;
  background: url(../img/RHchart.3944d64a.png) no-repeat;
  background-size: 100% 100%;
  left: -0.35rem;
  top: 0.1rem;
  width: 4rem;
  height: 4rem;
}
.chartRH[data-v-2a5a80af] {
  position: absolute;
  margin-top: 0.8rem;
  margin-left: 0.71rem;
  height: 2.5rem;
  width: 2.5rem;
}
.chartTemp[data-v-2a5a80af] {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  margin-left: 2.8rem;
  margin-top: -0.22rem;
  pointer-events: none;
}
.warning[data-v-2a5a80af] {
  margin: 0 auto;
  margin-top: 0.6rem;
  margin-left: 0.25rem;
  text-align: center;
}
.line1[data-v-2a5a80af] {
  background: url(../img/ContainLine.8bd007fd.png) no-repeat;
  background-size: 2.85rem 0.4rem;
  margin-left: 0.5rem;
  margin-top: 3.07rem;
  color: #06dee6;
  padding-top: 0;
  /* font-size: clamp(8px, 0.65vw, 12px) !important; */
  font-weight: bold;
  height: 0.5rem;
  width: 2.9rem;
  white-space: nowrap;
  opacity: 0.8;
  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;
}
.line2[data-v-2a5a80af] {
  background: url(../img/ContainLine.8bd007fd.png) no-repeat;
  background-size: 2.8rem 0.4rem;
  margin-left: 2.83rem;
  margin-top: -0.31rem;
  color: #06dee6;
  padding-top: 0;
  /* font-size: clamp(8px, 0.65vw, 12px) !important; */
  font-weight: bold;
  width: 2.9rem;
  height: 0.5rem;
  white-space: nowrap;
  opacity: 0.8;
  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;
}

/* 针对 span 放大字体再缩小，绕过浏览器最小 12px 限制 */
.line1 span[data-v-2a5a80af],
.line2 span[data-v-2a5a80af] {
  font-size: 0.3rem !important; /* 原本是 0.15rem，现设为两倍 */
  -webkit-transform: scale(0.6);
          transform: scale(0.6); /* 视觉上缩小一半多一点，约等于 0.144rem */
  -webkit-transform-origin: center center;
          transform-origin: center center;
  white-space: nowrap;
}

