/*
.number-normal {
    color: #ECF0F1;
}

.number-diy {
    margin-top: 120px;
}

.number-diy .data ._number {
    background: url(../img/n-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.number-diy .data ._number span {
    background: linear-gradient(to bottom, #fff, #fff);
    -webkit-background-clip: text;
    color: transparent !important;
} */