/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
:root {
  --el-color-white: #fff;
  --el-color-black: #000;
  --el-color-primary-rgb: 64, 158, 255;
  --el-color-success-rgb: 103, 194, 58;
  --el-color-warning-rgb: 230, 162, 60;
  --el-color-danger-rgb: 245, 108, 108;
  --el-color-error-rgb: 245, 108, 108;
  --el-color-info-rgb: 144, 147, 153;
  --el-font-size-extra-large: 20px;
  --el-font-size-large: 18px;
  --el-font-size-medium: 16px;
  --el-font-size-base: 14px;
  --el-font-size-small: 13px;
  --el-font-size-extra-small: 12px;
  --el-font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei',微软雅黑,Arial,sans-serif;
  --el-font-weight-primary: 500;
  --el-font-line-height-primary: 24px;
  --el-index-normal: 1;
  --el-index-top: 1000;
  --el-index-popper: 2000;
  --el-border-radius-base: 4px;
  --el-border-radius-small: 2px;
  --el-border-radius-round: 20px;
  --el-border-radius-circle: 100%;
  --el-transition-duration: 0.3s;
  --el-transition-duration-fast: 0.2s;
  --el-transition-function-ease-in-out-bezier: cubic-bezier(0.645, 0.045, 0.355, 1);
  --el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
  --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
  --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-component-size-large: 40px;
  --el-component-size: 32px;
  --el-component-size-small: 24px;
}
:root {
  color-scheme: light;
  --el-color-white: #ffffff;
  --el-color-black: #000000;
  --el-color-primary: #409eff;
  --el-color-primary-light-3: #79bbff;
  --el-color-primary-light-5: #a0cfff;
  --el-color-primary-light-7: #c6e2ff;
  --el-color-primary-light-8: #d9ecff;
  --el-color-primary-light-9: #ecf5ff;
  --el-color-primary-dark-2: #337ecc;
  --el-color-success: #67c23a;
  --el-color-success-light-3: #95d475;
  --el-color-success-light-5: #b3e19d;
  --el-color-success-light-7: #d1edc4;
  --el-color-success-light-8: #e1f3d8;
  --el-color-success-light-9: #f0f9eb;
  --el-color-success-dark-2: #529b2e;
  --el-color-warning: #e6a23c;
  --el-color-warning-light-3: #eebe77;
  --el-color-warning-light-5: #f3d19e;
  --el-color-warning-light-7: #f8e3c5;
  --el-color-warning-light-8: #faecd8;
  --el-color-warning-light-9: #fdf6ec;
  --el-color-warning-dark-2: #b88230;
  --el-color-danger: #f56c6c;
  --el-color-danger-light-3: #f89898;
  --el-color-danger-light-5: #fab6b6;
  --el-color-danger-light-7: #fcd3d3;
  --el-color-danger-light-8: #fde2e2;
  --el-color-danger-light-9: #fef0f0;
  --el-color-danger-dark-2: #c45656;
  --el-color-error: #f56c6c;
  --el-color-error-light-3: #f89898;
  --el-color-error-light-5: #fab6b6;
  --el-color-error-light-7: #fcd3d3;
  --el-color-error-light-8: #fde2e2;
  --el-color-error-light-9: #fef0f0;
  --el-color-error-dark-2: #c45656;
  --el-color-info: #909399;
  --el-color-info-light-3: #b1b3b8;
  --el-color-info-light-5: #c8c9cc;
  --el-color-info-light-7: #dedfe0;
  --el-color-info-light-8: #e9e9eb;
  --el-color-info-light-9: #f4f4f5;
  --el-color-info-dark-2: #73767a;
  --el-bg-color: #ffffff;
  --el-bg-color-page: #f2f3f5;
  --el-bg-color-overlay: #ffffff;
  --el-text-color-primary: #303133;
  --el-text-color-regular: #606266;
  --el-text-color-secondary: #909399;
  --el-text-color-placeholder: #a8abb2;
  --el-text-color-disabled: #c0c4cc;
  --el-border-color: #dcdfe6;
  --el-border-color-light: #e4e7ed;
  --el-border-color-lighter: #ebeef5;
  --el-border-color-extra-light: #f2f6fc;
  --el-border-color-dark: #d4d7de;
  --el-border-color-darker: #cdd0d6;
  --el-fill-color: #f0f2f5;
  --el-fill-color-light: #f5f7fa;
  --el-fill-color-lighter: #fafafa;
  --el-fill-color-extra-light: #fafcff;
  --el-fill-color-dark: #ebedf0;
  --el-fill-color-darker: #e6e8eb;
  --el-fill-color-blank: #ffffff;
  --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
  --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
  --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --el-disabled-bg-color: var(--el-fill-color-light);
  --el-disabled-text-color: var(--el-text-color-placeholder);
  --el-disabled-border-color: var(--el-border-color-light);
  --el-overlay-color: rgba(0, 0, 0, 0.8);
  --el-overlay-color-light: rgba(0, 0, 0, 0.7);
  --el-overlay-color-lighter: rgba(0, 0, 0, 0.5);
  --el-mask-color: rgba(255, 255, 255, 0.9);
  --el-mask-color-extra-light: rgba(255, 255, 255, 0.3);
  --el-border-width: 1px;
  --el-border-style: solid;
  --el-border-color-hover: var(--el-text-color-disabled);
  --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
  --el-svg-monochrome-grey: var(--el-border-color);
}
/********* icon hover *********/
.mo-steps-item {
  position: relative;
  flex: 1;
  margin-right: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.mo-steps-item:last-child {
  flex: none;
  margin-right: 0;
}
.mo-steps-item-active .mo-steps-item-title {
  font-weight: 500;
}
.mo-steps-item-node {
  display: inline-block;
  margin-right: 12px;
  font-weight: 500;
  font-size: 16px;
  vertical-align: top;
}
.mo-steps-icon {
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: var(--border-radius-circle);
  font-size: 16px;
}
.mo-steps-item-wait .mo-steps-icon {
  color: var(--color-text-2);
  background-color: var(--color-fill-2);
  border: 1px solid transparent;
}
.mo-steps-item-process .mo-steps-icon {
  color: var(--color-white);
  background-color: rgb(var(--primary-6));
  border: 1px solid transparent;
}
.mo-steps-item-finish .mo-steps-icon {
  color: rgb(var(--primary-6));
  background-color: var(--color-primary-light-1);
  border: 1px solid transparent;
}
.mo-steps-item-error .mo-steps-icon {
  color: var(--color-white);
  background-color: rgb(var(--danger-6));
  border: 1px solid transparent;
}
.mo-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  color: var(--color-text-2);
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
}
.mo-steps-item-wait .mo-steps-item-title {
  color: var(--color-text-2);
}
.mo-steps-item-process .mo-steps-item-title {
  color: var(--color-text-1);
}
.mo-steps-item-finish .mo-steps-item-title {
  color: var(--color-text-1);
}
.mo-steps-item-error .mo-steps-item-title {
  color: var(--color-text-1);
}
.mo-steps-item-content {
  display: inline-block;
}
.mo-steps-item-description {
  max-width: 140px;
  margin-top: 2px;
  color: var(--color-text-3);
  font-size: 12px;
  white-space: normal;
}
.mo-steps-item-wait .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-item-process .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-item-finish .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-item-error .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-label-horizontal .mo-steps-item:not(:last-child) .mo-steps-item-title::after {
  position: absolute;
  top: 13.5px;
  left: 100%;
  display: block;
  box-sizing: border-box;
  width: 5000px;
  height: 1px;
  background-color: var(--color-neutral-3);
  content: '';
}
.mo-steps-label-horizontal .mo-steps-item.mo-steps-item-process .mo-steps-item-title::after {
  background-color: var(--color-neutral-3);
}
.mo-steps-label-horizontal .mo-steps-item.mo-steps-item-finish .mo-steps-item-title::after {
  background-color: rgb(var(--primary-6));
}
.mo-steps-label-horizontal .mo-steps-item.mo-steps-item-next-error .mo-steps-item-title::after {
  background-color: rgb(var(--danger-6));
}
.mo-steps-item:not(:last-child) .mo-steps-item-tail {
  position: absolute;
  top: 13.5px;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
}
.mo-steps-item:not(:last-child) .mo-steps-item-tail::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-neutral-3);
  content: '';
}
.mo-steps-vertical .mo-steps-item:not(:last-child) .mo-steps-item-tail {
  position: absolute;
  top: 0;
  left: 13.5px;
  box-sizing: border-box;
  width: 1px;
  height: 100%;
  padding: 34px 0 6px;
}
.mo-steps-vertical .mo-steps-item:not(:last-child) .mo-steps-item-tail::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-neutral-3);
  content: '';
}
.mo-steps-size-small.mo-steps-vertical .mo-steps-item:not(:last-child) .mo-steps-item-tail {
  left: 11.5px;
  padding: 30px 0 6px;
}
.mo-steps-item:not(:last-child).mo-steps-item-finish .mo-steps-item-tail::after {
  background-color: rgb(var(--primary-6));
}
.mo-steps-item:not(:last-child).mo-steps-item-next-error .mo-steps-item-tail::after {
  background-color: rgb(var(--danger-6));
}
.mo-steps-size-small:not(.mo-steps-vertical) .mo-steps-item:not(:last-child) .mo-steps-item-tail {
  top: 11.5px;
}
.mo-steps-size-small .mo-steps-item-node {
  font-size: 14px;
}
.mo-steps-size-small .mo-steps-item-title {
  font-size: 14px;
  line-height: 24px;
}
.mo-steps-size-small .mo-steps-item-description {
  font-size: 12px;
}
.mo-steps-size-small .mo-steps-icon {
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 22px;
}
.mo-steps-size-small.mo-steps-label-horizontal .mo-steps-item:not(:last-child) .mo-steps-item-title::after {
  top: 11.5px;
}
.mo-steps-label-vertical .mo-steps-item {
  overflow: visible;
}
.mo-steps-label-vertical .mo-steps-item-title {
  margin-top: 2px;
  padding-right: 0;
}
.mo-steps-label-vertical .mo-steps-item-node {
  margin-left: 56px;
}
.mo-steps-label-vertical .mo-steps-item-tail {
  left: 96px;
  padding-right: 40px;
}
.mo-steps-label-vertical.mo-steps-size-small .mo-steps-item-node {
  margin-left: 58px;
}
.mo-steps-label-vertical.mo-steps-size-small .mo-steps-item-tail {
  left: 94px;
  padding-right: 36px;
}
.mo-steps-mode-dot .mo-steps-item {
  position: relative;
  flex: 1;
  margin-right: 16px;
  overflow: visible;
  white-space: nowrap;
  text-align: left;
}
.mo-steps-mode-dot .mo-steps-item:last-child {
  flex: none;
  margin-right: 0;
}
.mo-steps-mode-dot .mo-steps-item-active .mo-steps-item-title {
  font-weight: 500;
}
.mo-steps-mode-dot .mo-steps-item-node {
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  vertical-align: top;
  border-radius: var(--border-radius-circle);
}
.mo-steps-mode-dot .mo-steps-item-active .mo-steps-item-node {
  width: 10px;
  height: 10px;
}
.mo-steps-mode-dot .mo-steps-item-wait .mo-steps-item-node {
  background-color: var(--color-fill-4);
  border-color: var(--color-fill-4);
}
.mo-steps-mode-dot .mo-steps-item-process .mo-steps-item-node {
  background-color: rgb(var(--primary-6));
  border-color: rgb(var(--primary-6));
}
.mo-steps-mode-dot .mo-steps-item-finish .mo-steps-item-node {
  background-color: rgb(var(--primary-6));
  border-color: rgb(var(--primary-6));
}
.mo-steps-mode-dot .mo-steps-item-error .mo-steps-item-node {
  background-color: rgb(var(--danger-6));
  border-color: rgb(var(--danger-6));
}
.mo-steps-mode-dot.mo-steps-horizontal .mo-steps-item-node {
  margin-left: 66px;
}
.mo-steps-mode-dot.mo-steps-horizontal .mo-steps-item-active .mo-steps-item-node {
  margin-top: -1px;
  margin-left: 65px;
}
.mo-steps-mode-dot .mo-steps-item-content {
  display: inline-block;
}
.mo-steps-mode-dot .mo-steps-item-title {
  position: relative;
  display: inline-block;
  margin-top: 4px;
  font-size: 16px;
}
.mo-steps-mode-dot .mo-steps-item-wait .mo-steps-item-title {
  color: var(--color-text-2);
}
.mo-steps-mode-dot .mo-steps-item-process .mo-steps-item-title {
  color: var(--color-text-1);
}
.mo-steps-mode-dot .mo-steps-item-finish .mo-steps-item-title {
  color: var(--color-text-1);
}
.mo-steps-mode-dot .mo-steps-item-error .mo-steps-item-title {
  color: var(--color-text-1);
}
.mo-steps-mode-dot .mo-steps-item-description {
  margin-top: 4px;
  font-size: 12px;
  white-space: normal;
}
.mo-steps-mode-dot .mo-steps-item-wait .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-mode-dot .mo-steps-item-process .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-mode-dot .mo-steps-item-finish .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-mode-dot .mo-steps-item-error .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-mode-dot .mo-steps-item:not(:last-child) .mo-steps-item-tail {
  position: absolute;
  top: 3.5px;
  left: 78px;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background-color: var(--color-neutral-3);
}
.mo-steps-mode-dot .mo-steps-item:not(:last-child).mo-steps-item-process .mo-steps-item-tail {
  background-color: var(--color-neutral-3);
}
.mo-steps-mode-dot .mo-steps-item:not(:last-child).mo-steps-item-finish .mo-steps-item-tail {
  background-color: rgb(var(--primary-6));
}
.mo-steps-mode-dot .mo-steps-item:not(:last-child).mo-steps-item-next-error .mo-steps-item-tail {
  background-color: rgb(var(--danger-6));
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item-node {
  margin-right: 16px;
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item-content {
  overflow: hidden;
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item-title {
  margin-top: -2px;
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item-description {
  margin-top: 4px;
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item:not(:last-child) .mo-steps-item-tail {
  position: absolute;
  bottom: 0;
  left: 4px;
  box-sizing: border-box;
  width: 1px;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 2px;
  background-color: transparent;
  transform: translateX(-50%);
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item:not(:last-child) .mo-steps-item-tail::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-neutral-3);
  content: '';
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item:not(:last-child).mo-steps-item-process .mo-steps-item-tail::after {
  background-color: var(--color-neutral-3);
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item:not(:last-child).mo-steps-item-finish .mo-steps-item-tail::after {
  background-color: rgb(var(--primary-6));
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item:not(:last-child).mo-steps-item-next-error .mo-steps-item-tail::after {
  background-color: rgb(var(--danger-6));
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item .mo-steps-item-node {
  margin-top: 8px;
}
.mo-steps-mode-dot.mo-steps-vertical .mo-steps-item-active .mo-steps-item-node {
  margin-top: 6px;
  margin-left: -1px;
}
.mo-steps-mode-arrow .mo-steps-item {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  height: 72px;
  overflow: visible;
  white-space: nowrap;
}
.mo-steps-mode-arrow .mo-steps-item:not(:last-child) {
  margin-right: 4px;
}
.mo-steps-mode-arrow .mo-steps-item-wait {
  background-color: var(--color-fill-1);
}
.mo-steps-mode-arrow .mo-steps-item-process {
  background-color: rgb(var(--primary-6));
}
.mo-steps-mode-arrow .mo-steps-item-finish {
  background-color: var(--color-primary-light-1);
}
.mo-steps-mode-arrow .mo-steps-item-error {
  background-color: rgb(var(--danger-6));
}
.mo-steps-mode-arrow .mo-steps-item-content {
  display: inline-block;
  box-sizing: border-box;
}
.mo-steps-mode-arrow .mo-steps-item:first-child .mo-steps-item-content {
  padding-left: 16px;
}
.mo-steps-mode-arrow .mo-steps-item:not(:first-child) .mo-steps-item-content {
  padding-left: 52px;
}
.mo-steps-mode-arrow .mo-steps-item-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
}
.mo-steps-mode-arrow .mo-steps-item-title::after {
  display: none !important;
}
.mo-steps-mode-arrow .mo-steps-item-wait .mo-steps-item-title {
  color: var(--color-text-2);
}
.mo-steps-mode-arrow .mo-steps-item-process .mo-steps-item-title {
  color: var(--color-white);
}
.mo-steps-mode-arrow .mo-steps-item-finish .mo-steps-item-title {
  color: var(--color-text-1);
}
.mo-steps-mode-arrow .mo-steps-item-error .mo-steps-item-title {
  color: var(--color-white);
}
.mo-steps-mode-arrow .mo-steps-item-active .mo-steps-item-title {
  font-weight: 500;
}
.mo-steps-mode-arrow .mo-steps-item-description {
  max-width: none;
  margin-top: 0;
  font-size: 12px;
  white-space: nowrap;
}
.mo-steps-mode-arrow .mo-steps-item-wait .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-mode-arrow .mo-steps-item-process .mo-steps-item-description {
  color: var(--color-white);
}
.mo-steps-mode-arrow .mo-steps-item-finish .mo-steps-item-description {
  color: var(--color-text-3);
}
.mo-steps-mode-arrow .mo-steps-item-error .mo-steps-item-description {
  color: var(--color-white);
}
.mo-steps-mode-arrow .mo-steps-item:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 36px solid var(--color-bg-2);
  content: '';
}
.mo-steps-mode-arrow .mo-steps-item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -36px;
  z-index: 2;
  display: block;
  clear: both;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  content: '';
}
.mo-steps-mode-arrow .mo-steps-item:not(:last-child).mo-steps-item-wait::after {
  border-left: 36px solid var(--color-fill-1);
}
.mo-steps-mode-arrow .mo-steps-item:not(:last-child).mo-steps-item-process::after {
  border-left: 36px solid rgb(var(--primary-6));
}
.mo-steps-mode-arrow .mo-steps-item:not(:last-child).mo-steps-item-error::after {
  border-left: 36px solid rgb(var(--danger-6));
}
.mo-steps-mode-arrow .mo-steps-item:not(:last-child).mo-steps-item-finish::after {
  border-left: 36px solid var(--color-primary-light-1);
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item {
  height: 40px;
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item-title {
  font-size: 14px;
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item-description {
  display: none;
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item:not(:first-child)::before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--color-bg-2);
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item:not(:last-child)::after {
  right: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--color-fill-1);
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item:first-child .mo-steps-item-content {
  padding-left: 20px;
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item:not(:first-child) .mo-steps-item-content {
  padding-left: 40px;
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item-error:not(:last-child)::after {
  border-left: 20px solid rgb(var(--danger-6));
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item:not(:last-child).mo-steps-item-wait::after {
  border-left: 20px solid var(--color-fill-1);
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item:not(:last-child).mo-steps-item-process::after {
  border-left: 20px solid rgb(var(--primary-6));
}
.mo-steps-mode-arrow.mo-steps-size-small .mo-steps-item:not(:last-child).mo-steps-item-finish::after {
  border-left: 20px solid var(--color-primary-light-1);
}
.mo-steps-mode-navigation.mo-steps-label-horizontal .mo-steps-item:not(:last-child) .mo-steps-item-title::after {
  display: none;
}
.mo-steps-mode-navigation .mo-steps-item {
  padding-left: 20px;
  padding-right: 10px;
  margin-right: 32px;
}
.mo-steps-mode-navigation .mo-steps-item:last-child {
  flex: 1;
}
.mo-steps-mode-navigation .mo-steps-item-content {
  margin-bottom: 20px;
}
.mo-steps-mode-navigation .mo-steps-item-description {
  padding-right: 20px;
}
.mo-steps-mode-navigation .mo-steps-item-active::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  left: 0;
  right: 30px;
  bottom: 0;
  background-color: rgb(var(--primary-6));
}
.mo-steps-mode-navigation .mo-steps-item-active:last-child::after {
  width: 100%;
}
.mo-steps-mode-navigation .mo-steps-item:not(:last-child) .mo-steps-item-content::after {
  position: absolute;
  top: 10px;
  right: 30px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--color-bg-2);
  border: 2px solid var(--color-text-4);
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.mo-steps {
  display: flex;
}
.mo-steps-changeable .mo-steps-item-title,
.mo-steps-changeable .mo-steps-item-description {
  transition: all 0.1s cubic-bezier(0, 0, 1, 1);
}
.mo-steps-changeable .mo-steps-item:not(.mo-steps-item-active):not(.mo-steps-item-disabled) {
  cursor: pointer;
}
.mo-steps-changeable .mo-steps-item:not(.mo-steps-item-active):not(.mo-steps-item-disabled):hover .mo-steps-item-content .mo-steps-item-title,
.mo-steps-changeable .mo-steps-item:not(.mo-steps-item-active):not(.mo-steps-item-disabled):hover .mo-steps-item-content .mo-steps-item-description {
  color: rgb(var(--primary-6));
}
.mo-steps-line-less .mo-steps-item-title::after {
  display: none !important;
}
.mo-steps-vertical {
  flex-direction: column;
}
.mo-steps-vertical .mo-steps-item:not(:last-child) {
  min-height: 90px;
}
.mo-steps-vertical .mo-steps-item-title::after {
  display: none !important;
}
.mo-steps-vertical .mo-steps-item-description {
  max-width: none;
}
.mo-steps-label-vertical .mo-steps-item-content {
  display: block;
  width: 140px;
  text-align: center;
}
.mo-steps-label-vertical .mo-steps-item-description {
  max-width: none;
}
