.snowflake {
    position: fixed; /* 将 position 改为 fixed */
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.7;
    z-index: 999;
}