/**---------- 原有样式修改 --------*/
#sideBar{
	display: none;
}
#mainContent{
	width: 100%;
	box-shadow: 0 0 0;
	border-radius: 0px;
	/*opacity: 0;*/
	transition:0.5s;
	margin-top:40px;
}
#main{
	width: 50%;
	background-color: white;
	/*max-width: 700px;*/
}
@media screen and (max-width: 1000px) {
	#main {width: 100%;}
}
body{
	background-image: none;
	background-color: white;
	font-family: Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace !important;
	line-height: 1.8;
}
#cnblogs_post_body{
	font-size: 16px;
}
#green_channel{
	display: none;
}
#post_next_prev{
	display: none;
}
.forFlow img{
	margin-top: 0;
}
#cnblogs_post_body img {
	max-width: 100%;
	display: block;
text-align: center;
margin: 15px auto;
border-radius: 5px;
box-shadow: 0 5px 20px rgb(0 0 0 / 50%);
-moz-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 50%);
text-indent: 0;
}
#cnblogs_post_body p{
		text-indent: 2em;
}
#cnblogs_post_body p code{
		text-indent: 0em;
}
	#cnblogs_post_body blockquote p{
		text-indent: 0em;
	}


/** 去除广告 */
#cb_post_title_url{
	display: none;
}
#cnblogs_c1{
	display: none;
}
#cnblogs_c2{
	display: none;
}
#ad_t2{
	display: none;
}
#kb_block{
	display:none
}
#under_post_news{
	display:none
}
#header{
	display:none
}
#BlogPostCategory{
	display: none;
}
#comment_nav{
	display: none;
}
.postDesc{
	border-bottom:none;
}
#author_profile_follow{
	display: none;
}

/** 自定义样式 */
/* 加载条 */
#myProgressBar{
	width: 15%;
	height: 2px;
	background-color: #eb5055;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#nprogress {
	pointer-events: none;
}

#nprogress .bar {
	background: #eb5055;

	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;

	width: 100%;
	height: 2px;
}
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #eb5055, 0 0 5px #eb5055;
	opacity: 1.0;

	-webkit-transform: rotate(3deg) translate(0px, -4px);
		-ms-transform: rotate(3deg) translate(0px, -4px);
			transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px;
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;

	border: solid 2px transparent;
	border-top-color: #eb5055;
	border-left-color: #eb5055;
	border-radius: 50%;

	-webkit-animation: nprogress-spinner 400ms linear infinite;
			animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
	overflow: hidden;
	position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
	position: absolute;
}

@-webkit-keyframes nprogress-spinner {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/** 导航栏 */
#mynavbar{
	width: 100%;
	height: 70px;
	position: fixed;
	display: block;
	top: 0px;
	z-index: 100;
	background-color: white;
	transition:0.5s ease-in-out;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
#mynavbar_menu{
	display: inline-block;
	width: auto;
	position: relative;
	float: right;
	text-align: right;
	line-height: 68px;
}
#mynavbar_menu a{
	padding: 0 15px;
	font-size: 14px;
	outline: 0;
	color: #313131;
	text-decoration: none;
}
#mynavbar_menu a:hover{
	color: #eb5055 !important;
}

/** 头部 */
#myheader{
	background-color: #2175bc!important;
	margin-top:70px;
	position: relative;
	width: 100%;
	height: 300px;
}
#myheader_bg{
	width:100%;
	height:300px;
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
	position: absolute;
}
#myheader_cover{
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: 300px;
	background-color: rgba(0,0,0,.5);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
#mypost_title{
	position: relative;
	top: 105pt;
	margin: 0 auto;
	padding: 30px 25px 20px;
	max-width: 700px;
	color: white;
	transition:0.5s;
	opacity: 0;
}
#mypost_title_e{
	margin: 0;
	padding: 5px 0 15px;
}
#mypost_title_e a{
	border: 1px solid #6fa3ef;
	border-radius: 15px;
	background: #6fa3ef;
	color: #fff;display: inline-block;
	margin: 4px 8px 0 0;
	padding: 0 15px;
	letter-spacing: 0;
	font-weight: 600;
	font-size: 13px;outline: 0;text-decoration: none;
	transition: 0.5s;
}
#mypost_title_e a:before{
	content: "# "
}
#mypost_title_e a:hover{
	background-color: white;
	border: 1px solid white;
	color:black;
}
#mypost_title_f a{
	color: white;
}
#mypost_title_f a:hover{
	text-decoration:none;
}

