body {
	overflow-y: scroll;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 25px;
}

#header {
	width: 100%;
	height: 542px;
	display: block;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	z-index: 9999;
	-webkit-box-shadow: 0px 1px 6px #CCC;
	box-shadow: 0px 1px 6px #CCC;
	-ms-touch-action: none;
	background-size: 50px 40px;
	background: url("https://images2017.cnblogs.com/blog/516867/201709/516867-20170919113737806-947855094.jpg") no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#header a {
	padding: 10px 1em;
	text-align: left;
	text-indent: 2em;
	word-break: break-all;
	margin: 0px .5em;
}

#header li a {
	background-color: burlywood;
}

#header li a:hover {
	opacity: 0.5;
}

#navList {
	padding-top: 80px;
	margin: 0px 0 50px 50px;
}

#navList a {
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: -webkit-center center;
	float: left;
	border-radius: 50px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	width: 80px;
	height: 80px;
	background-color: #f1c40f;
	background-image: url(https://files.cnblogs.com/files/LoveOfPrince/tutu.bmp);
}

#navList a:hover {
	opacity: 0.5;
}

.postTitle {
	background-image: url(https://files.cnblogs.com/files/LoveOfPrince/title.bmp);
	height: 72px;
}

.postTitle a {
	font-family: "微软雅黑";
	font-size: 30px;
	line-height: 40px;
}

.cnblogs-post-body p {
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 25px;
}

#blog-sidecolumn li {
	padding: 0.3em;
	border-bottom: 1px solid #CCC;
	line-height: 20px;
}

#blog-sidecolumn li:active {
	opacity: 0.5;
}

#footer {
	width: 100%;
	height: 40px;
	color: strong;
	text-align: center;
	position: fixed;
	display: block;
	font-size: 22px;
	line-height: 28px;
	left: 0;
	right: 0;
	bottom: 0;
	word-break: break-all;
	z-index: 6666;
	padding: 8px 0;
	overflow-x: hidden;
	overflow-y: scroll;
	border-top: 2px solid #AAA;
	-webkit-overflow-scrolling: touch;
}


#cnblogs_post_body .cqwangtree li {
	position: relative;
	margin-left: -15px;
	list-style: none;
}

#cnblogs_post_body .cqwangtree li .leaf {
	margin-left: -18px !important;
}

#cnblogs_post_body .cqwangtree li .leaf {
	background: url(https://files.cnblogs.com/files/LoveOfPrince/leafme.bmp) no-repeat;
	color: #002446;
	padding-left: 21px;
	text-decoration: none;
	display: block;
	height: 48px;
}

#cnblogs_post_body .cqwangtree li input {
	position: absolute;
	left: 0;
	margin-left: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	top: 0;
	height: 50px;
	width: 100%;
}

#cnblogs_post_body .cqwangtree input+ ol {
	display: none;
}

#cnblogs_post_body .cqwangtree input+ ol> li {
	height: 0;
	overflow: hidden;
	margin-left: -14px !important;
	padding-left: 1px;
}

#cnblogs_post_body .cqwangtree li .branch {
	cursor: pointer;
	display: block;
	padding-left: 17px;
	padding-bottom: 20px;
	background: url(https://files.cnblogs.com/files/LoveOfPrince/branchme.bmp) no-repeat 0px 1px;
}

#cnblogs_post_body .cqwangtree input:checked+ ol {
	margin: -22px 0 0 -44px;
	padding: 27px 0 0 80px;
	height: auto;
	display: block;
}

#cnblogs_post_body .cqwangtree input:checked+ ol> li {
	height: auto;
}

#cnblogs_post_body .cqwangtree a {
	text-decoration: none;
}


.mySignature {
	position: absolute;
	top: 50px;
	color: #fff;
	left: 15%;
	z-index: 9999;
	font-size: 50px;
	color: black;
}

.myIdea {
	position: absolute;
	top: 100px;
	left: 15%;
	font-size: 20px;
	z-index: 9999;
	color: black;
}

#myImage
{
	height:115px;
	width:115px;
	border-radius:59px;
	position:absolute;
	top:250px;
	left:49%;
	border: 3px solid #fff;
	z-index:9999
}

.myModule {
	position: absolute;
	top: 400px;
	left: 49%;
	font-size: 20px;
	z-index: 9999;
	color: Bold;
}