body {
    background-image: url(https://s3.ax1x.com/2021/01/02/sSnisP.png);
    opacity: 0.99;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}/*背景*/
#home {
    width: 78%;/*宽度*/
    background-color: rgba(255, 255, 255, 0.75);/*透明度*/
}/*主页*/
/*************滚动条*************/
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
/*************finall*************/
#blogTitle h1 a {
    margin-left: 0.3em;
    color: #1859cccc;
    font-family: Consolas, "Comic Sans MS", cursive, sans-serif;
    font-size: 2em;
}/*nianheng*/
/********code style*****/
.cnblogs-markdown .hljs-string, .cnblogs-markdown .hljs-meta-string {
    color: #dd551a !important;
}
.cnblogs-markdown .hljs-meta, .cnblogs-markdown .hljs-meta-keyword, .cnblogs-markdown .hljs-tag {
    color: #a14949 !important;
}
.cnblogs-markdown .hljs-keyword, .cnblogs-markdown .hljs-literal, .cnblogs-markdown .hljs-symbol, .cnblogs-markdown .hljs-name {
    color: #569CD6 !important;
}
.cnblogs-markdown .hljs-built_in, .cnblogs-markdown .hljs-type {
    color: #4EC9B0 !important;
}
.cnblogs-markdown .hljs-number, .cnblogs-markdown .hljs-class {
    color: #5bbb1a !important;
}
.hljs-string, .hljs-title, .hljs-section, .hljs-attribute, .hljs-literal, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-addition {
    color: #343a89 !important;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: Consolas, "Courier New",sans-serif !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
    background-color: rgba(255,255,255,0.80) !important;
}
/***********/
#top_nav {
    display:none !important;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff0;
}