/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.primary-btn.data-v-4d58215f {
  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-4d58215f:active {
  transform: scale(0.98);
}
.card.data-v-4d58215f {
  background: #fff;
  border-radius: 24rpx;
  padding: 30rpx;
  margin-bottom: 30rpx;
  box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
}
.tag.data-v-4d58215f {
  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-4d58215f {
  font-size: 34rpx;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 20rpx;
  margin-bottom: 30rpx;
}
.section-title.data-v-4d58215f::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6rpx;
  height: 30rpx;
  background: #0f95b0;
  border-radius: 3rpx;
}
.price.data-v-4d58215f {
  font-size: 32rpx;
  color: #F56C6C;
  font-weight: bold;
}
.price.free.data-v-4d58215f {
  color: #67C23A;
}
.price.original.data-v-4d58215f {
  font-size: 24rpx;
  color: #999999;
  text-decoration: line-through;
  margin-left: 10rpx;
}
.data-v-4d58215f::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
}
page.data-v-4d58215f {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.ethics-review-list.data-v-4d58215f {
  min-height: 100vh;
  background: #f5f7fa;
  padding: 20rpx;
}
.ethics-review-list .stats-card.data-v-4d58215f {
  background: linear-gradient(135deg, #747cf9, #9b7cf9);
  border-radius: 16rpx;
  padding: 40rpx 20rpx;
  display: flex;
  align-items: center;
  margin-bottom: 24rpx;
  box-shadow: 0 4rpx 20rpx rgba(116, 124, 249, 0.3);
}
.ethics-review-list .stats-card .stat-item.data-v-4d58215f {
  flex: 1;
  text-align: center;
}
.ethics-review-list .stats-card .stat-item .count.data-v-4d58215f {
  font-size: 36rpx;
  color: #fff;
  font-weight: bold;
  margin-bottom: 8rpx;
  display: block;
}
.ethics-review-list .stats-card .stat-item .label.data-v-4d58215f {
  font-size: 24rpx;
  color: rgba(255, 255, 255, 0.9);
}
.ethics-review-list .stats-card .divider.data-v-4d58215f {
  width: 2rpx;
  height: 50rpx;
  background: rgba(255, 255, 255, 0.2);
}
.ethics-review-list .filter-bar.data-v-4d58215f {
  background: #fff;
  border-radius: 16rpx;
  padding: 24rpx;
  margin-bottom: 24rpx;
  box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08);
}
.ethics-review-list .filter-bar .status-filter.data-v-4d58215f {
  display: flex;
  margin-bottom: 20rpx;
  flex-wrap: wrap;
}
.ethics-review-list .filter-bar .status-filter text.data-v-4d58215f {
  flex: 1;
  text-align: center;
  font-size: 26rpx;
  color: #606266;
  padding: 16rpx 0;
  position: relative;
  margin: 0 8rpx;
}
.ethics-review-list .filter-bar .status-filter text.active.data-v-4d58215f {
  color: #747cf9;
  font-weight: 500;
}
.ethics-review-list .filter-bar .status-filter text.active.data-v-4d58215f::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40rpx;
  height: 4rpx;
  background: #747cf9;
  border-radius: 2rpx;
}
.ethics-review-list .review-list.data-v-4d58215f {
  height: calc(100vh - 300rpx);
}
.ethics-review-list .review-list .review-item.data-v-4d58215f {
  background: #fff;
  border-radius: 16rpx;
  padding: 32rpx;
  margin-bottom: 24rpx;
  box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08);
}
.ethics-review-list .review-list .review-item .review-header.data-v-4d58215f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24rpx;
}
.ethics-review-list .review-list .review-item .review-header .case-info.data-v-4d58215f {
  display: flex;
  align-items: center;
}
.ethics-review-list .review-list .review-item .review-header .case-info .hospital-badge.data-v-4d58215f {
  background: linear-gradient(135deg, #747cf9, #9b7cf9);
  width: 64rpx;
  height: 64rpx;
  border-radius: 12rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20rpx;
}
.ethics-review-list .review-list .review-item .review-header .case-info .info-content .donor-name.data-v-4d58215f {
  font-size: 32rpx;
  color: #303133;
  font-weight: 600;
  display: block;
  margin-bottom: 4rpx;
  max-width: 300rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ethics-review-list .review-list .review-item .review-header .case-info .info-content .hospital-no.data-v-4d58215f {
  font-size: 26rpx;
  color: #909399;
  margin-right: 16rpx;
  background: #f5f5f5;
  padding: 4rpx 12rpx;
  border-radius: 8rpx;
}
.ethics-review-list .review-list .review-item .review-header .case-info .info-content .expert-type.data-v-4d58215f {
  font-size: 22rpx;
  color: #747cf9;
  background: #f0f2ff;
  padding: 4rpx 12rpx;
  border-radius: 12rpx;
  margin-top: 4rpx;
  display: inline-block;
}
.ethics-review-list .review-list .review-item .review-header .status-tag.data-v-4d58215f {
  padding: 8rpx 16rpx;
  border-radius: 20rpx;
  font-size: 24rpx;
  font-weight: 500;
  white-space: nowrap;
}
.ethics-review-list .review-list .review-item .review-header .status-tag.approved.data-v-4d58215f {
  background: #f6ffed;
  color: #52c41a;
}
.ethics-review-list .review-list .review-item .review-header .status-tag.rejected.data-v-4d58215f {
  background: #fff2e8;
  color: #fa541c;
}
.ethics-review-list .review-list .review-item .review-header .status-tag.abandoned.data-v-4d58215f {
  background: #f5f5f5;
  color: #8c8c8c;
}
.ethics-review-list .review-list .review-item .review-header .status-tag.pending.data-v-4d58215f {
  background: #e6f7ff;
  color: #1890ff;
}
.ethics-review-list .review-list .review-item .review-header .status-tag.unknown.data-v-4d58215f {
  background: #f5f5f5;
  color: #bfbfbf;
}
.ethics-review-list .review-list .review-item .basic-info.data-v-4d58215f {
  margin-bottom: 20rpx;
}
.ethics-review-list .review-list .review-item .basic-info .info-row.data-v-4d58215f {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20rpx;
}
.ethics-review-list .review-list .review-item .basic-info .info-row .info-col .info-label.data-v-4d58215f {
  font-size: 24rpx;
  color: #909399;
  display: block;
  margin-bottom: 4rpx;
}
.ethics-review-list .review-list .review-item .basic-info .info-row .info-col .info-value.data-v-4d58215f {
  font-size: 26rpx;
  color: #303133;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ethics-review-list .review-list .review-item .review-details.data-v-4d58215f {
  display: flex;
  flex-direction: column;
  gap: 12rpx;
  margin-bottom: 20rpx;
}
.ethics-review-list .review-list .review-item .review-details .detail-item.data-v-4d58215f {
  display: flex;
  align-items: center;
  gap: 8rpx;
}
.ethics-review-list .review-list .review-item .review-details .detail-item .detail-text.data-v-4d58215f {
  font-size: 24rpx;
  color: #606266;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ethics-review-list .review-list .review-item .conclusion-section.data-v-4d58215f {
  background: #f6ffed;
  border-radius: 8rpx;
  padding: 20rpx;
  margin-bottom: 20rpx;
}
.ethics-review-list .review-list .review-item .conclusion-section .conclusion-label.data-v-4d58215f {
  font-size: 24rpx;
  color: #52c41a;
  font-weight: 500;
  margin-right: 8rpx;
}
.ethics-review-list .review-list .review-item .conclusion-section .conclusion-content.data-v-4d58215f {
  font-size: 24rpx;
  color: #303133;
}
.ethics-review-list .review-list .review-item .opinion-section.data-v-4d58215f {
  background: #e6f7ff;
  border-radius: 8rpx;
  padding: 20rpx;
  margin-bottom: 20rpx;
}
.ethics-review-list .review-list .review-item .opinion-section .opinion-label.data-v-4d58215f {
  font-size: 24rpx;
  color: #1890ff;
  font-weight: 500;
  margin-right: 8rpx;
}
.ethics-review-list .review-list .review-item .opinion-section .opinion-content.data-v-4d58215f {
  font-size: 24rpx;
  color: #303133;
}
.ethics-review-list .review-list .review-item .action-buttons.data-v-4d58215f {
  display: flex;
  justify-content: space-between;
  gap: 16rpx;
  flex-wrap: wrap;
}
.ethics-review-list .review-list .review-item .action-buttons .action-btn.data-v-4d58215f {
  flex: 1;
  min-width: 200rpx;
  height: 64rpx;
  border: none;
  border-radius: 32rpx;
  font-size: 26rpx;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rpx;
  margin-bottom: 8rpx;
}
.ethics-review-list .review-list .review-item .action-buttons .action-btn.detail-btn.data-v-4d58215f {
  background: #f5f5f5;
  color: #747cf9;
}
.ethics-review-list .review-list .review-item .action-buttons .action-btn.download-btn.data-v-4d58215f {
  background: #f6ffed;
  color: #52c41a;
  border: 1rpx solid #b7eb8f;
}
.ethics-review-list .review-list .review-item .action-buttons .action-btn.appeal-btn.data-v-4d58215f {
  background: #fff2e8;
  color: #fa8c16;
  border: 1rpx solid #ffbb96;
}
.ethics-review-list .review-list .review-item .action-buttons .action-btn.restart-btn.data-v-4d58215f {
  background: #f0f2ff;
  color: #747cf9;
  border: 1rpx solid #adc6ff;
}
.ethics-review-list .review-list .empty-state.data-v-4d58215f {
  text-align: center;
  padding: 120rpx 0;
}
.ethics-review-list .review-list .empty-state .empty-text.data-v-4d58215f {
  display: block;
  font-size: 32rpx;
  color: #909399;
  margin: 24rpx 0 12rpx;
}
.ethics-review-list .review-list .empty-state .empty-desc.data-v-4d58215f {
  font-size: 26rpx;
  color: #c0c4cc;
  margin-bottom: 32rpx;
}
.ethics-review-list .review-list .empty-state .empty-action.data-v-4d58215f {
  background: linear-gradient(135deg, #747cf9, #9b7cf9);
  color: #fff;
  border: none;
  border-radius: 32rpx;
  padding: 16rpx 32rpx;
  font-size: 28rpx;
}
.ethics-review-list .review-list .load-complete.data-v-4d58215f {
  text-align: center;
  padding: 32rpx;
  color: #909399;
  font-size: 24rpx;
}

/* 响应式设计 */
@media (max-width: 768px) {
.ethics-review-list.data-v-4d58215f {
    padding: 20rpx;
}
.ethics-review-list .stats-card.data-v-4d58215f {
    padding: 30rpx 15rpx;
}
.ethics-review-list .stats-card .stat-item .count.data-v-4d58215f {
    font-size: 30rpx;
}
.ethics-review-list .stats-card .stat-item .label.data-v-4d58215f {
    font-size: 22rpx;
}
.ethics-review-list .review-item .basic-info .info-row.data-v-4d58215f {
    grid-template-columns: 1fr;
    gap: 16rpx;
}
.ethics-review-list .review-header.data-v-4d58215f {
    flex-direction: column;
    align-items: flex-start !important;
}
.ethics-review-list .review-header .status-tag.data-v-4d58215f {
    margin-top: 16rpx;
}
.ethics-review-list .action-buttons.data-v-4d58215f {
    flex-direction: column;
}
.ethics-review-list .action-buttons .action-btn.data-v-4d58215f {
    min-width: 100% !important;
}
}