.cnblogs_code pre {
    margin: 0 20px;
    background: #f8f8f8;
    font-family: 'Roboto Mono', Monaco, courier, monospace;
    font-size: 15px;
}
.cnblogs_code_toolbar {
    /* margin-top: 5px; */
    margin: 5px 10px;
}    
.cnblogs_code {
    background-color: #f8f8f8;
}
.cnblogs_code div {
    background-color: #f8f8f8;
}
.cnblogs_code {
    border: none;
}    
.cnblogs_code_collapse {
    border: none;
    background-color: #f8f8f8;
}  
:not(.cnblogs_code):not(.cnblogs_Highlighter)>pre:not([class*="language-"]):not([highlighted]):not(.hljs):not([class*="brush:"]) {
    background: #f8f8f8;
} 
.esa-contents ul li:hover {
    background: #f5f5f5;
}
.esa-contents ul {
    padding: 0;
}
.esa-contents ul li {
    padding: 5px 15px;
}

/* 目录 */
ul.nav li {
    padding: 5px 10px;
}
h3.catListTitle {
    font-size: 20px;
    padding: 20px 10px 10px 10px;
}
.fa-heart {
    margin-right: 10px;
}    
nav.active {
    display: block !important;
}
nav.noactive {
    display: none !important;
}
#sidebar_scroller{
   /* width: 20%; */
   background: #edf1f2;
   /* height: 650px;
   overflow: scroll; */
   /* display: none; */
}
ul.nav {
    height: 600px;
    overflow: scroll;
}
/* 最终样式 */
div#top_nav {
    display: none;
    box-shadow: 0 2px 4px 0 rgba(85,85,85,.05);
}    
.navbar-custom {
    display: block;
}
.navbar {
    padding-top: 8px;
    padding-bottom: 8px;
}
body {
    background: #fff;
}

/* 隐藏顶部博客园导航  */
div#top_nav {
    /* display: block; */
}
/* 隐藏底部 */
.under-comment-nav.under-comment-box-nav {
    display: none;
}
/* 左侧隐藏 */

div#profile_block {
    display: none;
}

/* div#leftcontentcontainer {
    display: none;
} */

/* 切换背景色 */
.bac{
    background: url(https://blog-static.cnblogs.com/files/Niswy/[33861]%E2%9D%8A-52241977.gif) 0% 0% / 100% 100% !important;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    opacity: 0.8;
}

/* 切换精简 */
.changeContent {
    width: 100% !important;
    float: none;
    margin: 0 auto;
}
.back {
    background-color: #f0f2f5;
}
.side {
    display: none;
}

/* 显示top_nav */
.changeBlock {
    display: block !important;
}
/* top_nav */
div#top_nav {
    /* display: none; */
    margin-bottom: 15px;
    /* height: 40px;
    line-height: 40px; */
}

/* ============================ main ============================== */
/* ------------- mainContent ------------ */
/* ^^^^^^^^^^^ forFlow */
.forFlow {
    padding: 0px 0 50px 0;
}
/* ^^^^^^^^ post_detail */
/* 修改post的宽度 */
div#post_detail {
    width: 870px;
    margin: auto;
    padding: 15px 50px 20px;
}

/* ^^^^^ topics */
/* ^^^^^ post */

/* postTitle */
.postTitle {
    margin: 20px 0;
    text-align: center;
}
div#post_detail {
    background-color: #fff;
    border-radius: 8px;
}
/* postBody */
#topics .postBody {
    padding-top: 1px;
}    
/*隐藏页脚多余内容*/
/* 点赞 */
#blog_post_info_block {
    display: none;
}

/* postDesc */
.postDesc {
    /* display: none; */
    width: 870px;
    position: absolute;
    top: 80px;
    background-color: block;
    padding-top: 0 !important;
    margin-top: 0;
    text-align: center !important;
} 

/* ^^^^^ end post */

/* ----------- end mainContent ---------- */


