@charset "utf-8";
@import url(https://cdn.cnblogs.com/npm/font-awesome/css/font-awesome.min.css) screen and (min-width:0px);
body {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    background: #EEEEEE;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: color .3s;
}

a:hover {
    transition: color .3s;
}


/* 去广告 */

#ad_c1,
#ad_c2,
#bannerbar,
#under_post_card2,
.under-post-card,
#ad_t2,
#cnblogs_ch,
#ad_text_under_commentbox,
#under_post_news,
.c_ad_block {
    display: none
}


/********************************************************************************************/


/**** top_nav ***/

@media screen and (max-width: 1200px) {
    #top_nav {
        display: none;
    }
    #home {
        display: flex!important;
        flex-direction: column;
    }
    #header {
        display: flex!important;
        flex-direction: row!important;
        border-radius: 0!important;
        width: 100%!important;
        padding: 0 10px;
        /* justify-content:space-between!important; */
    }
    #blogTitle {
        flex-grow: 1!important;
        /* flex-grow: 1; */
    }
    #blogTitle h1 {
        text-align: left!important;
    }
    #navList {
        display: flex;
        flex-direction: row!important;
        border-radius: 0!important;
        /*         flex-grow:1; */
        font-size: 0;
        width: fit-content!important;
    }
    #navigator {
        /* flex-grow:1; */
        width: fit-content!important;
        /* display: flex; */
        /* align-items: flex-end; */
    }
    #navList li {
        padding: 0!important;
        width: fit-content!important;
    }
    #navList li a:before {
        margin: 0!important;
    }
    #lnkBlogLogo,
    #blogTitle h2,
    .blogStats {
        display: none!important;
    }
}

@media screen and (min-width: 1200px) {
    #top_nav {
        display: block!important;
    }
}

#top_nav {
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    animation: fadeIn 1s;
}

#nav_main {
    max-width: 1200px;
    height: 60px;
    margin: 0 auto;
}

#nav_main>ul {
    margin: 0;
    padding: 0;
}

.navbar>nav .navbar-branding {
    width: fit-content;
    margin: 0 20px;
}

.navbar>nav .navbar-branding img {
    margin: 0;
}

#nav_left li:not(:first-child) {
    margin: 0 20px 0 0;
}

#nav_left {
    flex-grow: 1;
}

#nav_right {
    display: flex;
    justify-content: space-between;
}

#navbar_login_status {
    display: flex;
    flex-direction: row-reverse;
}

.navbar-user-info.navbar-blog[title="写随笔"] {
    margin-left: 24px;
    margin-right: 10px;
}

.navbar-user-info.navbar-blog[title="写随笔"]:before {
    content: "写随笔";
    background: #fb7299;
    color: #fff;
    padding: 8px 24px;
    border-radius: 8px;
}

.navbar-user-info.navbar-blog[title="写随笔"] img {
    display: none;
}


/****user_info****/

#user_info {
    height: 60px;
    position: relative;
}

.dropdown-button {
    height: 60px;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 300ms;
    z-index: 9999;
    position: sticky;
}

.dropdown-button img {
    transition: transform 300ms;
}

#user_info:hover .dropdown-button img {
    transform: scale(2) translateY(12px);
    transition: transform 300ms;
}

.dropdown-button:hover,
#user_info:hover {
    color: rgba(0, 0, 0, 1);
    transition: all 300ms;
}

.dropdown-button:hover:after {
    color: rgba(0, 0, 0, 1)
}

.dropdown>.dropdown-menu {
    background: #ffff;
    border-radius: 10px;
    padding: 0;
    top: 100%;
    position: absolute;
    right: -50px;
    width: 150px;
    margin: 0 auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    /* z-index:50; */
    transition: none!important;
}

.dropdown:hover .dropdown-menu {
    animation-name: fadeIn;
    animation-duration: 300ms;
}

.dropdown>.dropdown-menu a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    display: block;
    width: 150px;
    line-height: 20px;
    padding: 8px 24px;
    margin-top: 0!important;
}

.dropdown>.dropdown-menu a:first-child {
    margin-top: 30px!important;
}

.dropdown>.dropdown-menu a:hover {
    color: rgba(0, 0, 0, 1);
    background: #F5F5F5;
}

.dropdown-menu a:before {
    margin-right: 10px;
    font-family: fontawesome;
}

