body{
    background-color: white;
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/751833/galleries/2157613/o_220509031421_background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;
    /*firefox*/
}
body::after{
    display: block;
    height: 20px;
    content: '';
}
body::-webkit-scrollbar {
    display: none;
}
#home{
    position: relative;
    border-radius: 20px;
    background-color: rgba(223, 216, 216, 0.7);
    /* 加滤镜会导致页面卡顿 */
    /* backdrop-filter: blur(2px); */
    box-shadow: 5px 5px 12px rgba(0, 0, 0, .4),-5px -5px 8px rgba(255, 255, 255, .6),inset 2px 2px 4px rgba(255,255,255,.8);
    overflow: hidden;
}
#footer{
    color:white;   
}
#main{
    transition: all .3s ;
    margin-top: 50px; 
}
#mainContent{
    transition: all .3s .3s;
}
#navigator{/*顶部导航栏*/
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
    margin: -30px;
    position: relative;
    /* position: absolute;
    left: 0px;
    top: 0px; */
} 
#navList{
    width: 100%;
    padding-inline-start: 10px;
}
#navList li{
    height: 100%;
    margin: 0;
}
#header{
    margin-top: -50px !important;
    padding:45px 0;
}

#Header1_HeaderTitle{
    /* 标题 */
    height: 100px;
    line-height: 50px;
    font-size:50px;
    font-weight: 700;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all .2s;
    text-shadow: 2px 2px 5px rgba(0, 0, 0,0.4),-2px -2px 5px white, -1px -1px 2px rgba(255, 255, 255, 0.9);
    background-color: transparent;
}
.postSeparator{
    /* 文章分割线 */
    padding-top: 10px;
    border-bottom: dotted 1px  rgba(0, 0, 0, .4);
}
.menu{ 
   color: white !important; 
   padding-right: 0.75em;
   padding-left: 0.75em;
   font-size: 16px;
   font-weight: 400 !important;
    box-sizing: border-box;

    text-shadow: 1px 1px 2px rgba(0, 0, 0,0.4),-1px -1px 2px white ;
   height: 52px !important;
   font-family: '黑体';
}
.menu:hover{
    border-bottom: 2px rgb(133, 133, 133) solid;
    background:linear-gradient(to bottom,rgba(255, 255, 255, 0.3),transparent);
}
#HeaderBar{
    padding: 0px !important;
    background-color: black !important;
}
.blogStats{  
    position: absolute;
    left: 750px;
    top: 0px;
    bottom: -20px;
    height: 20px;
    line-height: 20px;
    transition: all 0.3s;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.blogStats:hover{
    border-radius: 5px;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}
#sideBar{ 
    overflow: visible !important;
    position: relative;
    padding-left: 10px;
    padding-top: 40px;
    width: 240px;
}
#sideBar h3{
    margin-top: 0;
}

#sidebar_news{
    /* 公告牌 */
    box-sizing: border-box;
    padding:10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4),-3px -3px 9px rgba(255, 255, 255, .9),inset 2px 2px 4px rgba(255, 255, 255, .9);
}
#sidebar_postcategory ul>li{
    transition:all .2s;
    padding:auto;
    font-weight: 700;
    border-radius: 10px; 
    color: rgba(0, 0, 0, .5);
    background: linear-gradient(to right,rgba(255,255,255,.0),rgba(255,255,255,.0),rgba(255,255,255,.0));

}
#sidebar_postcategory ul>li:hover{
    /* 随笔分类 */
    background: linear-gradient(to right,rgba(255,255,255,.8),rgba(255,255,255,.8),rgba(255,255,255,.0));
}
#sidebar_postcategory ul>li>a:link{
    display: block;
    width: 100%;
    padding-left: 10px;
    text-decoration: none;

}

#profile_block a:first-child{
    font-size: 14px;
    font-weight: 700px;
    color: rgba(251, 114, 153, 1) !important;
}
#profile_block a:link{
    text-decoration:none !important;
}

