<style>
.postBody {
    color: #222222!important;
    //line-height: 1.7;
    font-size: 15px!important;
    //font-weight: 400;
}
#sideBar{
visibility: hidden;
}
blockquote {
    border: 2px solid #efefef;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #aaa;
    background-color: #eee!important;
}
.navigator-fixed {
    position: fixed!important;
    top: 70px!important;
    /* z-index: 1000!important; */
    left: 76%!important;
}
.card-container .brief-link i{
				font-size: 1.7rem!important;
				color: #eee;
				background-color: #666;
				padding: 0.4rem;
				transition: background color;
				cursor: pointer;
				transition-duration: 0.3s;
				transition-timing-function: ease-in;
			}
			
			.card-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
			
			.card-container .brief-link{
				margin: 0.3125rem;
				/* position: relative; */
				/*float: left;*/
			}
			
			.card-container .brief-link i:hover{
				/* padding: 0.4rem 1rem; */
				background: #fff;
				color: #444;
			}


.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Courier New",sans-serif!important;
    font-size: 13px !important;
    line-height: 1.5!important;
    padding: 5px !important;
    background: #3a3a3a!important;
    color: #fff;
    border-radius: 5px!important;
    font-weight: 600;
}

pre {
	/*控制代码不换行*/
	white-space: pre;
	word-wrap: normal;
}
/*

Railscasts-like style (c) Visoft, Inc. (Damien White)

*/







.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #232323;
  color: #e6e1dc;
}

.hljs-comment,
.hljs-quote {
  color: #bc9458;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag {
  color: #c26230;
}

.hljs-string,
.hljs-number,
.hljs-regexp,
.hljs-variable,
.hljs-template-variable {
  color: #a5c261;
}

.hljs-subst {
  color: #519f50;
}

.hljs-tag,
.hljs-name {
  color: #e8bf6a;
}

.hljs-type {
  color: #da4939;
}


.hljs-symbol,
.hljs-bullet,
.hljs-built_in,
.hljs-builtin-name,
.hljs-attr,
.hljs-link {
  color: #6d9cbe;
}

.hljs-params {
  color: #d0d0ff;
}

.hljs-attribute {
  color: #cda869;
}

.hljs-meta {
  color: #9b859d;
}

.hljs-title,
.hljs-section {
  color: #ffc66d;
}

.hljs-addition {
  background-color: #144212;
  color: #e6e1dc;
  display: inline-block;
  width: 100%;
}

.hljs-deletion {
  background-color: #600;
  color: #e6e1dc;
  display: inline-block;
  width: 100%;
}

.hljs-selector-class {
  color: #9b703f;
}

.hljs-selector-id {
  color: #8b98ab;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}






.icon-label{
 color: #fff;
}
#Header1_HeaderTitle {
    color: #ddd!important;
}
#sideBarMain ul {
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: wrap!important;
}
#sideBarMain li {
    line-height: 1.8;
    display: initial;
    text-align: center;
    margin: 2px 4px 2px 6px;
}
#sideBarMain{
position:relative;}
.wrapper {
    display: block;
    /* position: absolute; */
    /* top: 35%; */
    /* left: 50%; */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    color: #2cb397;
    padding: 10px;
    position: relative;
    left: 50%;
    bottom: -100px;
}
.f1 {
  fill: #444;
}

.f2 {
  fill: #fff;
}

.blogStats {
    color: #555!important;
}
#navList a:link, #navList a:visited, #navList a:active {
    font-weight: bold;
    color: #555!important;
}

.line-decro{
    flex:1;border-bottom:1px solid #b4daef;/* vertical-align: middle; */margin-bottom: 14px;margin-left: 10px;
}
#main h2{
    position:relative;
    display:flex;flex-direction:row;justify-content:space-between;
}
.title-decro{
    position:absolute;
    top:3px;
    left:-48px;
    width:35px;
    height:36px;
    background: #21759b;
        text-align: center;
}
#sideBar {
    /* display: none; */
    position: absolute;
    top: 15px;
    background-color: #fff;
    padding: 10px!important;
    left: -215px;
    z-index:0;
    visibility:hidden;
}

#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
    /*background: #333;*/
    color: #eee;
}

 #blogTitle> h1 img{
        width:70px;
        height:70px;
        border-radius:35px;
        /*border: 1px solid #eee;*/
        box-shadow: 0px 8px 60px -10px rgba(163, 255, 199, 0.6);
    }
