.detail-title-container[data-v-3c572c84] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  margin: 20px 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.detail-title-container .left-content[data-v-3c572c84] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.detail-title-container .left-content .icon-container[data-v-3c572c84] {
  width: 56px;
  height: 56px;
  background-color: #e6f7ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail-title-container .left-content .icon-container .folder-icon[data-v-3c572c84] {
  width: 24px;
  height: 24px;
  background-image: url("https://static.shuzhuo.cn/2025/67/3c/icon_1c5fd1964062218f.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.detail-title-container .left-content .info-container .title-section[data-v-3c572c84] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.detail-title-container .left-content .info-container .title-section .title[data-v-3c572c84] {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}
.detail-title-container .left-content .info-container .title-section .status-tag[data-v-3c572c84] {
  font-size: 12px;
  color: #52c41a;
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
  border-radius: 2px;
  padding: 2px 6px;
}
.detail-title-container .left-content .info-container .title-section .status-tag.status-completed[data-v-3c572c84] {
  color: #15803d;
  background-color: #dcfce7;
}
.detail-title-container .left-content .info-container .title-section .status-tag.status-completed .status-dot[data-v-3c572c84] {
  background-color: #15803d;
}
.detail-title-container .left-content .info-container .title-section .status-tag.status-updating[data-v-3c572c84] {
  color: #e6a23c;
  background-color: #fdf6ec;
}
.detail-title-container .left-content .info-container .title-section .status-tag.status-updating .status-dot[data-v-3c572c84] {
  background-color: #e6a23c;
}
.detail-title-container .left-content .info-container .time-section[data-v-3c572c84] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.detail-title-container .left-content .info-container .time-section .time-icon[data-v-3c572c84] {
  width: 14px;
  height: 14px;
}
.detail-title-container .left-content .info-container .time-section .time-label[data-v-3c572c84] {
  font-size: 12px;
  color: #999999;
}
.detail-title-container .left-content .info-container .time-section .time-range[data-v-3c572c84] {
  font-size: 12px;
  color: #666666;
}
.detail-title-container .right-stats[data-v-3c572c84] {
  display: flex;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 12px 24px;
}
.detail-title-container .right-stats .stat-item[data-v-3c572c84] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-title-container .right-stats .stat-item .stat-content[data-v-3c572c84] {
  text-align: center;
}
.detail-title-container .right-stats .stat-item .stat-content .stat-label[data-v-3c572c84] {
  font-size: 14px;
  color: #999999;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.detail-title-container .right-stats .stat-item .stat-content .icon-text[data-v-3c572c84] {
  width: 15px;
  height: 15px;
}
.detail-title-container .right-stats .stat-item .stat-content .stat-value[data-v-3c572c84] {
  font-size: 24px;
  font-weight: 700;
}
.detail-title-container .right-stats .stat-item .stat-content .stat-value.black[data-v-3c572c84] {
  color: #333333;
}
.detail-title-container .right-stats .stat-item .stat-content .stat-value.blue[data-v-3c572c84] {
  color: #1890ff;
}
.detail-title-container .right-stats .stat-divider[data-v-3c572c84] {
  width: 1px;
  background-color: #e8e8e8;
  margin: 0 24px;
}
.medical-model[data-v-33b734f5] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.medical-model .modal-content[data-v-33b734f5] {
  width: 610px;
  background-color: #ffffff;
  border: 1px solid #409eff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.medical-model .modal-content .modal-header[data-v-33b734f5] {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 15px 20px;
}
.medical-model .modal-content .modal-header .close-btn[data-v-33b734f5] {
  width: 24px;
  height: 24px;
  border: 1px solid #409eff;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  font-size: 20px;
  color: #409eff;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
}
.medical-model .modal-content .modal-body[data-v-33b734f5] {
  padding: 20px;
  font-size: 14px;
  color: #606266;
  line-height: 1.5;
}
.medical-model .modal-content .modal-footer[data-v-33b734f5] {
  padding: 15px 20px;
  text-align: center;
}
.medical-model .modal-content .modal-footer .confirm-btn[data-v-33b734f5] {
  padding: 8px 16px;
  background-color: #409eff;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.medical-model .modal-content .modal-footer .confirm-btn[data-v-33b734f5]:hover {
  background-color: #66b1ff;
}
.medical-model .modal-content .modal-footer .confirm-btn[data-v-33b734f5]:active {
  background-color: #3a8ee6;
}
.dialog-content[data-v-0b4ab402] {
  margin: 20px;
  display: flex;
  align-items: center;
}
.dialog-content .icon[data-v-0b4ab402] {
  width: 30px;
  height: 30px;
}
.dialog-content .title[data-v-0b4ab402] {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
}
.drawer-bott[data-v-0b4ab402] {
  margin-top: 30px;
  margin-bottom: 20px;
}
@charset "UTF-8";
.detail-search[data-v-deed99a8] {
  /* 为所有下拉框和输入框设置统一宽度 */
}
.detail-search .search-header[data-v-deed99a8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.detail-search .search-header .filter-title[data-v-deed99a8] {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.detail-search .search-header .collapse-btn[data-v-deed99a8] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-search .search-header .collapse-btn[data-v-deed99a8]:hover {
  color: #409eff;
}
.detail-search .search-header .collapse-btn i[data-v-deed99a8] {
  transition: transform 0.3s;
}
.detail-search .search-header .collapse-btn i.rotate[data-v-deed99a8] {
  transform: rotate(180deg);
}
.detail-search .filter-body[data-v-deed99a8] {
  margin-top: 15px;
}
.detail-search .el-input__inner[data-v-deed99a8] {
  width: 100% !important;
}
.detail-search .el-date-picker[data-v-deed99a8],
.detail-search .el-select[data-v-deed99a8],
.detail-search .el-input[data-v-deed99a8] {
  width: 100%;
}
.detail-search .search-buttons[data-v-deed99a8] {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
.detail-search .search-buttons .query-btn[data-v-deed99a8] {
  background-color: #409eff;
  border-color: #409eff;
  width: 140px;
  height: 40px;
  font-size: 14px;
}
.detail-search .search-buttons .export-btn[data-v-deed99a8] {
  width: 140px;
  height: 40px;
  font-size: 14px;
  border-color: #dcdfe6;
  color: #606266;
}
.case-header[data-v-45adde22] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.case-header .case-count[data-v-45adde22] {
  font-size: 14px;
  color: #606266;
}
.case-header .case-sort[data-v-45adde22] {
  font-size: 14px;
  color: #909399;
}
.detail-item[data-v-45adde22] {
  margin-bottom: 24px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 12px;
}
.detail-item .ai-inspection-header[data-v-45adde22] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ebeef5;
}
.detail-item .ai-inspection-header .ai-icon[data-v-45adde22] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.detail-item .ai-inspection-header .ai-title[data-v-45adde22] {
  font-size: 14px;
  font-weight: 500;
  color: #303133;
}
.detail-item .inspection-content .section-label[data-v-45adde22] {
  font-size: 12px;
  font-weight: 500;
  color: #909399;
  margin-bottom: 6px;
  display: block;
}
.detail-item .inspection-content .question-section[data-v-45adde22] {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.detail-item .inspection-content .question-section .section-label[data-v-45adde22] {
  flex-shrink: 0;
  margin-bottom: 0;
}
.detail-item .inspection-content .question-section .question-box[data-v-45adde22] {
  flex: 1;
  min-height: 28px;
  background: #f5f7fa;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 13px;
  color: #303133;
  line-height: 1.5;
  box-sizing: border-box;
}
.detail-item .inspection-content .answer-section[data-v-45adde22] {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.detail-item .inspection-content .answer-section .section-label[data-v-45adde22] {
  flex-shrink: 0;
  margin-bottom: 0;
  color: #3b82f6;
}
.detail-item .inspection-content .answer-section .answer-box[data-v-45adde22] {
  flex: 1;
  min-height: 72px;
  background: #f0f9eb;
  border: 1px solid #c2e7b0;
  border-radius: 4px;
  padding: 10px;
  font-size: 13px;
  color: #67c23a;
  line-height: 1.5;
  box-sizing: border-box;
  white-space: pre-wrap;
}
.detail-item .inspection-content .user-info-section[data-v-45adde22] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px dashed #ebeef5;
}
.detail-item .inspection-content .user-info-section .user-info[data-v-45adde22] {
  display: flex;
  align-items: center;
}
.detail-item .inspection-content .user-info-section .user-info span[data-v-45adde22] {
  font-size: 12px;
  color: #909399;
  margin-right: 12px;
}
.detail-item .inspection-content .user-info-section .user-info span[data-v-45adde22]:last-child {
  margin-right: 0;
}
.detail-item .inspection-content .user-info-section .action-buttons[data-v-45adde22] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.detail-item .inspection-content .user-info-section .action-buttons .confidence[data-v-45adde22] {
  font-size: 12px;
  color: #909399;
}
.detail-item .inspection-content .user-info-section .action-buttons .reanswer-btn[data-v-45adde22] {
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 3px;
}
