body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family:"微软雅黑","宋体",Arial;
    background:#205424;
	background-image: url(https://images.cnblogs.com/cnblogs_com/hont/734700/o_nok2.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position:center;
    width:100%;
    height:100%;
}

#blog-news {
    margin: 0px 0px 0px 0px;
}

#btnZzk{
    width:44px;
}

#navCategory {
    margin: 0px 0px 30px 0px;
}

#sidebar_search_box input[type=text]{width:83px!important}

#sidebar_search{
    margin-top: 17px;
    margin-bottom: 29px;
}

#backgroundImage img{
    width: 100%;
    height: 100%;
}
#onbackgroundbody{
    width: 100%;
    height: 100%;
}
#home {
    opacity: 0.95;
    filter: alpha(opacity=95);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1200px;
    background:#fff;
    overflow:auto;
    border:solid 1px #fff;
}

/*#author_profile_detail {
    visibility: hidden;
}

#sidebar_news {
    visibility: hidden;
}

#stats_article_count {
    visibility: hidden;
}

#stats_post_count {
    visibility: hidden;
}

#stats_comment_count {
    visibility: hidden;
}

#stats_total_view_count {
    visibility: hidden;
}*/

.day {
    padding: 30px 0px;
    margin: 0 20px;
    border-bottom: 1px solid  #f1f1f1;
}
/*段落*/
.postBody p,.postCon p {
    margin:7px 0;
    line-height:24px;
}
.blogpost-body h1 {
    font-size:19px!important;
    padding:12px;
    color:#464646;
    background-color: #598A5F33;
    box-shadow: 2px 2px 2px #88888833;
    border-radius: 4px;
}
.blogpost-body h2 {
    margin:4px!important;
    font-size:17px!important;
    padding:10px;
    color:#464646;
    background-color: #598A5F11;
    box-shadow: 2px 2px 2px #88888833;
    border-radius: 4px;
}
.blogpost-body h3 {
    margin:8px!important;
    font-size:16px!important;
    font-size:15px;
    padding:10px;
    color:#464646;
    font-weight:bold;
    line-height: 150%;
    background-color: #598A5F11;
    box-shadow: 1px 1px 2px #88888833;
    border-radius: 4px;
}
/*超链接*/
a {
    color:#464646;
    text-decoration: none;
}
a:hover {
    text-decoration:underline;
}
a:visited,a:hover {
    color:#464646;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
image {
    border:none;
}
#header {
    padding:20px;
}
/*博客标题*/
#blogTitle,#blogTitle a {
    font-weight:bold;
    color:#666;
}
#blogTitle .title {
    margin-top:10px;
    height:100px;
    line-height:100px;
    font-size:36px;
    padding-left:120px;
    background:#fff url('https://images.cnblogs.com/cnblogs_com/hont/734700/o_12.png') no-repeat;
}
.headermaintitle {
    }#blogTitle,#blogTitle a:hover {
    text-decoration:none;
}
/*子标题*/
.subtitle {
    padding-left:30px;
    font-size:14px;
    color:#999;
    font-weight:normal;
    margin:10px 0;
}
/*导航栏*/
code {
    color:#000;
    text-decoration: none;
    background-color:#eee;
    font-size:10px;
    border-radius:4px;
    border:1px;
    padding:3px;
    margin:3px;
}
/*导航栏*/
#navigator {
    font-size:16px;
    height:48px;
    background:#598A5F;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}
#navList li {
    margin:0;
    line-height:48px;
    display:inline-block;
    float:left;
}
#navList li:hover {
    background:#6DA47D;
}
#navList li a {
    padding:0 30px;
    text-decoration:none;
    line-height:48px;
    border:0;
    color:#fff;
    display:-moz-inline-box;
    display:inline-block;
}
.blogStats {
    height:48px;
    color:#fff;
    line-height:48px;
}
#main {
    padding:20px;
}
/*左边*/
#sideBarMain {
    padding:0 10px 0 0;
    background:#fff;
    margin:0 0 20px 0;
    width:190px;
    font-size:12px;
    line-height:22px;
}
#sideBarMain a {
    color:#666;
}
#leftcontentcontainer {
    color:#666;
}
.newsItem {
    color:#666;
}
/*公告*/
#profile_block {
    margin-top:0px;
    line-height:24px;
    text-align:left;
}
/*主面板*/
#mainContent {
    margin-top:0px;
    padding-top:0px;
    padding-right:0px;
    background:#fff;
    padding-bottom:0px;
    float:right;
    width:960px;
    padding-left:0px;
}
/*博客标题*/
.postTitle a {
    display: inline-block;
    text-decoration: none !important;
    border-bottom: 2px solid transparent; /* 默认透明边框，占位不抖动 */
}

.postTitle a:hover {
    display: inline-block;
    text-decoration: none !important;
    border-bottom: 2px solid #464646; /* 默认透明边框，占位不抖动 */
}

