.number-animate {
    line-height: 50px;
    height: 50px;
    font-size: 36px;
    overflow: hidden;
    display: inline-block;
    position: relative
}

.number-animate .number-animate-dot {
    width: 21px;
    float: left;
    text-align: center
}

.number-animate .number-animate-dom {
    width: 27px;
    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: 50px;
    line-height: 1.3
}

.OdometerBg .number-animate .number-animate-dom,
.OdometerBg .number-animate .number-animate-dot {
    width: 30px;
}

.OdometerBg .number-animate .number-animate-dom {
    background: #ff7200;
    color: #ffffff;
    font-weight: bold;
    margin-right: 8px;
}
@media screen and (max-width:900px) {}