
/* 总结区域样式 */
.summary-section[data-v-9b6332f6] {
  padding: 16px;
  border-top: 1px solid #f0f0f0;
  background-color: #fafafa;
}
.summary-header[data-v-9b6332f6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.summary-header-left[data-v-9b6332f6] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.summary-title[data-v-9b6332f6] {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
}
.summary-meta[data-v-9b6332f6] {
  font-size: 12px;
  color: #8c8c8c;
  font-weight: normal;
}
.summary-meta-label[data-v-9b6332f6] {
  font-size: 12px;
  color: #595959;
  font-weight: 500;
  margin-left: 4px;
}
.summary-meta-divider[data-v-9b6332f6] {
  font-size: 12px;
  color: #d9d9d9;
  margin: 0 4px;
}
.summary-content[data-v-9b6332f6] {
  padding: 12px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  line-height: 1.6;
  color: #595959;
  white-space: pre-wrap;
  word-break: break-word;
}
.summary-edit-form[data-v-9b6332f6] {
  background-color: white;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.summary-textarea[data-v-9b6332f6] {
  margin-bottom: 12px;
}
.summary-actions[data-v-9b6332f6] {
  text-align: right;
}
.cancel-button[data-v-9b6332f6] {
  margin-right: 8px;
  background-color: #ffffff;
  border-color: #d9d9d9;
  color: #666666;
}
.cancel-button[data-v-9b6332f6]:hover {
  background-color: #f5f5f5;
  border-color: #bfbfbf;
}
.save-button[data-v-9b6332f6] {
  background-color: #52c41a;
  border-color: #52c41a;
}
.save-button[data-v-9b6332f6]:hover {
  background-color: #73d13d;
  border-color: #73d13d;
}
.summary-empty[data-v-9b6332f6] {
  padding: 12px;
  text-align: center;
  color: #bfbfbf;
  font-size: 13px;
  font-style: italic;
}

/* 表格操作文本样式 */
.table-action-text[data-v-9b6332f6] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.table-action-text[data-v-9b6332f6]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}

/* 表格编辑文本样式 */
.table-edit-text[data-v-9b6332f6] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.table-edit-text[data-v-9b6332f6]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}

/* 表格删除文本样式 */
.table-delete-text[data-v-9b6332f6] {
  font-size: 12px;
  font-weight: bold;
  color: #ff4d4f !important;
  text-decoration: none;
  cursor: pointer;
}
.table-delete-text[data-v-9b6332f6]:hover {
  color: #ff7875 !important;
  text-decoration: underline;
}


