@import url(https://blog-static.cnblogs.com/files/gshang/gshang.bilibili.big.2020.01.02.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/lml2020/1625162/o_200102043727%E9%BE%99%E7%8C%AB1.jpg");
		--BackgroundImg2: url("https://img2018.cnblogs.com/blog/1489774/201912/1489774-20191228125539538-625693297.jpg");
		--Avatar: url("https://pic.cnblogs.com/avatar/1686843/20200102095059.png");
		--ImgShadow: rgba(0, 0, 0, 0.19);
	}