#navblog-myblog-text:before {
    content: "\f2bd"
}

.dropdown-menu a[href="https://home.cnblogs.com/"]:before {
    content: "\f29a"
}

.dropdown-menu a[href="https://account.cnblogs.com/settings/account"]:before {
    content: "\f013"
}

#navbar_lite_mode_toggle:before {
    content: "\f0d0";
    margin-right: 6px;
}

.dropdown-menu a[onclick="account.logout();"]:before {
    content: "\f08b"
}


/* **** navbar-search***** */

.navbar>nav .navbar-search {
    background: #F4F4F4;
    border: 1px solid #E7E7E7;
    padding: 0px;
    width: 360px;
    display: flex;
    margin-left: 50px;
    border-radius: 2px!important;
}

#zzk_search_input {
    padding: 0;
    margin: 0;
    flex: 1;
    padding: 4px 8px;
}

#zzk_search_button {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #E7E7E7;
    width: 40px;
}

#zzk_search_button img {
    width: 16px;
}


/*********************************************************************************************/

#home {
    display: grid;
    /* flex-wrap:wrap; */
    /* justify-content: center; */
    /* align-items: center; */
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    /* flex-direction: column; */
    grid-template-columns: 240px 1fr;
}

#header {
    /* max-width: 1200px; */
    margin: 0;
    /* animation: fadeIn 1s; */
    width: 240px;
    height: fit-content;
    background: white;
}

#header {
    display: flex;
    align-items: center;
    /* padding: 0 10px; */
    flex-direction: column;
    /* list-style-type: none; */
    border-radius: 10px;
    animation: fadeIn 1s;
}

#lnkBlogLogo {
    width: 150px;
    height: 150px;
    display: block;
    background: whitesmoke;
    margin: 40px auto 20px;
    border-radius: 100px;
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/694066/galleries/2271699/o_230207130816_79DB59D89A6C685CDEE1D44AAC10B1CC.jpg);
    background-size: cover;
    border: 1px solid whitesmoke;
}

#blogLogo {
    display: none
}

#blogTitle h1 {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}

#blogTitle h2 {
    font-size: 16px;
    font-weight: normal;
    color: gray;
    padding: 0 20px;
}

#navList li a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

#navList li a:before {
    font-size: 16px;
    font-family: fontawesome;
    color: gray;
    margin-right: 4px;
}

#navList li a:hover:before {
    color: inherit;
}

#blog_nav_sitehome:before {
    content: "\f29a";
}

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

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

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

#blog_nav_rss:before {
    content: "\f09e  ";
    /* margin-right: 4px; */
}

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

#navigator {
    width: 100%;
}

#navList {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
    width: 100%;
}

#navList li {
    position: relative;
    width: 100%;
    padding: 0 10px;
}

#navList li a {
    display: block;
    padding: 10px;
    width: 100%;
    border-radius: 10px
}

#navList li a:hover {
    background: whitesmoke
}

.blogStats {
    display: flex;
    flex-direction: column;
    padding: 20px;
    line-height: 30px;
    color: gray;
}


/*********************************************************************************************/

#main {
    display: flex;
    /* max-width: calc(100px - 260px); */
    /* margin: 20px auto; */
    gap: 20px;
    /* flex-direction: row; */
    animation: fadeIn 1s;
    /* flex-grow: 1; */
    /* margin: 0 auto 0 20px; */
    /* grid-template-columns: 1fr 300px; */
    /* align-items: center; */
    justify-content: center;
}

@media screen and (max-width:960px) {
    #main {
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }
    .day .postDesc,
    .PostList .postDesc2,
    .entrylistItemPostDesc {
        font-size: 0!important;
    }
    .day .postDesc a[rel="nofollow"],
    .postDesc2 a[target="_blank"],
    .entrylistItemPostDesc a[rel="nofollow"],
    .entrylistItemPostDesc a[title='permalink'] {
        display: none!important;
    }
    #sideBarMain {
        display: none;
    }
    #mainContent {
        max-width: 100%!important;
    }
}

#mainContent {
    flex-grow: 1;
    /* order: 1; */
    max-width: calc(1200px - 580px);
}

#sideBarMain {
    width: 300px;
}

#sideBarMain>* {
    /* animation: fadeInUp 1s; */
}

#main .clear {
    display: none;
}