/* 预览容器样式 */
.preview-container[data-v-be0be40a] {
  width: 100%;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  position: relative;
}
.pdf-preview-wrapper[data-v-be0be40a] {
  width: 100%;
  height: 70vh;
  position: relative;
}
.preview-iframe[data-v-be0be40a] {
  width: 100%;
  height: 100%;
  border: none;
}
.preview-image[data-v-be0be40a] {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.image-preview-wrapper[data-v-be0be40a] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glb-preview-wrapper[data-v-be0be40a] {
  position: relative;
  width: 100%;
  height: 70vh;
}
.glb-canvas-container[data-v-be0be40a] {
  width: 100%;
  height: 100%;
}
.glb-loading-tip[data-v-be0be40a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none;
}
.glb-toolbar[data-v-be0be40a] {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  padding: 8px 14px;
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 2;
  max-width: calc(100% - 40px);
}
.glb-info-card[data-v-be0be40a] {
  position: absolute;
  right: 16px;
  bottom: 72px;
  min-width: 240px;
  max-width: 320px;
  padding: 14px 16px 12px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.glb-info-header[data-v-be0be40a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.glb-info-title[data-v-be0be40a] {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.glb-info-close[data-v-be0be40a] {
  color: #999;
  cursor: pointer;
  font-size: 14px;
  padding: 2px 4px;
  line-height: 1;
}
.glb-info-close[data-v-be0be40a]:hover {
  color: #333;
}
.glb-info-item[data-v-be0be40a] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 13px;
}
.glb-info-icon[data-v-be0be40a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #666;
  flex-shrink: 0;
}
.glb-info-label[data-v-be0be40a] {
  color: #888;
  width: 58px;
  flex-shrink: 0;
}
.glb-info-value[data-v-be0be40a] {
  flex: 1;
  color: #222;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clipping-slider[data-v-be0be40a] {
  width: 160px;
  display: flex;
  align-items: center;
}
.measure-distance-label[data-v-be0be40a] {
  position: absolute;
  padding: 2px 8px;
  background-color: #ff4d4f;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  white-space: nowrap;
  z-index: 3;
}
.bbox-dim-label[data-v-be0be40a] {
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  transform: translate(-50%, -50%);
  pointer-events: none;
  white-space: nowrap;
  z-index: 3;
  /* 描边阴影保证在任意背景上都能看清 */
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.bbox-dim-x[data-v-be0be40a] {
  color: #ff4d4f;
}
.bbox-dim-y[data-v-be0be40a] {
  color: #faad14;
}
.bbox-dim-z[data-v-be0be40a] {
  color: #1890ff;
}
.modal-title-bar[data-v-be0be40a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modal-title-text[data-v-be0be40a] {
  font-size: 16px;
  font-weight: 500;
}
.title-toolbar[data-v-be0be40a] {
  display: flex;
  gap: 4px;
  margin-right: 24px;
}
.preview-error[data-v-be0be40a] {
  text-align: center;
  padding: 40px 20px;
}
.preview-error p[data-v-be0be40a] {
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}


.attachments-upload-container[data-v-136193be] {
  border: 2px dashed #d9d9d9;
  border-radius: 8px;
  padding: 16px;
}
.attachments-list[data-v-136193be] {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachment-item[data-v-136193be] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.attachment-content[data-v-136193be] {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.attachment-line[data-v-136193be] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.meta-line[data-v-136193be] {
  font-size: var(--font-size-base);
  color: #666;
}
.attachment-name[data-v-136193be] {
  font-size: var(--font-size-base);
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
.attachment-size[data-v-136193be] {
  color: #8c8c8c;
  flex-shrink: 0;
}
.meta-item[data-v-136193be] {
  white-space: nowrap;
}
.attachment-actions[data-v-136193be] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
.attachment-item[data-v-136193be] {
    flex-direction: column;
    align-items: flex-start;
}
.attachment-content[data-v-136193be] {
    width: 100%;
}
}
.preview-link[data-v-136193be], .download-link[data-v-136193be], .delete-link[data-v-136193be] {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #1890ff !important;
  text-decoration: none;
  cursor: pointer;
}
.preview-link[data-v-136193be]:hover, .download-link[data-v-136193be]:hover {
  color: #40a9ff !important;
  text-decoration: underline;
}
.preview-link[data-v-136193be] {
  color: #52c41a !important;
}
.preview-link[data-v-136193be]:hover {
  color: #73d13d !important;
}
.delete-link[data-v-136193be] {
  color: #f40a39 !important;
}
.delete-link[data-v-136193be]:hover {
  color: #f40a39 !important;
}
.status-unsubmitted[data-v-136193be] {
  color: #ff4d4f;
  font-weight: bold;
}
.status-pending[data-v-136193be] {
  color: #faad14;
  font-weight: bold;
}
.status-approved[data-v-136193be] {
  color: #52c41a;
  font-weight: bold;
}
.status-rejected[data-v-136193be] {
  color: #ff4d4f;
  font-weight: bold;
}
.status-saved[data-v-136193be] {
  color: #1890ff;
  font-weight: bold;
}
.upload-area[data-v-136193be] {
  width: 100%;
  min-height: 150px;
  border: 2px dashed #d9d9d9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  margin-top: 12px;
}
.upload-area[data-v-136193be]:hover {
  border-color: #1890ff;
  background-color: #f0f9ff;
}
.upload-area.drag-over-area[data-v-136193be] {
  border-color: #1890ff;
  background-color: #e6f7ff;
  transform: scale(1.02);
}
.upload-area-content[data-v-136193be] {
  text-align: center;
  padding: 20px;
}
.upload-area-icon[data-v-136193be] {
  font-size: 48px;
  margin-bottom: 12px;
}
.upload-area-text[data-v-136193be] {
  font-size: var(--font-size-base);
  color: #666;
  margin-bottom: 8px;
}
.upload-area-subtext[data-v-136193be] {
  font-size: var(--font-size-base);
  color: #999;
}

/* 上传进度样式 */
.upload-progress-container[data-v-136193be] {
  width: 100%;
  margin-top: 12px;
}
.upload-progress-item[data-v-136193be] {
  margin-bottom: 12px;
  padding: 12px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.progress-info[data-v-136193be] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: var(--font-size-base);
}
.file-name[data-v-136193be] {
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  margin-right: 10px;
}
.progress-percent[data-v-136193be] {
  color: #1890ff;
  font-weight: bold;
  flex-shrink: 0;
}
.progress-bar[data-v-136193be] {
  width: 100%;
  height: 8px;
  background-color: #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
}
.progress-fill[data-v-136193be] {
  height: 100%;
  background-color: #1890ff;
  transition: width 0.3s ease;
}

/* table 模式样式 */
.file-table-container[data-v-136193be] {
  display: flex;
  align-items: center;
  height: 32px;
  max-width: 100%;
}
.table-file-name[data-v-136193be] {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-base);
  color: #1890ff;
  cursor: default;
}
.table-empty-text[data-v-136193be] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


.file-modal-input[data-v-be72b3a8] {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 12px;
  background-color: #fff;
}
.file-modal-input-readonly[data-v-be72b3a8] {
  width: 100%;
}

/* 文件列表样式 */
.file-list-container[data-v-be72b3a8] {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.file-item[data-v-be72b3a8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.file-content[data-v-be72b3a8] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.file-line[data-v-be72b3a8] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.file-name[data-v-be72b3a8] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.meta-line[data-v-be72b3a8] {
  font-size: 12px;
  color: #666;
}
.file-size[data-v-be72b3a8] {
  color: #8c8c8c;
}
.file-actions[data-v-be72b3a8] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.preview-link[data-v-be72b3a8],
.download-link[data-v-be72b3a8],
.delete-link[data-v-be72b3a8] {
  font-size: 14px;
  font-weight: bold;
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
}
.preview-link[data-v-be72b3a8]:hover,
.download-link[data-v-be72b3a8]:hover {
  color: #40a9ff;
  text-decoration: underline;
}
.preview-link[data-v-be72b3a8] {
  color: #52c41a;
}
.preview-link[data-v-be72b3a8]:hover {
  color: #73d13d;
}
.delete-link[data-v-be72b3a8] {
  color: #ff4d4f;
}
.delete-link[data-v-be72b3a8]:hover {
  color: #ff7875;
}

/* 空状态 */
.empty-tip[data-v-be72b3a8] {
  padding: 16px;
  text-align: center;
  color: #bfbfbf;
  font-size: 14px;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  margin-bottom: 12px;
}

/* 添加按钮 */
.add-button-wrapper[data-v-be72b3a8] {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.add-button[data-v-be72b3a8] {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* 文件选择对话框 */
.file-select-list[data-v-be72b3a8] {
  max-height: 400px;
  overflow-y: auto;
}
.file-checkbox-group[data-v-be72b3a8] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.file-select-item[data-v-be72b3a8] {
  padding: 8px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.file-select-item[data-v-be72b3a8]:hover {
  background-color: #f5f5f5;
}
.file-info[data-v-be72b3a8] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 8px;
}
.file-info-name[data-v-be72b3a8] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.file-info-size[data-v-be72b3a8] {
  font-size: 12px;
  color: #8c8c8c;
}
[data-v-be72b3a8] .ant-checkbox-wrapper {
  width: 100%;
}
[data-v-be72b3a8] .ant-checkbox + span {
  flex: 1;
}


.image-upload-container[data-v-f38a40e2] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 2px dashed #d9d9d9;
  border-radius: 8px;
  padding: 16px;
}
.images-list[data-v-f38a40e2] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.image-item[data-v-f38a40e2] {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.image-name[data-v-f38a40e2] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: var(--font-size-base);
  color: #666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-image-placeholder[data-v-f38a40e2] {
  border: 2px dashed #d9d9d9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fafafa;
  transition: all 0.3s;
}
.add-image-placeholder[data-v-f38a40e2]:hover {
  border-color: #1890ff;
  background-color: #f0f9ff;
}
.add-icon[data-v-f38a40e2] {
  font-size: 48px;
  color: #999;
  line-height: 1;
  margin-bottom: 8px;
}
.add-text[data-v-f38a40e2] {
  font-size: var(--font-size-base);
  color: #666;
}
.checkbox-wrapper[data-v-f38a40e2] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  cursor: pointer;
}
.checkbox-wrapper.disabled[data-v-f38a40e2] {
  cursor: default;
  pointer-events: none;
}
.checkbox[data-v-f38a40e2] {
  width: 24px;
  height: 24px;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.checkbox.checked[data-v-f38a40e2] {
  background-color: #1890ff;
  border-color: #1890ff;
}
.checkmark[data-v-f38a40e2] {
  color: #fff;
  font-size: var(--font-size-base);
  font-weight: bold;
  line-height: 1;
}
.image-item.dragging[data-v-f38a40e2] {
  opacity: 0.5;
  transform: scale(0.95);
}
.image-item.drag-over[data-v-f38a40e2] {
  border: 2px dashed #1890ff;
}
.drag-over-indicator[data-v-f38a40e2] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #1890ff;
  background-color: rgba(24, 144, 255, 0.1);
  pointer-events: none;
}
.upload-area[data-v-f38a40e2] {
  width: 100%;
  min-height: 150px;
  border: 2px dashed #d9d9d9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
.upload-area[data-v-f38a40e2]:hover {
  border-color: #1890ff;
  background-color: #f0f9ff;
}
.upload-area.drag-over-area[data-v-f38a40e2] {
  border-color: #1890ff;
  background-color: #e6f7ff;
  transform: scale(1.02);
}
.upload-area-content[data-v-f38a40e2] {
  text-align: center;
  padding: 20px;
}
.upload-area-icon[data-v-f38a40e2] {
  font-size: 48px;
  margin-bottom: 12px;
}
.upload-area-text[data-v-f38a40e2] {
  font-size: var(--font-size-base);
  color: #666;
  margin-bottom: 8px;
}
.upload-area-subtext[data-v-f38a40e2] {
  font-size: var(--font-size-base);
  color: #999;
}
.image-preview[data-v-f38a40e2] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.preview-image[data-v-f38a40e2] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
.image-overlay[data-v-f38a40e2] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 4px;
}
.image-item:hover .image-overlay[data-v-f38a40e2] {
  opacity: 1;
}
.image-overlay-read-only[data-v-f38a40e2] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 4px;
}
.image-item:hover .image-overlay-read-only[data-v-f38a40e2] {
  opacity: 1;
}
.preview-link[data-v-f38a40e2] {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 16px;
  background-color: #1890ff;
  border-radius: 4px;
  transition: background-color 0.3s;
  width: 80px;
  text-align: center;
}
.preview-link[data-v-f38a40e2]:hover {
  background-color: #40a9ff !important;
}
.rename-link[data-v-f38a40e2] {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 16px;
  background-color: #52c41a;
  border-radius: 4px;
  transition: background-color 0.3s;
  width: 80px;
  text-align: center;
}
.rename-link[data-v-f38a40e2]:hover {
  background-color: #73d13d !important;
}
.delete-link[data-v-f38a40e2] {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 16px;
  background-color: #ff4d4f;
  border-radius: 4px;
  transition: background-color 0.3s;
  width: 80px;
  text-align: center;
}
.delete-link[data-v-f38a40e2]:hover {
  background-color: #ff7875 !important;
}

/* 上传说明样式 */
.upload-tips[data-v-f38a40e2] {
  padding: 12px 16px;
  background-color: #f0f9f0;
  border-radius: 4px;
  border: 1px solid #b7eb8f;
}
.tip-item[data-v-f38a40e2] {
  font-size: var(--font-size-base);
  color: #666;
  line-height: 1.8;
  margin-bottom: 2px;
}
.tip-item[data-v-f38a40e2]:last-child {
  margin-bottom: 0;
}

/* 上传进度样式 */
.upload-progress-container[data-v-f38a40e2] {
  width: 100%;
  margin-top: 12px;
}
.upload-progress-item[data-v-f38a40e2] {
  margin-bottom: 12px;
  padding: 12px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.progress-info[data-v-f38a40e2] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: var(--font-size-base);
}
.file-name[data-v-f38a40e2] {
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  margin-right: 10px;
}
.progress-percent[data-v-f38a40e2] {
  color: #1890ff;
  font-weight: bold;
  flex-shrink: 0;
}
.progress-bar[data-v-f38a40e2] {
  width: 100%;
  height: 8px;
  background-color: #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
}
.progress-fill[data-v-f38a40e2] {
  height: 100%;
  background-color: #1890ff;
  transition: width 0.3s ease;
}

/* table 模式样式 */
.image-table-container[data-v-f38a40e2] {
  display: inline-block;
}
.table-image-item[data-v-f38a40e2] {
  display: inline-block;
  cursor: pointer;
}
.table-image-thumb[data-v-f38a40e2] {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
}
.table-image-thumb[data-v-f38a40e2]:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.table-empty-text[data-v-f38a40e2] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


/* form 场景：类似 a-input 样式的容器 */
.readonly-input-wrapper[data-v-f06b1706] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
  height: 32px;
  padding: 4px 11px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
}

/* form 场景：a-tag 不换行 */
.readonly-tags-form[data-v-f06b1706] {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 4px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.readonly-tags-form[data-v-f06b1706] .ant-tag {
  flex-shrink: 0;
  white-space: nowrap;
}
.readonly-text-value[data-v-f06b1706] {
  font-size: var(--font-size-base);
  color: rgba(0, 0, 0, 0.88);
  line-height: 20px;
}

/* table 场景：空值显示 */
.readonly-empty-text[data-v-f06b1706] {
  font-size: var(--font-size-base);
  color: #999;
}

/* table 场景：a-tag 不换行 */
.readonly-tags-table[data-v-f06b1706] {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 4px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.readonly-tags-table[data-v-f06b1706] .ant-tag {
  flex-shrink: 0;
  white-space: nowrap;
}
.readonly-tag[data-v-f06b1706] {
  margin: 0;
  font-size: var(--font-size-base);
  line-height: 20px;
  white-space: nowrap;
}

/* popover 气泡内 tag 容器：允许换行展示全部 */
.dict-popover-tags[data-v-f06b1706] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 480px;
}
.dict-popover-tag[data-v-f06b1706] {
  margin: 0;
  white-space: nowrap;
}

/* 编辑模式：多选不换行 */
.multi-select-nowrap[data-v-f06b1706] .ant-select-selector {
  flex-wrap: nowrap !important;
  overflow: hidden !important;
}
.multi-select-nowrap[data-v-f06b1706] .ant-select-selection-overflow {
  flex-wrap: nowrap !important;
  overflow: hidden !important;
}
.multi-select-nowrap[data-v-f06b1706] .ant-tag {
  flex-shrink: 0;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}


.action-buttons[data-v-bea4de6a] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}
.table-action-text[data-v-bea4de6a] {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.table-action-text[data-v-bea4de6a]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}
.table-detail-text[data-v-bea4de6a] {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #1890ff !important;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.table-detail-text[data-v-bea4de6a]:hover {
  color: #40a9ff !important;
  text-decoration: underline;
}
.table-edit-text[data-v-bea4de6a] {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #1890ff !important;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.table-edit-text[data-v-bea4de6a]:hover {
  color: #40a9ff !important;
  text-decoration: underline;
}
.table-delete-text[data-v-bea4de6a] {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #ff4d4f !important;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.table-delete-text[data-v-bea4de6a]:hover {
  color: #ff7875 !important;
  text-decoration: underline;
}


/* 全局样式：确保表格中的选择框宽度填满 */
.ant-table-cell .ant-select,
.ant-table-cell .ant-select.ant-select-single,
.ant-table-cell .ant-select.ant-select-multiple {
  width: 100% !important;
  min-width: 100% !important;
}
.ant-table-cell .ant-select-selector {
  width: 100% !important;
}

/* 修复下拉菜单被表格遮挡的问题 */
.ant-table-cell .ant-select-dropdown {
  z-index: 1000 !important;
}


/* 选择框默认宽度填满容器 - 确保在各种环境下都能生效 */
[data-v-0774258c] .ant-select,[data-v-0774258c] .ant-select.ant-select-single,[data-v-0774258c] .ant-select.ant-select-multiple {
  width: 100% !important;
  min-width: 100% !important;
}

/* 表格中的选择框强制填满 */
[data-v-0774258c] .ant-select-selector {
  width: 100% !important;
}
.multi-select-input-field[data-v-0774258c] {
  width: 100%;
  height: 32px !important;
}
.multi-select-input-field[data-v-0774258c] .ant-input {
  padding-left: 4px;
  height: 24px !important;
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.multi-select-input-field[data-v-0774258c] .ant-input-prefix {
  margin-right: 4px;
  align-self: center;
  height: 20px;
  max-width: calc(100% - 40px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.multi-select-input-field[data-v-0774258c] .ant-input-prefix::-webkit-scrollbar {
  height: 4px;
}
.multi-select-input-field[data-v-0774258c] .ant-input-prefix::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
}
.multi-select-input-field[data-v-0774258c] .ant-input-prefix::-webkit-scrollbar-track {
  background-color: transparent;
}
.multi-select-tag-list[data-v-0774258c] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
}
.multi-select-tag-item[data-v-0774258c] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0px 6px;
  line-height: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
.multi-select-compact[data-v-0774258c] .ant-select-selection-item {
  height: 22px;
  line-height: 20px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: #f5f5f5;
  font-size: var(--font-size-base);
  padding-inline-start: 4px;
}
.multi-select-compact[data-v-0774258c] .ant-select-selection-overflow-item {
  align-self: center;
}
.multi-select-compact[data-v-0774258c] .ant-select-selection-placeholder {
  font-size: var(--font-size-base);
}
.multi-select-compact[data-v-0774258c] .ant-select-selector {
  padding: 0 4px !important;
  min-height: 32px !important;
}

/* 气泡提示样式 */
.multi-select-popover-list[data-v-0774258c] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 300px;
  max-height: 200px;
  overflow-y: auto;
}
.multi-select-popover-tag[data-v-0774258c] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0px 6px;
  line-height: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.table-tag-list[data-v-0774258c] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-tag-item[data-v-0774258c] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  flex-shrink: 0;
  white-space: nowrap;
}
.table-plain-text[data-v-0774258c] {
  font-size: var(--font-size-base);
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-empty-text[data-v-0774258c] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}

/* 下拉选项字体大小 */
[data-v-0774258c] .ant-select-item {
  font-size: var(--font-size-base);
}
[data-v-0774258c] .ant-select-item-option-content {
  font-size: var(--font-size-base);
}

/* 选中项字体大小 */
[data-v-0774258c] .ant-select-selection-item {
  font-size: var(--font-size-base) !important;
}
[data-v-0774258c] .ant-select-selection-placeholder {
  font-size: var(--font-size-base) !important;
}


.price-tier-wrapper[data-v-3392dfbd] {
  width: 100%;
}
.price-tier-input-field[data-v-3392dfbd] {
  width: 100%;
  min-height: 32px;
  height: auto !important;
}
.price-tier-input-field[data-v-3392dfbd] .ant-input {
  cursor: default;
  padding-left: 4px;
  min-height: 24px;
  height: auto;
}
.price-tier-input-field[data-v-3392dfbd] .ant-input-prefix {
  margin-right: 4px;
  align-self: center;
  max-width: calc(100% - 40px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.price-tier-input-field[data-v-3392dfbd] .ant-input-prefix::-webkit-scrollbar {
  height: 4px;
}
.price-tier-input-field[data-v-3392dfbd] .ant-input-prefix::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
}
.price-tier-list[data-v-3392dfbd] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
}
.price-tier-tag[data-v-3392dfbd] {
  margin: 0;
  font-size: 12px;
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  background-color: #e6f7ff;
  border-color: #91d5ff;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.price-tier-tag[data-v-3392dfbd] .ant-tag-close-icon {
  margin-left: 0;
  font-size: 10px;
  display: flex;
  align-items: center;
}
.add-icon[data-v-3392dfbd] {
  cursor: pointer;
  color: #1890ff;
  font-size: 12px;
  transition: color 0.3s;
}
.add-icon[data-v-3392dfbd]:hover {
  color: #40a9ff;
}

/* 对话框内表格 */
.tier-table[data-v-3392dfbd] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.tier-th[data-v-3392dfbd] {
  padding: 6px 8px;
  text-align: left;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #e8e8e8;
  background: #fafafa;
}
.tier-th-seq[data-v-3392dfbd],
.tier-td-seq[data-v-3392dfbd] {
  width: 36px;
  text-align: center;
  color: #999;
}
.tier-th-action[data-v-3392dfbd],
.tier-td-action[data-v-3392dfbd] {
  width: 64px;
  text-align: center;
}
.tier-tr[data-v-3392dfbd] {
  border-bottom: 1px solid #f0f0f0;
}
.tier-tr[data-v-3392dfbd]:last-child {
  border-bottom: none;
}
.tier-td[data-v-3392dfbd] {
  padding: 6px 8px;
  vertical-align: middle;
}
.tier-tr-input .tier-td[data-v-3392dfbd] {
  padding: 4px 8px;
}
.tier-input[data-v-3392dfbd] {
  width: 100%;
}
.draft-remove[data-v-3392dfbd] {
  cursor: pointer;
  color: #aaa;
  font-size: 12px;
  transition: color 0.2s;
}
.draft-remove[data-v-3392dfbd]:hover {
  color: #ff4d4f;
}
.table-tag-list[data-v-3392dfbd] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-tier-tag[data-v-3392dfbd] {
  margin: 0;
  font-size: 12px;
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  background-color: #e6f7ff;
  border-color: #91d5ff;
  flex-shrink: 0;
  white-space: nowrap;
}
.table-empty-text[data-v-3392dfbd] {
  color: #bfbfbf;
  font-size: 12px;
}


.table-readonly-text[data-v-485b7032] {
  display: flex;
  align-items: center;
  height: 32px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-base);
  color: #666;
}


.table-readonly-text[data-v-d09adf6c] {
  display: flex;
  align-items: center;
  height: 32px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-base);
  color: #666;
}


.table-readonly-text[data-v-1da3cc5e] {
  display: flex;
  align-items: center;
  height: 32px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-base);
  color: #666;
}


.basic-form-textarea[data-v-7147bec0] {
  width: 100%;
}
.table-readonly-text[data-v-7147bec0] {
  display: flex;
  align-items: center;
  height: 32px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-base);
  color: #666;
}


.rate-container[data-v-d76e3c50] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rate-text[data-v-d76e3c50] {
  color: #666;
  font-size: var(--font-size-base);
}
.table-readonly-text[data-v-d76e3c50] {
  display: flex;
  align-items: center;
  height: 32px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-base);
  color: #666;
}


.cascader-modal-content[data-v-13512a0c] {
  padding: 20px 0;
}


/* 全局覆盖级联选择器菜单样式，确保在 Modal 中弹出时生效 */
.ant-cascader-menus .ant-cascader-menu {
  min-width: 150px !important;
  max-height: 500px !important;
}
.ant-cascader-menu-item {
  width: 100% !important;
}


.table-readonly-text[data-v-79c1df03] {
  display: flex;
  align-items: center;
  height: 32px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-base);
  color: #666;
}


