/* 导入符号字体 */
@import url(https://cdn.cnblogs.com/npm/font-awesome/css/font-awesome.min.css) screen and (min-width:0px);
@import url(https://at.alicdn.com/t/font_438759_kmvtb0te1nd.css) screen and (min-width:0px);

/* 设置全局变量 */
@media screen and (min-width:0px) {

	:root {
		/* 主题色 */
		--ThemeColor: #00a1d6;
		/* 字体色 */
		--TextColor1: #141418;
		--TextColor2: #5f5f6b;
		--TextColor3: #97979f;
		/* 分割线色 */
		--DividColor: #e7eaf0;
		--BlockColor: #fff;
		/* 板块色 */
		--BackgroundColor: #f4f6fa;
		/* 辅助色 */
		--AidColor1: #fa7d00;
		--AidColor2: #ff2e2e;
		--AidColor3: #36c67d;
		/* 字体级别 */
		--text1: 28px;
		--text2: 26px;
		--text3: 24px;
		--text4: 22px;
		--text5: 20px;
		--text6: 18px;
		--textNoraml: 16px;
		/* 背景图 */
		--BackgroundImg: url("https://images.cnblogs.com/cnblogs_com/gshang/1453531/o_1912310917052.jpg");
		/*--BackgroundImg: url("https://api.dujin.org/bing/1920.php");*/
		--BackgroundImg2: url("https://img2018.cnblogs.com/blog/1489774/201912/1489774-20191228125539538-625693297.jpg");
		--Avatar: url("https://img2018.cnblogs.com/blog/1489774/201912/1489774-20191227184718385-1756034612.jpg");
		/* 背景图透明层 */
		--ImgShadow: rgba(0, 0, 0, 0.29);
		--screen: 100vh;
		--screen1: 40vh;
		/* 微信二维码 */
		--WeChat: url(https://img2018.cnblogs.com/blog/1489774/201910/1489774-20191015183429352-318054137.jpg);
	}
}

/* 设置全局样式 */
@media screen and (min-width:0px) {

	/* 去广告 */
	#ad_c1,
	#ad_c2,
	#ad_t2,
	#under_post_news,
	.c_ad_block {
		display: none
	}


	* {
		box-sizing: border-box;
	}

	body {
		background-color: var(--BackgroundColor);
		margin: 0;
		padding: 0;
		font-size: var(--textNoraml);
	}

	a {
		text-decoration: none;
		color: inherit;
	}

	a:hover {
		color: var(--ThemeColor)
	}

	img {
		max-width: 100%;
	}
}

/* 总体布局 */
@media screen and (min-width:0px) {
	* {
		text-decoration: none;
	}

	body {
		matgin: 0;
		padding: 0;
		background-color: var(--BackgroundColor);
	}

	#home {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: 100%;
		max-width: 960px;
		margin: 0 auto;
		width: initial !important;
		position: relative;
	}
}

/* header */
@media screen and (min-width:0px) {
	#header {
		display: flex;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid var(--DividColor);
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: initial !important;
		max-width: 960px;
		margin: 0 auto;
		padding: 0 20px;
		background: var(--BlockColor);
		box-sizing: border-box;
		z-index: 9999999999;
	}

	#header::before {
		position: fixed;
		content: "";
		display: block;
		height: 60px;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		/*position: absolute;*/
		background-color: #fff;
		z-index: -1;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
		margin: 0 auto;
	}

	#header::after {
		content: '';
		display: block;
		clear: both;
	}

	#blogTitle {
		display: block;
	}

	#lnkBlogLogo {
		display: none;
	}

	#blogTitle h1 {
		margin: 0;
		padding: 0;
	}

	#blogTitle h1 a {
		font-size: var(--text5);
		text-decoration: none;
		color: var(--TextColor1);
	}

	#blogTitle h2 {
		display: none;
	}

	#navigator {
		flex: 1;
	}

	#navList {
		margin: 0;
		padding: 0;
		display: flex;
		float: right;
	}

	#navList li {
		list-style-type: none;
	}

	#navList li a {
		font-size: var(--textNoraml);
		text-decoration: none;
		color: var(--TextColor1);
		margin: 0 10px;
	}

	.blogStats {
		display: none;
	}
}

