.process-box[data-v-d9c6b6a8] {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
}
.process-box .label[data-v-d9c6b6a8] {
    min-width: 120px;
    max-width: 120px;
    font-weight: bold;
    text-align: right;
}
.process-box .process[data-v-d9c6b6a8] {
    flex: 1;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.process-box .process .process-bar[data-v-d9c6b6a8] {
      flex: 1;
      height: 30px;
      background-color: #fef0e7;
      position: relative;
}
.process-box .process .process-bar .bar[data-v-d9c6b6a8] {
        height: 100%;
        width: 30%;
        background-color: #ffc78e;
        color: #fff;
        font-size: 12px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
}
.process-box .process .process-bar .bar span[data-v-d9c6b6a8] {
          margin-right: 5px;
}
.process-box .process .process-bar .bar-txt[data-v-d9c6b6a8] {
        position: absolute;
        top: 0;
        left: 5px;
        height: 30px;
        line-height: 30px;
}
.process-box .process .process-txt[data-v-d9c6b6a8] {
      padding: 0 6px;
      overflow: hidden;
      white-space: nowrap;
      font-size: 12px;
      height: 24px;
      background-color: #ee9311;
      color: #fff;
      border-radius: 12px;
      line-height: 24px;
      margin-left: 8px;
}
.process-box .process .process-txt.complete[data-v-d9c6b6a8] {
        background-color: #736efe;
}

