html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
    margin: 0;
    padding: 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: Microsoft Yahei, PingFang SC, Hiragino Sans GB, tahoma, arial;
}

/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 6px;
}



/* 外层轨道 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(255, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.1);
}

code.hljs::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

code.hljs::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.4);
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.2);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #393838;
    position: relative;
    padding-top: 20px;
    width: 100%;
}

table {
    margin: 10px 0 15px 0;
    border-collapse: collapse;
}

td,
th {
    border: 1px solid #ddd;
    padding: 3px 10px;
}

th {
    padding: 5px 10px;
}

a {
    color: #3464f1;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

p {
    margin-bottom: 9px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #404040;
    line-height: 36px;
}

h1 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

h2 {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3 {
    clear: both;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

hr {
    margin: 0 0 19px;
    border: 0;
    border-bottom: 1px solid #ccc;
}

blockquote {
    padding: 13px 15px;
    margin-bottom: 18px;
    font-family: georgia, serif;
    background: #F8FAFD;
    border-left: 4px solid #2c6eff;
}

blockquote:before {
    font-size: 40px;
    margin-left: -10px;
    font-family: georgia, serif;
    color: #eee;
}

blockquote p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 0;
}

code,
pre {
    font-family: Monaco, Andale Mono, Courier New, monospace;
}

code {
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, 0.75);
    padding: 5px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

pre {
    display: block;
    margin: 0 0 18px;
    line-height: 16px;
    font-size: 11px;
    position: relative;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code.hljs {
    padding: 16px 14px;
}

pre code {
    background-color: #f6f6f6;
    color: #737373;
    font-size: 11px;
    padding: 0;
    max-height: 300px;
    overflow: auto;
}

sup {
    font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
}

* {
    -webkit-print-color-adjust: exact;
}



@media print {

    body,
    code,
    pre code,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: black;
    }

    table,
    pre {
        page-break-inside: avoid;
    }
}

html,
body {
    height: 100%;
}

.table-of-contents {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 260px;
}

.table-of-contents>ul>li>a {
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.table-of-contents ul {
    overflow: auto;
    margin: 0px;
    height: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
    list-style-type: none;
}

.table-of-contents ul li {
    padding-left: 20px;
}

.table-of-contents a {
    padding: 2px 0px;
    display: block;
    text-decoration: none;
}

.content-right {
    max-width: 700px;
    margin-left: 290px;
    padding-left: 70px;
    flex-grow: 1;
}

.content-right h2:target {
    padding-top: 80px;
}

body>p {
    margin-left: 30px;
}

body>table {
    margin-left: 30px;
}

body>pre {
    margin-left: 30px;
}

.curProject {
    position: fixed;
    top: 20px;
    font-size: 25px;
    color: black;
    margin-left: -240px;
    width: 240px;
    padding: 5px;
    line-height: 25px;
    box-sizing: border-box;
}

.g-doc {
    margin-top: 56px;
    padding-top: 24px;
    display: flex;
}

.curproject-name {
    font-size: 42px;
}

.m-header {
    background: #32363a;
    height: 56px;
    line-height: 56px;
    padding-left: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
}

.m-header .title {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-left: 16px;
    padding: 0;
    line-height: 56px;
    border: none;
}

.m-header .nav {
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 32px;
    top: 0;
}

.m-header .nav a {
    color: #fff;
    margin-left: 16px;
    padding: 8px;
    transition: color .2s;
}

.m-header .nav a:hover {
    color: #2c6eff;
}

.m-footer {
    border-top: 1px solid #ddd;
    padding-top: 16px;
    padding-bottom: 16px;
}

/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */

/*pre.CodeRay {background-color:#f7f7f8;}*/

.CodeRay .line-numbers {
    border-right: 1px solid #d8d8d8;
    padding: 0 0.5em 0 .25em
}

.CodeRay span.line-numbers {
    display: inline-block;
    margin-right: .5em;
    color: rgba(0, 0, 0, .3)
}

.CodeRay .line-numbers strong {
    color: rgba(0, 0, 0, .4)
}

table.CodeRay {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    border: 0;
    background: none
}

table.CodeRay td {
    vertical-align: top;
    line-height: 1.45
}

table.CodeRay td.line-numbers {
    text-align: right
}

table.CodeRay td.line-numbers>pre {
    padding: 0;
    color: rgba(0, 0, 0, .3)
}

table.CodeRay td.code {
    padding: 0 0 0 .5em
}

table.CodeRay td.code>pre {
    padding: 0
}

.CodeRay .debug {
    color: #fff !important;
    background: #000080 !important
}

.CodeRay .annotation {
    color: #007
}

.CodeRay .attribute-name {
    color: #000080
}