/* main */
@media screen and (min-width:0px) {
	#main {
		display: grid;
		grid-template-columns: 100%;
		margin-top: 80px;
		max-width: 960px;
		width: initial !important;
	}

	.forFlow {
		display: grid;
		grid-template-columns: 100%;
		/*grid-gap:20px;*/
	}

	.day {
		display: grid;
		grid-template-columns: 100%;
	}

	.dayTitle {
		margin: 30px 0px;
		text-align: center;
	}

	.dayTitle a {
		background-color: rgba(0, 0, 0, 0.2);
		padding: 10px;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		border-radius: 4px;
	}

	.postTitle,
	.entrylistPosttitle {
		width: 100%;
		background-color: var(--BlockColor);
		padding: 20px;
		box-sizing: border-box;
		border-radius: 10px 10px 0 0;
	}

	.postTitle a,
	.entrylistPosttitle a {
		color: var(--TextColor1);
		text-decoration: none;
		font-size: var(--text6);
		line-height:
	}

	.c_b_p_desc {
		display: grid;
		width: 100%;
		background-color: var(--BlockColor);
		padding: 0 20px;
		box-sizing: border-box;
		font-size: var(--textNoraml);
		border-radius: 0 0 10px 10px;
		color: var(--TextColor2);
	}

	.desc_img {
		order: -1;
		width: 100%;
		max-width: 100% !important;
		height: 200px;
		object-fit: cover;
		margin-bottom: 10px;
	}

	.c_b_p_desc_readmore {
		line-height: 1.5;
		padding: 10px;
		margin-top: 10px;
		color: var(--TextColor1);
		text-decoration: none;
		font-size: var(--textNoraml);
		border-top: 1px solid var(--DividColor);
	}

	.c_b_p_desc_readmore:after {
		content: "›";
		float: right;
		font-size: var(--text6);
	}

	.postDesc,
	.entrylistItemPostDesc {
		display: none;
	}

	.day .postSeparator,
	.postSeparator {
		height: 20px;
	}
}



/* footer */
@media screen and (min-width:0px) {
	#footer {
		color: var(--TextColor2);
		text-align: center;
	}
}

/* 翻页  */
@media screen and (min-width:0px) {
	#nav_next_page {
		margin-bottom: 0px;
		margin: 20px auto;
		text-align: center;
	}

	#nav_next_page a {
		text-decoration: none;
	}

	.topicListFooter {
		margin: 0px !important;
	}

	.topicListFooter,
	.pager {
		line-height: 3;
		overflow-x: auto;
		display: block !important;
	}

	.pager {
		/*padding: 20px;*/
	}

	.topicListFooter a,
	.Pager a,
	.pager a {
		background-color: var(--BlockColor);
		padding: 6px 10px;
		display: inline-table;
		line-height: 1.5;
		color: var(--TextColor1);
		border: 1px solid var(--DividColor);
		border-radius: 4px;
	}

	.pager .current {
		padding: 6px 10px !important;
		display: inline-table;
		line-height: 1.5;
		color: white !important;
		border: 1px solid var(--ThemeColor) !important;
		background-color: var(--ThemeColor) !important;
		border-radius: 4px;
	}

	.topicListFooter a:hover,
	.Pager a:hover,
	.pager a:hover {
		color: white;
		border: 1px solid var(--ThemeColor);
		background-color: var(--ThemeColor);
	}

	.pager,
	.Pager {
		font-size: 16px;
		color: var(--TextColor2);
	}

	#myposts .pager {
		text-align: center !important;
	}
}


