.thermometer {
  margin-left: 23.5rem;
  transform: rotate(90deg);
  margin-top: -112px;
}

.thermometer .thermometer__bg-color {
  background: linear-gradient(#1890ff, var(--thermo-color))
}

.thermometer .thermometer__draw-b:after {
  background-color: var(--thermo-color);
}

.thermometer .thermometer__draw-b::before {
  background-color: var(--thermo-color);
}

.thermometer ul.thermometer__statistics li {
  position: absolute;
  top: initial;
  right: initial;
  /* bottom: initial; */
  left: 0;
  list-style: none;
  bottom: calc(0% - -60px);
}


:root {
  --thermo-color: #52c41a;
}

/* #1890ff */