.mask {
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	position: fixed;
	z-index: 9000;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	transition: all .4s
}


#top_nav{display:none}
.img-mask {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.mask img.zoom-out {
	display: block;
	margin: 60px auto;
	max-height: 90%;
	cursor: zoom-out
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

a {
	color: inherit;
	font-size: inherit;
	text-decoration: none
}

h3 {
	margin: 0;
	font-size: 1.1em;
	line-height: 1
}
button,
input[type="button"],
a[href="#top"],
.feedbackListSubtitle .louzhu {
	border-radius: 2px;
	outline:none;
	border: none;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	background-color: #1890ff;
}

hr {
	background: #e0e0e0;
	height: 1px;
	border: 0
}

body {
	margin: 0;
	font-size: 14px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 1.5;
	color: #333;
	background-color: #eee;
}

/* ::-webkit-scrollbar {
	width: 12px;
	background: inherit !important
}

::-webkit-scrollbar-button {
	display: none
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px
} */

#home {
	padding-top: 58px
}

#header {
	background-color: #222;
	color: #9d9d9d;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

#navigator {
	max-width: 1200px;
	margin: 0 auto
}

#navList li {
	display: inline-block;
	margin-right: 28px
}

#navList li a {
	display: block
}

#navList li:hover {
	color: #fff
}

#blogTitle,
.blogStats {
	display: none
}

#main {
	position: relative;
	max-width: 1200px;
	/* padding-left: 280px; */
	margin: 0 auto;
	z-index: 100;
	display: flex;
}

#main a:hover {
	color: #1890ff;
}

#mainContent {
	height: 100%;
	order: 2;
	position: relative;
	border-radius: 4px;
	padding: 0 24px 2px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.day,
.entrylist {
	min-height: 36px
}

.day {
	border-bottom: 1px solid #eaecef;
	margin-bottom: 12px
}

.entrylist>p {
	display: none
}

.entrylistTitle {
	position: absolute;
	margin: 7px 6px 0;
	right: 6px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.dayTitle a {
	display: none
}

div.postTitle a,
.entrylistPosttitle a {
	display: inline-block;
	padding: 10px 0 6px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}

.c_b_p_desc {
	color: #666;
	line-height: 1.8;
	font-size: 14px
}

.day .postDesc,
.entrylistItemPostDesc {
	text-align: right;
	line-height: 3;
	
	color: #808080
}

.postSeparator {
	border-bottom: 1px dashed #dae1ea
}

#post-info {
	display: flex;
	justify-content: space-between;
	
	color: #808080;
	line-height: 1
}

.post>h1 {
	margin: 0 0 4px;
}

.post>h1 a {
	font-weight: 400;
	font-size: 24px;
	color: #000 !important;
	text-shadow: 0 0 2px #999;
}

#infos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 8px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eaecef;
	font-size: 14px;
	color: #666;
	line-height: 1
}

.post {
	line-height: 2;
	letter-spacing: 1px
}

#cnblogs_post_body {
	margin-top: 10px;
	border-top: 1px solid #eee;
	padding-top: 6px
}
#cnblogs_post_body h1,
#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
	margin-top: 1em;
	font-weight: 500;
	line-height: 2
}

#cnblogs_post_body h2 {
	font-size: 30px;
	border-bottom: 1px solid #eaecef
}

#cnblogs_post_body h3 {
	font-size: 26px
}

#cnblogs_post_body h4 {
	font-size: 22px
}

#cnblogs_post_body h5 {
	font-size: 20px
}

#cnblogs_post_body h6 {
	font-size: 18px
}

#cnblogs_post_body pre {
	position: relative;
	background: #f7f7f7;
	font-size: inherit
}

#cnblogs_post_body img {
	margin: 30px 0;
	
	max-width: 100%
}

#cnblogs_post_body a {
	color: #1890ff
}

#cnblogs_post_body blockquote {
	margin: 4px 0;
	border: 0;
	border-left: 4px solid #999;
	padding: 6px 0 6px 16px;
	background: #f6f8fa
}

#cnblogs_post_body pre>button {
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 0;
	height:22px;
	background: rgba(0, 0, 0, 0.4);
	/* color: #fff; */
	transition: all .2s;
	opacity:0;
}

#cnblogs_post_body pre>.copyed {
	background: #67c23a
}
#cnblogs_post_body pre:hover button{opacity:1}
.blogpost-body#cnblogs_post_body code {
	padding: 0px 4px !important;
	background: #f2f4f5 !important;
	letter-spacing: 0;
	border-color: #eee !important;
	font: 1em source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace !important;
	line-height: 1.5 !important;
}

div#cnblogs_post_body pre code[class] {
	line-height: 2 !important;
	padding: 10px 12px !important;
	max-height: 560px;
	overflow: auto;
	white-space:pre-wrap;
}

