.data-progress {
    .item {
        margin: 10px;
        &-header {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        &-count {
            line-height: 26px;
            font-size: 26px;
            color: #666;
        }
        &-title {
            color: #999;
            font-size: 14px;
        }
    }
}