.user-base[data-v-7dbd9de0] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.user-base .base[data-v-7dbd9de0] {
    flex: 1;
    display: flex;
    padding: 20px 0;
}
.user-base .base .avatar[data-v-7dbd9de0] {
      height: 0;
      padding-bottom: 100%;
      position: relative;
}
.user-base .base .avatar .inner[data-v-7dbd9de0] {
        background-color: #378FFF;
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 32px;
        justify-content: center;
        left: 0;
        top: 0;
        overflow: hidden;
        position: absolute;
        height: 100%;
        width: 100%;
}
.user-base .base .avatar .inner img[data-v-7dbd9de0] {
          max-width: 100%;
}
.user-base .base .avatar-wrap[data-v-7dbd9de0] {
        margin: 0 48px;
        width: 64px;
}
.user-base .base .info[data-v-7dbd9de0] {
      position: relative;
}
.user-base .base .info h1[data-v-7dbd9de0] {
        align-items: center;
        display: flex;
        margin-bottom: 10px;
}
.user-base .base .info .id[data-v-7dbd9de0] {
        background-color: rgba(233, 236, 247, 0.5);
        border: 1px #e9ecf7 solid;
        border-radius: 4px;
        display: inline-flex;
        font-size: 0.8rem;
        line-height: 28px;
        padding: 0 10px;
}
.user-base .base .info .id span[data-v-7dbd9de0] {
          font-weight: bold;
}
.user-base .base .identity[data-v-7dbd9de0] {
      align-items: center;
      display: flex;
      margin-top: 10px;
      position: relative;
}
.user-base .base .identity *[data-v-7dbd9de0] {
        margin-right: 10px;
}
.user-base .board[data-v-7dbd9de0] {
    flex: 1;
    display: flex;
    margin-left: 20px;
    justify-content: flex-end;
}
.user-base .board .col[data-v-7dbd9de0] {
      min-width: 140px;
      width: 25%;
}
.user-base .board .card[data-v-7dbd9de0] {
      background-color: #378FFF;
      border-radius: 6px;
      margin: 10px;
      padding: 10px 20px;
      position: relative;
}
.user-base .board .card dt[data-v-7dbd9de0],
      .user-base .board .card dd[data-v-7dbd9de0] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.user-base .board .card dt[data-v-7dbd9de0] {
        color: #7b7c84;
        font-size: 1rem;
        margin-bottom: 10px;
}
.user-base .board .card dd[data-v-7dbd9de0] {
        color: #3e3c4d;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 10px;
}
.user-base .board .card .extra[data-v-7dbd9de0] {
        right: 10px;
        top: 10px;
        position: absolute;
}
.user-base .board .card.color[data-v-7dbd9de0] {
        color: #fff;
        border: none;
}
.user-base .board .card.color dt[data-v-7dbd9de0],
        .user-base .board .card.color dd[data-v-7dbd9de0] {
          color: inherit;
}
.user-base .board .card.color dt[data-v-7dbd9de0] {
          opacity: 0.8;
}
.base-options[data-v-7dbd9de0] {
  align-items: center;
  display: flex;
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  padding: 10px;
}
.dept-name[data-v-7dbd9de0] {
  display: block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.id-card-image[data-v-7dbd9de0] {
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.id-card-image .inner[data-v-7dbd9de0] {
    background-color: rgba(233, 236, 247, 0.5);
    border-radius: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}
.id-card-image .inner img[data-v-7dbd9de0] {
      max-width: 100%;
      max-height: 100%;
}

.suspension-description[data-v-a508e2a0] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-a508e2a0],
  .suspension-description td[data-v-a508e2a0] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-a508e2a0] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-a508e2a0] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-a508e2a0] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-a508e2a0] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-a508e2a0] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-a508e2a0] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-a508e2a0] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-a508e2a0] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-a508e2a0] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-a508e2a0] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-a508e2a0] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-a508e2a0] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-a508e2a0] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-a508e2a0] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-a508e2a0] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-a508e2a0] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-a508e2a0] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-a508e2a0],
      .order-base-wrap .base .service-member span a[data-v-a508e2a0],
      .order-base-wrap .base .service-member span em[data-v-a508e2a0] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-a508e2a0] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-a508e2a0],
      .order-base-wrap .base .service-member span em[data-v-a508e2a0] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-a508e2a0]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-a508e2a0] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-a508e2a0] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-a508e2a0] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-a508e2a0] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-a508e2a0] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-a508e2a0] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-a508e2a0] {
  position: relative;
}
.dispatch-history .enterprise[data-v-a508e2a0] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-a508e2a0] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-a508e2a0] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}
.base[data-v-a508e2a0] {
  flex: 1;
  display: flex;
  padding: 20px 0;
}
.base .avatar[data-v-a508e2a0] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.base .avatar .inner[data-v-a508e2a0] {
      background-color: #378FFF;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 32px;
      justify-content: center;
      left: 0;
      top: 0;
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
}
.base .avatar .inner img[data-v-a508e2a0] {
        max-width: 100%;
}
.base .avatar-wrap[data-v-a508e2a0] {
      margin: 0 48px;
      width: 64px;
}
.base .info[data-v-a508e2a0] {
    position: relative;
}
.base .info h1[data-v-a508e2a0] {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
}
.base .info .id[data-v-a508e2a0] {
      background-color: rgba(233, 236, 247, 0.5);
      border: 1px #e9ecf7 solid;
      border-radius: 4px;
      display: inline-flex;
      font-size: 0.8rem;
      line-height: 28px;
      padding: 0 10px;
}
.base .info .id span[data-v-a508e2a0] {
        font-weight: bold;
}
.base .identity[data-v-a508e2a0] {
    align-items: center;
    display: flex;
    margin-top: 10px;
    position: relative;
}
.base .identity *[data-v-a508e2a0] {
      margin-right: 10px;
}