.hljs-comment,
.hljs-quote {
	color: #a0a1a7
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
	color: #a626a4
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
	color: #e45649
}

.hljs-literal {
	color: #0184bb
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
	color: #50a14f
}

.hljs-built_in,
.hljs-class .hljs-title {
	color: #c18401
}

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

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
	color: #4078f2
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: bold
}

.hljs-link {
	text-decoration: underline
}

#green_channel {
	position: fixed;
	top: 40%;
	right: 20px;
	margin: 0;
	border: 0;
	padding: 0;
	width: 88px
}

#green_channel img {
	display: none !important
}

#green_channel a {
	background-image: none;
	margin: 0 0 10px 0 !important;
	border-radius: 2px;
	width: 54px;
	line-height: 1.5;
	font-size: 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
	box-shadow: 0 0 2px 1px #ccc
}

#green_channel #green_channel_digg {
	background-color: #67c23a
}

a[href="#top"] {
	position: fixed;
	padding: 4px 10px;
	bottom: 20%;
	right: 20px
}

.feedbackItem {
	margin-bottom: 10px;
	border-bottom: 1px solid #eaecef;
	padding-bottom: 10px;
	letter-spacing: 1px;
	line-height: 2
}

.feedbackListSubtitle {
	color: #fff
}

.feedbackListSubtitle :not(p) {
	line-height: 2;
	color: #333;
	font-size: 14px
}

.feedbackListSubtitle .louzhu {
	padding: 1px 6px
}

.blog_comment_body {
	margin: 6px 0 10px;
	padding: 6px 14px;
	background: #f6f8fa
}

.blog_comment_body img {
	margin: 10px 0;
	max-width: 90%
}

#sideBar {
	/* left: 0; */
	/* top: 0; */
	/* position: absolute; */
	/* min-height: 140px; */
	z-index: 2000;
	order: 1;
	margin-right: 12px;
}
##sideBar a:hover{
	color:#1890ff
}
.tab-box {
	min-height: 50px
}

.tab,
#toc {
	position: fixed;
	width: 222px;
	background: #fff;
	padding-left: 24px;
	padding-right: 24px
}

.tab span {
	display: inline-block;
	width: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	line-height: 48px;
	cursor: pointer
}

.tab .active {
	color: #1098ff;
	border-bottom: 2px solid #1098ff
}

#toc {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.8;
	max-height: 660px;
	overflow-y: auto
}

#toc ul {
	padding-left: 20px
}

#toc li.active>a {
	color: #1098ff
}

#toc button {
	font-size: 12px;
	padding: 0;
	width: 14px;
	height: 14px;
	top: 2px;
	margin: 0 6px 0 -20px
}

#toc a>span.li-level {
	color: #999;
	margin-right: 4px;
	font-size: 12px
}

#sideBarMain {
	/* position: fixed; */
	font-size: 14px;
	width: 222px;
	padding: 1px 24px;
	background-color: #fff;
	line-height: 2;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#sideBarMain h3 {
	margin: 14px 0 6px;
	font-size: 1.1em;
	font-weight: bold;
}

#sideBarMain h3+* {
	margin-bottom: 16px;
}

#widget_my_zzk #q {
	border: 0;
	border-bottom: 1px solid #ddd;
	width: 172px;
	outline: 0;
}

.div_my_zzk {
	margin-top: 0;
	margin-bottom: 0
}

#sideBarMain ul li a {
	display: block;
	font-size: 14px;
	line-height: 1.8
}

#sidebar_categories ul {
	padding-left: 20px
}

#sidebar_categories ul li {list-style: circle;}

#footer {
	padding: 30px;
	text-align: center
}

#icon-menu {
	display: none;
	border-radius: 2px;
	padding: 4px 0;
	width: 30px;
	text-align: center;
	background: #1098ff
}

#icon-menu div {
	width: 12px;
	height: 2px;
	margin: 4px auto;
	background: #fff
}

@media only screen and (max-width:767px) {
	body {
		font-size: 14px
	}

	#navigator {
		max-width: 100%;
		padding: 0 12px
	}

	#home>#main {
		padding: 0 !important;
		width: 100%
	}

	#main>#mainContent {
		padding-left: 20px;
		padding-right: 20px
	}

	#icon-menu {
		display: block;
		position: fixed;
		bottom: 20px;
		right: 20px;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
		z-index: 3000
	}

	#main #sideBar {
		top: 68px;
		position: fixed;
		display: none;
		z-index: 2000;
		height: 100%;
		background: #f2f2f2;
		width: 100%;
		box-shadow: 0 0 10px 10px #888
	}

	#sideBarMain,
	#toc,
	.tab-box>.tab {
		width: 70%
	}

	div#comment_form {
		margin-left: 0
	}

	a[href="#top"],
	#green_channel {
		position: static
	}
}