.postTitle {
    font-size:20px;
    font-weight:bold;
    color:#464646;
    padding-left:15px;
}
.post .postTitle {
    border-left:6px solid #598A5F;
    padding:10px 0px 14px;
    font-size:20px;
    font-weight:bold;
    color:#464646;
    padding-left:10px;
    background-color: #598A5F33;
}
.dayTitle {
    display:none;
}
/*摘要*/
.c_b_p_desc {
    padding:10px;
    line-height:24px;
    color:#888;
}
.c_b_p_desc a {
    color:#888;
}
.c_b_p_desc a:hover {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}
/*右侧图片*/
.desc_img {
    margin-left:10px;
    border:solid 1px #fff;
    box-shadow:0 0 10px #aaa;
}
/*博文页*/
#topics .post {
    background:#fff;
}
.postCon {
    padding:10px 20px 0 20px;
}
.postDesc {
    margin:0 30px;
    margin-bottom:2px;
    padding:8px 0px;
    font-size:12px;
    text-align:right;
}
.postDesc a {
    color:#AAA;
}
.postBody {
    padding:15px 0px 0px 0px;
    background-color: #bb99bb0B;
    border:solid 1px #5e8d6617;
}
#blog_post_info_block {
    background-color: #ffffffff;
    border:solid 14px #FFF;
}
/*google搜索框*/
#google_q,#q {
    height:22px;
    width:120px;
    border:solid 1px #ccc;
    box-shadow:inset 0 0 3px #ddd;
    border-radius:4px;
}
/*搜索按钮*/
.btn_my_zzk {
    font-family:'Microsoft Yahei';
    border:none;
    height:26px;
    width:60px;
    padding:1px;
    font-size:14px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#598A5F;
    border-radius:4px;
    color:#fff;
}
.btn_my_zzk:hover {
    background:#6DA47D;
}
/*评论按钮*/

#btn_comment_submit {
    border:none;
    height:48px;
    width:120px;
}
/*评论按钮*/
.comment_btn {
    font-family:'Microsoft Yahei';
    border:none;
    height:48px;
    width:120px;
    font-size:18px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#598A5F;
    color:#fff;
}
#btn_comment_submit:hover {
    background:#6DA47D;
}
/*评论标题*/
.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:bold;
    color:#598A5F;
    border-bottom:solid 6px #598A5F;
}
.feedbackListSubtitle {
    font-size:12px;
    color:#888;
}
.feedbackListSubtitle a {
    color:#888;
}
.comment_quote {
    background:#FCFAAC;
    padding:15px;
    border:1px solid #CCC;
}
#commentform_title {
    color:#598A5F;
    background-image:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding:10px 20px 10px 10px;
    font-size:24px;
    font-weight:bold;
    border-bottom:solid 6px #598A5F;
}
/*评论框*/
#comment_form {
    margin:10px 0;
    padding:0;
}
.commentform {
    margin:10px 0;
    padding:10px 20px;
    background:#fff;
}
/*评论输入域*/
#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    background:white;
    color:#333;
    border:2px solid #fff;
    box-shadow:inset 0 0 8px #aaa;
    padding:10px;
    height:120px;
    font-size:14px;
    min-height:120px;
}
.comment_textarea {
   width:100%;
}
/*评论条目*/
.feedbackItem {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
.feedbackListSubtitle {
    font-weight:normal;
}
/*分类页*/
.entrylist {
    padding:10px 20px;
    background:#fff;
}
.entrylistItem {
    margin:10px 0;
    padding:10px;
}
.entrylistPosttitle {
    font-size:18px;
    font-weight:bold;
    background:url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_br229512.link(en-us,MSDN.10).gif') no-repeat 0 3px;
    padding-left:30px;
}
.entrylistPostSummary {
    padding:10px;
}
.entrylistItemPostDesc {
    font-size:12px;
    color:#999;
    padding-left:40px;
}
/*尾部*/
#footer {
    font-size:12px;
    margin:20px;
    padding:12px;
    text-align:center;
    background:#598A5F;
    color:#DDD;
    font-size:14px;
}
#cnblogs_post_body {
    margin:10px;
}
#cnblogs_post_body hr {
   border: 1px dashed #ccc;
}
#cnblogs_post_body p {
   margin:17px;
}
#cnblogs_post_body h4 {
   margin:17px;
}
#cnblogs_post_body h5 {
   margin:17px;
}
#cnblogs_post_body h6 {
   margin:17px;
}

#cnblogs_post_body p img {
    box-shadow: 4px 4px 5px #88888833;
    border:solid 2px #00000052;
}
#cnblogs_post_body .cnblogs_code {
   margin:17px;
}
#cnblogs_post_body .hljs {
   margin:17px;
}
#cnblogs_post_body table {
   margin:17px;
}

/*顶一下*/
.diggnum {
    font-size:28px;
    color:#6DA47D;
    font-family:'Microsoft Yahei';
}
#div_digg .diggnum {
    line-height:100px;
}

.diggit {
    float:left;
    width:128px;
    height:128px;
    background:url('https://images.cnblogs.com/cnblogs_com/hont/734700/o_qqqq.png') no-repeat;
    background-position:0 0;
    text-align:center;
    cursor:pointer;
}
.diggit:hover {
    background-position:-128px 0;
}
/*踩一下*/
.buryit {
    display:none;
}
.diggword {
    display:none;
}

.returntop {
    height:45px;width:45px;background:#598A5F99;position: fixed;bottom:10px;right:22px;
    text-align: center;color:white;cursor: pointer;border-radius:6px;font-size:16px;display:none;
    box-shadow : 0 1px 3px rgba(18,18,18,255)
}

#green_channel {
    text:align:right;
    background:#6DA47D;
    padding-left:20px;
    font-weight:normal;
    font-size:15px;
    width:920px!important;
    border:none;
    color:#fff;
    padding:4px;
    border-radius:4px;
    text-align: left;
}
/*最新评论*/
#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
#myposts .postTitl2 a {
    color:#6DA47D;
}