.suspension-description[data-v-a19e8488] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-a19e8488],
  .suspension-description td[data-v-a19e8488] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-a19e8488] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-a19e8488] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-a19e8488] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-a19e8488] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-a19e8488] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-a19e8488] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-a19e8488] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-a19e8488] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-a19e8488] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-a19e8488] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-a19e8488] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-a19e8488] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-a19e8488] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-a19e8488] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-a19e8488] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-a19e8488] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-a19e8488] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-a19e8488],
      .order-base-wrap .base .service-member span a[data-v-a19e8488],
      .order-base-wrap .base .service-member span em[data-v-a19e8488] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-a19e8488] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-a19e8488],
      .order-base-wrap .base .service-member span em[data-v-a19e8488] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-a19e8488]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-a19e8488] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-a19e8488] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-a19e8488] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-a19e8488] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-a19e8488] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-a19e8488] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-a19e8488] {
  position: relative;
}
.dispatch-history .enterprise[data-v-a19e8488] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-a19e8488] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-a19e8488] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}
.base[data-v-a19e8488] {
  flex: 1;
  display: flex;
  padding: 20px 0;
}
.base .avatar[data-v-a19e8488] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.base .avatar .inner[data-v-a19e8488] {
      background-color: #378FFF;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 32px;
      justify-content: center;
      left: 0;
      top: 0;
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
}
.base .avatar .inner img[data-v-a19e8488] {
        max-width: 100%;
}
.base .avatar-wrap[data-v-a19e8488] {
      margin: 0 48px;
      width: 64px;
}
.base .info[data-v-a19e8488] {
    position: relative;
}
.base .info h1[data-v-a19e8488] {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
}
.base .info .id[data-v-a19e8488] {
      background-color: rgba(233, 236, 247, 0.5);
      border: 1px #e9ecf7 solid;
      border-radius: 4px;
      display: inline-flex;
      font-size: 0.8rem;
      line-height: 28px;
      padding: 0 10px;
}
.base .info .id span[data-v-a19e8488] {
        font-weight: bold;
}
.base .identity[data-v-a19e8488] {
    align-items: center;
    display: flex;
    margin-top: 10px;
    position: relative;
}
.base .identity *[data-v-a19e8488] {
      margin-right: 10px;
}

.suspension-description[data-v-36a7c9e4] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-36a7c9e4],
  .suspension-description td[data-v-36a7c9e4] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-36a7c9e4] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-36a7c9e4] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-36a7c9e4] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-36a7c9e4] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-36a7c9e4] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-36a7c9e4] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-36a7c9e4] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-36a7c9e4] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-36a7c9e4] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-36a7c9e4] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-36a7c9e4] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-36a7c9e4] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-36a7c9e4] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-36a7c9e4] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-36a7c9e4] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-36a7c9e4] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-36a7c9e4] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-36a7c9e4],
      .order-base-wrap .base .service-member span a[data-v-36a7c9e4],
      .order-base-wrap .base .service-member span em[data-v-36a7c9e4] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-36a7c9e4] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-36a7c9e4],
      .order-base-wrap .base .service-member span em[data-v-36a7c9e4] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-36a7c9e4]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-36a7c9e4] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-36a7c9e4] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-36a7c9e4] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-36a7c9e4] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-36a7c9e4] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-36a7c9e4] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-36a7c9e4] {
  position: relative;
}
.dispatch-history .enterprise[data-v-36a7c9e4] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-36a7c9e4] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-36a7c9e4] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}
.base[data-v-36a7c9e4] {
  flex: 1;
  display: flex;
  padding: 20px 0;
}
.base .avatar[data-v-36a7c9e4] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.base .avatar .inner[data-v-36a7c9e4] {
      background-color: #378FFF;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 32px;
      justify-content: center;
      left: 0;
      top: 0;
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
}
.base .avatar .inner img[data-v-36a7c9e4] {
        max-width: 100%;
}
.base .avatar-wrap[data-v-36a7c9e4] {
      margin: 0 48px;
      width: 64px;
}
.base .info[data-v-36a7c9e4] {
    position: relative;
}
.base .info h1[data-v-36a7c9e4] {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
}
.base .info .id[data-v-36a7c9e4] {
      background-color: rgba(233, 236, 247, 0.5);
      border: 1px #e9ecf7 solid;
      border-radius: 4px;
      display: inline-flex;
      font-size: 0.8rem;
      line-height: 28px;
      padding: 0 10px;
}
.base .info .id span[data-v-36a7c9e4] {
        font-weight: bold;
}
.base .identity[data-v-36a7c9e4] {
    align-items: center;
    display: flex;
    margin-top: 10px;
    position: relative;
}
.base .identity *[data-v-36a7c9e4] {
      margin-right: 10px;
}

