html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    color: #555 !important;
    font-family: "Microsoft YaHei";
    cursor: url('https://images.cnblogs.com/cnblogs_com/97z4moon/2060897/o_211112074839_cursor_default.png'), default;
}

#home, #sideBar{
    height: 100%;
}

#main {
    min-height: 1800px;
}

a {
    text-decoration: none;
    padding-bottom: 2px;
    color: #333;
    -webkit-transition: 0.3s;
}

a:hover {
    /*border-bottom: 1px solid;*/
    
    text-shadow: -1px 0 0 #333, 0 1px 0 #333, 1px 0 0 #333, 0 -1px 0 #333;
    -webkit-transition: 0.3s;
}

.blogpost-body a:hover span,
.blogpost-body a:hover {
    color: #fff !important;
}

.blogpost-body a {
    color: #0000ff !important;
    text-decoration: underline;
}

a.postTitle2:hover,
.postDesc a:hover,
#post_next_prev a:hover {
    color: #fff !important;
}

h1.postTitle .postTitle2:hover::before {
    color: #fff1f0;
    text-shadow: -1px 0 0 #f5222d, 0 1px 0 #f5222d, 1px 0 0 #f5222d, 0 -1px 0 #f5222d;
    -webkit-transition: 0.3s;
    -webkit-clip-path: inset(0 -500px 0 0);
    clip-path: inset(0 -500px 0 0);
}

h1.postTitle .postTitle2::before {
    content: 'kabeep';
    position: absolute;
    top: 0;
    left: 20px;
    color: #fff1f0;
    text-shadow: -1px 0 0 #f5222d, 0 1px 0 #f5222d, 1px 0 0 #f5222d, 0 -1px 0 #f5222d;
    font-size: 18px;
    -webkit-clip-path: inset(0 -500px 0 100%);
    clip-path: inset(0 -500px 0 100%);
    transition: -webkit-clip-path 0.4s ease-out;
    transition: clip-path 0.4s ease-out;
}

table * {
    margin: 0 !important;
}

/* 鍏ㄥ眬 */

/* 瀵艰埅 */
div#header {
    width: 100%;
    position: absolute;
    height: 60px;
    z-index: 999;
}

div#blogTitle {
    display: none;
}

ul#navList {
    list-style: none;
    float: right;
    margin-right: 50px;
}

ul#navList li {
    float: left;
    display: inline;
    padding-left: 20px;

}

ul#navList li a {
    font-size: 12px;
}

.blogStats {
    font-size: 12px;
    left: 370px;
    top: 40px;
    color: #555;
    position: absolute;
}

/* 瀵艰埅 */

/* 姝ｆ枃 - 鏂囩珷鍒楄〃 */

#mainContent {
    float: left;
    width: 100%;
    /*padding-left: 320px;*/
    padding-top: 60px;
}

.forFlow {
    max-width: 100%;
    margin: 0 auto;
    margin-left: 370px;
    margin-right: 50px;
    border-top: solid 1px #ccc;
}

.dayTitle {
    display: none;
}

.postTitle, .entrylistPosttitle {
    position: relative;
    background-image: url(//images.cnblogs.com/cnblogs_com/97z4moon/1936339/o_210317084619icon_tag.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5.5%;
    font-size: 22px;
    font-weight: bold;
    padding: 40px 40px 40px 64px;
}

.postBody {
    max-width: 1120px;
}

.postCon, .entrylistPostSummary {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
    padding-left: 20px;
}

.postDesc, .entrylistItemPostDesc {
    text-align: right;
    font-size: 15px;
    color: #999;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
}

.entrylistDescription {
    /*border-bottom: solid 1px #ccc;;
    margin-left: 20px;
    margin-right: 20px;*/
}

/* 姝ｆ枃 - 鏂囩珷鍒楄〃 */

/* 姝ｆ枃 - 鏂囩珷 */

#cnblogs_post_body img {
    max-width: 100% !important;
    height: auto;
}

blockquote {
    background: none;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, p{
    line-height: 2 !important;
    margin: 20px 0 15px !important;
}

img, pre {
    line-height: 2 !important;
}


code {
    margin: 10px 0 20px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #999;
}

#cnblogs_post_body img {
    max-width: 100%;
    height: auto;
    margin: 10px 0 20px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #999;
}

#cnblogs_post_body pre {
    margin-top: 10px;
    margin-bottom: 20px;
}

