.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-inline {
  left: calc((100% - 56px) / 2);
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-inline.next-slick-prev {
  top: 0;
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-inline.next-slick-next {
  bottom: 0;
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-outer {
  left: calc((100% - 56px) / 2);
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-outer.next-slick-prev {
  top: -4px;
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-outer.next-slick-next {
  bottom: -4px;
}

.next-slick.next-slick-vertical .next-slick-arrow-large {
  width: 96px;
  height: 48px;
  line-height: 48px;
}

.next-slick.next-slick-vertical .next-slick-arrow-large .next-icon:before {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-inline {
  left: calc((100% - 96px) / 2);
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-inline.next-slick-prev {
  top: 0;
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-inline.next-slick-next {
  bottom: 0;
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-outer {
  left: calc((100% - 96px) / 2);
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-outer.next-slick-prev {
  top: -16px;
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-outer.next-slick-next {
  bottom: -16px;
}

.next-step {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
}

.next-step *, .next-step *:before, .next-step *:after {
  box-sizing: border-box;
}

.next-step, .next-step:before, .next-step:after {
  box-sizing: border-box;
}

.next-step {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: none;
}

.next-step-item {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.next-step-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.next-step-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.next-step-vertical .next-step-item {
  display: block;
  text-align: left;
}

.next-step-arrow .next-step-item {
  height: 32px;
  line-height: 32px;
  margin-left: 16px;
  margin-right: 4px;
}

.next-step-arrow .next-step-item:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 0;
  z-index: 1;
  border-left-color: transparent;
  border: 16px solid transparent;
}

.next-step-arrow .next-step-item:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 1;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
}

.next-step-arrow .next-step-item .next-step-item-container {
  min-width: 100px;
  height: 32px;
  cursor: pointer;
}

.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.next-step-arrow .next-step-item-wait {
  background: #EBECF0;
}

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

.next-step-arrow .next-step-item-wait .next-step-item-container .next-step-item-title {
  color: #333333;
}

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

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

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

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

.next-step-arrow .next-step-item-wait:after {
  border-left-color: #EBECF0;
}

.next-step-arrow .next-step-item-process {
  background: #15AD9D;
}

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

.next-step-arrow .next-step-item-process .next-step-item-container .next-step-item-title {
  color: #FFFFFF;
}

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

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

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

.next-step-arrow .next-step-item-process:before {
  border: 16px solid #15AD9D;
  border-left-color: transparent;
}

.next-step-arrow .next-step-item-process:after {
  border-left-color: #15AD9D;
}

.next-step-arrow .next-step-item-finish {
  background: #FFF1E8;
}

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

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