#canvas{position:fixed;top:0;left:0;z-index:-1;opacity:0.8;}
a:link{color:#E67F22}
h1{color:#E67F22}
h2{color:#E67F22}
h3{color:#E67F22}
h4{color:#E67F22}
h5{color:#E67F22}
h6{color:#E67F22}


/* 注释掉头部分 */
#blogTitle {
    display: none;
}
/* 注释菜单里边的首页 */
#navList li:first-child {
    display: none;
}
/* 修改菜单背景颜色，并设置固定在顶部 */
#navigator {
    background-color: #E67F22;
    /* height: 45px;
    line-height: 45px;
    overflow: hidden;
    clear: both;*/
    /* position: fixed; */
    /* width: 100%;  */
}
/* 调整菜单默认颜色 */
#navList a:link, #navList a:visited, #navList a:active {
    color: #fffcfc;
}
/* 屏蔽广告 */
.c_ad_block {
    display: none;
}
/* 屏蔽广告 */
#ad_t2 {
    display: none;
}
/* 调整评论输入框 */
div.commentform textarea {
    width: 100%;
}
.commentbox_title_right {
    float: left;
}
#comment_form_container {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}
.comment_btn {
    height: 30px;
    width: 68px;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
#commentbox_opt a {
    padding-left: 10px;
    font-size: 12px;
    font-family: 微软雅黑;
}
#blog-comments-placeholder {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}
#comment_nav {
    text-align: right;
    position: fixed;
    width: 60px;
    height: 90px;
    bottom: 20px;
    right: 20px;
}

/* 修改返回顶部样式*/
#comment_nav a {
    padding-left: 10px;
    display: none;
}