.hljs{display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#008080}.hljs-string,.hljs-doctag{color:#d14}.hljs-title,.hljs-section,.hljs-selector-id{color:#900;font-weight:bold}.hljs-subst{font-weight:normal}.hljs-type,.hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#000080;font-weight:normal}.hljs-regexp,.hljs-link{color:#009926}.hljs-symbol,.hljs-bullet{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}

#sideBar,#header,.postTitle,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb,#footer,#ad_text_under_commentbox,#ad_t2{
    display: none;
}
#home{padding:0;box-shadow:unset}

html{  font-size: 100px;}
html * {
   font-size: 0.14rem;
    background-color: rgb(248, 248, 248);
    word-spacing: 4PX
}


a {
    text-decoration: none;
    cursor: pointer;
    color: #005980;
}

a:hover {
    color: #1283ba;
}

p {
    /*margin: 5px 0;*/
}

input[type=checkbox] {
    width: 20px;
    vertical-align: middle;
}

.categoriy, strong > code, li > code, p code {
    border: 0;
    background-color: #D6DBDF;
    border-radius: 2px;
    color: #2C3E50;
    font-size: 90%;
    white-space: nowrap;
    font-family: "Microsoft YaHei";
}

p code {
    border-radius: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

em {
    border-bottom: 1px solid #2C3E50;
}

code {
    padding: 0 6px 0 6px;
}

.categoriy {
    padding: 2px 4px;
    margin-right: 10px;
}

#content blockquote {
    margin: 0;
    padding: 0 1em;
    color: #6a737d;
    border-left: 0.25em solid #dfe2e5;
    line-height: 22px;
}

#content blockquote blockquote {
    border-left: 0;
}

pre code {
    font-family: "Courier New";

    border: 1px solid #e1e1e8;
}

pre code, pre code * {
    font-size: 0.12rem !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif;
    margin-top: .1rem !important;;
    margin-bottom: .1rem !important;;
}

h1 {
    font-size: 0.32rem !important;

}

h2 {
    font-size: 0.28rem !important;
}

h3 {
    font-size: 0.24rem !important;
    text-align: center;
}

h4 {
    font-size: 0.22rem !important;
}

h5 {
    font-size: 0.16rem !important;
}

h6 {
    font-size: 0.12rem !important;
}

.hljs-comment, .hljs-quote {
    color: #998;
     font-style: normal !important; 
}