.radar-box[data-v-7a5a2a60] {
  width: 100%;
  height: 500px;
}

.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;
}

.full-box[data-v-0db2b354] {
  background-color: #fff;
  padding: 20px 15px;
}
.full-box .desc-item[data-v-0db2b354] {
    display: flex;
    align-items: center;
    color: #ee9311;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.full-box .desc-item .point[data-v-0db2b354] {
      width: 6px;
      height: 6px;
      background-color: #999;
      border-radius: 50%;
      margin-right: 5px;
}
.full-box .desc-item p[data-v-0db2b354] {
      color: #333;
}
.full-box .desc-item p span[data-v-0db2b354] {
        color: #ee9311;
}
.full-box .more[data-v-0db2b354] {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    color: #736efe;
    font-weight: bold;
}
.full-box .more i[data-v-0db2b354] {
      color: #999;
      margin-right: 4px;
}
.full-box .pdl-20[data-v-0db2b354] {
    padding-left: 20px;
}
.full-box .box-header[data-v-0db2b354] {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.full-box[data-v-0db2b354] .el-tabs__item {
    font-size: 16px;
    font-weight: bold;
}
.full-box[data-v-0db2b354] .el-tabs__item:hover {
    color: #ee9311;
}
.full-box[data-v-0db2b354] .el-tabs__item.is-active {
    color: #ee9311;
}
.full-box[data-v-0db2b354] .el-tabs__active-bar {
    background-color: #ee9311;
}

