/* ─── 常态化活动页样式 ─── */

#page-changtaihua .header-section {
  width: 100%;
  padding: 20rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.page-title {
  font-size: 36rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 4rem;
  text-shadow: 0 4rem 20rem rgba(76, 175, 80, 0.3);
  margin-top: 16rem;
}

#page-changtaihua .activities-section {
  width: 100%;
  padding: 0 30rem 120rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

/* 活动列表 */
.activity-list {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  padding: 0;
  padding-bottom: calc(env(safe-area-inset-bottom) + 120rem);
  width: 100%;
  box-sizing: border-box;
}

.activity-item {
  display: flex;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16rem;
  padding: 24rem;
  border: 2rem solid rgba(129, 199, 132, 0.3);
  box-shadow: 0 4rem 16rem rgba(76, 175, 80, 0.15);
}

.activity-index {
  width: 48rem;
  height: 48rem;
  background: linear-gradient(135deg, #81C784, #66BB6A);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22rem;
  font-weight: 700;
  color: #FFFFFF;
  flex-shrink: 0;
  margin-right: 20rem;
}

.activity-content {
  flex: 1;
}

.activity-name {
  font-size: 28rem;
  font-weight: 600;
  color: #2A6A30;
  margin-bottom: 12rem;
  line-height: 1.4;
}

.activity-detail {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.detail-tag {
  font-size: 22rem;
  color: #5A7A5E;
  line-height: 1.4;
}
