.ui-step-wrap {
    color: white;
}

ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.ui-step {
    color: #b7b7b7;
    padding: 0 60px;
    margin-bottom: 35px;
    position: relative;
}

.ui-step:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.ui-step li {
    float: left;
    position: relative;
}

.ui-step .step-end {
    width: 120px;
    position: absolute;
    top: 0;
    right: -60px;
}

.ui-step .step-finish {
    width: 120px;
    position: absolute;
    top: 0;
    right: -60px;
}

.ui-step-line {
    height: 5px;
    background-color: #e0e0e0;
    margin-top: 15px;
}

.step-end .ui-step-line {
    display: none;
}

.step-finish .ui-step-line {
    display: none;
}

.ui-step-cont {
    width: 160px;
    position: absolute;
    top: -6px;
    left: -12px;
    text-align: center;
}

.ui-step-cont-number {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid rgba(224, 224, 224, 1);
    font-weight: bold;
    font-size: 20px;
    background-color: #b9b9b9;
}

.ui-step-cont-text {
    position: relative;
    top: 40px;
    left: -54px;
    font-size: 12px;
    color: #b9b9b9;
    font-weight: 700;
}

.ui-step-3 li {
    width: 50%;
}

.ui-step-4 li {
    width: 33.33%;
}

.ui-step-5 li {
    width: 25%;
}
.ui-step-yellow .step-finish .ui-step-cont-number {
    background-color: #ffc966;
}

.ui-step-yellow .step-finish .ui-step-cont-text {
    color: #ffc966;
}

.ui-step-yellow .step-done .ui-step-cont-number {
    background-color: #ffc966;
}

.ui-step-yellow .step-done .ui-step-cont-text {
    color: #333;
    font-weight: 700;
}

.ui-step-yellow .step-done .ui-step-line {
    background-color: #ffcc33;
}

.ui-step-yellow .step-active .ui-step-cont-number {
    background-color: #ffc966;
}

.ui-step-yellow .step-active .ui-step-cont-text {
    color: #333;
    font-weight: 700;
}

.ui-step-yellow .step-active .ui-step-line {
    background-color: #e0e0e0;
}

.ui-step-yellow .step-middle .ui-step-line {
    background-color: #e0e0e0;
}