:root {
    --color-primary: #409EFF;
    --color-success: #67c23a;
    --color-success-0: #85ce61;
    --color-success-1: #e1f3d8;
    --color-success-2: #f0f9eb;
    --color-warning: #e6a23c;
    --color-warning-0: #ebb563;
    --color-warning-1: #faecd8;
    --color-warning-2: #fdf6ec;
    --color-danger: #f56c6c;
    --color-danger-0: #f78989;
    --color-danger-1: #fde2e2;
    --color-danger-2: #fef0f0;
    --color-info: #909399;
    --color-info-0: #a6a9ad;
    --color-info-1: #e9e9eb;
    --color-info-2: #f4f4f5;
    --color-text-primary: #303133;
    --color-text-regular: #606266;
    --color-text-secondary: #909399;
    --color-text-placeholder: #c0c4cc;
    --border-color-base: #dcdfe6;
    --border-color-light: #e4e7ed;
    --border-color-lighter: #ebeef5;
    --border-color-extra-linght: #f2f6fc;
    --color-white: #ffffff;
    --color-black: #000000;
    --background-color-base: #f5f7fa;
    --text-h1: 24px;
    --text-h2: 22px;
    --text-h3: 20px;
    --text-h4: 18px;
    --text-h5: 16px;
    --text-h6: 14px;
    --basic-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    --light-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    --ThemeColor: var(--color-primary);
    --TextColor1: #141418;
    --TextColor2: #5f5f6b;
    --TextColor3: #97979f;
    --DividColor: #e7eaf0;
    --BlockColor: #fff;
    --BackgroundColor: #f4f6fa
}

:root[theme='dark'] {
    --color-primary: #409eff;
    --color-success: #67c23a;
    --color-success-0: #85ce61;
    --color-success-1: #e1f3d8;
    --color-success-2: #f0f9eb;
    --color-warning: #e6a23c;
    --color-warning-0: #ebb563;
    --color-warning-1: #faecd8;
    --color-warning-2: #fdf6ec;
    --color-danger: #f56c6c;
    --color-danger-0: #f78989;
    --color-danger-1: #fde2e2;
    --color-danger-2: #fef0f0;
    --color-info: #909399;
    --color-info-0: #a6a9ad;
    --color-info-1: #e9e9eb;
    --color-info-2: #f4f4f5;
    --color-text-primary: #AAB2B4;
    --color-text-regular: #f2f4f5;
    --color-text-secondary: #909399;
    --color-text-placeholder: #c0c4cc;
    --border-color-base: #4c5054;
    --border-color-light: #414446;
    --border-color-lighter: #323435;
    --border-color-extra-linght: #313233;
    --color-white: #282c34;
    --color-black: #000000;
    --background-color-base: #21252b;
    --text-h1: 24px;
    --text-h2: 22px;
    --text-h3: 20px;
    --text-h4: 18px;
    --text-h5: 16px;
    --text-h6: 14px;
    --basic-shadow: 0 2px 4px rgba(255, 255, 255, 0.12), 0 0 6px rgba(255, 255, 255, 0.04);
    --light-shadow: 0 2px 12px 0 rgba(255, 254, 254, 0.1);
    --ThemeColor: var(--color-primary);
    --TextColor1: #fafbfc;
    --TextColor2: #f2f4f5;
    --TextColor3: #909399;
    --DividColor: #4c5054;
    --BlockColor: #1f2428;
    --BackgroundColor: #24292e
}

#sideBar::-webkit-scrollbar {
    width: 0;
    height: 0
}

#sideBar::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}

#sideBar::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8
}

.hljs::-webkit-scrollbar {
    width: 10px;
    height: 12px
}

.hljs::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}

.hljs::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8
}

.hljs::-webkit-scrollbar-track {
    background: #f1f1f1
}

body::-webkit-scrollbar {
    width: 16px;
    height: 12px
}

body::-webkit-scrollbar-track {
    background: #f1f1f1
}

body::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}

body::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-primary)
}

:root[theme=dark] body::-webkit-scrollbar {
    width: 16px;
    height: 12px
}

:root[theme=dark] body::-webkit-scrollbar-track {
    background: #282c34
}

:root[theme=dark] body::-webkit-scrollbar-thumb {
    background-color: #454545
}

:root[theme=dark] body::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-primary)
}

#ad_c1,
#ad_c2,
#ad_t2,
#under_post_news,
#poweredby,
.c_ad_block {
    display: none
}

:root body {
    margin: 0;
    padding: 0;
    color: var(--color-text-primary);
    font-size: var(--text-h5);
    line-height: 1.5;
    background: var(--color-white);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

a {
    text-decoration: none;
    color: inherit
}

li {
    list-style: none
}

img {
    max-width: 100% !important
}

:before,
:after {
    font-family: fontawesome, element-icons
}

[v-cloak] {
    display: none;
    color: red
}

.el-tooltip__popper.is-light {
    color: var(--color-black)
}

#cnblogs_post_body .video {
    height: 0;
    margin: 10px auto;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--DividColor);
    border-radius: 4px;
    overflow: hidden
}

#cnblogs_post_body .video iframe,
#cnblogs_post_body .video video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

#cnblogs_post_body .music {
    height: 140px;
    position: relative;
    width: 100%
}

#cnblogs_post_body .music iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.imgtext {
    text-align: center;
    color: var(--color-text-regular)
}

.btn-content:before {
    content: "切换到目录" !important
}

.btn-content.btn-content-open:before {
    content: "切换到默认" !important
}

.btn-comment:before {
    content: "发表评论" !important
}

.btn-content {
    display: none
}

.btn-content a:before {
    content: "\f0ec"
}

.btn-content.btn-content-open a:before {
    content: "\f0ec"
}

.btn-sidebar a:before {
    content: "\f0c9"
}

