body {
    background-image: url();
    //background-color: #fffdfa;
    background-color: #fff;
}
#bannerbar{
    //display: none;
}
.cnblogs-markdown code, .cnblogs-post-body code{
    font-family: Consolas;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: Consolas,sans-serif!important;
    font-size: 12px;
}

#cnblogs_post_body h1, .blog_comment_body h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
#cnblogs_post_body h2, .blog_comment_body h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
#cnblogs_post_body h3, .blog_comment_body h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
#cnblogs_post_body h4, .blog_comment_body h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 10px 0;
}
#cnblogs_post_body img, .cnblogs-post-body img{
  border: 0px solid rgb(0 0 0 / 25%);
  box-shadow: -2px -2px 8px rgb(0 0 0 / 10%), -2px 2px 8px rgb(0 0 0 / 10%), 2px 2px 8px rgb(0 0 0 / 10%), 2px -2px 8px rgb(0 0 0 / 10%);
}
#cnblogs_post_body ol {
    padding-left: 10px;
}
#cnblogs_post_body ul {
    margin-left: 10px;
    padding-left: 0;
}
#cnblogs_post_body ul {
    margin-left: 20px;
    padding-left: 0;
}
.postBody ol, .postCon ol {
    list-style: none;
    margin-left: 10px;
}
.postBody ul li, .postCon ul li {
    list-style: disc;
}
.day {
    background: #fff;
    padding: 20px 20px 0px 20px;
}
.day:first-child {
    background: #fff;
    padding: 30px 20px 0px 20px;
}
.dayTitle {
    top: -10px;
    left: 0px;
}
.blogStats {
    color: #cacaca;
    font-size: 12px;
    text-align: right;
    //display: none;
}
#cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    padding: 4px 4px;
    min-width: 85px;
}
.postTitle a {
   font-size: 24px;
}
#ad_t2 {
    margin-top: 5px;
    line-height: 1.8;
    //display: none;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
    //display: none;
}
#blog_post_info {
  //display: none;
}
.post {
    padding: 20px 20px 0px;
}
.postDesc, .postDesc2, .entrylistItemPostDesc {
    border-bottom: 1px dashed #e8e7d0;
    text-align: right;
    margin:   5px 0;
    padding: 5px 0;
}
.postBody, .postCon, .entrylistPostSummary {
    clear: both;
    margin-top: 10px;
}
.topicListFooter {
    padding: 10px;
}
.comment_textarea {
    padding: 8px 14px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: auto;
    border-radius: 3px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}
#comment_form {
    padding: 0 20px 10px 20px;
}
body, button, input, select, textarea {
    font-family:  微软雅黑;
}
#navList li a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 9px;
    background-color: #2175bc;
}
#navList li a:hover {
    background-color: #2586d7;
    margin-top: 0px;
    color: #fff;
    padding-bottom: 11px;
    opacity: 1;
}

.defContainer {
    font-size: 16px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
     border-radius: 5px;
    position: fixed;
    z-index: 1000;
    padding: 10px 15px;
    background: #fff;
    user-select: none;
    max-width: 240px;
    //transition: 0.3s linear;
}



.defContent {
      max-height: 960px;
      overflow: auto;
      white-space: nowrap;
      transition: 0.3s linear;
      margin-top: 10px;
}

.defMinHeight {
      max-height: 0px;
}

.defMinWidth {
      max-width: 40px;
}

.defTitle {
      color: #444444;
}

.defTitle:hover {
      cursor: pointer;
      color: #3399ff;
}

.defTitle2 {
    padding-left: 15px;
} 


//#### 2024/12/5 修改评论样式 ######
#blog-comments-placeholder {
    margin-top: -20px!important;
    /* padding: 60px; */
}
.forFlow p {
    margin-bottom: 0px;
}
.forFlow img {
    margin-top: 5px;
    margin-bottom: 5px;
}
.blog_comment_body {
    padding-top: 6px;
}