#footer {
    text-align: center;
    padding: 20px;
    color: gray;
    /* background: #1d1e1f; */
    width: 100%;
    grid-area: 2 / 1/ 3 / 3;
}


/*********************************************************************************************/

h3.catListTitle {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 14px 14px 10px;
    border-bottom: 1px solid whitesmoke;
}

div[id^="sidebar_"],
#blog-calendar {
    animation: fadeIn 1s;
}

.sidebar-block {
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
}

h3.catListTitle.catListTitle+ul {
    padding: 14px 24px;
}

.newsItem {
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
}

#blog-news {
    padding: 14px;
    line-height: 1.8;
}

#p_b_follow {
    line-height: 40px;
    background: dodgerblue;
    color: white;
    text-align: center;
    border-radius: 6px;
    margin-top: 14px;
}

#p_b_follow:hover {
    opacity: .8;
    cursor: pointer
}


/**/

#blogCalendar {
    padding: 14px;
    line-height: 2;
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
}

.CalTitle {
    width: 100%;
    font-weight: 600;
}

.CalNextPrev a {
    font-size: 0;
}

.CalNextPrev:nth-child(1) a:before {
    content: "\f104";
    font-size: 18px;
    font-family: fontawesome;
}

.CalNextPrev:nth-child(3) a:before {
    content: "\f105";
    font-size: 18px;
    font-family: fontawesome
}

.CalDayHeader {
    padding: 10px;
    margin-bottom: 10px;
}

.CalOtherMonthDay {
    color: gainsboro;
}

#blog-calendar u {
    color: dodgerblue;
    text-decoration: none;
    font-weight: bold;
}

.CalTodayDay u {
    color: #fff!important;
}

#blogCalendar tr:nth-child(n+3) td:hover {
    background: whitesmoke;
    border-radius: 4px;
    cursor: pointer;
}

.CalTodayDay {
    background: dodgerblue!important;
    border-radius: 4px;
    color: white;
}


/***/

#sidebar_search_box {
    padding: 14px;
}

.div_my_zzk {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_my_zzk {
    border-radius: 4px;
    flex-grow: 1;
    border: 1px solid gainsboro;
    height: 30px;
    margin: 4px 0;
    padding: 0 10px;
    outline: none;
    color: gray;
    background: white;
}

input.btn_my_zzk {
    height: 30px;
    cursor: pointer;
    background: dodgerblue;
    border: none;
    color: white;
    border-radius: 4px;
}

.sidebar-block a:hover {
    color: dodgerblue;
}

.sidebar-block ul {
    margin: 0;
    list-style-type: none;
    padding: 14px;
}

#sidebar_shortcut ul,
#sidebar_toptags ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
}

#sidebar_toptags li a {
    display: block;
    font-size: .9rem;
    padding: 4px 8px;
    border: 1px solid lightgray;
    border-radius: 4px;
    transition: background .3s;
}

#sidebar_toptags li a:hover {
    background: whitesmoke;
    color: inherit;
    transition: background .3s;
}

#sidebar_toptags {
    position: relative;
}

#sidebar_toptags li a[href$="tag/"] {
    color: gray;
    border: none;
    position: absolute;
    top: 21px;
    right: 20px;
    padding: 0;
    margin: 0;
}

#sidebar_toptags li a[href$="tag/"]:after {
    content: " \f101";
    font-family: fontawesome;
}

#sidebar_toptags li a[href$="tag/"]:hover {
    color: inherit;
    background: transparent;
    border: none;
}

div:not(#sidebar_toptags):not(#sidebar_shortcut)[id^="sidebar_"] ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /*     color:dimgray; */
}

.sidebar-block a[href="javascript:void(0)"] {
    display: block;
    margin: 10px 0;
    text-align: center;
    padding: 8px!important;
    background: whitesmoke;
    color: var(--color-text-regular);
    border-radius: 4px;
    transition: all .3s ease-in-out;
    font-size: var(--text-h6);
    line-height: 1.4;
}

.sidebar-block a[href="javascript:void(0)"]:hover {
    background: gainsboro;
    color: dimgray;
}

li.recent_comment_body {
    margin-top: 4px;
    background: whitesmoke;
    padding: 4px 10px;
    border-radius: 4px;
    position: relative;
    line-height: 1.8;
    font-size: small;
}

