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

.next-step-arrow .next-step-item-finish .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow .next-step-item-finish .next-step-item-container .next-step-item-node-circle {
  background: #FFF1E8;
  border-color: #000000;
}

.next-step-arrow .next-step-item-finish .next-step-item-container .next-step-item-node-dot {
  background: #FFF1E8;
  border-color: #000000;
}

.next-step-arrow .next-step-item-finish:before {
  border: 16px solid #FFF1E8;
  border-left-color: transparent;
}

.next-step-arrow .next-step-item-finish:after {
  border-left-color: #FFF1E8;
}

.next-step-arrow .next-step-item-disabled {
  cursor: not-allowed;
  background: #F2F3F7;
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail i {
  background: #000000;
}

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

.next-step-arrow .next-step-item-disabled .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow .next-step-item-disabled .next-step-item-container .next-step-item-node-circle {
  background: #F2F3F7;
  border-color: #000000;
}

.next-step-arrow .next-step-item-disabled .next-step-item-container .next-step-item-node-dot {
  background: #F2F3F7;
  border-color: #000000;
}

.next-step-arrow .next-step-item-disabled:before {
  border: 16px solid #F2F3F7;
  border-left-color: transparent;
}

.next-step-arrow .next-step-item-disabled:after {
  border-left-color: #F2F3F7;
}

.next-step-arrow .next-step-item-disabled .next-step-item-container {
  cursor: not-allowed;
}

.next-step-arrow .next-step-item-first {
  margin-left: 0;
}

.next-step-arrow .next-step-item-first:before {
  border: 16px solid transparent;
}

.next-step-arrow .next-step-item-last {
  margin-right: 0;
}

.next-step-arrow .next-step-item-last:after {
  border: 16px solid transparent;
}

.next-step-circle .next-step-item-container .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 8px;
  width: 48px;
  height: 32px;
  cursor: pointer;
}

.next-step-circle .next-step-item-container .next-step-item-node-circle {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  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-circle .next-step-item-container .next-step-item-node-circle .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-step-circle .next-step-item-container .next-step-item-title {
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  text-align: center;
}

.next-step-circle .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
  color: #15AD9D;
  font-size: 12px;
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
  stroke: #C4C6CF;
  stroke-width: 4px;
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
  stroke: #15AD9D;
  stroke-width: 4px;
}

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

.next-step-circle .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-circle .next-step-item-wait .next-step-item-tail i {
  background: #C4C6CF;
}

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

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

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

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

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

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

.next-step-circle .next-step-item-process .next-step-item-container .next-step-item-node {
  color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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