#universe{
  position: fixed;
  left:0;top:0;
  width:100vw;height:100vh;
  pointer-events:none;
  z-index:-999 !important; /* 强制放到所有页面最底层 */
}