::v-deep {
  .van-popup {
    max-height: 80vh;
    min-height: 40vh;
  }
  //弹窗头部固定
  .popup_header {
    &_margin {
      margin-top: 44px;
    }
    &_fixed {
      position: fixed;
      width: 100%;
      height: 44px;
      background: #fff;
      border-radius: 12px 12px 0px 0px;
    }
  }
  .van-nav-bar__text {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 14px;
  }
  .van-nav-bar__title {
    max-width: 70%;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 17px;
  }
  .van-cell::after {
    border: none;
  }
  .van-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.isMobile {
  .flow-chart {
    overflow: auto !important;
  }
  .sign {
    // margin-top: 44px;
    padding: 0 16px 8px;
    &_name {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    & > div {
      display: flex;
      justify-content: space-between;
      font-size: 14px;

      height: 44px;
      align-items: center;

      color: #262626;
      &:last-child {
        margin: 0;
      }
      .value {
        max-width: 70%;
        word-wrap: break-word;
      }
      .label {
        width: 30%;
        text-align: left;
      }
      .orderItem {
        display: flex;
        white-space: nowrap;
      }
      .befValue {
        color: #8c8c8c;
      }
    }
    .opinion {
      min-height: 44px;
      height: auto;
    }
  }
}
.marginClass {
  margin-top: 44px;
}

.SunChart {
  ::v-deep {
    .popup_header_fixed {
      height: 72px;

      .van-nav-bar__content {
        height: 72px;
      }
    }
  }
}
.twoTit {
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
  margin-top: 8px;
}