.btn-sidebar.btn-sidebar-open a:before {
    content: "\f00d" !important
}

.btn-comment a:before {
    content: "\f075"
}

#blog_nav_myhome:before {
    content: "\f015"
}

#blog_nav_newpost:before {
    content: "\f040"
}

#blog_nav_contact:before {
    content: "\f0e0"
}

#blog_nav_rss:before {
    content: "\f09e"
}

#blog_nav_admin:before {
    content: "\f013"
}

#sidebar-toggler:before {
    content: "\f0c9"
}

#blog_nav_sitehome:before {
    content: "\f08b"
}

.main-hide {
    grid-template-columns: 100% !important;
    transition: width 300ms
}

.main-hide #sideBar {
    display: none
}

.sidebar-fixed #sideBarOutline {
    margin: 0
}

.theme {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: var(--text-h4)
}

@media screen and (min-width: 0) {

    .day,
    .entrylist {
        border-radius: 0;
        transition: all 300ms
    }

    .entrylistTitle .day:hover {
        transition: all 300ms
    }

    .dayTitle,
    .entrylistTitle {
        padding: 20px 20px 0px;
        margin: 0;
        font-size: var(--text-h3);
        position: relative
    }

    .entrylistTitle:before {
        content: "";
        border-left: 4px solid var(--color-primary);
        height: 100%;
        width: 4px;
        margin-right: 10px
    }

    .dayTitle {
        display: none
    }

    .entrylistDescription {
        padding: 10px 20px 20px;
        margin-bottom: 20px;
        background: var(--color-white)
    }

    .day .postTitle,
    .entrylistPosttitle {
        font-size: var(--text-h3);
        padding: 20px 20px 10px;
        font-weight: 500
    }

    .day .postTitle:hover,
    .entrylistPosttitle:hover {
        color: var(--color-primary)
    }

    .postCon,
    .entrylistPostSummary {
        padding: 0 20px 0px;
        color: var(--color-text-regular)
    }

    .postDesc,
    .entrylistItemPostDesc {
        padding: 10px 20px 20px;
        color: var(--color-text-secondary)
    }

    .entrylist p:last-child {
        display: none
    }

    .postSeparator {
        height: 1px;
        overflow: hidden;
        border-bottom: 0px solid var(--border-color-extra-linght);
        padding-bottom: 20px;
        background: transparent
    }

    .c_b_p_desc {
        line-height: 24px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: var(--text-h5);
        position: relative
    }

    .c_b_p_desc_readmore {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        font-size: 0;
        background: transparent
    }

    .c_b_p_desc_readmore:after {
        font-family: element-icons;
        float: right
    }

    .c_b_p_desc img {
        margin-left: 10px;
        border-radius: 4px;
        object-fit: cover
    }
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .c_b_p_desc {
        -webkit-line-clamp: 3
    }

    .c_b_p_desc img {
        height: 68px;
        width: 100px
    }
}

@media screen and (min-width: 0) and (min-width: 767px) {
    .c_b_p_desc {
        -webkit-line-clamp: 5
    }

    .c_b_p_desc img {
        height: 120px;
        width: 180px
    }
}

@media screen and (min-width: 0px) {
    .PostListTitle {
        margin: 0;
        font-size: var(--text-h3);
        font-weight: 500;
        text-align: center;
        padding: 20px 20px;
        border-bottom: 1px solid var(--border-color-extra-linght);
        position: relative;
        background: var(--color-white);
        border-radius: 0
    }

    #myposts,
    .PostList {
        margin: 0 !important;
        background: var(--color-white)
    }

    #myposts {
        border-top: 1px solid var(--border-color-extra-linght);
        border-radius: 0;
        overflow: hidden
    }

    .PostList {
        display: grid;
        grid-template-columns: 100%;
        border-bottom: 1px solid var(--border-color-extra-linght)
    }

    .postTitl2 {
        font-size: var(--text-h3);
        background: var(--color-white);
        padding: 20px 20px
    }

    .postDesc2 {
        background: var(--color-white);
        padding: 0 20px 20px;
        font-size: var(--text-h5) !important;
        color: var(--color-text-secondary);
        order: 1
    }

    .postText2 {
        background: var(--color-white);
        padding: 0 20px 10px;
        margin: 0 !important;
        font-size: var(--text-h5) !important;
        color: var(--color-text-regular)
    }

    .divPhoto {
        padding: 10px;
        overflow: hidden
    }

    .divPhoto img {
        object-fit: cover
    }

    #ViewPicture1_GalleryImage {
        max-width: calc(100% - 40px) !important
    }

    .gallery:after {
        content: "";
        height: 30px;
        display: block
    }
}

@media screen and (min-width: 0) {
    .topicListFooter {
        margin: 0
    }

    #nav_next_page {
        background: var(--color-white);
        line-height: 2.6;
        border-radius: 0px;
        text-align: center;
        transition: all 500ms;
        margin-bottom: 20px
    }

    #nav_next_page a {
        display: block;
        width: 100%;
        padding: 10px
    }

    #nav_next_page:hover {
        transition: all 500ms
    }

    .pager {
        margin: 0;
        font-size: var(--text-h5);
        color: var(--color-primary)
    }

    .pager a {
        padding: 0 4px;
        color: var(--color-text-regular);
        border: none;
        border-radius: 0px;
        transition: all 500ms;
        display: inline-block
    }

    .pager a:hover {
        color: var(--color-primary);
        transition: all 500ms
    }

    .Pager {
        padding: 20px;
        text-align: center;
        background: var(--color-white)
    }

    span.current {
        border: none !important;
        background: transparent !important;
        color: var(--color-primary) !important;
        font-weight: normal !important
    }

    #homepage_top_pager,
    #homepage_bottom_pager,
    #comment_pager_top,
    #comment_pager_bottom {
        background: var(--color-white);
        border-radius: 0;
        margin-bottom: 20px;
        padding: 20px;
        transition: all 500ms
    }

    #homepage_top_pager:hover,
    #homepage_bottom_pager:hover,
    #comment_pager_top:hover,
    #comment_pager_bottom:hover {
        transition: all 500ms
    }
}

