body {
	min-height: 100%;
	background: url(https://img2020.cnblogs.com/blog/2249847/202012/2249847-20201216173512843-1194171021.jpg) fixed;
	background-size: cover;
	background-repeat: repeat;
	color: #ddd;
	font-size: 13px;
	font-family: "微软雅黑","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
}

#blogTitle h1 {
	margin-top: 20px;
	color: #ccc;
	font-weight: 700;
	font-size: 50px;
	font-family: "微软雅黑",Consolas,monospace;
}

#blogTitle h1 a {
	color: #dcdcdc;
	text-decoration: none;
}

#blogTitle h2 {
	margin-top: 20px;
	color: #bdbdbd;
	font-size: 19px;
	font-family: "微软雅黑",Consolas,monospace;
	line-height: 1.846153846;
}

.catListTitle {
	margin-bottom: 10.5px;
	padding: 5px 0 5px 10px;
	border-left: 10px solid rgba(82,168,236,.8);
	background-color: rgba(245,245,245,.2);
	text-align: left;
}

.covered:hover {
	background: #000;
	color: #fff!important;
}

.covered {
	background: #000;
	color: #000!important;
}

.invisible {
	color: rgba(233,233,233,.1)!important;
}

.hidden {
	display: none;
}

.cnblogs-markdown code,.cnblogs-post-body code {
	display: inline-block;
	margin: 1px 2px;
	padding: 0 5px!important;
	border-radius: 3px!important;
	background-color: #282c34!important;
	color: #b1a3ff;
	vertical-align: middle;
	font-size: 15px!important;
	font-family: Consolas,"Ubuntu Mono",monospace!important;
	line-height: 20px;
	line-height: 1.8;
}

.cnblogs-markdown .hljs,.cnblogs-markdown pre code,.cnblogs-post-body .hljs {
	padding: 0 0 0 10px!important;
	border: none!important;
	border-radius: 10px!important;
	background: #282c34!important;
	color: #abb2bf;
	font-size: 15px!important;
	font-family: Consolas,"Ubuntu Mono","微软雅黑"!important;
}

#home {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px;
	width: 65%;
	min-width: 950px;
	background-color: rgba(0,0,0,.7);
	box-shadow: 0 2px 6px rgba(100,100,100,.3);
	font-size: 15px;
}

.catList,.catListArticleArchive,.catListArticleCategory,.catListBlogRank,.catListComment,.catListEssay,.catListFeedback,.catListImageCategory,.catListLink,.catListNoteBook,.catListPostArchive,.catListPostCategory,.catListTag,.catListView,.mySearch,.newsItem {
	margin-bottom: 35px;
	background: 0 0;
	word-wrap: break-word;
}

#blog-calendar td {
	font-size: 14px;
	font-family: Consolas,"Ubuntu Mono",monospace;
}

.input_my_zzk {
	padding-right: 30px;
	padding-left: 5px;
	width: 100%;
	height: 25px;
	outline: 0;
	border: 1px solid #999;
	background: 0 0;
}

.CalDayHeader {
	background: rgba(245,245,245,.2)!important;
	color: #c3c3c3;
	font-weight: 100;
}

.CalTitle {
	padding: 5px 0;
	width: 100%;
	height: 25px;
	background: 0 0;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

.CalTitle td {
	border: 0!important;
	background: rgba(245,245,245,.2)!important;
	color: #c3c3c3;
	font-family: "Comic Sans MS",sans-serif;
}

a:link {
	color: #6495ed;
}

a:visited {
	color: #6495ed;
}

a:hover {
	color: #5f9ea0;
}

a:active {
	color: #000;
}

.CalTodayDay {
	background: rgba(100,100,100,.5)!important;
	color: #ddd;
	font-weight: 700;
}

.cnblogs_code {
	overflow: auto;
	margin: 5px 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: rgba(247,247,247,.3);
	color: #000;
	font-size: 12px!important;
	font-family: Consolas,"Ubuntu Mono",monospace!important;
}

.cnblogs_code div {
	background-color: rgba(247,247,247,.3);
}

.cnblogs_code_collapse {
	padding: 2px;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	background-color: rgba(247,247,247,.3);
}

div.code_block>pre {
	margin-top: 0;
}

blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10%;
	border: 2px solid #93d9ff;
	background: rgba(50,50,50,.2);
	color: #93d9ff;
}

