.next-step-circle .next-step-item-last .next-step-item-tail {
  display: none;
}

.next-step-circle.next-step-vertical .next-step-item-container {
  position: relative;
  min-height: 48px;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-node-placeholder {
  position: absolute;
  left: 0;
  top: 0;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-node {
  padding: 8px 0;
  width: 32px;
  height: 48px;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-body {
  display: inline-block;
  margin-left: 48px;
  padding-top: 8px;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-title {
  margin-top: 8px;
  text-align: left;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-content {
  margin-top: 8px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

.next-step-circle.next-step-vertical .next-step-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 48px);
  top: 48px;
  left: 15.5px;
}

.next-step-circle.next-step-vertical .next-step-item-tail i {
  display: block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.next-step-circle.next-step-vertical .next-step-item-first {
  margin-top: -8px;
}

.next-step-dot {
  padding: 4px 0 0 0;
}

.next-step-dot .next-step-item-container .next-step-item-node {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 12px;
  padding: 0 8px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}

.next-step-dot .next-step-item-container .next-step-item-node .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-dot .next-step-item-container .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease;
}

.next-step-dot .next-step-item-container .next-step-item-title {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  text-align: center;
}

.next-step-dot .next-step-item-tail {
  position: absolute;
  width: calc(100% - 28px);
  height: auto;
  left: calc(50% + 14px);
  top: 5.5px;
}

.next-step-dot .next-step-item-tail i {
  display: block;
  vertical-align: top;
  height: 1px;
  width: 100%;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.next-step-dot .next-step-item-wait .next-step-item-tail i {
  background: #C4C6CF;
}

.next-step-dot .next-step-item-wait .next-step-item-container .next-step-item-title {
  color: #666666;
}

.next-step-dot .next-step-item-wait .next-step-item-container .next-step-item-node {
  color: #999999;
}

.next-step-dot .next-step-item-wait .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #C4C6CF;
}

.next-step-dot .next-step-item-wait .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #C4C6CF;
}

.next-step-dot .next-step-item-process .next-step-item-tail i {
  background: #C4C6CF;
}

.next-step-dot .next-step-item-process .next-step-item-container .next-step-item-title {
  color: #333333;
}

.next-step-dot .next-step-item-process .next-step-item-container .next-step-item-node {
  color: #15AD9D;
}

.next-step-dot .next-step-item-process .next-step-item-container .next-step-item-node-circle {
  background: #15AD9D;
  border-color: #15AD9D;
}

.next-step-dot .next-step-item-process .next-step-item-container .next-step-item-node-dot {
  background: #15AD9D;
  border-color: #15AD9D;
}

.next-step-dot .next-step-item-finish .next-step-item-tail i {
  background: #15AD9D;
}

.next-step-dot .next-step-item-finish .next-step-item-container .next-step-item-title {
  color: #666666;
}

.next-step-dot .next-step-item-finish .next-step-item-container .next-step-item-node {
  color: #15AD9D;
}

.next-step-dot .next-step-item-finish .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #15AD9D;
}

.next-step-dot .next-step-item-finish .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #15AD9D;
}

.next-step-dot .next-step-item-disabled .next-step-item-tail i {
  background: #E6E7EB;
}

.next-step-dot .next-step-item-disabled .next-step-item-container .next-step-item-title {
  color: #CCCCCC;
}

.next-step-dot .next-step-item-disabled .next-step-item-container .next-step-item-node {
  color: #CCCCCC;
}

.next-step-dot .next-step-item-disabled .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #DCDEE3;
}

.next-step-dot .next-step-item-disabled .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #DCDEE3;
}

.next-step-dot .next-step-item-disabled .next-step-item-container>.next-step-item-node, .next-step-dot .next-step-item-disabled .next-step-item-container>.next-step-item-node-placeholder, .next-step-dot .next-step-item-disabled .next-step-item-node-placeholder, .next-step-dot .next-step-item-disabled .next-step-item-node {
  cursor: not-allowed;
}

.next-step-dot .next-step-item-last .next-step-item-tail {
  display: none;
}

.next-step-dot.next-step-vertical {
  padding: 0 0 0 4px;
}

.next-step-dot.next-step-vertical .next-step-item-container {
  position: relative;
  min-height: 28px;
}

.next-step-dot.next-step-vertical .next-step-item-container .next-step-item-node-placeholder {
  position: absolute;
  left: 0;
  top: 0;
}

.next-step-dot.next-step-vertical .next-step-item-container .next-step-item-node {
  width: 12px;
  height: 28px;
  padding: 8px 0;
}

.next-step-dot.next-step-vertical .next-step-item-container .next-step-item-body {
  display: inline-block;
  margin-left: 28px;
  padding-top: 8px;
}