body {
    background-image: url(https://images.cnblogs.com/cnblogs_com/anginwei/647350/o_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	font-family: "microsoft yahei", simhei, simsun, arial;
	font-size: 14px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
blockquote {
	margin: 0;
	padding: 5px 30px!important;
	border: none!important;
	border-left: 5px solid #ffdc00!important;
	font-size: 120%;
	color: #666;
}
#home {
	width: 1220px;
}
#blogTitle > h1 {
	font-size: 300%;
}
#navigator {
	margin-top: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#navList {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
#main {
    padding-bottom: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fbfbfb;
}
#mainContent {
	width: 75%;
	background: none;
}
#topics {
	padding: 1em 2em;
}
#topics .postTitle {
	padding-left: 20px;
}
.postTitle {
	padding: 8px 100px 10px 20px;
	border-left: 5px solid #0074D9;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
	color: #0074D9;
}
.postTitle a:hover {
	color: #ff851b;
	padding-left: 5px;
	transition: all .5s;
}
#sideBar {
	margin-left: 0;
	padding-left: 0;
	padding-right: 20px;
}
.catListTitle {
	background: none!important;
	border: none!important;
	border-bottom: 1px solid #ccc!important;
	box-shadow: 0 1px 0 #fff;
	color: #1F9FBD;
}
.div_my_zzk {
	margin-top: 20px;
	margin-bottom: 0;
}
.div_my_zzk > input {
	height: 2em!important;
	margin: 0 10px 0 0;
	padding: 0 10px;
	line-height: 2em!important;
	font-size: inherit!important;
	border-radius: 3px;
}
#footer {
	text-shadow: none;
}
/* 代码相关 */

code,
kbd,
pre,
samp {
	font-family: "microsoft yahei", monospace, monospace;
	font-size: 1em;
}
code {
	padding: 3px 6px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 3px 6px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 10px 20px;
	margin: 0 0 10px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre:hover {
	border-color: #D43F3A;
	transition: all .5s;
}
.key {
	color: blue;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}