div.commentform input.author,div.commentform input.email,div.commentform input.url {
	padding: 4px 4px 4px 30px;
	width: 300px;
	border: 1px solid #fff!important;
	background-color: rgba(247,247,247,.3);
	background-image: url(https://static.cnblogs.com/images/icon_form.gif);
	font-size: 13px;
}

div.commentform textarea {
	box-sizing: border-box;
	padding: 8px 0;
	width: 100%;
	height: 150px;
	outline: 0;
	border: none;
	font-size: 13px;
	line-height: 1.6;
	resize: vertical;
}

#comment_form_container .comment_textarea {
	margin-bottom: 10px;
	padding: 8px;
	width: 362px;
	height: 200px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(247,247,247,.3);
	color: #555;
	font-size: 13px;
}

.cnblogs_code pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 12px!important;
	font-family: Consolas,"Ubuntu Mono",monospace!important;
}

.cnblogs_code span {
	font-size: 12px!important;
	font-family: Consolas,"Ubuntu Mono",monospace!important;
	line-height: 1.5!important;
}

div#cnblogs_c2 {
	display: none;
}

div#cnblogs_c1 {
	display: none;
}

div#under_post_news {
	display: none;
}

div#ad_t2 {
	display: none;
}

div#under_post_kb {
	display: none;
}

.feedbackItem {
	margin: 10px 5px 0;
	padding: 5px;
	box-shadow: 0 0 10px 0 #aaa;
}

#topics .postTitle {
	font-size: 230%;
}

.postTitle a:active,.postTitle a:link,.postTitle a:visited {
	color: #6dccff;
	transition: all .4s cubic-bezier(0,0,.12,1) 0s;
}

.postTitle a:hover {
	color: #7eddff;
}

.entrylistPosttitle a:active,.entrylistPosttitle a:link,.entrylistPosttitle a:visited {
	color: #6dccff;
	transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
}

.entrylistItemTitle a:link,.entrylistItemtitle a:active,.entrylistItemtitle a:visited {
	color: #6dccff;
	transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
}

#cnblogs_post_body h2 {
	padding: 3px 10px;
	border-left: 10px solid rgba(82,168,236,.3);
	background: rgba(247,247,247,.3);
}

#cnblogs_post_body h3 {
	padding: 2px 5px;
	border-left: 5px solid rgba(0,235,255,.3);
	background: rgba(247,247,247,.3);
}

#cnblogs_post_body h4 {
	padding-left: 5px;
	border-left: 5px solid rgba(222,101,114,.3);
	background: rgba(247,247,247,.3);
}

#cnblogs_post_body h1 {
	padding: 3px 10px;
	border-right: 15px solid rgba(0,122,255,.3);
	border-left: 15px solid rgba(0,122,255,.3);
	background: rgba(247,247,247,.3);
	font-size: 175%;
}

#cnblogs_post_body td,#cnblogs_post_body th,.cnblogs-post-body td,.cnblogs-post-body th {
	padding: 8px 14px;
	min-width: 50px;
	border: 1px solid #93d9ff;
	border-collapse: collapse;
}

#cnblogs_post_body th,.cnblogs-post-body th {
	background-color: #002f44;
}

.buryit {
	display: none;
}

#div_digg {
	position: fixed;
	bottom: 10px;
	left: 70%;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 10px;
	width: auto;
	border: 2px solid rgba(82,168,236,.8);
	background: rgba(247,247,247,.3);
	box-shadow: 0 0 10px 0 #aaa;
	text-align: center;
	font-size: 12px;
}

textarea {
	background: rgba(247,247,247,.3);
	font-family: Consolas!important;
}

.pager a {
	color: #f7f7f7;
}

#nav_next_page a {
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #3671a5;
	background: #3671a5;
	box-shadow: 0 1px 3px #3671a5;
	color: #f7f7f7;
	transition: all .4s linear 0s;
}

#nav_next_page a:hover {
	background: #000;
}

.button {
	cursor: pointer;
}

.code_switcher {
	margin: 10px 0;
	padding-left: 10px;
	border: 1px rgba(0,122,255,.3) solid;
	border-radius: 3px;
	background: rgba(0,122,255,.3);
	font-family: Consolas,"Ubuntu Mono",monospace;
}

