@import url(https://cdn.bootcdn.net/ajax/libs/font-awesome/5.13.0/css/all.min.css); a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    outline: none
}

a {
    color: inherit;
    cursor: pointer
}

a,a:hover,a:link,a:visited {
    text-decoration: none!important
}

:root {
    --body-bg: #f5f6f7;
    --body-color: #4d4d4d;
    --mainContent-bg: #f5f6f7;
    --postCon-bg: #f6f8fa;
    --postDesc-color: #999;
    --sidebar-bg: #fff;
    --sidebarBlock-border-color: #f5f6f7;
    --sidebarTitle-color: #333;
    --sidebarItem-hover-color: #000;
    --tags-bg: #f6f8fa;
    --tags-color: #000;
    --footer-bg: #fff;
    --pager-bg: #fff;
    --pagerBtn-bg: #eee;
    --listItem-bg: #fff;
    --listItemTitle-bg: #ccc;
    --listItemTitle-border-color: #eee;
    --form-bg: #fff;
    --formTitle-bg: #f6f8fa;
    --form-border-color: #ccc;
    --commonBody-bg: #eee;
    --commonBody-color: #333;
    --layer-bg: #ccc;
    --ad-bg: #eee;
    --md-hr-color: #ddd;
    --md-table-border-color: #202234;
    --md-blockquote-bg: #f6f8fa;
    --md-blockquote-border-color: #ccc;
    --md-summary-bg: #f6f8fa;
    --md-kbd-bg: #ccc;
    --searchbar-bg: #fff;
    --searchbar-color: #000;
    --account-bg: #fff;
    --logo-bg: linear-gradient(180deg,#fff 0%,#fff 76%,rgba(21,23,40,0));
    --logo-color: #000;
    --profileMenu-bg: #eee;
    --profileAvatar-border-color: #f0efef;
    --catalogList-hover: #000;
    --dragmenuItem-bg: #eee;
    --calendar-bg: #f6f8fa;
    --postSignature-bg: #f6f8fa;
    --postSignature-border-color: var(--themeColor);
    --scrollbarTrack-bg: rgba(0,0,0,0.01);
    --scrollbarThumb-bg: rgba(0,0,0,0.11);
    --scrollbarThumb-hover-bg: rgba(0,0,0,0.2);
    --card-bg: #fff
}

:root,:root[theme=dark] {
    --footer-color: #5c5e6e;
    --formDesc-color: #5c5e6e;
    --layer-color: #fff;
    --ad-color: #5c5e6e;
    --account-color: #64677a
}

:root[theme=dark] {
    --body-bg: #373e57;
    --body-color: #ccc8db;
    --mainContent-bg: #24273b;
    --postCon-bg: #5c5e6e;
    --postDesc-color: #5c5e6e;
    --sidebar-bg: #151728;
    --sidebarBlock-border-color: #272a3a;
    --sidebarTitle-color: #5c5e6e;
    --sidebarItem-hover-color: #fff;
    --tags-bg: #24273b;
    --tags-color: #fff;
    --footer-bg: #24273b;
    --pager-bg: #151728;
    --pagerBtn-bg: #202234;
    --listItem-bg: #202234;
    --listItemTitle-bg: #202234;
    --listItemTitle-border-color: #202234;
    --form-bg: #151728;
    --formTitle-bg: #202234;
    --form-border-color: #202234;
    --commonBody-bg: #202234;
    --commonBody-color: #fff;
    --layer-bg: #202234;
    --ad-bg: #202234;
    --md-hr-color: #5c5e6e;
    --md-table-border-color: #202234;
    --md-blockquote-bg: #202234;
    --md-blockquote-border-color: var(--themeColor);
    --md-summary-bg: #202234;
    --md-kbd-bg: #202234;
    --searchbar-bg: #151728;
    --searchbar-color: #fff;
    --account-bg: #151728;
    --logo-bg: linear-gradient(180deg,#151728 0%,#151728 76%,rgba(21,23,40,0));
    --logo-color: #fff;
    --profileMenu-bg: #151728;
    --profileAvatar-border-color: #151728;
    --catalogList-hover: #fff;
    --dragmenuItem-bg: #24273b;
    --calendar-bg: #202234;
    --postSignature-bg: #24273b;
    --postSignature-border-color: var(--themeColor);
    --scrollbarTrack-bg: hsla(0,0%,100%,0.01);
    --scrollbarThumb-bg: hsla(0,0%,100%,0.11);
    --scrollbarThumb-hover-bg: hsla(0,0%,100%,0.2);
    --card-bg: #151728
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background: var(--scrollbarTrack-bg)
}

::-webkit-scrollbar-thumb {
    background: var(--scrollbarThumb-bg);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbarThumb-hover-bg)
}

@-webkit-keyframes content-in {
    0% {
        -webkit-transform: translateY(10rem);
        transform: translateY(10rem);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes content-in {
    0% {
        -webkit-transform: translateY(10rem);
        transform: translateY(10rem);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

:after,:before {
    font-family: Font Awesome\ 5 free,Font Awesome\ 5 Brands;
    font-weight: 700
}

:after,:before {
    margin-right: .5em
}

:after {
    margin-left: .5em
}

button:active {
    -webkit-filter: brightness(.9);
    filter: brightness(.9)
}

html {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: var(--body-bg);
    color: var(--body-color);
    font-size: 1em;
    line-height: 1.5;
    font-family: UbuntuMono,Varela Round,PingFang SC,Microsoft YaHei,Helvetica,Arial,Menlo,Monaco,monospace,sans-serif
}

#home {
    display: grid;
    grid-template-columns: 260px 1fr 1fr 280px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "left main main right" "left main main right" "left main main right";
    height: 100vh;
    width: 100%;
    opacity: 0.95;
}

#header {
    display: none!important
}

#main {
    grid-area: main;
    display: grid;
    grid-template-rows: 60px 1fr 30px;
    grid-template-columns: 1fr;
    margin-top: 8px
}

#mainContent {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 40vh 1fr;
    padding: 20px;
    background-color: var(--mainContent-bg);
    overflow: auto
}

.dayTitle {
    display: none
}

.entrylistPosttitle,.postTitl2,.postTitle {
    font-weight: 600;
    padding-bottom: .5rem
}

.entrylistPosttitle:before,.postTitl2:before,.postTitle:before {
    content: "\f15c";
    font-weight: 400
}

.entrylistPosttitle,.postTitl2 {
    width: 100%
}

.entrylistPostSummary,.postCon {
    color: var(--postDesc-color);
    font-size: 14px
}

.entrylistItemPostDesc,.postDesc,.postDesc2 {
    padding-top: .5rem
}

.entrylistItem {
    padding: 20px
}

#left-side,#sideBar {
    overflow: auto
}

#sideBar {
    grid-area: right;
    margin: 8px 8px 0 0;
    background-color: var(--sidebar-bg)
}

#sidebar_news,#sidebar_search {
    display: none
}

.sidebar-block {
    padding: 25px;
    border-bottom: 1px solid var(--sidebarBlock-border-color)
}

.sidebar-block h3 {
    font-family: DM Sans,sans-serif;
    color: var(--sidebarTitle-color);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px
}

.sidebar-block ul {
    padding-top: .5rem
}

.sidebar-block ul li {
    padding: .2rem .5rem;
    font-size: 12px;
    cursor: pointer
}

.sidebar-block ul li:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: var(--sidebarItem-hover-color)
}

#sidebar_shortcut ul,#sidebar_toptags ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#sidebar_shortcut ul li,#sidebar_toptags ul li {
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: .2rem .4rem;
    background-color: var(--tags-bg);
    font-size: 12px
}

.recent_comment_body {
    background-color: var(--tags-bg);
    border-radius: 3px
}

#sidebar_recentposts ul li,.recent_comment_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#sidebar_recentcomments .recent_comment_body {
    padding: 1rem
}

#sidebar_recentcomments .recent_comment_body:hover {
    color: inherit
}

#blog-calendar #blogCalendar table,#blog-calendar #blogCalendar tbody,#blog-calendar #blogCalendar td,#blog-calendar #blogCalendar tr {
    display: block
}

#blog-calendar #blogCalendar tr:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#blog-calendar #blogCalendar tr:first-child>td:first-of-type {
    width: 100%
}

#blog-calendar #blogCalendar tr:first-child>td:first-of-type td {
    width: auto
}

#blog-calendar #blogCalendar tr:nth-child(2) {
    padding: 0 3.24px;
    margin-bottom: 5px;
    border-bottom: 1px solid #24273b
}

#blog-calendar #blogCalendar tr:not(:first-child) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#blog-calendar #blogCalendar tr:not(:first-child) td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px
}

#blog-calendar #blogCalendar tr td,#blog-calendar #blogCalendar tr th {
    padding: .2rem
}

#blog-calendar #blogCalendar u {
    color: #00a1d6
}

#blog-calendar #blogCalendar .CalTodayDay {
    background-color: #24273b;
    color: var(--themeColor);
    border-radius: 2px;
    font-size: .7em
}

#left-side {
    grid-area: left;
    margin: 8px 0 0 8px;
    border-right: 1px solid var(--sidebarBlock-border-color);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--sidebar-bg);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#footer,#left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#footer {
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--footer-bg);
    color: var(--footer-color);
    font-size: 14px
}

#footer #poweredby {
    margin-left: 1rem
}

#post_detail {
    margin-top: 20px;
    -webkit-animation: content-in .5s ease-in 0s;
    animation: content-in .5s ease-in 0s;
    border-radius: 4px
}

