.bottom-sheet[data-v-411899f4] {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.bottom-sheet .bottom-sheet-header[data-v-411899f4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
.bottom-sheet .bottom-sheet-handle[data-v-411899f4] {
  width: 36px;
  height: 4px;
  background: #dcdee0;
  border-radius: 2px;
  margin: 6px auto 12px;
}
.bottom-sheet .bottom-sheet-title-row[data-v-411899f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 40px 10px;
}
.bottom-sheet .bottom-sheet-title[data-v-411899f4] {
  font-size: 16px;
  font-weight: 600;
  color: #1f2f3d;
  text-align: center;
}
.bottom-sheet .bottom-sheet-close[data-v-411899f4] {
  position: absolute;
  right: 16px;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #999;
  cursor: pointer;
}
.bottom-sheet-content[data-v-411899f4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 10px calc(10px + 2px) 40px;
  -webkit-overflow-scrolling: touch;
}

.phone-popup-list[data-v-13c2dd42] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.phone-popup-item[data-v-13c2dd42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}
.phone-popup-item[data-v-13c2dd42]:last-child {
  border-bottom: none;
}
.phone-popup-item .phone-popup-num[data-v-13c2dd42] {
  font-size: 16px;
  color: #1f2f3d;
  font-weight: 500;
}
.phone-popup-item .copy-btn[data-v-13c2dd42] {
  font-size: 20px;
  color: #3080fe;
  cursor: pointer;
  padding: 4px;
}

.manager-popup-content[data-v-a3294dfe] {
  padding: 8px 0;
}
.manager-popup-item[data-v-a3294dfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.manager-popup-item[data-v-a3294dfe]:last-child {
  border-bottom: none;
}
.manager-popup-item .manager-popup-label[data-v-a3294dfe] {
  font-size: 14px;
  color: #7e8c9e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.manager-popup-item .manager-popup-value[data-v-a3294dfe] {
  font-size: 16px;
  color: #1f2f3d;
  font-weight: 500;
}
.manager-popup-actions[data-v-a3294dfe] {
  padding-top: 16px;
}
.manager-popup-actions .van-button[data-v-a3294dfe] {
  background-color: #1890ff;
  border-color: #1890ff;
  border-radius: 20px;
}

.wechat-tabs[data-v-36c06e02] {
  margin-bottom: 0;
}
.wechat-popup-list[data-v-36c06e02] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  margin-top: 10px;
}
.wechat-popup-list .wechat-popup-list-header[data-v-36c06e02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 12px;
  margin: 0 10px 8px;
  background: #f0f5ff;
  border-radius: 6px;
  font-size: 13px;
}
.wechat-popup-list .wechat-popup-list-header .header-left[data-v-36c06e02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  overflow: hidden;
}
.wechat-popup-list .wechat-popup-list-header .header-nickname-wrap[data-v-36c06e02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.wechat-popup-list .wechat-popup-list-header .header-nickname[data-v-36c06e02] {
  color: #1f2f3d;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wechat-popup-list .wechat-popup-list-header .header-alias-wrap[data-v-36c06e02] {
  color: #7e8c9e;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  min-width: 0;
}
.wechat-popup-list .wechat-popup-list-header .header-alias[data-v-36c06e02] {
  color: #1890ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wechat-popup-list .wechat-popup-list-header .header-count[data-v-36c06e02] {
  color: #7e8c9e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
}
.wechat-popup-list .wechat-popup-list-header .copy-icon[data-v-36c06e02] {
  color: #3080fe;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  padding: 2px;
}
.wechat-popup-list .wechat-popup-empty[data-v-36c06e02] {
  padding: 30px 0;
}
.wechat-popup-item[data-v-36c06e02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 14px 12px;
  margin: 0 10px 8px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
}
.wechat-popup-item[data-v-36c06e02]:active {
  background-color: #f5f5f5;
}
.wechat-popup-item .item-avatar[data-v-36c06e02] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wechat-popup-item .item-avatar .avatar-img[data-v-36c06e02] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wechat-popup-item .item-avatar .avatar-placeholder[data-v-36c06e02] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1890ff 0%, #69b1ff 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.wechat-popup-item .item-body[data-v-36c06e02] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.wechat-popup-item .item-body .item-name-wrap[data-v-36c06e02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  overflow: hidden;
}
.wechat-popup-item .item-body .item-name[data-v-36c06e02] {
  font-size: 15px;
  font-weight: 600;
  color: #1f2f3d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}
.wechat-popup-item .item-body .manager-tag[data-v-36c06e02] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 4px;
}
.wechat-popup-item .item-meta-grid[data-v-36c06e02] {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 5px;
}
.wechat-popup-item .item-meta-grid .meta-label[data-v-36c06e02] {
  font-size: 13px;
  color: #b0bec5;
  white-space: nowrap;
  line-height: 1.4;
}
.wechat-popup-item .item-meta-grid .meta-value[data-v-36c06e02] {
  font-size: 13px;
  color: #7e8c9e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}

.enterprise-tabs[data-v-dc315fc2] {
  margin-bottom: 0;
}
.enterprise-popup-list[data-v-dc315fc2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  margin-top: 10px;
}
.enterprise-popup-list .enterprise-popup-loading[data-v-dc315fc2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  color: #969799;
  font-size: 14px;
}
.enterprise-popup-list .enterprise-popup-item[data-v-dc315fc2] {
  padding: 10px;
  margin: 0 10px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
}
.enterprise-popup-list .enterprise-popup-item[data-v-dc315fc2]:active {
  background-color: #f9f9f9;
}
.enterprise-popup-list .enterprise-popup-item[data-v-dc315fc2]:last-child {
  border-bottom: none;
}
.enterprise-popup-list .enterprise-popup-item .enterprise-popup-left[data-v-dc315fc2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-right: 8px;
}
.enterprise-popup-list .enterprise-popup-item .enterprise-popup-name[data-v-dc315fc2] {
  font-size: 15px;
  font-weight: 500;
  color: #1f2f3d;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enterprise-popup-list .enterprise-popup-item .enterprise-popup-meta[data-v-dc315fc2] {
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.enterprise-popup-list .enterprise-popup-item .ent-meta-row[data-v-dc315fc2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  line-height: 1.5;
}
.enterprise-popup-list .enterprise-popup-item .ent-meta-row.ent-tags-row[data-v-dc315fc2] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.enterprise-popup-list .enterprise-popup-item .ent-meta-label[data-v-dc315fc2] {
  width: 90px;
  font-size: 14px;
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  text-align: left;
}
.enterprise-popup-list .enterprise-popup-item .ent-meta-value[data-v-dc315fc2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #1f2f3d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  word-break: break-all;
}
.enterprise-popup-list .enterprise-popup-item .enterprise-popup-right[data-v-dc315fc2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.enterprise-popup-list .enterprise-popup-item .ent-type-badge[data-v-dc315fc2] {
  margin-bottom: 6px;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.enterprise-popup-list .enterprise-popup-item .ent-type-business[data-v-dc315fc2] {
  color: #1890ff;
  background-color: rgba(24, 144, 255, 0.1);
}
.enterprise-popup-list .enterprise-popup-item .ent-type-safety[data-v-dc315fc2] {
  color: #52c41a;
  background-color: rgba(82, 196, 26, 0.1);
}
.enterprise-popup-list .enterprise-popup-item .ent-arrow[data-v-dc315fc2] {
  font-size: 14px;
  color: #b0bec5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.enterprise-popup-list .enterprise-popup-empty[data-v-dc315fc2] {
  padding: 30px 0;
}

.profile-header[data-v-639ef3a8] {
  width: calc(100% - 16px);
  padding: 6px 8px;
  overflow: hidden;
}
.header-content[data-v-639ef3a8] {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.name-row[data-v-639ef3a8] {
  padding: 8px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../img/bg.d8a01d32.png) no-repeat center center;
  background-size: 100% auto;
}
.name-row .name-wrap[data-v-639ef3a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.name-row .name-wrap .customer-name[data-v-639ef3a8] {
  font-size: 18px;
  font-weight: bold;
  color: #1f2f3d;
  line-height: 1;
}
.name-row .name-wrap .gender-icon[data-v-639ef3a8] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.name-row .dept-tag[data-v-639ef3a8] {
  display: inline-block;
  padding: 2px 8px;
  line-height: 1.4;
  font-size: 11px;
  color: #3080fe;
  border-radius: 20px;
  background-color: #eff3f8;
}
.phone-row[data-v-639ef3a8] {
  gap: 8px;
  padding: 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.phone-row .phone-label[data-v-639ef3a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #7e8c9e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.phone-row .phone-list[data-v-639ef3a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.phone-row .phone-item[data-v-639ef3a8] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #1f2f3d;
  font-weight: 500;
}
.phone-row .phone-item .copy-icon[data-v-639ef3a8] {
  color: #3080fe;
  font-size: 13px;
  cursor: pointer;
}
.phone-row .phone-count[data-v-639ef3a8] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 11px;
  color: #3080fe;
  background-color: #eff3f8;
  padding: 2px 6px;
  border-radius: 10px;
  cursor: pointer;
}
.phone-row .phone-count .van-icon[data-v-639ef3a8] {
  font-size: 11px;
}
.phone-row .phone-empty[data-v-639ef3a8] {
  font-size: 13px;
  color: #999;
}
.manager-row[data-v-639ef3a8] {
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.manager-row .manager-label[data-v-639ef3a8] {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #7e8c9e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.manager-row .manager-value[data-v-639ef3a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #1f2f3d;
  font-weight: 500;
}
.manager-row .manager-value .manager-role[data-v-639ef3a8] {
  font-size: 11px;
  color: #7e8c9e;
  font-weight: normal;
}
.manager-row .manager-value .claim-btn[data-v-639ef3a8] {
  color: #ee0a24;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.manager-row .manager-value .claim-btn-loading[data-v-639ef3a8] {
  opacity: 0.7;
}
.manager-row .manager-value .arrow-icon[data-v-639ef3a8] {
  font-size: 12px;
  color: #b0bec5;
}
.card-group[data-v-639ef3a8] {
  gap: 6px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-group .info-card[data-v-639ef3a8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  background: #f7faff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddeeff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.card-group .info-card[data-v-639ef3a8]:active {
  background-color: #eef5ff;
}
.card-group .info-card .card-top[data-v-639ef3a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-bottom: 2px;
}
.card-group .info-card .card-top .card-title[data-v-639ef3a8] {
  font-size: 12px;
  color: #333;
  font-weight: 500;
}
.card-group .info-card .card-top .card-count[data-v-639ef3a8] {
  font-size: 13px;
  color: #1f2f3d;
  font-weight: bold;
  margin-left: 2px;
}
.card-group .info-card .card-top .card-arrow[data-v-639ef3a8] {
  font-size: 11px;
  color: #b0bec5;
  margin-left: auto;
}
.card-group .info-card .card-bottom .card-tip[data-v-639ef3a8] {
  font-size: 11px;
  color: #999;
}
.card-group .info-card .card-bottom .card-tip-green[data-v-639ef3a8] {
  color: #2dc771;
}
.tag-area[data-v-639ef3a8] {
  padding: 0 10px;
  margin-top: 4px;
}
/* 底部操作按钮行 */
.action-btn-row[data-v-639ef3a8] {
  gap: 10px;
  padding: 0 10px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.action-btn-row .action-divider[data-v-639ef3a8] {
  width: 1px;
  height: 18px;
  background: #dcdee0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.action-btn-row .action-btn[data-v-639ef3a8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #1890ff;
  background: transparent;
  border: none;
}
.action-btn-row .action-btn .van-icon[data-v-639ef3a8] {
  font-size: 14px;
}

/* 备忘卡片 */
.memo-card[data-v-ac7fdb1c] {
  height: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 备忘列表 */
}
.memo-card .memo-card-header[data-v-ac7fdb1c] {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.memo-card .memo-card-header .memo-count[data-v-ac7fdb1c] {
  color: #999;
  font-size: 13px;
}
.memo-card .memo-card-header .header-right[data-v-ac7fdb1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.memo-card .memo-card-header .my-filter-check[data-v-ac7fdb1c] .van-checkbox__label {
  font-size: 13px;
  color: #1890ff;
}
.memo-card .memo-card-header .memo-btn-add[data-v-ac7fdb1c] {
  font-size: 14px;
  color: #1890ff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.memo-card .memo-list-wrapper[data-v-ac7fdb1c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.memo-card .memo-item[data-v-ac7fdb1c] {
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  /* 第一行：用户信息 + 时间 */
  /* 第二行：内容 */
  /* 第三行：时间 + 操作按钮 */
  /* 操作按钮 */
}
.memo-card .memo-item[data-v-ac7fdb1c]:last-child {
  border-bottom: none;
}
.memo-card .memo-item[data-v-ac7fdb1c]:active {
  background-color: #f9f9f9;
}
.memo-card .memo-item .memo-item-header[data-v-ac7fdb1c] {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.memo-card .memo-item .memo-item-header .my-flag[data-v-ac7fdb1c] {
  padding: 2px 4px;
  font-size: 12px;
  color: #1890ff;
  font-weight: 500;
  margin-right: 4px;
  border-radius: 4px;
  background: #e3f2ff;
}
.memo-card .memo-item .memo-item-content[data-v-ac7fdb1c] {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.memo-card .memo-item .memo-item-footer[data-v-ac7fdb1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.memo-card .memo-item .memo-item-time[data-v-ac7fdb1c] {
  font-size: 12px;
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.memo-card .memo-item .memo-item-actions[data-v-ac7fdb1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.memo-card .memo-item .memo-item-actions .memo-action-btn[data-v-ac7fdb1c] {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dcdee0;
}
.memo-card .memo-item .memo-item-actions .memo-action-btn[data-v-ac7fdb1c]:active {
  opacity: 0.7;
}
.memo-card .memo-item .memo-item-actions .memo-action-edit[data-v-ac7fdb1c] {
  color: #1890ff;
  border-color: #1890ff;
}
.memo-card .memo-item .memo-item-actions .memo-action-delete[data-v-ac7fdb1c] {
  color: #ee0a24;
  border-color: #ee0a24;
}
.memo-card .loading-container[data-v-ac7fdb1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
/* 备忘弹窗 */
.memo-popup[data-v-ac7fdb1c] {
  height: 100%;
  padding: 16px 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.memo-popup .memo-popup-title[data-v-ac7fdb1c] {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding-bottom: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.memo-popup .memo-popup-body[data-v-ac7fdb1c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.memo-popup .memo-popup-body .memo-textarea[data-v-ac7fdb1c] {
  padding: 12px 14px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 120px;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.memo-popup .memo-popup-body .memo-textarea[data-v-ac7fdb1c] .van-field__body {
  height: 100%;
}
.memo-popup .memo-popup-body .memo-textarea[data-v-ac7fdb1c] .van-field__control {
  height: 100% !important;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  resize: none;
}
.memo-popup .memo-popup-body .memo-textarea[data-v-ac7fdb1c] .van-field__word-limit {
  color: #999;
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.memo-popup .memo-popup-actions[data-v-ac7fdb1c] {
  padding-top: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.memo-popup .memo-popup-actions .van-button--primary[data-v-ac7fdb1c] {
  border-radius: 8px;
  height: 44px;
  font-size: 16px;
}

.contacts-bottom[data-v-51991a87] {
  padding: 0 10px;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.action-btn[data-v-51991a87] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1890ff;
  border-radius: 4px;
  font-size: 14px;
  color: #1890ff;
  cursor: pointer;
}
.disable[data-v-51991a87] {
  background-color: #f5f5f5;
  color: #cccccc;
  border-color: #dddddd;
  pointer-events: none;
}

.product-category[data-v-0650f0cc] {
  margin-bottom: 6px;
  background: #fff;
}
.product-category[data-v-0650f0cc]:last-child {
  margin-bottom: 0;
}
.product-category .category-name[data-v-0650f0cc] {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 8px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 4px;
}
.product-category .product-item[data-v-0650f0cc] {
  padding-left: 16px;
}

.detail-info-container[data-v-ee015410] {
  padding: 6px 0 50px;
}
.detail-info-container .loading-wrapper[data-v-ee015410] {
  text-align: center;
  padding: 40px 0;
}
.detail-info-container[data-v-ee015410] .van-collapse {
  background-color: transparent;
}
.detail-info-container[data-v-ee015410] .van-collapse-item {
  padding: 10px;
  margin-bottom: 4px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #ebedf0;
}
.detail-info-container[data-v-ee015410] .van-collapse-item .van-collapse-item__wrapper {
  margin-top: 6px;
  background-color: #eeeeee !important;
}
.detail-info-container[data-v-ee015410] .van-collapse-item .van-collapse-item__wrapper .van-collapse-item__content {
  padding: 0;
}
.detail-info-container[data-v-ee015410] .van-collapse-item .van-collapse-item__wrapper .van-collapse-item__content .collapse-content {
  background-color: transparent;
}
.detail-info-container[data-v-ee015410] .van-collapse-item::after {
  border: none;
}
.detail-info-container[data-v-ee015410] .van-cell-group {
  background-color: transparent !important;
}
.detail-info-container[data-v-ee015410] .van-cell {
  padding: 0px !important;
}
.collapse-header[data-v-ee015410] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 0;
}
.collapse-header .title-bar[data-v-ee015410] {
  width: 3px;
  height: 16px;
  background-color: #1890ff;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.collapse-header .title-text[data-v-ee015410] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-right: 8px;
}
.collapse-header .title-sub[data-v-ee015410] {
  font-size: 12px;
  color: #999;
}
[data-v-ee015410] .van-collapse-item__title .van-cell__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
}
[data-v-ee015410] .van-collapse-item__title .van-cell__value {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}
.collapse-status[data-v-ee015410] {
  font-size: 13px;
  color: #1890ff;
}
.guarantee-grid[data-v-ee015410],
.claim-grid[data-v-ee015410] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.grid-row[data-v-ee015410] {
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-row[data-v-ee015410]:last-child {
  border-bottom: none;
}
.grid-item[data-v-ee015410] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  gap: 4px;
}
.grid-item[data-v-ee015410]:last-child {
  border-right: none;
}
.grid-value[data-v-ee015410] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  color: #999;
  line-height: 1.3;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid-value-wrapper[data-v-ee015410] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  gap: 4px;
}
.grid-value-wrapper .grid-value[data-v-ee015410] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.clue-eye-icon[data-v-ee015410] {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  color: #1989fa;
  cursor: pointer;
  vertical-align: middle;
}
.clue-eye-icon.is-overflow[data-v-ee015410] {
  display: block;
}
.clue-eye-icon[data-v-ee015410]:active {
  opacity: 0.7;
}
.clue-tip-content[data-v-ee015410] {
  padding: 6px 10px;
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  word-break: break-all;
  max-width: 260px;
}
.grid-item-full[data-v-ee015410] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  gap: 4px;
}
.grid-item-full .grid-label[data-v-ee015410] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.grid-item-full .grid-value[data-v-ee015410] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.grid-row-btn[data-v-ee015410] {
  padding: 4px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-row-btn .btn-link-text[data-v-ee015410] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  color: #1989fa;
  font-size: 14px;
  cursor: pointer;
}
.grid-label[data-v-ee015410] {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.grid-value-link[data-v-ee015410] {
  color: #1989fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.grid-arrow[data-v-ee015410] {
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.guarantee-status-tag[data-v-ee015410] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.guarantee-status-tag.tag-0[data-v-ee015410] {
  background-color: #ff4d4f;
  color: #fff;
}
.guarantee-status-tag.tag-1[data-v-ee015410] {
  background-color: #d9f7be;
  color: #52c41a;
}
.guarantee-status-tag.tag-2[data-v-ee015410] {
  background-color: #e6f9ed;
  color: #07c160;
}
.guarantee-status-tag.tag-3[data-v-ee015410] {
  background-color: #fff2e8;
  color: #ff6633;
}
.guarantee-status-tag.tag-4[data-v-ee015410] {
  background-color: #ffeaea;
  color: #ee0a24;
}
.warning-text[data-v-ee015410] {
  color: #ee0a24;
  font-weight: 500;
}

.alert-container[data-v-694d345e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 192, 203, 0.42);
}
.alert-container .alert-icon[data-v-694d345e] {
  width: 25px;
  height: auto;
  margin-left: 10px;
}
.alert-container .alert-text[data-v-694d345e] {
  margin-left: 3px;
  font-size: 13px;
}
.alert-container .alert-link[data-v-694d345e] {
  font-size: 13px;
  color: red;
  font-weight: bold;
}
.alert-popup[data-v-694d345e] {
  height: 90%;
  padding-top: 15px;
}
.alert-popup-title[data-v-694d345e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
}
.alert-cell-group[data-v-694d345e] {
  margin-top: 3px;
  background-color: lightgray;
}
.copy-icon[data-v-694d345e] {
  margin-left: 8px;
}
[data-v-694d345e] .van-tag__speech_view {
  border-radius: 3px;
  text-align: center;
  width: 110px;
  height: 21px;
  margin-left: 10%;
}
[data-v-694d345e] .van-tag__speech_view1 {
  border-radius: 3px;
  text-align: center;
  width: 38px;
  margin-left: 20%;
  height: 21px;
}
[data-v-694d345e] .van-cell-group__speech_view {
  background: red;
}

.work-order-tab[data-v-11f4b79e] {
  height: 100%;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f7f9fa;
}
.work-order-tab .filter-bar[data-v-11f4b79e] {
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.work-order-tab .filter-bar[data-v-11f4b79e] .van-radio-group--horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-order-tab .filter-bar[data-v-11f4b79e] .van-radio__label {
  font-size: 13px;
  color: #333;
}
.work-order-tab .order-list-wrapper[data-v-11f4b79e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.work-order-tab .order-card[data-v-11f4b79e] {
  margin: 10px 12px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.work-order-tab .order-card[data-v-11f4b79e]:active {
  background-color: #f9f9f9;
}
.work-order-tab .order-card--unfinished[data-v-11f4b79e] {
  border-left: 3px solid #1890ff;
}
.work-order-tab .order-card__header[data-v-11f4b79e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}
.work-order-tab .order-card__header .status-tag[data-v-11f4b79e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
}
.work-order-tab .order-card__header .order-title[data-v-11f4b79e] {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.work-order-tab .order-card__body .order-row[data-v-11f4b79e] {
  padding: 4px 0;
  font-size: 13px;
  line-height: 1.6;
}
.work-order-tab .order-card__body .order-row[data-v-11f4b79e]:last-child {
  padding-bottom: 0;
}
.work-order-tab .order-card__body .order-label[data-v-11f4b79e] {
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.work-order-tab .order-card__body .order-value[data-v-11f4b79e] {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.work-order-tab .order-card__footer[data-v-11f4b79e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #f0f0f0;
}
.work-order-tab .order-card__footer .other-tag[data-v-11f4b79e] {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff1f0;
  color: #f5222d;
  border: 1px solid #ffccc7;
}
.work-order-tab .loading-container[data-v-11f4b79e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
.work-order-tab .floating-create-btn[data-v-11f4b79e] {
  position: fixed;
  right: 16px;
  bottom: 70px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #1890ff, #0970e3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 12px rgba(24, 144, 255, 0.4);
          box-shadow: 0 4px 12px rgba(24, 144, 255, 0.4);
  cursor: pointer;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.work-order-tab .floating-create-btn[data-v-11f4b79e]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3);
          box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3);
}
.work-order-tab .floating-create-btn[data-v-11f4b79e] .van-icon {
  color: #fff;
}

[data-v-37521038] .van-tabs__nav--line.van-tabs__nav--complete {
  padding-right: 0;
  padding-left: 0;
}
.tab-body[data-v-37521038] {
  margin: 6px 0 60px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.page[data-v-37521038] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #f7f9fa;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-body[data-v-37521038] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.page-body .page-tabs[data-v-37521038] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-body .page-tabs[data-v-37521038] .van-tabs__wrap {
  height: 32px;
}
.page-body .page-tabs[data-v-37521038] .van-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.page-body .page-tabs[data-v-37521038] .van-tabs__content .van-tab__pane {
  height: 100%;
  overflow: auto;
}
.enterprise-list[data-v-37521038] {
  padding: 10px 10px 140px;
  background: #fff;
  border-radius: 10px;
}
.page-header[data-v-37521038] {
  margin: 0 0;
  background-color: #dddddd;
}
.page-header .header-container[data-v-37521038] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 5px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .customer-info[data-v-37521038] {
  margin-left: 20px;
  font-size: 14px;
}
.page-header .customer-info .mobile[data-v-37521038] {
  margin-top: 5px;
}
.page-header .customer-logo[data-v-37521038] {
  padding: 10px 10px;
}
.page-header .customer-name[data-v-37521038] {
  text-align: left;
  font-size: 12px;
  color: #333333;
  padding-bottom: 10px;
}
.page-header .customer-insure[data-v-37521038] {
  text-align: left;
  font-size: 12px;
  color: #999999;
  padding-bottom: 10px;
}
.page-header .customer-no-care[data-v-37521038] {
  color: white;
  background-color: #ff0000;
}
.page-header .customer-care[data-v-37521038] {
  color: #555555;
  background-color: #ffffff;
}
.no-permission[data-v-37521038] {
  margin-top: 50px;
  text-align: center;
  min-height: 100px;
}
.relation-tag[data-v-37521038] {
  display: inline-block;
  margin: 5px 10px 10px 0px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
}
.no-result-title[data-v-37521038] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.enterprise-card[data-v-37521038] {
  padding: 4px 15px;
}
.detail-info-wrapper[data-v-37521038] {
  background-color: #f7f9fa;
}

