
.clearfix{
    clear:both;
}
.mdContent{
    margin-left:340px;
    padding-left:20px;
    border-left:solid 1px #eeeeee;
    min-height:800px;
}
#summary{
    display:none;
}
.mdSummary{
    float:left;
    min-width:300px;
    width:300px;
    background-color:white;
}
.mdContent img{
    max-width:100%;
    margin:10px 0;
}

.mdContent .md-video {
    width: 100%;
    max-width: 960px;
    margin: 24px auto;
}

.mdContent .md-video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.mdContent h1, .mdContent h2, .mdContent h3, .mdContent h4 {
    color: #111111;
    font-weight: 400;
    margin-top: 1em;
}
.mdContent h1, .mdContent h2, .mdContent h3, .mdContent h4, .mdContent h5, .mdContent p, .mdContent dl {
    margin-bottom: 16px;
    padding: 0;
}

.mdContent h1 {
    font-size: 32px;
    line-height: 54px;
}
.mdContent h2 {
    font-size: 28px;
    line-height: 42px;

    position: relative;
    padding-left: 15px;
    border:0;
    margin: 10px 0 15px;
}
.mdContent h1, .mdContent h2 {
}
.mdContent h3 {
    font-size: 24px;
    line-height: 30px;
}
.mdContent h4 {
    font-size: 21px;
    line-height: 26px;
}
.mdContent h5 {
    font-size: 18px;
    list-style: 23px;
}
.mdContent h2:before {
    content: '';
    width: 5px;
    background: #f66;
    position: absolute;
    left: 0px;
    height: 75%;
    top: 12%;
}
.mdContent a {
    color: #0099ff;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.mdContent a:hover,#menu a.cur,#menu a:hover,#menu a.cur {
    text-decoration: none;
    color: #ff6600;
}
.mdContent a:visited {
    /*color: purple;*/
}
.mdContent ul, .mdContent ol, .mdSummary ul, .mdSummary ol {
    padding: 0;
    padding-left: 24px;
    margin: 0;
}
.mdContent li{
    list-style-type:disc;
}
.mdContent li,.mdSummary li {
    line-height: 24px;
}
.mdContent p, .mdContent ul, .mdContent ol, .mdSummary p, .mdSummary ul, .mdSummary ol {
    font-size: 16px;
    line-height: 24px;
}
.mdContent ul {
    margin: 15px 0;
}
.mdContent ol ol, .mdContent ul ol, .mdSummary ol ol, .mdSummary ul ol {
    list-style-type: lower-roman;
}

/*pre {
    padding: 0px 24px;
    max-width: 800px;
    white-space: pre-wrap;
}
code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    line-height: 1.5;
    font-size: 13px;
}*/

code, pre {
    border-radius: 3px;
    background-color:#f7f7f7;
    color: inherit;
}

code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    margin: 0 2px;
}

pre {
    line-height: 1.7em;
    overflow: auto;
    padding: 6px 10px;
    border-left: 5px solid #6CE26C;
}

pre > code {
    border: 0;
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    font-size: .85em;
    white-space: pre;
    background: 0 0;

}

code {
    color: #666555;
}


/** markdown preview plus ���ڴ����Ĵ�����Щ����, ����ʹ��ͳһ����ɫ */
/*code .keyword {
  color: #8959a8;
}

code .number {
  color: #f5871f;
}

code .comment {
  color: #998
}*/

aside {
    display: block;
    float: right;
    width: 390px;
}
blockquote {
    border-left:.5em solid #eee;
    padding: 0 0 0 2em;
    margin-left:0;
}
blockquote  cite {
    font-size:14px;
    line-height:20px;
    color:#bfbfbf;
}
blockquote cite:before {
    content: '\2014 \00A0';
}

blockquote p {
    color: #666;
}
hr {
    text-align: left;
    color: #999;
    height: 2px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
}

dl {
    padding: 0;
}

dl dt {
    padding: 10px 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}

dl dd {
    padding: 0 16px;
    margin-bottom: 16px;
}

dd {
    margin-left: 0;
}

/* Code below this line is copyright Twitter Inc. */

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
    *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}
