#home {
	opacity: 0.80;
	margin: 0 auto;
	width: 85%;
	min-width: 950px;
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#t1 {
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
}

.catListTitle {
	margin-top: 21px;
	margin-bottom: 10.5px;
	text-align: left;
	border-left: 10px solid rgba(82, 168, 236, 0.8);
	padding: 10px 0 14px 10px;
	background-color: #f5f5f5;
}

body {
	color: #000;
	background: url(https://img2020.cnblogs.com/blog/2192761/202201/2192761-20220115202059531-982340340.jpg
) fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	min-height: 101%;
}

.hljs .hljs-ln .hljs-ln-line {
	font-family: "Fira Code","Consolas";
	font-size: 13px;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
	font-family: "Fira Code","Consolas";
	font-size: 12px;
}

.hljs{
	tab-size: 4;
}