/* #header #blogTitle {
	background-image: url('https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1563032537620&di=cb0c07153a85a40dc51ade9c3f953e90&imgtype=0&src=http%3A%2F%2Fimgcdn.gz01.bdysite.com%2Fupfile%2Ft014bd594e665ef5ce2.png'); */
/* 	background-repeat: no-repeat; */
/* } */

/* 个人首页文章节选/文章正文 的字体以及字号 */
.c_b_p_desc, .postBody {
	font-family: Simsun, 'PingFang SC', 'Helvetica Neue', 'Helvetica', Arial, sans-serif!important;
	font-size: 16px!important;
}

/* 文章标题 */
.postTitle {
/* 	padding: 3px; */
/* 	border-style: solid!important; */
/* 	border-width: 2px!important; */
/* 	border-color: #4d0909!important; */
/* 	border-bottom-style: groove!important; */
/* 	border-bottom-width: 3px!important; */
/* 	margin-bottom: 1px; */
/* 	padding:1px; */
	padding-bottom: 10px
}

/* 导航栏背景 */
#cnblogs_post_body > .toc {
	background-color: #dcdcdc!important;
}

/* 导航栏标题 */
#cnblogs_post_body > .toc > .toc-title {
	background-color: #ffffff!important;
	font-size: 18px!important;
	font-style: italic;
	color: #fff!important;
	background: linear-gradient(to bottom right, #999999, #cccccc)!important;
	
}

/* 正文标题/导航栏标题/h1~h6 的字体 */
.postTitle, .toc-title, h1, h2, h3, h4, h5, h6{
	font-family: 'Microsoft YaHei','PingFang SC', 'Helvetica Neue', 'Helvetica', Arial, sans-serif!important;
}


/* h1样式 */
#cnblogs_post_body h1 {
	margin-top: 48px;
	background-image: none;
	border: 1px solid transparent!important;
	border-radius: 4px;
	color: #fff!important;
	background: linear-gradient(to bottom right, black, grey)!important;
}

/* h2样式 */
#cnblogs_post_body h2 {
	margin-top: 36px;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff!important;
	background-color: #286090!important;
	border-color: #204d74!important;

}

/* h3-h4样式 */
#cnblogs_post_body h3,h4,h5,h5 {
	margin-top: 24px;
/* 	background-image: none; */
/* 	border: 1px solid transparent; */
/* 	border-radius: 4px; */
/* 	color: #fff!important; */
/* 	background-color: #111111; */
/* 	border-color: #000000; */
/* 	background-color: #449d44!important; */
/* 	border-color: #398439!important; */
}


.postTitle .postTitle2{
	font-size: 18px;
/* 	color: black; */
/* 	line-height: 48px; */
/* 	border-style: solid!important; */
	background-color: #ececec;
	border: 10px;
	border-color: #4d0909;
}


pre > code > span {
	font-family: consolas;
	font-size: 12px;

}


/* .postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
} */

/* .blogpost-body > h1
{
animation: myfirst 5s ease-in 1s infinite reverse;
-moz-animation: myfirst 5s ease-in 1s infinite reverse;
-webkit-animation: myfirst 5s ease-in 1s infinite alternate;
-o-animation: myfirst 5s ease-in 1s infinite reverse;
} */

/* @keyframes myfirst
{
from {background: white;}
to {background: #286090;}
}

@-moz-keyframes myfirst
{
from {background: red;}
to {background: yellow;}
}

@-webkit-keyframes myfirst
{
from {background: red;}
to {background: yellow;}
}

@-o-keyframes myfirst
{
from {background: red;}
to {background: yellow;}
} */