/* override default chrome & firefox settings */
input:not([type="image"]), textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.mdContent label,
.mdContent input,
.mdContent select,
.mdContent textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 18px;
}
input[type=checkbox], input[type=radio] {
    cursor: pointer;
    margin-bottom: 0;
}
input[type=text],
input[type=password],
textarea,
select {
    display: inline-block;
    width: 210px;
    padding: 4px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    height: 18px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
select, input[type=file] {
    height: 27px;
    line-height: 27px;
}
textarea {
    height: auto;
}
/* grey out placeholders */
:-moz-placeholder {
    color: #bfbfbf;
}
::-webkit-input-placeholder {
    color: #bfbfbf;
}
input[type=text],
input[type=password],
select,
textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* buttons */
button {
    display: inline-block;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #004b9a;
    border-bottom-color: #003f81;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    transition: 0.1s linear all;
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
button:hover {
    color: #fff;
    background-position: 0 -15px;
    text-decoration: none;
}
button:active {
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
}
table {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*-webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;   */
}
table tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
table td, .table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

table th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    /*-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;*/
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    padding: 5px;
}

table td:first-child, table th:first-child {
    border-left: none;
}

table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
table th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
/* ---- Front Matter metadata block ---- */
.front-matter {
    margin: 0 0 20px;
    padding: 10px 16px;
    font-size: 13px;
    color: #555;
    background: #f9f9f9;
    border-left: 3px solid #d0d0d0;
    border-radius: 0 4px 4px 0;
}
.front-matter .fm-row {
    display: flex;
    align-items: baseline;
    padding: 5px 10px;
    line-height: 1.6;
}
.front-matter dt {
    font-weight: 600;
    font-style: normal;
    color: #444;
    min-width: 90px;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
.front-matter dt::after {
    content: ":";
    margin-right: 8px;
}
.front-matter dd {
    margin: 0;
    padding: 0;
    color: #555;
}

.am-menu .am-menu-toggle {
    position: static;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #0a9bda;
    display: none;
}
@media only screen and (max-width: 768px)
{
	.am-menu .am-menu-toggle{display:block;}
	/*-------�ĵ�--------*/
	.mdSummary{display:none;}
	/*-------ͷ��--------*/
    .mdContent{
        width:100%;
        margin-left:auto;
        padding-left:0;
        border:0;
    }
    .container{
        margin:20px auto !important; 
    }
    body{
        padding:0;
    }

    .mdContent h1 {
        font-size:30px;
        line-height:34px;
    }
    .mdContent h2 {
        font-size: 24px;
        line-height: 28px;
        margin-top:40px;
    }
    .mdContent h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

:root {
    --md-surface: #ffffff;
    --md-border: #e3e8ef;
    --md-border-strong: #cfd7e3;
    --md-text: #273142;
    --md-text-soft: #66758a;
    --md-heading: #162033;
    --md-link: #1063c6;
    --md-link-hover: #0d4f9c;
    --md-accent: #1d7f67;
    --md-shadow: 0 16px 40px rgba(18, 32, 51, 0.06);
    --md-radius: 18px;
}

.search-result.frame-box,
.article.frame-box {
    box-sizing: border-box;
    width: min(1360px, calc(100% - 48px));
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.search-result.frame-box > .container {
    align-items: flex-start;
    gap: 32px;
}

.search-result.frame-box > .container,
.article.frame-box > .inner-box {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.search-result.frame-box {
    padding-top: 0;
    padding-bottom: 14px;
}

.article.frame-box {
    padding-top: 4px;
}

#menu,
#menu.leftMenu {
    margin-top: 0;
    width: 320px;
    min-width: 320px;
    padding: 18px 0;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(227, 232, 239, 0.96);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(18, 32, 51, 0.05);
}

@media (min-width: 769px) {
    .menu-button {
        display: none !important;
    }
}

#menu ul,
#menu li {
    list-style: none;
}

#menu ul {
    padding-left: 0;
    margin: 0;
}

#menu .f1 > ul > li,
#menu .f2 li,
#menu .f3 li {
    padding: 0;
    border: 0;
}

#menu .f2,
#menu .f3 {
    height: auto !important;
}