/* 博文正文辅助样式 */
@media screen and (min-width:0px) {
	#topics {
		background-color: var(--BlockColor);
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	#topics .post {
		display: grid;
		grid-template-columns: 100%;
	}

	.post .postBody {
		order: 1;
	}

	.post .postTitle {
		font-size: var(--text2);
		word-break: break-all;
		line-height: 1.8;
		margin: 0;
		padding: 10px 0;
		text-align: center;
	}

	#cb_post_title_url {
		font-size: var(--text2) !important;
	}

	.post .postDesc {
		font-size: 0;
		line-height: 2;
		text-align: center;
		padding-bottom: 20px;
		border-bottom: 1px solid var(--DividColor);
		margin-bottom: 10px;
		display: block !important;
	}

	#topics #post-date,
	#topics .postDesc a,
	#topics #post_view_count,
	#topics #post_comment_count {
		color: var(--TextColor3);
		font-size: 16px;
		margin-right: 10px;
	}

	#topics .postDesc a:hover {
		color: var(--ThemeColor);
	}

	#topics #post-date:before {
		content: "\f017";
		margin-right: 4px;
		font-family: FontAwesome;
	}

	#topics .postDesc a:nth-child(2):before {
		content: "\f2be";
		margin-right: 4px;
		font-family: FontAwesome;
	}

	#topics .postDesc #post_view_count:before {
		content: "\f06e";
		margin-right: 4px;
		font-family: FontAwesome;
	}

	#topics #post_comment_count:before {
		content: "\f27b";
		margin-right: 4px;
		font-family: FontAwesome;
	}

	#topics .postDesc a:nth-last-child(3):before {
		content: '\f121';
		font-family: FontAwesome;
		margin-right: 4px;
	}

	#topics .postDesc a:nth-last-child(2):before {
		content: '\f040';
		font-family: FontAwesome;
		margin-right: 4px;
	}

	#topics .postDesc a:nth-last-child(1):before {
		content: '\f02e';
		font-family: FontAwesome;
		margin-right: 4px;
	}


	/* 博文底部功能按钮 */

	#blog_post_info {
		display: grid !important;
		grid-template-columns: 100% !important;
		grid-template-rows: auto auto auto !important;
		width: 100%;
		padding: 10px 0;
		display: grid;
		grid-gap: 10px;
	}


	#green_channel {
		border: none !important;
		width: auto !important;
		font-size: 16px;
		display: inline-flex;
		margin: 0 auto;
		padding: 0;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	#green_channel a:hover {
		color: var(--ThemeColor);
	}

	#green_channel #green_channel_follow:hover,
	#green_channel #green_channel_favorite:hover {
		color: var(--ThemeColor) !important;
	}

	#green_channel_weibo img,
	#green_channel_wechat img {
		display: none;
	}

	#green_channel_weibo:before {
		content: "\f18a";
		font-family: FontAwesome;
		color: #d21212;
		margin-right: 4px;
		margin-left: 0px;
	}

	#green_channel_wechat {
		margin-right: 0 !important;
	}

	#green_channel_wechat:before {
		content: "\f1d7";
		color: #14981a;
		font-family: FontAwesome;
		margin-right: 4px;
		margin-left: 0px;
	}



	#author_profile {
		width: 100%;
		display: grid;
		overflow: hidden;
		/* grid-gap: 10px; */
		padding: 40px 20px;
		color: #fff;
		border-radius: 4px;
		grid-template-columns: auto auto;
		grid-template-rows: auto;
		background-size: cover;
		background-position: center;
		background-image: var(--BackgroundImg);
		position: relative;
		order: 1;
	}

	#author_profile:after {
		content: "";
		background-image: var(--WeChat);
		height: 100px;
		width: 100px;
		background-size: contain;
		background-position: center;
		margin: auto 0 auto auto;
		z-index: 3;
		grid-column-start: 2;
		grid-row-start: 1;
	}

	#author_profile_info {
		display: grid;
		margin: 0 !important;
		grid-template-columns: 80px auto;
		grid-template-rows: auto;
		grid-gap: 10px;
		grid-column-start: 1 !important;
		grid-column-end: 2 !important;
		/* text-align: center; */
	}

	#author_profile_info a {
		margin: auto !important;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	#author_profile:before {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		position: absolute;
		background-color: var(--ImgShadow);
		z-index: 1;
	}

	#author_profile a:hover {
		color: inherit !important;
	}

	#author_profile_follow {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
		margin: 0 auto;
	}

	#author_profile_follow {
		width: fit-content;
		height: fit-content;
		border-width: 0;
		white-space: nowrap;
		margin: auto 0 auto auto;
		text-align: right;
		cursor: pointer;
		color: #fff;
		font-size: 0;
		line-height: 2;
		background-color: var(--ThemeColor);
		border-color: var(--ThemeColor);
		user-select: none;
		border-radius: 4px;
		z-index: 4;
		grid-column-start: 2;
		grid-row-start: 1;
	}

	#author_profile_follow a {
		font-size: var(--textNoraml) !important;
		padding: 6px 12px;
		display: none;
	}

	#author_profile_follow a:hover,
	#author_profile_follow:hover {
		text-decoration: none !important;
	}

	#author_profile .author_avatar {
		content: var(--Avatar);
		border-radius: 50%;
		height: 80px;
		width: 80px;
		border: 4px solid #fff;
		padding: 0;
		margin: 0 auto;
		z-index: 4;
	}

	#author_profile_detail {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto;
		grid-gap: 10px;
		/* color:var(--TextColor2); */
		margin: auto auto auto 0;
		font-size: var(--textNoraml);
		z-index: 4;
		grid-column-start: 2;
		grid-column-end: 3;
		/* align-items: flex-start; */
	}

	#author_profile_detail br {
		display: none;
	}

	#author_profile_detail a {
		text-decoration: none;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
		/* margin-right: 4px; */
	}

	#author_profile_detail a:hover {
		color: var(--ThemeColor);
		text-decoration: none;
	}


	#author_profile_detail a:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 3;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		font-size: var(--text2);
		float: left;
		margin-left: 0 !important;
	}

	#author_profile_detail a:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	#author_profile_detail a:nth-child(3) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	#green_channel a {
		background: url();
		font-weight: normal;
		font-size: 16px !important;
		margin-right: 20px;
		color: var(--TextColor2);
		text-shadow: none !important;
	}

	#green_channel #green_channel_digg {
		display: none;
	}

	#green_channel #green_channel_follow:before {
		content: "\f08a";
		font-family: FontAwesome;
		margin-right: 4px;
		margin-left: 0px;
	}

	#green_channel #green_channel_favorite:before {
		content: "\f006";
		font-family: FontAwesome;
		margin-right: 4px;
		margin-left: 0px;
	}


	#green_channel #green_channel_follow,
	#green_channel #green_channel_favorite,
	#green_channel #green_channel_weibo,
	#green_channel #green_channel_wechat {
		color: var(--TextColor2) !important;
		background-color: transparent;
		border: 1px solid transparent;
		padding: 0px;
		font-size: 16px;
		-webkit-border-radius: 4px;
		/*margin: 10px !important;*/
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}



	#green_channel #green_channel_weibo:hover {
		background-color: #00000000 !important;
	}

	#green_channel_weibo img {
		margin-left: 0 !important;
	}


	#green_channel #green_channel_wechat:hover {
		background-color: #00000000 !important;
	}

	#green_channel_wechat img {
		margin-left: 0 !important;
	}

	#div_digg {
		width: auto !important;
		font-size: 22px;
		float: right;
		margin: 0 auto;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.buryit:hover,
	.diggit:hover {
		opacity: 0.8;
		color: var(--ThemeColor) !important;
	}

	.diggit {
		background: none !important;
		font-size: 20px;
		height: auto;
		padding: 0;
		margin: 0 20px 0 0;
		height: auto;
		width: auto !important;
		color: var(--TextColor2) !important;
		background-color: #00000000 !important;
		border: 1px solid #00000000 !important;
	}

	#digg_count {
		color: var(--TextColor2) !important;
	}

	.diggit:before {
		content: '\f087';
		font-family: FontAwesome;
		margin-right: 0px;
		margin-left: 10px;
	}

	.buryit {
		width: auto !important;
		font-size: 20px;
		height: auto;
		padding: 0;
		margin: 0;
		background: none !important;
		color: var(--TextColor2) !important;
		background-color: #00000000 !important;
		border: 1px solid #00000000 !important;
	}

	#bury_count {
		color: var(--TextColor2) !important;
	}

	.buryit:before {
		content: '\f088';
		font-family: FontAwesome;
		margin-right: 0px;
		margin-left: 10px;
	}

	#post_next_prev {
		border-top: 1px solid var(--DividColor);
		font-size: var(--textNoraml);
		line-height: 1.8;
		padding-top: 20px;
		color: var(--TextColor1);
	}

	#post_next_prev a:hover {
		color: var(--ThemeColor)
	}
}