li.recent_comment_body:after {
    content: "";
    display: block!important;
    width: 10px;
    height: 10px;
    background: whitesmoke;
    position: absolute;
    bottom: -5px;
    right: 10px;
    transform: rotate(45deg);
}

.recent_comment_author {
    color: gray;
}


/********************************************/

.forFlow>*,
#footer {
    animation-name: fadeIn;
    animation-duration: 1s;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    /*初始状态 透明度为0*/
    40% {
        opacity: 0;
    }
    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
    }
    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {
    /*针对webkit内核*/
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: none;
        transform: none;
    }
}


/************************************/

.dayTitle {
    display: none;
}

.day,
.entrylistItem {
    border-radius: 0px;
    overflow: hidden;
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
    /* border-bottom: 1px solid whitesmoke !important; */
}

.day .postSeparator {
    border-bottom: 20px solid whitesmoke;
}

.day .postTitle2 span span {
    font-size: 0;
}

.day .postTitle2 span span:after {
    content: "置顶";
    display: inline-block;
    text-align: center;
    padding: 0.1rem;
    font-size: 12px!important;
    color: #fff;
    background: dodgerblue;
    border-radius: 3px;
    min-width: 30px;
}

.day .postTitle,
.entrylistPosttitle,
.postTitl2 {
    font-size: 20px;
    padding: 20px 20px 10px;
    font-weight: 500;
    /* border-radius: 10px 10px 0 0; */
}

#myposts .PostList {
    background: white;
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
    border-radius: 10px;
}

#myposts .postDesc2 {
    order: 1;
    padding: 20px;
}

#myposts .postText2 {
    padding: 0 20px;
    font-size: 16px;
}

.day .postTitle a:hover,
.entrylistPosttitle a:hover {
    color: dodgerblue;
}

.postCon,
.postDesc2,
.entrylistPostSummary {
    padding: 0 20px 0px;
    color: dimgray;
}

.postDesc,
.entrylistItemPostDesc {
    font-size: .95rem;
    padding: 14px 20px 20px;
    color: gray;
    display: flex;
}

.c_b_p_desc {
    line-height: 24px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    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 {
    /* content:"\e6e0"; */
    font-family: element-icons;
    float: right;
}

.c_b_p_desc img {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 8px;
    object-fit: cover;
    /* float: left; */
}

@media screen and (max-width:767px) {
    .c_b_p_desc {
        -webkit-line-clamp: 3;
    }
    .c_b_p_desc img {
        height: 72px;
        width: 100px;
        border: 1px solid rgba(0, 0, 0, .05);
    }
}

@media screen and (min-width:767px) {
    .c_b_p_desc {
        -webkit-line-clamp: 5;
    }
    .c_b_p_desc img {
        height: 120px;
        width: 180px;
        border: 1px solid rgba(0, 0, 0, .05);
        /* float: left; */
    }
}

.postDesc *:before,
.postDesc2 *:before,
.entrylistItemPostDesc *:before {
    font-family: fontawesome;
}

.day .postDesc,
.postDesc2,
.entrylistItemPostDesc {
    /* font-size:0; */
    /* display: none; */
    width: 100%;
    display: inline-flex;
    flex-direction: row-reverse;
    text-overflow: ellipsis;
}

.entrylistItemPostDesc a[title="permalink"] {
    display: unset;
    order: -1;
}

.entrylistItemPostDesc text {
    margin-right: 8px;
}

.day .postDesc span,
.postDesc2 span,
.entrylistItemPostDesc span,
.day .postDesc a,
.entrylistItemPostDesc a {
    margin-right: 14px;
    font-size: 14px!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.post-view-count:before {
    content: "\f06e";
    margin-right: 4px;
}

.post-comment-count:before {
    content: "\f27b";
    margin-right: 4px;
}

.post-digg-count:before {
    content: "\f08a";
    margin-right: 4px;
}

.post-view-count {
    flex: 1;
}

.day .postDesc a[rel="nofollow"],
.postDesc2 a[target="_blank"],
.entrylistItemPostDesc a[rel="nofollow"] {
    margin-right: 14px;
    text-align: right;
}

.day .postDesc:hover a[rel="nofollow"],
.postDesc2:hover a[target="_blank"],
.entrylistItemPostDesc:hover a[rel="nofollow"] {
    display: unset;
    float: right;
    transition: display 300ms;
}

.day .postDesc a[rel="nofollow"]:hover,
.postDesc2 a[target="_blank"]:hover,
.entrylistItemPostDesc a[rel="nofollow"]:hover {
    color: dodgerblue;
}

.day .postDesc a[rel="nofollow"]:before {
    content: "\f040";
    margin-right: 0px;
}

.postDesc2 a[target="_blank"]:before {
    content: "\f040";
    margin-right: 4px;
}

.entrylistItemPostDesc a[rel="nofollow"]:before {
    content: "\f040";
    margin-right: 4px;
}


/********************/

.topicListFooter {
    margin: 0;
}

#nav_next_page {
    line-height: 2.6;
    border-radius: 0px;
    text-align: center;
    /*     background: white; */
    border-radius: 10px;
}

#nav_next_page a {
    font-size: 14px;
    display: block;
    width: fit-content;
    line-height: 28px;
    display: inline-block;
    padding: 0 10px;
    margin: 20px;
    border-radius: 4px;
    border: 1px solid lightgray;
}

