#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.05);
    pointer-events: none;
}
*{ 
    cursor:url('https://blog-static.cnblogs.com/files/jickma/20201028113333237_easyicon_net_32.ico'),auto;
}
body{
  /*  background: url(https://files-cdn.cnblogs.com/files/jickma/8b.bmp);*/
}