/** 右侧导航 */
#right_meun{
	position: fixed;
	z-index: auto;
	top: 100px;
	left: 74%;
	display: none;
	text-align: left;
	border-left: 1px solid #ddd;
	font-size: 12px;
}
#right_meun li{
	list-style: none!important;
}
#right_meun a{
	display: inline-table;
	margin-left: 5px;
	white-space: nowrap;
	text-decoration: none;
	color: #313131;
	outline: 0;
}
#right_meun a:hover{
	color: #eb5055;
}
#right_meun>li::before {
	position: relative;
	top: 0;
	left: -4px;
	display: inline-block;
	width: 7px;
	height: 7px;
	content: '';
	border-radius: 50%;
	background-color: #eb5055;
}
/* 底部导航 */
#post-bottom-bar{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 3pc;
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	margin: 0;
	padding: 0;
	transition: 0.5s ease-in-out;
}
#post-bottom-bar a{
	text-decoration: none!important;
}
.post-bottom-bar .bottom-bar-inner{
	margin: 0 auto;
	padding: 0 10px;
	max-width: 900px;
}
.bottom-bar-items{
	margin: 0 0 0 10px;
	color: #313131;
	font-size: 14px !important;
	line-height: 3pc;float: left;
}
.post-bottom-bar{
	margin: 0 0 0 10px;
	color: #313131;
	font-size: 14px;
	line-height: 3pc;
}
.post-bottom-bar .social-share .bottom-bar-item {
	padding: 4px;
}
.post-bottom-bar .bottom-bar-item.bottom-bar-facebook a {
	background-color: #4267b2;
	color: #fff;
}
.post-bottom-bar .social-share .bottom-bar-item a {
	padding: 2px 10px;
	border-radius: 15px;
}
.post-bottom-bar .bottom-bar-item a {
	margin: 0;
	padding: 9pt;
	border: 0;
	background: 0 0;
	color: #313131;
	font-size: 14px;
	line-height: 3pc;
	cursor: pointer;
}
.post-bottom-bar .bottom-bar-item.bottom-bar-twitter a {
	background-color: #1b95e0;
	color: #fff;
}
.post-bottom-bar .bottom-bar-item.bottom-bar-qrcode a {
	background-color: #5f5f5f;
	color: #fff;
}
.bottom-bar-item a:hover{
	color: #eb5055;
}


/** MarkDown样式调整 */
.cnblogs-markdown .hljs{
	font-size: 14px!important;
	/**line-height: 2!important;*/
	padding: 15px!important;
}
.cnblogs-markdown code{
	background:rgb(238,240,244) none !important;
	border:0px !important;
	color: rgb(73,59,92) !important;
	font-size: 14px!important;
	tab-size: 0;
}
.cnblogs-markdown h2{
	font-weight: 500;
	margin: 20px 0;
}
.cnblogs-markdown h2:before{
	content: "#";
	color: #eb5055;
	position: relative;
	top: 0;
	left: -12px;
}
#cnblogs_post_body h2{
	font-weight: 500;
	margin: 20px 0;
}
#cnblogs_post_body h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
}
.cnblogs-markdown h3:before{
	content: "##";
	color: #2175bc;
	position: relative;
	top: 0;
	left: -8px;
}
.postBody blockquote, .postCon blockquote{
	background-image: none;
	border-left: 5px solid #DDDFE4;
	background-color: #EEF0F4;
	width: 100%;
	padding: 6px 0 6px 25px;
}
blockquote{
	border:0;
}
/* code加上行数 */
.cnblogs-markdown .syntaxhighlighter table td.code {
	width:95% !important; 
}