.capacity-input-container[data-v-6a3c8f01] {
  width: 100%;
}
.capacity-input-group[data-v-6a3c8f01] {
  display: flex !important;
  width: 100% !important;
}
.capacity-input[data-v-6a3c8f01] {
  width: 100% !important;
  flex: 1 !important;
}
.capacity-unit-select[data-v-6a3c8f01] {
  width: 120px !important;
  flex-shrink: 0 !important;
}
.table-readonly-text[data-v-6a3c8f01] {
  display: flex;
  align-items: center;
  height: 32px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-base);
  color: #666;
}


/* 组件样式 */


.multi-capacity-container[data-v-c961bbc6] {
  width: 100%;
}
.multi-capacity-list-inline[data-v-c961bbc6] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.multi-capacity-tag[data-v-c961bbc6] {
  margin: 0;
  padding: 4px 8px;
  background-color: #f0f5ff;
  border-color: #adc6ff;
}
.multi-capacity-content[data-v-c961bbc6] {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-multi-capacity-btn-inline[data-v-c961bbc6] {
  width: 100%;
}
.table-tag-list[data-v-c961bbc6] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-tag-item[data-v-c961bbc6] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #f0f5ff;
  border-color: #adc6ff;
  white-space: nowrap;
}
.table-empty-text[data-v-c961bbc6] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


/* 组件样式 */


.tag-input-wrapper[data-v-63e09cc3] {
  width: 100%;
  height: 32px;
}
.tag-input-field[data-v-63e09cc3] {
  width: 100%;
  height: 32px !important;
}
.tag-input-field[data-v-63e09cc3] .ant-input {
  cursor: pointer;
  padding-left: 4px;
  height: 24px !important;
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.tag-input-field[data-v-63e09cc3] .ant-input-prefix {
  margin-right: 4px;
  align-self: center;
  height: 20px;
  max-width: calc(100% - 40px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.tag-input-field[data-v-63e09cc3] .ant-input-prefix::-webkit-scrollbar {
  height: 4px;
}
.tag-input-field[data-v-63e09cc3] .ant-input-prefix::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
}
.tag-input-field[data-v-63e09cc3] .ant-input-prefix::-webkit-scrollbar-track {
  background-color: transparent;
}
.tag-list[data-v-63e09cc3] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
}
.tag-item[data-v-63e09cc3] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0px 6px;
  line-height: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
.tag-item[data-v-63e09cc3] .ant-tag-close-icon {
  margin-left: 0;
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
}
.add-icon[data-v-63e09cc3] {
  cursor: pointer;
  color: #1890ff;
  font-size: var(--font-size-base);
  transition: color 0.3s;
}
.add-icon[data-v-63e09cc3]:hover {
  color: #40a9ff;
}
.add-icon.disabled[data-v-63e09cc3] {
  cursor: not-allowed;
  color: #d9d9d9;
}
.table-tag-list[data-v-63e09cc3] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-tag-item[data-v-63e09cc3] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  flex-shrink: 0;
  white-space: nowrap;
}
.table-empty-text[data-v-63e09cc3] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


.status-input-wrapper[data-v-6eb00ecb] {
  width: 100%;
}
.status-input-field[data-v-6eb00ecb] {
  pointer-events: none;
}
.status-tag[data-v-6eb00ecb] {
  margin-right: 0;
}
.status-empty[data-v-6eb00ecb] {
  color: #bfbfbf;
}
.table-tag-list[data-v-6eb00ecb] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-status-tag[data-v-6eb00ecb] {
  margin: 0;
}
.table-empty-text[data-v-6eb00ecb] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


.priority-input-wrapper[data-v-1b8b94b2] {
  width: 100%;
}
.priority-input-field[data-v-1b8b94b2] {
  pointer-events: none;
}
.priority-tag[data-v-1b8b94b2] {
  margin-right: 0;
}
.priority-empty[data-v-1b8b94b2] {
  color: #bfbfbf;
}
.table-tag-list[data-v-1b8b94b2] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-priority-tag[data-v-1b8b94b2] {
  margin: 0;
}
.table-empty-text[data-v-1b8b94b2] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


.settlement-way-modal-content[data-v-704dae37] {
  padding: 20px 0;
}
.settlement-way-form[data-v-704dae37] {
  padding: 8px 0;
}


.settlement-way-wrapper[data-v-6abc19ca] {
  width: 100%;
}
.settlement-way-input-field[data-v-6abc19ca] {
  width: 100%;
  min-height: 32px;
  height: auto !important;
}
.settlement-way-input-field[data-v-6abc19ca] .ant-input {
  cursor: default;
  padding-left: 4px;
  min-height: 24px;
  height: auto;
}
.settlement-way-input-field[data-v-6abc19ca] .ant-input-prefix {
  margin-right: 4px;
  align-self: center;
  max-width: calc(100% - 40px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.settlement-way-input-field[data-v-6abc19ca] .ant-input-prefix::-webkit-scrollbar {
  height: 4px;
}
.settlement-way-input-field[data-v-6abc19ca] .ant-input-prefix::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
}
.settlement-way-list[data-v-6abc19ca] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
}
.settlement-way-tag[data-v-6abc19ca] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  background-color: #e6f7ff;
  border-color: #91d5ff;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.settlement-way-tag[data-v-6abc19ca] .ant-tag-close-icon {
  margin-left: 0;
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
}
.settlement-way-label[data-v-6abc19ca] {
  color: #0050b3;
  white-space: nowrap;
  font-size: var(--font-size-base);
  cursor: default;
}
.add-icon[data-v-6abc19ca] {
  cursor: pointer;
  color: #1890ff;
  font-size: var(--font-size-base);
  transition: color 0.3s;
}
.add-icon[data-v-6abc19ca]:hover {
  color: #40a9ff;
}
.popover-detail[data-v-6abc19ca] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: var(--font-size-base);
  max-width: 280px;
}
.settlement-way-form[data-v-6abc19ca] {
  padding: 8px 0;
}
.table-tag-list[data-v-6abc19ca] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-settlement-tag[data-v-6abc19ca] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  background-color: #e6f7ff;
  border-color: #91d5ff;
  white-space: nowrap;
}
.table-empty-text[data-v-6abc19ca] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


.settlement-method-container[data-v-06baccb4] {
  width: 100%;
}
.settlement-method-input-group[data-v-06baccb4] {
  display: flex !important;
  width: 100% !important;
}
[data-v-06baccb4] .settlement-method-option-select,[data-v-06baccb4] .settlement-method-option-select.ant-select,[data-v-06baccb4] .settlement-method-option-select .ant-select-selector {
  width: 150px !important;
  flex-shrink: 0 !important;
  min-width: 150px !important;
}
.settlement-method-input[data-v-06baccb4] {
  width: 100% !important;
  flex: 1 !important;
}
.readonly-tag[data-v-06baccb4] {
  margin: 0;
  font-size: var(--font-size-base);
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}


.related-product-wrapper[data-v-7a31f866] {
  width: 100%;
}
.related-product-input-field[data-v-7a31f866] {
  width: 100%;
  min-height: 32px;
  height: auto !important;
}
.related-product-input-field[data-v-7a31f866] .ant-input {
  cursor: default;
  padding-left: 4px;
  min-height: 24px;
  height: auto;
}
.related-product-input-field[data-v-7a31f866] .ant-input-prefix {
  margin-right: 4px;
  align-self: center;
  max-width: calc(100% - 40px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.related-product-input-field[data-v-7a31f866] .ant-input-prefix::-webkit-scrollbar {
  height: 4px;
}
.related-product-input-field[data-v-7a31f866] .ant-input-prefix::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
}
.related-product-list[data-v-7a31f866] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
}
.related-product-tag[data-v-7a31f866] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  background-color: #f6ffed;
  border-color: #b7eb8f;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.related-product-tag[data-v-7a31f866] .ant-tag-close-icon {
  margin-left: 0;
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
}
.related-product-label[data-v-7a31f866] {
  color: #52c41a;
  text-decoration: none;
  cursor: default;
  white-space: nowrap;
  font-size: var(--font-size-base);
}
.related-product-label.is-link[data-v-7a31f866] {
  cursor: pointer;
}
.related-product-label.is-link[data-v-7a31f866]:hover {
  text-decoration: underline;
}
.add-icon[data-v-7a31f866] {
  cursor: pointer;
  color: #1890ff;
  font-size: var(--font-size-base);
  transition: color 0.3s;
}
.add-icon[data-v-7a31f866]:hover {
  color: #40a9ff;
}
.popover-detail[data-v-7a31f866] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: var(--font-size-base);
  max-width: 320px;
}
.popover-link[data-v-7a31f866] {
  color: #1890ff;
  word-break: break-all;
}
.related-product-form[data-v-7a31f866] {
  padding: 8px 0;
}
.price-input-group[data-v-7a31f866] {
  display: flex !important;
  width: 100%;
}
.price-number-input[data-v-7a31f866] {
  flex: 1;
  border-radius: 6px 0 0 6px !important;
}
.currency-select[data-v-7a31f866] {
  width: 90px;
}
.currency-select[data-v-7a31f866] .ant-select-selector {
  border-radius: 0 6px 6px 0 !important;
  border-left: 0 !important;
}
.table-tag-list[data-v-7a31f866] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-product-tag[data-v-7a31f866] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #f6ffed;
  border-color: #b7eb8f;
  color: #52c41a;
  cursor: pointer;
  white-space: nowrap;
}
.table-product-tag[data-v-7a31f866]:hover {
  opacity: 0.8;
}
.table-empty-text[data-v-7a31f866] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


.deposit-rule-wrapper[data-v-338c5ef4] {
  width: 100%;
}
.deposit-rule-input-field[data-v-338c5ef4] {
  width: 100%;
  min-height: 32px;
  height: auto !important;
}
.deposit-rule-input-field[data-v-338c5ef4] .ant-input {
  cursor: default;
  padding-left: 4px;
  min-height: 24px;
  height: auto;
}
.deposit-rule-input-field[data-v-338c5ef4] .ant-input-prefix {
  margin-right: 4px;
  align-self: center;
}
.deposit-rule-content[data-v-338c5ef4] {
  display: flex;
  align-items: center;
}
.deposit-rule-tag[data-v-338c5ef4] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 8px;
  line-height: 20px;
  height: 22px;
  background-color: #e6f7ff;
  border-color: #91d5ff;
  color: #1890ff;
}
.add-icon[data-v-338c5ef4] {
  cursor: pointer;
  color: #1890ff;
  font-size: var(--font-size-base);
  transition: color 0.3s;
}
.add-icon[data-v-338c5ef4]:hover {
  color: #40a9ff;
}
.deposit-rule-form[data-v-338c5ef4] {
  padding: 8px 0;
}
.value-input[data-v-338c5ef4] {
  width: 100%;
}
.table-tag-list[data-v-338c5ef4] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-deposit-tag[data-v-338c5ef4] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 8px;
  line-height: 20px;
  height: 22px;
  background-color: #e6f7ff;
  border-color: #91d5ff;
  color: #1890ff;
  white-space: nowrap;
}
.table-empty-text[data-v-338c5ef4] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


/* 组件样式 */


.hyperlink-input-wrapper[data-v-3e6c7201] {
  width: 100%;
  height: 32px;
}
.hyperlink-input-field[data-v-3e6c7201] {
  width: 100%;
  height: 32px !important;
}
.hyperlink-input-field[data-v-3e6c7201] .ant-input {
  cursor: pointer;
  padding-left: 4px;
  height: 24px !important;
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.hyperlink-input-field[data-v-3e6c7201] .ant-input-prefix {
  margin-right: 4px;
  align-self: center;
  height: 20px;
  max-width: calc(100% - 40px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.hyperlink-input-field[data-v-3e6c7201] .ant-input-prefix::-webkit-scrollbar {
  height: 4px;
}
.hyperlink-input-field[data-v-3e6c7201] .ant-input-prefix::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
}
.hyperlink-input-field[data-v-3e6c7201] .ant-input-prefix::-webkit-scrollbar-track {
  background-color: transparent;
}
.hyperlink-list[data-v-3e6c7201] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
}
.hyperlink-tag[data-v-3e6c7201] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0px 6px;
  line-height: 18px;
  height: 18px;
  background-color: #e6f7ff;
  border-color: #91d5ff;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.hyperlink-tag[data-v-3e6c7201] .ant-tag-close-icon {
  margin-left: 0;
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
}
.hyperlink-label[data-v-3e6c7201] {
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.hyperlink-label[data-v-3e6c7201]:hover {
  text-decoration: underline;
}
.popover-link[data-v-3e6c7201] {
  word-break: break-all;
  max-width: 300px;
}
.add-icon[data-v-3e6c7201] {
  cursor: pointer;
  color: #1890ff;
  font-size: var(--font-size-base);
  transition: color 0.3s;
}
.add-icon[data-v-3e6c7201]:hover {
  color: #40a9ff;
}
.add-icon.disabled[data-v-3e6c7201] {
  cursor: not-allowed;
  color: #d9d9d9;
}
.table-tag-list[data-v-3e6c7201] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-hyperlink-tag[data-v-3e6c7201] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #e6f7ff;
  border-color: #91d5ff;
  color: #1890ff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.table-hyperlink-tag[data-v-3e6c7201]:hover {
  opacity: 0.8;
}
.table-empty-text[data-v-3e6c7201] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}


/* 表格单元格渲染器 */
.table-cell-renderer[data-v-71c58a80] {
  display: inline-block;
  width: 100%;
}

/* 可编辑单元格样式 */
.table-cell-renderer.is-editable[data-v-71c58a80] {
  cursor: pointer;
}

/* 焦点单元格样式 */
.table-cell-renderer.is-focused[data-v-71c58a80] {
  outline: 2px solid #1890ff;
  outline-offset: -2px;
  border-radius: 2px;
}