#nav_next_page:hover {
    /*         transition: all 500ms; */
}

.forFlow>.pager,
#myposts>.pager {
    margin: 20px 0;
    /* font-size: var(--text-h6); */
    color: inherit;
    line-height: 1.8;
    /*     background: white; */
    border-radius: 10px;
}

.pager a {
    padding: 0 4px;
    color: black;
    border: none;
    border-radius: 4px;
    /* transition: all 500ms; */
    display: inline-block;
    line-height: 28px;
    display: inline-block;
    padding: 0 10px;
    margin: 8px 8px;
    min-width: 28px;
    min-height: 28px;
    border: 1px solid lightgray;
}

.pager a:hover,
#nav_next_page a:hover {
    color: white;
    background: dodgerblue;
    transition: all 300ms;
    border-color: dodgerblue;
}

.Pager {
    padding: 0 20px;
    text-align: center;
    /* border-top: 1px solid whitesmoke; */
    border-radius: 10px;
}

span.current {
    border: none !important;
    background: transparent !important;
    color: dodgerblue !important;
    font-weight: normal !important;
}

#homepage_top_pager,
#homepage_bottom_pager,

/* #comment_pager_top, */

#comment_pager_bottom {
    border-radius: 0;
    padding: 0px;
    /* border-bottom: 1px solid whitesmoke; */
    /* background: white; */
    margin-bottom: 20px;
    border-radius: 10px;
    /* color: black; */
}

#homepage_bottom_pager {
    border: none
}


/*     #homepage_top_pager:hover,
    #homepage_bottom_pager:hover,
    #comment_pager_top:hover,
    #comment_pager_bottom:hover {

        transition: all 500ms;
    } */


/*********************/

#post_detail {
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
}

#topics {
    max-width: 840px;
    margin: 0 auto;
}

.post {
    display: flex;
    flex-direction: column;
    grid-template-columns: 100%;
    width: 100%;
}

.postBody {
    order: 1;
    padding: 0px 20px 20px !important;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    line-height: 1.8;
}

.post .postTitle,
.post-header .postTitle {
    margin: 0;
    border-radius: 0;
    position: relative;
    font-size: 1.7em;
    padding: 30px 20px 0;
}

.post .postTitle:after {
    content: "";
    width: 40px;
    height: 2px;
    border-radius: 4px;
    display: block;
    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,
.post-header .postDesc {
    padding: 10px 0;
    font-size: 0;
    display: flex;
    line-height: 1.8;
    align-items: center;
    flex-wrap: wrap;
    /* background: whitesmoke; */
    margin: 10px 20px;
    border-radius: 10px;
}

.post .postDesc span,
.post-header .postDesc span,
.post .postDesc a,
.post-header .postDesc a {
    font-size: 14px;
    margin: 0 10px;
}

.post .postDesc span:before,
.post .postDesc a:before,
.post-header .postDesc span:before,
.post-header .postDesc a:before {
    margin-right: 4px;
    font-family: fontawesome;
}

#post-date:before {
    content: "\f017";
}

#post_view_count:before {
    content: "\f06e";
}

#post_comment_count:before {
    content: "\f27a";
}

.post .postDesc a[href^="https://www.cnblogs.com/"]:before,
.post-header .postDesc a[href^="https://www.cnblogs.com/"]:before {
    content: "\f2be";
}

