﻿.steps {
    position: relative;
    padding: 0 20px;
}

.step,
.step-line {
    float: left;
}

.step {
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-size: 15px;
    border: 2px solid #cdcdcd;
    background: #cdcdcd;
    font: 16px Helvetica Neue,Helvetica,PingFang SC,微软雅黑,Tahoma,Arial,sans-serif;
    /*margin-top: 20px;*/
    margin-bottom: 50px;
}

.step-all {
    display: block;
    width: 110px;
    height: 30px;
    border-radius: 10px;
    line-height: 17px;
    text-align: center;
    font-size: 15px;
    border: 2px solid #cdcdcd;
    background: #cdcdcd;
    font: 16px Helvetica Neue,Helvetica,PingFang SC,微软雅黑,Tahoma,Arial,sans-serif;
    /*margin-top: 20px;*/
    /* margin-bottom: 50px; */
}

.step-line {
    width: 50px;
    position: relative;
    top: 9px;
    height: 5px;
    background-color: #cdcdcd;
    /*margin-top: 20px;*/

}

.step-line-top {
    width: 5px;
    position: relative;
    top:0px;
    height: 50px;
    background-color: #cdcdcd;
    margin-top: 0px;
    left:55px;
}
.step-line-bottom {
    width: 5px;
    position: relative;
    top:0px;
    height: 50px;
    background-color: #cdcdcd;
    margin-top: 0px;
    left:55px;
}
.step-text {

    /*margin-left: -1px;*/
    line-height: 21px;
    color: #fff;
  



}
.step-circle {
    margin: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bfcbd9;
}
.step-main {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,微软雅黑,Tahoma,Arial,sans-serif;
    padding: 8px 0;
    display: block;
    width: 80px;
    text-align: center;
    position: relative;
    left: -34px;

    color: #313131;
}


.steps > .step-completed {
    background: #327ab7;
    border-color: #327ab7;
}

.steps > .step-current {
    background: #f03b41;
    border-color: #f03b41;
}

/*.step-completed > .step-main {
    color: #2f318e;
}*/

.step-completed > .step-circle {
    background-color: #2f318e;
}

.step-current > .step-circle {
    background-color: #ff0000;
}

.step-completed.step-line {
    background-color: #327ab7;
}

.step-current.step-line {
    background-color: #f03b41;
}