#post_detail #topics .postDesc {
    padding: 0;
    color: var(--postDesc-color);
    text-align: center
}

#blog-comments-placeholder,#comment_form,#post_detail {
    padding: 1.5rem 1.5rem 0;
    background-color: var(--form-bg);
    overflow: hidden
}

#comment_form {
    padding-bottom: 1.5rem
}

.topicListFooter {
    width: 100%;
    background-color: var(--pager-bg);
    text-align: center;
    margin: 0 0 1rem;
    padding: .5rem 0;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    grid-column-start: 1;
    grid-column-end: 4
}

.topicListFooter a {
    display: block;
    width: 100%;
    height: 100%;
    border: none
}

.topicListFooter:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)
}

.pager {
    padding: .5rem 0;
    border-radius: 3px
}

#homepage_top_pager {
    display: none
}

#homepage_bottom_pager {
    padding: 0;
    background-color: var(--pager-bg);
    font-size: 16px;
    font-weight: 700
}

#homepage_bottom_pager:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

#homepage_bottom_pager .pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

#homepage_bottom_pager .pager a {
    margin: 0 20px;
    border-radius: 4px;
    background-color: var(--pagerBtn-bg)
}

#homepage_bottom_pager .pager a:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)
}

#post_detail .postTitle {
    padding-left: 0;
    padding-bottom: 1rem;
    font-size: 1.2rem
}

.forFlow {
    z-index: 2
}

#taglist_title,.custom-gallery h3,.entrylistTitle,.PostListTitle {
    padding: 1rem;
    border-bottom: 1px solid var(--listItemTitle-border-color);
    font-weight: 700;
    background-color: var(--listItemTitle-bg)
}

.entrylistDescription,.postSeparator {
    display: none
}

.entrylistTitle {
    grid-column-start: 1;
    grid-column-end: 4
}

#myposts {
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1rem
}

#myposts .PostList {
    padding: .5rem;
    margin: 0;
    background-color: var(--listItem-bg);
    border-radius: 3px
}

#myposts .PostList .postTitl2 {
    font-size: 1rem;
    font-weight: 400
}

#myposts .PostList .postDesc2 {
    margin-bottom: 0;
    padding-top: 0;
    color: var(--postDesc-color)
}

#myposts .PostList .postText2 {
    display: none
}

#myposts .PostList:hover {
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)
}

#myposts .pager {
    grid-column-start: 1;
    grid-column-end: 5;
    text-align: center
}

#taglist_main {
    margin-top: 0
}

#taglist_main #taglist_title_wrap {
    padding: 0!important
}

#taglist_main #taglist table,#taglist_main #taglist tbody,#taglist_main #taglist td,#taglist_main #taglist tr {
    display: block
}

#taglist_main #taglist tbody,#taglist_main #taglist tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#taglist_main #taglist td {
    margin: .5rem;
    border-radius: 3px;
    background-color: var(--tags-bg)
}

#cnblogs_post_body:after {
    content: "——— EOF ———";
    display: block;
    margin: 21.6px auto;
    text-align: center;
    color: var(--postDesc-color);
    font-weight: 400
}

#blog_post_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

#blog_post_info_block #BlogPostCategory {
    margin-bottom: 5.4px;
    font-size: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

#blog_post_info_block #EntryTag {
    margin-bottom: 5.4px;
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

#blog_post_info_block #blog_post_info {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 21.6px 0 10.8px
}

#blog_post_info_block #blog_post_info,#blog_post_info_block #blog_post_info #green_channel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#blog_post_info_block #blog_post_info #green_channel {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
    border: none
}

#blog_post_info_block #blog_post_info #green_channel a,#blog_post_info_block #blog_post_info #green_channel span {
    background: none;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    text-shadow: none
}

#blog_post_info_block #blog_post_info #green_channel a:first-child,#blog_post_info_block #blog_post_info #green_channel a:nth-child(2),#blog_post_info_block #blog_post_info #green_channel a:nth-child(3) {
    padding: 4px 10px
}

#blog_post_info_block #blog_post_info #green_channel a:first-child:hover,#blog_post_info_block #blog_post_info #green_channel a:nth-child(2):hover,#blog_post_info_block #blog_post_info #green_channel a:nth-child(3):hover {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    -webkit-transition: all .2s;
    transition: all .2s
}

#blog_post_info_block #blog_post_info #green_channel a:first-child {
    background-color: #ff6b81
}

#blog_post_info_block #blog_post_info #green_channel a:nth-child(2) {
    background-color: #0984e3
}

#blog_post_info_block #blog_post_info #green_channel a:nth-child(3) {
    background-color: #ffa502
}

#blog_post_info_block #blog_post_info #green_channel #green_channel_wechat,#blog_post_info_block #blog_post_info #green_channel #green_channel_weibo {
    display: none
}

#blog_post_info_block #blog_post_info #author_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10.8px 0 0;
    padding: 0;
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

#blog_post_info_block #blog_post_info #author_profile #author_profile_follow,#blog_post_info_block #blog_post_info #author_profile #author_profile_info {
    display: none
}

#blog_post_info_block #blog_post_info #div_digg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

#blog_post_info_block #blog_post_info #div_digg .buryit,#blog_post_info_block #blog_post_info #div_digg .diggit {
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 4px 10px;
    background: none;
    border-radius: 3px;
    font-size: 14px
}

#blog_post_info_block #blog_post_info #div_digg .buryit span,#blog_post_info_block #blog_post_info #div_digg .diggit span {
    color: #fff
}

#blog_post_info_block #blog_post_info #div_digg .buryit .burynum,#blog_post_info_block #blog_post_info #div_digg .buryit .diggnum,#blog_post_info_block #blog_post_info #div_digg .diggit .burynum,#blog_post_info_block #blog_post_info #div_digg .diggit .diggnum {
    line-height: 1em!important
}

#blog_post_info_block #blog_post_info #div_digg .buryit:hover,#blog_post_info_block #blog_post_info #div_digg .diggit:hover {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    -webkit-transition: all .2s;
    transition: all .2s
}

#blog_post_info_block #blog_post_info #div_digg .diggit {
    background-color: #ff6b81
}

#blog_post_info_block #blog_post_info #div_digg .diggit:before {
    content: "\f004";
    color: #fff;
    margin-right: 0
}

#blog_post_info_block #blog_post_info #div_digg .buryit {
    margin-left: 10.8px;
    background-color: #ced6e0
}

#blog_post_info_block #blog_post_info #div_digg .buryit:before {
    content: "\f004";
    color: #fff;
    margin-right: 0
}

#blog_post_info_block #blog_post_info #div_digg .diggword {
    display: none
}

#blog_post_info_block #post_next_prev {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 21.6px;
    font-size: 16px;
    color: #999
}

#blog-comments-placeholder br,#blog_post_info_block #post_next_prev a:nth-child(3n+1),#comment_pager_top {
    display: none
}

#blog-comments-placeholder {
    border-radius: 3px
}

#blog-comments-placeholder .feedback_area_title {
    padding: 7.56px 10.8px;
    border: 1px solid var(--form-border-color);
    background-color: var(--formTitle-bg);
    border-radius: 2px 2px 0 0;
    font-size: 12px;
    font-weight: 700
}

#blog-comments-placeholder .feedback_area_title:before {
    content: "\f4ad"
}

#blog-comments-placeholder .feedbackItem {
    border-left: 1px solid var(--form-border-color);
    border-right: 1px solid var(--form-border-color);
    padding: 17.982px 10.8px
}

#blog-comments-placeholder .feedbackItem:nth-last-child(2) {
    border-bottom: 1px solid var(--form-border-color)
}

#blog-comments-placeholder .custom-comments-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

#blog-comments-placeholder .custom-comments-author .louzhu {
    display: none
}

#blog-comments-placeholder .custom-comments-author .blog_comment_body {
    background-color: var(--commonBody-bg)!important;
    color: var(--commonBody-color);
    margin-right: 10px;
    margin-left: 0
}

#blog-comments-placeholder .custom-comments-author .blog_comment_body a:first-child {
    border-bottom: none
}

#blog-comments-placeholder .custom-comments-author .blog_comment_body:before {
    display: none
}

#blog-comments-placeholder .custom-comments-author .blog_comment_body:after {
    content: "";
    display: block;
    position: absolute;
    right: -24.84px;
    top: 5.4px;
    width: 6.258px;
    height: 0;
    border-left: 12.96px solid var(--commonBody-bg);
    border-top: 3.24px solid transparent;
    border-bottom: 7.182px solid transparent
}

#blog-comments-placeholder .custom-comments-author .feedbackManage {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

#blog-comments-placeholder .custom-comments-author .layer {
    margin-left: 5.4px;
    -webkit-box-ordinal-group: 4!important;
    -webkit-order: 3!important;
    -ms-flex-order: 3!important;
    order: 3!important
}

#blog-comments-placeholder .custom-comments-author .comment_vote {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3
}

#blog-comments-placeholder .custom-comments-author .comment_date {
    -webkit-box-ordinal-group: 0!important;
    -webkit-order: -1!important;
    -ms-flex-order: -1!important;
    order: -1!important
}

#blog-comments-placeholder .custom-comments-author .feedbackManage {
    -webkit-box-ordinal-group: -1!important;
    -webkit-order: -2!important;
    -ms-flex-order: -2!important;
    order: -2!important
}

#blog-comments-placeholder .custom-comments-author .feedbackCon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 100%
}

