#header{
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
    padding: 0 30px;
    border-bottom: 1px solid #ededed;
}
#blogTitle {
    height: 60px;
    clear: both;
    padding-left: 60px;
    background: url(//pic.cnblogs.com/avatar/1485959/20220313234512.png) no-repeat 0;
    background-size: 52px;
    white-space: nowrap;
}
#blogTitle h1,#blogTitle h2{
    margin: 0;
}
#blogTitle h1{
    line-height: 60px;
}
#navigator{
    margin: 0;
    border: none;
}
#topics .postTitle {
    float: left;
    width: 100%;
    padding-left: 5px;
    border: 0;
    line-height: 2;
    font-weight: bold;
    font-size: 24px;
}
#navList{
    padding-right: 40px;
}
#navList li{
    margin: 0;
}
#navList li a{
    width: 4em;
}
.blogStats{
    width: 230px;
}
#mainContent{
    box-sizing: border-box;
    padding-right: 10px;
    border-right: 1px solid #ededed;
}
#sideBar {
    float: left;
    padding: 0 0 0 20px;
    border-left: 1px solid #ededed;
    margin-left: -1px;
}
#blog_post_info_block,
div[id^="under_post_card"],
#sidebar_search.mySearch,
#sidebar_shortcut,
#sidebar_postcategory,
#sidebar_postarchive,
#sidebar_topviewedposts,
#sidebar_topdiggedposts
 {
    margin: 20px 0;
    padding: 14px;
    background: #f3f6fa;
    border-radius: 6px;
    border: 1px dashed #b8c4c2;
}
.catListTitle{
    margin-top: 0;
}
#green_channel {
    margin: 0;
    border: none;
    width: initial;
}
#author_profile{
    margin: 0;
}
#div_digg {
    margin: 0;
}
#comment_nav a[href="#top"] {
    position: fixed;
    right: 0px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    padding: 8px 10px;
    box-sizing: border-box;
    background: #ffede0;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #62bdc0;
    transition: all .2s;
}
#comment_nav a[href="#top"]:hover{
    background: #fed7bc;
    color: #41a4a7;

}
.div_my_zzk{
    width: initial;
}
.input_my_zzk {
    width: calc(100% - 66px) !important;
}
.btn_my_zzk{
    position: initial !important;
}
.catListLink,
.catListView{
    background: transparent !important;
}
.author_avatar{
    border-radius: 50%;
}
.author_profile_info{
    display: flex;
    align-items: flex-end;
    height: 48px;
}
.author_profile_info a{
    padding-left: 10px;
    font-size: 14px;
}
.entrylist > .entrylistTitle{
    display: none !important;
}
.entrylistItem{
    padding-bottom: 0;
}
#myposts > .PostList {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px){
    #mainContent{
        box-sizing: border-box;
        padding-right: 0;
        border-right: none
    }
    #sideBar{
        margin-left: 0;
        padding: 0;
        border-left: none;
        border-top: 1px solid #ededed;
    }
    #navList{
        padding-right: 0;
    }
    .div_my_zzk{
        display: flex;
    }
    .div_my_zzk input[type="button"]{
        position: initial;
    }
}


/* 以下在不同模板不影响布局 */
body{
    padding-bottom: 1px;
}
#top_nav{
    padding: 10px 40px;
}
.navbar #user_icon{
    width: 40px;
    height: 40px;
}
#home {
    width: 90%;
    min-width: 620px !important;
    margin: 20px auto;
    padding-bottom: 10px;
}
#footer{
    margin-top: 20px;
}
div.post {
    padding: 0 10px;
}
#blog_post_info{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #b8c4c2;
}
#commentform_title{
    margin: 0;
    border: none;
}
.comment_textarea{
    width: auto
}
div[id^="cnblogs_c"]{
    display: none !important;
}
#blog-calendar .CalNextPrev{
    text-align: center;
}