/* ========================== end main ============================ */

/* 代码 */
.cnblogs-markdown .hljs, .cnblogs-markdown .hljsln {
    font-size: 16px !important;
}
span.ln-num {
    font-size: 16px !important;
}

/* 标题 */
#cnblogs_post_body h2 {
    background: pink;
    font-size: 22px;
    border-radius: 4px;
    padding: 4px;
}
#cnblogs_post_body h3 {
    background: #DAF9CA;
    font-size: 20px;
    border-radius: 4px;
    padding: 3px;
    border-bottom: 1px solid #999;
}

#cnblogs_post_body h4 {
    background: #D2EEF4;
    width: 50%;
    font-size: 18px;
    border-radius: 4px;
    padding: 3px;
    border-bottom: 1px solid #999;
}
h3,h4 { 
    color: #34495E !important;
    font-weight: bold;
}
h5 {
    color: darkorange !important;
}
#cnblogs_post_body h3 {
    margin: 28px auto !important;
    line-height: 28px !important;
}
#cnblogs_post_body h4 {
    margin: 24px 0px !important;
    line-height: 28px !important;
    font-weight: bold;
}
#cnblogs_post_body h5 {
    font-size: 15px !important;
    margin: 20px auto !important;
}

/* footer */
#footer {
    display: none;
}

/* day */
/* .day .postDesc {
    display: none;
} */
/* #topics .postDesc {
    /* border-top: 1px solid #eee; */
    font-size: 15px;
    padding-top: 15px;
    margin-top: 40px;
}     */
.day {
    width: 870px;
    padding: 0 50px;
    margin: auto;
}
#mainContent .forFlow {
    margin: 0px auto !important;
}
/* 隐藏评论 */
div#blog-comments-placeholder {
    display: none;
}
div#comment_form {
    display: none;
}


/* 左侧目录 */
/* 左侧目录 */
.sidebar-nav .metismenu {
 /*   background: #212529;  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-nav .metismenu > li {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #34495E;
    outline-width: 0;
    transition: all .3s ease-out; 
}

.sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 58px;
}


ul#menu1>li:hover {
    background: #e1e5e6;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active > a {
    text-decoration: none;
    background: none;
}
.mm-collapse a:hover, #cc li:hover {
    background: #e1e5e6 !important;
}


div#sideBar, nav.sidebar-nav {
    background-color: #edf1f2; 
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.08);
    z-index: 3;
    color: #4e5c64;
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-out .1s;
}
.sidebar-nav ul, .sidebar-nav, .sidebar-nav .metismenu {
    background: #edf1f2;
}


#sidebar-nav{
     display: block;
}

a.has-arrow {
   font-size: 14px; 
    color: #4e5c64 !important;
}
a.has-arrow:hover{
    background-color: #e1e5e6;
}
ul.mm-collapse li a {
    cursor: pointer;
    color: #34495E;
}
#cc li a {
    /* width: 100%; */
    display: inline-block;
}
img.avatar-img {
    width: 140px;
    height: 140px;
    border-radius: 85px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 3px #e1e1e1;
    box-shadow: 2px 2px 3px #e1e1e1;
}
div#pic {
    padding: 50px 70px 10px;
}


.metismenu>li {
    cursor: pointer;
    /* padding: 9px 0 9px 23px; */
    font-size: 13px;
}
span.ttt {
    font-size: 14px !important;
}
/* a.has-arrow {
    padding: 9px 0 9px 23px;
} */

 .blog-menu-bar {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    background-color: #f3f5f6
}
.sidebar-nav .iconfont {
    font-family: iconfont !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


.blog-menu-bar>div {
    cursor: pointer;
    margin-top: 6px;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    cursor: pointer!important;
}
ul#aa, ul#bb, ul#cc, ul#dd{
    font-size: 14px;
}
.blog-menu-content {
    margin-bottom: 50px;
}
span.ttt {
    margin-left: 18px;
}
.blog-menu-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}