.suspension-description[data-v-f2d61398] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-f2d61398],
  .suspension-description td[data-v-f2d61398] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-f2d61398] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-f2d61398] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-f2d61398] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-f2d61398] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-f2d61398] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-f2d61398] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-f2d61398] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-f2d61398] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-f2d61398] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-f2d61398] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-f2d61398] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-f2d61398] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-f2d61398] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-f2d61398] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-f2d61398] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-f2d61398] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-f2d61398] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-f2d61398],
      .order-base-wrap .base .service-member span a[data-v-f2d61398],
      .order-base-wrap .base .service-member span em[data-v-f2d61398] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-f2d61398] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-f2d61398],
      .order-base-wrap .base .service-member span em[data-v-f2d61398] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-f2d61398]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-f2d61398] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-f2d61398] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-f2d61398] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-f2d61398] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-f2d61398] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-f2d61398] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-f2d61398] {
  position: relative;
}
.dispatch-history .enterprise[data-v-f2d61398] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-f2d61398] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-f2d61398] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}
.base[data-v-f2d61398] {
  flex: 1;
  display: flex;
  padding: 20px 0;
}
.base .avatar[data-v-f2d61398] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.base .avatar .inner[data-v-f2d61398] {
      background-color: #378FFF;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 32px;
      justify-content: center;
      left: 0;
      top: 0;
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
}
.base .avatar .inner img[data-v-f2d61398] {
        max-width: 100%;
}
.base .avatar-wrap[data-v-f2d61398] {
      margin: 0 48px;
      width: 64px;
}
.base .info[data-v-f2d61398] {
    position: relative;
}
.base .info h1[data-v-f2d61398] {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
}
.base .info .id[data-v-f2d61398] {
      background-color: rgba(233, 236, 247, 0.5);
      border: 1px #e9ecf7 solid;
      border-radius: 4px;
      display: inline-flex;
      font-size: 0.8rem;
      line-height: 28px;
      padding: 0 10px;
}
.base .info .id span[data-v-f2d61398] {
        font-weight: bold;
}
.base .identity[data-v-f2d61398] {
    align-items: center;
    display: flex;
    margin-top: 10px;
    position: relative;
}
.base .identity *[data-v-f2d61398] {
      margin-right: 10px;
}

.suspension-description[data-v-4d594614] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-4d594614],
  .suspension-description td[data-v-4d594614] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-4d594614] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-4d594614] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-4d594614] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-4d594614] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-4d594614] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-4d594614] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-4d594614] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-4d594614] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-4d594614] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-4d594614] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-4d594614] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-4d594614] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-4d594614] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-4d594614] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-4d594614] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-4d594614] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-4d594614] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-4d594614],
      .order-base-wrap .base .service-member span a[data-v-4d594614],
      .order-base-wrap .base .service-member span em[data-v-4d594614] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-4d594614] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-4d594614],
      .order-base-wrap .base .service-member span em[data-v-4d594614] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-4d594614]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-4d594614] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-4d594614] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-4d594614] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-4d594614] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-4d594614] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-4d594614] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-4d594614] {
  position: relative;
}
.dispatch-history .enterprise[data-v-4d594614] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-4d594614] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-4d594614] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}
.base[data-v-4d594614] {
  flex: 1;
  display: flex;
  padding: 20px 0;
}
.base .avatar[data-v-4d594614] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.base .avatar .inner[data-v-4d594614] {
      background-color: #378FFF;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 32px;
      justify-content: center;
      left: 0;
      top: 0;
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
}
.base .avatar .inner img[data-v-4d594614] {
        max-width: 100%;
}
.base .avatar-wrap[data-v-4d594614] {
      margin: 0 48px;
      width: 64px;
}
.base .info[data-v-4d594614] {
    position: relative;
}
.base .info h1[data-v-4d594614] {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
}
.base .info .id[data-v-4d594614] {
      background-color: rgba(233, 236, 247, 0.5);
      border: 1px #e9ecf7 solid;
      border-radius: 4px;
      display: inline-flex;
      font-size: 0.8rem;
      line-height: 28px;
      padding: 0 10px;
}
.base .info .id span[data-v-4d594614] {
        font-weight: bold;
}
.base .identity[data-v-4d594614] {
    align-items: center;
    display: flex;
    margin-top: 10px;
    position: relative;
}
.base .identity *[data-v-4d594614] {
      margin-right: 10px;
}

