.lay-step {
    font-size: 0;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 130px;
    padding-top: 50px;
    height: 95px;
    border-bottom: 1px dotted #0065EE;

}

.step-item {
    display: inline-block;
    line-height: 26px;
    position: relative;
    font-size: 14px;
}

.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: #E6EFFB;
    position: relative;
}

.step-item-tail .step-item-tail-done {
    background: var(--lyj-primary-color);
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    vertical-align: top;
    color: #009688;
    border: 1px solid #0065EE;
    border-radius: 50%;
    background: #ffffff;
}

.layui-icon {
    color: var(--lyj-primary-color);
}

.step-item-head.step-item-head-active {
    box-shadow: 0px 4px 6px 0px rgba(28, 74, 144, 0.14);
    background: #0065EE;;
    color: #ffffff;
}

.step-item-head.step-item-head-active .layui-icon {
    color: #fff;
}

/* 下一个兄弟节点  .step-item-head.step-item-head-active */
.step-item-head.step-item-head-active + .step-item-main .step-item-main-title {
    color: var(--lyj-primary-color);
}


.step-item-main {
    display: block;
    position: relative;
    margin-left: -50%;
    margin-right: 50%;
    padding-left: 26px;
    text-align: center;
    margin-top: 20px;
}

.step-item-main-title {
    font-weight: bolder;
    color: #555555;
}

.step-item-main-desc {
    color: #aaaaaa;
}

.lay-step + [carousel-item]:before {
    display: none;
}

.lay-step + [carousel-item] > * {
    background-color: transparent;
}