@media screen and (min-width: 0) {
    #footer {
        text-align: center;
        padding: 30px 14px;
        background: var(--color-white);
        color: var(--color-text-secondary)
    }
}

@media screen and (min-width: 0px) {

    #BlogPostCategory,
    #EntryTag {
        font-family: element-icons;
        margin: 10px 0;
        font-size: 0
    }

    #BlogPostCategory a,
    #EntryTag a {
        margin: 0 10px 0 0;
        display: inline-block;
        font-size: var(--text-h6)
    }

    #BlogPostCategory a {
        background: var(--color-warning-1);
        color: var(--color-warning);
        padding: 4px 12px;
        border-radius: 20px
    }

    #EntryTag a {
        background: var(--color-success-1);
        color: var(--color-success);
        padding: 4px 12px;
        border-radius: 20px
    }

    #BlogPostCategory a:before,
    #EntryTag a:before {
        margin-right: 4px
    }

    #BlogPostCategory a:before {
        content: "\e784"
    }

    #EntryTag a:before {
        content: "#"
    }

    #blog_post_info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 20px;
        justify-content: space-between;
        border-bottom: 1px solid var(--border-color-extra-linght)
    }

    #green_channel {
        width: auto;
        padding: 20px 10px;
        border: none;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: FontAwesome;
        width: 100%;
        order: 1
    }

    #green_channel a {
        padding: 0 20px
    }

    #green_channel a {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        color: var(--color-text-primary) !important;
        padding: 0 !important;
        margin: 0 10px !important
    }

    #green_channel a:link,
    #green_channel a:visited,
    #green_channel a:active {
        color: var(--color-text-primary) !important
    }

    #green_channel a {
        display: grid;
        font-size: var(--text-h6) !important;
        font-weight: normal;
        grid-template-columns: 100%;
        margin: 0 20px
    }

    #green_channel a:before {
        font-size: var(--text-h4)
    }

    #green_channel_digg,
    #green_channel span,
    #green_channel_follow {
        display: none !important
    }

    #green_channel_digg:before {
        content: "\f087"
    }

    #green_channel_follow:before {
        content: "\f08a"
    }

    #green_channel_favorite:before {
        content: "\f005";
        color: var(--color-warning)
    }

    #green_channel #green_channel_weibo img {
        display: none
    }

    #green_channel_wechat:before {
        content: "\f1d7";
        color: var(--color-success)
    }

    #green_channel_wechat img {
        display: none
    }

    #green_channel_wechat:after {
        content: "微信分享"
    }

    #div_digg {
        margin: 0 auto;
        padding: 0;
        width: fit-content;
        color: var(--color-text-primary) !important
    }

    .diggit {
        background: none;
        display: grid;
        grid-template-columns: 100%;
        font-family: FontAwesome;
        color: var(--color-text-primary) !important;
        background: var(--color-danger);
        color: white !important;
        padding: 4px 44px;
        width: fit-content;
        height: fit-content;
        border-radius: 100px
    }

    @keyframes star {
        0% {
            transform: scale(0.8)
        }

        50% {
            transform: scale(1)
        }

        100% {
            transform: scale(0.8)
        }
    }

    .diggit:hover {
        background: var(--color-danger-0)
    }

    .diggnum {
        color: white !important
    }

    .buryit {
        display: none
    }

    .diggit:before {
        content: "\f164";
        font-size: var(--text-h4);
        font-family: 'fontawesome'
    }
}

@media screen and (min-width: 0px) and (max-width: 540px) {
    #div_digg {
        margin: 0 auto
    }

    #author_profile_honor {
        display: none
    }
}

@media screen and (min-width: 0px) {
    #author_profile {
        order: 1;
        width: 100%;
        display: flex;
        align-items: center;
        margin: 20px 0
    }

    .author_profile_info {
        flex-grow: 1;
        color: var(--color-text-primary)
    }

    #author_profile a:hover {
        text-decoration: none
    }

    .author_avatar {
        margin: 0;
        padding: 0;
        height: 54px;
        height: 54px;
        border-radius: 100px
    }

    #author_profile_detail {
        margin-left: 10px
    }

    #author_profile_honor {
        margin: 0 10px;
        font-size: var(--text-h5)
    }

    #author_profile_follow {
        font-size: 0
    }

    #author_profile_follow a,
    #author_profile_follow span {
        background: var(--color-danger);
        color: var(--color-white) !important;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: var(--text-h6)
    }

    #author_profile_follow:hover {
        background: var(--color-danger-0)
    }

    #post_next_prev {
        font-size: var(--text-h5);
        text-overflow: ellipsis;
        width: 100% !important;
        display: grid;
        padding: 20px 0 0;
        border-radius: 6px;
        grid-template-columns: 0 auto 1fr 14px auto 1fr;
        justify-content: space-between;
        overflow: hidden
    }

    #post_next_prev a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #post_next_prev br {
        width: 0 !important;
        display: none;
        margin: 0 7px !important
    }

    .p_n_p_prefix {
        font-size: 0
    }
}

@media screen and (min-width: 0px) {
    .ui-popup {
        max-width: calc(100vw - 28px) !important
    }

    .art-dialog-content,
    .alert-dialog-grid,
    .alert-dialog-header,
    .alert-dialog-body,
    .alert-dialog-footer {
        max-width: calc(100vw - 70px) !important
    }

    .art-dialog-title {
        max-width: 100px !important
    }

    .art-dialog-content iframe {
        overflow-y: auto !important
    }
}

#lnkBlogLogo,
#blogTitle h2,
.blogStats {
    display: none
}

