.mt-number-animate {
    line-height: 2.25rem;
    height: 2.25rem;
    /*Set the display height of the number*/
    font-size: 2rem;
    /*Set the size of the number*/
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.mt-number-animate .mt-number-animate-dot {
    width: 0.75rem;
    /*Set the width of the delimiter*/
    line-height: 2.25rem;
    float: left;
    text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
    width: 1.2rem;
    /*Set the width of a single digit*/
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    width: 100%;
    float: left;
}