body {
    background-image: url("https://s1.ax1x.com/2018/02/10/9GMHDs.jpg");
    background-attachment: fixed;
    background-size: cover;
}

.cnblogs-markdown .hljs {
    font-family: "Consolas",Dejavu Sans Mono,sans-serif !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
}
.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 16px;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -22em;
    width: 100%;
}
#main {
    font-size: 18px;
    font-family: 微软雅黑;
}
#cnblogs_c1{
     display:none;
}
#cnblogs_c2{
     display:none;
}
#ad_t2{
     display:none;
}
#under_post_news{
     display:none;
}
#under_post_kb{
     display:none;
}
#opt_under_post{
     display:none;
}
#home {
    opacity: 0.70;
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}


#blogTitle h1 a:hover {
    color: #21759b;
}
#blogTitle h1 a {
    color: #515151;
}
a:hover {
    color: #21759b;
}
a:link {
    color: black;
    text-decoration: none;
}
a {
    outline: none;
    color: #21759b;
}
* {
    margin: 0;
    padding: 0;
}
#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
body {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
}
body {
    font-family: Helvetica,Verdana,Arial,sans-serif;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 25px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
    float: left;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 20px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
    float: left;
}

#sideBar h3 {
    font-size: 25px;
}



.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #FFFFFF;!important
}

.hljs,
.hljs-subst {
  color: #434f54;!important
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-doctag,
.hljs-name {
  color: #00979D;!important
}

.hljs-built_in,
.hljs-literal,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #D35400;!important
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #00979D;!important
}

.hljs-type,
.hljs-string,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #005C5F;!important
}

.hljs-title,
.hljs-section {
  color: #880000;!important
  font-weight: bold;!important
}

.hljs-comment {
  color: rgba(149,165,166,.8);!important
}

.hljs-meta-keyword {
  color: #728E00;!important
}

.hljs-meta {
  color: #728E00;!important
  color: #434f54;!important
}

.hljs-emphasis {
  font-style: italic;!important
}

.hljs-strong {
  font-weight: bold;!important
}

.hljs-function {
  color: #728E00;!important
}

.hljs-number {
  color: #8A7B52;  !important
}