#masthead {
    background: #fff;
    height: 100px;
}

#title {
    text-align: left;
    top:10px;
    left: 50px;
    height:74px;
    font-size:20px;
    width: auto;
}


#title h1 {
    text-align: left;
    font-size: 30px;
}

.DIY-clean {
    padding: 0;
    margin: 0;
}

.DIY-bgp {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -999999;
}

.DIY-bgp img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

#cnblogs_ch,
#cnblogs_c1,
#sidebar_c3,
.charm-bar-item-link,
.charm-bar-wrapper,
#blog_c1,
#under-post-card1,
#under_post_card1,
#under-post-card2,
#under_post_card2 {
    display: none;
}

#tbCommentBody {
    height: 150px;
    min-height: 150px;
}

.post .postFoot {
    color: #8888ff;
    padding-bottom: .7em;
}

.post .postFoot::before {
    content: '　';
}

.date {
    color: #000;
    margin-block-end: 0;
    /* border-bottom-style: solid; */
    border-width: 1px;
    width: 30%;
}

.date {
    display: none;
}

.post {
    padding-left: 2.5em;
    padding-top: 0.5em;
    margin: 0;
    border-width: 2px;
    border-top-style: solid;
    border-color: rgb(190, 198, 255);
}

[role="article"] p, [role="article"] div {
    background: #fff;
}

[role="article"] p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

#nav_next_page a {
    display: inline-block;
    padding: 4px;
    padding-left: 2em;
    padding-right: 2em;
    /* border-style: solid;
    border-color: rgb(181, 189, 252);
    border-width: 2px; */
    background-color: rgb(192, 252, 226);
    border-radius: 6px;
}

#cb_post_title_url span {
    font-size: x-large;
}

.blog_comment_body h1 {
    font-size: 22px;
    font-weight: 900;
}
#comments .blog_comment_body  h2 {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}
.blog_comment_body h3 {
    font-size: 16px;
    font-weight: 700;
}
.blog_comment_body h4 {
    font-weight: 600;
}

[aria-describedby="postlist_description_18437205"], [aria-describedby="postlist_description_18486827"] {
    display: none;
}

#sidebar_news {
    margin-bottom: 2em;
    padding: 0.5em;
    border-color: rgb(190, 198, 255);
    border-left-style: solid;
}

#green_channel_digg {
    display: none;
}

/* @media only screen and (max-width: 767px) { */
    .display {
        overflow: auto;
    }
/* } */

.post {
    padding-left: 0.5em;
}

summary {
    cursor: pointer;
}

.medium-zoom-image {
    max-height: 80vh;
}

.cards {
    border: 1px solid #515167;
    transition: all 0.1s ease-out;
    overflow-y: hidden;
}

.cards_inner {
    padding: 0.8em;
}

.cards_button {
    border: none;
    border-right: 1px solid #515167;
    padding: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.cards_button_hoverable:hover {
    background-color: #bfc7d0;
}

.cards_button_unactive {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #515167;
    background: #86e9f4;
}

.cards_button_list {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.smiles-container {
    max-height: 80vh;
}

/* 阅读全文按钮 */
.c_b_p_desc_readmore {
    display: none;
}