.post .postDesc a[target="_blank"]:before,
.post-header .postDesc a[target="_blank"]:before {
    content: "\f15c";
}

.post .postDesc a[rel="nofollow"]:before,
.post-header .postDesc a[rel="nofollow"]:before {
    content: "\f040";
}

.post .postDesc a[onclick^="AddToWz"],
.post-header .postDesc a[onclick^="AddToWz"] {
    margin: 0 10px;
}

.post .postDesc a[onclick^="reportManager"],
.post-header .postDesc a[onclick^="reportManager"] {
    margin: 0 10px;
}

.post .postDesc a[onclick^="AddToWz"]:before,
.post-header .postDesc a[onclick^="AddToWz"]:before {
    content: "\f005";
}

.post .postDesc a[onclick^="reportManager"]:before,
.post-header .postDesc a[onclick^="reportManager"]:before {
    content: "\f071";
}


/*************/

#BlogPostCategory,
#EntryTag {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

#BlogPostCategory a,
#EntryTag a {
    margin: 4px 8px;
    display: inline-block;
    font-size: 14px;
    color: dimgray;
}

#BlogPostCategory a,
#EntryTag a {
    background: whitesmoke;
    border: 1px solid lightgray;
    padding: 2px 12px;
    border-radius: 100px;
    transition-property: color, border;
    transition-duration: .3s, .3s;
    line-height: 1.5;
}

#BlogPostCategory a:before {
    content: "\f07c";
    font-family: fontawesome;
    font-size: 14px!important;
}

#BlogPostCategory a:hover,
#EntryTag a:hover {
    border: 1px solid gainsboro;
    color: dimgray;
    transition-property: color, border;
    transition-duration: .3s, .3s;
}

#EntryTag a:before {
    content: "\f02b";
    font-family: fontawesome;
    font-size: 14px!important;
}

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


/****/

#blog_post_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* grid-gap:20px; */
    margin-top: 40px;
    position: relative;
    justify-content: flex-start;
}

#green_channel {
    border: none;
    margin: 20px auto 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
    width: fit-content!important;
    order: 1;
    float: left;
}

#green_channel a {
    padding: 0 20px;
}

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

#green_channel a:link,
#green_channel a:visited,
#green_channel a:active {
    color: inherit !important;
}

#green_channel a {
    font-size: 0;
    font-weight: normal;
    margin: 0 20px;
    position: relative;
}

#green_channel a:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 100px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border: 1px solid whitesmoke;
}

#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: gray;
}

#green_channel_favorite:hover:after {
    font-size: 14px;
    content: "收藏本文";
    font-size: 10px;
    color: black;
    top: -50%;
    left: -2px;
    right: 0;
    width: max-content;
    position: absolute;
    animation-name: fadeInUp;
    animation-duration: 0.3s
}

#green_channel_favorite:hover:before {
    content: "\f005";
    color: orange;
    transition: 300ms;
}

#green_channel_weibo:before {
    content: "\f18a";
    color: gray;
}

#green_channel_weibo:hover:before {
    content: "\f18a";
    color: #F44336;
    transition: 300ms;
}

#green_channel_weibo img {
    display: none;
}

#green_channel_weibo:after {
    content: "微博分享"
}

#green_channel_weibo:hover:after {
    font-size: 14px;
    content: "微博分享";
    font-size: 10px;
    color: inherit;
    top: -50%;
    left: -2px;
    right: 0;
    width: max-content;
    position: absolute;
    animation-name: fadeInUp;
    animation-duration: 0.3s
}

#green_channel_wechat:before {
    content: "\f1d7";
    color: gray;
}

#green_channel_wechat:hover:after {
    font-size: 14px;
    content: "微信分享";
    font-size: 10px;
    color: var(--color-text-secondary);
    top: -50%;
    left: -2px;
    right: 0;
    width: max-content;
    position: absolute;
    animation-name: fadeInUp;
    animation-duration: 0.3s
}

#green_channel_wechat:hover:before {
    content: "\f1d7";
    color: green;
}

#green_channel_wechat img {
    display: none;
}

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

#div_digg {
    margin: 20px 10px 40px auto;
    padding: 0;
    width: fit-content;
    color: inherit !important;
    /* flex-grow: 1; */
    text-align: center;
    display: flex;
    /* flex-direction: column; */
    /* position: absolute; */
}