#header,
#navList,
.hd-menu ul {
    display: flex;
    height: 50px;
    align-items: center
}

#header {
    padding: 0 8px
}

#blogTitle {
    height: 50px;
    flex-grow: 1;
    text-align: center
}

#blogTitle h1 {
    margin: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    line-height: 50px;
    padding: 0
}

#blogTitle h1 a {
    font-size: var(--text-h2);
    text-decoration: none;
    color: inherit;
    display: none
}

#navList,
.hd-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

#navList li a,
.hd-menu li a {
    color: var(--color-text-placeholder);
    text-decoration: none;
    font-size: 0;
    width: 50px;
    display: block;
    text-align: center;
    cursor: pointer
}

#navList li a:hover,
.hd-menu li a:hover {
    color: var(--color-text-primary)
}

#navList li a:before,
.hd-menu li a:before {
    font-size: 16px
}

.forFlow {
    max-width: 750px;
    padding: 0 30px;
    margin: 0 auto
}

.postTitle {
    padding: 20px;
    font-size: var(--text-h2);
    color: var(--color-text-primary)
}

.postCon {
    padding: 0 20px;
    font-size: var(--text-h5);
    color: var(--color-text-regular)
}

.postDesc {
    padding: 10px 20px;
    font-size: var(--text-h6);
    color: var(--color-text-secondary)
}

.side-choose {
    display: flex;
    width: 300px;
    justify-content: space-around;
    background: var(--color-white);
    position: fixed;
    z-index: 100
}

.side-choose .active {
    color: var(--color-text-primary) !important;
    border-bottom: 2px solid var(--color-primary)
}

.side-choose #sidebar_files,
.side-choose #sidebar_outline {
    width: 3em;
    text-align: center;
    line-height: 50px;
    color: var(--color-text-placeholder);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.oceans-sou {
    position: absolute;
    top: -9999px;
    left: -9999px
}

#sideBar {
    width: 300px !important;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -300px;
    bottom: 0;
    height: 100vh;
    border-right: 1px solid var(--border-color-extra-linght);
    overflow-y: auto;
    background: var(--color-white);
    transition: 300ms
}

#mainContent {
    position: absolute;
    left: 0px;
    top: 0;
    right: 0;
    overflow-y: auto;
    transition: 300ms;
    background: var(--color-white)
}

.main-widthout-sidebar #sideBar {
    left: 0px;
    transition: 300ms;
    z-index: 9
}

.main-widthout-sidebar #mainContent {
    left: 300px;
    transition: 300ms
}

@media screen and (max-width: 767px) {
    .main-widthout-sidebar #mainContent {
        left: 0px;
        transition: 300ms
    }
}

@media screen and (max-width: 700px) {
    .el-message-box {
        width: 80% !important
    }
}

@media screen and (min-width: 0px) {
    .scroller-offset1 a:before {
        content: "";
        padding-left: 0px
    }

    .scroller-offset2 a:before {
        content: "";
        padding-left: 20px
    }

    .scroller-offset3 a:before {
        content: "";
        padding-left: 30px
    }

    .scroller-offset4 a:before {
        content: "";
        padding-left: 40px
    }

    .scroller-offset5 a:before {
        content: "";
        padding-left: 50px
    }

    .scroller-offset6 a:before {
        content: "";
        padding-left: 60px
    }

    .nav {
        overflow-y: auto;
        padding: 10px;
        white-space: nowrap
    }

    .nav li.active:before {
        background: var(--color-primary) !important
    }

    .nav .active a,
    .nav a:hover {
        background-color: var(--background-color-base);
        border-radius: 6px;
        color: var(--color-primary)
    }
}

.nav li {
    padding: 0px;
    display: flex;
    border-left: 1px solid var(--border-color-extra-linght);
    justify-content: center;
    align-items: center;
    line-height: 2.4
}

.nav li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border: 2px solid var(--background-color-base);
    z-index: 2;
    margin: 4px 4px 4px -6px;
    border-radius: 8px;
    background: var(--border-color-extra-linght)
}

:root[theme=dark] .nav li:before {
    border: 2px solid #282c34
}

.nav {
    position: relative;
    padding: 14px 14px 14px 20px !important
}

.nav:before,
.nav:after {
    content: "";
    left: 36px;
    width: 6px;
    height: 6px;
    display: block;
    margin: 4px 4px 4px -4px;
    border-radius: 8px;
    background: var(--background-color-base);
    border: 2px solid var(--color-primary)
}

.nav li a {
    text-overflow: ellipsis !important;
    display: block !important;
    flex: 1;
    height: 100% !important;
    white-space: nowrap;
    margin-left: 4px;
    overflow: hidden;
    padding: 0 14px !important
}

@media screen and (min-width: 900px) {
    .float-btn li:before {
        content: "";
        position: absolute;
        right: calc(100% + 10px);
        white-space: nowrap;
        background: #303133;
        border-radius: 4px;
        height: 36px;
        display: none;
        color: white;
        font-size: var(--text-h6);
        align-items: center;
        padding: 0 14px;
        transformX: 0%;
        transition: all 300ms
    }

    .float-btn li:after {
        content: "";
        position: absolute;
        right: calc(100% + 5px);
        width: 10px;
        height: 10px;
        z-index: -1;
        color: white;
        background: #303133;
        transform: rotate(45deg);
        display: none;
        transformX: 0%;
        transition: all 300ms
    }
}

.btn-top a:before {
    content: "\f0d8"
}

.btn-fullscreen a:before {
    content: "\f0b2"
}

.btn-theme a:before {
    content: "\f0eb"
}

:root[theme="dark"] .btn-theme a:before {
    content: "\f186" !important
}

.btn-theme-code a:before {
    content: "\f0e4"
}

.btn-main a:before {
    content: "\f0c9" !important
}