#menu a {
    position: relative;
    display: block;
    margin: 3px 12px;
    padding: 9px 16px;
    border-radius: 12px;
    color: var(--md-text-soft);
    font-size: 14px;
    line-height: 1.45;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#menu .f1 > ul > li > a {
    font-weight: 600;
    color: var(--md-heading);
}

#menu .f2 a,
#menu .f3 a {
    margin-left: 24px;
    font-size: 13px;
}

#menu a:hover,
#menu a.cur {
    color: var(--md-link-hover);
    background: #f3f7fb;
    text-decoration: none;
}

#menu a.cur {
    font-weight: 700;
}

#menu.leftMenu ul li.hasChild > a:after {
    right: 18px;
    top: 10px;
    color: #7b8794;
}

#menu.leftMenu ul li.hasChild.open > a:after {
    right: 20px;
    top: 10px;
}

.menu-button {
    margin-bottom: 14px;
}

.menu-button .btn {
    height: 48px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #1063c6, #1e78d8);
    box-shadow: 0 10px 24px rgba(16, 99, 198, 0.2);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.menu-button .btn:hover {
    background: linear-gradient(135deg, #0d58b0, #1a6bc1);
}

.mdContent {
    flex: 1;
    min-width: 0;
    margin-bottom: 48px;
    padding: 42px 48px 52px;
    color: var(--md-text);
    background: var(--md-surface);
    border: 1px solid rgba(227, 232, 239, 0.95);
    border-radius: var(--md-radius);
    box-shadow: var(--md-shadow);
}

.mdContent > h1:first-child {
    margin: 0 0 28px !important;
    color: var(--md-heading);
    font-size: 42px !important;
    line-height: 1.18;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.mdContent img {
    display: block;
    margin: 24px auto;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(18, 32, 51, 0.1);
}

.mdContent h1,
.mdContent h2,
.mdContent h3,
.mdContent h4,
.mdContent h5,
.mdContent h6 {
    color: var(--md-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
    scroll-margin-top: 90px;
}

.mdContent h2 {
    margin: 42px 0 18px;
    padding: 0 0 12px 0;
    font-size: 31px;
    line-height: 1.3;
    border-bottom: 1px solid var(--md-border);
}

.mdContent h2:before {
    content: none;
}

.mdContent h3 {
    margin-top: 34px;
    font-size: 24px;
    line-height: 1.35;
}

.mdContent h4 {
    margin-top: 26px;
    font-size: 20px;
    line-height: 1.4;
}

.mdContent h5 {
    font-size: 17px;
    line-height: 1.45;
}

.mdContent p,
.mdContent ul,
.mdContent ol,
.mdContent dl {
    color: var(--md-text);
    font-size: 16px;
    line-height: 1.9;
}

.mdContent ul,
.mdContent ol {
    margin: 18px 0;
    padding-left: 28px;
}

.mdContent li {
    margin-bottom: 8px;
}

.mdContent li::marker {
    color: var(--md-accent);
}

.mdContent a {
    color: var(--md-link);
    text-decoration: none;
    border-bottom: 1px solid rgba(16, 99, 198, 0.2);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.mdContent a:hover {
    color: var(--md-link-hover);
    border-bottom-color: rgba(10, 79, 150, 0.55);
}

.mdContent strong {
    color: #132238;
}

.mdContent .md-frontmatter-extra {
    margin: 0 0 28px;
    padding: 18px 20px;
    background: #f6f9fc;
    border: 1px solid var(--md-border);
    border-left: 4px solid var(--md-accent);
    border-radius: 12px;
}

.mdContent .md-frontmatter-extra p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 10px;
    color: var(--md-text);
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.mdContent .md-frontmatter-extra p:last-child {
    margin-bottom: 0;
}

.mdContent .md-frontmatter-extra strong {
    flex: 0 0 auto;
    min-width: 110px;
    max-width: 180px;
    padding: 2px 8px;
    color: #1b5f52;
    background: rgba(29, 127, 103, 0.08);
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

code,
pre {
    border-radius: 12px;
    background-color: #f6f8fb;
}

code {
    display: inline-block;
    padding: 0.12em 0.45em;
    margin: 0 0.12em;
    color: #8a3b12;
    border: 1px solid rgba(227, 232, 239, 0.95);
}

pre {
    padding: 18px 20px;
    margin: 24px 0;
    border: 1px solid var(--md-border);
    border-left: 4px solid var(--md-accent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

pre > code {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    color: inherit;
}

blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    background: linear-gradient(135deg, rgba(29, 127, 103, 0.08), rgba(29, 127, 103, 0.03));
    border: 1px solid rgba(31, 143, 106, 0.12);
    border-left: 4px solid var(--md-accent);
    border-radius: 16px;
}

blockquote p {
    color: #355064;
}

hr {
    height: 1px;
    margin: 30px 0;
    background: linear-gradient(90deg, transparent, var(--md-border-strong), transparent);
}

table {
    overflow: hidden;
    margin: 24px 0;
    border: 1px solid var(--md-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

table th {
    padding: 12px 14px;
    color: var(--md-heading);
    background: #edf4fb;
    border-bottom: 1px solid var(--md-border);
    text-shadow: none;
}

table td {
    padding: 12px 14px;
    color: var(--md-text);
    background: #fff;
}

table td,
table th {
    border-color: var(--md-border);
}

table tr:hover {
    background: #f8fbff;
}

.front-matter {
    margin: 0 0 28px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #fafbfd, #f4f7fb);
    border: 1px solid var(--md-border);
    border-left: 4px solid #6b7c93;
    border-radius: 16px;
    color: var(--md-text-soft);
}

.front-matter .fm-row {
    padding: 6px 0;
}

.front-matter dt {
    min-width: 100px;
    color: var(--md-heading);
}

#toc {
    margin: 0 0 28px !important;
    padding: 18px 22px;
    background: linear-gradient(135deg, #fafbfd, #f5f8fb);
    border: 1px solid var(--md-border);
    border-radius: 16px;
}

#toc:empty {
    display: none;
}

#toc:not(:empty)::before {
    content: "On this page";
    display: block;
    margin-bottom: 10px;
    color: var(--md-heading);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hh {
    display: block;
    margin: 0 !important;
    padding: 7px 0;
    border-bottom: 1px dashed rgba(195, 208, 223, 0.7);
}

.hh:last-child {
    border-bottom: 0;
}

a.hh {
    color: var(--md-text-soft) !important;
    border-bottom: 0;
}

a.hh:hover {
    color: var(--md-link-hover) !important;
    text-decoration: none !important;
}

.hh1 {
    font-size: 17px !important;
    font-weight: 700;
}

.hh2 {
    margin-left: 18px !important;
    font-size: 15px;
}

.hh3 {
    margin-left: 36px !important;
    font-size: 14px;
}

.hh4 {
    margin-left: 54px !important;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    .search-result.frame-box,
    .article.frame-box {
        width: calc(100% - 24px);
        padding-left: 12px;
        padding-right: 12px;
    }

    .search-result.frame-box > .container {
        gap: 16px;
    }

    #menu,
    #menu.leftMenu {
        width: 82%;
        min-width: 0;
        max-width: 360px;
        border-radius: 0 18px 18px 0;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
        overflow: auto;
    }

    .menu-button {
        margin: 4px 0 0;
    }

    .mdContent {
        padding: 28px 20px 32px;
        border-radius: 16px;
        margin-bottom: 28px;
    }

    .mdContent > h1:first-child {
        font-size: 31px !important;
        margin-bottom: 22px !important;
    }

    .mdContent h2 {
        font-size: 24px;
        margin-top: 30px;
    }

    .mdContent h3 {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .mdContent h4 {
        font-size: 18px;
    }

    .mdContent p,
    .mdContent ul,
    .mdContent ol,
    .mdContent dl {
        font-size: 15px;
        line-height: 1.8;
    }

    .mdContent .md-frontmatter-extra {
        padding: 14px 16px;
    }

    .mdContent .md-frontmatter-extra p {
        display: block;
        font-size: 14px;
    }

    .mdContent .md-frontmatter-extra strong {
        display: inline-block;
        min-width: 0;
        max-width: 100%;
        margin: 0 6px 4px 0;
    }

    #toc {
        padding: 14px 16px;
    }

    .hh2 {
        margin-left: 14px !important;
    }

    .hh3 {
        margin-left: 28px !important;
    }

    .hh4 {
        margin-left: 40px !important;
    }
}
