#sidebar_search .catListTitle {
    display: none;
}
.btn_my_zzk {
    font-size: 14px;
    position: relative;
    padding: 1px;
    border: none;
    border-radius: 4px;
    background: #55895b;
}
.btn_my_zzk, .comment_btn {
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    font-family: 'Microsoft Yahei';
    background:#55895b;
}
.catListTitle {
    border: 1px solid #eee !important;
    border-left-width: 5px !important;
    border-color: #55895b !important;
    border-radius: 5px;
    background-color: #fff !important;
}

div.post div.entry {
    font-family: Georgia, "Times New Roman", Times, sans-serif
}

div.post div.entry h1, div.post div.entry h2, div.post div.entry h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

div.post div.entry h1 {
    padding: 5px;
    color: white;
    background-color: gray;
}

div.post h2 {
    font-size: 22px;
    line-height: 100%;
}

div.post div.entry pre.code {
    font-family: Consolas border-style : dashed;
    border-left: solid 5px #6ce26c
}

div#information {
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    padding: 5px 10px 0px 10px;
    min-height: 10px;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #666666
}

.cnblogs_code {
    border-left: #58CE60 5px solid !important;
}

#site_nav_under, .c_ad_block, #under_post_news, #under_post_kb {
    display: none !important;
}
.jiathis_style
{
   // top:100px !important;
}
.scrollBtn {
    right: 6px;
    bottom: 26px;
    position: fixed;
}

.scrollBtn a {
    display: inline-block;
    width: 26px;
    height:26px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    text-align: center;
    opacity: .6;
    //color: #fff;
    background: url(https://files.cnblogs.com/files/jilonglv/up_arrow.ico) no-repeat;
    filter: alpha(opacity=60)
}

.scrollBtn li {
    float: left;
    margin-bottom: 5px
}
//.scrollBtn a,li{
//height: 26px;
//}
.scrollBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
#footer {
    font-size: 12px;
    font-size: 14px;
    padding: 12px;
    color: #ddd;
    background: #55895b
}
.BlogAnchor {
        background: #f1f1f1;
        padding: 10px;
        line-height: 180%;
        position: fixed;
        right: 48px;
        top: 48px;
        border: 1px solid #aaaaaa;
    }
    .BlogAnchor p {
        font-size: 18px;
        color: #15a230;
        margin: 0 0 0.3rem 0;
        text-align: right;
    }
    .BlogAnchor .AnchorContent {
        padding: 5px 0px;
        overflow: auto;
    }
    .BlogAnchor li{
        text-indent: 0.5rem;
        font-size: 14px;
        list-style: none;
    }
	.BlogAnchor li .nav_item{
		padding: 3px;
	}
    .BlogAnchor li .item_h1{
        margin-left: 0rem;
    }
    .BlogAnchor li .item_h2{
        margin-left: 2rem;
        font-size: 0.8rem;
    }
	.BlogAnchor li .nav_item.current{
		color: white;
		background-color: #5cc26f;
	}
    #AnchorContentToggle {
        font-size: 13px;
        font-weight: normal;
        color: #FFF;
        display: inline-block;
        line-height: 20px;
        background: #5cc26f;
        font-style: normal;
        padding: 1px 8px;
    }
    .BlogAnchor a:hover {
        color: #5cc26f;
    }
    .BlogAnchor a {
        text-decoration: none;
    }