/**
 * System B 粒子效果样式 - 博客适配版
 */

#particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

#particles-container canvas {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

#particles-container canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