.CalTitle td ,
.CalTitle{
    background-color: transparent !important;
}
.CalDayHeader {
    background-color: transparent;
}
#blog-calendar{     /* 日历 */
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4),-3px -3px 9px rgba(255, 255, 255, .9),inset 2px 2px 4px rgba(255, 255, 255, .9);
}
.CalTodayDay a{
    color: white !important;
    font-weight: 700;
}
.CalTodayDay{
    border-radius: 10px;
}
.div_my_zzk{
    display: block;
    width: 100%;
    height:50px;
}
#sidebar_search_box{
    position: relative;
}
.mySearch{
    padding: 10px;
    overflow: hidden; 
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4),-3px -3px 9px rgba(255, 255, 255, .9),inset 2px 2px 4px rgba(255, 255, 255, .9);
}
.input_my_zzk{
    transform: translateX(20px);
    padding-left: 45px;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 15px;
    float: left;
    transition: all .2s;
    width:160px;
    border-radius: 20px;
} 

.input_my_zzk:focus
{
    transform: translateX(0);
    width: 220px;
}
.btn_my_zzk{ 
    left:30px;
    margin-bottom: 30px;
    transition: .2s all;
    width: 30px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    background-color: white;
}
.input_my_zzk:focus + .btn_my_zzk
{ 
    left: 10px;
}
#BlogPostCategory a{
    transition: all .2s;
    background-color: rgba(0, 0, 0, .0);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4),-2px -2px 5px rgba(255,255,255,.6),
                inset 0 0 0 rgba(0,0,0,.4),inset 1px 1px 2px rgba(255,255,255,.8);
}
#BlogPostCategory a:active{
    background-color: #21759b;
    box-shadow: 0 0 0 rgba(0, 0, 0, .4),0 0 0 rgba(255,255,255,.6),
                inset -2px -2px 5px rgba(0,0,0,.4),inset 2px 2px 5px  rgba(255,255,255,.8);
}
#sidebar_postarchive,
.catListImageCategory,
.catListLink,
.catListView,
 .catListFeedback,
 .catListPostCategory,
.catListComment{/* 最新评论*/
    overflow: hidden;
    padding:10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4),-3px -3px 9px rgba(255, 255, 255, .9),inset 2px 2px 4px rgba(255, 255, 255, .9);
}

.day{
    /* 文章子项 */ 
    margin-top: 20px;
    padding:10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4),-3px -3px 9px rgba(255, 255, 255, .9),inset 2px 2px 4px rgba(255, 255, 255, .9);
}