#blog-comments-placeholder .custom-comments-author .feedbackCon br,#blog-comments-placeholder br {
    display: none
}

#blog-comments-placeholder .layer {
    padding: 0 5.4px;
    background-color: var(--layer-bg);
    color: var(--layer-color);
    font-weight: 700;
    border-radius: 3px;
    margin-right: 5.4px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 12px
}

#blog-comments-placeholder .comment_date {
    margin: 0 5.4px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px
}

.feedbackListSubtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 0;
    color: var(--sidebarTitle-color)
}

.feedbackListSubtitle>a:last-of-type {
    margin-left: 8px;
    color: #00a1d6;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 14px
}

.feedbackListSubtitle .feedbackManage {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    font-size: 14px
}

.feedbackListSubtitle .feedbackManage .comment_actions {
    border-bottom: 1px solid #3273dc
}

.feedbackListSubtitle .comment_vote {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    font-size: 14px
}

.feedbackListSubtitle .comment_vote a {
    padding-left: 8px
}

.feedbackCon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feedbackCon .blog_comment_body {
    position: relative;
    margin: 16px 0 0 10px;
    max-width: 80%;
    border-radius: 3px;
    color: var(--commonBody-color);
    font-size: 14px;
    line-height: 1.6;
    padding: 5.4px 10.8px;
    background-color: var(--commonBody-bg);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px rgba(0,0,0,.2)
}

.feedbackCon .blog_comment_body:before {
    content: "";
    display: block;
    position: absolute;
    left: -24.84px;
    top: 5.4px;
    width: 12.258px;
    height: 0;
    border-right: 12.96px solid var(--commonBody-bg);
    border-top: 3.24px solid transparent;
    border-bottom: 7.182px solid transparent
}

.feedbackCon .avatar {
    border-radius: 50%;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

#comment_form #ad_text_under_commentbox,#comment_form #comment_nav,#comment_form #divCommentShow {
    display: none
}

#comment_form #comment_form_container {
    position: relative;
    border: 1px solid var(--form-border-color);
    border-radius: 3px
}

#comment_form #comment_form_container>a:first-of-type,#comment_form #comment_form_container>p:nth-of-type(3) {
    display: none
}

#comment_form #comment_form_container>p:last-of-type {
    color: var(--formDesc-color);
    margin-left: 10.8px;
    font-size: 14px
}

#comment_form #comment_form_container #commentform_title {
    background: none;
    margin-bottom: 0;
    padding: 7.56px 10.8px;
    border-bottom: 1px solid var(--form-border-color);
    background-color: var(--formTitle-bg);
    border-radius: 2px 2px 0 0;
    font-size: 12px;
    font-weight: 700
}

#comment_form #comment_form_container #commentform_title:before {
    content: "\f086"
}

#comment_form #comment_form_container #tip_comment {
    display: none
}

#comment_form #comment_form_container .comment_textarea {
    width: 100%;
    background: none;
    border: none
}

#comment_form #comment_form_container .comment_textarea .commentbox_title {
    border-bottom-color: var(--form-border-color)
}

#comment_form #comment_form_container .comment_textarea .commentbox_title_left {
    display: none
}

#comment_form #comment_form_container .comment_textarea #tbCommentBody {
    margin-bottom: 10.8px!important;
    min-height: 170px;
    font-size: 16px;
    border-bottom: 1px dashed var(--form-border-color);
    color: #999;
    background-image: url(https://images.cnblogs.com/cnblogs_com/janbar/1850882/o_201016043611comment.png);
    background-repeat: no-repeat;
    height: 130px;
    background-position: 100% 80%
}

#comment_form #comment_form_container #commentbox_opt>a {
    display: none
}

#comment_form #comment_form_container #commentbox_opt #btn_comment_submit {
    position: absolute;
    bottom: 10.8px;
    right: 10.8px;
    width: 75.6px;
    height: 32.4px;
    border-radius: 4px;
    border: none;
    background-color: var(--themeColor);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    color: #fff
}

#comment_form #comment_form_container #commentbox_opt #btn_comment_submit:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
}

#comment_form #comment_form_container #tip_comment2 {
    display: none
}

#ad_t2 {
    margin: 21.6px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: var(--ad-color);
    border-radius: 3px
}

#ad_t2 br {
    display: none
}

#ad_t2 a {
    border-radius: 3px;
    margin-right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: var(--ad-bg)
}

#ad_t2 a:not(:first-child) {
    margin-top: 5px
}

#cnblogs_c1,#cnblogs_c2,#HistoryToday,#under_post_kb,#under_post_news {
    display: none
}

#cnblogs_post_body,.cnblogs-markdown,.cnblogs-post-body {
    line-height: 1.5;
    word-wrap: break-word
}

#cnblogs_post_body h1,#cnblogs_post_body h2,#cnblogs_post_body h3,#cnblogs_post_body h4,#cnblogs_post_body h5,#cnblogs_post_body h6,.cnblogs-markdown h1,.cnblogs-markdown h2,.cnblogs-markdown h3,.cnblogs-markdown h4,.cnblogs-markdown h5,.cnblogs-markdown h6,.cnblogs-post-body h1,.cnblogs-post-body h2,.cnblogs-post-body h3,.cnblogs-post-body h4,.cnblogs-post-body h5,.cnblogs-post-body h6 {
    margin-top: 35px;
    margin-bottom: 10px;
    cursor: default
}

#cnblogs_post_body h1,.cnblogs-markdown h1,.cnblogs-post-body h1 {
    font-size: 24px
}

#cnblogs_post_body h2,.cnblogs-markdown h2,.cnblogs-post-body h2 {
    font-size: 20px
}

#cnblogs_post_body h3,.cnblogs-markdown h3,.cnblogs-post-body h3 {
    font-size: 16px
}

#cnblogs_post_body a,.cnblogs-markdown a,.cnblogs-post-body a {
    color: #00a1d6;
    border-bottom: 1px dotted #00a1d6
}

#cnblogs_post_body a:hover,.cnblogs-markdown a:hover,.cnblogs-post-body a:hover {
    color: #0582ac;
    -webkit-transition: color .2s;
    transition: color .2s
}

#cnblogs_post_body p,.cnblogs-markdown p,.cnblogs-post-body p {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 22px;
    margin-bottom: 22px
}

#cnblogs_post_body hr,.cnblogs-markdown hr,.cnblogs-post-body hr {
    margin: 24px 0;
    border: none;
    border-bottom: 1px solid var(--md-hr-color)
}

#cnblogs_post_body ol,.cnblogs-markdown ol,.cnblogs-post-body ol {
    margin: 10px 0;
    padding-left: 18px
}

#cnblogs_post_body ol li,.cnblogs-markdown ol li,.cnblogs-post-body ol li {
    line-height: 28px
}

#cnblogs_post_body ol li:hover,.cnblogs-markdown ol li:hover,.cnblogs-post-body ol li:hover {
    cursor: default
}

#cnblogs_post_body ul,.cnblogs-markdown ul,.cnblogs-post-body ul {
    margin: 10px 0 10px 21.6px
}

#cnblogs_post_body ul li,.cnblogs-markdown ul li,.cnblogs-post-body ul li {
    line-height: 24px
}

#cnblogs_post_body ul li:hover,.cnblogs-markdown ul li:hover,.cnblogs-post-body ul li:hover {
    cursor: default
}

#cnblogs_post_body img,.cnblogs-markdown img,.cnblogs-post-body img {
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    border-radius: 2px
}

#cnblogs_post_body table,.cnblogs-markdown table,.cnblogs-post-body table {
    display: block;
    overflow: auto;
    border: none
}

#cnblogs_post_body table td,#cnblogs_post_body table th,.cnblogs-markdown table td,.cnblogs-markdown table th,.cnblogs-post-body table td,.cnblogs-post-body table th {
    min-width: auto
}

#cnblogs_post_body table th,.cnblogs-markdown table th,.cnblogs-post-body table th {
    background: none
}

#cnblogs_post_body blockquote,.cnblogs-markdown blockquote,.cnblogs-post-body blockquote {
    margin: 5px 0;
    padding: 1px 15px;
    background: var(--md-blockquote-bg);
    border: none;
    border-left: 6px solid var(--md-blockquote-border-color)
}

#cnblogs_post_body kbd,.cnblogs-markdown kbd,.cnblogs-post-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    line-height: 10px;
    color: #444d56;
    vertical-align: middle;
    background-color: #fafbfc;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 #d1d5da;
    box-shadow: inset 0 -1px 0 #d1d5da
}

#cnblogs_post_body iframe,.cnblogs-markdown iframe,.cnblogs-post-body iframe {
    width: 100%;
    height: 45vw
}

#cnblogs_post_body details,.cnblogs-markdown details,.cnblogs-post-body details {
    font-family: Roboto,"sans-serif";
    margin: 0 0 .6em
}

#cnblogs_post_body details summary,.cnblogs-markdown details summary,.cnblogs-post-body details summary {
    display: inine-block;
    padding: .3em .6em;
    width: auto;
    font-weight: 700;
    background: var(--md-summary-bg);
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

#cnblogs_post_body details summary::-webkit-details-marker,.cnblogs-markdown details summary::-webkit-details-marker,.cnblogs-post-body details summary::-webkit-details-marker {
    display: none
}

#cnblogs_post_body details summary:before,.cnblogs-markdown details summary:before,.cnblogs-post-body details summary:before {
    content: "​​\25B6";
    float: left;
    margin-right: .5em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