.CodeRay .attribute-value {
    color: #700
}

.CodeRay .binary {
    color: #509
}

.CodeRay .comment {
    color: #998;
    font-style: italic
}

.CodeRay .char {
    color: #04d
}

.CodeRay .char .content {
    color: #04d
}

.CodeRay .char .delimiter {
    color: #039
}

.CodeRay .class {
    color: #458;
    font-weight: bold
}

.CodeRay .complex {
    color: #a08
}

.CodeRay .constant,
.CodeRay .predefined-constant {
    color: #008080
}

.CodeRay .color {
    color: #099
}

.CodeRay .class-variable {
    color: #369
}

.CodeRay .decorator {
    color: #b0b
}

.CodeRay .definition {
    color: #099
}

.CodeRay .delimiter {
    color: #000
}

.CodeRay .doc {
    color: #970
}

.CodeRay .doctype {
    color: #34b
}

.CodeRay .doc-string {
    color: #d42
}

.CodeRay .escape {
    color: #666
}

.CodeRay .entity {
    color: #800
}

.CodeRay .error {
    color: #808
}

.CodeRay .exception {
    color: inherit
}

.CodeRay .filename {
    color: #099
}

.CodeRay .function {
    color: #900;
    font-weight: bold
}

.CodeRay .global-variable {
    color: #008080
}

.CodeRay .hex {
    color: #058
}

.CodeRay .integer,
.CodeRay .float {
    color: #099
}

.CodeRay .include {
    color: #555
}

.CodeRay .inline {
    color: #000
}

.CodeRay .inline .inline {
    background: #ccc
}

.CodeRay .inline .inline .inline {
    background: #bbb
}

.CodeRay .inline .inline-delimiter {
    color: #d14
}

.CodeRay .inline-delimiter {
    color: #d14
}

.CodeRay .important {
    color: #555;
    font-weight: bold
}

.CodeRay .interpreted {
    color: #b2b
}

.CodeRay .instance-variable {
    color: #008080
}

.CodeRay .label {
    color: #970
}

.CodeRay .local-variable {
    color: #963
}

.CodeRay .octal {
    color: #40e
}

.CodeRay .predefined {
    color: #369
}

.CodeRay .preprocessor {
    color: #579
}

.CodeRay .pseudo-class {
    color: #555
}

.CodeRay .directive {
    font-weight: bold
}

.CodeRay .type {
    font-weight: bold
}

.CodeRay .predefined-type {
    color: inherit
}

.CodeRay .reserved,
.CodeRay .keyword {
    color: #000;
    font-weight: bold
}

.CodeRay .key {
    color: #808
}

.CodeRay .key .delimiter {
    color: #606
}

.CodeRay .key .char {
    color: #80f
}

.CodeRay .value {
    color: #088
}

.CodeRay .regexp .delimiter {
    color: #808
}

.CodeRay .regexp .content {
    color: #808
}

.CodeRay .regexp .modifier {
    color: #808
}

.CodeRay .regexp .char {
    color: #d14
}

.CodeRay .regexp .function {
    color: #404;
    font-weight: bold
}

.CodeRay .string {
    color: #d20
}

.CodeRay .string .string .string {
    background: #ffd0d0
}

.CodeRay .string .content {
    color: #d14
}

.CodeRay .string .char {
    color: #d14
}

.CodeRay .string .delimiter {
    color: #d14
}

.CodeRay .shell {
    color: #d14
}

.CodeRay .shell .delimiter {
    color: #d14
}

.CodeRay .symbol {
    color: #990073
}

.CodeRay .symbol .content {
    color: #a60
}

.CodeRay .symbol .delimiter {
    color: #630
}

.CodeRay .tag {
    color: #008080
}

.CodeRay .tag-special {
    color: #d70
}

.CodeRay .variable {
    color: #036
}

.CodeRay .insert {
    background: #afa
}

.CodeRay .delete {
    background: #faa
}

.CodeRay .change {
    color: #aaf;
    background: #007
}

.CodeRay .head {
    color: #f8f;
    background: #505
}

.CodeRay .insert .insert {
    color: #080
}

.CodeRay .delete .delete {
    color: #800
}

.CodeRay .change .change {
    color: #66f
}

.CodeRay .head .head {
    color: #f4f
}

/* 内边距的上下左右支持 5px, 10px, 15px, 20px */

/****
 ** 内外边距的命名方式：
 ** [ pd（内边距）| mg（外边距）]
 ** [ l（左）| r（右）| t（上）| b（下）] 可组合使用，组合只能如下所示。
 ** [ num ] 边距宽度
*****/


/* 内边距： 使用以后边距也会被背景填充 */

