/* -----------------------------------------------
/* 粒子效果样式
/* ----------------------------------------------- */

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -3; /* 确保在背景图片下面，背景图片z-index为-2 */
    pointer-events: none; /* 允许点击穿透到下面的元素 */
}