@media screen and (min-width: 900px) {
    .btn-top:before {
        content: "返回顶部" !important
    }

    .btn-fullscreen:before {
        content: "切换全屏" !important
    }

    .btn-theme:before {
        content: "切换黑夜" !important
    }

    :root[theme="dark"] .btn-theme:before {
        content: "切换白天" !important
    }

    .btn-theme-code:before {
        content: "切换高亮" !important
    }

    .btn-main:before {
        content: "隐藏侧边" !important
    }

    .btn-main.btn-main-open:before {
        content: "打开侧边" !important
    }
}

.float-btn li:hover:before,
.float-btn li:hover:after {
    display: flex;
    transition: all 300ms;
    transformX: 100%
}

.float-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 20;
    transition: 0.3s transform
}

.float-btn-hide {
    transform: translateX(200%);
    transition: 0.3s transform
}

.float-btn ul {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
    padding: 0;
    margin: 0
}

.float-btn li {
    background: var(--color-white);
    color: var(--color-text-regular);
    font-family: FontAwesome;
    list-style-type: none;
    width: 40px;
    height: 40px;
    display: flex;
    line-height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-shadow: var(--light-shadow);
    position: relative;
    overflow: visible
}

.float-btn li a {
    display: block;
    width: 40px;
    height: 40px
}

#userPath:hover {
    text-decoration: underline
}

#sidebar_shortcut a:hover {
    text-decoration: underline
}

@media screen and (max-width: 1200px) {

    #sideBarMain,
    #leftcontentcontainer,
    #blog-sidecolumn,
    #sidebar_categories,
    #sidebar_search_box {
        display: grid;
        grid-template-columns: 100%;
        width: 100%;
        font-family: FontAwesome
    }

    #sideBarOutline {
        margin: 0 !important
    }
}

@media screen and (min-width: 1200px) {

    #sideBarMain,
    #leftcontentcontainer,
    #blog-sidecolumn,
    #sidebar_categories,
    #sidebar_search_box {
        display: grid;
        grid-template-columns: 100%;
        font-family: FontAwesome
    }
}

#sidebar_shortcut ul {
    display: grid;
    grid-template-columns: 1fr 1fr
}

#sidebar_recentposts li,
#sidebar_topviewedposts li,
#sidebar_topdiggedposts li,
#sidebar_topcommentedposts li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px
}

#sidebar_postarchive li,
#sidebar_articlearchive li {
    padding: 0 10px
}

#sidebar_recentposts li:hover,
#sidebar_articlearchive li:hover,
#sidebar_postarchive li:hover,
#sidebar_topviewedposts li:hover,
#sidebar_topcommentedposts li:hover,
#sidebar_topdiggedposts li:hover {
    background: var(--border-color-extra-linght);
    border-radius: 4px
}

#sidebar_toptags ul,
#sidebar_postcategory ul,
#sidebar_imagecategory ul,
.sidebar-block[id^="sidebar_link"] ul {
    display: flex;
    flex-wrap: wrap
}

#sidebar_imagecategory li,
.sidebar-block[id^="sidebar_link"] li {
    margin: 4px 8px
}

#sidebar_postcategory li {
    margin: 4px;
    background: var(--color-success);
    color: #fff;
    padding: 0 6px;
    border-radius: 4px
}

#sidebar_postcategory li:hover {
    background: var(--color-success-0);
    cursor: pointer
}

.sidebar-block,
#sidebar_news,
#sideBarOutline {
    padding: 0;
    background: var(--color-white);
    border-radius: 0;
    line-height: 2;
    width: 100% !important;
    border: 0 solid var(--border-color-light)
}

#sidebar_recentposts li a:before {
    content: "\f017";
    margin-right: 10px
}

.liScore:before {
    content: "\f005";
    margin-right: 10px
}

.liRank:before {
    content: "\f091";
    margin-right: 10px
}

#sidebar_postarchive li a:before,
#sidebar_articlearchive li a:before {
    content: "\f073";
    margin-right: 10px
}

.sidebar-block[id^="sidebar_link"] li a:before {
    content: "\f0c1"
}

.recent_comment_title a:before {
    content: "\f27a";
    margin-right: 10px
}

#sidebar_imagecategory li a:before {
    content: "\f03e"
}

#sidebar_topviewedposts li a:before {
    content: "\f06e";
    margin-right: 10px
}

#sidebar_topcommentedposts li a:before {
    content: "\f086";
    margin-right: 10px
}

#sidebar_topdiggedposts li a:before {
    content: "\f164";
    margin-right: 10px
}

.recent_comment_author {
    border-bottom: 1px dashed var(--border-color-base);
    padding-bottom: 10px;
    margin-bottom: 10px
}

.sidebar-block:hover,
#sidebar_news:hover,
#blog-calendar:hover {
    transition: all 300ms
}

.catListTitle {
    margin: 0;
    font-size: var(--text-h4);
    font-weight: 500;
    padding: 14px 20px 0;
    position: relative
}

.catListTitle:before {
    content: "";
    border-left: solid 4px var(--color-primary);
    margin-right: 10px;
    width: fit-content
}

.sidebar-block ul,
#profile_block,
#blog-news,
#sidebar_search_box {
    padding: 14px 20px;
    margin: 0;
    line-height: 2;
    list-style-type: none
}

#p_b_follow {
    margin-top: 14px
}

#p_b_follow a {
    background: var(--color-danger);
    color: var(--color-white);
    display: block;
    text-align: center;
    line-height: 2.4;
    border-radius: 4px;
    transition: all 300ms
}

#p_b_follow a:hover {
    background: var(--color-danger-0);
    transition: all 300ms
}

#p_b_follow span {
    background: var(--color-info);
    color: var(--color-white) !important;
    display: block;
    text-align: center;
    line-height: 2.4;
    border-radius: 4px;
    transition: all 300ms
}