#cnblogs_post_body details summary:after,.cnblogs-markdown details summary:after,.cnblogs-post-body details summary:after {
    content: "展开";
    float: right;
    opacity: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s
}

#cnblogs_post_body details summary:hover:after,.cnblogs-markdown details summary:hover:after,.cnblogs-post-body details summary:hover:after {
    opacity: .7
}

#cnblogs_post_body details summary:focus,.cnblogs-markdown details summary:focus,.cnblogs-post-body details summary:focus {
    outline: none
}

#cnblogs_post_body details[open] summary,.cnblogs-markdown details[open] summary,.cnblogs-post-body details[open] summary {
    color: #0767b2;
    background: #d4ebfd;
    text-shadow: none;
    border-radius: .3em .3em 0 0
}

#cnblogs_post_body details[open] summary:before,.cnblogs-markdown details[open] summary:before,.cnblogs-post-body details[open] summary:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#cnblogs_post_body details[open] summary:after,.cnblogs-markdown details[open] summary:after,.cnblogs-post-body details[open] summary:after {
    content: "收起"
}

#cnblogs_post_body .hljs-ln-n:before,.cnblogs-markdown .hljs-ln-n:before,.cnblogs-post-body .hljs-ln-n:before {
    font-weight: 400
}

#blog-comments-placeholder p {
    margin: 0
}

@media screen and (max-width: 1023px) {
    #cnblogs_post_body iframe,.cnblogs-markdown iframe,.cnblogs-post-body iframe {
        height:60vw
    }
}

@media screen and (max-width: 768px) {
    #cnblogs_post_body iframe,.cnblogs-markdown iframe,.cnblogs-post-body iframe {
        height:50vw
    }
}

@media screen and (max-width: 1366px) {
    .topicListFooter {
        grid-column-end:4
    }

    #home {
        display: grid;
        grid-template-columns: 68px 1fr 1fr 280px
    }

    .topicListFooter {
        margin-left: 0;
        margin-right: 0
    }

    #blog-comments-placeholder,#comment_form,#post_detail {
        padding: 1rem
    }
}

@media screen and (max-width: 1024px) {
    .topicListFooter {
        grid-column-end:3
    }
}

@media screen and (max-width: 768px) {
    #home {
        grid-template-columns:1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "header header" "main main"
    }

    #main {
        margin-top: 0;
        grid-area: auto;
        height: 100vh
    }

    #mainContent {
        grid-template-rows: 30vh 1fr;
        padding: 10px
    }

    #mainContent::-webkit-scrollbar {
        display: none
    }

    .commentform {
        margin-left: 0
    }

    .topicListFooter {
        grid-column-end: 2
    }

    #homepage_bottom_pager .pager a {
        margin: 0 5px;
        padding: 0
    }

    #blog_post_info_block #blog_post_info #div_digg {
        margin-top: 1rem
    }

    .comment_actions {
        margin: 0 8px
    }

    .comment_vote a:last-child {
        padding-right: 8px
    }

    #poweredby,.comment_date,.comment_vote {
        display: none
    }

    #myposts {
        grid-template-columns: repeat(1,1fr)
    }

    #myposts .pager {
        grid-column-start: 1;
        grid-column-end: 2
    }

    #GalleryThumbNailViewer1_ThumbNails>tbody>tr {
        grid-template-columns: repeat(3,1fr)
    }

    #post_detail #topics .postDesc {
        display: none
    }

    .mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        overflow: auto;
        z-index: 4
    }

    .mobile-menu::-webkit-scrollbar {
        display: none
    }

    .custom-searchbar {
        z-index: 5
    }

    .sidebar-block {
        padding: 30px
    }

    #left-side,#sideBar {
        grid-area: none;
        margin: 0
    }

    #left-side {
        padding-top: 20px
    }

    #left-side .leftside-bottom {
        display: none
    }

    #left-side .side-wrapper {
        padding: 30px 0
    }

    #left-side .side-wrapper h3 {
        padding-left: 22px;
        position: relative
    }

    #sidebar_shortcut ul li,#sidebar_toptags ul li {
        padding: .3rem .6rem;
        border-radius: 2px
    }
}

.c_b_p_desc_readmore,.day {
    display: none
}

.cards-list,.entrylist {
    margin: 1rem 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem
}

.custom-card,.entrylistItem {
    background-color: var(--card-bg);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -webkit-animation: content-in .5s ease-in 0s;
    animation: content-in .5s ease-in 0s
}

.custom-card:hover,.entrylistItem:hover {
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)
}

.first-page .custom-card:first-child .postTitle:before,.first-page .entrylistItem:first-child .postTitle:before {
    content: "\f004";
    font-weight: 700!important;
    color: #f14668
}

.custom-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-card .postTitle {
    padding: 20px
}

.custom-card .postCon {
    color: #5c5e6e;
    padding: 0 20px 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.custom-card-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid var(--sidebarBlock-border-color)
}

.custom-card-actions span {
    margin-right: 10px
}

.custom-card-actions span li:before {
    margin-right: 5px
}

.custom-card-actions a:first-of-type {
    margin-left: auto;
    margin-right: 10px
}

.custom-card-actions button {
    background-color: var(--themeColor);
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    margin-left: auto;
    -webkit-box-shadow: 0 0 3px var(--themeColor);
    box-shadow: 0 0 3px var(--themeColor);
    cursor: pointer
}

.custom-card-actions button:hover {
    -webkit-box-shadow: 0 0 8px var(--themeColor);
    box-shadow: 0 0 8px var(--themeColor);
    -webkit-transition: all .2s;
    transition: all .2s
}

@media screen and (max-width: 1024px) {
    .cards-list {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 768px) {
    .cards-list {
        grid-template-columns:1fr;
        grid-template-rows: auto
    }
}

.account {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: var(--account-bg);
    z-index: 2;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.account-button {
    border: 0;
    background: 0;
    color: var(--account-color);
    padding: 0;
    cursor: pointer;
    position: relative
}

.account-button .fas:before {
    font-size: 20px
}

.account-user {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #64677a;
    font-weight: 600
}

.account-user .account-profile {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 10px
}

.account-user span {
    font-size: 10px;
    font-weight: 400
}

#custom-calendar {
    padding: 15px;
    text-align: center;
}

#blogCalendar,.event-wrapper {
    background-color: var(--calendar-bg)
}

#blog-calendar {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #272a3a;
    overflow: hidden
}

.event-wrapper {
    position: relative;
    padding-bottom: 10px;
    border-radius: 0 0 2px 2px
}

.event-wrapper img {
    width: 100%;
    height: 149px;
    display: block;
    padding-bottom: 8px;
    border-radius: 2px 2px 0 0
}

.event-wrapper .event-date {
    position: absolute;
    left: -10px;
    top: -10px
}

.event-wrapper .event-date .event-month {
    background-color: #1687fa;
    padding: 1px 10px;
    border-radius: 4px 4px 0 0
}

.event-wrapper .event-date .event-day,.event-wrapper .event-date .event-month {
    font-weight: 600;
    font-size: 12px;
    font-family: DM Sans,sans-serif;
    color: #fff;
    text-align: center
}

.event-wrapper .event-date .event-day {
    width: 100%;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0,0,0,.4)
}

.event-wrapper .event-title {
    color: #c3c5d5;
    margin-bottom: 5px;
    font-family: DM Sans,sans-serif;
    font-weight: 600;
    padding: 0 14px;
    font-size: 14px
}

.event-wrapper .event-subtitle {
    color: #5c5e6e;
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 0 14px
}

#blogCalendar {
    padding-bottom: 30px;
    position: relative;
    bottom: -50px
}

@media screen and (max-width: 767px) {
    #home #sideBar,#chargeCode {
        display:none
    }
}

#custom-searchbar {
    height: 60px;
    background-color: var(--searchbar-bg);
    z-index: 5;
    position: relative
}

#custom-searchbar input {
    height: 100%;
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    padding: 0 54px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M508.9 478.7L360 330a201.6 201.6 0 0045.2-127.3C405.3 90.9 314.4 0 202.7 0S0 91 0 202.7s91 202.6 202.7 202.6c48.2 0 92.4-17 127.3-45.2L478.7 509c4.2 4.1 11 4.1 15 0l15.2-15.1c4.1-4.2 4.1-11 0-15zm-306.2-116c-88.3 0-160-71.8-160-160s71.7-160 160-160 160 71.7 160 160-71.8 160-160 160z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%235C5D71'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 25px 50%;
    color: var(--searchbar-color);
    font-family: Source Sans Pro,sans-serif;
    font-weight: 600;
    outline: none
}

@-webkit-keyframes notyf-fadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes notyf-fadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes notyf-fadeinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes notyf-fadeinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes notyf-fadeoutright {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
}

@keyframes notyf-fadeoutright {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
}

@-webkit-keyframes notyf-fadeoutdown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }
}

@keyframes notyf-fadeoutdown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0) translateY(-45%) translateX(13%);
        transform: scale(0) translateY(-45%) translateX(13%)
    }

    to {
        -webkit-transform: scale(1) translateY(-45%) translateX(13%);
        transform: scale(1) translateY(-45%) translateX(13%)
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0) translateY(-45%) translateX(13%);
        transform: scale(0) translateY(-45%) translateX(13%)
    }

    to {
        -webkit-transform: scale(1) translateY(-45%) translateX(13%);
        transform: scale(1) translateY(-45%) translateX(13%)
    }
}

.notyf {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
}