.postTitle{
    /* 文章标题盒子 */
    font-size: 200% !important;
    text-align: center;
    border: none;
    transition: all .3s;
}
.postTitle a:hover{
    /* 文章标题 */
    margin: 0;
}
.cnblogs-toc-button::before{
    /* 目录导航 */
    transition: all .3s;
}
/* 点赞、关注、收藏、转发 */
#green_channel_follow,
#green_channel_favorite,
#green_channel_digg{
    transition: all 0.2s;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4),-2px -2px 5px rgba(255,255,255,.5),
                inset 0 0 0 rgba(0, 0, 0, .4),inset 0 0 0 rgba(255, 255, 255, .9) !important;
}
#green_channel_follow:active,
#green_channel_favorite:active,
#green_channel_digg:active{
    box-shadow: 0 0 0 rgba(0, 0, 0, .4),0 0 0 rgba(255,255,255,.5),
                inset  2px 2px 5px rgba(0, 0, 0, .4),inset -2px -2px 5px rgba(255, 255, 255, .5) !important;
}
#mainContent{
    overflow: visible;
}
#topics{ 
    box-sizing: border-box;
    width: 100%;
    padding: 20px; 
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: rgba(244,244,244,.8);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4),-3px -3px 9px rgba(255, 255, 255, .9),inset 2px 2px 4px rgba(255, 255, 255, .9);
    border-radius: 20px;
}
#MySignature
{
    /* 签名 */
    font-size: 10px;
    text-align: right;
    font-style: italic;
    color: rgba(0, 0, 0, .5) !important;
}
#MySignature a{
    color: rgba(0, 0, 0, .5) !important;
}
#MySignature a:hover{
    color: red !important;
}
#MySignature p::before{
    /* 签名前缀 */
    content: '———— ';
}
#blog-comments-placeholder{
    margin-bottom: 40px;
}
.feedbackItem{ /*评论子项*/
    cursor: pointer;
    position: relative;
    overflow: visible;
    margin-bottom:40px ;
    padding:10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4),-3px -3px 9px rgba(255, 255, 255, .9),inset 2px 2px 4px rgba(255,255,255,.9);
}
.comment_textarea{
    /* 评论框 */
    min-width: 100%;
    height: 500px;
    overflow: hidden;
    padding:10px;
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4),-3px -3px 9px rgba(255, 255, 255, .9),inset 2px 2px 4px rgba(255, 255, 255, .9);
}
.comment_textarea textarea{
    /* 评论框 */
    resize: none !important ;
    padding: 10px !important ;
    height: 400px !important;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2),inset -3px -3px 7px rgba(255, 255, 255, .9) !important;
}
.author_avatar{
    /* 作者头像 */
    border-radius: 50%;
    border: 2px solid rgba(2, 121, 2, 0.8);
    padding: 0 !important;
    background-image: url(https://pic.cnblogs.com/avatar/2864518/20220508121634.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: -3px -3px 7px rgba(255, 255, 255, .9),3px 3px 7px rgba(0, 0, 0, .4),inset 2px 2px 3px rgba(255, 255, 255, 0.9);
}
#author_profile_detail {
    position: relative;
    margin-left: 10px;
}
#author_profile_detail a,
#author_profile_detail a:hover
{
    text-decoration : none;
}
#author_profile_detail a:first-child{
    /* 作者昵称 */
    font-size: 16px !important;
    color: rgba(251, 114, 153, 1) !important;
    position: static !important;
}
#author_profile_detail a{
    display: inline-block;
    float: left;
}
.diggit,
.buryit
{
    transition: 0.3s all;
    border-radius: 10px;
     box-shadow:  3px 3px 5px rgba(0, 0, 0, .2), -3px -3px 7px rgba(255, 255, 255, .6) ,inset 2px 2px 4px rgba(255, 255, 255, .6),inset 0 0 0 rgba(0, 0, 0, .4)!important;
}
.diggit:active,
.buryit:active{
     box-shadow:  0 0 0 rgba(0, 0, 0, .2),  0 0 0 rgba(255, 255, 255, .6) ,inset -3px -3px 7px rgba(255, 255, 255, .6),inset 3px 3px 7px rgba(0, 0, 0, .4)!important;
}


#btn_comment_submit{
    padding:10px;
    position: .2s all ;
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4),-2px -2px 5px rgba(255, 255, 255, .6),
                inset 0 0 0 rgba(0, 0, 0, .4),inset 2px 2px 2px rgba(255, 255, 255, .6)
    ;
}
#btn_comment_submit:active{
    font-size: 12px !important;
    box-shadow:  0 0 0 rgba(0, 0, 0, .4), 0 0 0 rgba(255, 255, 255, .6),
                inset 2px 2px 5px rgba(0, 0, 0, .4),inset -2px -2px 5px rgba(255, 255, 255, .6)
    ;
}
/* 楼层标识 */
.layer{
    position: absolute;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4) ;
    top: -25px;
    left: 0px;
    padding-left: .5em;
    padding-right:.5em;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4),-2px -2px 4px rgba(255, 255, 255, .6),inset 2px 2px 2px rgba(255, 255, 255, 0.9);
    background-color: #1aafd0;
}
/* 底部推荐 */
.under-post-card{
    font-size: 0px;
}
.under-post-card a{
    position: relative;
    left: 1em; 
    transition: all .3s;
    width:300px;
    padding-left: 1em;
    font-size: 14px;
    border-radius: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 2;
    text-overflow: ellipsis;
}
.under-post-card a:hover{
    width: 500px;
    color: rgb(215, 215, 215);
    text-overflow: visible;
    overflow: hidden;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, .0));
}
.under-post-card b{
    font-size: 14px;
}
.under-post-card br{
    display: none;
}
#under_post_card1{
    margin-bottom: 40px;
}

