.hide{display:none;}
/*搜索栏搜索*/
#sidebar_search_box{font-size: 0;}
.input_my_zzk{width: 70%!important; height: 35px;padding: 5px 8px;box-sizing:border-box;border: 1px solid #f0f0f0;outline: none;}
input.btn_my_zzk{ background: #6F1313;height:35px; width: 30%!important; cursor: pointer;border: 1px solid #771414; font-size: 14px;color: #fff; transition:all 0.25s;box-sizing:border-box;}
input.btn_my_zzk:hover{background: #a22121;}
input.btn_my_zzk:focus,input.btn_my_zzk:active{outline:none;}
/*导航栏*/
#blogTitle h2{font-size:1.5em!important;}
#navList a{font-size:16px;transition: all 0.1s;padding-top:2px;}
#navList a:hover{transform:scale(1.1);text-decoration:none;}
/*#footer默认底部*/
#footer{padding-top: 40px;border-bottom: 1px solid #fdefd7;}
/*#profile_block基本信息*/
#profile_block{font-size:16px;}
#profile_block a{color: inherit;}

@media screen and (max-width: 768px) {
    #header{background: none; text-align:center;}
    #blogTitle h1, #blogTitle h2{margin-left: 0;}
    #blogTitle h2{font-size:1em!important; margin-top: 15px;}
    #sideBar{box-sizing:border-box;width:94%!important;margin-right:3%;}
}