.samples-state {
  .el-step__icon.is-icon {
    width: auto;
    padding: 0 10px;
  }

  .el-step__description.is-finish {
    color: #333 !important;
  }
  .el-step__title.is-finish {
    color: #ceab70 !important;
  }

  .el-step__head.is-finish {
    color: #ceab70 !important;
    border-color: #ceab70 !important;
  }

  .el-step__head.is-process,
  .el-step__head.is-wait {
    color: #dbdbdb !important;
    border-color: #303133 !important;
  }

  .el-step__title.is-process,
  .el-step__title.is-wait {
    font-weight: normal;
    color: #dbdbdb !important;
  }

  .el-step__description.is-process,
  .el-step__description.is-wait {
    color: #dbdbdb !important;
  }

  .el-step__head.is-finish > .el-step__line {
    background: -webkit-linear-gradient(left, #ceab70, #dbdbdb) !important;
    background: -o-linear-gradient(left, #ceab70, #dbdbdb) !important;
    background: -moz-linear-gradient(left, #ceab70, #dbdbdb) !important;
    background: linear-gradient(to right, #ceab70, #dbdbdb) !important;
  }

  .el-step__icon-inner.font_family {
    font-size: 24px;
    font-weight: normal;
  }
  .samples-state-check {
    .el-step__icon.is-icon {
      padding: 0 5px;
    }
    .el-step__icon-inner.font_family {
      font-size: 34px;
      font-weight: normal;
    }
  }
}
.samples-step {
  height: 34px;
  .el-step__icon {
    width: auto;
    padding: 0 6px;
    .samples-step-iconWrapper {
      .samples-step-icon {
        font-size: 34px;
        font-weight: normal;
        color: #ceab70;
        cursor: pointer;
      }
      .samples-step-icon-top {
        display: none;
        position: absolute;
        top: -5px;
        right: 5px;
        color: #e05e5e;
        border: 1px solid #ffffff;
        background: #ffffff;
        border-radius: 50%;
      }
    }
    .samples-step-iconWrapper:hover {
      > .samples-step-icon-top {
        display: block;
      }
    }
  }
  .el-step__line {
    height: 8px !important;
    margin-top: -3px;
  }
  .el-step__head.is-finish > .el-step__line {
    background-color: #eeeeee;
  }
  .el-step__head.is-process > .el-step__line {
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: 8px dashed #eeeeee;
  }
  .add {
    color: #5fb09c !important;
  }
}