@media screen and (max-width:360px) {
	#author_profile {
		grid-template-columns: 100% !important;
	}

	#author_profile:after {
		content: "";
		background-image: var(--WeChat);
		height: 150px !important;
		width: 150px !important;
		margin: 40px auto auto auto !important;
		z-index: 3;
		grid-column-start: 1 !important;
		grid-row-start: 2 !important;
	}

	#author_profile_info {
		grid-template-columns: 100% !important;
		grid-gap: 0 !important;
	}

	#author_profile_detail a:nth-child(1) {
		margin: 10px auto 0 !important;
	}

	#author_profile_detail {
		grid-row-start: 2;
		grid-column-start: 1;
		margin: auto !important;
		width: auto;
	}

}

/* 博文正文 */
@media screen and (min-width:0px) {
	.post .postBody {
		line-height: 1.7;
		color: var(--TextColor1);
	}

	.post .postBody .cnblogs-markdown a {
		color: var(--ThemeColor);
	}

	.post .postBody h1 {
		font-size: 32px !important;
		margin-top: 24px !important;
		margin-bottom: 16px !important;
		border-bottom: 1px solid var(--DividColor);
		line-height: 1.25;
		padding-bottom: .3em
	}

	.post .postBody h2 {
		font-size: 24px !important;
		border-bottom: 1px solid var(--DividColor);
		margin-top: 24px !important;
		margin-bottom: 16px !important;
		line-height: 1.25;
		padding-bottom: .3em
	}

	.post .postBody h3 {
		font-size: 20px !important;
		margin-top: 24px !important;
		margin-bottom: 16px !important;
		line-height: 1.25;
	}

	.post .postBody h4 {
		font-size: 16px !important;
		margin-top: 24px !important;
		margin-bottom: 16px !important;
		line-height: 1.25;
	}


	.post .postBody h5 {
		font-size: 14px !important;
		margin-top: 24px !important;
		margin-bottom: 16px !important;
		line-height: 1.25;
	}

	.post .postBody h6 {
		font-size: 13.6px !important;
		margin-top: 24px !important;
		margin-bottom: 16px !important;
		line-height: 1.25;
	}

	.post .postBody p {
		margin: 17px auto
	}

	.post .postBody blockquote {
		border: none;
		color: #6a737d;
		margin: 20px 0;
		padding: 0 0 0 10px;
		min-height: 20px;
		background: 0 0;
		border-left: 4px solid;
		/*#dfe2e5*/
	}

	#cnblogs_post_body {
		margin: 20px 0;
		overflow: hidden;
	}

	#cnblogs_post_body blockquote ul li {
		color: #6a737d !important;
	}

	#cnblogs_post_body img {
		margin: 0 auto;
	}

	.post .postBody em {
		padding-right: 3px
	}

	.post .postBody strong {
		margin: 0 3px
	}

	.post .postBody img {
		max-width: 100% !important;
		display: block;
		border-radius: 3px;
	}

	.post .postBody ol li,
	.post .postBody ul li {
		margin: 3px 0;
		font-size: 15px;
	}

	.post .postBody ol li p,
	.post .postBody ul li p {
		margin: 0 !important
	}

	#cnblogs_post_body table {
		display: block;
		padding: 2px;
		width: 100% !important;
	}

	.post .postBody table {
		font-size: 15px;
		border-collapse: collapse;
		border-spacing: 0;
		empty-cells: show;
		border: none !important;
		overflow: auto;
		width: 100%;
		word-break: keep-all !important;
	}

	.post .postBody table th {
		font-family: inherit;
		font-size: inherit;
		background-color: var(--BackgroundColor) !important;
		white-space: nowrap;
		font-weight: 600;
		border: 1px solid var(--DividColor) !important;
		padding: 8px 16px !important
	}

	.post .postBody table tr:nth-child(2n) {
		background-color: var(--BackgroundColor) !important;
	}

	.post .postBody table tr {
		background-color: var(--BlockColor) !important;
	}

	.post .postBody table td {
		border: 1px solid var(--DividColor) !important;
		padding: 8px 16px !important;
	}

	.post .postBody h1 code,
	.post .postBody h2 code,
	.post .postBody h3 code,
	.post .postBody h4 code,
	.post .postBody h5 code,
	.post .postBody h6 code,
	.post .postBody li code,
	.post .postBody p code,
	.post .postBody table code {
		color: #c7254e;
		line-height: 1;
		font-family: consolas !important;
		vertical-align: middle;
		margin: 0 3px;
		background: var(--BackgroundColor) !important;
		font-size: 14px !important;
		padding: .2em .3em !important;
		border-radius: 3px !important;
		border: 1px solid var(--DividColor) !important
	}


	.postBody #BlogPostCategory,
	.postBody #EntryTag {
		color: var(--TextColor3);
		line-height: 1.8;
	}

	.postBody #BlogPostCategory a:hover,
	.postBody #EntryTag a:hover {
		color: var(--ThemeColor);
	}

	#BlogPostCategory a:before {
		content: '\f02d';
		font-family: FontAwesome;
		margin-right: 4px;
	}

	#EntryTag a:before {
		content: '\f02c';
		font-family: FontAwesome;
		margin-right: 4px;
	}


	.post .postBody #BlogPostCategory a,
	.post .postBody #EntryTag a {
		margin: 0 5px;
		border-radius: 20px;
		word-break: keep-all;
		font-size: var(--textNoraml);
	}


	.post .postBody #post_next_prev {
		font-size: 16px;
		margin-top: 20px;
		padding-top: 20px;
	}

	.post .postBody hr {
		background-color: var(--DividColor);
		border: 0;
		height: .25em;
		margin: 24px 0;
		padding: 0;
	}

	#cnblogs_post_body ul ul li {
		list-style-type: circle;
	}

	#cnblogs_post_body ul ul ul li {
		list-style-type: square !important;
	}

	.post .postBody ul ul ul {
		list-style-type: square !important;
	}

	.post .postBody ul ul {
		list-style-type: circle !important;
	}

	.post .postBody ul {
		list-style-type: disc !important;
	}

	.cnblogs_code {
		background-color: #f2f4f5;
		padding-left: 1em;
		padding-right: 1em;
		border: none !important;
		border-radius: 3px !important;
		font-family: Lucida Console, Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace !important
	}

	.cnblogs_code div {
		background-color: transparent;
		color: #656c73
	}

	.cnblogs_code img {
		margin: 0 !important
	}

	.cnblogs_code pre {
		color: #656c73;
		font-family: inherit !important
	}

	.cnblogs_code pre span {
		font-family: inherit !important;
		color: inherit !important
	}

	.cnblogs_code textarea {
		font-family: inherit !important;
		padding: 5px;
		border: 1px solid #3e4c42;
		color: #c5d4ef;
		background-color: #282c34
	}

	.cnblogs_code textarea:focus {
		outline: 0
	}

	.cnblogs_code .code_img_closed,
	.cnblogs_code .code_img_opened {
		display: none !important
	}

	.cnblogs_code .cnblogs_code_toolbar {
		width: 20px
	}

	.cnblogs_code .cnblogs_code_toolbar span {
		padding-right: 0
	}

	.cnblogs_code .cnblogs_code_toolbar a:link img {
		background-color: transparent !important
	}

	.cnblogs_code .cnblogs_code_collapse {
		color: #656c73;
		border: 1px solid #989fa6;
		border-radius: 2px;
		background-color: transparent;
		display: inline-block;
		cursor: pointer;
		padding: 5px 5px 2px 5px
	}

	/* markdown 键盘关键字 */
	kbd {
		margin: 0 .1em;
		padding: .1em .6em;
		font-size: .8em;
		color: #242729;
		background: #fff;
		border: 1px solid #adb3b9;
		border-radius: 3px;
		box-shadow: 0 1px 0 rgba(12, 13, 14, .2), 0 0 0 2px #FFF inset;
		white-space: nowrap;
		vertical-align: middle;
	}

	/********** 代码语法高亮 **********/
	.cnblogs-markdown .hljs,
	.cnblogs-markdown .matlab-code,
	.cnblogs_Highlighter pre {
		white-space: pre;
		display: block;
		color: var(--TextColor1);
		border-radius: 4px;
		overflow-x: auto;
		background: var(--BackgroundColor) !important;
		border: none !important;
		font-family: 'Consolas' !important;
		padding: 1em !important;
		font-size: 14px !important;
		position: relative;
	}

	.cnblogs-markdown code,
	.cnblogs-post-body code {
		border: none !important;
		background: var(--BackgroundColor) !important;
	}

	/*** atom **/
	.hljs {
		display: block;
		overflow-x: auto;
		padding: 0.5em;
		color: #383a42;
		background: #fafafa;
	}

	.hljs-comment,
	.hljs-quote {
		color: #a0a1a7;
		font-style: italic;
	}

	.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;
	}

	.footnotes hr {
		display: none !important;
	}

}

