:root{--tm-step-active-color:var(--main-color);--tm-step-head-bgc:var(--tm-gray-3);--tm-step-vertical-line-color:var(--tm-gray-3);--tm-step-horizontal-arrow-color:var(--tm-gray-3);--tm-step-disabled-title-color:var(--tm-gray-3);--tm-step-disabled-head-color:var(--list-title-font-color)}.tm-steps--horizontal{display:flex}.tm-step{display:flex;flex-direction:column;align-items:center}.tm-step__main{display:flex;flex-direction:column;align-items:center;cursor:pointer}.tm-step:last-of-type .tm-step__tail{display:none}.tm-step__head{width:24px;height:24px;margin-bottom:6px;font-size:14px;text-align:center;font-weight:600;line-height:24px;border-radius:50%;background-color:var(--tm-step-head-bgc)}.tm-step__title{line-height:20px;font-size:14px;font-weight:550}.tm-step__tail-line{width:0;height:40px;margin:12px 0 16px;border-left:1px dashed var(--tm-step-vertical-line-color)}.tm-step--horizontal{display:flex;flex-direction:row}.tm-step--horizontal .tm-step__main{flex-direction:row}.tm-step--horizontal .tm-step__head{width:20px;height:20px;line-height:20px;margin-bottom:0;margin-right:14px}.tm-step--horizontal .tm-step__title{font-weight:550;font-size:16px}.tm-step--horizontal .tm-step__tail-arrow{margin:0 24px;font-size:12px;color:var(--tm-step-horizontal-arrow-color)}.tm-step--current .tm-step__head{color:#fff;background-color:var(--tm-step-active-color)}.tm-step--current .tm-step__title{color:var(--tm-step-active-color)}.tm-step--current .tm-step__tail-line{border-color:var(--tm-step-active-color)}.tm-step--horizontal.tm-step--current .tm-step__tail-arrow{font-size:var(--font-size-tooltip);color:var(--tm-step-active-color)}.tm-step[disabled] .tm-step__main{cursor:not-allowed}.tm-step[disabled] .tm-step__head{color:var(--tm-step-disabled-head-color)}.tm-step[disabled] .tm-step__title{color:var(--tm-step-disabled-title-color)}