.cnblogs-markdown .syntaxhighlighter code {
	font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace!important;
	padding: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}

.cnblogs-markdown .syntaxhighlighter code:before,
.cnblogs-markdown .syntaxhighlighter code:before {
	letter-spacing: -0.5em;
}
.cnblogs-markdown em{
	font-style:italic
}


/** 更改浏览器滚动条和选中字体背景颜色 */
::selection {
	background-color: #eb5055;
	color: #fff;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-thumb {
	min-height: 28px;
	background-color: #c2c2c2;
	background-clip: padding-box;
}
::-webkit-scrollbar-track-piece {
	background-color: #fff;
}
*, :after, :before {
	box-sizing: border-box;
}


/** 首页文章条显示优化 */
.day{
	border-radius: 10px;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
	margin-top: 40px;
	transition: 0.3s;
}
.day:hover{
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.dayTitle {
	display: none;
}


/** 优化评论区样式 */
.feedbackItem{
	background-color: ghostwhite;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	border: 0px;
}
.comment_textarea{
	padding: 15px;
	border-radius: 10px;
	outline: 0;
	resize: none;
	overflow: hidden;
	width: 100%;
}
.comment_btn {
	border: 1px solid #f7f7f7;
	border-radius: 30px;
	background-color: #f7f7f7;
	font-size: 13px;
	cursor: pointer;
	height: 32px;
	padding: 0 20px;
	position: absolute;
	right:6%;
	bottom: 38px;
	width: auto;
}
.comment_btn:hover {
	border: 1px solid #eb5055;
	background-color: white;
	color: #eb5055;
	transition-duration: .4s;
}
.feedback_area_title{
	display: none;
}
.commentbox_main{
	margin-top: 20px;
}
#main{
	width: 1000px !important;
}