#p_b_follow span:hover {
    background: var(--color-info-0);
    transition: all 300ms
}

#sideBar {
    overflow: hidden !important
}

#sideBar #widget_my_google {
    display: none !important
}

#sideBar #sidebar_scorerank {
    display: none !important
}

#sideBar #sidebar_topviewedposts,
#sideBar #sidebar_topcommentedposts,
#sideBar #sidebar_topdiggedposts {
    display: none !important
}

#sideBar #blog-calendar {
    display: none !important
}

#sideBar #sidebar_recentposts {
    display: none !important
}

#sideBar #sidebar_categories {
    display: none !important
}

#sideBar #sidebar_recentcomments {
    display: none !important
}

.sidebar-block ul,
#blog-news,
#sidebar_search_box {
    width: 260px !important
}

#q {
    width: 65%;
    height: 30px;
    padding: 2px 16px !important;
    border: none;
    background: inherit;
    outline: none;
    color: var(--color-text-primary);
    background: var(--background-color-base);
    border-radius: 4px
}

.search-icon {
    margin-left: 10px
}

.search-icon i {
    font-size: 20px
}

.search-icon:hover {
    color: var(--color-primary);
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    #sidebar_search_box input[type=text] {
        width: 65% !important
    }
}

.liScore,
.liRank {
    list-style: none
}

#blogCalendar {
    padding: 14px;
    width: 100%;
    text-align: center;
    margin: 0 !important
}

#blogCalendar .CalTitle {
    width: 100%
}

#blogCalendar .CalNextPrev a {
    font-size: 0
}

#blogCalendar .CalNextPrev:nth-child(1) a:before {
    content: "\e6de";
    font-family: element-icons;
    font-size: 14px
}

#blogCalendar .CalNextPrev:nth-child(3) a:before {
    content: "\e6e0";
    font-family: element-icons;
    font-size: 14px
}

#blogCalendar .CalDayHeader {
    padding: 10px;
    border-bottom: 1px solid var(--border-color-base);
    margin-bottom: 10px
}

#blogCalendar .CalOtherMonthDay {
    color: var(--border-color-lighter)
}

#blogCalendar u {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: bold
}

:root[theme=dark] #sidebar_toptags li {
    background-color: var(--background-color-base);
    color: var(--color-text-primary);
    border: none
}

:root[theme=dark] #sidebar_toptags li:hover {
    color: white
}

#sidebar_toptags li {
    margin-bottom: 5px
}

.post {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    border: 0 solid var(--border-color-light)
}

.post .postBody {
    order: 1;
    border-radius: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden
}

#cnblogs_post_body h1,
#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
    font-weight: 600;
    line-height: 1.25
}

#cnblogs_post_body h2 {
    font-size: 1.8rem;
    margin-top: 2.2rem;
    margin-bottom: 0.4rem
}

@media (max-width: 419px) {
    #cnblogs_post_body h2 {
        font-size: 1.7rem
    }
}

#cnblogs_post_body h3 {
    font-size: 1.5rem;
    padding-bottom: .3rem;
    margin-top: 1em;
    border-bottom: 1px solid #eaecef
}

#cnblogs_post_body h2:hover .header-anchor,
#cnblogs_post_body h3:hover .header-anchor {
    opacity: 1
}

#cnblogs_post_body a.header-anchor {
    color: var(--color-primary);
    font-size: .85em;
    margin-left: -0.9em;
    padding-right: .23em;
    margin-top: .125em;
    display: inline-block;
    position: absolute;
    opacity: 0
}

#cnblogs_post_body a.header-anchor:hover {
    text-decoration: underline
}

#cnblogs_post_body h2:hover a.header-anchor,
#cnblogs_post_body h3:hover a.header-anchor {
    opacity: 1
}

#cnblogs_post_body ol,
#cnblogs_post_body p,
#cnblogs_post_body ul {
    line-height: 1.7
}

#cnblogs_post_body a:not([class~=el-link]) {
    color: var(--color-primary)
}

#cnblogs_post_body img {
    display: flex !important;
    margin: 0 auto
}

#cnblogs_post_body mark {
    background-color: #c6e2ff
}

#cnblogs_post_body code:not([class]) {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace !important;
    font-size: 0.85em !important;
    color: #d63200 !important;
    padding: 3px 5px;
    margin: 0 2px;
    border-radius: 2px !important;
    background-color: #f8f8f8;
    white-space: nowrap;
    border: none !important
}

#cnblogs_post_body blockquote {
    background-color: #f3f5f7;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-color: #42b983;
    padding: .1rem 1.5rem;
    border-left-width: .5rem;
    border-left-style: solid;
    margin: 1rem 0
}

#cnblogs_post_body .img-caption {
    text-align: center;
    width: fit-content;
    min-width: 20%;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid var(--border-color-extra-linght);
    font-size: 13px;
    color: #999
}

#cnblogs_post_body #cnblogs_post_body th,
#cnblogs_post_body #cnblogs_post_body td,
#cnblogs_post_body .cnblogs-post-body th,
#cnblogs_post_body .cnblogs-post-body td {
    border: 1px solid var(--DividColor) !important;
    word-break: break-all;
    white-space: nowrap
}

#cnblogs_post_body pre {
    display: flex !important
}

#cnblogs_post_body code.hljs {
    border: none !important;
    width: 100%;
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace !important;
    font-size: 14px !important;
    padding: 1rem 1rem !important;
    border-radius: 6px !important;
    transition: all
}

#cnblogs_post_body code.hljs.larger-code {
    font-size: 16px !important
}

#cnblogs_post_body code.language-es6 {
    opacity: 0
}

.cnblogs-markdown pre {
    border-radius: 6px !important
}

:root[theme='dark'] #cnblogs_post_body strong {
    color: #eeeeee
}

:root[theme='dark'] #cnblogs_post_body blockquote {
    background-color: #1d1f23 !important
}

