﻿/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/*@iconfont-css-prefix    : iconfont;*/
/*@button-padding-sm: 3px @padding-xs - 1px;*/
/*@button-group-border: @primary-5;*/
/*@label-height: 24px;
@label-line-height: 24px;*/
/*@vgmenu-item-highlight-color: #fff;*/
.l-steps {
  font-family: "Microsoft YaHei", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  /*color: @text-color;*/
  color: #707070;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  font-size: 0;
}
.l-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.l-steps-item-container {
  outline: none;
}
.l-steps-item:last-child {
  flex: none;
}
.l-steps-item:last-child > .l-steps-item-container > .l-steps-item-tail,
.l-steps-item:last-child > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title::after {
  display: none;
}
.l-steps-item-icon,
.l-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.l-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 16px;
  font-family: "Microsoft YaHei", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 32px;
  text-align: center;
  border: 1px solid #CCCED3;
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.l-steps-item-icon > .l-steps-icon {
  position: relative;
  top: -1px;
  color: #4884F2;
  line-height: 1;
}
.l-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.l-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.l-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #131313;
  font-size: 16px;
  line-height: 32px;
}
.l-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: '';
}
.l-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}
.l-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.l-steps-item-wait .l-steps-item-icon {
  background-color: #fff;
  border-color: #CCCED3;
}
.l-steps-item-wait .l-steps-item-icon > .l-steps-icon {
  color: #CCCED3;
}
.l-steps-item-wait .l-steps-item-icon > .l-steps-icon .l-steps-icon-dot {
  background: #CCCED3;
}
.l-steps-item-wait > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.l-steps-item-wait > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title::after {
  background-color: #e8e8e8;
}
.l-steps-item-wait > .l-steps-item-container > .l-steps-item-content > .l-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.l-steps-item-wait > .l-steps-item-container > .l-steps-item-tail::after {
  background-color: #e8e8e8;
}
.l-steps-item-process .l-steps-item-icon {
  background-color: #fff;
  border-color: #4884F2;
}
.l-steps-item-process .l-steps-item-icon > .l-steps-icon {
  color: #4884F2;
}
.l-steps-item-process .l-steps-item-icon > .l-steps-icon .l-steps-icon-dot {
  background: #4884F2;
}
.l-steps-item-process > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.l-steps-item-process > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title::after {
  background-color: #e8e8e8;
}
.l-steps-item-process > .l-steps-item-container > .l-steps-item-content > .l-steps-item-description {
  color: #131313;
}
.l-steps-item-process > .l-steps-item-container > .l-steps-item-tail::after {
  background-color: #e8e8e8;
}
.l-steps-item-process .l-steps-item-icon {
  background: #4884F2;
}
.l-steps-item-process .l-steps-item-icon > .l-steps-icon {
  color: #fff;
}
.l-steps-item-process .l-steps-item-title {
  font-weight: 500;
}
.l-steps-item-finish .l-steps-item-icon {
  background-color: #fff;
  border-color: #4884F2;
}
.l-steps-item-finish .l-steps-item-icon > .l-steps-icon {
  color: #4884F2;
}
.l-steps-item-finish .l-steps-item-icon > .l-steps-icon .l-steps-icon-dot {
  background: #4884F2;
}
.l-steps-item-finish > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title {
  color: #131313;
}
.l-steps-item-finish > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title::after {
  background-color: #4884F2;
}
.l-steps-item-finish > .l-steps-item-container > .l-steps-item-content > .l-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.l-steps-item-finish > .l-steps-item-container > .l-steps-item-tail::after {
  background-color: #4884F2;
}
.l-steps-item-error .l-steps-item-icon {
  background-color: #fff;
  border-color: #f5222d;
}
.l-steps-item-error .l-steps-item-icon > .l-steps-icon {
  color: #f5222d;
}
.l-steps-item-error .l-steps-item-icon > .l-steps-icon .l-steps-icon-dot {
  background: #f5222d;
}
.l-steps-item-error > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title {
  color: #f5222d;
}
.l-steps-item-error > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title::after {
  background-color: #e8e8e8;
}
.l-steps-item-error > .l-steps-item-container > .l-steps-item-content > .l-steps-item-description {
  color: #f5222d;
}
.l-steps-item-error > .l-steps-item-container > .l-steps-item-tail::after {
  background-color: #e8e8e8;
}
.l-steps-item.l-steps-next-error .l-steps-item-title::after {
  background: #f5222d;
}
.l-steps .l-steps-item:not(.l-steps-item-active) > .l-steps-item-container[role='button'] {
  cursor: pointer;
}
.l-steps .l-steps-item:not(.l-steps-item-active) > .l-steps-item-container[role='button'] .l-steps-item-title,
.l-steps .l-steps-item:not(.l-steps-item-active) > .l-steps-item-container[role='button'] .l-steps-item-description,
.l-steps .l-steps-item:not(.l-steps-item-active) > .l-steps-item-container[role='button'] .l-steps-item-icon .l-steps-icon {
  transition: color 0.3s;
}
.l-steps .l-steps-item:not(.l-steps-item-active) > .l-steps-item-container[role='button']:hover .l-steps-item-title,
.l-steps .l-steps-item:not(.l-steps-item-active) > .l-steps-item-container[role='button']:hover .l-steps-item-subtitle,
.l-steps .l-steps-item:not(.l-steps-item-active) > .l-steps-item-container[role='button']:hover .l-steps-item-description {
  color: #4884F2;
}
.l-steps .l-steps-item:not(.l-steps-item-active):not(.l-steps-item-process) > .l-steps-item-container[role='button']:hover .l-steps-item-icon {
  border-color: #4884F2;
}
.l-steps .l-steps-item:not(.l-steps-item-active):not(.l-steps-item-process) > .l-steps-item-container[role='button']:hover .l-steps-item-icon .l-steps-icon {
  color: #4884F2;
}
.l-steps-horizontal:not(.l-steps-label-vertical) .l-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.l-steps-horizontal:not(.l-steps-label-vertical) .l-steps-item:last-child {
  margin-right: 0;
}
.l-steps-horizontal:not(.l-steps-label-vertical) .l-steps-item:last-child .l-steps-item-title {
  padding-right: 0;
}
.l-steps-horizontal:not(.l-steps-label-vertical) .l-steps-item-tail {
  display: none;
}
.l-steps-horizontal:not(.l-steps-label-vertical) .l-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.l-steps-item-custom .l-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.l-steps-item-custom .l-steps-item-icon > .l-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.l-steps-item-custom .l-steps-item-icon > .l-steps-img {
  top: 0;
  left: 0.5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  background-repeat: no-repeat;
}
.l-steps-item-custom.l-steps-item-process .l-steps-item-icon > .l-steps-icon {
  color: #4884F2;
}
.l-steps:not(.l-steps-vertical) .l-steps-item-custom .l-steps-item-icon {
  width: auto;
}
.l-steps-small.l-steps-horizontal:not(.l-steps-label-vertical) .l-steps-item {
  margin-right: 12px;
}
.l-steps-small.l-steps-horizontal:not(.l-steps-label-vertical) .l-steps-item:last-child {
  margin-right: 0;
}
.l-steps-small .l-steps-item-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.l-steps-small .l-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.l-steps-small .l-steps-item-title::after {
  top: 12px;
}
.l-steps-small .l-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.l-steps-small .l-steps-item-tail {
  top: 8px;
}
.l-steps-small .l-steps-item-custom .l-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.l-steps-small .l-steps-item-custom .l-steps-item-icon > .l-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.l-steps-vertical {
  display: block;
}
.l-steps-vertical .l-steps-item {
  display: block;
  overflow: visible;
}
.l-steps-vertical .l-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.l-steps-vertical .l-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.l-steps-vertical .l-steps-item-title {
  line-height: 32px;
}
.l-steps-vertical .l-steps-item-description {
  padding-bottom: 12px;
}
.l-steps-vertical > .l-steps-item > .l-steps-item-container > .l-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.l-steps-vertical > .l-steps-item > .l-steps-item-container > .l-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.l-steps-vertical > .l-steps-item:not(:last-child) > .l-steps-item-container > .l-steps-item-tail {
  display: block;
}
.l-steps-vertical > .l-steps-item > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title::after {
  display: none;
}
.l-steps-vertical.l-steps-small .l-steps-item-container .l-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.l-steps-vertical.l-steps-small .l-steps-item-container .l-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .l-steps-horizontal.l-steps-label-horizontal {
    display: block;
  }
  .l-steps-horizontal.l-steps-label-horizontal .l-steps-item {
    display: block;
    overflow: visible;
  }
  .l-steps-horizontal.l-steps-label-horizontal .l-steps-item-icon {
    float: left;
    margin-right: 16px;
  }
  .l-steps-horizontal.l-steps-label-horizontal .l-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
  }
  .l-steps-horizontal.l-steps-label-horizontal .l-steps-item-title {
    line-height: 32px;
  }
  .l-steps-horizontal.l-steps-label-horizontal .l-steps-item-description {
    padding-bottom: 12px;
  }
  .l-steps-horizontal.l-steps-label-horizontal > .l-steps-item > .l-steps-item-container > .l-steps-item-tail {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
  }
  .l-steps-horizontal.l-steps-label-horizontal > .l-steps-item > .l-steps-item-container > .l-steps-item-tail::after {
    width: 1px;
    height: 100%;
  }
  .l-steps-horizontal.l-steps-label-horizontal > .l-steps-item:not(:last-child) > .l-steps-item-container > .l-steps-item-tail {
    display: block;
  }
  .l-steps-horizontal.l-steps-label-horizontal > .l-steps-item > .l-steps-item-container > .l-steps-item-content > .l-steps-item-title::after {
    display: none;
  }
  .l-steps-horizontal.l-steps-label-horizontal.l-steps-small .l-steps-item-container .l-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 30px 0 6px;
  }
  .l-steps-horizontal.l-steps-label-horizontal.l-steps-small .l-steps-item-container .l-steps-item-title {
    line-height: 24px;
  }
}
.l-steps-label-vertical .l-steps-item {
  overflow: visible;
}
.l-steps-label-vertical .l-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.l-steps-label-vertical .l-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.l-steps-label-vertical .l-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.l-steps-label-vertical .l-steps-item-title {
  padding-right: 0;
}
.l-steps-label-vertical .l-steps-item-title::after {
  display: none;
}
.l-steps-label-vertical .l-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5;
}
.l-steps-label-vertical.l-steps-small:not(.l-steps-dot) .l-steps-item-icon {
  margin-left: 46px;
}
.l-steps-dot .l-steps-item-title,
.l-steps-dot.l-steps-small .l-steps-item-title {
  line-height: 1.5;
}
.l-steps-dot .l-steps-item-tail,
.l-steps-dot.l-steps-small .l-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.l-steps-dot .l-steps-item-tail::after,
.l-steps-dot.l-steps-small .l-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.l-steps-dot .l-steps-item:first-child .l-steps-icon-dot,
.l-steps-dot.l-steps-small .l-steps-item:first-child .l-steps-icon-dot {
  left: 2px;
}
.l-steps-dot .l-steps-item-icon,
.l-steps-dot.l-steps-small .l-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.l-steps-dot .l-steps-item-icon .l-steps-icon-dot,
.l-steps-dot.l-steps-small .l-steps-item-icon .l-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.l-steps-dot .l-steps-item-icon .l-steps-icon-dot::after,
.l-steps-dot.l-steps-small .l-steps-item-icon .l-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.l-steps-dot .l-steps-item-content,
.l-steps-dot.l-steps-small .l-steps-item-content {
  width: 140px;
}
.l-steps-dot .l-steps-item-process .l-steps-item-icon,
.l-steps-dot.l-steps-small .l-steps-item-process .l-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.l-steps-dot .l-steps-item-process .l-steps-item-icon .l-steps-icon-dot,
.l-steps-dot.l-steps-small .l-steps-item-process .l-steps-item-icon .l-steps-icon-dot {
  top: -1px;
}
.l-steps-vertical.l-steps-dot .l-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
}
.l-steps-vertical.l-steps-dot .l-steps-item > .l-steps-item-container > .l-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.l-steps-vertical.l-steps-dot .l-steps-item:first-child .l-steps-icon-dot {
  left: 0;
}
.l-steps-vertical.l-steps-dot .l-steps-item-process .l-steps-icon-dot {
  left: -2px;
}
.l-steps-navigation {
  padding-top: 12px;
}
.l-steps-navigation.l-steps-small .l-steps-item-container {
  margin-left: -12px;
}
.l-steps-navigation .l-steps-item {
  overflow: visible;
  text-align: center;
}
.l-steps-navigation .l-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.l-steps-navigation .l-steps-item-container .l-steps-item-content {
  max-width: auto;
}
.l-steps-navigation .l-steps-item-container .l-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.l-steps-navigation .l-steps-item-container .l-steps-item-title::after {
  display: none;
}
.l-steps-navigation .l-steps-item:not(.l-steps-item-active) .l-steps-item-container[role='button'] {
  cursor: pointer;
}
.l-steps-navigation .l-steps-item:not(.l-steps-item-active) .l-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.l-steps-navigation .l-steps-item:last-child {
  flex: 1;
}
.l-steps-navigation .l-steps-item:last-child::after {
  display: none;
}
.l-steps-navigation .l-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.l-steps-navigation .l-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #4884F2;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.l-steps-navigation .l-steps-item.l-steps-item-active::before {
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .l-steps-navigation > .l-steps-item {
    margin-right: 0 !important;
  }
  .l-steps-navigation > .l-steps-item::before {
    display: none;
  }
  .l-steps-navigation > .l-steps-item.l-steps-item-active::before {
    top: 0;
    right: 0;
    left: unset;
    display: block;
    width: 3px;
    height: calc(100% - 24px);
  }
  .l-steps-navigation > .l-steps-item::after {
    position: relative;
    top: -2px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    text-align: center;
    transform: rotate(135deg);
  }
  .l-steps-navigation > .l-steps-item > .l-steps-item-container > .l-steps-item-tail {
    visibility: hidden;
  }
}
.l-steps-flex-not-supported.l-steps-horizontal.l-steps-label-horizontal .l-steps-item {
  margin-left: -16px;
  padding-left: 16px;
  background: #fff;
}
.l-steps-flex-not-supported.l-steps-horizontal.l-steps-label-horizontal.l-steps-small .l-steps-item {
  margin-left: -12px;
  padding-left: 12px;
}
.l-steps-flex-not-supported.l-steps-dot .l-steps-item:last-child {
  overflow: hidden;
}
.l-steps-flex-not-supported.l-steps-dot .l-steps-item:last-child .l-steps-icon-dot::after {
  right: -200px;
  width: 200px;
}
.l-steps-flex-not-supported.l-steps-dot .l-steps-item .l-steps-icon-dot::before,
.l-steps-flex-not-supported.l-steps-dot .l-steps-item .l-steps-icon-dot::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 8px;
  background: #fff;
  content: '';
}
.l-steps-flex-not-supported.l-steps-dot .l-steps-item .l-steps-icon-dot::after {
  right: -10px;
  left: auto;
}
.l-steps-flex-not-supported.l-steps-dot .l-steps-item-wait .l-steps-item-icon > .l-steps-icon .l-steps-icon-dot {
  background: #ccc;
}