.el-table .totalRow[data-v-60e11694] {
  background-color: #66CCFF !important;
}
.select_tab[data-v-60e11694] {
  width: 50%;
  display: flex;
  position: relative;
  float: right;
  text-align: center;
  height: 52px;
  line-height: 52px;
  margin-top: -52px;
}
.user-base[data-v-60e11694] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.user-base .base[data-v-60e11694] {
    flex: 1;
    display: flex;
    padding: 20px 0;
}
.user-base .base .avatar[data-v-60e11694] {
      height: 0;
      padding-bottom: 100%;
      position: relative;
}
.user-base .base .avatar .inner[data-v-60e11694] {
        background-color: #378FFF;
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 32px;
        justify-content: center;
        left: 0;
        top: 0;
        overflow: hidden;
        position: absolute;
        height: 100%;
        width: 100%;
}
.user-base .base .avatar .inner img[data-v-60e11694] {
          max-width: 100%;
}
.user-base .base .avatar-wrap[data-v-60e11694] {
        margin: 0 48px;
        width: 64px;
}
.user-base .base .info[data-v-60e11694] {
      position: relative;
}
.user-base .base .info h1[data-v-60e11694] {
        align-items: center;
        display: flex;
        margin-bottom: 10px;
}
.user-base .base .info .id[data-v-60e11694] {
        background-color: rgba(233, 236, 247, 0.5);
        border: 1px #e9ecf7 solid;
        border-radius: 4px;
        display: inline-flex;
        font-size: 0.8rem;
        line-height: 28px;
        padding: 0 10px;
}
.user-base .base .info .id span[data-v-60e11694] {
          font-weight: bold;
}
.user-base .base .identity[data-v-60e11694] {
      align-items: center;
      display: flex;
      margin-top: 10px;
      position: relative;
}
.user-base .base .identity *[data-v-60e11694] {
        margin-right: 10px;
}
.user-base .board[data-v-60e11694] {
    flex: 1;
    display: flex;
    margin-left: 20px;
    justify-content: flex-end;
}
.user-base .board .col[data-v-60e11694] {
      min-width: 140px;
      width: 25%;
}
.user-base .board .card[data-v-60e11694] {
      background-color: #378FFF;
      border-radius: 6px;
      margin: 10px;
      padding: 10px 20px;
      position: relative;
}
.user-base .board .card dt[data-v-60e11694],
      .user-base .board .card dd[data-v-60e11694] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.user-base .board .card dt[data-v-60e11694] {
        color: #7b7c84;
        font-size: 1rem;
        margin-bottom: 10px;
}
.user-base .board .card dd[data-v-60e11694] {
        color: #3e3c4d;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 10px;
}
.user-base .board .card .extra[data-v-60e11694] {
        right: 10px;
        top: 10px;
        position: absolute;
}
.user-base .board .card.color[data-v-60e11694] {
        color: #fff;
        border: none;
}
.user-base .board .card.color dt[data-v-60e11694],
        .user-base .board .card.color dd[data-v-60e11694] {
          color: inherit;
}
.user-base .board .card.color dt[data-v-60e11694] {
          opacity: 0.8;
}
.base-options[data-v-60e11694] {
  align-items: center;
  display: flex;
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  padding: 10px;
}
.dept-name[data-v-60e11694] {
  display: block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.id-card-image[data-v-60e11694] {
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.id-card-image .inner[data-v-60e11694] {
    background-color: rgba(233, 236, 247, 0.5);
    border-radius: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}
.id-card-image .inner img[data-v-60e11694] {
      max-width: 100%;
      max-height: 100%;
}

.el-table .totalRow[data-v-7f0a417d] {
  background-color: #66CCFF !important;
}
.select_tab[data-v-7f0a417d] {
  width: 50%;
  display: flex;
  position: relative;
  float: right;
  text-align: center;
  height: 52px;
  line-height: 52px;
  margin-top: -52px;
}
.user-base[data-v-7f0a417d] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.user-base .base[data-v-7f0a417d] {
    flex: 1;
    display: flex;
    padding: 20px 0;
}
.user-base .base .avatar[data-v-7f0a417d] {
      height: 0;
      padding-bottom: 100%;
      position: relative;
}
.user-base .base .avatar .inner[data-v-7f0a417d] {
        background-color: #378FFF;
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 32px;
        justify-content: center;
        left: 0;
        top: 0;
        overflow: hidden;
        position: absolute;
        height: 100%;
        width: 100%;
}
.user-base .base .avatar .inner img[data-v-7f0a417d] {
          max-width: 100%;
}
.user-base .base .avatar-wrap[data-v-7f0a417d] {
        margin: 0 48px;
        width: 64px;
}
.user-base .base .info[data-v-7f0a417d] {
      position: relative;
}
.user-base .base .info h1[data-v-7f0a417d] {
        align-items: center;
        display: flex;
        margin-bottom: 10px;
}
.user-base .base .info .id[data-v-7f0a417d] {
        background-color: rgba(233, 236, 247, 0.5);
        border: 1px #e9ecf7 solid;
        border-radius: 4px;
        display: inline-flex;
        font-size: 0.8rem;
        line-height: 28px;
        padding: 0 10px;
}
.user-base .base .info .id span[data-v-7f0a417d] {
          font-weight: bold;
}
.user-base .base .identity[data-v-7f0a417d] {
      align-items: center;
      display: flex;
      margin-top: 10px;
      position: relative;
}
.user-base .base .identity *[data-v-7f0a417d] {
        margin-right: 10px;
}
.user-base .board[data-v-7f0a417d] {
    flex: 1;
    display: flex;
    margin-left: 20px;
    justify-content: flex-end;
}
.user-base .board .col[data-v-7f0a417d] {
      min-width: 140px;
      width: 25%;
}
.user-base .board .card[data-v-7f0a417d] {
      background-color: #378FFF;
      border-radius: 6px;
      margin: 10px;
      padding: 10px 20px;
      position: relative;
}
.user-base .board .card dt[data-v-7f0a417d],
      .user-base .board .card dd[data-v-7f0a417d] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.user-base .board .card dt[data-v-7f0a417d] {
        color: #7b7c84;
        font-size: 1rem;
        margin-bottom: 10px;
}
.user-base .board .card dd[data-v-7f0a417d] {
        color: #3e3c4d;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 10px;
}
.user-base .board .card .extra[data-v-7f0a417d] {
        right: 10px;
        top: 10px;
        position: absolute;
}
.user-base .board .card.color[data-v-7f0a417d] {
        color: #fff;
        border: none;
}
.user-base .board .card.color dt[data-v-7f0a417d],
        .user-base .board .card.color dd[data-v-7f0a417d] {
          color: inherit;
}
.user-base .board .card.color dt[data-v-7f0a417d] {
          opacity: 0.8;
}
.base-options[data-v-7f0a417d] {
  align-items: center;
  display: flex;
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  padding: 10px;
}
.dept-name[data-v-7f0a417d] {
  display: block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.id-card-image[data-v-7f0a417d] {
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.id-card-image .inner[data-v-7f0a417d] {
    background-color: rgba(233, 236, 247, 0.5);
    border-radius: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}
.id-card-image .inner img[data-v-7f0a417d] {
      max-width: 100%;
      max-height: 100%;
}

.suspension-description[data-v-3e294a22] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-3e294a22],
  .suspension-description td[data-v-3e294a22] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-3e294a22] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-3e294a22] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-3e294a22] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-3e294a22] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-3e294a22] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-3e294a22] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-3e294a22] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-3e294a22] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-3e294a22] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-3e294a22] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-3e294a22] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-3e294a22] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-3e294a22] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-3e294a22] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-3e294a22] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-3e294a22] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-3e294a22] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-3e294a22],
      .order-base-wrap .base .service-member span a[data-v-3e294a22],
      .order-base-wrap .base .service-member span em[data-v-3e294a22] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-3e294a22] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-3e294a22],
      .order-base-wrap .base .service-member span em[data-v-3e294a22] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-3e294a22]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-3e294a22] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-3e294a22] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-3e294a22] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-3e294a22] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-3e294a22] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-3e294a22] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-3e294a22] {
  position: relative;
}
.dispatch-history .enterprise[data-v-3e294a22] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-3e294a22] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-3e294a22] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}