@media only screen and (max-width:767px) {
	#cnblogs_post_body table[style] {
		width: 100% !important;
	}
}

/* 发表评论 */
@media screen and (min-width:0px) {
	.forFlow {
		display: grid;
		grid-template-columns: 100%;
	}

	#blog-comments-placeholder {
		/*order: 1;*/
	}

	#comment_form {
		display: grid;
		margin: 0 !important;
		padding: 0 !important;
		/* order: 1; */
	}

	#comment_nav {
		/*order: 1;*/
	}

	#comment_form_container {
		background-color: var(--BlockColor);
		padding: 10px 20px;
		border-radius: 10px;
		/*margin-bottom: 20px;*/
		order: -1;
	}

	#comment_form_container #commentform_title {
		background-image: url();
		padding: 0;
		font-size: var(--text6);
		color: var(--TextColor1);
		line-height: 2;
		background-image: none;
		border-bottom: 1px solid var(--DividColor);
		padding: 0;
		font-weight: 700;
	}

	#comment_form_container p:nth-child(4) {
		font-size: 0;
	}

	#comment_form_container #tbCommentAuthor {
		border: none;
		background-color: transparent;
		font-size: var(--textNoraml);
		background-image: url(https://static.hdslb.com/images/akari.jpg);
		background-size: 30px 30px;
		padding: 0 0 0 40px;
		line-height: 30px;
		margin-top: 10px;
	}

	.commentbox_title {
		width: 100% !important;
		display: block;
		height: 30px;
		margin-top: -30px;
	}

	.commentbox_title_left {
		display: none;
	}

	.commentbox_title_right {
		float: right;
		display: inline-grid;
		grid-template-columns: auto auto auto auto auto auto;
		grid-gap: 10px;
	}


	.commentbox_title_right img {
		width: 20px;
		height: 20px;
		/*content: url("https://images.cnblogs.com/cnblogs_com/gshang/1453531/o_200102112238icon.png");
		padding-top: 20px;
		margin-top: 10px;
		overflow: hidden;
		position: relative;*/
	}

	/*
#ubb_quote:before {
		content: "\f10e";
		font-family: FontAwesome;
		position: absolute;
		color: #999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#ubb_bold:before {
		content: "\f032";
		font-family: FontAwesome;
		position: absolute;
		color: #999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#ubb_url:before {
		content: "\f0c1";
		font-family: FontAwesome;
		position: absolute;
		color: #999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#ubb_indent:before {
		content: "\f03c";
		font-family: FontAwesome;
		position: absolute;
		color: #999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#ubb_code:before {
		content: "\f121";
		font-family: FontAwesome;
		-webkit-text-stroke: 0.5px #999;
		position: absolute;
		color: #999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		font-weight: bold;
	}

	#ubb_img:before {
		content: "\f03e";
		font-family: FontAwesome;
		-webkit-text-stroke: 0.5px #999;
		position: absolute;
		color: #999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
*/
	#tbCommentBody {
		margin-top: 10px;
		width: 100% !important;
		height: 200px !important;
		border: 1px solid var(--DividColor);
		border-radius: 6px;
		padding: 10px;
		font-family: inherit;
		font-size: 14px;
		resize: none;
		outline: none;
		box-sizing: border-box;
		background-color: var(--BackgroundColor);
		color: var(--TextColor1);
	}

	#tbCommentBody:hover {
		border: 1px solid var(--ThemeColor);
		background-color: var(--BlockColor);
	}

	#tip_comment2 {
		display: none;
	}

	#commentbox_opt {
		float: right;
		line-height: 40px;
	}

	#btn_comment_submit {
		width: auto;
		height: auto;
		border-width: 0;
		cursor: pointer;
		color: #fff;
		background-color: var(--ThemeColor);
		border-color: var(--ThemeColor);
		user-select: none;
		padding: 5px 20px;
		border-radius: 4px;
	}

	#btn_comment_submit:hover {
		opacity: 0.8
	}

	#comment_form_container p:last-child {
		line-height: 40px;
	}
}