.notyf__icon--error,.notyf__icon--success {
    height: 21px;
    width: 21px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative
}

.notyf__icon--error:after,.notyf__icon--error:before {
    content: "";
    background: currentColor;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px;
    left: 9px;
    height: 12px;
    top: 5px
}

.notyf__icon--error:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.notyf__icon--error:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.notyf__icon--success:after,.notyf__icon--success:before {
    content: "";
    background: currentColor;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px
}

.notyf__icon--success:after {
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    left: 6px
}

.notyf__icon--success:before {
    height: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 10px
}

.notyf__toast {
    display: block;
    overflow: hidden;
    pointer-events: auto;
    -webkit-animation: notyf-fadeinup .3s ease-in forwards;
    animation: notyf-fadeinup .3s ease-in forwards;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.25);
    position: relative;
    padding: 0 15px;
    border-radius: 2px;
    max-width: 300px;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.notyf__toast--disappear {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: notyf-fadeoutdown .3s forwards;
    animation: notyf-fadeoutdown .3s forwards;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message {
    -webkit-animation: notyf-fadeoutdown .3s forwards;
    animation: notyf-fadeoutdown .3s forwards;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.notyf__toast--disappear .notyf__dismiss {
    -webkit-animation: notyf-fadeoutright .3s forwards;
    animation: notyf-fadeoutright .3s forwards;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.notyf__toast--disappear .notyf__message {
    -webkit-animation-delay: .05s;
    animation-delay: .05s
}

.notyf__toast--upper {
    margin-bottom: 20px
}

.notyf__toast--lower {
    margin-top: 20px
}

.notyf__toast--dismissible .notyf__wrapper {
    padding-right: 30px
}

.notyf__ripple {
    height: 400px;
    width: 400px;
    position: absolute;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    right: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transform: scale(0) translateY(-51%) translateX(13%);
    transform: scale(0) translateY(-51%) translateX(13%);
    z-index: 5;
    -webkit-animation: ripple .4s ease-out forwards;
    animation: ripple .4s ease-out forwards
}

.notyf__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 15px;
    border-radius: 3px;
    position: relative;
    z-index: 10
}

.notyf__icon {
    width: 22px;
    text-align: center;
    font-size: 1.3em;
    opacity: 0;
    -webkit-animation: notyf-fadeinup .3s forwards;
    animation: notyf-fadeinup .3s forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    margin-right: 13px
}

.notyf__dismiss {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 26px;
    margin-right: -15px;
    -webkit-animation: notyf-fadeinleft .3s forwards;
    animation: notyf-fadeinleft .3s forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    opacity: 0
}

.notyf__dismiss-btn {
    background-color: rgba(0,0,0,.25);
    border: none;
    cursor: pointer;
    -webkit-transition: opacity .2s ease,background-color .2s ease;
    transition: opacity .2s ease,background-color .2s ease;
    outline: none;
    opacity: .35;
    height: 100%;
    width: 100%
}

.notyf__dismiss-btn:after,.notyf__dismiss-btn:before {
    content: "";
    background: #fff;
    height: 12px;
    width: 2px;
    border-radius: 3px;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 5px)
}

.notyf__dismiss-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.notyf__dismiss-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.notyf__dismiss-btn:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.15)
}

.notyf__dismiss-btn:active {
    opacity: .8
}

.notyf__message {
    vertical-align: middle;
    position: relative;
    opacity: 0;
    -webkit-animation: notyf-fadeinup .3s forwards;
    animation: notyf-fadeinup .3s forwards;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    line-height: 1.5em
}

@media only screen and (max-width: 480px) {
    .notyf {
        padding:0
    }

    .notyf__ripple {
        height: 600px;
        width: 600px;
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }

    .notyf__toast {
        max-width: none;
        border-radius: 0;
        -webkit-box-shadow: 0 -2px 7px 0 rgba(0,0,0,.13);
        box-shadow: 0 -2px 7px 0 rgba(0,0,0,.13);
        width: 100%
    }

    .notyf__dismiss {
        width: 56px
    }
}

.notyf__icon i:after {
    margin: 0
}

.profile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.profile-blur {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.profile-banner,.profile-blur {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.profile-banner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.profile-banner .profile-signature {
    max-width: 60%;
    text-align: center;
    white-space: wrap;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 3px #151728;
    z-index: 2
}

.profile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    padding-left: 185px;
    background: var(--profileMenu-bg);
    border-radius: 0 0 4px 4px
}

.profile-menu a {
    padding: 20px 16px;
    color: #5c5e6e;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    visibility: hidden
}

.profile-menu a.active,.profile-menu a:hover {
    color: #fff;
    background-color: #1b1d2e
}

.profile-avatar {
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    bottom: 16px;
    left: 24px;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out
}

.profile-avatar:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

.profile-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid var(--profileAvatar-border-color)
}

.profile-msg {
    position: absolute;
    left: 200px;
    bottom: 80px;
    z-index: 1
}

.profile-msg button {
    margin-left: 10px;
    background-color: #ffc312;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 3px 7px;
    -webkit-box-shadow: 0 0 3px #ffc312;
    box-shadow: 0 0 3px #ffc312;
    cursor: pointer
}

.profile-msg p:first-child {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: DM Sans,sans-serif;
    text-shadow: 0 0 3px #151728
}

.profile-msg p:nth-child(2) {
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 3px #151728
}

.profile-msg p:nth-child(2) span {
    margin-right: 5px
}

@media screen and (max-width: 1366px) {
    .profile-menu {
        padding:0 30px;
        overflow: auto;
        font-size: 14px
    }

    .profile-menu a {
        padding: 10px 8px
    }

    .profile-avatar {
        left: 20px;
        bottom: 54px
    }

    .profile-avatar img {
        width: 80px;
        height: 80px
    }

    .profile-msg {
        left: 114px;
        bottom: 62px
    }
}

@media screen and (max-width: 768px) {
    .profile-avatar {
        left:10px;
        bottom: 38px
    }

    .profile-avatar img {
        width: 60px;
        height: 60px
    }

    .profile-msg {
        left: 83px;
        bottom: 51px
    }

    .profile-banner .profile-signature {
        max-width: 80%;
        font-size: 14px
    }
}

.followState.disabled {
    cursor: no-drop
}

.logo {
    font-family: DM Sans,sans-serif;
    font-size: 15px;
    color: var(--logo-color);
    font-weight: 600;
    text-align: center;
    height: 68px;
    line-height: 68px;
    letter-spacing: 4px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: var(--logo-bg)
}

#cnblog-nav ul a {
    margin-bottom: 20px;
    cursor: pointer
}

#cnblog-nav a:first-child span:before {
    color: #3273dc
}

#cnblog-nav a:nth-child(2) span:before {
    color: #00d1b2
}

#cnblog-nav a:nth-child(3) span:before {
    color: #e7339f
}

#cnblog-nav a:nth-child(4) span:before {
    color: #48c774
}

#cnblog-nav a:nth-child(5) span:before {
    color: #ffd257
}

#cnblog-nav a:nth-child(6) span:before {
    color: #00d1b2
}

.side-wrapper {
    padding: 30px
}

.side-wrapper h3 {
    font-family: DM Sans,sans-serif;
    color: #5c5e6e;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px
}

.side-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    white-space: nowrap
}

.side-wrapper ul,.side-wrapper ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.side-wrapper ul li {
    text-decoration: none;
    color: #9c9cab;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.side-wrapper ul li:not(:last-child) {
    margin-bottom: 20px
}

.side-wrapper ul li:hover {
    color: var(--sidebarItem-hover-color)
}

.leftside-bottom {
    margin-top: auto
}

.follow-me {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    color: #9c9cab;
    padding: 0 20px;
    height: 52px;
    border-top: 1px solid var(--sidebarBlock-border-color);
    position: relative
}

.follow-me .developer,.follow-me .follow-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s
}

.follow-me .developer {
    position: absolute;
    left: 0;
    top: -100%;
    padding: 0 20px;
    background-color: var(--sidebar-bg);
    width: 100%;
    height: 100%
}

.follow-me .developer img {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px
}

.follow-me:hover .follow-text {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.follow-me:hover .developer {
    top: 0
}

@media screen and (max-width: 1366px) {
    #cnblog-nav span:before {
        margin:0
    }

    #cnblog-nav ul a {
        margin-bottom: 5px
    }

    #cnblog-nav ul a li span:last-child {
        margin-top: 10px
    }

    .side-wrapper {
        padding: 60px 0 0
    }

    .side-wrapper h3 {
        display: none
    }

    .side-wrapper ul li {
        padding: 10px 0 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px
    }

    .side-wrapper ul li a {
        margin-top: 10px
    }

    .side-wrapper ul li:active {
        -webkit-filter: brightness(.6);
        filter: brightness(.6)
    }

    .developer span,.favourite,.follow-text span,.logo {
        display: none
    }
}

@media screen and (max-width: 767px) {
    #home #left-side {
        display:none
    }

    #blog_nav_newpost,#blog_nav_rss {
        display: block
    }

    .side-wrapper {
        padding: 30px
    }

    #left-side #cnblog-nav {
        padding-top: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid var(--sidebarBlock-border-color)
    }

    #left-side #cnblog-nav,#left-side #cnblog-nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    #left-side #cnblog-nav ul a {
        width: 20%
    }

    #left-side #cnblog-nav ul a li span:first-child {
        background-color: var(--tags-bg);
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 10vw;
        height: 10vw
    }

    #left-side #cnblog-nav ul a li span:first-child:before {
        font-size: 16px
    }

    #left-side .favourite {
        display: block
    }
}

