body {
background-color: #fff;
font-family: Comic Sans MS;
font-size: 12px;
} 
#home{
background-color: #fff0;
padding-top: 5px;
}

#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

#blogTitle h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

#navigator {
    font-size: 18px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 60px;
    clear: both;
    margin-top: 0px;
}

.postTitle a:hover {
    color: #DC143C;
    font-weight: bold;
}

#navList a:hover {
    color: #e80000;
    text-decoration: none;
}

 #main,#topics,#mainContent, .postBody {
    overflow: visible;
  }
  #mainContent .forFlow {
    overflow: visible;
  }

  .zoom-overlay {
    background: transparent;
  }

div.commentform textarea {
    line-height: 1.6;
    width: 100%;
    height: 100px;
    resize: vertical;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 13px;
    border: none;
    font-family: "PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    padding: 8px 0;
}

#comment_form_container .comment_textarea {
    min-height: 100px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-right-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-left-color: rgb(221, 221, 221);
}

.comment_preview {
    width: 100%;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 0;
}

 /*屏蔽广告,内容广告*/
.c_ad_block, .under-post-card {
    display: none;
}

.under-post-card1{
    display: none;
}

#ad_t2{
   display: none !important;
}

#green_channel{
	 display: none !important;
}

#blog_post_info_block{
	display: none !important;
}

#span_refresh_tips{
	display: none !important;
}

#comment_nav a{
	display: none !important;
}
}