/* 表格单元格文本截断 */
.table-cell-text[data-v-71c58a80] {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* 序号列 */
.serial-number-column[data-v-71c58a80] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.serial-number-column.drag-handle-active[data-v-71c58a80] {
  cursor: grab;
}
.serial-number-column.drag-handle-active[data-v-71c58a80]:active {
  cursor: grabbing;
}
.row-drag-icon[data-v-71c58a80] {
  color: #bfbfbf;
  font-size: 14px;
}
.serial-cell-text[data-v-71c58a80] {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* 只读单元格样式 */
.readonly-cell[data-v-71c58a80] {
  color: #666;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.unselected-cell[data-v-71c58a80] {
  cursor: pointer;
  color: #bfbfbf;
}

/* 禁用字段样式 */
.field-disabled[data-v-71c58a80] {
  background-color: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
  opacity: 0.8;
}


.column-config-container[data-v-298de599] {
  width: 100%;
}
.config-header[data-v-298de599] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.config-header span[data-v-298de599] {
  font-size: 12px;
  color: #8c8c8c;
}
.column-grid[data-v-298de599] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}
.column-item[data-v-298de599] {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: move;
  user-select: none;
  transition: all 0.2s;
  background-color: #fff;
}
.column-item[data-v-298de599]:hover {
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.column-item.drag-over[data-v-298de599] {
  background-color: #e6f7ff;
  border: 2px solid #1890ff;
}
.item-number[data-v-298de599] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 20px;
  margin-right: 8px;
  padding: 0 6px;
  background-color: #1890ff;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 10px;
}
.drag-handle[data-v-298de599] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: #bfbfbf;
  font-size: 16px;
  cursor: grab;
  flex-shrink: 0;
}
.drag-handle[data-v-298de599]:active {
  cursor: grabbing;
}
.column-checkbox[data-v-298de599] {
  flex: 1;
  min-width: 0;
}
.column-checkbox[data-v-298de599] .ant-checkbox + span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.import-dialog-content[data-v-7b003ff0] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.file-upload-section[data-v-7b003ff0] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.file-name[data-v-7b003ff0] {
  color: #1890ff;
  font-size: 14px;
}
.column-identify-section[data-v-7b003ff0] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-label[data-v-7b003ff0] {
  font-weight: 500;
  color: #333;
}
.preview-section[data-v-7b003ff0] {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 12px;
}
.preview-header[data-v-7b003ff0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.data-count[data-v-7b003ff0] {
  color: #1890ff;
  font-weight: 500;
}
.preview-list[data-v-7b003ff0] {
  max-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.preview-item[data-v-7b003ff0] {
  padding: 8px 12px;
  background-color: #fafafa;
  border-radius: 4px;
  font-size: 14px;
}


/* 表格容器样式 */
.show-table-container[data-v-69fa2377] {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
}

/* 滚动区域样式 */
.table-scroll-area[data-v-69fa2377] {
  flex: 1;
  overflow: auto;
}
.table-scroll-area[data-v-69fa2377] .ant-table-wrapper {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

/* 分页器样式 */
.table-pagination[data-v-69fa2377] {
  flex-shrink: 0;
  padding: 8px 16px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-end;
}

/* 表格行颜色 */
[data-v-69fa2377] .ant-table-tbody > tr.table-row-red {
  background-color: #ffebee; /* 红色 - Red 50 */
}
[data-v-69fa2377] .ant-table-tbody > tr.table-row-orange {
  background-color: #fff3e0; /* 橙色 - Orange 50 */
}
[data-v-69fa2377] .ant-table-tbody > tr.table-row-yellow {
  background-color: #fffde7; /* 黄色 - Yellow 50 */
}
[data-v-69fa2377] .ant-table-tbody > tr.table-row-green {
  background-color: #f6ffed; /* 绿色 - Green 50 */
}
[data-v-69fa2377] .ant-table-tbody > tr.table-row-blue {
  background-color: #e3f2fd; /* 蓝色 - Blue 50 */
}
[data-v-69fa2377] .ant-table-tbody > tr.table-row-indigo {
  background-color: #e8eaf6; /* 靛色 - Indigo 50 */
}
[data-v-69fa2377] .ant-table-tbody > tr.table-row-purple {
  background-color: #f3e5f5; /* 紫色 - Purple 50 */
}
[data-v-69fa2377] .ant-table-tbody > tr.table-row-pink {
  background-color: #fce4ec; /* 粉色 - Pink 50 (不属于彩虹色，但保留) */
}
[data-v-69fa2377] .ant-table-tbody > tr.table-row-cyan {
  background-color: #e0f7fa; /* 青色 - Cyan 50 (不属于彩虹色，但保留) */
}
[data-v-69fa2377] .ant-table-tbody > tr.table-row-gray {
  background-color: #fafafa; /* 灰色 - Grey 50 (不属于彩虹色，但保留) */
}

/* 表格行高 32px */
[data-v-69fa2377] .ant-table-tbody > tr > td {
  padding-top:0px !important;
  padding-bottom: 0px !important;
  height: 32px;
  line-height: 32px;
}

/* 表格内输入框字体大小调整 */
[data-v-69fa2377] .ant-table-tbody .ant-input {
  font-size: 12px !important;
}
[data-v-69fa2377] .ant-table-tbody .ant-input-number-input {
  font-size: 12px !important;
}

/* 表格行颜色 */
[data-v-69fa2377] .ant-table-tbody > tr.row-dragging {
  background-color: #fafafa !important;
  opacity: 0.5;
}
[data-v-69fa2377] .ant-table-tbody > tr.row-drag-over {
  background-color: #e6f7ff !important;
  border-top: 2px solid #1890ff !important;
}


.search-bar[data-v-9e53e7e0] {
  margin-bottom: 16px;
}

/* 高级筛选按钮样式：绿色加粗 */
.advanced-search-btn[data-v-9e53e7e0] {
  color: #52c41a !important;
  font-weight: bold !important;
}
.advanced-search-btn[data-v-9e53e7e0]:hover {
  color: #73d13d !important;
}

/* 搜索按钮样式：绿色背景 */
.search-radio-button[data-v-9e53e7e0] {
  background-color: #52c41a !important;
  border-color: #52c41a !important;
  color: white !important;
}
.search-radio-button[data-v-9e53e7e0]:hover {
  background-color: #73d13d !important;
  border-color: #73d13d !important;
}

/* 重置按钮样式：红色背景 */
.reset-radio-button[data-v-9e53e7e0] {
  background-color: #ff4d4f !important;
  border-color: #ff4d4f !important;
  color: white !important;
}
.reset-radio-button[data-v-9e53e7e0]:hover {
  background-color: #ff7875 !important;
  border-color: #ff7875 !important;
}

/* 搜索栏小字体样式 */
.search-bar[data-v-9e53e7e0] .ant-select,
.search-bar[data-v-9e53e7e0] .ant-select-selection-item,
.search-bar[data-v-9e53e7e0] .ant-select-selection-placeholder,
.search-bar[data-v-9e53e7e0] .ant-input,
.search-bar[data-v-9e53e7e0] .ant-btn,
.search-bar[data-v-9e53e7e0] .ant-radio-button-wrapper,
.search-bar[data-v-9e53e7e0] .ant-picker,
.search-bar[data-v-9e53e7e0] .ant-picker-input > input,
.search-bar span[data-v-9e53e7e0] {
  font-size: 12px !important;
}

/* 已选筛选条件展示样式 */
.active-filters[data-v-9e53e7e0] {
  margin-top: 12px;
  padding: 8px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  border: 1px solid #e9ecef;
}
.active-filters-label[data-v-9e53e7e0] {
  font-size: 12px;
  color: #6c757d;
  margin-right: 8px;
  white-space: nowrap;
}
.filter-tag[data-v-9e53e7e0] {
  font-size: 12px !important;
  padding: 0 8px !important;
  height: 22px !important;
  line-height: 20px !important;
  margin-bottom: 0 !important;
}
.filter-tag-title[data-v-9e53e7e0] {
  font-weight: bold;
  margin-right: 4px;
}
.filter-tag-op[data-v-9e53e7e0] {
  color: #1890ff;
  margin-right: 4px;
}
.filter-tag-value[data-v-9e53e7e0] {
  color: #555;
}
.clear-all-btn[data-v-9e53e7e0] {
  font-size: 12px !important;
  padding: 0 4px !important;
  height: 22px !important;
}

/* 高级筛选行样式 */
.advanced-search-content[data-v-9e53e7e0] {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px 0;
}
.advanced-search-row[data-v-9e53e7e0] {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #f0f0f0;
}
.advanced-search-row[data-v-9e53e7e0]:last-child {
  border-bottom: none;
}
.add-row-container[data-v-9e53e7e0] {
  margin-top: 16px;
}
.add-condition-btn[data-v-9e53e7e0] {
  height: 32px !important;
  border-radius: 6px !important;
  border-style: dashed !important;
  color: #1890ff !important;
  border-color: #1890ff !important;
  background: #f0f7ff !important;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.add-condition-btn[data-v-9e53e7e0]:hover:not(:disabled) {
  background: #e6f7ff !important;
  color: #40a9ff !important;
  border-color: #40a9ff !important;
  box-shadow: 0 2px 4px rgba(24, 144, 255, 0.1);
}
.add-condition-btn[data-v-9e53e7e0]:disabled {
  background: #f5f5f5 !important;
  color: #bfbfbf !important;
  border-color: #d9d9d9 !important;
}
.value-input-container[data-v-9e53e7e0] {
  min-width: 200px;
}

/* 统一搜索栏内组件高度 */
.search-bar[data-v-9e53e7e0] .ant-select-selector,
.search-bar[data-v-9e53e7e0] .ant-input,
.search-bar[data-v-9e53e7e0] .ant-picker,
.search-bar[data-v-9e53e7e0] .ant-radio-button-wrapper {
  height: 24px !important;
}
.search-bar[data-v-9e53e7e0] .ant-select-selection-item,
.search-bar[data-v-9e53e7e0] .ant-select-selection-placeholder,
.search-bar[data-v-9e53e7e0] .ant-radio-button-wrapper,
.search-bar[data-v-9e53e7e0] .ant-input,
.search-bar[data-v-9e53e7e0] .ant-picker-input > input {
  line-height: 22px !important; /* 24px - 2px border */
}

/* 针对 select 内部特殊处理 */
.search-bar[data-v-9e53e7e0] .ant-select-selector {
  display: flex;
  align-items: center;
}

/* 高级筛选对话框小字体样式 */
[data-v-9e53e7e0] .advanced-search-modal .ant-modal-title,[data-v-9e53e7e0] .advanced-search-modal .ant-form-item-label > label,[data-v-9e53e7e0] .advanced-search-modal .ant-input,[data-v-9e53e7e0] .advanced-search-modal .ant-select,[data-v-9e53e7e0] .advanced-search-modal .ant-select-selection-item,[data-v-9e53e7e0] .advanced-search-modal .ant-select-selection-placeholder,[data-v-9e53e7e0] .advanced-search-modal .ant-picker,[data-v-9e53e7e0] .advanced-search-modal .ant-picker-input > input,[data-v-9e53e7e0] .advanced-search-modal .ant-btn,[data-v-9e53e7e0] .advanced-search-modal .ant-radio-button-wrapper,[data-v-9e53e7e0] .advanced-search-modal span {
  font-size: 12px !important;
}


.modal-form-wrapper[data-v-61e30920] {
  height: calc(100vh - 280px);
  overflow-y: auto;
  padding: 24px;
}

/* 固定高度对话框样式 */
.fixed-height-modal[data-v-61e30920] .ant-modal {
  top: 50px !important;
  max-height: calc(100vh - 200px) !important;
  display: flex !important;
  flex-direction: column !important;
}
.fixed-height-modal[data-v-61e30920] .ant-modal-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}
.fixed-height-modal[data-v-61e30920] .ant-modal-body {
  flex: 1 !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.table-container[data-v-61e30920] {
  padding: 0px;
}
.table-container[data-v-61e30920] .ant-table {
  font-size: 12px;
}
.table-container[data-v-61e30920] .ant-table-thead > tr > th {
  background-color: #f0f2f5;
  font-weight: 600;
  padding: 8px 16px;
}
.table-container[data-v-61e30920] .ant-table-tbody > tr > td {
  padding: 8px 16px;
}
.table-container[data-v-61e30920] .ant-pagination {
  font-size: 12px;
  margin-top: 16px;
}
.selection-search-bar[data-v-61e30920] {
  margin-bottom: 16px;
}


/* popover 气泡内 tag 容器：允许换行展示全部 */
.modal-popover-tags[data-v-4bc1da2f] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 480px;
}
.modal-popover-tag[data-v-4bc1da2f] {
  margin: 0;
  white-space: nowrap;
}

/* table 只读多选 popover 触发区：占满单元格以便悬停触发 */
.table-tag-inner[data-v-4bc1da2f] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.multi-select-input-field[data-v-4bc1da2f] {
  width: 100%;
  height: 32px !important;
}
.multi-select-input-field[data-v-4bc1da2f] .ant-input {
  padding-left: 4px;
  height: 24px !important;
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.multi-select-input-field[data-v-4bc1da2f] .ant-input-prefix {
  margin-right: 4px;
  align-self: center;
  height: 20px;
  max-width: calc(100% - 40px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.multi-select-input-field[data-v-4bc1da2f] .ant-input-prefix::-webkit-scrollbar {
  height: 4px;
}
.multi-select-input-field[data-v-4bc1da2f] .ant-input-prefix::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
}
.multi-select-input-field[data-v-4bc1da2f] .ant-input-prefix::-webkit-scrollbar-track {
  background-color: transparent;
}
.multi-select-tag-list[data-v-4bc1da2f] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
}
.multi-select-tag-item[data-v-4bc1da2f] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0px 6px;
  line-height: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
.table-tag-list[data-v-4bc1da2f] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.table-tag-item[data-v-4bc1da2f] {
  margin: 0;
  font-size: var(--font-size-base);
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  flex-shrink: 0;
  white-space: nowrap;
}
.table-plain-text[data-v-4bc1da2f] {
  font-size: var(--font-size-base);
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-empty-text[data-v-4bc1da2f] {
  color: #bfbfbf;
  font-size: var(--font-size-base);
}
.modal-input-wrapper[data-v-4bc1da2f] {
  width: 100%;
}
.modal-input-wrapper[data-v-4bc1da2f] .ant-input-suffix {
  margin-left: 4px;
}
.plus-btn-suffix[data-v-4bc1da2f] {
  padding: 0 2px !important;
  height: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #1890ff;
}
.plus-btn-suffix[data-v-4bc1da2f]:hover {
  background: transparent;
  color: #40a9ff;
}


.volume-input-container[data-v-2ffbd4ac] {
  width: 100%;
}
.volume-input-group[data-v-2ffbd4ac] {
  display: flex !important;
  width: 100% !important;
}
.volume-input[data-v-2ffbd4ac] {
  flex: 1 !important;
  min-width: 0 !important;
}
.volume-unit-select[data-v-2ffbd4ac] {
  width: 80px !important;
  flex-shrink: 0 !important;
}


.weight-input-container[data-v-271602d5] {
  width: 100%;
}
.weight-input-group[data-v-271602d5] {
  display: flex !important;
  width: 100% !important;
}
.weight-input[data-v-271602d5] {
  width: 100% !important;
  flex: 1 !important;
}
.weight-unit-select[data-v-271602d5] {
  width: 80px !important;
  flex-shrink: 0 !important;
}


.duration-input-container[data-v-08a85df2] {
  width: 100%;
}
.duration-input-group[data-v-08a85df2] {
  display: flex !important;
  width: 100% !important;
}
.duration-input[data-v-08a85df2] {
  width: 100% !important;
  flex: 1 !important;
}
.duration-unit-select[data-v-08a85df2] {
  width: 80px !important;
  flex-shrink: 0 !important;
}


.length-input-container[data-v-f8760aae] {
  width: 100%;
}
.length-input-group[data-v-f8760aae] {
  display: flex !important;
  width: 100% !important;
}
.length-input[data-v-f8760aae] {
  width: 100% !important;
  flex: 1 !important;
}
.length-unit-select[data-v-f8760aae] {
  width: 120px !important;
  flex-shrink: 0 !important;
}


.payment-duration-container[data-v-20f47e07] {
  width: 100%;
}
.payment-duration-input-group[data-v-20f47e07] {
  display: flex !important;
  width: 100% !important;
}
.payment-duration-type-select[data-v-20f47e07] {
  width: 100px !important;
  flex-shrink: 0 !important;
}
.payment-duration-days-input[data-v-20f47e07] {
  width: 100% !important;
  flex: 1 !important;
  min-width: 80px !important;
}
.payment-duration-select[data-v-20f47e07] {
  width: 100px !important;
  flex-shrink: 0 !important;
}
.payment-duration-date-picker[data-v-20f47e07] {
  width: 100% !important;
  flex: 1 !important;
}


.fba-modal-content[data-v-4014d24e] {
  padding: 10px 0;
}
.unit-selector[data-v-4014d24e] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.unit-label[data-v-4014d24e] {
  margin-right: 20px;
  font-weight: 600;
  min-width: 40px;
}
[data-v-4014d24e] .ant-form {
  font-size: var(--font-size-base);
}
[data-v-4014d24e] .ant-form-item {
  margin-bottom: 16px;
}
[data-v-4014d24e] .ant-form-item-label > label {
  font-size: var(--font-size-base);
  font-weight: 500;
}
[data-v-4014d24e] .ant-input-number {
  font-size: var(--font-size-base);
}
[data-v-4014d24e] .ant-select {
  font-size: var(--font-size-base);
}
[data-v-4014d24e] .ant-input {
  font-size: var(--font-size-base);
}
[data-v-4014d24e] .ant-row {
  margin-bottom: 10px;
}


/* 针对多选模式的样式优化 */
.multi-select-compact[data-v-4cde31d2] .ant-select-selection-item {
  height: 22px;
  line-height: 20px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: #f5f5f5;
  font-size: 12px;
  padding-inline-start: 4px;
}
.multi-select-compact[data-v-4cde31d2] .ant-select-selection-overflow-item {
  align-self: center;
}
.multi-select-compact[data-v-4cde31d2] .ant-select-selection-placeholder {
  font-size: 13px;
}

/* 调整多选时的整体高度感，使其不至于太突兀 */
.multi-select-compact[data-v-4cde31d2] .ant-select-selector {
  padding: 0 4px !important;
  min-height: 32px !important;
}

/* 级联选择器下拉菜单样式调整 */
[data-v-4cde31d2] .ant-cascader-menu {
  min-width: 300px !important;
  max-height: 500px !important;
  height: auto !important;
}


/* vertical 布局样式 */
[data-v-1dd6a456] .ant-form-item {
  display: block !important;
  margin-bottom: 12px !important;
  width: 100% !important;
}
[data-v-1dd6a456] .ant-form-item-label {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  flex: none !important;
}
[data-v-1dd6a456] .ant-form-item-label label {
  display: block !important;
  font-size: 12px !important;
  color: #8c8c8c !important;
  font-weight: 500 !important;
  text-align: left !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
}

/* 隐藏冒号 */
[data-v-1dd6a456] .ant-form-item-label label::after {
  display: none !important;
}
[data-v-1dd6a456] .ant-form-item-control {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  line-height: 1.5 !important;
  flex: 1 1 auto !important;
}
[data-v-1dd6a456] .ant-form-item-control,[data-v-1dd6a456] .ant-form-item-label {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  text-align: left !important;
}

/* 必填星号位置 */
[data-v-1dd6a456] .ant-form-item-label label.ant-form-item-required::before {
  display: inline-block !important;
  margin-right: 4px !important;
  color: #ff4d4f !important;
  font-family: SimSun, sans-serif !important;
  line-height: 1 !important;
  font-size: 14px !important;
  content: "*" !important;
  position: static !important;
}

/* 日期组件宽度 */
[data-v-1dd6a456] .ant-picker {
  width: 100% !important;
}


.add-modal-content[data-v-b6f4a130] {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 280px);
}
.modal-form-wrapper[data-v-b6f4a130] {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  min-height: 200px;
}
.modal-footer[data-v-b6f4a130] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  flex-shrink: 0;
}
.submit-button[data-v-b6f4a130] {
  background-color: #52c41a !important;
  border-color: #52c41a !important;
}
.submit-button[data-v-b6f4a130]:hover {
  background-color: #73d13d !important;
  border-color: #73d13d !important;
}
.submit-button[data-v-b6f4a130]:focus {
  background-color: #52c41a !important;
  border-color: #52c41a !important;
}


.info-card[data-v-76c92dc3] {
  background-color: white;
  border-radius: 4px;
}
.dynamic-form-wrapper[data-v-76c92dc3] {
  max-width: 1400px;
}
.info-form[data-v-76c92dc3] .ant-form-item {
  margin-bottom: 12px;
}

/* 表单组样式 */
.form-group[data-v-76c92dc3] {
  margin-bottom: 24px;
}

/* 表单组标题样式 */
.form-group-title[data-v-76c92dc3] {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.info-value[data-v-76c92dc3] {
  color: rgba(0, 0, 0, 0.85);
}

/* 多行文本样式 */
.info-multiline-text[data-v-76c92dc3] {
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
}

/* 确保表单项标签宽度一致 */
.info-form[data-v-76c92dc3] .ant-form-item-label {
  width: 150px !important;
  flex: 0 0 150px !important;
  text-align: right;
  padding-right: 12px;
}

/* 超链接样式 */
.info-hyperlink[data-v-76c92dc3] {
  font-size: 14px;
  font-weight: bold;
  color: #1890ff !important;
  text-decoration: none;
  cursor: pointer;
}
.info-hyperlink[data-v-76c92dc3]:hover {
  color: #40a9ff !important;
  text-decoration: underline;
}

/* 图片容器样式 */
.info-images-container[data-v-76c92dc3] {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

/* 小尺寸图片样式 */
.info-image-small[data-v-76c92dc3] {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
  cursor: pointer;
}
.info-image-small[data-v-76c92dc3]:hover {
  opacity: 0.8;
}

/* 大尺寸图片样式（用于详情页） */
.info-image[data-v-76c92dc3] {
  max-width: 200px;
  max-height: 120px;
  object-fit: contain;
  border-radius: 4px;
  cursor: pointer;
}
.info-image[data-v-76c92dc3]:hover {
  opacity: 0.8;
}

/* 卡片操作文本样式（参考DataTableCard的table-action-text） */
.card-action-text[data-v-76c92dc3] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.card-action-text[data-v-76c92dc3]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}

/* 扩展按钮蓝色样式 */
.card-action-text.extend-button[data-v-76c92dc3] {
  color: #1890ff !important;
}
.card-action-text.extend-button[data-v-76c92dc3]:hover {
  color: #40a9ff !important;
}


.table-container[data-v-71cf4048] {
  padding: 16px;
}
.table-container[data-v-71cf4048] .ant-table {
  font-size: 12px;
}
.table-container[data-v-71cf4048] .ant-table-thead > tr > th {
  background-color: #f0f2f5;
  font-weight: 600;
  padding: 8px 16px;
}
.table-container[data-v-71cf4048] .ant-table-tbody > tr > td {
  padding: 8px 16px;
}
.table-container[data-v-71cf4048] .ant-pagination {
  font-size: 12px;
  margin-top: 16px;
}
.table-card[data-v-71cf4048] .ant-card-body {
  padding: 0;
}


.modal-form-wrapper[data-v-0ee95531] {
  height: calc(100vh - 280px);
  overflow-y: auto;
  padding: 24px;
  background-color: #f5f5f5;
}

/* 固定高度对话框样式 */
.add-modal[data-v-0ee95531] .ant-modal {
  top: 50px !important;
  max-height: calc(100vh - 200px) !important;
  display: flex !important;
  flex-direction: column !important;
}
.add-modal[data-v-0ee95531] .ant-modal-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}
.add-modal[data-v-0ee95531] .ant-modal-body {
  flex: 1 !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.add-modal[data-v-0ee95531] .ant-modal-footer {
  flex-shrink: 0 !important;
}



/* 体积输入框样式 */
[data-v-0ee95531] .volume-input-container {
  width: 100%;
}
[data-v-0ee95531] .volume-input-group {
  display: flex !important;
  width: 100% !important;
}
[data-v-0ee95531] .volume-input {
  flex: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
}
[data-v-0ee95531] .volume-unit-select {
  width: 80px !important;
  flex-shrink: 0 !important;
}

/* 重量输入框样式 */
[data-v-0ee95531] .weight-input-container {
  width: 100%;
}
[data-v-0ee95531] .weight-input-group {
  display: flex !important;
  width: 100% !important;
}
[data-v-0ee95531] .weight-input {
  flex: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
}
[data-v-0ee95531] .weight-unit-select {
  width: 80px !important;
  flex-shrink: 0 !important;
}

/* 容量输入框样式 */
[data-v-0ee95531] .capacity-input-container {
  width: 100%;
}
[data-v-0ee95531] .capacity-input-group {
  display: flex !important;
  width: 100% !important;
  align-items: flex-start;
}
[data-v-0ee95531] .capacity-input {
  flex: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
}
[data-v-0ee95531] .capacity-unit-select {
  width: 100px !important;
  flex-shrink: 0 !important;
}

/* 时长输入框样式 */
[data-v-0ee95531] .duration-input-container {
  width: 100%;
}
[data-v-0ee95531] .duration-input-group {
  display: flex !important;
  width: 100% !important;
}
[data-v-0ee95531] .duration-input {
  flex: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
}
[data-v-0ee95531] .duration-unit-select {
  width: 80px !important;
  flex-shrink: 0 !important;
}

/* 长度输入框样式 */
[data-v-0ee95531] .length-input-container {
  width: 100%;
}
[data-v-0ee95531] .length-input-group {
  display: flex !important;
  width: 100% !important;
}
[data-v-0ee95531] .length-input {
  flex: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
}
[data-v-0ee95531] .length-unit-select {
  width: 100px !important;
  flex-shrink: 0 !important;
}

/* 表单分组样式 */
.form-group[data-v-0ee95531] {
  margin-bottom: 24px;
}
.form-group-title[data-v-0ee95531] {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

/* 图片分组的样式 */
.image-form-item[data-v-0ee95531] .ant-form-item {
  display: flex;
}
.image-form-item[data-v-0ee95531] .ant-form-item-label {
  width: 150px !important;
  flex: 0 0 150px !important;
  text-align: right;
  padding-right: 12px;
}
.image-form-item[data-v-0ee95531] .ant-form-item-control {
  flex: 1;
  margin-left: 0 !important;
  width: auto !important;
  max-width: none !important;
}
.image-form-item[data-v-0ee95531] .ant-form-item-control-input {
  width: 100%;
}
.image-form-item[data-v-0ee95531] .ant-form-item-control-input-content {
  width: 100%;
}

/* 附件分组的样式 */
.attachment-form-item[data-v-0ee95531] .ant-form-item {
  display: flex;
}
.attachment-form-item[data-v-0ee95531] .ant-form-item-label {
  width: 150px !important;
  flex: 0 0 150px !important;
  text-align: right;
  padding-right: 12px;
}
.attachment-form-item[data-v-0ee95531] .ant-form-item-control {
  flex: 1;
  margin-left: 0 !important;
  width: auto !important;
  max-width: none !important;
}
.attachment-form-item[data-v-0ee95531] .ant-form-item-control-input {
  width: 100%;
}
.attachment-form-item[data-v-0ee95531] .ant-form-item-control-input-content {
  width: 100%;
}

/* 总结表单项样式 - 保持label与其他组对齐 */
.summary-form-item[data-v-0ee95531] .ant-form-item-control {
  margin-left: 0 !important;
  width: auto !important;
  max-width: none !important;
  flex: 1 1 auto !important;
}
.summary-form-item[data-v-0ee95531] .ant-form-item-control-input {
  width: 100%;
}
.summary-form-item[data-v-0ee95531] .ant-form-item-control-input-content {
  width: 100%;
}

/* 总结字数统计样式 */
.summary-word-count[data-v-0ee95531] {
  text-align: right;
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 4px;
  padding-right: 4px;
}

/* 字数达到上限时的警告样式 */
.word-count-warning[data-v-0ee95531] {
  color: #ff4d4f;
  font-weight: 500;
}

/* 基本信息组中textarea样式 */
.basic-form-textarea[data-v-0ee95531] {
  min-height: 60px;
}
.basic-form-textarea-item[data-v-0ee95531] .ant-form-item-control-input {
  min-height: 60px;
}

/* 旧版 4 列模式下的 textarea 和特殊字段对齐 - 已移除 */

/* Submit Button Style */
.submit-button[data-v-0ee95531] {
  background-color: #52c41a !important;
  border-color: #52c41a !important;
}
.submit-button[data-v-0ee95531]:hover {
  background-color: #73d13d !important;
  border-color: #73d13d !important;
}
.submit-button[data-v-0ee95531]:focus {
  background-color: #52c41a !important;
  border-color: #52c41a !important;
}

/* 评分组件样式 */
.rate-container[data-v-0ee95531] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rate-text[data-v-0ee95531] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  min-width: 60px;
}

/* 列数选择器样式 - 已移除 */

/* 链接和备份组样式 */
.hyperlink-form-item[data-v-0ee95531] .ant-input-group-addon {
  cursor: pointer;
  padding: 0 10px;
}
.backup-word-count[data-v-0ee95531] {
  text-align: right;
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 4px;
  padding-right: 4px;
}
.backup-word-count-warning[data-v-0ee95531] {
  color: #ff4d4f;
  font-weight: 500;
}

/* 超链接样式 */
.hyperlink-container[data-v-0ee95531] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 32px;
}

/* 超链接列表样式 */
.hyperlink-list-inline[data-v-0ee95531] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.hyperlink-tag[data-v-0ee95531] {
  margin-right: 8px;
  margin-bottom: 0;
}
.hyperlink-label[data-v-0ee95531] {
  color: #1890ff;
  cursor: pointer;
}
.hyperlink-label[data-v-0ee95531]:hover {
  text-decoration: underline;
}

/* 添加链接按钮样式 */
.add-hyperlink-btn-inline[data-v-0ee95531] {
  flex-shrink: 0;
  margin-left: 8px;
}
.popover-link[data-v-0ee95531] {
  max-width: 300px;
  word-break: break-all;
  font-size: 12px;
}

/* 多容量样式 */
.multi-capacity-container[data-v-0ee95531] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 32px;
}

/* 多容量列表样式 */
.multi-capacity-list-inline[data-v-0ee95531] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.multi-capacity-tag[data-v-0ee95531] {
  margin-right: 8px;
  margin-bottom: 0;
}
.multi-capacity-content[data-v-0ee95531] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

/* 添加容量按钮样式 */
.add-multi-capacity-btn-inline[data-v-0ee95531] {
  flex-shrink: 0;
  margin-left: 8px;
}

/* 确定按钮绿色背景 */
[data-v-0ee95531] .ant-modal-footer .ant-btn-primary {
  background-color: #52c41a !important;
  border-color: #52c41a !important;
}
[data-v-0ee95531] .ant-modal-footer .ant-btn-primary:hover {
  background-color: #73d13d !important;
  border-color: #73d13d !important;
}
[data-v-0ee95531] .ant-modal-footer .ant-btn-primary:focus {
  background-color: #52c41a !important;
  border-color: #52c41a !important;
}

/* 日期选择框样式调整，确保与input组件宽度一致 */
[data-v-0ee95531] .ant-picker {
  width: 100%;
}

/* 标签类型样式 */
.tag-container[data-v-0ee95531] {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 32px;
  gap: 8px;
}

/* 标签列表样式 */
.tag-list-inline[data-v-0ee95531] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.tag-item[data-v-0ee95531] {
  margin-right: 8px;
  margin-bottom: 0;
}
.tag-content[data-v-0ee95531] {
  display: inline;
  white-space: nowrap;
  font-size: 14px;
}

/* 添加标签按钮样式 */
.add-tag-btn-inline[data-v-0ee95531] {
  flex-shrink: 0;
  margin-left: 8px;
}

/* 强制换行占位列 */
.grid-line-break[data-v-0ee95531] {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  flex-basis: 100% !important;
}

/* textarea 类型的列 - 已移除 */

/* 风格切换器样式 - 已移除 */

.vue-flow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}

