:root {
	--control-text-color: #777;
	--side-bar-bg-color: #f6f8fa;
}

html {
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.day .postTitle a:hover {
	margin-left: 0;
}
.post .postTitle {
    display: none;
}
body {
	font-family: "SF UI Text",-apple-system,-apple-system-body,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #24292e;
	line-height: 1.5;
}

#main .postBody #write {
	max-width: 860px;
	margin: 0 auto;
	padding: 20px 30px 100px;
}

#main .postBody #write > ol:first-child,
#main .postBody #write > ul:first-child {
	margin-top: 30px;
}

#main .postBody body > :first-child {
	margin-top: 0 !important;
}

#main .postBody body > :last-child {
	margin-bottom: 0 !important;
}

#main .postBody a {
	color: #4183c4;
}

#main .postBody h1,
#main .postBody h2,
#main .postBody h3,
#main .postBody h4,
#main .postBody h5,
#main .postBody h6 {
	position: relative;
	margin-top: 1.8rem;
	margin-bottom: 1rem;
	line-height: 1.4;
	cursor: text;
	color: #142331;
}

#main .postBody h1:hover a.anchor,
#main .postBody h2:hover a.anchor,
#main .postBody h3:hover a.anchor,
#main .postBody h4:hover a.anchor,
#main .postBody h5:hover a.anchor,
#main .postBody h6:hover a.anchor {
	text-decoration: none;
}

#main .postBody h1 code,
#main .postBody h1 tt,
#main .postBody h2 code,
#main .postBody h2 tt,
#main .postBody h3 code,
#main .postBody h3 tt,
#main .postBody h4 code,
#main .postBody h4 tt,
#main .postBody h5 code,
#main .postBody h5 tt,
#main .postBody h6 code,
#main .postBody h6 tt {
	font-size: inherit;
}

#main .postBody h1 {
	text-align: center;
	padding-bottom: .3em;
	font-size: 2.25em;
	line-height: 1.2;
	margin: 1em auto 1.2em;
}

#main .postBody h1:after {
	border-bottom: 2px dashed #afec9e;
	content: '';
	width: 100px;
	display: block;
	margin: .2em auto 0;
	height: 2px;
}

#main .postBody h2 {
	font-size: 1.75em;
	padding-left: 9px;
	line-height: 1.4;
	border-left: 6px solid #cce5ff;
}

#main .postBody h3 {
	font-size: 1.5em;
	line-height: 1.43;
}

#main .postBody h3:before {
	border-radius: 50%;
	background-color: #9ed0ff;
	content: '';
	width: 6px;
	display: inline-block;
	height: 6px;
	vertical-align: middle;
	margin-bottom: .18em;
	margin-right: 8px;
}

#main .postBody #write > h3.md-focus:before,
#main .postBody #write > h4.md-focus:before {
	background-color: transparent;
	width: auto;
	height: auto;
}

#main .postBody h4 {
	font-size: 1.25em;
}

#main .postBody h4:before {
	background-color: #9ed0ff;
	content: '';
	width: 6px;
	display: inline-block;
	height: 2px;
	vertical-align: middle;
	margin-bottom: .18em;
	margin-right: 8px;
}

#main .postBody h5 {
	font-size: 1em;
}

#main .postBody h6 {
	font-size: 1em;
	color: #777;
}

#main .postBody blockquote,
#main .postBody dl,
#main .postBody ol,
#main .postBody p,
#main .postBody table,
#main .postBody ul {
	margin: .8em 0;
}

#main .postBody li > ol,
#main .postBody li > ul {
	margin: 0;
}

#main .postBody hr {
	height: .25em;
	padding: 0;
	margin: 24px 0;
	background-color: #e1e4e8;
	border: 0;
}

#main .postBody a:first-child h1,
#main .postBody a:first-child h2,
#main .postBody a:first-child h3,
#main .postBody a:first-child h4,
#main .postBody a:first-child h5,
#main .postBody a:first-child h6,
#main .postBody body > h1:first-child,
#main .postBody body > h1:first-child + h2,
#main .postBody body > h2:first-child,
#main .postBody body > h3:first-child,
#main .postBody body > h4:first-child,
#main .postBody body > h5:first-child,
#main .postBody body > h6:first-child {
	margin-top: 0;
	padding-top: 0;
}

#main .postBody h1 p,
#main .postBody h2 p,
#main .postBody h3 p,
#main .postBody h4 p,
#main .postBody h5 p,
#main .postBody h6 p {
	margin-top: 0;
}

#main .postBody li p.first {
	display: inline-block;
}

#main .postBody ol,
#main .postBody ul {
	padding-left: 30px;
}

#main .postBody ol:first-child,
#main .postBody ul:first-child {
	margin-top: 0;
}

#main .postBody ol:last-child,
#main .postBody ul:last-child {
	margin-bottom: 0;
}

#main .postBody blockquote {
	border-left: 4px dotted #e5e8e8;
	padding: 0 12px;
	color: #444;
	font-size: .9em;
}

#main .postBody blockquote blockquote {
	padding-right: 0;
}

#main .postBody table {
	padding: 0;
	word-break: initial;
}

#main .postBody table tr {
	border-top: 1px solid #dadfe6;
	margin: 0;
	padding: 0;
}

#main .postBody table.md-table tr:nth-child(2n) {
	background-color: #fafbfc;
}

#main .postBody table tr td,
#main .postBody table tr th {
	border: 1px solid #dadfe6;
	text-align: left;
	margin: 0;
	padding: 6px 13px;
}

