/* 2026-06-12：优惠页顶部间距最终优化，让分类栏紧贴标题，活动卡片整体上移 */
html body div#app .app.app-ti_green .acts,
html body #app .app .acts,
html body #app .acts {
  padding-top: 0 !important;
}
html body div#app .app.app-ti_green .acts .topsa.van-tabs,
html body #app .app .acts .topsa.van-tabs,
html body #app .acts .topsa.van-tabs,
html body div#app .app.app-ti_green .acts .van-tabs.topsa,
html body #app .app .acts .van-tabs.topsa,
html body #app .acts .van-tabs.topsa {
  top: 40px !important;
  margin-top: 0 !important;
  transform: none !important;
}
html body div#app .app.app-ti_green .acts .consg,
html body #app .app .acts .consg,
html body #app .acts .consg {
  padding-top: 43px !important;
}
html body div#app .app.app-ti_green .acts .consg .lis:first-of-type,
html body #app .app .acts .consg .lis:first-of-type,
html body #app .acts .consg .lis:first-of-type {
  margin-top: 8px !important;
}
