.step-block{display:flex;width:100%}.step-block .step-num-block{position:relative;z-index:11;width:20px;margin-right:10px}.step-block .step-num-block .step-num{position:relative;z-index:11;width:20px;height:20px;border-radius:50%;background-color:var(--bg-input);color:var(--main);font-size:12px;line-height:20px;text-align:center}.step-block .step-num-block:not(.step-last):after{content:"";position:absolute;z-index:10;top:0;left:10px;border-right:1px dashed var(--bg-input);height:100%}.step-block .step-content{width:100%;padding-bottom:30px}.step-block .step-content .step-title{margin-bottom:10px;font-size:14px;font-weight:600}