.diggit {
    background: transparent!important;
    color: gray;
    margin: 0;
    padding: 0;
    width: fit-content;
    height: fit-content;
    transition: 300ms;
    /* position:relative; */
}

.diggit:hover:after {
    font-size: 14px;
    content: "支持一下";
    font-size: 10px;
    color: gray;
    top: 10px;
    margin: 0 auto 0 -23.5px;
    width: max-content;
    position: absolute;
    animation-name: fadeInUp;
    animation-duration: 0.3s;
}

.zan .diggit:before {
    color: #FA7298;
    animation-name: zan;
    animation-duration: 0.5s;
}

#digg_tips {
    font-size: 0;
}

#digg_tips a {
    /*     position: relative; */
    font-size: 0px;
    /* right:0; */
    margin: -2px!important;
    padding: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    /* z-index: -2; */
    text-decoration: none;
}

#digg_tips a:before {
    font-size: 14px;
    content: "\f004";
    width: 40px;
    line-height: 40px;
    height: 40px;
    color: #FA7298;
    font-size: 18px;
}

#digg_tips a:hover:after {
    font-size: 14px;
    content: "取消支持";
    font-size: 10px;
    color: gray;
    top: -50%;
    width: max-content;
    position: absolute;
    animation-name: fadeInUp;
    animation-duration: 0.3s
}

.diggnum {
    /* display:none; */
    color: gray!important;
    font-family: inherit;
    position: absolute;
    top: 80px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: max-content;
    pointer-events: none;
}

.diggnum:after {
    content: " 人觉得很赞";
}

.buryit {
    display: none;
}

.diggit:hover:before {
    color: #FA7298
}

@keyframes zan {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.diggit:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 18px;
    /* font-family: 'Material Icons'; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-h4);
    border-radius: 100px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border: 1px solid whitesmoke;
}


/*********/

@media screen and (max-width:540px) {
    #div_digg {
        margin: 20px 10px 40px auto;
    }
    #author_profile_honor {
        display: none;
    }
}


/* 博主信息 */

#author_profile {
    order: 1;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;
    border: 1px solid whitesmoke;
    padding: 20px;
    border-radius: 4px;
}

.author_profile_info {
    flex-grow: 1;
    color: gray;
}

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

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

#author_profile_detail {
    margin: 0 20px;
}

#author_profile_honor {
    padding: 4px 12px;
    border-radius: 4px;
    margin: 0 20px;
    font-size: 14px;
    color: white;
    cursor: pointer
}

#author_profile_honor:empty {
    display: none;
}

#author_profile_honor:before {
    content: "\f091";
    margin-right: 10px;
}

#author_profile_follow {
    font-size: 0;
}

#author_profile_follow a,
#author_profile_follow span {
    background: #fdedf1;
    border: 1px solid #ffe1ea;
    color: #ff5182!important;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
}

#author_profile_follow a:hover {
    background: #EF5350;
    border: 1px solid #EF5350;
    transition: all 300ms;
    color: #fff!important;
}


/*上下篇*/

#post_next_prev {
    font-size: 16px;
    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;
}


/**********/

#taglist {
    width: 100%;
    margin: 20px 0;
    background: white;
    border-radius: 10px;
    padding: 20px;
}

#MyTag1_dtTagList {
    width: 100%;
}

.commentbox_main {
    width: 100%;
}


/***************/

#taglist_main,
#myposts {
    margin: 0;
}

.PostListTitle,
#taglist_title,
.forFlow>.entrylistTitle {
    /* background: white; */
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    /* border-bottom: 1px solid whitesmoke; */
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.entrylist .entrylistTitle {
    /* background: white; */
    margin: 0;
    /* padding: 20px 20px 0; */
    /* line-height: 0px; */
    font-size: 24px;
    font-weight: 500;
    vertical-align: baseline;
    border-radius: 0;
    text-align: center;
}

.entrylistDescription {
    padding: 0 20px 20px;
    /* background: white; */
    /* border-bottom: 1px solid whitesmoke; */
    /* margin-bottom: 20px; */
    border-radius: 0 0 10px 10px;
    text-align: center;
}


/****************************************************************/

.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: 0 0 20px 0;
    background: var(--color-white);
    border-radius: 0;
}

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

#comment_nav {
    padding: 20px;
    text-align: center;
    display: none;
    /* border-bottom: 1px solid var(--border-color-extra-linght); */
}

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

