.postBody blockquote{
    background:none;
}

#main{
    width:100%;
    max-width: 1200px;
}

#home{
    max-width: 1400px;
    box-sizing: border-box;
}

#mainContent{
    width: auto;
    max-width: 1200px;
}

.cnblogs-markdown :not(pre, div, td) > code, .blogpost-body :not(pre, div, td) > code{
    color: black;
}

#mainContent table{
    width: 100% !importat;
}

section.footnotes::before{
    content: "参考与引用";
    color: #000;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 700;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active{
    color: #000;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

#under_post_card1,#cnblogs_ch, #cnblogs_c1, #cnblogs_c2, #cnblogs_c3, #under_post_card2{
    display: none;
}