.thermometer{
    margin-left: 20rem;
  }
  .thermometer .thermometer__bg-color {
    background:linear-gradient(#1890ff, #ff0303)
  }
  .thermometer .thermometer__draw-b:after {
    background-color: #ff0303;
  }
  .thermometer .thermometer__draw-b::before {
    background-color: #ff0303;
  }
  .thermometer .thermometer__statistics .li{
    bottom: calc(0% - -60px);
  }