#commentform_title,
.feedback_area_title {
    margin: 0;
    font-weight: 500;
    /* text-indent:10px; */
    padding: 14px 0;
    /* border-top: 1px solid var(--border-color-extra-linght); */
    /* border-bottom: 1px solid whitesmoke; */
    position: relative;
    /* order: 1; */
    /* background: white; */
    border-radius: 10px;
}

#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 {
    /* content: ""; */
    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 whitesmoke;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
}

.feedbackListSubtitle {
    display: flex;
    /* line-height:2; */
    color: gray;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    /* width: 100%; */
    flex-wrap: wrap;
    /* position: relative; */
}

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

.feedbackListSubtitle a {
    font-size: 16px;
}

.layer {
    /* width:100%; */
    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);
}

.feedbackListSubtitle a[id^="a_comment_author"] {
    order: 2;
    overflow: hidden;
    /* width: 100%; */
    /* margin-right: 120px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--color-text-regular);
    /* padding-right: 200px!important; */
}

.louzhu {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.louzhu:before {
    content: "作者";
    font-size: 10px!important;
    color: #fff;
    margin-left: 10px;
    background: #ea7197;
    height: 14px;
    line-height: 14px;
    padding: 2px 4px;
    border-radius: 2px;
    font-family: fontawesome;
    /* 			font-size: var(--text-h5) !important; */
}

.comment_textarea {
    /* width: 100%; */
    /* margin: 10px 14px 14px!important; */
    border: none;
    background: white;
    transition: none;
    margin: 0!important;
    border-bottom: 1px solid whitesmoke;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

#tbCommentBody {
    background: var(--color-white);
    color: var(--text-color-regular);
    max-height: 200px;
    font-size: 16px;
}

.commentbox_title,
.commentbox_tab:hover,
.commentbox_tab.active {
    /* border-color: var(--color-primary); */
    color: var(--color-text-regular);
}

.commentbox_title {
    border-bottom: 1px solid whitesmoke !important;
}

.commentbox_footer {
    border-top: 1px solid whitesmoke !important;
}

#commentbox_opt {
    padding: 14px;
    margin: 0!important;
    background: white;
    border-radius: 0 0 10px 10px;
}

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

#tbCommentBodyPreviewBody {
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    height: 250px;
    padding: 14px 0;
}

#btn_comment_submit {
    background: #d9665b;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    line-height: 30px;
    height: 30px;
    width: 80px;
}

#btn_comment_submit:hover {
    /*         color: #fff;
        transition: all 300ms;
/*         border: 1px solid var(--color-primary); */
    /*         background: var(--color-primary); */
    opacity: .8;
}

.blog_comment_body {
    padding: 0px 0;
}

.cnblogs-ubb {
    margin: 10px 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;
}


/**************/

#MySignature {
    font-size: var(--text-h5);
    color: gray;
    margin: 40px 0 0;
    /* padding: 14px; */
}

#MySignature i {
    color: red;
    margin-right: 4px;
}

#the-end {
    text-align: center;
    display: flex;
    margin: 14px auto;
    align-items: center;
    justify-content: center;
}

#the-end:before {
    content: "";
    width: 60px;
    height: 1px;
    display: inline-block;
    opacity: 0.8;
    border-bottom: 1px solid gray;
    margin-right: 6px;
}

#the-end:after {
    content: "";
    width: 60px;
    opacity: 0.8;
    height: 1px;
    display: inline-block;
    border-bottom: 1px solid gray;
    margin-left: 6px;
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.cnblogs-markdown a:hover {
    color: dodgerblue;
}

#cnblogs_post_body table,
.cnblogs-post-body table {
    word-break: keep-all;
}


/**************/

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

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

#cnblogs_post_body .music {
    height: 140px;
    /*padding-bottom: 14.39%;*/
    /* 16:9 */
    position: relative;
    width: 100%;
}

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

#cnblogs_post_body table::-webkit-scrollbar-track {
    -webkit-box-shadow: none!important;
    border-radius: 0!important;
    background-color: transparent!important;
}

#cnblogs_post_body table::-webkit-scrollbar {
    width: unset;
    background-color: transparent!important;
}

#cnblogs_post_body table::-webkit-scrollbar-thumb {
    border-radius: 0!important;
    -webkit-box-shadow: unset;
    background-color: gray!important;
}