#widget_my_zzk {
    padding: 10px !important;
    border: none !important;
    text-align: center;
}
.input_my_zzk {
    border-radius: 5px;
    transition: all 0.5s ease;
}
.input_my_zzk:hover {
    border: #169fe6 solid 1px;
}
input.btn_my_zzk {
    background: #169fe6;
    border-radius: 5px;
    transition: all 0.5s ease;
}
input.btn_my_zzk:hover {
    background: #FFF;
    color: #169fe6;
    border: #169fe6 solid 1px;
}
#leftcontentcontainer {
    margin-top: 0;
}
#navList a:link {
    text-shadow: none;
}
#page_begin_html{position: absolute;z-index: 999;}
.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-size: 14px;
}
/*//去除推荐以及广告
#top_nav {display: none;}
#commentform_title a {display: none;}
#under_post_card1,#under_post_card2,#bannerbar {
    visibility: hidden;
    display: none;
}
*/