.code_unfolded {
	margin-bottom: 0;
}

.hljs-subst {
	color: #000;
}

.hljs-addition,.hljs-meta,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable {
	color: #756bb1;
}

.hljs-comment,.hljs-quote {
	color: #636363;
}

.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp {
	color: #31a354;
}

.hljs-deletion,.hljs-variable {
	color: #88f;
}

.hljs-built_in,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-tag,.hljs-title,.hljs-type {
	color: #3182bd;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-attribute {
	color: #e6550d;
}

#EntryTag {
	margin-top: 20px;
	color: grey;
	font-size: 9pt;
}

.topicListFooter {
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}

#divRefreshComments {
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 9pt;
}

* {
	padding: 0;
}

html {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size: 100%;
}

a {
	outline: 0;
	color: #6dccff;
}

.clear {
	clear: both;
}

#header {
	margin-top: 10px;
	padding-bottom: 5px;
}

#blogTitle {
	clear: both;
	height: 60px;
}

#blogLogo {
	float: right;
}

invisible #navigator {
	clear: both;
	margin-top: 25px;
	height: 50px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	font-size: 13px;
}

#navList {
	float: left;
	min-height: 30px;
}

#navList li {
	float: left;
	margin: 0 40px 0 0;
}

#navList a {
	float: left;
	display: block;
	padding-top: 19px;
	width: 5em;
	height: 22px;
	text-align: center;
}

#navList a:active,#navList a:link,#navList a:visited {
	color: #858585;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}

#navList a:hover {
	color: #fff;
	text-decoration: none;
}

.blogStats {
	float: right;
	margin-top: 19px;
	margin-right: 2px;
	color: #aaa;
	text-align: right;
}

#main {
	margin-top: 30px;
	width: 100%;
	text-align: left;
}

#mainContent .forFlow {
	float: none;
	margin-left: 22em;
	width: auto;
}

#mainContent {
	float: left;
	overflow: hidden;
	margin-left: -22em;
	padding: 0 0 10px 0;
	width: 100%;
	min-height: 200px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.day {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	min-height: 10px;
}

.dayTitle {
	position: absolute;
	top: -15px;
	clear: both;
	display: none;
	margin: 15px;
	margin-left: -100px;
	width: 63px;
	height: 65px;
	border: 1px solid #6dccff;
	border-radius: 50%;
	background: azure;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}

.dayTitle a {
	display: inline-block;
	margin-top: 15px;
	width: 60px;
	color: #6dccff;
}

.postTitle {
	float: right;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	border-left: 3px solid #6dccff;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
}

.postTitle a:hover {
	margin-left: 30px;
	color: #0f3647;
	text-decoration: none;
}

.postCon {
	float: right;
	clear: both;
	padding: 10px 0;
	width: 100%;
	line-height: 1.5em;
}

.day .postTitle a {
	padding-left: 10px;
}

.postDesc {
	float: left;
	clear: both;
	margin-top: 20px;
	padding-right: 5px;
	padding-left: 20px;
	width: 100%;
	background: url(images/posted_time.png) no-repeat 0 1px;
	color: #aaa;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}

.postDesc a:active,.postDesc a:link,.postDesc a:visited {
	color: #666;
}

.postDesc a:hover {
	color: #6dccff;
	text-decoration: none;
}

.postSeparator {
	float: right;
	clear: both;
	clear: both;
	margin: 0 auto 15px auto;
	width: 100%;
	height: 1px;
}

#sideBar {
	float: right;
	overflow: hidden;
	margin-top: -15px;
	padding: 0 0 0 5px;
	width: 230px;
	min-height: 200px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#sideBar a {
	color: #dcdcdc;
	font-size: 13px;
}

#sideBar a:hover {
	color: #6dccff;
	text-decoration: underline;
}

.div_my_zzk {
	position: relative;
	margin-top: 10px;
	width: 175px;
}

#btnZzk {
	background: url(images/blog_search.png) no-repeat 5px 5px;
}

#widget_my_google input[type=button] {
	background: url(images/google_search.png) no-repeat 5px 5px;
}

.btn_my_zzk {
	position: absolute;
	top: 1px;
	right: -35px;
	width: 25px;
	height: 25px;
	border: 0;
	border-style: none;
	color: transparent;
	font-size: 12px;
	cursor: pointer;
}

