.number-animate {
    line-height: 45px;
    height: 45px;
    font-size: 40px;
    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: 45px;
    /*line-height: 1.1;*/
}
* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .Odometer, .OdometerBg {
        margin: 40px;
    }

       /**/

            .OdometerBg .number-animate .number-animate-dot span {
                background: #222;
                color: yellow;
                border-left: 1px solid #fff;
            }

        .OdometerBg .number-animate .number-animate-dom {
            background: #222;
            color: yellow;
           /* border-left: 1px solid #fff;*/
        }
        .kk{float: left;
             font-size: 12px;
             margin: 0px;
            padding: 0px;
        }
        .pp{ 
            font-size: 12px;
         margin-top:100px;
            padding: 0px; height: 45px;
            line-height: 45px;
        }
        .Odometer{
              height: 45px;
            margin: 0px;
            padding: 0px;
            line-height: 45px;
        }
        .number-animate{
            font-size: 12px;
             margin: 0px;
            padding: 0px;
            height: 45px;
            line-height: 45px;}
            .number-animate-span{
                font-size:30px;
                 margin: 0px;
            padding: 0px;
            height: 45px;
            line-height: 45px;
            }