#steps {
}

.step-item {
    display: inline-block;
    line-height: 32px;
    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: #039cff !important;
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
    color: #ffffff;
    border: 1px solid #039cff;
    border-radius: 50%;    
	background: #039cff;
}
.step-item-head.done {
	background: #ffffff;
	color: #039cff;
}

.step-item-head.step-item-head-active {
    background: #ffffff;
    color: #039cff;
}

.step-item-main {
    background: #ffffff;
    display: block;
    position: relative;
}

.step-item-main-title {
    font-weight: bolder;
    color: #555555;
}
.step-item-main-desc {
    color: #aaaaaa;
}