.input_my_zzk:hover {
	border: 1px solid #6dccff;
	transition: all .4s linear 0s;
}

.input_my_zzk:focus {
	border: 1px solid #6dccff;
}

#blog-calendar th {
	font-size: 12px;
}

#calendar {
	margin-bottom: 35px;
	padding-bottom: 5px;
	width: 228px;
	border: 1px solid #ededed;
	box-shadow: 0 1px 3px #ccc;
}

#calendar .Cal {
	width: 100%;
	line-height: 1.5em;
}

#calendar td {
	padding-top: 2px;
	background: #fff;
	font-family: "Comic Sans MS";
}

.Cal {
	border: none;
	color: #ccc;
}

#calendar table a:active,#calendar table a:link,#calendar table a:visited {
	font-weight: 700;
}

#calendar table a:hover {
	color: #fff;
	text-decoration: none;
}

.CalWeekendDay {
	padding-top: 4px;
	padding-bottom: 4px;
}

.CalOtherMonthDay {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666;
}

#calendar .CalNextPrev a:active,#calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited {
	padding-right: 15px;
	padding-left: 10px;
	font-weight: 700;
}

.catListComment {
	line-height: 1.5em;
}

.divRecentComment {
	margin-bottom: 20px;
	color: #494949;
	text-indent: 2em;
}

#sideBarMain ul {
	line-height: 1.5em;
}

#sideBarMain li {
	line-height: 1.8;
}

#topics {
	float: left;
	overflow: hidden;
	padding: 0 0 10px 0;
	width: 100%;
	min-height: 200px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#EntryTag {
	color: #666;
}

#EntryTag a {
	margin: 2px 5px 0;
	margin-left: 5px;
	padding: 3px 14px;
	height: 20px;
	border-radius: 10px;
	background: #e7e7e7;
	color: #333;
	text-decoration: none;
	line-height: 20px;
}

#EntryTag a:active,#EntryTag a:link,#EntryTag a:visited {
	color: #666;
}

#EntryTag a:hover {
	background: #6dccff;
	color: #f5f5f5;
	transition: all .4s linear 0s;
}

#BlogPostCategory {
	color: #666;
}

#BlogPostCategory a {
	margin: 2px 5px 0;
	margin-left: 5px;
	padding: 3px 14px;
	height: 20px;
	border-radius: 10px;
	background: #e7e7e7;
	color: #333;
	text-decoration: none;
	line-height: 20px;
}

#BlogPostCategory a:active,#BlogPostCategory a:link,#BlogPostCategory a:visited {
	color: #666;
}

#BlogPostCategory a:hover {
	background: #6dccff;
	color: #f5f5f5;
}

#topics .postDesc {
	margin-top: 5px;
	padding-left: 0;
	width: 100%;
	background: 0 0;
	color: #666;
	text-align: left;
}

.feedback_area_title {
	margin: 10px 0 30px;
	border-bottom: 2px solid #ccc;
	font: normal normal 16px/35px "Microsoft YaHei";
}

.louzhu {
	padding-right: 16px;
	background: transparent url(/images/icoLouZhu.gif) no-repeat scroll right top;
}

.feedbackListSubtitle {
	color: #a8a8a8;
}

.feedbackListSubtitle a:active,.feedbackListSubtitle a:link,.feedbackListSubtitle a:visited {
	color: #6dccff;
	font-weight: 700;
}

.feedbackListSubtitle a:hover {
	color: #6dccff;
	text-decoration: underline;
}

.feedbackListSubtitle b {
	color: #6dccff;
}

.feedbackManage {
	float: right;
	width: 200px;
	text-align: right;
}

.feedbackCon {
	margin-bottom: 1em;
	padding: 10px 20px 10px 5px;
	min-height: 35px;
	border-bottom: 1px solid #eee;
	line-height: 1.5;
}

#divRefreshComments {
	margin-bottom: 10px;
	text-align: right;
}

.commenttb {
	margin-bottom: 10px;
	padding: 8px;
	width: 50%;
	width: 320px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
}

.commenttb:hover {
	outline: 0;
	border-color: rgba(82,168,236,.8);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
	color: #333;
	transition: all .4s linear 0s;
}

.commentTextBox {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 410px!important;
}