#cnblogs_post_body table * {
    margin: 0 !important;
}w

#cnblogs_post_body table img {
    box-shadow: none;
    border-radius: 0;
}

#cnblogs_post_body table {
    width: 100% !important;
    border: 0 !important;
    margin: 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #999;
}

#cnblogs_post_body table th {
    background: #73b1e0;
    font-weight: 800;
    font-size: 18px;
    line-height: 50px;
    color: #FFF;
    padding: 5px 20px 5px 20px;
    text-align: left;
}

#cnblogs_post_body table tr:nth-child(odd) {
    background: #F4F4F4;
}

#cnblogs_post_body table tr:hover,
#cnblogs_post_body table td:hover {
    background: #badbf5;
}

#cnblogs_post_body table a {
    color: #000;
}

#cnblogs_post_body table td, table th {
    /*border: 1px solid #EEE !important;*/
    border: 0 !important;
    padding: 5px 10px 5px 10px
}

#cnblogs_post_body table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

#cnblogs_post_body table tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

#cnblogs_post_body table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

#cnblogs_post_body table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #333
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/

.cnblogs-markdown code.hljs,
.cnblogs-post-body code.hljs,
.hljs {
    display: block !important;
    overflow-x: auto !important;
    padding: 1em !important;
    color: #abb2bf !important;
    background: #282c34 !important;
    font-size: 14px !important;
    font-family: "Microsoft YaHei" !important;
}

.hljs-comment,
.hljs-quote {
    color: #5c6370 !important;
    font-style: italic !important;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
    color: #c678dd !important;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
    color: #56B6C2 !important;
}

.hljs-literal {
    color: #56b6c2 !important;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
    color: #98c379 !important;
}

.hljs-built_in,
.hljs-class .hljs-title {
    color: #e6c07b !important;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
    color: #d19a66 !important;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
    color: #61aeee !important;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-link {
    text-decoration: underline;
}

/* 姝ｆ枃 - 鏂囩珷 */

/* 姝ｆ枃 - 鏍囬棰ゆ姈 */

h1.postTitle {
    font-size: 30px;
    font-family: 'Microsoft Yahei', Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding: 0;
    background-image: none;
    display: inline-block;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}


/*#Header1_HeaderTitle:after {*/
    /*content: "";*/
    /*font-weight: 400;*/
    /*line-height: 1;*/
    /*color: #777;*/
    /*font-size: 20px;*/
/*}*/


/* 姝ｆ枃 - 鏍囬棰ゆ姈 */

/* 姝ｆ枃 - 璇勮 */

div#blog-comments-placeholder {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    min-height: 20px;
    padding: 30px 20px 10px 20px;
    position: relative;
}

.feedbackItem {
    border-radius: 5px;
    box-shadow: 0px 0px 8px #7999;
    margin: 20px 0;
    padding: 10px 30px 40px 30px;
}

.feedbackCon {
    padding: 20px 13px 10px 0;
}

.feedbackListSubtitle {
    padding: 30px 0;
}

.feedbackManage {
    float: right;
}

.feedbackManage a {
    padding: 5px 8px !important;
    font-size: 90%;
    color: #c7254e !important;
    background-color: #f9f2f4;
    border-radius: 4px;
    margin-right: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.feedbackManage a:hover {
    color: #ffffff !important;
    background-color: #2196f3a3 !important;
    border: 0;
}

input#tbCommentAuthor {
    border-radius: 4px;
}

div#comment_form {
    padding: 0 20px;
}

.commentbox_title {
    width: 100%;
}

div.commentform textarea.comment_textarea {
    line-height: 1.6;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #999;
}

/* 姝ｆ枃 - 璇勮 */

/* 渚ц竟鏍� */

#main {
    position: relative;
}
div#sidebar_search_box .input_my_zzk {
    width: 209px ! important;
}
#sideBar {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #E8E8E8;
    width: 280px;
    height: 100%;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    user-select: none;
}

#sideBar a {
    color: #333;
    line-height: 1.7;
    padding: 0 12px;
    border-radius: 6px;
}

#sideBar u {
}

#sideBar a:hover {
    background: #e6f7ff;
    text-shadow: none;
    border: 1px solid #E8E8E8;
}

#sideBar li {
    list-style: none;
}

#sideBar h3 {
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: outset;
    border-bottom-color: #D4D4D4;
    padding-bottom: 10px;
    margin-top: 20px;
}

