pre {
    width: 100%;
    margin: 2em 0em;
}

table {
    margin: 0 auto;
}

table td,
table th {
    border: 1px solid gray;
}

img {
    display: block;
    border-radius: 5px;
}

.blog-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 3.5em;
    width: 100%;
    margin: 0.5em auto;
    text-align: left;
    font-size: var(--font-size-tip);
    color: #a1a0a0;
}

.mermaid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1.5vw 0vw;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0vw;
    min-height: 60vh;
    font-size: var(--font-size);
    padding-bottom: 10%;
    width: 100%;
    margin: 0px auto;
}

.content .mermaid {
    max-width: 100%;
}

.content .footnote {
    width: 100%;
    margin: 3em auto 1em;
    word-break: break-all;
}

.content .footnote::before {
    content: '引用';
    font-weight: bolder;
}

.content center {
    width: 70%;
    margin: 0px auto;
    color: gray;
    text-align: center;
}

.content p {
    width: 100%;
    margin: 1em 0em;
    overflow: hidden;
    text-indent: 2em;
}

.blog-note {
    position: relative;
    width: 100%;
    margin: 1em auto 0em;
    text-align: right;
    border-radius: 5px;
    border: 1px solid rgba(189, 187, 187, 0.529);
    background-color: inherit;
    color: inherit;
    color: #a1a0a0;
}

.blog-note .blog-note-body {
    line-height: 1.5em;
    text-align: left;
    padding: 1em;
    word-break: break-all;
}

.blog-note .blog-note-body .note-text {
    flex: 1;
}

.blog-note .icon {
    position: absolute;
    left: 0em;
    top: -0.5em;
    font-size: var(--font-size);
}

.reply-btn,
.icon-link {
    display: inline-block;
    cursor: pointer;
}

.reply-btn:hover,
.icon-link:hover {
    transform: scale(1.1);
    color: var(--base-color);
}

.blog-note {
    width: 100%;
    text-align: right;
    font-size: var(--font-size);
}

.blog-note .blog.note-body {
    padding: 0.5em;
}

.blog-note .blog.note-text {
    flex: 1;
}

.blog-note .blog.note-head {
    font-weight: bold;
}

.toc {
    margin: 2em;
}