.clearfix-time {
    margin: 0;
    padding-left: 150px;
}

    .clearfix-time li {
        list-style: none;
    }

.time-title {
    /*display: flex;*/
}

.time-right {
    /*margin-left: 20px;*/
}

.time-left {
    margin-bottom: 20px;
    font-weight: bold;
    /*min-width: 100px;*/
}

.clearfix-time li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 40px;
    border-left: 2px dashed #004ea2;
}

    .clearfix-time li::after {
        content: '';
        background: url(../img/triangle.svg?id=1) no-repeat no-repeat;
        position: absolute;
        background-size: 100%;
        width: 20px;
        height: 20px;
        /* transform: translate(-5px,-5px); */
        top: -1px;
        left: -10px;
    }

    .clearfix-time li:first-child:after {
        background: url(../img/circular.svg) no-repeat no-repeat;
        background-size: 100%;
        position: absolute;
        background-size: 100%;
        width: 20px;
        height: 20px;
        top: -1px;
        left: -10px;
    }

.step-body {
}

    .step-body .step-title, .step-body .step-time {
        color: #e4e4e4b8;
        line-height: 30px;
    }

    .step-body .step-title {
        font-weight: bold;
        font-size: 15px;
    }

    .step-body .step-time {
        font-size: 12px;
    }

    .step-body .step-title, .step-body .step-time {
        color: rgba(0, 0, 0, 0.3);
    }

.step-checked .step-title, .step-checked .step-time {
    color: #004ea2;
}

.clearfix-time .time-status {
    position: absolute;
    left: -150px;
    top: 0px;
}

.time-status span {
    font-size: 12px;
}

.time-height {
    height: 40px;
}

.time-item p {
    font-weight: bold;
}
