body {
color: red;
/* background: url(https://images.cnblogs.com/cnblogs_com/fyh0912/2054634/o_211101085436_e5c2e5b4b84fa783a3e21c4e106c1271.jpeg
https://images.cnblogs.com/cnblogs_com/fyh0912/2054634/o_230807073540_infinity-3214668.jpg
) fixed; */
background: url(https://images.cnblogs.com/cnblogs_com/fyh0912/2054634/o_211101092137_274200.jpg
) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}

#header{
    background:border-box;
}
#navigator {
    clear: both;
    width: 95%;
    margin: auto;
    height: 40px;
    background: rgba(0,0,0,0);
    //background: #fefef2 url(/skins/coffee/images/line.gif) left bottom repeat-x;
    margin-bottom: 20px;
}
.cnblogs_code{
    background-color: #fefef2;
}
.cnblogs_code div{
    background-color: #fefef2;
}
#sideBar{
    font-weight: 900;
    line-height: 2;
    color: #fff;
    top: 236px;
}
// 下雪背景
 #xueId{
     position: fixed;
     top: 0;
 }
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    // 博客背景色，不是雪花颜色
    background: rgba(125, 137, 95, 0);
    pointer-events: none;
}