.echarts-row {

  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  min-height: 0;

}
.echarts-row-column {

  -webkit-flex-direction: column;
  flex-direction: column;

}
.sy {

  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  min-height: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

}

.gauge-wrap {
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.gauge-wrap .sy {
  width: 100%;
  -webkit-flex: none;
  flex: none;
  height: auto;
  aspect-ratio: 1 / 0.85;
  flex: 1;
}
.gauge-title {
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.mobile-layout .gauge-title {
  font-size: 14px;
}

.mobile-layout .sy {
  min-height: 15rem;
}
.mobile-layout .sy::after {
  font-size: 1.25rem;
}

