/* ========== 基础清理 ========== */
div.itnews.under-post-card,
div.under-post-card,
div.commentform_title,
div.bannerbar,
div.under-comment-nav,
#commentform_title>a,
#ViewPicture1_ReturnUrl,
#poweredby,
#profile_block,
#navigator,
#footer,
#ad_t2,
#cnblogs_c1,
#under_post_news,
#cnblogs_c2,
#under_post_kb,
#opt_under_post,
.c_ad_block,
.buryit,
#tip_comment2 + p,
div#comments_pager_top,
#blog-comments-placeholder > br,
.comment_vote,
.feedbackItem .sendMsg2This {
    display: none;
}

/* ========== 侧边栏美化 ========== */
.highlight {
    color: #FF0000;
    font-weight: bold;
}
.section-title {
    color: #FF5511;
    font-size: 0.85rem;
    font-weight: bold;
    margin-top: 1em;
}
p {
    margin: 0.5em 0;
}

/* ========== 点赞美化 ========== */
#div_digg {
    position: fixed;
    left: 0;
    bottom: 80px;
    width: 80px;
    padding: 5px;
    border-radius: 5px;
    z-index: 100;
}
.diggit {
    background: url(//images.cnblogs.com/cnblogs_com/spacetime/1613991/o_ab4c8da8.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    opacity: 0.3;
}
#div_digg .diggnum {
    position: absolute;
    bottom: -20px;
    left: 6px;
    width: 60px;
    background: #d0d0d0;
    padding: 2px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

/* ========== 博文互动美化 ========== */
#green_channel {
    border: none;
    width: 100% !important;
    text-align: center;
    font-size: inherit;
    border-bottom: 1px solid #f5f6f7;
}

#green_channel a::before {
    color: #333;
}

#green_channel a {
    background: none;
    text-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-size: 0;
    color: #333 !important;
}

#green_channel_digg,
#green_channel_follow,
#green_channel_favorite,
#green_channel_weibo,
#green_channel_wechat {
    background-color: #f5f6f7 !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    margin: 10px 0;
}

#green_channel_digg::before {
    content: '👍点赞';
    font-size: 16px;
}
#green_channel_follow::before {
    content: '❤️关注';
    font-size: 16px;
}
#green_channel_favorite::before {
    content: '⭐收藏';
    font-size: 16px;
}
#green_channel_wechat::before {
    content: '🍀微信';
    font-size: 16px;
}

/* ========== 文本颜色 ========== */
body {
    color: #ff5511;
}
a:link,
#blog-news a:link,
a:visited,
#blog-news a:visited,
a:hover,
#blog-news a:hover,
a:active,
#blog-news a:active {
    color: #ff1453;
}

/* ========== 圆角卡片效果 ========== */
#home {
    width: 85%;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/* ========== 淡入效果 ========== */
@keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body {
    animation: fadein 0.8s linear 1;
}

/* ========== 评论区美化 ========== */
.commentbox_main {
    width: 100%;
}
.feedbackManage {
    display: none;
    position: absolute;
    right: 150px;
    top: 6px;
}
.feedbackItem:hover .feedbackManage {
    display: block;
}
.feedbackItem {
    color: #464646;
    position: relative;
}
.feedbackItem a {
    color: #989898 !important;
    transition: all 0.2s;
}
.feedbackItem a:hover {
    color: #ff661c !important;
    text-decoration: underline;
}
.feedbackListSubtitle a.layer {
    background: #ffd700;
    color: #414141 !important;
    padding: 2px 4px;
    border-radius: 5px;
    margin-right: 4px;
}
.feedbackListSubtitle a[target="_blank"] {
    color: #ff6969 !important;
}
.blog_comment_body {
    background: #efef8f;
    float: left;
    padding: 8px 12px;
    border-radius: 10px;
    max-width: 100%;
    position: relative;
}
.feedbackCon::after {
    content: '';
    display: block;
    clear: both;
}
.comment_quote {
    border: 1px solid #63921f;
    border-radius: 3px;
}