/* 2026-06-12：优惠页常规黑金活动页布局优化；减少顶部空白、缩小活动图、保持可见性 */
html body #app .acts {
  background:
    radial-gradient(circle at 50% 0%, rgba(218, 173, 70, .18) 0, rgba(218, 173, 70, 0) 28%),
    linear-gradient(180deg, #14100a 0%, #060606 44%, #000 100%) !important;
  color: #ffffff !important;
  overflow-x: hidden !important;
}

/* 顶部标题做成常规站点栏：高度固定、标题居中、下方直接接分类 */
html body #app .acts .pageTop,
html body #app .acts .topsa {
  height: 40px !important;
  line-height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: linear-gradient(180deg, #17110a 0%, #050505 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
  border-bottom: 1px solid rgba(221, 176, 79, .42) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.45) !important;
}

/* 内容区：去掉之前为了抢救显示而留下的大顶部 padding */
html body #app .acts .consg {
  position: relative !important;
  z-index: 25 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 46px 10px 74px !important;
  min-height: calc(100vh - 50px) !important;
  background:
    linear-gradient(180deg, rgba(34, 25, 10, .84) 0, rgba(8,8,8,.96) 120px, #000 100%) !important;
  color: #ffffff !important;
}

/* 分类栏：固定为常规横向标签，贴近标题，减少空白 */
html body #app .acts .van-tabs,
html body #app .acts .tab,
html body #app .acts .tabList,
html body #app .acts .tabs,
html body #app .acts [class*="tab"] {
  box-sizing: border-box !important;
  min-height: 42px !important;
  max-height: 48px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  background: linear-gradient(180deg, rgba(27, 21, 11, .98) 0%, rgba(10,10,10,.98) 100%) !important;
  border-bottom: 1px solid rgba(218, 173, 70, .38) !important;
  color: #ffffff !important;
  box-shadow: inset 0 -1px 0 rgba(255,220,130,.06) !important;
}
html body #app .acts .van-tabs__wrap,
html body #app .acts .van-tabs__nav,
html body #app .acts .van-tab,
html body #app .acts .tab-item {
  height: 42px !important;
  line-height: 42px !important;
  background: transparent !important;
}
html body #app .acts .van-tab,
html body #app .acts .tab-item,
html body #app .acts [class*="tab"] span,
html body #app .acts [class*="tab"] div {
  color: #ffffff !important;
  font-size: 12px !important;
  white-space: nowrap !important;
}
html body #app .acts .van-tab--active,
html body #app .acts .active,
html body #app .acts [class*="active"] {
  color: #ffffff !important;
  font-weight: 700 !important;
}
html body #app .acts .van-tabs__line,
html body #app .acts [class*="line"] {
  height: 2px !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, #7b4c12 0%, #ffffff 50%, #7b4c12 100%) !important;
}

/* 活动列表：常规活动网站卡片，不再大图铺满整屏 */
html body #app .acts .consg .lis {
  box-sizing: border-box !important;
  display: block !important;
  width: calc(100% - 8px) !important;
  max-width: 356px !important;
  min-height: 0 !important;
  margin: 10px auto 12px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 9px !important;
  border: 1px solid rgba(220, 176, 82, .55) !important;
  background: linear-gradient(180deg, rgba(39, 29, 13, .98) 0%, rgba(8,8,8,.99) 100%) !important;
  box-shadow: 0 5px 14px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,224,143,.12) !important;
}
html body #app .acts .consg .lis img {
  display: block !important;
  width: 100% !important;
  height: 168px !important;
  min-height: 0 !important;
  max-height: 168px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 8px 8px 0 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #151515 !important;
}
html body #app .acts .consg .lis .tite_sf {
  display: flex !important;
  align-items: center !important;
  height: 34px !important;
  min-height: 34px !important;
  line-height: 18px !important;
  padding: 0 11px !important;
  background: linear-gradient(180deg, #191007 0%, #070707 100%) !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(220,176,82,.38) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

/* 底部导航不遮挡最后一张卡片 */
html body #app .acts .van-list,
html body #app .acts .van-pull-refresh,
html body #app .acts .van-pull-refresh__track {
  padding-bottom: 12px !important;
}