@media screen and (min-width: 767px) {
    .mobile-menu {
        display:none
    }
}

@media screen and (max-width: 767px) {
    #side-btn-wrap {
        visibility:visible;
        position: fixed;
        bottom: 21.6px;
        right: 27px;
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 8px var(--themeColor);
        box-shadow: 1px 1px 8px var(--themeColor);
        border-radius: 50%;
        z-index: 20
    }

    #left-side .favourite {
        padding: 30px;
        border-bottom: 1px solid var(--sidebarBlock-border-color)
    }

    #left-side .favourite h3 {
        display: block;
        padding-left: 0
    }

    #left-side .favourite ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #left-side .favourite ul li {
        padding: .3rem .6rem;
        border-radius: 2px;
        margin-bottom: .5rem;
        margin-right: .5rem;
        background-color: var(--tags-bg);
        font-size: 12px
    }

    #left-side .favourite ul li a {
        margin: 0
    }

    #custom-mobile-nav .icon {
        width: 27px;
        margin-left: 5px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #side-btn {
        position: relative;
        width: 25px;
        height: 25px;
        cursor: pointer
    }

    #side-btn-burger {
        top: 50%;
        right: 0;
        margin-top: -1px;
        opacity: 1
    }

    #side-btn-burger,#side-btn-burger:after,#side-btn-burger:before {
        position: absolute;
        background: var(--themeColor);
        width: 100%;
        height: 3px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    #side-btn-burger:after,#side-btn-burger:before {
        border-radius: 2px;
        content: "";
        display: block
    }

    #side-btn-burger:before {
        top: 8px
    }

    #side-btn-burger:after {
        bottom: 8px
    }

    #side-btn.side-btn-active #side-btn-burger {
        background: 0 0
    }

    #side-btn.side-btn-active #side-btn-burger:before {
        -webkit-transition: all .2s;
        transition: all .2s;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0
    }

    #side-btn.side-btn-active #side-btn-burger:after,#side-btn.side-btn-active #side-btn-burger:before {
        -webkit-transition: all .2;
        transition: all .2
    }

    #side-btn.side-btn-active #side-btn-burger:after {
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 0
    }

    #side-btn.side-btn-active #side-btn-burger:after,#side-btn.side-btn-active #side-btn-burger:before {
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .navbar-burger {
        cursor: pointer;
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        margin-left: auto
    }

    .navbar-burger span {
        background-color: currentColor;
        display: block;
        height: 1px;
        left: calc(50% - 8px);
        position: absolute;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition-duration: 86ms;
        transition-duration: 86ms;
        -webkit-transition-property: background-color,opacity,-webkit-transform;
        transition-property: background-color,opacity,-webkit-transform;
        transition-property: background-color,opacity,transform;
        transition-property: background-color,opacity,transform,-webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        width: 16px
    }

    .navbar-burger span:first-child {
        top: calc(50% - 6px)
    }

    .navbar-burger span:nth-child(2) {
        top: calc(50% - 1px)
    }

    .navbar-burger span:nth-child(3) {
        top: calc(50% + 4px)
    }

    .navbar-burger.is-active span:first-child {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg)
    }

    .navbar-burger.is-active span:nth-child(2) {
        opacity: 0
    }

    .navbar-burger.is-active span:nth-child(3) {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg)
    }
}

.mobile-menu.is-active {
    display: block;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.cnblogs_code_collapse,.cnblogs_code_toolbar,.code_img_closed,.code_img_opened {
    display: none
}

.cnblogs_code_hide {
    display: block!important
}

.cnblogs_code span {
    background-color: var(--hl-base)!important
}

#cnblogs_post_body .cnblogs_code {
    border: none;
    padding: 10px 0 0;
    border-radius: 4px
}

#cnblogs_post_body .cnblogs_code pre {
    overflow: auto;
    font-family: Consolas,Lucida Console,Monaco,Andale Mono,Ubuntu Mono,monospace!important;
    display: block!important;
    padding: .5em;
    color: var(--hl-mono-1)!important;
    background-color: var(--hl-base)!important;
    border: none!important;
    white-space: pre
}

#cnblogs_post_body .cnblogs_code pre:before {
    height: 35px
}

#cnblogs_post_body .cnblogs_code span[style="color: #008000;"] {
    color: var(--hl-mono-3)!important;
    font-style: italic
}

#cnblogs_post_body .cnblogs_code span[style="background-color: #f5f5f5; color: #000000;"],#cnblogs_post_body .cnblogs_code span[style="color: #000000;"] {
    color: var(--hl-mono-1)!important
}

#cnblogs_post_body .cnblogs_code span[style="background-color: #f5f5f5; color: #800000;"] {
    color: var(--hl-hue-2)!important
}

#cnblogs_post_body .cnblogs_code span[style="background-color: #f5f5f5; color: #0000ff;"],#cnblogs_post_body .cnblogs_code span[style="color: #0000ff;"] {
    color: var(--hl-hue-3)!important
}

#cnblogs_post_body .cnblogs_code span[style="background-color: #f5f5f5; color: #ff0000;"],#cnblogs_post_body .cnblogs_code span[style="color: #800000;"],#cnblogs_post_body .cnblogs_code span[style="color: #ff0000;"] {
    color: var(--hl-hue-4)!important
}

#cnblogs_post_body .cnblogs_code span[style="color: #8b0000;"] {
    color: var(--hl-hue-6)!important
}

.cnblogs-markdown pre,.cnblogs_code {
    padding-top: 10px;
    background: var(--hl-base)
}

.cnblogs-markdown pre:before,.cnblogs_code:before {
    border-radius: 4px;
    content: " ";
    display: block;
    height: 24px;
    background: url(https://guangzan.gitee.io/imagehost/awescnb/images/bg/mac.png) no-repeat;
    background-size: 65px 23px;
    background-position-x: 10px
}

#blog-comments-placeholder pre,#cnblogs_post_body pre {
    position: relative;
    padding: 10px 0;
    border-radius: 4px
}

#blog-comments-placeholder code,#cnblogs_post_body code {
    font-family: Consolas,Lucida Console,Monaco,Andale Mono,Ubuntu Mono,monospace!important;
    color: #c7254e!important;
    font-size: .87em!important;
    padding: 0!important;
    margin: 0;
    word-break: break-word!important;
    border: none!important;
}

#blog-comments-placeholder li code,#cnblogs_post_body li code {
    font-size: 15px!important;
    font-weight: 700
}

#blog-comments-placeholder .hljs,#cnblogs_post_body .hljs {
    display: block!important;
    color: var(--hl-mono-1)!important;
    background: var(--hl-base)!important;
    border: none!important;
    padding-bottom: 10px!important
}

#blog-comments-placeholder .hljs-tag,#cnblogs_post_body .hljs-tag {
    color: var(--hl-tag)
}

#blog-comments-placeholder .hljs-comment,#blog-comments-placeholder .hljs-quote,#cnblogs_post_body .hljs-comment,#cnblogs_post_body .hljs-quote {
    color: #008000;
    font-style: normal
}

#blog-comments-placeholder .hljs-doctag,#blog-comments-placeholder .hljs-formula,#blog-comments-placeholder .hljs-keyword,#cnblogs_post_body .hljs-doctag,#cnblogs_post_body .hljs-formula,#cnblogs_post_body .hljs-keyword {
    color: var(--hl-hue-3)
}

#blog-comments-placeholder .hljs-deletion,#blog-comments-placeholder .hljs-name,#blog-comments-placeholder .hljs-section,#blog-comments-placeholder .hljs-selector-tag,#blog-comments-placeholder .hljs-subst,#cnblogs_post_body .hljs-deletion,#cnblogs_post_body .hljs-name,#cnblogs_post_body .hljs-section,#cnblogs_post_body .hljs-selector-tag,#cnblogs_post_body .hljs-subst {
    color: var(--hl-hue-5)
}

#blog-comments-placeholder .hljs-literal,#cnblogs_post_body .hljs-literal {
    color: var(--hl-hue-1)
}

#blog-comments-placeholder .hljs-addition,#blog-comments-placeholder .hljs-attribute,#blog-comments-placeholder .hljs-meta-string,#blog-comments-placeholder .hljs-regexp,#blog-comments-placeholder .hljs-string,#cnblogs_post_body .hljs-addition,#cnblogs_post_body .hljs-attribute,#cnblogs_post_body .hljs-meta-string,#cnblogs_post_body .hljs-regexp,#cnblogs_post_body .hljs-string {
    color: var(--hl-hue-4)
}

#blog-comments-placeholder .hljs-built_in,#blog-comments-placeholder .hljs-class .hljs-title,#cnblogs_post_body .hljs-built_in,#cnblogs_post_body .hljs-class .hljs-title {
    color: var(--hl-hue-6-2)
}

#blog-comments-placeholder .hljs-attr,#blog-comments-placeholder .hljs-number,#blog-comments-placeholder .hljs-selector-attr,#blog-comments-placeholder .hljs-selector-class,#blog-comments-placeholder .hljs-selector-pseudo,#blog-comments-placeholder .hljs-template-variable,#blog-comments-placeholder .hljs-type,#blog-comments-placeholder .hljs-variable,#cnblogs_post_body .hljs-attr,#cnblogs_post_body .hljs-number,#cnblogs_post_body .hljs-selector-attr,#cnblogs_post_body .hljs-selector-class,#cnblogs_post_body .hljs-selector-pseudo,#cnblogs_post_body .hljs-template-variable,#cnblogs_post_body .hljs-type,#cnblogs_post_body .hljs-variable {
    color: var(--hl-hue-6)
}

