/**---------- 原有样式修改 --------*/
	code {
background: #ff66ff;
font-family: Consolas;
}
.blogStats{
display: block;
}
#home {
    width: 80%;
    padding-top: 10px;
}
#mainContent{
	width: 100%;
	box-shadow: 0 0 0;
	border-radius: 0px;
	opacity: 1;
	transition:0.5s;
	margin-top:40px;
}
#main{
	width: 100%;
	background-color: white;
	/*max-width: 700px;*/
}
@media screen and (max-width: 1000px) {
	#main {width: 100%;}
}
body{
	background-image: none;
	background-color: white;
	font-family: Monaco,Consolas,monospace;
	line-height: 1.8;
	font-size:16px;
}
#cnblogs_post_body{
	font-size: 16px;
	margin-top:-40px;
}
#cnblogs_post_body p{
	white-space:normal;
}
#green_channel{
	display: none;
}
#post_next_prev{
	display: none;
}
.forFlow img{
	margin-top: 0;
}
#cnblogs_post_body img {
	max-width: 100%;
}
#cnblogs_post_body ul li{
	margin-bottom:0px;
}
#cnblogs_post_body h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #ff0000;
}
#cnblogs_post_body h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #ff4000;
}
#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
color: #313131;
}
#cnblogs_post_body h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
color: #3399FF;
}
#cnblogs_post_body h5{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #FFFF00;
}
#cnblogs_post_body h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
color: #0000FF;
}

/*隐藏原有header*/
#header{
    display: none
}



/** 去除广告 **/
#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
}
#BlogPostCategory{
	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;

	-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); }
}

/** 自定义头部 */
#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: 1;
}
#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;
}
.postBody a:visited, .postBody a:active, .postBody a:link{
    text-decoration: none;
	color:rgb(3, 102, 214);
}
.postBody a:hover{
    text-decoration: underline;
	color:rgb(3, 102, 214);
}


/** 导航栏 */
#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: 20px;
	outline: 0;
	color: #313131;
	text-decoration: none;
}
#mynavbar_menu a:hover{
	color: #eb5055 !important;
}


/** 右侧目录导航 */
#sideBar
{
font-size:16px;
}
#sideBar h3{
font-size:16px;
}
#right_meun{
	position: fixed;
	z-index: 999;
	top: 100px;
	left: 74%;
	display: none;
	text-align: left;
	border-left: 1px solid #ddd;
	font-size: 14px;
}
#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;
}



/** MarkDown样式调整 */
.cnblogs-markdown .hljs{
	font-family: Consolas;
	font-size: 14px!important;
	line-height: 1.8!important;
	padding: 5px!important;
}
.cnblogs-markdown code{
	background:#f6f6f6;
	border:0px !important;
	color: rgb(73,59,92) !important;
	font-size: 14px!important;
}
.postBody blockquote, .postCon blockquote{
	background-image: none;
	background-color: #EEF0F4;
	background: white;
	width: 100%;
	line-height: inherit;
	border: none;
	border-left: 5px solid #00FF33;
	margin: 20px 0;
	padding: 0 0 0 10px;
}
.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code
{
	font-family: Consolas;
	margin: 0 0px;
}
	

/* 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;
			color:#ff4000;
}


/** 更改浏览器滚动条和选中字体背景颜色 */
::selection {
	background-color: #eb5055;
	color: #fff;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-thumb {
	min-height: 28px;
	background-color: #eb5055;
	background-clip: padding-box;
}
::-webkit-scrollbar-track-piece {
	background-color: #fff;
}
*, :after, :before {
	box-sizing: border-box;
}


	

/*隐藏提交评论的快捷键*/
#comment_form_container p:last-of-type {
    display:none;
}
/**相邻兄弟选择器隐藏提交评论旁边的“退出”按钮**/
#span_comment_canceledit + a {
            display: none;
}
/*优化提交评论按钮*/
.comment_btn {
	border: 1px solid #000;
	border-radius: 30px;
	background-color: #000;
	font-size: 13px;
	cursor: pointer;
	height: 32px;
	padding: 0 20px;
	right: 7%;
	bottom: 55px;
	width: auto;
}
.comment_btn:hover {
	border: 1px solid #eb5055;
	background-color: white;
	color: #eb5055;
	transition-duration: .4s;
}
.blog_comment_body img {
	max-width: 800px;
	max-height: 600px;
}
