.step {
    background: url("./step-1.png") no-repeat center/auto 40px;
    line-height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-item {
    display: inline-block;
    width: 303px;
    line-height: 40px;
    text-align: center;
}
.process-1{
    background-image:  url('./step-1.png');
}
.process-2{
     background-image:  url('./step-2.png');
 }
.process-3{
      background-image:  url('./step-3.png');
  }

.step-item .number {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: #ffffff;
    font-size: 14px;
    color: #888888;
}

.step-item .title{
    color: #888888;
    padding: 0 10px;
}

.step-item-active .number {
    background: #8F2931;
    color: #ffffff;
}


.step-item-active .title {
    color: #8F2931;
}

.layui-carousel>[carousel-item]>* {
    background: white !important;
}