.suspension-description[data-v-d7bc5c68] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-d7bc5c68],
  .suspension-description td[data-v-d7bc5c68] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-d7bc5c68] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-d7bc5c68] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-d7bc5c68] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-d7bc5c68] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-d7bc5c68] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-d7bc5c68] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-d7bc5c68] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-d7bc5c68] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-d7bc5c68] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-d7bc5c68] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-d7bc5c68] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-d7bc5c68] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-d7bc5c68] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-d7bc5c68] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-d7bc5c68] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-d7bc5c68] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-d7bc5c68] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-d7bc5c68],
      .order-base-wrap .base .service-member span a[data-v-d7bc5c68],
      .order-base-wrap .base .service-member span em[data-v-d7bc5c68] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-d7bc5c68] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-d7bc5c68],
      .order-base-wrap .base .service-member span em[data-v-d7bc5c68] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-d7bc5c68]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-d7bc5c68] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-d7bc5c68] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-d7bc5c68] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-d7bc5c68] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-d7bc5c68] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-d7bc5c68] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-d7bc5c68] {
  position: relative;
}
.dispatch-history .enterprise[data-v-d7bc5c68] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-d7bc5c68] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-d7bc5c68] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}

.suspension-description[data-v-5430cafa] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-5430cafa],
  .suspension-description td[data-v-5430cafa] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-5430cafa] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-5430cafa] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-5430cafa] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-5430cafa] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-5430cafa] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-5430cafa] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-5430cafa] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-5430cafa] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-5430cafa] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-5430cafa] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-5430cafa] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-5430cafa] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-5430cafa] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-5430cafa] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-5430cafa] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-5430cafa] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-5430cafa] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-5430cafa],
      .order-base-wrap .base .service-member span a[data-v-5430cafa],
      .order-base-wrap .base .service-member span em[data-v-5430cafa] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-5430cafa] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-5430cafa],
      .order-base-wrap .base .service-member span em[data-v-5430cafa] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-5430cafa]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-5430cafa] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-5430cafa] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-5430cafa] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-5430cafa] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-5430cafa] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-5430cafa] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-5430cafa] {
  position: relative;
}
.dispatch-history .enterprise[data-v-5430cafa] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-5430cafa] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-5430cafa] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}

