body {
	color: #000;
	background: url(https://images.cnblogs.com/cnblogs_com/zhouxuejia/1580490/o_psb.jpg) fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	min-height: 100%;
	/*overflow: hidden*/
}

#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);
	border-radius: 2.5%;
}

/*雪花css start*/
#Snow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(255,255,240,0.1);
	pointer-events: none;
}
/*雪花css  end*/

/* 博客标题和副标题 */
#blogTitle {
	overflow: hidden;
	height: auto;
}

#blogTitle h1 {
	font-size: 35px;
	width: 100%;
	margin-left: 0;
}

#blogTitle h2 {
	margin-left: 0;
	width: 100%;
	font-size: 20px;
	color: #000;
}

.postTitle2 {
	font-weight: bold;
}

#cnblogs_post_body {
	font-weight: bold;
}

.c_b_p_desc {
	font-weight: bold;
}