@import url(https://files.cnblogs.com/files/liuchunlin/gshang.bilibili.big.2020.01.03.1.css) screen and (min-width:0px);

/***** 根据需求修改资源变量和色彩 ************/
:root {
 /* 主题色 */
 --ThemeColor: #00a1d6;
 /* 字体色 */
 --TextColor1: #141418;
 --TextColor2: #5f5f6b;
 --TextColor3: #97979f;
 /* 分割线色 */
 --DividColor: #e7eaf0;
 --BlockColor: #fff;
 /* 板块色 */
 --BackgroundColor: #f4f6fa;
 /* 辅助色 */
 --AidColor1: #fa7d00;
 --AidColor2: #ff2e2e;
 --AidColor3: #36c67d;
 /* 字体级别 */
 --text1: 28px;
 --text2: 26px;
 --text3: 24px;
 --text4: 22px;
 --text5: 20px;
 --text6: 18px;
 --textNoraml: 16px;

/* 背景图 */
 --BackgroundImg: url("https://images.cnblogs.com/cnblogs_com/liuchunlin/1556961/o_200103031400%E9%9B%AA.jpg");
 /*--BackgroundImg: url("https://api.dujin.org/bing/1920.php");*/
 --BackgroundImg2: url("https://img2018.cnblogs.com/blog/1489774/201912/1489774-20191228125539538-625693297.jpg");
 --Avatar: url("https://images.cnblogs.com/cnblogs_com/liuchunlin/1556961/o_200103025851%E5%A4%B4%E5%83%8F.jpg");
 /* 微信二维码 */
 --WeChat: url(https://images.cnblogs.com/cnblogs_com/liuchunlin/1556961/o_200104010218QQ.jpg);
}

#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}

#header:after {
		background-image: url("");
	}