#main .postBody table tr td:first-child,
#main .postBody table tr th:first-child {
	margin-top: 0;
}

#main .postBody table tr td:last-child,
#main .postBody table tr th:last-child {
	margin-bottom: 0;
}

#main .postBody .CodeMirror-gutters {
	border-right: 1px solid #ddd;
}

#main .postBody .md-fences,
#main .postBody code,
#main .postBody tt {
	font-size: 90%;
	border-radius: 3px;
	font-family: "SF Mono",Consolas,"Liberation Mono",Menlo,Courier,monospace;
}

#main .postBody code,
#main .postBody tt {
	margin: 0 2px;
	padding: 2px 4px;
	background-color: #e2f0ff;
}

#main .postBody .md-fences {
	background-color: #f6f8fa;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 12px 1em;
}

#main .postBody .md-task-list-item > input {
	margin-left: -1.45em;
	margin-top: calc(1em - 10px);
}

#main .postBody #write pre.md-meta-block {
	padding: 1rem;
	font-size: 85%;
	line-height: 1.45;
	background-color: #f7faf6;
	border: 0;
	border-radius: 3px;
	color: #777;
	margin-top: 0 !important;
}

#main .postBody .mathjax-block > .code-tooltip {
	bottom: .375rem;
}
	#main .postBody pre+pre {
		margin-top: 16px;
	}

#main .postBody #write > h3.md-focus:before {
	left: -1.5625rem;
	top: .375rem;
}

#main .postBody #write > h4.md-focus:before,
#main .postBody #write > h5.md-focus:before,
#main .postBody #write > h6.md-focus:before {
	left: -1.5625rem;
	top: .285714286rem;
}

#main .postBody .md-image > .md-meta {
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: "SF Mono",Consolas,"Liberation Mono",Courier,monospace;
	padding: 2px 4px 0;
	font-size: .9em;
	color: inherit;
}

#main .postBody .md-tag {
	color: inherit;
}

#main .postBody .md-toc {
	margin-top: 20px;
	padding-bottom: 20px;
}

#main .postBody .sidebar-tabs {
	border-bottom: none;
}

#main .postBody #typora-quick-open {
	border: 1px solid #ddd;
	background-color: #f8f8f8;
}

#main .postBody #typora-quick-open-item {
	background-color: #fafafa;
	border-color: #fefefe #e5e5e5 #e5e5e5 #eee;
	border-style: solid;
	border-width: 1px;
}

#main .postBody .typora-quick-open-item {
	padding-top: 3px;
}

#main .postBody .typora-quick-open-list {
	margin-top: 4px;
}

#main .postBody .typora-quick-open-item-path {
	margin-top: -2px;
}

#main .postBody #md-notification:before {
	top: 10px;
}

#main .postBody .on-focus-mode blockquote {
	border-left-color: rgba(85, 85, 85, 0.12);
}

#main .postBody .context-menu,
#main .postBody .megamenu-content,
#main .postBody footer,
#main .postBody header {
	font-family: "SF UI Text",-apple-system,-apple-system-body,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

#main .postBody .file-node-content:hover .file-node-icon,
#main .postBody .file-node-content:hover .file-node-open-state {
	visibility: visible;
}

#main .postBody .mac-seamless-mode #typora-sidebar {
	background-color: var(--side-bar-bg-color);
}

#main .postBody .md-lang {
	color: #b4654d;
}

#main .postBody .pin-outline #outline-content .outline-active strong,
#main .postBody .pin-outline .outline-active {
	color: #232323;
	font-weight: 600;
}

#main .postBody .outline-label {
	color: #646464;
	font-weight: 400;
}

#main .postBody .file-list-item-summary {
	font-family: "SF UI Text",-apple-system,-apple-system-body,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media print {
	#main .postBody body {
		font-weight: 400;
	}

	#main .postBody b,
  #main .postBody strong {
		font-weight: 600;
	}

	#main .postBody pre,
  #main .postBody table {
		page-break-inside: avoid;
	}

	#main .postBody pre {
		word-wrap: break-word;
	}
}

#main .postBody body {
	font-weight: 400;
	-webkit-font-smoothing: unset;
}

#main .postBody b,
#main .postBody h1,
#main .postBody h2,
#main .postBody h3,
#main .postBody h4,
#main .postBody h5,
#main .postBody h6,
#main .postBody strong {
	font-weight: 600;
}

#main .postBody h1,
#main .postBody table tr th {
	font-weight: 400;
}

#main .postBody .file-list-item-file-name {
	font-weight: 500;
}

#main .postBody pre code {
	padding: 12px;
	background-color: #f6f8fa;
}
#main .postBody {
	font-family: "SF UI Text",-apple-system,-apple-system-body,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #24292e;
	line-height: 1.5;
	font-size: 16px;
}

#main .cnblogs-markdown code {
	color: #24292e;
	line-height: 1.5;
	padding: 0 4px;
}
body {
    /* background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACJJREFUeNpi/P//Py8DpQCXISBxJlING4QaGEdDiQgAEGAAg8sST3LGZYoAAAAASUVORK5CYII='); */

	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACFJREFUeNpiZGBg4GegAsBlCD8TqSYNQg2Mo6FEBAAIMACdPABtrSW/IQAAAABJRU5ErkJggg==');
  background-repeat: repeat;
  background-attachment: fixed;
}

#home {
	width: 65.3%
}

.postBody blockquote {
	min-height: auto;
	background: none;
}