#topics{
    overflow: initial
}
#mainContent {
    min-height: 200px;
    padding: 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0em!important;
    width: 100%;
    border-right: 1px solid #eee;
    position: relative;
    z-index: 102;
    overflow: unset;
    font-family: -apple-system,BlinkMacSystemFont,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    /* -webkit-font-feature-settings: "tnum"; */
    font-feature-settings: "tnum";
    font-variant: tabular-nums;
}
#cnblogs_post_body {
    word-break: break-word;
    padding-left: 20px;
}
#home {
    /*border-left:1px solid #eee;*/
   box-shadow: none;
        background-color: #f4f4f4;
}
#main{
    /*border-left:1px solid #eee;*/
    background:#fff;
    padding-top:30px;
   border-right: 3px solid #7a6e6e;
}
#navCategory {
    box-shadow: 0 10px 20px #ddd!important
    /* display: none; */
    /* position: fixed; */
    /* top: 27%; */
    /* margin-bottom: -150px; */
    /* left: 0px; */
    height: auto;
    /* overflow-y: scroll; */
    width: 175px;
    /*background: #7a6e6e!important;*/
    position: absolute;
    left: 100%;
    top: -5px;
    z-index: -1;
        max-width: 300px;
    max-height: 500px;
    /*overflow-y: scroll;*/
        transition: top;
    transition-duration: 1.2s;
}

#cb_post_title_url{
    font-size:2rem;
}

#header{
    background: linear-gradient(45deg,#020031 0,#6944ff 100%);
}



#home{
 width:100%;
 padding:0px;
  margin-top:0;
  margin-bottom:0!important;
}
#header{
  background: url(https://img2018.cnblogs.com/blog/1452443/201909/1452443-20190927141524152-341716646.png);
    background-size: cover;
  min-width:600px;
  margin-top:0px;
   height:250px;
  display: flex!important;
  flex-direction: column-reverse!important;
  justify-content: space-between!important;
}
#main{
  margin-top:0;
  width: 52%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  min-width:600px;
}
#blogTitle h1 {
    margin-top: 0px;
}
#navigator{
    margin-top: 0!important;
    border: none!important;
    padding: 0 30px 0 0!important;
    overflow:hidden;
}
#blogTitle {
    height: 100%;
    clear: both;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 140px; */
    justify-content: center;
}
#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    display: flex;
    flex-direction: column-reverse;
}
#mainContent .forFlow{
    margin-left: 2em;
    /* margin-right: 2em; */
    padding-right: 2em;
    background:#fff;
}
.postDesc {
    font-size: 13px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    /* text-align: left; */
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 20px;
    line-height: 1.5;
    text-align: center!important;
    color: #888!important;
    margin-bottom: 30px;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    /* font-size: 110%; */
    margin-top: 15px;
    margin-bottom: 10px;
    /* text-align: left; */
    /* background: #333; */
    padding: 10px;
    text-align: center;
    /* color: #222; */
    /* font-size: xx-large; */
    /* font-size: 15px!important; */
    /* border-bottom: 2px solid #222; */
    /* color: #ccc; */
    letter-spacing: 10px;
    background-color: #333;
    font-size: large!important;
    color: #eee;
    /* border: 1px solid #444; */
}
.second_class_ul{
    list-style:none;
}
#cnblogs_post_body ul {
    margin-left: 30px;
    padding-left: 0;
    font-size: x-small;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px;
}
#navCategory p:first-child{
    color:#ccc;
    text-align:center;
    background: #333;
}
</style>



<style>
    ul{

        list-style:none;
    }
 #sideBar{
    width: 180px!important;;
    box-shadow: 0 10px 20px #ddd;
    border-radius: 3px!important;
    background-color: #fff;
    padding: 10px!important;}
   #topics h1{
       text-align:center;
       font-size:xx-larger;
       color:#333;
   }
#sidebar_postcategory a {
    display: block;
    /* border: 1px solid red!important; */
    display: initial;
    /* background-color: red; */
    /* background: #7a6e6e; */
    color: #333;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
    border: 1px solid #ddd;
}
   #blogTitle h2{
        background-color:rgba(0,0,0,0);!important;
        /*opacity:0;*/
        color:#666;
   }
   cate-fixed{
      position: fixed;!important;
      top:0!important;
   }
.postBody li, .postCon li {
    list-style-type: disc;
    margin-bottom: 1em;
    list-style: none!important;
}
#cnblogs_post_body ul li {
    /* list-style-type: disc; */
    list-style: none;
}
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: underline;
    color: #111111!important;
    text-decoration: none;
}
#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    min_width: 500px;
    border-top: 1px solid #ededed;
    /* margin-top: 50px; */
    /* padding-top: 10px; */
    /* margin-bottom: 10px; */
    background: #222;
    margin-top: 20px;
    padding: 50px;
    position: relative;
    z-index: 2000;
}
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    /* border: #c0c0c0 1px dashed; */
    font-size: 12px;
    width: 350px;
    text-align: center;
    margin: 0 auto;
}
<style>