@media screen and (max-width:360px) {
	#comment_form_container p:last-child {
		display: none !important;
	}
}

/*提交评论后*/
@media screen and (min-width:0px) {
	#divCommentShow {}

	.comment_my_posted,
	.new-comment-block {
		padding: 20px;
		background-color: var(--BlockColor);
		border-radius: 4px;
		margin: 20px 0 0 0;
	}

	.new-comment-block p {
		margin: 10px 0;
		padding: 0;
		color: var(--TextColor2);
	}

	.bq_post_comment {

		margin: 5px;
		font-style: normal;
		line-height: 2;
		border: none;
		color: var(--TextColor2);
		padding: 10px;
	}

	.bq_post_comment a {
		color: var(--ThemeColor);
	}

	.bq_post_comment .comment_quote {
		border-color: var(--DividColor);
		margin: 10px 0;
		background-color: var(--BackgroundColor);
		border-radius: 4px;
		padding: 4px 8px;
	}
}

/* 评论列表 */
@media screen and (min-width:0px) {
	#blog-comments-placeholder {
		background-color: var(--BlockColor);
		padding: 10px 20px;
		border-radius: 10px;
		order: 1;
		display: inline-flex;
		flex-direction: column-reverse;
	}

	#blog-comments-placeholder br {
		display: none;
	}

	#blog-comments-placeholder .feedback_area_title {
		padding: 0;
		font-size: var(--text6);
		color: var(--TextColor1);
		line-height: 2;
		background-image: none;
		/*border-bottom: 1px solid var(--DividColor);*/
		padding: 0;
		font-weight: 700;
		order: 1;
	}

	.feedbackItem {
		padding: 20px 0;
		border-top: 1px solid var(--DividColor);
		position: relative;
	}

	.feedbackListSubtitle {
		font-size: 0;
	}

	.feedbackManage {
		float: left;
		position: absolute;
		bottom: 20px;
		font-size: 0;
	}

	.layer {
		color: #3c9ed1;
		border: 1px solid #3c9ed1;
		padding: 2px 6px;
		font-size: 14px;
		border-radius: 4px;
		margin-right: 10px;
	}

	.louzhu {
		color: #00c091;
		border: 1px solid #00c091;
		padding: 2px 6px;
		font-size: 14px;
		border-radius: 4px;
		margin-right: 10px;
	}

	.comment_actions a,
	.comment_vote a {
		font-size: var(--textNoraml);
		color: var(--TextColor3) !important;
		font-weight: normal !important;
		line-height: 1.8;
	}

	.comment_actions a:hover,
	.comment_vote a:hover {
		color: var(--ThemeColor) !important;
	}

	.comment_date {
		float: right;
		font-size: var(--textNoraml);
		color: var(--TextColor3);
		line-height: 1.8;
	}

	.feedbackListSubtitle a:last-child {
		font-size: var(--textNoraml);
		color: var(--TextColor1);
		font-weight: bold;
		line-height: 1.8;
	}

	.feedbackListSubtitle a:last-child:hover {
		color: var(--ThemeColor);
	}

	.blog_comment_body {
		padding: 20px 0;
		line-height: 2;
		color: var(--TextColor2);
		/*display: inline-block;*/
		vertical-align: middle;
		word-break: break-all;
	}

	.blog_comment_body img {
		vertical-align: middle;
	}

	.blog_comment_body br {
		display: block !important;
	}

	.blog_comment_body a {
		color: var(--ThemeColor);
	}

	.blog_comment_body .comment_quote {
		border-color: var(--DividColor);
		margin: 10px 0;
		background-color: var(--BackgroundColor);
		border-radius: 4px;
		padding: 4px 8px;
	}

	.blog_comment_body legend {
		font-size: 0;
		line-height: 1;
	}

	.blog_comment_body legend:before {
		content: "\f10d";
		color: var(--TextColor3);
		font-size: var(--textNoraml) !important;
		font-family: FontAwesome;
	}
}

