/* 2026-06-12：只修复发现页和优惠页内容区可见性，不影响登录页输入框尺寸 */
html body #app .app-ti_green {
  min-height: 100vh !important;
}

/* 发现页：恢复标题、入口卡片和文字可见 */
html body #app .Findings,
html body #app .Findings * {
  opacity: 1 !important;
  visibility: visible !important;
}
html body #app .Findings {
  position: relative !important;
  z-index: 20 !important;
  min-height: calc(100vh - 56px) !important;
  padding-bottom: 70px !important;
  background: #f6f6f6 !important;
  color: #222 !important;
}
html body #app .Findings .head_area {
  position: relative !important;
  z-index: 21 !important;
  height: 44px !important;
  line-height: 44px !important;
  background: #ede9e7 !important;
  color: #111 !important;
  text-align: center !important;
  font-weight: 600 !important;
  box-shadow: 0 1px 0 rgba(0,0,0,.06) !important;
}
html body #app .Findings .head_area .head_text {
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-shadow: none !important;
}
html body #app .Findings .FindingsContent {
  position: relative !important;
  z-index: 21 !important;
  margin: 10px 10px 0 !important;
  background: transparent !important;
}
html body #app .Findings .FindingsContent .mentItem {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 56px !important;
  margin: 0 0 10px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #222 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.08) !important;
}
html body #app .Findings .FindingsContent .mentItem .leftArea,
html body #app .Findings .FindingsContent .mentItem .rightArea {
  display: flex !important;
  align-items: center !important;
}
html body #app .Findings .FindingsContent .mentItem .mentText {
  color: #222 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-shadow: none !important;
}
html body #app .Findings .FindingsContent .mentItem img {
  opacity: 1 !important;
  visibility: visible !important;
}

/* 优惠页：恢复活动列表卡片、图片和标题可见，保留已修复的顶部分类栏 */
html body #app .acts {
  position: relative !important;
  z-index: 20 !important;
  min-height: calc(100vh - 56px) !important;
  padding-bottom: 70px !important;
  background: #f6f6f6 !important;
  color: #222 !important;
}
html body #app .acts .pageTop,
html body #app .acts .topsa {
  opacity: 1 !important;
  visibility: visible !important;
}
html body #app .acts .consg {
  position: relative !important;
  z-index: 21 !important;
  margin: 0 !important;
  padding: 94px 10px 76px !important;
  background: #f6f6f6 !important;
  color: #222 !important;
  min-height: calc(100vh - 56px) !important;
}
html body #app .acts .consg .lis {
  display: block !important;
  position: relative !important;
  z-index: 22 !important;
  width: auto !important;
  min-height: 188px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  color: #222 !important;
  box-shadow: 0 3px 12px rgba(0,0,0,.12) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
html body #app .acts .consg .lis img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 145px !important;
  max-height: none !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #e8e8e8 !important;
}
html body #app .acts .consg .lis .tite_sf {
  display: block !important;
  height: auto !important;
  min-height: 36px !important;
  line-height: 36px !important;
  padding: 0 12px !important;
  background: #ffffff !important;
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

/* 底部导航保持在内容之上 */
html body #app .van-tabbar.van-tabbar--fixed {
  z-index: 9999 !important;
}