.blog-menu-content .blog-head-wrap:hover {
    background: url(https://cjunn.gitee.io/c_cnblog_vue/img/body/float.gif);
    background-size: cover
}

.blog-menu-content .blog-head-wrap {
    text-align: center;
    padding: 22px 0 22px 2px;
    border-bottom: 1px solid #e2e8ea
}

.blog-menu-content .blog-head-wrap .avatar-img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 3px #e1e1e1;
    box-shadow: 2px 2px 3px #e1e1e1
}

.blog-menu-content .blog-head-wrap .avatar-name {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 2px;
    display: inline-block
}
.blog-menu-content .blog-head-wrap .avatar-name .icon {
    font-size: 2px;
    position: relative;
    top: 1px
}

.blog-menu-content .blog-head-wrap .avatar-sign {
    cursor: pointer;
    text-align: center;
    margin-top: 4px;
    color: #4e5c64;
    font-size: 12px
}

.blog-menu-content .blog-menu-title-board {
    padding-top: 10px;
    border-top: 1px solid #e2e8ea
}

.blog-menu-content .blog-menu-title {
    color: #98a6ad;
    font-size: 12px;
    padding: 12px 12px 0 16px;
    height: 30px
}

.blog-menu-content .aside-display-content .aside-display-content-item:hover {
    background-color: #e1e5e6;
}

.blog-menu-content .aside-display-content .aside-display-content-item {
    cursor: pointer;
    padding: 9px 0 9px 23px;
    font-size: 14px
}

 .blog-menu-content .aside-display-content .aside-display-content-item .icon {
    font-size: 18px;
    margin-right: 18px
}

.blog-menu-content .aside-display-content .aside-display-content-item .pad-icon {
    margin-right: 38px
}

.blog-menu-content .aside-display-content .aside-display-content-item .content-num {
    float: right;
    margin-right: 25px;
    font-size: 10px!important;
    background-color: #cfdadd;
    padding: 0 6px;
    border-radius: 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    color: #fff
}
nav.sidebar-nav {
    /* overflow: hidden;  */
}
.blog-head-oub-wrap {
    position: fixed;
    z-index: 0;
    top: 0
}




/* a:visited {
    color: #4e5c64;
}
a:hover, a:active, a:focus, a:link {
    color: #4e5c64;
} */
#sidebar_scroller{
   /* display: none; */
}
/* nav.sidebar-nav {
    z-index: 1000;
} */
/* .how {
    display: none;
    z-index: 0;
} */


.blog-menu-content .blog-head-wrap {
    padding: 0px 0 22px 2px;
}
div#pic {
    padding: 25px 70px 10px;
}
/* .ho {
   display: none;
} */
 
#topics .table-wrapper table {
    font-size: 15px;
    width: 100%;
    margin: 15px 0px;
    display: block;
    overflow-x: auto;
    border: none;

    &::-webkit-scrollbar {
        height: 4px !important;
    }

    th {
        background: #f8f8f8;
        border: 1px solid #eef2f8;
        white-space: nowrap;
        font-weight: 400;
        padding: 6px 15px;
        min-width: 100px;
    }

    td {
        border: 1px solid #eef2f8;
        padding: 6px 15px;
        min-width: 100px;
    }
}

#taglist_main {
    margin-top: 0px;

    table {
        width: 100%;

        tr td {
            padding: 5px 20px 5px 0px;

            &:last-child {
                padding-right: 0px;
            }

            .small {
                display: none;
            }
        }

        tr td a {
            display: block;
            padding: 5px;
            // font-weight: 300;
            line-height: 20px;
            text-align: center;
            border: 1px solid var(--border-color);
            border-radius: 4px;
            color: var(--text-color);

            &:hover {
                border: 1px solid var(--theme-color);
            }
        }
    }
}

.has-show {
    display: block !important;
}