/* WXSSC V23.0-A46：隐藏资讯中心底部 在线 / 更新时间 */

/* A39 / A42 / A43 系列底部状态条统一隐藏 */
.wx39-shell > .ticker,
.wx39-list + .wx39-pager + .ticker,
.wx42-maincol > .ticker,
.wx43-maincol > .ticker,
main .wx42-maincol section.ticker,
main .wx43-maincol section.ticker{
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* 兜底：如果页面只剩文字节点附近，也隐藏状态文字所在容器 */
#wx39StatusText,
#wx39UpdatedAt,
#wx42StatusText,
#wx42UpdatedAt,
#wx43StatusText,
#wx43UpdatedAt{
  display:none !important;
}

/* 避免底部多余空白 */
.wx39-pager,
.wx42-pager,
.wx43-pager{
  border-bottom:0 !important;
  border-radius:0 0 18px 18px !important;
}