:root[theme='dark'] #cnblogs_post_body code:not([class]) {
    color: var(--color-text-primary) !important;
    background-color: #1d1f23 !important
}

:root[theme='dark'] #cnblogs_post_body th {
    background-color: var(--color-white)
}

:root[theme='dark'] #cnblogs_post_body .mermaid {
    background-color: #81d081
}

code.hljs::before {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    text-align: right;
    font-size: 0.9em;
    padding: 5px 10px 0;
    line-height: 15px;
    height: 15px;
    font-weight: 600
}

.download-component {
    border-radius: 6px;
    margin: 20px auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--background-color-base)
}

.download-component .left {
    display: flex
}

.download-component .left .zip {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #fff;
    border-radius: 2px;
    background: var(--color-primary)
}

.download-component .left .zip:before {
    font-family: fontawesome;
    content: "\f1c6"
}

.download-component .left .source-info {
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: space-between
}

.download-component .left .source-info #msg-1 {
    margin: 0;
    font-size: var(--text-h4);
    font-weight: 400;
    color: var(--color-text-primary)
}

.download-component .left .source-info #msg-2 {
    margin: 0;
    font-size: var(--text-h5);
    color: var(--color-text-secondary)
}

.download-component .download-btn {
    display: inline-block;
    width: 60px;
    height: 60px
}

.download-component .download-btn::before {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: fontawesome;
    content: "\f019";
    color: var(--color-primary)
}

.my-card {
    border: 1px solid white
}

.my-card:hover {
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: .3s
}

.introduction-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.introduction-container .placeholder {
    width: 292px;
    height: 0
}

.introduction-container .introduction-card {
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 4px;
    width: 250px;
    height: 80px;
    cursor: pointer
}

.introduction-container .introduction-card .logo {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    display: flex;
    align-items: center
}

.introduction-container .introduction-card .right {
    width: 180px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.introduction-container .introduction-card .right .name {
    font-size: 16px;
    font-weight: bold
}

.introduction-container .introduction-card .right .desc {
    color: #666666;
    font-size: 12px
}

.introduction-container .introduction-card:hover .name {
    color: #409EFF
}

.post .postTitle {
    margin: 0;
    border-radius: 0;
    position: relative;
    font-size: var(--text-h1);
    font-weight: 500;
    text-align: center;
    padding: 30px 20px 0
}

.post .postTitle:after {
    content: "";
    width: 40px;
    height: 2px;
    border-radius: 4px;
    background: var(--color-primary);
    position: absolute;
    bottom: -1px;
    left: 20px;
    z-index: 4;
    transition: width 500ms;
    display: none
}

.post .postTitle:hover:after {
    width: 80px;
    transition: width 500ms
}

.post .postDesc {
    padding: 10px 20px 30px;
    font-size: 0;
    display: flex;
    line-height: 1.8;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center
}

.post .postDesc span,
.post .postDesc a {
    font-size: var(--text-h6);
    margin-right: 20px
}

.post .postDesc span:before,
.post .postDesc a:before {
    margin-right: 4px
}

.post .postDesc #post-date:before {
    content: "\e71f";
    font-family: element-icons
}

.post .postDesc #post_view_count:before {
    content: "\e769";
    font-family: element-icons
}

.post .postDesc #post_comment_count:before {
    content: "\e72e";
    font-family: element-icons
}

.post .postDesc a[href^="https://www.cnblogs.com/"]:before {
    content: "\e6e3";
    font-family: element-icons
}

.post .postDesc a[target="_blank"]:before {
    content: "\e786";
    font-family: element-icons
}

.post .postDesc a[rel="nofollow"]:before {
    content: "\e764";
    font-family: element-icons
}

.post .postDesc a[href="javascript:void(0)"] {
    margin-right: 0
}

.post .postDesc a[href="javascript:void(0)"]:before {
    content: "\e765";
    font-family: element-icons
}

.kind-of-lang {
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 6px;
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.4);
    padding: 2px 6px;
    box-sizing: border-box
}

.clipboard-button {
    position: absolute;
    display: none;
    z-index: 2;
    right: 12px;
    top: 12px;
    border-radius: 4px;
    font-size: 12px !important;
    color: #333;
    padding: 2px 6px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer
}

.clipboard-button:before {
    content: "复制"
}

.copyItem:hover .clipboard-button {
    display: block;
    z-index: 2
}

.copyItem:hover .kind-of-lang {
    display: none
}

section .head {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center
}

section .console {
    border: 0.5px solid #f0f0f0;
    border-radius: 6px;
    padding: 10px;
    font-family: sans-serif;
    font-size: var(--text-h6);
    overflow-x: auto
}

section .console .loading {
    font-size: 1.5em
}

section .console pre {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, sans-serif;
    background-color: var(--color-white) !important
}

section .console .hr {
    height: 5px;
    width: 100%;
    border-top: 0.8px solid #f0f0f0
}

section .console .hr:last-child {
    display: none
}

section .console .str {
    color: #c51916 !important
}

section .console .null {
    color: #ab0d90 !important
}

section .console .num {
    color: #0d22aa !important
}

section .console .obj {
    width: 100%
}

section .console .obj .hljs-attr {
    color: var(--color-text-primary) !important
}

section .console .obj .hljs-string {
    color: #c51916 !important;
    word-break: normal;
    width: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden
}

section .console .obj .hljs-number {
    color: #0d22aa !important
}

section .console.border-highlight {
    border: 0.5px solid var(--color-text-primary)
}

:root[theme=dark] .console {
    border: 0.5px var(--color-white);
    background-color: #242424 !important
}

:root[theme=dark] .console pre {
    background-color: #242424 !important
}

:root[theme=dark] .console .hr {
    border-top: 1px solid #3a3a3a
}

:root[theme=dark] .console .str {
    color: #f28b54 !important
}