#sideBar ul {
    padding: 0;
}

#navCategory li ul {
    padding-left: 10px
}

div#blog-calendar {
    padding: 30px -1% 30px 10%;
}

/* 渚ц竟鏍� */

/* 鐪嬫澘濞� */

canvas#live2dcanvas {
    border: 0 !important;
    left: 0;
}

/* 鐪嬫澘濞� */

/* 鍏煎 */
.cnblogs_code_toolbar {
    position: absolute;
    right: 64px;
    background: transparent !important;
}
.cnblogs_code .cnblogs_code_toolbar .cnblogs_code_copy a {
    background: transparent !important;
}
.cnblogs_code .cnblogs_code_toolbar:last-child {
    display: none;
}
.cnblogs_code_copy {
    display: '';
}

.cnblogs_code pre code {
    background-color: transparent;
    box-shadow: none;
}

@media screen and (max-width: 1000px) {

    div#comment_form * {
        max-width: 100%;
    }

    #sideBar, #blog_stats {
        display: none;
    }

    #mainContent, .forFlow {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .forFlow {
        padding: 0 20px;
    }

    ul#navList {
        margin-right: 0;
    }

    blockquote {
        margin: 10px 0;
        padding: 10px 0;
    }

    div#live2d-widget {
        display: none;
    }

    div#cnblogs_post_body {
        box-shadow: none;
        border-radius: 0;
        background: transparent;
        padding: 0;
        margin: 0;
        border: 0;
    }
    #blogCalendar{
       margin-left:-32px ! important ;
}
    #widget_my_zzk input{
      width:210px;
    }

}

/* 广告隐藏 */
#site_nav_under,#cnblogs_ch,#ad_under_post_holder,#under_post_news,#google_ad_c2,#under_post_kb, #ad_t2, #under_post_card1, #under_post_card2, #cnblogs_c1, #cnblogs_c2{
  width:0;
  height:0;
  display:none;
  overflow:hidden;
}

/* 评论 */
.commentbox_main.comment_textarea {
  width: 100% !important;
}

#commentbox_opt a {
  display: none;
}

#comment_form_container {
  position: relative;
}

#commentbox_opt {
  display: inline-block !important;
  margin: 10px 15px 10px 10px !important;
  position: absolute;
  bottom: 0;
  right: 0;
}

#tip_comment2 {
  display: none;
}

#commentbox_opt input {
  background: #fff;
  color: #333;
  border-radius: 6px;
  outline: none;
  box-shadow: 1px 1px 3px rgba(82,196,26, .3), -1px -1px 3px rgba(82,196,26, .3);
  border: 1px solid #E8E8E8;
  width: 100px;
  height: 32px;
}

#commentbox_opt input:hover {
  box-shadow: 1px 1px 6px rgba(82,196,26, .3) inset, -1px -1px 6px rgba(82,196,26, .3) inset;
}

.commentbox_footer span {
  display: none;
}

.commentbox_footer {
  padding: 20px 0;
}

#comment_form_container p {
  display: none;
}

#tip_comment {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #333!important;
}

/* 侧边搜索栏 */
#widget_my_google {
    display: none;
}
#btnZzk {
    display: none;
}
div#sidebar_search_box .input_my_zzk {
    width: 100% !important;
}

#sidebar_shortcut {
    display: none;
}

/* 代码行 */
.cnblogs_code {
    color: #333!important;
    background: transparent !important;
    border-color: #ddd !important;
    box-shadow: 0 0 12px #E8E8E8;;
    border-radius: 6px;
    padding: 0 12px;
    font-weight: bold;
}

/* 随笔底部 */
#blog_post_info, #author_profile, #comment_nav {
    display: none;
}

#comment_form {
    margin-top: 12px;
}

/* 阅读排行榜 */
#TopViewPostsBlock ul  li {
    word-spacing: 3px;
    margin: 12px 0;
    padding: 6px 0;
    border-bottom: 1px dashed #999;
    position: relative;
}

#TopViewPostsBlock ul li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #fff;
    background: #333;
}

#TopViewPostsBlock ul li a:hover{
    background: #333;
    -webkit-line-clamp: 5;
}