/* 刷新评论刷新页面返回顶部 */
@media screen and (min-width:0px) {
	.ad_text_commentbox {
		margin: 0 !important;
	}

	#comment_nav {
		line-height: 50px;
		padding-right: 20px;
		text-align: center;
		color: var(--TextColor1);
		background-color: var(--BlockColor);
		padding: 10px 20px;
		border-radius: 10px;
		margin: 20px 0;
	}
}

/* 随笔分类 随笔档案 文章档案 */
@media screen and (min-width:0px) {
	.entrylistTitle {
		line-height: 2.4;
		z-index: 2;
		position: relative;
		font-size: var(--text1);
		color: #fff;
		padding: 40px 20px;
		border-radius: 10px;
		text-align: center;
		margin: 0;
		letter-spacing: 10px;
		overflow: hidden;
		background-image: var(--BackgroundImg2);
		background-position: center;
		background-size: cover;
	}

	.entrylistTitle:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		position: absolute;
		background-color: var(--ImgShadow);
		z-index: -1;
	}

	.entrylistDescription {
		color: var(--TextColor2);
		line-height: 1.8;
		background-color: var(--BlockColor);
		padding: 20px;
		border-radius: 10px;
		margin: 20px 0;
	}

	.entrylistDescription img {
		margin: 10px 0;
		width: 100%;
		border-radius: 4px;
	}
}

