/* 旧构建缺少 uni-popup 样式，导致客服、下载和公告内容直接铺在页面正文里。 */
uni-popup {
  display: none !important;
}

uni-popup.gn-popup-open {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(2, 5, 18, 0.78) !important;
  backdrop-filter: blur(7px);
}

/* 活动为空时仅保留干净提示，不再把会员任务或弹窗素材混进来。 */
.active-list:empty::before {
  content: "暂无活动";
  display: block;
  padding: 96px 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
  text-align: center;
}