/* 内边距 5px */
.pd5 {
    padding: 5px;
}

.pdl5 {
    padding-left: 5px;
}

.pdr5 {
    padding-right: 5px;
}

.pdt5 {
    padding-top: 5px;
}

.pdb5 {
    padding-bottom: 5px;
}

/* 内边距 10px */
.pd10 {
    padding: 10px;
}

.pdl10 {
    padding-left: 10px;
}

.pdr10 {
    padding-right: 10px;
}

.pdt10 {
    padding-top: 10px;
}

.pdb10 {
    padding-bottom: 10px;
}

/* 内边距 20px */
.pd20 {
    padding: 20px;
}

.pdl20 {
    padding-left: 20px;
}

.pdr20 {
    padding-right: 20px;
}

.pdt20 {
    padding-top: 20px;
}

.pdb20 {
    padding-bottom: 20px;
}

/* 内边距 30px */
.pd30 {
    padding: 30px;
}

.pdl30 {
    padding-left: 30px;
}

.pdr30 {
    padding-right: 30px;
}

.pdt30 {
    padding-top: 30px;
}

.pdb30 {
    padding-bottom: 30px;
}

/* 内边距 50px */
.pd50 {
    padding: 50px;
}

.pdl50 {
    padding-left: 50px;
}

.pdr50 {
    padding-right: 50px;
}

.pdt50 {
    padding-top: 50px;
}

.pdb50 {
    padding-bottom: 50px;
}

/* 字体大小，只支持12px、14px、16px、20px、22px */
.font-size12 {
    font-size: 12px;
}

.font-size14 {
    font-size: 14px;
}

.font-size16 {
    font-size: 16px;
}

.font-size18 {
    font-size: 18px;
}

.font-size20 {
    font-size: 20px;
}

.font-size22 {
    font-size: 22px;
}

.font-size24 {
    font-size: 24px;
}

.font-size28 {
    font-size: 28px;
}

.font-size30 {
    font-size: 30px;
}

/* 字体加粗 */
.font-bold {
    font-weight: bold;
}

/* 首行缩进两个字符 */
.indentation {
    text-indent: 2em;
}

/* 字体变蓝 */
.blue {
    color: #2358cc;
}

/* 字体变红 */
.red {
    color: red;
}

/* 宽度 */

.width300 {
    width: 300px;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}

.width600 {
    width: 600px;
}

.width700 {
    width: 700px;
}

.halfWidth {
    width: 50%;
}

.allWidth {
    width: 100%;
}

.ahref {
    position: fixed;
    top: 10px;
    max-height: calc(100vh - 200px);
    margin-top: 56px;
    overflow: auto;
    min-width: 250px;
    width: 15%;
    max-width: 300px;
    right: 20px;
    line-height: 32px;
}

.markdown-body {
    position: relative;
    box-sizing: border-box;
    /*overflow: hidden;*/
}

.ahref a {
    width: 100%;
    text-decoration: none;
    color: #303133;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ahref .title-anchor {
    padding: 0 20px;
    border-left: 2px solid #e5e5e5;
}

.ahref a:hover {
    color: #2c6eff;
}


.ahref .active {
    color: #2c6eff;
    border-left: 2px solid #2c6eff;
}

img {
    max-width: 100%;
}

.tip-msg {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    color: rgba(0, 0, 0, .6);
    padding: 10px 16px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #fff;
    display: inline-block;
    pointer-events: all;
    width: 100px;
}

.tip-success-icon {
    color: #52c41a;
    font-size: 16px;
    vertical-align: text-bottom;
    margin-right: 8px;
}

.copy_btn {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
}

.segment {
    font-size: 24px;
    padding: 20px 0 15px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid rgb(223, 223, 225);
    position: relative;
}

.doc_content {
    width: 70%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.sub-segment {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 15px;
}

.sub-sub-segment {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 15px;
}

.sub-anchor {
    padding-left: 30px !important;
    font-size: 12px;
}

.sub-sub-anchor {
    padding-left: 50px !important;
    font-size: 10px;
}

.overall-flow {
    cursor: pointer;
}

.skip-back {
    cursor: pointer;
    margin-right: 12px;
}

.openModalBtn {
    display: inline-block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    cursor: pointer;
    border-radius: 4px;
    background: rgb(42, 98, 255);
    position: absolute;
    right: 0;
    top: 76px;
    color: #fff;
    width: 108px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.openModalBtn img {
    margin-right: 9px; 
    margin-bottom: -4px;
}

.flow-chart {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.flow-chart>img {
    height: 48px;
}

.rectangle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    width: 100px;
    height: 48px;
    background-color: #ed7d31;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    line-height: 16px;
    text-align: center;
}