/* 侧边栏 */
@media screen and (min-width:0px) {
	#sideBar {
		order: -1;
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 20px;
	}

	#sideBarMain {
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 20px;
		/*display:none;*/
	}

	#sidebar_news,
	#blog-calendar,
	#sidebar_toptags,
	#sidebar_postcategory,
	#sidebar_imagecategory,
	#sidebar_toptags,
	#sidebar_recentcomments,
	#sidebar_topviewedposts,
	#sidebar_topcommentedposts,
	#sidebar_topdiggedposts,
	#sidebar_categories,
	#sidebar_shortcut {
		display: none !important;
	}

	#sidebar_search_box {
		background-color: var(--BlockColor);
		border-radius: 10px;
		padding: 10px;
		display: flex;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	#sidebar_search .catListTitle {
		display: none;
	}

	.div_my_zzk {
		display: flex;
		width: 100%;
		box-sizing: border-box;
	}

	.input_my_zzk {
		flex: 1;
		width: auto !important;
		line-height: 2;
		height: 40px;
		font-size: var(--textNoraml);
		padding: 10px;
		background-color: var(--BackgroundColor);
		border: 1px solid var(--DividColor);
		border-radius: 6px;
		outline: none !important;
		box-sizing: border-box;
	}

	.btn_my_zzk {
		height: 40px !important;
		padding: 10px !important;
		line-height: 2;
		font-size: var(--textNoraml);
		background-color: var(--ThemeColor);
		border: none;
		color: #fff;
		border-radius: 6px;
	}

	.btn_my_zzk:hover {
		opacity: 0.8;
	}
}