.commentTextBox:hover {
	outline: 0;
	border-color: rgba(82,168,236,.8);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
	color: #333;
	transition: all .4s linear 0s;
}

#AjaxHolder_PostComment_btnSubmit {
	display: inline-block;
	padding: 8px 20px;
	outline: 0;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #6dccff;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
}

#AjaxHolder_PostComment_btnSubmit:hover {
	background: #333;
}

#AjaxHolder_PostComment_divCommnentArea tr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.comment_vote {
	padding-right: 10px;
}

.comment_vote a {
	color: #999;
}

.comment_vote a:hover {
	color: #6dccff;
}

#commentform_title {
	margin: 10px 0 30px;
	padding: 0;
	border-bottom: 2px solid #ccc;
	background-image: none;
	font: normal normal 16px/35px "Microsoft YaHei";
}

#comment_form_container .author {
	padding-left: 10px;
	width: 320px;
	height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none;
	color: #555;
}

#comment_form_container p {
	margin-bottom: 20px;
	font-size: 14px;
}

.commentbox_title_left {
	font-size: 14px;
}

.commentbox_title_right {
	float: left;
}

.commentbox_tab {
	margin: 0 1rem 0 0;
	padding: 0 5px 0 5px;
	color: #aaa;
	list-style: none;
	text-align: center;
	letter-spacing: .1rem;
	line-height: 28px;
	cursor: pointer;
}

.commentbox_tab.active,.commentbox_tab:hover {
	border-bottom: 4px solid #367cc2;
	color: #fff;
}

#comment_form_container .comment_textarea:hover {
	outline: 0;
	border-color: rgba(82,168,236,.8);
	transition: all .4s linear 0s;
}

#comment_form_container .comment_textarea:focus {
	outline: 0;
}

.comment_svg {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	fill: #aaa;
}

.comment_btn {
	display: inline-block;
	padding: 8px 20px;
	width: 100px;
	height: 38px;
	outline: 0;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #555;
	color: #6dccff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
}

.comment_btn:hover {
	background: #333;
}

.PostListTitle,.entrylistTitle,.thumbTitle {
	margin-bottom: 25px;
	height: 38px;
	border-bottom: 2px solid #e6e6e6;
	color: #6dccff;
	font-size: 16px;
	line-height: 38px;
}

.entrylistDescription {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #666;
	text-align: right;
}

.entrylistItem {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 50px;
	width: 100%;
	min-height: 20px;
}

.entrylistPosttitle {
	margin-bottom: 10px;
	padding-left: 15px;
	width: 100%;
	border-left: 3px solid #6dccff;
	font-size: 20px;
}

.entrylistPosttitle a:hover {
	margin-left: 30px;
	color: #0f3647;
	text-decoration: none;
}

.entrylistPostSummary {
	margin-top: 5px;
	margin-bottom: 5px;
}

.entrylistItemPostDesc {
	margin-top: 20px;
	padding-left: 5px;
	color: #757575;
	text-align: left;
}

.entrylistItemPostDesc a:active,.entrylistItemPostDesc a:link,.entrylistItemPostDesc a:visited {
	color: #666;
}

.entrylistItemPostDesc a:hover {
	color: #6dccff;
}

.entrylist .postSeparator {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	border: none;
	font-size: 0;
	line-height: 0;
}

.divRecentCommentAticle a {
	color: #000;
}

.pager {
	margin-right: 10px;
	text-align: right;
}

.pager a:hover {
	background: #000;
}

.PostList {
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 1.5em;
	border-bottom: 1px solid #ccc;
}

.postTitl2 {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.postDesc2 {
	float: right;
	color: #666;
}

.postText2 {
	clear: both;
	color: #757575;
}

.pfl_feedback_area_title {
	margin-bottom: 10px;
	text-align: right;
	font-weight: 700;
	line-height: 1.5em;
}

.pfl_feedbackItem {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #ccc;
	border-radius: 3px;
}

.pfl_feedbacksubtitle {
	width: 100%;
	height: 1.5em;
}

.pfl_feedbackname {
	float: left;
}

.pfl_feedbackname a {
	color: #6dccff;
	font-weight: 700;
}

.pfl_feedbackManage {
	float: right;
}

.pfl_feedbackCon {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}

.pfl_feedbackAnswer {
	color: #f40;
	text-indent: 2em;
}

.tdSentMessage {
	text-align: right;
}

.errorMessage {
	float: left;
	width: 300px;
}

#Profile1_panelAdd input[type=text],#Profile1_txtContent {
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
}