.vue-flow__container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.vue-flow__pane {
  z-index: 1;
}

.vue-flow__pane.draggable {
    cursor: grab;
  }

.vue-flow__pane.selection {
    cursor: pointer;
  }

.vue-flow__pane.dragging {
    cursor: grabbing;
  }

.vue-flow__transformationpane {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}

.vue-flow__viewport {
  z-index: 4;
  overflow: clip;
}

.vue-flow__selection {
  z-index: 6;
}

.vue-flow__edge-labels {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.vue-flow__nodesselection-rect:focus,
.vue-flow__nodesselection-rect:focus-visible {
  outline: none;
}

.vue-flow .vue-flow__edges {
  pointer-events: none;
  overflow: visible;
}

.vue-flow__edge-path,
.vue-flow__connection-path {
  stroke: #b1b1b7;
  stroke-width: 1;
  fill: none;
}

.vue-flow__edge {
  pointer-events: visibleStroke;
  cursor: pointer;
}

.vue-flow__edge.animated path {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }

.vue-flow__edge.animated path.vue-flow__edge-interaction {
    stroke-dasharray: none;
    animation: none;
  }

.vue-flow__edge.inactive {
    pointer-events: none;
  }

.vue-flow__edge.selected,
  .vue-flow__edge:focus,
  .vue-flow__edge:focus-visible {
    outline: none;
  }

.vue-flow__edge.selected .vue-flow__edge-path,
  .vue-flow__edge:focus .vue-flow__edge-path,
  .vue-flow__edge:focus-visible .vue-flow__edge-path {
    stroke: #555;
  }

.vue-flow__edge-textwrapper {
    pointer-events: all;
  }

.vue-flow__edge-textbg {
    fill: white;
  }

.vue-flow__edge-text {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

.vue-flow__connection {
  pointer-events: none;
}

.vue-flow__connection .animated {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }

.vue-flow__connectionline {
  z-index: 1001;
}

.vue-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}

.vue-flow__node {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: default;
}

.vue-flow__node.draggable {
    cursor: grab;
    pointer-events: all;
  }

.vue-flow__node.draggable.dragging {
      cursor: grabbing;
    }

.vue-flow__nodesselection {
  z-index: 3;
  transform-origin: left top;
  pointer-events: none;
}

.vue-flow__nodesselection-rect {
    position: absolute;
    pointer-events: all;
    cursor: grab;
  }

.vue-flow__nodesselection-rect.dragging {
      cursor: grabbing;
    }

.vue-flow__handle {
  position: absolute;
  pointer-events: none;
  min-width: 5px;
  min-height: 5px;
}

.vue-flow__handle.connectable {
    pointer-events: all;
    cursor: crosshair;
  }

.vue-flow__handle-bottom {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }

.vue-flow__handle-top {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }

.vue-flow__handle-left {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }

.vue-flow__handle-right {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }

.vue-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}

