/* zhuomawang theme — white body by default (no bga-xs red flash) */
html body.bbs-skin-zhuomawang {
  background: #fff !important;
  background-image: none !important;
  background-attachment: scroll !important;
}
/* Secondary pages: keep white (belt-and-suspenders) */
html body.bbs-skin-zhuomawang:has(.bbs-topic-page),
html body.bbs-skin-zhuomawang:has(.facai-subpage) {
  background: #fff !important;
  background-image: none !important;
  background-attachment: scroll !important;
}

/*
 * Facai secondary (rule/kefu/rcg): kill .head_top double-gap under fixed mobile header.
 * Single body padding-top = 50px fixed bar; kj-lotto sits flush below.
 */
@media (max-width: 767.98px) {
  html body.bbs-skin-zhuomawang:has(.facai-subpage) .head_top {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  html body.bbs-skin-zhuomawang:has(.facai-subpage) {
    padding-top: 50px !important;
  }
  html body.bbs-skin-zhuomawang:has(.facai-subpage) .tx_wapbbslist {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  html body.bbs-skin-zhuomawang:has(.facai-subpage) .wapindextop {
    overflow: hidden !important;
    max-height: 50px !important;
  }
}

/* Secondary-page lottery block (same embed as homepage) */
.bbs-facai-kj {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  line-height: 0;
}
.bbs-facai-kj iframe {
  display: block;
  width: 100%;
  height: 160px;
  border: 0;
  vertical-align: top;
}
@media (max-width: 575px) {
  .bbs-facai-kj iframe {
    height: 150px;
  }
}

/* Bottom tabbar: opaque + topmost layer (no content bleed-through) */
body.bbs-skin-zhuomawang .layout-nav {
  z-index: 10050 !important;
  background: #fff !important;
  background-color: #fff !important;
}
body.bbs-skin-zhuomawang .layout-nav .van-tabbar {
  z-index: 10051 !important;
  background: #fff !important;
  background-color: #fff !important;
  opacity: 1 !important;
}

:root {
  --bbs-tabbar-height: 50px;
  --bbs-header-bg: #1783fc;
}
/* Fixed .layout-nav always visible: keep page bottom content clear of tabbar */
body.bbs-skin-zhuomawang {
  padding-bottom: calc(var(--bbs-tabbar-height) + 16px + constant(safe-area-inset-bottom));
  padding-bottom: calc(var(--bbs-tabbar-height) + 16px + env(safe-area-inset-bottom, 0px));
}
body.bbs-skin-zhuomawang footer.bg-white {
  padding-bottom: 8px;
}

/* 首页帖子列表标题加粗，对齐管家婆/雷锋站 */
body.bbs-skin-zhuomawang .xxqbbslist .topic a {
  font-weight: 700;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

/* 标签与期号标题间距，参考雷锋站 fb_ztbz margin */
body.bbs-skin-zhuomawang .xxqbbslist .topic .dashangtie {
  margin-right: 8px;
  vertical-align: middle;
}