#Profile1_panelAdd input[type=text]:hover,#Profile1_txtContent:hover {
	outline: 0;
	border-color: rgba(82,168,236,.8);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
	color: #333;
	transition: all .4s linear 0s;
}

#Profile1_panelAdd input[type=text]:focus,#Profile1_txtContent:focus {
	outline: 0;
	border-color: rgba(82,168,236,.8);
}

#Profile1_panelAdd input[type=submit] {
	display: inline-block;
	padding: 8px 20px;
	outline: 0;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #6dccff;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
}

#Profile1_panelAdd input[type=submit]:hover {
	background: #333;
}

.feedbackListSubtitle {
	clear: both;
	padding: 8px 5px;
	color: #a8a8a8;
}

.divPhoto {
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #ccc;
}

.thumbDescription {
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #757575;
	text-align: right;
}

#footer {
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 10px;
	min-height: 15px;
	border-top: 1px solid #ededed;
	color: #686868;
	text-align: center;
}

.personInfo {
	margin-bottom: 20px;
}

.pages {
	text-align: right;
}

.postBody {
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
}

.postBody p,.postCon p {
	margin: 0 auto 1em auto;
	text-indent: 2em;
}

.postBody h2 {
	margin: 15px auto 2px auto;
	font-weight: 700;
	font-size: 150%;
}

.postBody h3 {
	margin: 15px auto 2px auto;
	font-weight: 700;
	font-size: 120%;
}

.postBody h4 {
	margin: 15px auto 2px auto;
	color: #fff;
	font-weight: 700;
	font-size: 110%;
}

.postBody h5 {
	margin: 15px auto 2px auto;
	color: #fff;
	font-weight: 700;
	font-size: 100%;
}

.postBody a:active,.postBody a:link,.postBody a:visited {
	text-decoration: underline;
}

.postCon a:active,.postCon a:link,.postCon a:visited {
	text-decoration: underline;
}

.postBody ul,.postCon ul {
	margin-left: 2em;
}

.postBody li,.postCon li {
	margin-bottom: 1em;
	list-style-type: disc;
}

.postBody blockquote {
	width: 75%;
	min-height: 35px;
	border-right: 4px solid #93d9ff;
	border-left: 4px solid #93d9ff;
	background: rgba(50,50,50,.2);
	color: #93d9ff;
	font-family: "楷体",Consolas,"Ubuntu Mono",monospace;
	line-height: 1.6em;
}

.myposts_title {
	text-align: center;
	font-weight: 700;
}

#sideBar {
	font-size: 12px;
}

#sideBar h3 {
	font-size: 14px;
}

.c_b_p_desc {
	color: #f0f0f0;
	font-size: 14px;
	line-height: 1.7;
}

#cnblogs_post_body img {
	max-width: 700px;
}

#home .hljs-comment,#home .hljs-quote {
	color: #5c6370;
}

#home .hljs-doctag,#home .hljs-formula,#home .hljs-keyword {
	color: #c678dd;
}

#home .hljs-deletion,#home .hljs-name,#home .hljs-section,#home .hljs-selector-tag,#home .hljs-subst {
	color: #e06c75;
}

#home .hljs-literal {
	color: #56b6c2;
}

#home .hljs-addition,#home .hljs-attribute,#home .hljs-meta-string,#home .hljs-regexp,#home .hljs-string {
	color: #98c379;
}

#home .hljs-built_in,#home .hljs-class .hljs-title {
	color: #e6c07b;
}

#home .hljs-attr,#home .hljs-number,#home .hljs-selector-attr,#home .hljs-selector-class,#home .hljs-selector-pseudo,#home .hljs-template-variable,#home .hljs-type,#home .hljs-variable {
	color: #d19a66;
}

#home .hljs-bullet,#home .hljs-link,#home .hljs-meta,#home .hljs-selector-id,#home .hljs-symbol,#home .hljs-title {
	color: #61aeee;
}

#home .hljs-emphasis {
	font-style: italic;
}

#home .hljs-strong {
	font-weight: 700;
}

#home .hljs-link {
	text-decoration: underline;
}

#home .hljs-tag {
	color: #abb2bf;
}