
.screen-num{    
    z-index: 1000;
    position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    top:10px;
    left:10px;
}
.Odometer{height: 53.5px;}
.screen-num .txt{color: #60DDC8;}
.number-animate {
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #60DDC8;
  border-right: 1px solid #60DDC8;
}
.number-animate .number-animate-dot {
  width: 36px;
  float: left;
  text-align: center;
}
.number-animate .number-animate-dom {
  width: 36px;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}
.number-animate .number-animate-dom span,
.number-animate .number-animate-dot span {
  float: left;
  width: 100%;
  height: 48px;
  font-weight: normal;
  line-height: 48px;
  border: 1px solid #60DDC8;
}
