/* 2026-06-12：修正优惠页分类栏 - 居中460px，不撑满全屏 */
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,
html body .acts .topsa,
html body #app .acts .topsa {
  position: fixed !important;
  top: 40px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: 460px !important;
  max-width: 460px !important;
  min-width: unset !important;
  margin: 0 !important;
  z-index: 20 !important;
}
html body div#app .app.app-ti_green .acts .van-tabs__wrap,
html body #app .app .acts .van-tabs__wrap,
html body #app .acts .van-tabs__wrap {
  width: 460px !important;
  max-width: 460px !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}
html body div#app .app.app-ti_green .acts .van-tabs__nav,
html body #app .app .acts .van-tabs__nav,
html body #app .acts .van-tabs__nav {
  margin-left: 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: 52px !important;
}