/* 侧边目录

        sideCatalog.style.position = 'fixed';
        sideCatalog.style.height = '100%';
        sideCatalog.style.width = '300px';
        sideCatalog.style.backgroundColor = 'blue';
        sideCatalog.style.left = '0px';
        sideCatalog.style.top = '0px'
 */
#sideCatalog{
    position: fixed;
    transition: all .5s;
    padding-top: 40px;
    margin-bottom: -20px;
    box-sizing: border-box;
    overflow: hidden;
    left: -30%;
    top: 0px;
    height: 100%;
    width: 15%;
    font-size: 14px;
    color: black;
    font-weight: 700px;
    background-color: rgba(255,255,255, .2);
    backdrop-filter: blur(5px);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4);
}
#sideCatalog ul{
    min-width: 100%;
    padding-left: -50px;
    padding-right: 20px ;
    height: 100%;
    padding-bottom: 20px;
    overflow: scroll;

}

#sideCatalog li{
    position: relative;
    margin-left: 20px; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5) !important;
    font-weight: 700 !important;
} 
#sideCatalog li>a{
    padding: .25em 20px ;
    line-height: 1.75em;
    border-radius: 2em 0 0 2em ;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#sideCatalog li>a:hover{
    width: 100%;
    color: white !important;
    background:linear-gradient(to right,rgba(0,0,0,.6),rgba(0,0,0,.6),transparent);

}
#sideCatalog li>a{transition:all .2s;}
#sideCatalog ul>li>a{color: rgb(255, 0, 0) !important;font-size: 18px;}
#sideCatalog ul>li>li>a{color: rgb(255, 166, 0) !important;font-size: 16px;}
#sideCatalog ul>li>li>li>a{color: rgb(255, 255, 0) !important;font-size: 14px;}
#sideCatalog ul>li>li>li>li>a{color: rgb(153, 255, 0) !important;font-size: 13px;}
#sideCatalog ul>li>li>li>li>li>a{color: rgb(0, 254, 207) !important;font-size: 12px;}
#sideCatalog ul>li>li>li>li>li>li>a{color: rgb(0, 0, 255) !important;font-size: 11px;}


#cnblogs_post_body img{
    border-radius: 10px !important;
}
 


.notice{border:1px rgb(194, 194, 194) solid !important ;padding: 1em;background-color: rgba(255,255,255,.5);box-shadow:inset 0px 0px 2px rgba(0, 0, 0, .1);color: red;font-style: italic;font-weight: 700;text-shadow:1px 1px 2px rgba(255.255.255, .4) ;font-size: 12px;}
.notice::before{content: '注意：';}
mark{font-weight: 700;}
.explain{
    padding: 5px 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: rgba(245, 245, 245,1);
    color: rgba(0, 195, 255, .8);
}
.cnblogs_post_body p{
    text-indent: 2em;
}

del{
    color: rgba(0, 0, 0, .4);
}
dfn{
    color:red;
}

.table-wrapper table{
    background-color: rgba(245, 245, 245, .8);
}

.pager a:link{
    background-color: rgba(244, 244, 244, .2) !important;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .4) , -2px -2px 3px rgba(255,255,255,.4),inset 1px 1px 2px rgba(255, 255, 255, .8),inset 0 0 0 rgba(0, 0, 0, .4);
    border: none;
}

.pager a:hover{
    background-color:rgba(244, 244, 244, .2) !important;
}