/* 动态目录 */
#sideToolbar.sideToolbarClass {
    height: 212px;
    bottom: 40px;
    box-shadow: 0px 0px 3px #999;
    background: rgba(255, 255, 255, .75)
}
#sideCatalog {
    background: transparent !important;
}
#sideCatalog-catalog {
    padding-left: 0 !important;
    padding-top: 0 !important;
    height: 200px !important;
}
#sideCatalog-sidebar {
    height: 208px !important;
}
#sideCatalogBtn {
    -webkit-transition: none;
}

/* 推荐栏 */
#blog_post_info {
    display: flex;
    height: 0;
}
.diggit {
    position: fixed;
    bottom: 101px;
    right: 22px;
    z-index: 999;
    width: 45px;
    height: 45px;
    background: linear-gradient(to bottom right, #B0DB7D 40%, #99DBB4 100%);
    border: 1px solid transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 3px;
    transition: all .35s linear;
}
.diggit:hover {
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}
.diggnum {
    color: #fff;
}
.anticon-like {
    color: #fff;
    font-size: 16px;
}
.diggit:hover .diggnum, .diggit:hover .anticon-like {
    color: #fff;
}
#green_channel, .buryit {
    display: none;
}
#footer {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#sideBar {
    height: calc(100% + 41px);
}
:root[mode = light] {
  --content-color: #596172;
  --bg-color: #fff;
  --theme-panel-bg-color: rgba(248, 248, 248, 1);
  --btn-box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #FFFFFF;
  --mask-bg-color: rgba(0, 0, 0, .25);
}
:root[mode = dark] {
  --content-color: #F8F8F8;
  --bg-color: #252a33;
  --theme-panel-bg-color: rgba(37, 37, 37, 1);
  --btn-box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, .1), -0.2rem -0.2rem 0.5rem rgba(0, 0, 0, .1);
  --mask-bg-color: rgba(255, 255, 255, .25);
}
:root[theme = a] {
  --btn-color: rgba(45, 140, 240, 1);
  --btn-ripple-from: 0 0 0 0px rgba(45, 140, 240, .65);
  --btn-ripple-to: 0 0 0 12px rgba(45, 140, 240, 0);
}
:root[theme = b] {
  --btn-color: rgba(250, 114, 152, 1);
  --btn-ripple-from: 0 0 0 0px rgba(250, 114, 152, .65);
  --btn-ripple-to: 0 0 0 12px rgba(250, 114, 152, 0);
}
:root[theme = c] {
  --btn-color: rgba(66, 185, 131, 1);
  --btn-ripple-from: 0 0 0 0px rgba(66, 185, 131, .65);
  --btn-ripple-to: 0 0 0 12px rgba(66, 185, 131, 0);
}
:root[theme = d] {
  --btn-color: rgba(96, 125, 139, 1);
  --btn-ripple-from: 0 0 0 0px rgba(96, 125, 139, .65);
  --btn-ripple-to: 0 0 0 12px rgba(96, 125, 139, 0);
}
:root[theme = e] {
  --btn-color: rgba(94, 114, 228, 1);
  --btn-ripple-from: 0 0 0 0px rgba(94, 114, 228, .65);
  --btn-ripple-to: 0 0 0 12px rgba(94, 114, 228, 0);
}
:root[theme = f] {
  --btn-color: rgba(255, 151, 0, 1);
  --btn-ripple-from: 0 0 0 0px rgba(255, 151, 0, .65);
  --btn-ripple-to: 0 0 0 12px rgba(255, 151, 0, 0);
}
:root[theme = g] {
  --btn-color: rgba(255, 91, 71, 1);
  --btn-ripple-from: 0 0 0 0px rgba(255, 91, 71, .65);
  --btn-ripple-to: 0 0 0 12px rgba(255, 91, 71, 0);
}
:root[theme = h] {
  --btn-color: rgba(0, 150, 136, 1);
  --btn-ripple-from: 0 0 0 0px rgba(0, 150, 136, .65);
  --btn-ripple-to: 0 0 0 12px rgba(0, 150, 136, 0);
}
:root[theme = i] {
  --btn-color: rgba(103, 59, 183, 1);
  --btn-ripple-from: 0 0 0 0px rgba(103, 59, 183, .65);
  --btn-ripple-to: 0 0 0 12px rgba(103, 59, 183, 0);
}
:root[theme = j] {
  --btn-color: rgba(144, 111, 97, 1);
  --btn-ripple-from: 0 0 0 0px rgba(144, 111, 97, .65);
  --btn-ripple-to: 0 0 0 12px rgba(144, 111, 97, 0);
}