/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html {line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body {margin: 0; } /** * Render the `main` element consistently in IE. */ main {display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 {font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr {box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a {background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] {border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong {font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small {font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub {bottom: -0.25em; } sup {top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img {border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea {font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset {padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */ legend {box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress {vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea {overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] {box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] {-webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration {-webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button {-webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details {display: block; } /* * Add the correct display in all browsers. */ summary {display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template {display: none; } /** * Add the correct display in IE 10. */ [hidden] {display: none; }
blockquote p {
    margin: 0 !important;
}
.task-list-item-checkbox {
    margin-right: .3em;
}
.markdown-body img {
    max-width: 100%;
}
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    position: relative;
}
.markdown-body h2 a,
.markdown-body h3 a,
.markdown-body h4 a,
.markdown-body h5 a,
.markdown-body h6 a {
    position: absolute;
    right:100%;
    margin-left: -0.5em;
    padding-left: .3em;
    padding-right: .3em;
    top:0;
    opacity: .3;
}
.markdown-body h2 a::before,
.markdown-body h3 a::before,
.markdown-body h4 a::before,
.markdown-body h5 a::before,
.markdown-body h6 a::before {
    content: "#";
}
.markdown-body h2 a:hover,
.markdown-body h3 a:hover,
.markdown-body h4 a:hover,
.markdown-body h5 a:hover,
.markdown-body h6 a:hover {
    opacity: 1;
}
.markdown-body .highlight {margin-bottom: 16px } .markdown-body .highlight pre {margin-bottom: 0; word-break: normal } .markdown-body .highlight pre,.markdown-body pre {padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f6f8fa; border-radius: 3px } .markdown-body pre code,.markdown-body pre tt {display: inline; max-width: auto; padding: 0; margin: 0; overflow: visible; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0 } .markdown-body .csv-data td,.markdown-body .csv-data th {padding: 5px; overflow: hidden; font-size: 12px; line-height: 1; text-align: left; white-space: nowrap } .markdown-body .csv-data .blob-num {padding: 10px 8px 9px; text-align: right; background: #fff; border: 0 } .markdown-body .csv-data tr {border-top: 0 } .markdown-body .csv-data th {font-weight: 600; background: #f6f8fa; border-top: 0 } .highlight table td {padding: 5px } .highlight table pre {margin: 0 } .highlight .cm {color: #999988; font-style: italic } .highlight .cp {color: #999999; font-weight: bold } .highlight .c1 {color: #999988; font-style: italic } .highlight .cs {color: #999999; font-weight: bold; font-style: italic } .highlight .c,.highlight .cd {color: #999988; font-style: italic } .highlight .err {color: #a61717; background-color: #e3d2d2 } .highlight .gd {color: #000000; background-color: #ffdddd } .highlight .ge {color: #000000; font-style: italic } .highlight .gr {color: #aa0000 } .highlight .gh {color: #999999 } .highlight .gi {color: #000000; background-color: #ddffdd } .highlight .go {color: #888888 } .highlight .gp {color: #555555 } .highlight .gs {font-weight: bold } .highlight .gu {color: #aaaaaa } .highlight .gt {color: #aa0000 } .highlight .kc {color: #000000; font-weight: bold } .highlight .kd {color: #000000; font-weight: bold } .highlight .kn {color: #000000; font-weight: bold } .highlight .kp {color: #000000; font-weight: bold } .highlight .kr {color: #000000; font-weight: bold } .highlight .kt {color: #445588; font-weight: bold } .highlight .k,.highlight .kv {color: #000000; font-weight: bold } .highlight .mf {color: #009999 } .highlight .mh {color: #009999 } .highlight .il {color: #009999 } .highlight .mi {color: #009999 } .highlight .mo {color: #009999 } .highlight .m,.highlight .mb,.highlight .mx {color: #009999 } .highlight .sb {color: #d14 } .highlight .sc {color: #d14 } .highlight .sd {color: #d14 } .highlight .s2 {color: #d14 } .highlight .se {color: #d14 } .highlight .sh {color: #d14 } .highlight .si {color: #d14 } .highlight .sx {color: #d14 } .highlight .sr {color: #009926 } .highlight .s1 {color: #d14 } .highlight .ss {color: #990073 } .highlight .s {color: #d14 } .highlight .na {color: #008080 } .highlight .bp {color: #999999 } .highlight .nb {color: #0086B3 } .highlight .nc {color: #445588; font-weight: bold } .highlight .no {color: #008080 } .highlight .nd {color: #3c5d5d; font-weight: bold } .highlight .ni {color: #800080 } .highlight .ne {color: #990000; font-weight: bold } .highlight .nf {color: #990000; font-weight: bold } .highlight .nl {color: #990000; font-weight: bold } .highlight .nn {color: #555555 } .highlight .nt {color: #000080 } .highlight .vc {color: #008080 } .highlight .vg {color: #008080 } .highlight .vi {color: #008080 } .highlight .nv {color: #008080 } .highlight .ow {color: #000000; font-weight: bold } .highlight .o {color: #000000; font-weight: bold } .highlight .w {color: #bbbbbb } .highlight {background-color: #f8f8f8 }
/*.markdown-body p {color:rgba(59,69,78,1.00);}*/
/*.markdown-body blockquote {*/
/*    margin-block-start: 0px;*/
/*    margin-inline-start: 0px;*/
/*}*/
body {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
html,body {
    height: 100%;
}
* {
    /*scroll-behavior:smooth;*/
}
.app {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 77px;
    display: flex;
}

.header {
    background-color: white;
    position: absolute;
    z-index: 3;
    top:0;left:0;
    width:100%;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(211,220,228,1.00);
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-title {
    box-sizing: border-box;
    width:300px;
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
    color: rgb(59, 69, 78);
    font-size: 24px;
    line-height: 36px;
    border-right: 1px solid var(--main-border-color);
}
.header-nav {
    padding-left: 64px;
    padding-right: 64px;
    display: inline-block;
}
.header-nav-item,
.header-nav a{
    font-weight: 500;
    display: inline-block;
    color:var(--main-color);
    padding-right: 16px;
    padding-left: 16px;
    text-decoration: none;
}
html body .nav-hash {
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.nav {
    overflow: auto;
    position: relative;
    background-color: var(--main-siderbar-background-color);
    width:300px;
    min-width:300px;
    min-height: calc(100vh - 92px);
    box-sizing: border-box;
    border-right: 1px solid var(--main-border-color);
}
.nav .nav-link--on {
    color: var(--main-color);
    background-color: white;
    border:1px solid var(--main-border-color);
    border-right: none;
}
.nav-content {
    padding-left: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav-content>ul ul{
    padding-left: 1em;
}
.nav h2 {
    font: 12px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: bold;
    color:rgba(136,153,168,1.00);
    margin-bottom: 16px;
    margin-top: 16px;
}
.nav-content ul {
    padding-left: 0;
    margin: 0
}
.nav-content ul li {
    list-style: none;
}
.nav-content a {
    font-size:14px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(92,105,117,1.00);
    text-decoration: none;
}
.nav a:focus {
    outline: none;
}
.nav a:hover {
    background-color: rgb(233, 237, 242);
}
.nav hr {
    border: none;
    height: 0px;
}


.nav #table-of-contents {
    display: none;
}

.nav-switch {
    display: none;
    background-color: rgb(233, 237, 242);
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
}
.nav-switch-menu {
    opacity: .8;
    color: var(--main-color);
    width:1.5em;
    vertical-align: middle;
}
.content {
    position: relative;
    width:100%;
    overflow: auto;
}
.markdown-body {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
    min-height: 70vh;
}
.content h1 {
    padding-top: 24px;
    border-bottom: 1px solid var(--main-border-color);
    padding-bottom: 24px;
}
.markdown-body a {
    color:var(--main-color);
}
.nav-hash-link {
    display: none;
    position: fixed;
    right:5px;
    bottom:5px;
    font-size:1.5em;
    text-decoration: none;
    opacity: 0.5;
}

@media only screen and (max-width: 64em) {
    .nav-hash-link {
        display: none;
    }
    .app {
        padding: 0;
        display: block;
        height: auto;
    }
    .header {
        position: static;
    }
    .markdown-body h2 a,
    .markdown-body h3 a,
    .markdown-body h4 a,
    .markdown-body h5 a,
    .markdown-body h6 a {
        margin-left: 0;
        padding-right: 0;
    }
    .nav {
        box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--main-border-color);
        min-height: 1%;
        /*max-height: calc(70vh);*/
    }
    .nav-content {
        border-top: 1px solid var(--main-border-color);
        display: none;
    }
    .markdown-body {
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav-switch {
        cursor: pointer;
        display: block;
    }
    .nav-switch-status--show .nav-content {
        display: block;
    }
    .header-title {
        width:auto;
        text-align: center;
        display: block;
        border: none;
    }
    .header-nav {
        text-align: center;
        display: block;
    }
    .header-nav a {
        display: inline;
    }
    .content {
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.footer {
    text-align: center;
    padding-bottom: 10px;
    color:#6a737d;
    font-size: 12px;
}
.footer a {
    color:var(--main-color);
}
div.highlight {
    background-color: #f6f8fa;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    padding-top: 30px;
    position: relative;
    border:1px solid #d0d7de !important;
}
html pre.highlight {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
pre.highlight {
    border-top:1px solid #d0d7de !important;
    position: relative;
    background-color: white !important;
}
div.highlight::before {
    background: #fc625d;
    border-radius: 50%;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    content: ' ';
    height: 12px;
    margin-top: -20px;
    position: absolute;
    width: 12px;
    left:10px;
 }

@media only screen and (max-width: 64em){
    .embed-code {
        display: none;
    }

    .main-content{
        margin-left: 0;
    }
    .markdown-header {
        width: 100%;
        position: relative;
        top:0;left:0;
        display: block;
        float: none;
    }
}
.nav-copyright {
    text-align: center;
    padding: 1em;
}
.nav-copyright a {
    color: rgba(92,105,117,1.00);
}
.nav-copyright-icon {

}
.nav-copyright-item {
    padding:.5em 1em;
    background-color: rgba(236,239,241,1.00);
    border-radius: .5em;
}
