body {
    /*font-family: monospace, Consolas, Monaco, 'Andale Mono';*/
    background-color: #555;
}
#topics .postTitle{
    font-size: 180%;
    font-weight:normal;
    font-family: 微软雅黑;
}
.postTitle,.entrylistPosttitle{
    font-family: 微软雅黑;
}
#navigator{
    font-size:16px;
}
#sideBar{
    font-size:14px;
}
#blogTitle h1 a {
    font-family: 黑体;
    font-size: 30px;
}
#blogTitle h2 {
    font-weight:200;
}
.c_b_p_desc {
    color: #757575;
}
.postCon a {
    display:none;
}
#under_post_news{
 display:none;
}
#under_post_kb{
 display:none;
}
.c_ad_block{
 display:none;
}
#ad_t2{
 display:none;
}
.feedbackItem {
    font-size: 14px;
}
#comment_form_container .comment_textarea{
  width:90%;
    font-size: 14px;
    font-family: monospace, Consolas, Monaco, 'Andale Mono';
color: #21759b;
}
.cnblogs_code span {
    font-family: monospace, Consolas, Monaco, 'Andale Mono'!important;
    font-size: 14px!important;
}
.cnblogs_code pre {
    font-family: monospace, Consolas, Monaco, 'Andale Mono'!important;
    font-size: 14px!important;
}
.cnblogs_code{
    font-family: monospace, Consolas, Monaco, 'Andale Mono'!important;
    font-size: 14px!important;
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
}
.cnblogs_code_toolbar{
  display:none;
}
#footer{
font-family: 微软雅黑;
}
.my-top{
    position: fixed;
    width: 35px;
    height: 100px;
    background-color: white;
    right: 50px;
    bottom: 50px;
    box-shadow: 1px 1px #ccc;
    font-size: 16px;
    font-family: 微软雅黑;
    text-align: center;
    line-height: 35px;
    color: #999!important;
    border-radius: 2px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    letter-spacing: 3px;
}
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: underline;
    color: #21759b;
}