/* 屏蔽 广告 */
.under-post-card,
#under_post_card1,
#under_post_card2,
#cnblogs_ch,
/* 屏蔽 分享 */
#blog_post_info,
/* 屏蔽 顶部导航 */
#top_nav,
/* 屏蔽 博客统计 */
#navigator .blogStats,
/* 屏蔽 刷新评论 */
#comment_nav a,
/* 屏蔽 随笔档案 */
#sidebar_postarchive,
/* [Ctrl+Enter快捷键提交] */
#comment_form_container p {
    display: none;
}
/* 屏蔽登录提示的小图 */
.login_tips {
    background-image:none;
}
/* 屏蔽标题动画 */
#mainContent .entrylistPosttitle:hover,
#mainContent .entrylistItemTitle:hover,
#mainContent .postTitle2.vertical-middle:hover,
#topics .postTitle:hover{
    margin-left: 0px;
}
/* 阅读全文 变成蓝色 */
a:link, a:visited, a:active {
    color: #5d6ccd;
    background: #ffffff;
}
.pager a {
  box-shadow: none;
  border: none;
  /* text-decoration:underline; */
  background: #e8e8e9;
}
.pager a:hover {
    background: #ffffff;
}

/* 摘要 颜色 */
.c_b_p_desc,
.postCon {
    color: #4d4d4d;
}
/* 设置字体行距 */
.postBody {
    line-height: 2;
    font-size: 15px;
    color: #4d4d4d;
    margin-bottom: 16px;
}
/* 下一篇 拉低点 */
#post_next_prev {
    margin-top: 30px;
}
/* 代码小一字号 */
.hljs-ln-number,
.hljs-ln-code {
    font-size: 13px;
    line-height: 1.5;
}
/* 图片居中 边距 */
#cnblogs_post_body img {
    margin: 0 auto;
    display: block;
    max-width: 80%;
    margin-top: 20px;
}
/* 链接蓝色 */
.postBody a:link,
.postBody a:visited {
    color: #5d6ccd;
} 
/* 屏蔽目录 两个字 */
.toc-container-header {
    display: none;
}
/* toc 行距缩短 */
.toc {
    line-height: 1;
    margin-bottom: 30px;
} 
#cnblogs_post_body ul {
  margin-top: 15px;
}
/* 返回顶部 */
/* <span id="back-to-top"><a href="#top">返回顶部</a></span>
<span id="top"></span>  */
#back-to-top {
    background-color: #ffffff;
    bottom: 10px;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    opacity: 0.5;
}

.addNav {
  position: absolute;
  /* margin-top: 25px; */
}

#navList #blog_nav_admin{
   /* display: none; */
}
/* 评论框放大 */
.comment_textarea {
    width: 100%;
}
