#ad_t2,#under_post_news,#under_post_kb,#HistoryToday,#ad_c1,#ad_c2{
display: none;
}

#header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2; 
}
#main {
margin-top: 40px;
}
body {
font-size: 15px;
font-family:"微软雅黑";
}
#cnblogs_post_body h2 {
background: none repeat scroll 0% 0% rgb(216, 216, 216);
border-radius: 6px 6px 6px 6px;
color: rgb(102, 102, 102);
font-family:"微软雅黑","Comic Sans MS";
font-size: 17px;
margin: 15px 0px !important;
padding: 5px 0px 5px 20px;
}
.post {
background-color: #ffffff;
width:100%;
}
#cnblogs_post_body p>img {
-webkit-box-shadow: 0 0 20px 5px #dadada;
-moz-box-shadow: 0 0 20px 5px #dadada;
box-shadow: 0 0 20px 5px #dadada;
margin: 20px;
}
#tbCommentBody {
width: 95%;
height: 100px;
}
h4{
background-color: #f1f1f3;
margin: 0 -32px;
padding: 0 32px;
color: red;
}
#navigator, #blogTitle, #main, #footer {
width: 1200px;
}

#mainContent {
width: 100%;
}
#cnblogs_post_body img {
max-width: 850px;
}

.post{
position: relative;
  left: 0px;
  top: 0px;
}
.postBody blockquote, .postCon blockquote {
border-left-style: inset;
border-left-width: 4px;
border-left-color: #16a89d;
background: #f1f1f3;
margin-top: 20px;
}
#page_begin_html{
position: fixed;
z-index: 99999;
}
.motto{
margin-top: 20px;
margin-bottom: 20px;
color: #F77908;
font-size: 14px;
text-align: center;
}


/*makedown行间代码样式 */
.cnblogs-markdown code {
text-shadow:none;
font-weight: bold;
    color: #FFF;
    font-size: 1em !important;
    background-color: #002b36 !important;
    font-family: Consolas,"Courier New",Courier,"微软雅黑",sans-serif !important;
border:1px dashed #000;

}


/*
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs {
    font-size: 16px!important;
    font-family: font-family:"微软雅黑",consolas,monospace !important;
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
    padding: 10px 15px !important;
}

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e;
}
.articleFooter{
padding:15px;
background-color:#FFF7DC;
border:2px solid #FFBFBF;
}

/* adblock */
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}