.vue-flow__panel {
  position: absolute;
  z-index: 5;
  margin: 15px;
}

.vue-flow__panel.top {
    top: 0;
  }

.vue-flow__panel.bottom {
    bottom: 0;
  }

.vue-flow__panel.left {
    left: 0;
  }

.vue-flow__panel.right {
    right: 0;
  }

.vue-flow__panel.center {
    left: 50%;
    transform: translateX(-50%);
  }

@keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}

:root {
  --vf-node-bg: #fff;
  --vf-node-text: #222;
  --vf-connection-path: #b1b1b7;
  --vf-handle: #555;
}

.vue-flow__edge.updating .vue-flow__edge-path {
      stroke: #777;
    }

.vue-flow__edge-text {
  font-size: 10px;
}

.vue-flow__edge-textbg {
  fill: #fff;
}

.vue-flow__connection-path {
  stroke: var(--vf-connection-path);
}

.vue-flow__node {
  cursor: grab;
}

.vue-flow__node.selectable:focus,
  .vue-flow__node.selectable:focus-visible {
    outline: none;
  }

.vue-flow__node-default,
.vue-flow__node-input,
.vue-flow__node-output {
  padding: 10px;
  border-radius: 3px;
  width: 150px;
  font-size: 12px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  color: var(--vf-node-text);
  background-color: var(--vf-node-bg);
  border-color: var(--vf-node-color);
}

.vue-flow__node-default.selected,
  .vue-flow__node-default.selected:hover,
  .vue-flow__node-input.selected,
  .vue-flow__node-input.selected:hover,
  .vue-flow__node-output.selected,
  .vue-flow__node-output.selected:hover {
    box-shadow: 0 0 0 0.5px var(--vf-box-shadow);
  }

.vue-flow__node-default.selected,
  .vue-flow__node-default:focus,
  .vue-flow__node-default:focus-visible,
  .vue-flow__node-input.selected,
  .vue-flow__node-input:focus,
  .vue-flow__node-input:focus-visible,
  .vue-flow__node-output.selected,
  .vue-flow__node-output:focus,
  .vue-flow__node-output:focus-visible {
    outline: none;
    border: 1px solid #555;
  }

.vue-flow__node-default .vue-flow__handle, .vue-flow__node-input .vue-flow__handle, .vue-flow__node-output .vue-flow__handle {
    background: var(--vf-handle);
  }

.vue-flow__node-default.selectable:hover, .vue-flow__node-input.selectable:hover, .vue-flow__node-output.selectable:hover {
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
  }