#blog-comments-placeholder .hljs-bullet,#blog-comments-placeholder .hljs-link,#blog-comments-placeholder .hljs-meta,#blog-comments-placeholder .hljs-selector-id,#blog-comments-placeholder .hljs-symbol,#blog-comments-placeholder .hljs-title,#cnblogs_post_body .hljs-bullet,#cnblogs_post_body .hljs-link,#cnblogs_post_body .hljs-meta,#cnblogs_post_body .hljs-selector-id,#cnblogs_post_body .hljs-symbol,#cnblogs_post_body .hljs-title {
    color: var(--hl-hue-2)
}

#blog-comments-placeholder .hljs-emphasis,#cnblogs_post_body .hljs-emphasis {
    font-style: italic
}

#blog-comments-placeholder .hljs-strong,#cnblogs_post_body .hljs-strong {
    font-weight: 700
}

#blog-comments-placeholder .hljs-link,#cnblogs_post_body .hljs-link {
    text-decoration: underline
}

#cnblogs_post_body pre,.cnblogs_code {
    position: relative
}

.cnblogs_code .copy-btns {
    z-index: 1
}

.cnblogs_code:hover .copy-btns,pre:hover .copy-btns {
    visibility: visible
}

.copy-btns {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 8px;
    visibility: hidden;
    color: #f1efef;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

#cnblogs_post_body .copy-btns {
    background-color: rgba(0,0,0,.6)
}

#cnblogs_post_body .copy-btns:hover {
    background-color: rgba(0,0,0,.2);
    color: #eee
}

@media screen and (max-width: 767px) {
    #cnblogs_post_body td {
        white-space:pre
    }
}

.cnblogs_code pre span[style="color: #008080;"] {
    padding: 2px 0;
    border: none;
    text-align: center;
    color: #999!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-break: normal;
    white-space: pre
}

#cnblogs_post_body pre table td,#cnblogs_post_body pre table tr {
    background: none!important;
    border: none!important;
    padding: 0!important
}

#cnblogs_post_body pre .hljs-ln-numbers,#cnblogs_post_body pre code,#cnblogs_post_body pre table,#cnblogs_post_body pre table tr,#cnblogs_post_body pre tbody {
    background: inherit!important
}

#cnblogs_post_body pre .hljs-ln-numbers {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    padding: 2px 0;
    border: none;
    text-align: center;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-break: normal;
    white-space: pre
}

#cnblogs_post_body pre table {
    overflow-x: unset;
    border: none!important
}

#cnblogs_post_body pre table .hljs-ln-numbers {
    padding: 0!important;
    width: 30px!important
}

#cnblogs_post_body pre table .hljs-ln-code {
    padding: 0 2px 4.8516px
}

#BlogPostCategory,#EntryTag {
    display: none
}

#custom-post-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 10px;
    width: 100%
}

#custom-post-message,.custom-categories,.custom-post-message-top,.custom-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.custom-categories,.custom-tags {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-tags {
    margin-left: 12px
}

.custom-categories a:not(:first-child),.custom-tags a {
    margin-left: 5px
}

.custom-categories a,.custom-tags a {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
    color: var(--tags-color);
    -webkit-box-shadow: 1px 1px 5px #d3cfcf;
    box-shadow: 1px 1px 5px #d3cfcf
}

.custom-categories a,.custom-tags a,.custom-tags a:first-child {
    background-color: var(--tags-bg)
}

.custom-post-message-bottom {
    color: #909090;
    font-size: 14px;
    margin-top: 10px
}

@media screen and (max-width: 767px) {
    .custom-post-message-top {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .custom-categories,.custom-tags {
        margin-left: 0;
        margin-top: 5px
    }

    .custom-tags {
        margin-left: 0
    }

    .custom-categories a {
        margin-left: 5px
    }

    .custom-post-message-bottom {
        margin: 5px 0
    }
}

#tip_comment {
    display: none
}

.custom-signature {
    padding: 1rem 14px;
    font-size: 1em;
    line-height: 1.5em
}

.emoji-button {
    cursor: pointer
}

.emoji-picker {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    width: 322px;
    font-family: Arial,Helvetica,sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    overflow: hidden
}

.emoji-picker.visible {
    opacity: 1
}

.emoji-picker__content {
    padding: .5em;
    height: 280px;
    overflow: hidden;
    position: relative
}

.emoji-picker__preview {
    height: 2em;
    padding: .5em;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.emoji-picker__preview-emoji {
    font-size: 2em;
    margin-right: .25em;
    font-family: Segoe UI Emoji,Segoe UI Symbol,Segoe UI,Apple Color Emoji,Twemoji Mozilla,Noto Color Emoji,EmojiOne Color,Android Emoji
}

.emoji-picker__preview-emoji img.emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -.1em
}

.emoji-picker__preview-name {
    color: #666;
    font-size: .85em;
    overflow-wrap: break-word;
    word-break: break-all
}

.emoji-picker__tabs {
    margin: 0;
    padding: 0
}

.emoji-picker__tab,.emoji-picker__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.emoji-picker__tab {
    font-size: 15.4px;
    list-style: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    color: #666;
    border-radius: 3px;
    -webkit-transition: background .25s;
    transition: background .25s;
    outline: none;
    border: 1px solid transparent
}

.emoji-picker__tab:hover {
    background: #e8f4f9
}

.emoji-picker__tab svg {
    padding: 7px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.emoji-picker__tab.active {
    background: #4f81e5;
    color: #fff
}

.emoji-picker__tab-body {
    margin-top: .5em;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
    position: absolute
}

.emoji-picker__tab-body h2 {
    font-size: 11.9px;
    color: #333;
    margin: 0;
    text-align: left
}

.emoji-picker__tab-body.active {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.emoji-picker__emojis {
    height: 231px;
    overflow-y: scroll;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 309.4px;
    margin: auto
}

.emoji-picker__emojis.search-results {
    height: 294px
}

.emoji-picker__emoji {
    background: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 25.2px;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Segoe UI Emoji,Segoe UI Symbol,Segoe UI,Apple Color Emoji,Twemoji Mozilla,Noto Color Emoji,EmojiOne Color,Android Emoji
}

.emoji-picker__emoji img.emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -.1em
}

.emoji-picker__emoji:focus,.emoji-picker__emoji:hover {
    background: #e8f4f9
}

.emoji-picker__search-container {
    margin: .5em;
    position: relative;
    height: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.emoji-picker__search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: .5em 2.25em .5em .5em;
    font-size: 11.9px;
    outline: none
}

.emoji-picker__search:focus {
    border: 1px solid #4f81e5
}

.emoji-picker__search-icon {
    display: none;
    position: relative;
    width: 1em;
    height: 1em;
    right: .75em;
    top: calc(50% - .6em)
}

.emoji-picker__search-not-found {
    color: #666;
    text-align: center;
    margin-top: 2em
}

.emoji-picker__search-not-found-icon {
    font-size: 3em
}

.emoji-picker__search-not-found h2 {
    margin: .5em 0;
    font-size: 1em
}

.emoji-picker__variant-overlay {
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 322px;
    height: 385px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.emoji-picker__variant-popup {
    background: #fff;
    margin: .5em;
    padding: .5em;
    text-align: center
}

.emoji-picker__variant-popup-close-button {
    cursor: pointer;
    background: transparent;
    border: none;
    position: absolute;
    right: .5em;
    padding: 0;
    top: calc(50% - .75em);
    height: 1.5em;
    width: 1.5em;
    font-size: 1.5em
}

body .medium-zoom-overlay {
    background: var(--dragmenuItem-bg)!important;
    z-index: 6
}

body .medium-zoom-image--opened {
    z-index: 7
}

.lightbox-post {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.gallery {
    display: none
}

.custom-gallery div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.custom-gallery div img {
    margin: 8px;
    width: 170px;
    height: 170px;
    border-radius: 4px
}

#post-signature {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0;
    padding: 10px 24px 10px 15px;
    background: var(--postSignature-bg);
    border-left: 5px solid var(--postSignature-border-color);
    border-radius: 2px
}

#post-signature p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6em
}

#post-signature a {
    color: inherit;
    border-bottom: none
}

#post-signature:before {
    content: "!";
    background-color: var(--postSignature-border-color);
    position: absolute;
    top: 20px;
    left: -12px;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    font-weight: 800;
    font-size: 14px
}

.custom-drag-menu {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px
}

.title {
    width: 300px;
    height: 10px;
    top: 60px
}

.dragmenu-item {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: var(--dragmenuItem-bg);
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1)
}

.dragmenu-item i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dragmenu-item i:before {
    margin-right: 0
}

.dragmenu-item:hover .dragmenu-item-tooltip {
    visibility: visible;
    top: -80px;
    -webkit-transition: all .25s;
    transition: all .25s;
    white-space: nowrap
}

.dragmenu-item-tooltip {
    position: relative;
    top: -50px;
    visibility: hidden;
    background-color: rgba(0,0,0,.8);
    color: var(--themeColor,#fff);
    text-align: center;
    border-radius: 10px;
    padding: 2px 5px;
    font-size: 14px
}

.dragmenu-item-tooltip::-moz-selection {
    background: none;
    color: inherit
}

.dragmenu-item-tooltip::selection {
    background: none;
    color: inherit
}

.custom-drag-menu .dragmenu-item:not(:last-child):hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .25s;
    transition: all .25s
}

