@charset "UTF-8";
.sms-content-list[data-v-20cb7c72] {
  max-height: 300px;
  overflow-y: auto;
  margin: 15px 0;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.sms-item[data-v-20cb7c72] {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  font-size: 13px;
}
.sms-item .sms-time[data-v-20cb7c72] {
  color: #999;
  float: right;
}
[data-v-20cb7c72] .el-input__inner {
  height: 32px;
}
[data-v-20cb7c72] .el-date-editor .el-range__icon {
  line-height: 25px;
}
.view-card[data-v-20cb7c72] {
  margin-bottom: 20px;
  border-radius: 10px;
}
.view-card .view-switch[data-v-20cb7c72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.view-card .search-button[data-v-20cb7c72] {
  margin-right: 15px;
  background: rgba(233, 235, 238, 0.3);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
}
.basic-container[data-v-20cb7c72] {
  padding: 0 !important;
}
.chart-container[data-v-20cb7c72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.chart-container .chart[data-v-20cb7c72] {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  padding-top: 20px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* 统计数据区域样式 */
.stats-summary[data-v-20cb7c72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.stats-summary .stat-item[data-v-20cb7c72] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.stats-summary .stat-item .stat-label[data-v-20cb7c72] {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.stats-summary .stat-item .stat-value[data-v-20cb7c72] {
  font-size: 28px;
  font-weight: bold;
}
.stats-summary[data-v-20cb7c72] {
  /* 为每个统计项设置不同的标题颜色和上边框颜色 */
}
.stats-summary .stat-item[data-v-20cb7c72]:nth-child(1) {
  border-top: 4px solid #9c27b0;
}
.stats-summary .stat-item:nth-child(1) .stat-label[data-v-20cb7c72] {
  color: #9c27b0;
}
.stats-summary .stat-item[data-v-20cb7c72]:nth-child(2) {
  border-top: 4px solid #00bcd4;
}
.stats-summary .stat-item:nth-child(2) .stat-label[data-v-20cb7c72] {
  color: #00bcd4;
}
.stats-summary .stat-item[data-v-20cb7c72]:nth-child(3) {
  border-top: 4px solid #2196f3;
}
.stats-summary .stat-item:nth-child(3) .stat-label[data-v-20cb7c72] {
  color: #2196f3;
}
.stats-summary .stat-item[data-v-20cb7c72]:nth-child(4) {
  border-top: 4px solid #4caf50;
}
.stats-summary .stat-item:nth-child(4) .stat-label[data-v-20cb7c72] {
  color: #4caf50;
}
.stats-summary .stat-item[data-v-20cb7c72]:nth-child(5) {
  border-top: 4px solid #ff9800;
}
.stats-summary .stat-item:nth-child(5) .stat-label[data-v-20cb7c72] {
  color: #ff9800;
}
.stats-item[data-v-20cb7c72] {
  font-size: 14px;
  margin-right: 8px;
}
.stats-value[data-v-20cb7c72] {
  color: #FF8A00;
}

.chart-container[data-v-12e099a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chart-wrapper[data-v-12e099a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 400px;
  margin: 10px;
}
.chart-wrapper h3[data-v-12e099a6] {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.chart[data-v-12e099a6] {
  height: 300px;
  width: 100%;
}

/* 温度图表样式 - 居中显示 */
.temp-chart-container[data-v-12e099a6] {
  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;
  padding: 20px;
}
.record-tables-container[data-v-12e099a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.record-table-wrapper[data-v-12e099a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 400px;
  margin: 10px;
}
.record-table-wrapper h3[data-v-12e099a6] {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.record-table-wrapper .el-table[data-v-12e099a6] {
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
}
.record-table-wrapper .el-table__header-wrapper th[data-v-12e099a6] {
  background-color: #f5f7fa;
  font-weight: 500;
}
.temp-chart-wrapper[data-v-12e099a6] {
  width: 400px;
  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;
}
.temp-chart-wrapper h3[data-v-12e099a6] {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.temp-chart[data-v-12e099a6] {
  height: 300px;
  width: 100%;
}