.row-detail[data-v-99545d96] {
  margin: 0 auto;
  text-align: center;
}

.suspension-description[data-v-4e34589c] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-4e34589c],
  .suspension-description td[data-v-4e34589c] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-4e34589c] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-4e34589c] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-4e34589c] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-4e34589c] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-4e34589c] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-4e34589c] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-4e34589c] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-4e34589c] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-4e34589c] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-4e34589c] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-4e34589c] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-4e34589c] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-4e34589c] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-4e34589c] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-4e34589c] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-4e34589c] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-4e34589c] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-4e34589c],
      .order-base-wrap .base .service-member span a[data-v-4e34589c],
      .order-base-wrap .base .service-member span em[data-v-4e34589c] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-4e34589c] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-4e34589c],
      .order-base-wrap .base .service-member span em[data-v-4e34589c] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-4e34589c]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-4e34589c] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-4e34589c] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-4e34589c] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-4e34589c] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-4e34589c] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-4e34589c] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-4e34589c] {
  position: relative;
}
.dispatch-history .enterprise[data-v-4e34589c] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-4e34589c] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-4e34589c] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}
.base[data-v-4e34589c] {
  flex: 1;
  display: flex;
  padding: 20px 0;
}
.base .avatar[data-v-4e34589c] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.base .avatar .inner[data-v-4e34589c] {
      background-color: #378FFF;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 32px;
      justify-content: center;
      left: 0;
      top: 0;
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
}
.base .avatar .inner img[data-v-4e34589c] {
        max-width: 100%;
}
.base .avatar-wrap[data-v-4e34589c] {
      margin: 0 48px;
      width: 64px;
}
.base .info[data-v-4e34589c] {
    position: relative;
}
.base .info h1[data-v-4e34589c] {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
}
.base .info .id[data-v-4e34589c] {
      background-color: rgba(233, 236, 247, 0.5);
      border: 1px #e9ecf7 solid;
      border-radius: 4px;
      display: inline-flex;
      font-size: 0.8rem;
      line-height: 28px;
      padding: 0 10px;
}
.base .info .id span[data-v-4e34589c] {
        font-weight: bold;
}
.base .identity[data-v-4e34589c] {
    align-items: center;
    display: flex;
    margin-top: 10px;
    position: relative;
}
.base .identity *[data-v-4e34589c] {
      margin-right: 10px;
}

.suspension-description[data-v-19ca26ab] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-19ca26ab],
  .suspension-description td[data-v-19ca26ab] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-19ca26ab] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-19ca26ab] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-19ca26ab] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-19ca26ab] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-19ca26ab] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-19ca26ab] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-19ca26ab] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-19ca26ab] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-19ca26ab] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-19ca26ab] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-19ca26ab] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-19ca26ab] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-19ca26ab] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-19ca26ab] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-19ca26ab] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-19ca26ab] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-19ca26ab] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-19ca26ab],
      .order-base-wrap .base .service-member span a[data-v-19ca26ab],
      .order-base-wrap .base .service-member span em[data-v-19ca26ab] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-19ca26ab] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-19ca26ab],
      .order-base-wrap .base .service-member span em[data-v-19ca26ab] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-19ca26ab]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-19ca26ab] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-19ca26ab] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-19ca26ab] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-19ca26ab] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-19ca26ab] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-19ca26ab] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-19ca26ab] {
  position: relative;
}
.dispatch-history .enterprise[data-v-19ca26ab] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-19ca26ab] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-19ca26ab] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}
.base[data-v-19ca26ab] {
  flex: 1;
  display: flex;
  padding: 20px 0;
}
.base .avatar[data-v-19ca26ab] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.base .avatar .inner[data-v-19ca26ab] {
      background-color: #378FFF;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 32px;
      justify-content: center;
      left: 0;
      top: 0;
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
}
.base .avatar .inner img[data-v-19ca26ab] {
        max-width: 100%;
}
.base .avatar-wrap[data-v-19ca26ab] {
      margin: 0 48px;
      width: 64px;
}
.base .info[data-v-19ca26ab] {
    position: relative;
}
.base .info h1[data-v-19ca26ab] {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
}
.base .info .id[data-v-19ca26ab] {
      background-color: rgba(233, 236, 247, 0.5);
      border: 1px #e9ecf7 solid;
      border-radius: 4px;
      display: inline-flex;
      font-size: 0.8rem;
      line-height: 28px;
      padding: 0 10px;
}
.base .info .id span[data-v-19ca26ab] {
        font-weight: bold;
}
.base .identity[data-v-19ca26ab] {
    align-items: center;
    display: flex;
    margin-top: 10px;
    position: relative;
}
.base .identity *[data-v-19ca26ab] {
      margin-right: 10px;
}