.dragmenu-item i {
    font-style: normal
}

.dragmenu-item i::-moz-selection {
    background: none
}

.dragmenu-item i::selection {
    background: none
}

@media screen and (max-width: 1366px) {
    .dragmenu-item-tooltip {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .custom-drag-menu .dragmenu-item:not(:last-child):hover {
        -webkit-transform:none;
        transform: none
    }

    .custom-drag-menu {
        right: 20px;
        bottom: 20px
    }
}

.dark-to-light:after {
    background-color: #252528;
    -webkit-animation: toLight 1s linear 0s forwards;
    animation: toLight 1s linear 0s forwards
}

.dark-to-light:after,.light-to-dark:after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    margin-left: 0;
    opacity: .7
}

.light-to-dark:after {
    background-color: #fff;
    -webkit-animation: toDark 1s linear 0s forwards;
    animation: toDark 1s linear 0s forwards;
    pointer-events: none
}

@-webkit-keyframes toLight {
    0% {
        background-color: #252528;
        opacity: .7
    }

    to {
        background-color: #fff;
        opacity: 0
    }
}

@keyframes toLight {
    0% {
        background-color: #252528;
        opacity: .7
    }

    to {
        background-color: #fff;
        opacity: 0
    }
}

@-webkit-keyframes toDark {
    0% {
        background-color: #fff;
        opacity: .7
    }

    to {
        background-color: #252528;
        opacity: 0
    }
}

@keyframes toDark {
    0% {
        background-color: #fff;
        opacity: .7
    }

    to {
        background-color: #252528;
        opacity: 0
    }
}

#click-effects {
    pointer-events: none;
    z-index: 99999
}

#player.aplayer {
    background: none
}

#player.aplayer .aplayer-list ol li {
    background: var(--tags-bg)
}

#player:hover .aplayer-list {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: 0
}

#player:hover .aplayer-body {
    left: 0
}

#player .aplayer-list {
    position: relative;
    -webkit-transform: scaleX(.838);
    transform: scaleX(.838);
    left: -34px
}

#player .aplayer-body {
    left: -66px;
    background-color: var(--tags-bg)
}

#player .aplayer-body .aplayer-info {
    border-top: none
}

#player .aplayer-body .aplayer-miniswitcher {
    background-color: var(--tags-bg);
    border-left: 1px solid #999
}

#player .aplayer-lrc {
    display: none
}

#player .aplayer-lrc .aplayer-lrc-contents {
    color: inherit
}

#player .aplayer-lrc .aplayer-lrc-contents p {
    color: inherit;
    font-size: 14px;
    text-shadow: none
}

.custom-comment-avatar {
    position: relative;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out
}

.custom-comment-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.custom-comment-avatar:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

.custom-comments-author .custom-comment-avatar:after {
    position: absolute;
    bottom: 11px;
    right: 5px;
    content: "\f058";
    color: #4ac7ff;
    background-color: #fff;
    line-height: 1em;
    border-radius: 50%;
    margin-right: 0;
    font-size: 80%
}

.custom-categories a,.custom-tags a {
    -webkit-box-shadow: none;
    box-shadow: none
}

.medium-zoom-image--opened {
    z-index: 41
}

.custom-drag-menu {
    z-index: 3
}

.medium-zoom-overlay {
    z-index: 2
}

#cnblogs_post_body .hljs {
    padding: 10px 0 10px 10px!important
}

#cnblogs_post_body pre {
    padding: 10px 0 0
}

.hljs-ln-n {
    padding: 0 10px
}

#click-effects {
    z-index: 6
}

body .aplayer.aplayer-fixed .aplayer-lrc {
    bottom: 30px
}

#catalog {
    padding: 25px;
    font-size: 14px;
    overflow-x: hidden;
    word-wrap: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid var(--sidebarBlock-border-color)
}

#catalog .catalog-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-family: DM Sans,sans-serif;
    color: #5c5e6e;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px
}

#catalog .catalog-title:after {
    content: "\f107";
    font-weight: 700;
    display: inline-block;
    position: absolute;
    right: .5rem;
    margin: 0
}

#catalog .catalog-title.is-active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 86ms;
    transition-duration: 86ms;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

#catalog ul {
    border-left: 1px solid var(--sidebarBlock-border-color)
}

#catalog ul .h1-list {
    font-weight: 700;
    font-size: 16px
}

#catalog ul .h2-list {
    font-size: 14px;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

#catalog ul .h2-list:before {
    position: relative;
    right: 4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    background-color: var(--themeColor)
}

#catalog ul .h3-list {
    font-size: 12px
}

#catalog ul .h1-list~.h2-list {
    margin-left: 2em;
    font-size: 14px
}

#catalog ul .h3-list:before {
    position: relative;
    right: 4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    background-color: #db3737
}

#catalog ul .h2-list~.h3-list {
    margin-left: 2.5em;
    -webkit-box-align: center;
    display: flex;
    align-items: center
}

#catalog ul li {
    margin-top: 3.618px
}

#catalog ul li:hover {
    color: var(--catalogList-hover)
}

#catalog ul li a {
    display: inline-block;
    user-select: none;
    width: 100%
}

#catalog ul li a .icon {
    width: 1.2em;
    height: 1.8em
}

.catalog-active {
    color: #3273dc;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s
}

/*loading*/
@keyframes spin3D {
    from {
        transform: rotate3d(0.5,0.5,0.5,360deg)
    }

    to {
        transform: rotate3d(0deg)
    }
}

/* loading start */
#loading{position:fixed;width:100%;height:100%;background-color:#fff;z-index:999}.boxLoading{width:50px;height:50px;margin:auto;position:absolute;left:0;right:0;top:0;bottom:0}.boxLoading:before{content:'';width:50px;height:5px;background:#000;opacity:.1;position:absolute;top:59px;left:0;border-radius:50%;animation:shadow .5s linear infinite}.boxLoading:after{content:'';width:50px;height:50px;background:#3273dc;animation:animate .5s linear infinite;position:absolute;top:0;left:0;border-radius:3px}@keyframes animate{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scale(1,0.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}100%{transform:translateY(0) rotate(90deg)}}@keyframes shadow{0%,100%{transform:scale(1,1)}50%{transform:scale(1.2,1)}}
/* loading end */

.leo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.blue-orbit {
    width: 165px;
    height: 165px;
    border: 1px solid #91daffa5;
    animation: spin3D 3s linear .2s infinite
}

.green-orbit {
    width: 120px;
    height: 120px;
    border: 1px solid #91ffbfa5;
    animation: spin3D 2s linear 0s infinite
}

.red-orbit {
    width: 90px;
    height: 90px;
    border: 1px solid #ffca91a5;
    animation: spin3D 1s linear 0s infinite
}

.white-orbit {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    animation: spin3D 10s linear 0s infinite
}

.w1 {
    transform: rotate3D(1,1,1,90deg)
}

.w2 {
    transform: rotate3D(1,2,0.5,90deg)
}

.w3 {
    transform: rotate3D(0.5,1,2,90deg)
}

/*时钟*/
.xdsoft_flipcountdown {
    display: inline-block
}

.xdsoft_flipcountdown .xdsoft_digit {
    float: left;
    background-repeat: no-repeat
}

.xdsoft_flipcountdown .xdsoft_clearex {
    clear: both;
    float: none
}

.xdsoft_flipcountdown>.xdsoft_digit {
    background-position: 0 0
}

.xdsoft_flipcountdown>.xdsoft_digit.xdsoft_separator,.xdsoft_flipcountdown>.xdsoft_digit.xdsoft_dot {
    opacity: .9
}

.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit {
    width: 24px;
    height: 34px;
    background-image: url(https://files-cdn.cnblogs.com/files/janbar/digit-sm.bmp)
}

.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit.xdsoft_space,.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit.xdsoft_separator,.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit.xdsoft_dot {
    width: 10px;
    background-position: -6px -2100px
}

/*隐藏*/
#ad_t2,#blog-calendar,#bannerbar,#top_nav,#commentform_title a,#under_post_card1,#under_post_card2 {
    display: none !important;
}

#post_next_prev a {
    color: #2D8CF0;
}



#MySignature:before {
    content: "!";
    background-color: #2d8cf0;
    position: absolute;
    top: 25px;
    left: -12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    font-size: 14px
}

/*背景图片*/
body {
    background-color: #efefef;
    background-image: url(https://images.cnblogs.com/cnblogs_com/janbar/1850882/o_201007022401qyc_001.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0;
    background-size: cover
}

/*打赏
#chargeCode{position:fixed;right:0;z-index:10000;padding-left:34px;width:0;overflow:hidden;box-sizing:content-box;height:-webkit-fill-available}#chargeCodeMain{position:absolute;top:50%;margin-top:-175px}#btnChargeCode{position:absolute;left:0;top:50%;margin-top:-50px}
时钟*/
#clock {
    background: radial-gradient(ellipse at center,#7ff57f 0,#a6e4b71f 70%);
    border-radius: 20px;
    font-family: 'Share Tech Mono',monospace;
    text-align: center;
    color: #001f29;
    text-shadow: 0 0 20px #4be60a,0 0 20px rgba(10,175,230,0);
    margin: 15px
}

#clock p {
    margin: 0;
    padding: 0
}

#clock .time {
    letter-spacing: .05em;
    font-size: 50px
}

#clock .date {
    letter-spacing: .1em;
    font-size: 20px
}
