body {
    color: #000;
    background-color: #e6e6e6;
    font-family: "华文中宋","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}

#cnblogs_post_body h1 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #5b6481;
    border-bottom: 2px solid #dfe0e1;
    line-height: 1.5;
    margin: 10px 0;
}

#cnblogs_post_body h2 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5;
    color: #bf5353;
    margin: 12px 0 4px 0;
}

#cnblogs_post_body h3 {
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.5;
    color: #547a97;
    margin: 12px 0 4px 0;
}

.toc a:link {
    text-decoration: none;
    color: #21759b;
}

.toc li {
    /* 在目录中取消无序列表下方的间隙 */
    list-style-type: disc;
    margin-bottom: 0em;
}

.postBody blockquote {
    background: #55bb8a47;
    min-height: 35px;
    _height: 35px;
    line-height: 1.6em;
    color: #333;
    border-radius: 5px;
        border-left: 4px solid #1f2623;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.postBody blockquote p:first-child {
    color: #1a6840;
}

.postBody blockquote p:first-child::before {
    content: "⛳";
    margin-right: 5px;
}

mark {
    color: inherit;
    background-color: transparent;
    background-image: linear-gradient(transparent 20%, #f7ebd6 10%, #f7ebd6 100%,transparent 20%);
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: "Consolas",sans-serif;
}

#cnblogs_post_body p, .blogpost-body p {
    text-indent: 0;
    text-align: justify;
}
