/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.primary-btn.data-v-e2759137 {
  background: linear-gradient(135deg, #0f95b0, #89C4C1);
  color: #fff;
  border-radius: 36rpx;
  text-align: center;
  font-size: 30rpx;
  height: 88rpx;
  line-height: 88rpx;
}
.primary-btn.data-v-e2759137:active {
  transform: scale(0.98);
}
.card.data-v-e2759137 {
  background: #fff;
  border-radius: 24rpx;
  padding: 30rpx;
  margin-bottom: 30rpx;
  box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
}
.tag.data-v-e2759137 {
  display: inline-block;
  font-size: 22rpx;
  color: #0f95b0;
  background: rgba(15, 149, 176, 0.1);
  padding: 4rpx 12rpx;
  border-radius: 4rpx;
  margin-right: 10rpx;
}
.section-title.data-v-e2759137 {
  font-size: 34rpx;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 20rpx;
  margin-bottom: 30rpx;
}
.section-title.data-v-e2759137::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6rpx;
  height: 30rpx;
  background: #0f95b0;
  border-radius: 3rpx;
}
.price.data-v-e2759137 {
  font-size: 32rpx;
  color: #F56C6C;
  font-weight: bold;
}
.price.free.data-v-e2759137 {
  color: #67C23A;
}
.price.original.data-v-e2759137 {
  font-size: 24rpx;
  color: #999999;
  text-decoration: line-through;
  margin-left: 10rpx;
}
.data-v-e2759137::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
}
page.data-v-e2759137 {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.case-detail.data-v-e2759137 {
  min-height: 100vh;
  background: linear-gradient(135deg, #fafdff 0%, #e3f0ff 100%);
  padding: 20rpx;
  padding-bottom: 120rpx;
  /* 为操作栏留出空间 */
}
.header-card.data-v-e2759137 {
  background: linear-gradient(135deg, #fff 60%, #f5f6fa 100%);
  border-radius: 32rpx;
  padding: 40rpx 30rpx;
  margin-bottom: 30rpx;
  box-shadow: 0 12px 48px 0 rgba(0, 113, 227, 0.1);
  border: 1.5px solid #e5eaf0;
}
.case-header.data-v-e2759137 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30rpx;
}
.hospital-info.data-v-e2759137 {
  display: flex;
  align-items: center;
}
.hospital-logo.data-v-e2759137 {
  width: 80rpx;
  height: 80rpx;
  border-radius: 16rpx;
  margin-right: 20rpx;
  background: #f5f5f7;
}
.hospital-details.data-v-e2759137 {
  display: flex;
  flex-direction: column;
}
.hospital-name.data-v-e2759137 {
  font-size: 32rpx;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 8rpx;
  max-width: 400rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-type.data-v-e2759137 {
  font-size: 24rpx;
  color: #86868b;
}
.case-status.data-v-e2759137 {
  padding: 8rpx 20rpx;
  border-radius: 20rpx;
  font-size: 24rpx;
  font-weight: 500;
}
.case-status.reported.data-v-e2759137 {
  background: rgba(255, 149, 0, 0.1);
  color: #ff9500;
}
.case-status.read.data-v-e2759137 {
  background: rgba(0, 122, 255, 0.1);
  color: #007aff;
}
.case-status.agreed.data-v-e2759137 {
  background: rgba(52, 199, 89, 0.1);
  color: #34c759;
}
.case-status.rejected.data-v-e2759137 {
  background: rgba(255, 59, 48, 0.1);
  color: #ff3b30;
}
.case-basic-info .info-row.data-v-e2759137 {
  display: flex;
  justify-content: space-between;
}
.case-basic-info .info-item.data-v-e2759137 {
  display: flex;
  flex-direction: column;
}
.case-basic-info .label.data-v-e2759137 {
  font-size: 24rpx;
  color: #86868b;
  margin-bottom: 8rpx;
}
.case-basic-info .value.data-v-e2759137 {
  font-size: 28rpx;
  color: #1d1d1f;
  font-weight: 500;
}
.tab-navigation.data-v-e2759137 {
  display: flex;
  background: #fff;
  border-radius: 16rpx;
  padding: 8rpx;
  margin-bottom: 30rpx;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  white-space: nowrap;
}
.tab-navigation.data-v-e2759137::-webkit-scrollbar {
  display: none;
}
.tab-item.data-v-e2759137 {
  flex: 1;
  min-width: 140rpx;
  text-align: center;
  padding: 20rpx;
  font-size: 28rpx;
  color: #86868b;
  transition: all 0.3s ease;
}
.tab-item.active.data-v-e2759137 {
  color: #007aff;
  background: #f0f7ff;
  border-radius: 12rpx;
  font-weight: 600;
}
.section-card.data-v-e2759137 {
  background: linear-gradient(135deg, #fff 60%, #f5f6fa 100%);
  border-radius: 32rpx;
  padding: 40rpx 30rpx;
  margin-bottom: 30rpx;
  box-shadow: 0 12px 48px 0 rgba(0, 113, 227, 0.1);
  border: 1.5px solid #e5eaf0;
}
.section-header.data-v-e2759137 {
  margin-bottom: 30rpx;
}
.section-title.data-v-e2759137 {
  font-size: 32rpx;
  font-weight: 600;
  background: linear-gradient(90deg, #0071e3 0%, #2997ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0071e3;
}
.info-grid.data-v-e2759137 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24rpx;
}
.info-item.data-v-e2759137 {
  display: flex;
  flex-direction: column;
}
.info-item.full-width.data-v-e2759137 {
  grid-column: 1/-1;
}
.info-item .label.data-v-e2759137 {
  font-size: 24rpx;
  color: #86868b;
  margin-bottom: 8rpx;
}
.info-item .value.data-v-e2759137 {
  font-size: 28rpx;
  color: #1d1d1f;
  font-weight: 500;
  word-break: break-all;
}
.info-content .info-group.data-v-e2759137 {
  margin-bottom: 32rpx;
  padding-bottom: 20rpx;
  border-bottom: 1rpx solid #f0f0f0;
}
.info-content .info-group.data-v-e2759137:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.info-content .group-title.data-v-e2759137 {
  font-size: 26rpx;
  color: #86868b;
  margin-bottom: 12rpx;
  display: block;
  font-weight: 500;
}
.info-content .group-content.data-v-e2759137 {
  font-size: 28rpx;
  color: #1d1d1f;
  line-height: 1.6;
}

/* 转运信息样式 */
.transport-info .info-group.data-v-e2759137 {
  border: 2rpx solid #f0f0f0;
  border-radius: 12rpx;
  padding: 20rpx;
  margin-bottom: 20rpx;
  background: #fafafa;
}
.transport-info .info-group.data-v-e2759137:last-child {
  margin-bottom: 0;
}
.transport-info .sub-group.data-v-e2759137 {
  display: flex;
  margin-bottom: 12rpx;
  align-items: center;
}
.transport-info .sub-group.data-v-e2759137:last-child {
  margin-bottom: 0;
}
.transport-info .sub-label.data-v-e2759137 {
  font-size: 26rpx;
  color: #606266;
  min-width: 160rpx;
  margin-right: 10rpx;
}
.transport-info .sub-value.data-v-e2759137 {
  font-size: 26rpx;
  color: #303133;
  flex: 1;
}
.transport-info .sub-value.status.data-v-e2759137 {
  padding: 4rpx 12rpx;
  border-radius: 6rpx;
  font-size: 24rpx;
}
.transport-info .sub-value.status.pending.data-v-e2759137 {
  background: rgba(240, 173, 78, 0.1);
  color: #f0ad4e;
}
.transport-info .sub-value.status.transporting.data-v-e2759137 {
  background: rgba(0, 122, 255, 0.1);
  color: #007aff;
}
.transport-info .sub-value.status.completed.data-v-e2759137 {
  background: rgba(76, 217, 100, 0.1);
  color: #4cd964;
}
.transport-info .sub-value.status.cancelled.data-v-e2759137 {
  background: rgba(220, 223, 230, 0.1);
  color: #dcdfe6;
}
.transport-info .sub-value.status.draft.data-v-e2759137 {
  background: rgba(144, 147, 153, 0.1);
  color: #909399;
}
.transport-info .empty-transport.data-v-e2759137 {
  text-align: center;
  padding: 40rpx 0;
  color: #909399;
  font-size: 28rpx;
}

/* 小型按钮 */
.small-btn.data-v-e2759137 {
  padding: 8rpx 20rpx;
  font-size: 24rpx;
  border-radius: 6rpx;
  border: none;
}
.small-btn.primary.data-v-e2759137 {
  background: #007aff;
  color: #fff;
}
.small-btn.secondary.data-v-e2759137 {
  background: #ecf5ff;
  color: #007aff;
  border: 1rpx solid #007aff;
}
.small-btn.data-v-e2759137:active {
  opacity: 0.8;
}
.action-bar.data-v-e2759137 {
  display: flex;
  gap: 20rpx;
  padding: 20rpx 0;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20rpx 30rpx;
  padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
  box-shadow: 0 -2rpx 20rpx rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.action-btn.data-v-e2759137 {
  flex: 1;
  height: 80rpx;
  border-radius: 20rpx;
  font-size: 28rpx;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}
.action-btn.secondary.data-v-e2759137 {
  background: #f5f5f7;
  color: #1d1d1f;
}
.action-btn.secondary.data-v-e2759137:active {
  background: #e5e5e7;
}
.action-btn.primary.data-v-e2759137 {
  background: linear-gradient(90deg, #0071e3 0%, #2997ff 100%);
  color: #fff;
}
.action-btn.primary.data-v-e2759137:active {
  transform: scale(0.98);
}
.action-btn.success.data-v-e2759137 {
  background: linear-gradient(90deg, #34c759 0%, #4cd964 100%);
  color: #fff;
}
.action-btn.success.data-v-e2759137:active {
  transform: scale(0.98);
}
.action-btn.error.data-v-e2759137 {
  background: linear-gradient(90deg, #ff3b30 0%, #ff5a5a 100%);
  color: #fff;
}
.action-btn.error.data-v-e2759137:active {
  transform: scale(0.98);
}
.fade-in-up.data-v-e2759137 {
  opacity: 0;
  transform: translateY(40rpx);
  animation: fadeInUp-e2759137 0.6s ease forwards;
}
@keyframes fadeInUp-e2759137 {
to {
    opacity: 1;
    transform: translateY(0);
}
}