.vue-flow__node-input {
  --vf-node-color: var(--vf-node-color, #0041d0);
  --vf-handle: var(--vf-node-color, #0041d0);
  --vf-box-shadow: var(--vf-node-color, #0041d0);

  background: var(--vf-node-bg);
  border-color: var(--vf-node-color, #0041d0);
}

.vue-flow__node-input.selected,
  .vue-flow__node-input:focus,
  .vue-flow__node-input:focus-visible {
    outline: none;
    border: 1px solid var(--vf-node-color, #0041d0);
  }

.vue-flow__node-default {
  --vf-handle: var(--vf-node-color, #1a192b);
  --vf-box-shadow: var(--vf-node-color, #1a192b);

  background: var(--vf-node-bg);
  border-color: var(--vf-node-color, #1a192b);
}

.vue-flow__node-default.selected,
  .vue-flow__node-default:focus,
  .vue-flow__node-default:focus-visible {
    outline: none;
    border: 1px solid var(--vf-node-color, #1a192b);
  }

.vue-flow__node-output {
  --vf-handle: var(--vf-node-color, #ff0072);
  --vf-box-shadow: var(--vf-node-color, #ff0072);

  background: var(--vf-node-bg);
  border-color: var(--vf-node-color, #ff0072);
}

.vue-flow__node-output.selected,
  .vue-flow__node-output:focus,
  .vue-flow__node-output:focus-visible {
    outline: none;
    border: 1px solid var(--vf-node-color, #ff0072);
  }

.vue-flow__nodesselection-rect,
.vue-flow__selection {
  background: rgba(0, 89, 220, 0.08);
  border: 1px dotted rgba(0, 89, 220, 0.8);
}

.vue-flow__nodesselection-rect:focus,
  .vue-flow__nodesselection-rect:focus-visible,
  .vue-flow__selection:focus,
  .vue-flow__selection:focus-visible {
    outline: none;
  }

.vue-flow__handle {
  width: 6px;
  height: 6px;
  background: var(--vf-handle);
  border: 1px solid #fff;
  border-radius: 100%;
}


.approval-card[data-v-4702b37c] { margin-bottom: 16px;
}
.workflow-section[data-v-4702b37c] { margin-bottom: 24px;
}
.workflow-outer-container[data-v-4702b37c] {
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #fafafa;
  overflow: hidden;
  width: 100%;
}
.workflow-wrapper[data-v-4702b37c] {
  height: 400px;
  overflow: auto;
  width: 100%;
}
.zoom-controls[data-v-4702b37c] {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 100;
}
.zoom-btn[data-v-4702b37c] {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.reset-btn[data-v-4702b37c] { width: auto; padding: 0 8px; font-size: 12px; font-weight: normal; border-radius: 4px;
}
.custom-node[data-v-4702b37c] {
  height: 48px;
  width: 150px;
  border-radius: 8px;
  border: 2px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  box-sizing: border-box;
  /* 关键：不再设置 padding，保证容器的物理高度严格为 48px */
}
.custom-node.completed[data-v-4702b37c] { border-color: #52c41a; background-color: #f6ffed;
}
.custom-node.processing[data-v-4702b37c] { border-color: #1890ff; background-color: #e6f7ff;
}
.custom-node.rejected[data-v-4702b37c] { border-color: #ff4d4f; background-color: #fff2f0;
}
.custom-node.canceled[data-v-4702b37c] { border-color: #000000; background-color: #f5f5f5;
}
.node-header[data-v-4702b37c] { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 100%;
}
.status-dot[data-v-4702b37c] { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
}
.custom-node.completed .status-dot[data-v-4702b37c] { background-color: #52c41a;
}
.custom-node.processing .status-dot[data-v-4702b37c] { background-color: #1890ff; animation: dot-pulse-4702b37c 1.5s infinite;
}
.custom-node.rejected .status-dot[data-v-4702b37c] { background-color: #ff4d4f;
}
.custom-node.canceled .status-dot[data-v-4702b37c] { background-color: #000000;
}
.custom-node.pending .status-dot[data-v-4702b37c] { background-color: #d9d9d9;
}
.node-label[data-v-4702b37c] { font-size: 14px; font-weight: 600; color: rgba(0, 0, 0, 0.85); white-space: nowrap;
}
.custom-node.canceled .node-label[data-v-4702b37c] { text-decoration: line-through; text-decoration-thickness: 2px; color: #070505;
}
.external-info-group[data-v-4702b37c] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 8px;
  padding: 4px;
}
.node-info[data-v-4702b37c] { font-size: 11px; color: #595959; text-align: left; width: max-content; white-space: nowrap; margin-bottom: 2px;
}
.info-label[data-v-4702b37c] { color: #8c8c8c; font-weight: 500; margin-right: 4px;
}
.opinion-info[data-v-4702b37c] { color: #1890ff; white-space: normal; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.opinion-info .info-label[data-v-4702b37c] { color: #1890ff;
}
.opinion-info.rejected-opinion[data-v-4702b37c] { color: #ff4d4f;
}
.opinion-info.rejected-opinion .info-label[data-v-4702b37c] { color: #ff4d4f;
}
.opinion-info.canceled-opinion[data-v-4702b37c] { color: #000000;
}
.opinion-info.canceled-opinion .info-label[data-v-4702b37c] { color: #000000;
}
@keyframes dot-pulse-4702b37c {
0% { transform: scale(0.8); opacity: 0.5;
}
50% { transform: scale(1.2); opacity: 1;
}
100% { transform: scale(0.8); opacity: 0.5;
}
}
.opinion-section[data-v-4702b37c] { margin-bottom: 24px;
}
.section-title[data-v-4702b37c] { font-size: 16px; font-weight: 600; margin-bottom: 12px; color: rgba(0, 0, 0, 0.85);
}
.opinion-textarea[data-v-4702b37c] { width: 100%; resize: none;
}
.action-section[data-v-4702b37c] { display: flex; justify-content: flex-end; padding-top: 16px; border-top: 1px solid #f0f0f0;
}
.approve-btn[data-v-4702b37c] { background-color: #52c41a; border-color: #52c41a; color: white;
}
[data-v-4702b37c] .vue-flow__node-workflow { 
  padding: 0 !important; 
  background: none;
  border: none;
  width: 150px !important;
  height: 48px !important;
  /* 关键：确保 VueFlow 计算连线时使用的是这个固定高度 */
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
[data-v-4702b37c] .vue-flow__handle {
  width: 1px;
  height: 1px;
  background-color: transparent !important;
  border: none !important;
  z-index: 10;
  /* 强制物理居中：使用像素 24px 取代百分比，防止引擎按高度 0 计算 */
  top: 24px !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}
[data-v-4702b37c] .vue-flow__handle-right { 
  right: -4px !important; 
  left: auto !important;
}
[data-v-4702b37c] .vue-flow__handle-left { 
  left: -4px !important; 
  right: auto !important;
}


[data-v-4056047e] .ant-form-item-label > label,[data-v-4056047e] .ant-radio-wrapper,[data-v-4056047e] .ant-checkbox-wrapper,[data-v-4056047e] .ant-input-number,[data-v-4056047e] .ant-btn-link,
.path-hint[data-v-4056047e],
.modal-body-content[data-v-4056047e] {
  font-size: 12px;
}
.column-selection-container[data-v-4056047e] {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 8px;
  max-height: 200px;
  overflow-y: auto;
}
.column-selection-header[data-v-4056047e] {
  margin-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-end;
}
.column-checkbox-group[data-v-4056047e] {
  width: 100%;
}
.modal-body-content[data-v-4056047e] {
  padding: 24px;
  overflow-y: auto;
}

/* 固定高度对话框样式 */
.fixed-height-modal[data-v-4056047e] .ant-modal {
  top: 40px;
  max-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
}
.fixed-height-modal[data-v-4056047e] .ant-modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fixed-height-modal[data-v-4056047e] .ant-modal-body {
  flex: 1;
  overflow: hidden;
  padding: 0;
}


.table-container[data-v-55ce9946] {
  padding: 16px;
}
.table-container[data-v-55ce9946] .ant-table {
  font-size: 12px;
}
.table-container[data-v-55ce9946] .ant-table-thead > tr > th {
  background-color: #f0f2f5;
  font-weight: 600;
  padding: 8px 16px;
}
.table-container[data-v-55ce9946] .ant-table-tbody > tr > td {
  padding: 8px 16px;
}
.table-container[data-v-55ce9946] .ant-pagination {
  font-size: 12px;
  margin-top: 16px;
}

/* 表格功能栏样式 */
.table-function-bar[data-v-55ce9946] {
  margin-bottom: 12px;
}
.table-function-bar[data-v-55ce9946] .ant-btn {
  font-size: 12px;
}

/* 表格操作文本样式 */
.action-radio-group[data-v-55ce9946] .ant-radio-button-wrapper {
  font-size: 12px;
  color: #52c41a;
  border-color: #d9d9d9;
}
.action-radio-group[data-v-55ce9946] .ant-radio-button-wrapper:hover {
  color: #73d13d;
  border-color: #40a9ff;
}
.action-radio-group[data-v-55ce9946] .ant-radio-button-wrapper-disabled {
  color: #bfbfbf !important;
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.action-radio-group[data-v-55ce9946] .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: #d9d9d9;
}
.action-radio-group[data-v-55ce9946] .radio-checked {
  background-color: #f6ffed;
  color: #52c41a;
  border-color: #52c41a;
  z-index: 1;
}
.table-action-text[data-v-55ce9946] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.table-action-text[data-v-55ce9946]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}
.table-card[data-v-55ce9946] .ant-card-body {
  padding: 0;
}

/* 表单组样式 */
.form-group[data-v-55ce9946] {
  margin-bottom: 24px;
}

/* 表单组标题样式 */
.form-group-title[data-v-55ce9946] {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.info-value[data-v-55ce9946] {
  color: rgba(0, 0, 0, 0.85);
}

/* 多行文本样式 */
.info-multiline-text[data-v-55ce9946] {
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
}

/* 确保表单项标签宽度一致 */
.info-form[data-v-55ce9946] .ant-form-item-label {
  width: 150px !important;
  flex: 0 0 150px !important;
  text-align: right;
  padding-right: 12px;
}

/* 超链接样式 */
.info-hyperlink[data-v-55ce9946] {
  font-size: 14px;
  font-weight: bold;
  color: #1890ff !important;
  text-decoration: none;
  cursor: pointer;
}
.info-hyperlink[data-v-55ce9946]:hover {
  color: #40a9ff !important;
  text-decoration: underline;
}

/* 图片容器样式 */
.info-images-container[data-v-55ce9946] {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

/* 小尺寸图片样式 */
.info-image-small[data-v-55ce9946] {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
  cursor: pointer;
}
.info-image-small[data-v-55ce9946]:hover {
  opacity: 0.8;
}

/* 图片和附件列表样式 */
[data-v-55ce9946] .info-img-list {
  width: 100%;
}
[data-v-55ce9946] .info-file-list {
  width: 100%;
}
[data-v-55ce9946] .ant-upload-list {
  width: 100%;
}
[data-v-55ce9946] .ant-upload-list-item {
  width: 100%;
  margin-top: 8px;
}

/* 批量编辑模式下的保存按钮样式 */
.batch-save-btn[data-v-55ce9946] {
  color: #1890ff !important;
  font-weight: bold;
}
.batch-save-btn[data-v-55ce9946]:hover {
  color: #40a9ff !important;
}

/* 批量编辑模式下的取消按钮样式 */
.batch-cancel-btn[data-v-55ce9946] {
  color: #ff4d4f !important;
  font-weight: bold;
}
.batch-cancel-btn[data-v-55ce9946]:hover {
  color: #ff7875 !important;
}

/* 更多菜单下拉项的美化样式 */
[data-v-55ce9946] .ant-dropdown-menu-item {
  font-size: 11px !important;
  padding: 8px 12px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
  color: #1890ff !important;
  line-height: 1.5 !important;
}
[data-v-55ce9946] .ant-dropdown-menu-item:hover {
  background-color: #f5f5f5 !important;
  color: #40a9ff !important;
}
[data-v-55ce9946] .ant-dropdown .ant-dropdown-menu {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}


.upload-container[data-v-48c95b4f] {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.upload-section[data-v-48c95b4f] {
  margin-top: 20px;
}
.upload-area[data-v-48c95b4f] {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
}
.upload-area[data-v-48c95b4f]:hover {
  border-color: #409eff;
}
.upload-area.drag-over[data-v-48c95b4f] {
  border-color: #409eff;
  background-color: #f5f9ff;
}
.upload-icon[data-v-48c95b4f] {
  font-size: 48px;
  margin-bottom: 10px;
}
.upload-hint[data-v-48c95b4f] {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.file-preview[data-v-48c95b4f] {
  margin-top: 20px;
}
.file-preview h3[data-v-48c95b4f] {
  margin-bottom: 10px;
}
.file-list[data-v-48c95b4f] {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
}
.file-item[data-v-48c95b4f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.file-item[data-v-48c95b4f]:last-child {
  border-bottom: none;
}
.file-info[data-v-48c95b4f] {
  flex: 1;
}
.file-name[data-v-48c95b4f] {
  font-weight: bold;
  display: block;
}
.file-size[data-v-48c95b4f] {
  font-size: 12px;
  color: #666;
}
.remove-btn[data-v-48c95b4f] {
  background-color: #ff4d4f;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.remove-btn[data-v-48c95b4f]:hover {
  background-color: #f03030;
}
.upload-actions[data-v-48c95b4f] {
  margin-top: 20px;
  text-align: center;
}
.upload-btn[data-v-48c95b4f] {
  background-color: #52c41a;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.upload-btn[data-v-48c95b4f]:hover:not(:disabled) {
  background-color: #73d13d;
}
.upload-btn[data-v-48c95b4f]:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
.upload-result[data-v-48c95b4f] {
  margin-top: 20px;
}
.result-message[data-v-48c95b4f] {
  padding: 15px;
  border-radius: 4px;
  text-align: center;
}
.result-message.success[data-v-48c95b4f] {
  background-color: #f0f9eb;
  color: #67c23a;
  border: 1px solid #c2e7b0;
}
.result-message.error[data-v-48c95b4f] {
  background-color: #fef0f0;
  color: #f56c6c;
  border: 1px solid #fbc4c4;
}


.upload-container[data-v-0c8f72e5] {
  padding: 20px;
  margin: 0 auto;
}
.upload-section[data-v-0c8f72e5] {
  margin-top: 20px;
}
.upload-area[data-v-0c8f72e5] {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
}
.upload-area[data-v-0c8f72e5]:hover {
  border-color: #409eff;
}
.upload-area.drag-over[data-v-0c8f72e5] {
  border-color: #409eff;
  background-color: #f5f9ff;
}
.upload-icon[data-v-0c8f72e5] {
  font-size: 48px;
  margin-bottom: 10px;
}
.upload-hint[data-v-0c8f72e5] {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.file-preview[data-v-0c8f72e5] {
  margin-top: 20px;
}
.file-preview h3[data-v-0c8f72e5] {
  margin-bottom: 10px;
}
.file-list[data-v-0c8f72e5] {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
}
.file-item[data-v-0c8f72e5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.file-item[data-v-0c8f72e5]:last-child {
  border-bottom: none;
}
.file-info[data-v-0c8f72e5] {
  flex: 1;
}
.file-name[data-v-0c8f72e5] {
  font-weight: bold;
  display: block;
}
.file-size[data-v-0c8f72e5] {
  font-size: 12px;
  color: #666;
}
.remove-btn[data-v-0c8f72e5] {
  background-color: #ff4d4f;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.remove-btn[data-v-0c8f72e5]:hover {
  background-color: #f03030;
}
.upload-actions[data-v-0c8f72e5] {
  margin-top: 20px;
  text-align: center;
}
.upload-btn[data-v-0c8f72e5] {
  background-color: #409eff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.upload-btn[data-v-0c8f72e5]:hover:not(:disabled) {
  background-color: #337ecc;
}
.upload-btn[data-v-0c8f72e5]:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
.upload-result[data-v-0c8f72e5] {
  margin-top: 20px;
}
.result-message[data-v-0c8f72e5] {
  padding: 15px;
  border-radius: 4px;
  text-align: center;
}
.result-message.success[data-v-0c8f72e5] {
  background-color: #f0f9eb;
  color: #67c23a;
  border: 1px solid #c2e7b0;
}
.result-message.error[data-v-0c8f72e5] {
  background-color: #fef0f0;
  color: #f56c6c;
  border: 1px solid #fbc4c4;
}

/* 表格操作文本样式 */
.table-action-text[data-v-0c8f72e5] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.table-action-text[data-v-0c8f72e5]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}

/* 扩展按钮蓝色样式 */
.table-action-text.extend-button[data-v-0c8f72e5] {
  color: #1890ff !important;
}
.table-action-text.extend-button[data-v-0c8f72e5]:hover {
  color: #40a9ff !important;
}
.card-extra-info[data-v-0c8f72e5] {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.info-item[data-v-0c8f72e5] {
  color: #666;
}
.uploaded-files-section[data-v-0c8f72e5] {
  margin-bottom: 30px;
}
.uploaded-files-section h3[data-v-0c8f72e5] {
  margin-bottom: 10px;
}
.uploaded-files-header[data-v-0c8f72e5] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.uploaded-files-header h3[data-v-0c8f72e5] {
  margin-right: 16px;
  margin-bottom: 0;
}
.upload-action-text[data-v-0c8f72e5] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.upload-action-text[data-v-0c8f72e5]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}
.upload-button-section[data-v-0c8f72e5] {
  margin-top: 20px;
  text-align: center;
}
.uploaded-files-section[data-v-0c8f72e5] .ant-table {
  font-size: 12px;
}
.uploaded-files-section[data-v-0c8f72e5] .ant-table-thead > tr > th {
  background-color: #f0f2f5;
  font-weight: 600;
  padding: 8px 16px;
}
.uploaded-files-section[data-v-0c8f72e5] .ant-table-tbody > tr > td {
  padding: 8px 16px;
}
.download-link[data-v-0c8f72e5], .delete-link[data-v-0c8f72e5] {
  font-size: 12px;
  font-weight: bold;
  color: #1890ff !important;
  text-decoration: none;
  cursor: pointer;
}
.download-link[data-v-0c8f72e5]:hover, .delete-link[data-v-0c8f72e5]:hover {
  color: #40a9ff !important;
  text-decoration: underline;
}
.delete-link[data-v-0c8f72e5] {
  color: #ff4d4f !important;
}
.delete-link[data-v-0c8f72e5]:hover {
  color: #ff7875 !important;
}
.preview-link[data-v-0c8f72e5] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.preview-link[data-v-0c8f72e5]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}


/* 组件样式 */


.meeting-card[data-v-55f7ac06] {
  background-color: white;
  border-radius: 4px;
}

/* 表格样式 */
.meeting-card[data-v-55f7ac06] .ant-table {
  font-size: 12px;
}
.meeting-card[data-v-55f7ac06] .ant-table-thead > tr > th {
  background-color: #f0f2f5;
  font-weight: 600;
  padding: 8px 16px;
}
.meeting-card[data-v-55f7ac06] .ant-table-tbody > tr > td {
  padding: 8px 16px;
}
.field-value[data-v-55f7ac06] {
  color: rgba(0, 0, 0, 0.85);
  display: inline-block;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.description-field[data-v-55f7ac06] {
  background-color: #f5f5f5;
  cursor: default;
  width: 100%;
}
.description-field[data-v-55f7ac06] textarea {
  color: rgba(0, 0, 0, 0.85);
  cursor: default;
}

/* 添加按钮文本样式 */
.table-action-text[data-v-55f7ac06] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.table-action-text[data-v-55f7ac06]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}

/* 扩展按钮蓝色样式 */
.table-action-text.extend-button[data-v-55f7ac06] {
  color: #1890ff !important;
}
.table-action-text.extend-button[data-v-55f7ac06]:hover {
  color: #40a9ff !important;
}

/* 操作链接样式 */
.action-link[data-v-55f7ac06], .delete-link[data-v-55f7ac06] {
  font-size: 12px;
  font-weight: bold;
  color: #1890ff !important;
  text-decoration: none;
  cursor: pointer;
}
.action-link[data-v-55f7ac06]:hover, .delete-link[data-v-55f7ac06]:hover {
  color: #40a9ff !important;
  text-decoration: underline;
}
.delete-link[data-v-55f7ac06] {
  color: #ff4d4f !important;
}
.delete-link[data-v-55f7ac06]:hover {
  color: #ff7875 !important;
}

/* 展开行表单样式 */
.expanded-form[data-v-55f7ac06] {
  padding: 16px 24px;
  background-color: #fafafa;
}
.expanded-form[data-v-55f7ac06] .ant-form-item {
  margin-bottom: 16px;
}
.expanded-form[data-v-55f7ac06] .ant-form-item:last-child {
  margin-bottom: 0;
}
.expanded-form .readonly-input[data-v-55f7ac06],
.expanded-form .description-field[data-v-55f7ac06] {
  background-color: #f5f5f5;
  cursor: default;
}
.expanded-form .readonly-input[data-v-55f7ac06]:disabled,
.expanded-form .description-field[data-v-55f7ac06]:disabled {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
}


.nested-comment-list[data-v-429cde54] {
  margin-left: 30px;
  margin-top: 10px;
}
.nested-comment-list[data-v-429cde54] .ant-comment {
  background-color: #fafafa;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.nested-comment-list .nested-comment-list[data-v-429cde54] {
  margin-left: 20px;
}
.edit-action[data-v-429cde54] {
  margin-left: 10px;
  color: #1890ff;
  cursor: pointer;
}
.edit-action[data-v-429cde54]:hover {
  color: #40a9ff;
}
.edit-form[data-v-429cde54] {
  margin-top: 10px;
}
.edit-textarea[data-v-429cde54] {
  margin-bottom: 10px;
}
.edit-actions[data-v-429cde54] {
  text-align: right;
}
.cancel-button[data-v-429cde54] {
  margin-right: 8px;
}
.save-button[data-v-429cde54] {
  background-color: #52c41a;
  border-color: #52c41a;
}
.avatar-container[data-v-429cde54] {
  position: relative;
  text-align: center;
}
.comment-id[data-v-429cde54] {
  font-size: 10px;
  color: #9b8a8a;
  margin-top: 4px;
}


.comment-card[data-v-8280194c] {
  background-color: white;
  border-radius: 4px;
}
.comment-input-section[data-v-8280194c] {
  margin-bottom: 20px;
  padding: 16px;
  background-color: #fafafa;
  border-radius: 4px;
}
.comment-textarea[data-v-8280194c] {
  margin-bottom: 12px;
}
.comment-actions[data-v-8280194c] {
  text-align: right;
}
.cancel-button[data-v-8280194c] {
  margin-right: 8px;
  background-color: #ffffff;
  border-color: #d9d9d9;
  color: #666666;
}
.cancel-button[data-v-8280194c]:hover {
  background-color: #f5f5f5;
  border-color: #bfbfbf;
}
.cancel-button[data-v-8280194c]:disabled {
  background-color: #fff0f0;
  border-color: #ffcccc;
  color: #ccc;
}
.submit-button[data-v-8280194c] {
  background-color: #52c41a;
  border-color: #52c41a;
}
.comment-list[data-v-8280194c] {
  margin-top: 20px;
}

/* 表格操作文本样式 */
.table-action-text[data-v-8280194c] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.table-action-text[data-v-8280194c]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}

/* 扩展按钮蓝色样式 */
.table-action-text.extend-button[data-v-8280194c] {
  color: #1890ff !important;
}
.table-action-text.extend-button[data-v-8280194c]:hover {
  color: #40a9ff !important;
}


.process-card[data-v-0de13f44] {
  margin-bottom: 20px;
}
.process-card[data-v-0de13f44] .ant-card-head {
  border-bottom: 1px solid #f0f0f0;
}
.steps-container[data-v-0de13f44] {
  margin-top: 20px;
}
.step-card[data-v-0de13f44] {
  transition: all 0.3s;
}
.step-card[data-v-0de13f44]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.current-step[data-v-0de13f44] {
  border-left: 4px solid #1890ff;
}
.completed-step[data-v-0de13f44] {
  opacity: 0.8;
}
.step-card-header[data-v-0de13f44] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.step-index[data-v-0de13f44] {
  font-weight: bold;
}
.step-card-content[data-v-0de13f44] {
  margin-top: 10px;
}
.step-details[data-v-0de13f44] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-item[data-v-0de13f44] {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.detail-label[data-v-0de13f44] {
  font-weight: 500;
  width: 80px;
  color: #666;
}
.detail-value[data-v-0de13f44] {
  flex: 1;
  color: #333;
  margin-left: 8px;
}
.status-tag[data-v-0de13f44] {
  margin-left: 8px;
}
.steps-row[data-v-0de13f44] {
  margin: 0 -8px;
}
.step-col[data-v-0de13f44] {
  padding: 0 8px;
}


.multi-table-card[data-v-0f87935d] {
  width: 100%;
}
.multi-table-card[data-v-0f87935d] .ant-card-body {
  padding: 0;
}
.multi-tabs[data-v-0f87935d] .ant-tabs-nav {
  margin: 0;
  padding: 0 16px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
.multi-tabs[data-v-0f87935d] .ant-tabs-tab {
  margin: 0 !important;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.multi-tabs[data-v-0f87935d] .ant-tabs-tab-active {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.multi-tabs[data-v-0f87935d] .ant-tabs-content {
  padding: 16px;
}


.iterm-card[data-v-13416490] {
  background-color: white;
  border-radius: 4px;
}
.iterm-list[data-v-13416490] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.iterm-row[data-v-13416490] {
  display: flex;
  align-items: flex-start;
  padding: 8px 12px;
  background-color: #fafafa;
  border-radius: 4px;
  gap: 16px;
  flex-wrap: wrap;
}
.iterm-field[data-v-13416490] {
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
  min-width: 80px;
}
.iterm-name[data-v-13416490] {
  font-weight: 600;
}
.iterm-edit-list[data-v-13416490] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.iterm-edit-row[data-v-13416490] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

/* 深度选择器确保样式穿透到 DictSelect 内部的 a-select */
.iterm-field-select[data-v-13416490] .ant-select,
.iterm-field-select[data-v-13416490] .ant-select-selector {
  width: 150px !important;
  min-width: 150px !important;
}
.iterm-field-select[data-v-13416490] {
  width: 150px;
  flex-shrink: 0;
  min-width: 150px;
}
.iterm-field-input[data-v-13416490] {
  flex: 1;
  min-width: 100px;
}
.iterm-field-textarea[data-v-13416490] {
  flex: 1;
  min-width: 100px;
}
.add-button[data-v-13416490] {
  margin-top: 12px;
}

/* 卡片操作文本样式 */
.card-action-text[data-v-13416490] {
  font-size: 12px;
  font-weight: bold;
  color: #52c41a !important;
  text-decoration: none;
  cursor: pointer;
}
.card-action-text[data-v-13416490]:hover {
  color: #73d13d !important;
  text-decoration: underline;
}
.card-action-text.extend-button[data-v-13416490] {
  color: #1890ff !important;
}
.card-action-text.extend-button[data-v-13416490]:hover {
  color: #40a9ff !important;
}


.iterm-field-select .ant-select,
.iterm-field-select .ant-select-selector {
  width: 300px !important;
  min-width: 300px !important;
}


.tabs-card[data-v-767dc218] {
  width: 100%;
}
.tab-content[data-v-767dc218] {
  padding: 16px 0;
}
.tab-actions[data-v-767dc218] {
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-end;
}

/* 未保存状态的 Tab 标题 */
.tab-title-unsaved[data-v-767dc218] {
  color: #ff4d4f;
  font-weight: 500;
}
.tab-title-unsaved .red-dot[data-v-767dc218] {
  font-size: 10px;
  margin-right: 4px;
}

/* Tab 标题样式 */
[data-v-767dc218] .ant-tabs-tab {
  padding: 8px 16px !important;
}

/* 加号 Tab 样式 */
.add-tab-btn[data-v-767dc218] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #595959;
}
.add-tab-btn[data-v-767dc218]:hover {
  color: #1677ff;
}


.button-bar-container[data-v-24ec6b43] {
  padding: 8px 16px;
  background-color: white;
  display: flex;
  justify-content: flex-end;
}


.detail-modal-content[data-v-79fa84f0] {
  height: calc(100vh - 240px);
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}
.title-divider[data-v-79fa84f0] {
  margin: 0;
}
.detail-container[data-v-79fa84f0] {
  display: flex;
  flex: 1;
  overflow: hidden;
  background-color: #f5f5f5;
}
.menu-section[data-v-79fa84f0] {
  width: 200px;
  border-right: 1px solid #f0f0f0;
  overflow-y: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.image-display-container[data-v-79fa84f0] {
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  flex-shrink: 0;
}
.image-display-box[data-v-79fa84f0] {
  width: 150px;
  height: 150px;
  border: 2px dashed #d9d9d9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  overflow: hidden;
}
.display-image[data-v-79fa84f0] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.image-placeholder[data-v-79fa84f0] {
  color: #bfbfbf;
  font-size: 14px;
  text-align: center;
}
.menu-content[data-v-79fa84f0] {
  background-color: white;
  flex: 1;
  overflow-y: auto;
}
.content-section[data-v-79fa84f0] {
  flex: 1;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.info-display-area[data-v-79fa84f0] {
  flex: 1;
  padding: 0px;
  overflow-y: auto;
  background-color: #f5f5f5;
  border-radius: 8px;
  height: 100%;
  max-height: calc(100vh - 200px);
}
.card-wrapper[data-v-79fa84f0] {
  background-color: white;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 36px;
}


/* 全局 CSS 变量 */
:root {
  --font-size-base: 12px;
  --font-size-sm: 10px;
  --font-size-lg: 14px;
}

/* 全局样式 */
#app {
  height: 100%;
}

/* DetailWorkFlowDrawer 全屏显示，最高层级 - 覆盖所有其他元素 */
/* 使用属性选择器确保匹配 portal 渲染的 drawer */
.ant-drawer[class*="detail-workflow-drawer"] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 1000 !important;
}
.ant-drawer[class*="detail-workflow-drawer"] .ant-drawer-mask {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 1000 !important;
}
.ant-drawer[class*="detail-workflow-drawer"] .ant-drawer-content-wrapper {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  height: 100vh !important;
  z-index: 1000 !important;
}
.ant-drawer[class*="detail-workflow-drawer"] .ant-drawer-header {
  z-index: 1000 !important;
}

/* 兜底：所有 drawer 都最高层级 */
.ant-drawer {
  z-index: 1000 !important;
}
.ant-drawer .ant-drawer-mask {
  z-index: 1000 !important;
}
.ant-drawer .ant-drawer-content-wrapper {
  z-index: 1000 !important;
}

.vue-flow__controls {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);
}

.vue-flow__controls-button {
  background: #fefefe;
  border: none;
  border-bottom: 1px solid #eee;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  user-select: none;
  padding: 5px;
}

.vue-flow__controls-button svg {
  width: 100%;
  max-width: 12px;
  max-height: 12px;
}

.vue-flow__controls-button:hover {
  background: #f4f4f4;
}


.vue-flow__controls-button:disabled {
  pointer-events: none;
}

.vue-flow__controls-button:disabled svg {
  fill-opacity: 0.4;
}


/*# sourceMappingURL=main.5059a91f40f26bb9bf4a.css.map*/