﻿#steps {
    margin-left: 20%;
}

.step-item {
    display: inline-block;
    line-height: 26px;
    position: relative;
    /*background: #ffffff;*/
}

.step-item-tail {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 13px;
}

    .step-item-tail i {
        display: inline-block;
        width: 100%;
        height: 1px;
        vertical-align: top;
        background: #c2c2c2;
        position: relative;
    }

.step-item-tail-done {
    background: rgb(29, 190, 154) !important;
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    vertical-align: top;
    color: rgb(29, 190, 154);
    border: 1px solid rgb(29, 190, 154);
    border-radius: 50%;
    background: rgb(29, 190, 154);
}

    .step-item-head.step-item-head-active {
        background: #ffffff;
        border: 1px solid #eee;
    }

.step-item-main {
    /*background: #ffffff;*/
    display: block;
    position: relative;
}

.step-item-main-title {
    font-weight: bolder;
    color: #000000;
}

.step-item-main-desc {
    color: rgb(99 92 92);
    margin-left: -50px;
}
.step-item-head:not(.step-item-head-active):before {
    content: '\2714';
    color: #ffffff;
    font-size: 18px;
    position: relative;
}