:root[theme=dark] .console .num {
    color: #9df0b0 !important
}

:root[theme=dark] .console .obj .hljs-attr {
    color: var(--color-text-primary) !important
}

:root[theme=dark] .console .obj .hljs-string {
    color: #f28b54 !important
}

:root[theme=dark] .console .obj .hljs-number {
    color: #9df0b0 !important
}

.feedbackListSubtitle a[id^="a_comment_author"] {
    order: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--color-text-regular)
}

.louzhu {
    order: 3
}

.louzhu:before {
    content: "\f058";
    margin-left: 4px;
    color: #ff7f10;
    font-family: fontawesome;
    font-size: var(--text-h5) !important
}

.login_tips {
    padding: 20px;
    background: none;
    text-align: center
}

#blog-comments-placeholder div[style="color:green;margin:50px 0;font-weight:normal;"] {
    margin: 0 !important;
    padding: 20px;
    text-align: center
}

#blog-comments-placeholder div[style="color:green;margin:50px 0;font-weight:normal;"]:before {
    content: "\e6cf";
    font-family: element-icons;
    margin-right: 6px
}

#comment_form_container span[style="color:red"] {
    text-align: center !important;
    padding: 20px !important;
    display: block
}

#comment_form_container span[style="color:red"]:before {
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 6px
}

.commentbox_tab:hover,
.commentbox_tab.active {
    border-bottom-color: var(--color-primary)
}

#comment_form {
    border: 0px solid var(--border-color-light)
}

#comment_form,
#blog-comments-placeholder {
    margin: 20px 0;
    background: var(--color-white);
    border-radius: 0
}

#blog-comments-placeholder br {
    display: none
}

#comment_nav {
    padding: 20px;
    text-align: center;
    display: none
}

#commentform_title {
    background: none;
    padding: 0;
    margin: 0
}

#commentform_title,
.feedback_area_title {
    margin: 0;
    font-size: var(--text-h4);
    font-weight: 500;
    padding: 14px 20px;
    position: relative
}

#commentform_title:before,
.feedback_area_title:before {
    content: "";
    border-left: solid 4px var(--color-primary);
    margin-right: 10px;
    width: fit-content
}

#commentform_title:after,
.feedback_area_title:after {
    width: 40px;
    height: 2px;
    border-radius: 4px;
    display: block;
    background: var(--color-primary);
    position: absolute;
    bottom: -1px;
    left: 20px;
    z-index: 4;
    transition: width 500ms
}

#commentform_title:hover:after,
.feedback_area_title:hover:after {
    width: 80px
}

.feedbackItem {
    border-bottom: 1px solid var(--border-color-extra-linght);
    padding: 20px;
    box-sizing: border-box;
    position: relative
}

.feedbackListSubtitle {
    display: flex;
    color: var(--color-text-secondary);
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: wrap
}

.comment_vote {
    color: var(--color-text-secondary);
    font-size: var(--text-h5) !important
}

.feedbackListSubtitle a {
    font-size: var(--text-h5)
}

.layer {
    order: 1;
    margin-right: 10px
}

.feedbackManage {
    order: 2;
    position: absolute;
    left: 20px;
    bottom: 20px
}

.comment_date {
    order: 3;
    width: 100%;
    font-size: var(--text-h5)
}

.comment_textarea {
    width: calc(100% - 40px) !important;
    margin: 20px auto;
    border-color: var(--border-color-extra-linght);
    background: var(--color-white)
}

#tbCommentBody {
    background: var(--color-white)
}

.commentbox_title,
.commentbox_tab:hover,
.commentbox_tab.active {
    color: var(--color-text-regular)
}

.commentbox_title {
    border-bottom: 1px solid var(--border-color-extra-linght) !important
}

#commentbox_opt {
    padding: 0 20px
}

#comment_form_container p:nth-child(7) {
    padding: 10px 20px;
    font-size: var(--text-h6);
    color: var(--color-text-secondary)
}

#tbCommentBodyPreviewBody {
    min-height: 250px
}

#btn_comment_submit {
    background: var(--color-primary);
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    line-height: 2;
    height: 30px;
    width: 80px
}

.blog_comment_body {
    padding: 20px 0
}

#tip_comment,
#tip_comment2 {
    display: none
}

.comment_my_posted,
.new-comment-block {
    padding: 20px;
    border-bottom: 1px dashed var(--border-color-base)
}

.bq_post_comment {
    border: none
}

@media screen and (min-width: 0px) {

    .feedbackListSubtitle_right,
    .feedbackCon_right {
        margin-left: 60px
    }

    .comment_avatar {
        width: 48px;
        height: 48px;
        border-radius: 100%;
        border: 1px solid var(--DividColor)
    }

    .comment_avatar img {
        box-shadow: 0 0 1px 0px rgba(51, 51, 51, 0.1) !important
    }
}

textarea#tbCommentBody {
    color: var(--color-text-primary)
}

.dayTitle {
    display: none
}

.hover-link:hover {
    color: var(--color-primary)
}

.my-el-card {
    margin: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

:root[theme=dark] .my-el-card {
    box-shadow: none
}

:root[theme=dark] .postTitle {
    color: white
}

:root[theme=dark] .c_b_p_desc {
    color: var(--color-text-secondary)
}

#taglist_main small {
    display: none
}

#taglist_main #taglist_title_wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

#taglist_main #taglist_title_wrap #btn {
    position: absolute;
    right: 30px
}

#taglist_main #taglist_title_wrap #taglist_title,
#taglist_main #taglist_title_wrap h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    display: inline-block
}

#taglist_main #taglist_title_wrap h3:hover {
    color: var(--color-primary);
    cursor: pointer
}

#taglist_main #up-tag-area {
    margin-bottom: 50px
}

#taglist_main .item {
    margin-bottom: 10px
}


/*# sourceMappingURL=main.css.map*/