#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; /* 将粒子特效放在最底层 */
}

.container {
  z-index: 1; /* 确保内容在粒子特效之上 */
}