body{font-family:'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif;background-image:url(images/bg.gif);background-repeat:repeat;background-color:#fffdfa}.clear{clear:both}html{color:#000;overflow-y:scroll;background:#fff}body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,form,th,td{margin:0;padding:0;list-style-type:none;list-style-image:none}body,button,input,select,textarea{font:12px/1.5 Tahoma,Arial,Helvetica,sans-serif}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}address,cite,dfn,em,var{font-style:normal}code,kbd,pre,samp,tt{font-family:"Courier New",Courier,monospace}small{font-size:12px}ul,ol{list-style:none}a:link,a:visited{text-decoration:none;color:#39f}a:hover{text-decoration:underline;color:#39f}abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help}q:before,q:after{content:''}:focus{outline:0}legend{color:#000}fieldset,img{border:none}button,input,select,textarea{font-size:100%}table{border-collapse:collapse;border-spacing:0}img{-ms-interpolation-mode:bicubic}article,aside,dialog,footer,header,hground,section,footer,nav,figure,menu{display:block}.navbar{padding-top:5px;padding-bottom:5px}.navbar>nav{width:1200px}.navbar>nav .navbar-branding img{margin-left:0;max-height:28px;height:28px}#navigator,#blogTitle,#home>#main,#footer{width:1200px;position:relative;margin:0 auto}#header{height:40px;width:100%;background-color:#2175bc}#home>#main{margin-top:6px;background-color:#f5f5f5;margin-bottom:0}#mainContent{width:900px;background:#fff;box-shadow:0 0 8px #999;-moz-box-shadow:0 0 8px #999;-web-kit-shadow:0 0 8px #999;border-radius:6px;-moz-border-radius:6px;-web-kit-shadow:6px;float:left;display:inline-block}#sideBar{width:260px;padding:16px;display:inline-block;overflow:hidden;color:#2d2d2d}#footer{padding-top:10px;padding-bottom:10px;text-align:center;color:#000;font-size:12px}#navigator{top:8px}#navList li{float:left;margin-right:25px;display:inline}#navList li a{font-size:15px;text-decoration:none;color:#fff;padding:10px;background-color:#2175bc}#navList li a:hover{background-color:#2586d7;margin-top:-2px;padding-bottom:12px;color:#fff;opacity:1}.blogStats{color:#cacaca;font-size:12px;text-align:right}#Header1_HeaderTitle{color:#fff}#Header1_HeaderTitle:hover{text-decoration:none}.day{background:#fff;padding:32px}.postTitle,.postTitl2,.entrylistPosttitle{font-size:20px;padding-right:64px;padding-left:10px;border-left-width:3px;border-left-style:solid;border-left-color:#2175bc;line-height:1.2}.postTitle a,.postTitl2 a,.entrylistPosttitle a{color:#333}.postTitle a:link,.post-title a:visited,.postTitl2 a:link,.postTitl2 a:visited,.entrylistPosttitle a:link,.entrylistPosttitle a:visited{color:#000}.postTitle a:hover,.postTitl2 a:hover,.entrylistPosttitle a:hover{color:#39f;text-decoration:none}.postBody,.postCon,.entrylistPostSummary{clear:both;margin-top:26px}.postBody,.postCon,.entrylistPostSummary{font-size:14px;color:#444;line-height:1.8}.postCon h1,.postCon h2,.postCon h3,.postCon h4,.postCon h5,.postCon h6{font-weight:bold;line-height:1.8}.postBody h1,.postCon h1{font-size:20px}.postBody h2,.postCon h2{font-size:18px}.postBody h3,.postCon h3{font-size:16px}.postBody h4,.postCon h4{font-size:14px}.postBody h5,.postCon h5{font-size:14px}.postBody h6,.postCon h6{font-size:14px}.postBody dd,.postCon dd{padding-left:2em}.postBody ul,.postCon ul{list-style:none;margin-left:20px}.postBody dt,.postCon dt{font-weight:bold;padding:6px 0;clear:both}.postBody ol,.postCon ol{list-style:none;margin-left:20px}.postBody blockquote,.postCon blockquote{margin:0 auto;padding:6px 0 6px 55px;color:#666;background:#fff url(/images/blockquote.gif) top left no-repeat;border:none}.dayTitle,.postDesc{font-size:12px;color:#999}.postDesc,.postDesc2,.entrylistItemPostDesc{border-bottom:1px dashed #e8e7d0;text-align:right;margin:20px 0;padding:5px 0}.dayTitle{border:1px solid #ccc;position:relative;top:-20px;width:100px;left:-20px;padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:8px}.dayTitle a{color:#333}.topicListFooter{padding:32px}#sideBarMain div{margin-bottom:26px}#sideBarMain div div{margin-bottom:5px}#sideBarMain h3{font-weight:bold;margin-bottom:12px;color:#333;border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#d4d4d4;padding-bottom:10px;margin-top:20px}#blog-comments-placeholder,#divRefreshComments,.commentform,#AjaxHolder_UpdatePanel1{padding:0 32px}.post{padding:32px}.feedback_area_title{line-height:24px}.feedbackItem{border:1px solid #e3e3e3;padding:5px;margin-bottom:10px;background-color:#f6f6f6}.blog_comment_body{color:#929292;padding-top:10px}.forFlow{margin-bottom:10px}.forFlow p{margin-bottom:18px}.forFlow img{margin-top:10px;margin-bottom:10px}.PostList,.entrylistItem{margin:20px}.entrylistTitle,.PostListTitle{display:none}#blogTitle{display:none}.cnblogs_code img{margin:0;float:left}.cnblogs_code_toolbar{margin-top:0}.code{padding:0 10px}h4{font-size:16px;background-color:#f60;margin:0 -32px;padding:0 32px;color:#fff}#myposts .myposts_title{font-size:16px;margin-top:20px;text-align:center}#myposts .postTitl2{border-left:none;padding-left:0;padding-right:0}#myposts .postTitl2 a{font-size:16px}#myposts .postDesc2{margin:20px 0 20px 5px}#cnblogs_post_body{font-size:14px}#green_channel img{margin-top:0;margin-bottom:0}.commentbox_main img{margin-top:0;margin-bottom:0}#sidebar_ad,#sidebar_c3{width:260px}