.suspension-description[data-v-3238869a] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-3238869a],
  .suspension-description td[data-v-3238869a] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-3238869a] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-3238869a] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-3238869a] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-3238869a] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-3238869a] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-3238869a] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-3238869a] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-3238869a] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-3238869a] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-3238869a] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-3238869a] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-3238869a] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-3238869a] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-3238869a] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-3238869a] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-3238869a] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-3238869a] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-3238869a],
      .order-base-wrap .base .service-member span a[data-v-3238869a],
      .order-base-wrap .base .service-member span em[data-v-3238869a] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-3238869a] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-3238869a],
      .order-base-wrap .base .service-member span em[data-v-3238869a] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-3238869a]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-3238869a] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-3238869a] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-3238869a] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-3238869a] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-3238869a] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-3238869a] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-3238869a] {
  position: relative;
}
.dispatch-history .enterprise[data-v-3238869a] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-3238869a] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-3238869a] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}
.base[data-v-3238869a] {
  flex: 1;
  display: flex;
  padding: 20px 0;
}
.base .avatar[data-v-3238869a] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.base .avatar .inner[data-v-3238869a] {
      background-color: #378FFF;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 32px;
      justify-content: center;
      left: 0;
      top: 0;
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
}
.base .avatar .inner img[data-v-3238869a] {
        max-width: 100%;
}
.base .avatar-wrap[data-v-3238869a] {
      margin: 0 48px;
      width: 64px;
}
.base .info[data-v-3238869a] {
    position: relative;
}
.base .info h1[data-v-3238869a] {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
}
.base .info .id[data-v-3238869a] {
      background-color: rgba(233, 236, 247, 0.5);
      border: 1px #e9ecf7 solid;
      border-radius: 4px;
      display: inline-flex;
      font-size: 0.8rem;
      line-height: 28px;
      padding: 0 10px;
}
.base .info .id span[data-v-3238869a] {
        font-weight: bold;
}
.base .identity[data-v-3238869a] {
    align-items: center;
    display: flex;
    margin-top: 10px;
    position: relative;
}
.base .identity *[data-v-3238869a] {
      margin-right: 10px;
}

.suspension-description[data-v-713ad093] {
  line-height: 20px;
  max-width: 300px;
}
.suspension-description th[data-v-713ad093],
  .suspension-description td[data-v-713ad093] {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.order-base-wrap .refresh[data-v-713ad093] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.order-base-wrap .badges[data-v-713ad093] {
  display: flex;
  position: absolute;
  top: 74px;
  right: 20px;
  z-index: 2;
}
.order-base-wrap .badges .badge[data-v-713ad093] {
    display: inline;
    margin-left: 10px;
}
.order-base-wrap .base[data-v-713ad093] {
  display: flex;
  padding: 48px 24px;
  position: relative;
  z-index: 1;
}
.order-base-wrap .base .cover[data-v-713ad093] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.order-base-wrap .base .cover-wrap[data-v-713ad093] {
      margin: 10px 48px;
      width: 64px;
}
.order-base-wrap .base .cover .inner[data-v-713ad093] {
      align-items: center;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #e9ecf7;
      display: flex;
      justify-content: center;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
}
.order-base-wrap .base .cover .inner img[data-v-713ad093] {
        max-height: 48px;
        max-width: 48px;
}
.order-base-wrap .base .info[data-v-713ad093] {
    flex: 1;
    position: relative;
}
.order-base-wrap .base .head[data-v-713ad093] {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.order-base-wrap .base .head h1[data-v-713ad093] {
      font-size: 1.5rem;
      line-height: 32px;
      margin-right: 10px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.order-base-wrap .base .head .icon[data-v-713ad093] {
      color: #378FFF;
      display: block;
      font-size: 1.5rem;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 48px;
}
.order-base-wrap .base .service-member[data-v-713ad093] {
    align-items: center;
    display: flex;
    padding: 0 8px;
    margin-bottom: 10px;
}
.order-base-wrap .base .service-member h4[data-v-713ad093] {
      background-color: #e9ecf7;
      border-radius: 24px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1rem;
      margin-left: 4px;
      margin-right: 10px;
}
.order-base-wrap .base .service-member.member h4[data-v-713ad093] {
      background-color: #62b9b2;
}
.order-base-wrap .base .service-member.supplier h4[data-v-713ad093] {
      background-color: #5175ff;
}
.order-base-wrap .base .service-member span[data-v-713ad093] {
      align-items: center;
      display: flex;
      font-size: 1rem;
      padding: 0 10px;
}
.order-base-wrap .base .service-member span i[data-v-713ad093],
      .order-base-wrap .base .service-member span a[data-v-713ad093],
      .order-base-wrap .base .service-member span em[data-v-713ad093] {
        display: inline-block;
        font-style: normal;
}
.order-base-wrap .base .service-member span i[data-v-713ad093] {
        color: #7b7c84;
        font-size: 1.1rem;
        margin-right: 4px;
}
.order-base-wrap .base .service-member span a[data-v-713ad093],
      .order-base-wrap .base .service-member span em[data-v-713ad093] {
        color: inherit;
        padding: 0 4px;
        text-decoration: none;
}
.order-base-wrap .base .service-member span a[data-v-713ad093]:hover {
        color: #378FFF;
        text-decoration: underline;
}
.order-base-wrap .base .id[data-v-713ad093] {
    background-color: rgba(233, 236, 247, 0.5);
    border: 1px #e9ecf7 solid;
    border-radius: 32px;
    display: inline-block;
    font-size: 1rem;
    line-height: 28px;
    padding: 0 16px;
}
.order-base-wrap .base .id-row[data-v-713ad093] {
      margin: 10px;
}
.order-base-wrap .base .id span[data-v-713ad093] {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
}
.order-base-wrap .attr[data-v-713ad093] {
  align-items: center;
  background-color: rgba(233, 236, 247, 0.2);
  border-top: 1px #e9ecf7 solid;
  justify-content: flex-end;
  font-size: 0.8rem;
  display: flex;
  position: relative;
}
.order-base-wrap .attr .split[data-v-713ad093] {
    background-color: #e9ecf7;
    border-radius: 50%;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    width: 4px;
}
.order-base-wrap .attr .sub[data-v-713ad093] {
    align-items: center;
    display: flex;
    margin: 10px;
}
.dispatch-history[data-v-713ad093] {
  position: relative;
}
.dispatch-history .enterprise[data-v-713ad093] {
    border: 1px #eee solid;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 16px;
}
.dispatch-history .enterprise h1[data-v-713ad093] {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 32px;
}
.dispatch-history .enterprise h4[data-v-713ad093] {
      font-size: 1rem;
      font-weight: normal;
      line-height: 32px;
}
.base[data-v-713ad093] {
  flex: 1;
  display: flex;
  padding: 20px 0;
}
.base .avatar[data-v-713ad093] {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.base .avatar .inner[data-v-713ad093] {
      background-color: #378FFF;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(233, 236, 247, 0.7);
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 32px;
      justify-content: center;
      left: 0;
      top: 0;
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
}
.base .avatar .inner img[data-v-713ad093] {
        max-width: 100%;
}
.base .avatar-wrap[data-v-713ad093] {
      margin: 0 48px;
      width: 64px;
}
.base .info[data-v-713ad093] {
    position: relative;
}
.base .info h1[data-v-713ad093] {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
}
.base .info .id[data-v-713ad093] {
      background-color: rgba(233, 236, 247, 0.5);
      border: 1px #e9ecf7 solid;
      border-radius: 4px;
      display: inline-flex;
      font-size: 0.8rem;
      line-height: 28px;
      padding: 0 10px;
}
.base .info .id span[data-v-713ad093] {
        font-weight: bold;
}
.base .identity[data-v-713ad093] {
    align-items: center;
    display: flex;
    margin-top: 10px;
    position: relative;
}
.base .identity *[data-v-713ad093] {
      margin-right: 10px;
}

.auth-menu-row {
  position: relative;
  width: 100%;
}
.auth-menu-row .base {
    font-size: 0.95rem;
    overflow: hidden;
    position: relative;
}
.auth-menu-row .base .handle-copy {
      color: #7b7c84;
      align-items: center;
      cursor: pointer;
      display: flex;
      font-size: 18px;
      justify-content: center;
      height: 28px;
      width: 28px;
}
.auth-menu-row .base .handle-copy:hover {
        color: #23a774;
}
.auth-menu-row .base span {
      display: block;
}
.auth-menu-row .base .title {
      max-width: 200px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.auth-menu-row .base .hierarchy {
      color: #7b7c84;
      font-size: 0.8rem;
      max-width: 100px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.auth-menu-row .identifier {
    font-size: 0.8rem;
}
.auth-menu-row .options {
    flex-shrink: 0;
    margin-left: 10px;
}
.expanded + .auth-menu-row > .base .title {
  font-weight: bold;
}
.is-current > .el-tree-node__content > .auth-menu-row > .base .title {
  color: #378FFF;
  font-weight: bold;
}

[data-v-de8f532a] .el-tree {
  padding: 5px 10px;
}
[data-v-de8f532a] .el-tree-node__content {
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  height: unset;
}
.menus[data-v-de8f532a] {
  overflow: hidden;
  position: relative;
}
.menus .count[data-v-de8f532a] {
    color: #7b7c84;
    font-size: 0.8rem;
    padding: 0 10px;
}
.menus .scroll[data-v-de8f532a] {
    height: calc(100vh - 210px);
    overflow: auto;
}
.menus .head[data-v-de8f532a],
  .menus .foot[data-v-de8f532a] {
    padding: 10px;
    position: relative;
}
.menus .head[data-v-de8f532a],
  .menus .foot[data-v-de8f532a] {
    background-color: rgba(233, 236, 247, 0.2);
    height: 53px;
}
.menus .head h4[data-v-de8f532a],
    .menus .foot h4[data-v-de8f532a] {
      display: flex;
      font-size: 0.9rem;
      font-weight: bold;
      height: 28px;
      line-height: 28px;
}
.menus .head h4 span[data-v-de8f532a],
      .menus .foot h4 span[data-v-de8f532a] {
        display: block;
        overflow: hidden;
        max-width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.menus .head[data-v-de8f532a] {
    border-bottom: 1px #e9ecf7 solid;
}
.menus .foot[data-v-de8f532a] {
    border-top: 1px #e9ecf7 solid;
}
.menus .name[data-v-de8f532a] {
    color: #3e3c4d;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

