.sidebar .list.newlist2 li:first-of-type ul li[data-v-0715daa4]:nth-of-type(2), .sidebar .list.newlist2 li:first-of-type ul li[data-v-0715daa4]:nth-of-type(5), .sidebar .list.newlist2 li:first-of-type ul li[data-v-0715daa4]:nth-of-type(8), .sidebar .list.newlist2 li:first-of-type ul li[data-v-0715daa4]:nth-of-type(11), .sidebar .list.newlist li:first-of-type ul li[data-v-0715daa4]:nth-of-type(6), .sidebar .list.newlist li:first-of-type ul li[data-v-0715daa4]:nth-of-type(9), .sidebar .list.newlist li:first-of-type ul li[data-v-0715daa4]:nth-of-type(12) {
    margin-top: 20px
}

.lang[data-v-0715daa4] {
    display: inline-block;
    position: fixed;
    left: 274px;
    top: 0;
    width: 50px;
    height: auto;
    padding: 20px 0 12px;
    z-index: 10000;
    color: #fff;
    text-decoration: none;
    background: #42b983;
    border-radius: 0 0 30px 30px;
    cursor: pointer;
    border: 10px solid #fff;
    border-top: 0;
    outline: none;
    font-size: 12px;
    text-align: center;
    line-height: 1
}

.lang.disalbed[data-v-0715daa4] {
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .lang[data-v-0715daa4] {
        left: -300px;
        width: 30px;
        border-width: 1px;
        transition: all .2s
    }

    .lang.show[data-v-0715daa4] {
        left: 224px
    }
}

#app {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    box-sizing: border-box
}

*, html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

body, html {
    height: 100%;
    width: 100%;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: auto
}

body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    font: 14px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    padding: 0;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--bgcolor)
}

img {
    max-width: 100%
}

:root {
    --back-color: #f5f6fa;
    --back-color-dark: #d7ddf3;
    --fore-color: #404454;
    --fore-color-light: #575e7a;
    --fore-color-lighter: #666e8f;
    --fore-color-dark: #1f253d;
    --fore-color-darker: #060709;
    --scrollbar-back-color: #e0e4f6;
    --scrollbar-fore-color: #666e8f;
    --bgcolor: #fff
}

.sidebar {
    background-color: var(--bgcolor);
    color: #364149;
    border-right: 1px solid rgba(0,0,0,.07);
    overflow-y: auto;
    padding: 140px 0 0;
    bottom: 0;
    transition: transform .25s ease-out;
    width: 300px;
    z-index: 20
}

    .sidebar, .sidebar > h1 {
        position: fixed;
        top: 0;
        left: 0
    }

        .sidebar > h1 {
            display: block;
            padding: 30px 30px 30px 0;
            margin: 0;
            text-align: center;
            width: 299px;
            height: 140px;
            background: #fff;
            z-index: 100
        }

            .sidebar > h1 a {
                display: block;
                text-decoration: none;
                padding: 10px 0 5px
            }

            .sidebar > h1 img {
                display: block;
                width: 60%;
                margin: 0 auto
            }

            .sidebar > h1 span {
                display: block;
                font-size: 14px;
                line-height: 1;
                padding: 5px 0;
                cursor: pointer
            }

                .sidebar > h1 span b {
                    color: #42b983
                }

            .sidebar > h1 em {
                display: inline-block;
                font-size: 14px;
                line-height: 1;
                color: #42b983;
                position: absolute;
                right: 35px;
                top: 35px
            }

        .sidebar .sidebar-nav {
            line-height: 2em;
            padding-bottom: 200px;
            min-height: calc(100vh - 240px)
        }

        .sidebar .copyright {
            position: fixed;
            left: -2px;
            bottom: 0;
            width: 299px;
            line-height: 1;
            padding: 20px 0;
            margin: 0;
            text-align: center;
            background: var(--bgcolor)
        }

            .sidebar .copyright span {
                display: inline-block;
                padding: 0 5px
            }

            .sidebar .copyright a {
                color: #09f;
                text-decoration: none;
                display: inline-block
            }

        .sidebar ul {
            margin: 0 0 0 40px;
            padding: 0
        }

        .sidebar li > p {
            font-weight: 700;
            margin: 0
        }

        .sidebar ul, .sidebar ul li {
            list-style: none
        }

            .sidebar ul li {
                margin: 5px 0 5px -5px;
                font-weight: 400
            }

                .sidebar ul li .router-link-exact-active.current + ul {
                    display: block
                }

                .sidebar ul li a {
                    color: #2c3e50;
                    font-size: 14px;
                    overflow: hidden;
                    text-decoration: none;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    padding: 3px 5px
                }

                    .sidebar ul li a:hover {
                        text-decoration: none;
                        color: #0098f1
                    }

                .sidebar ul li ul {
                    padding: 0;
                    margin-left: 30px
                }

                .sidebar ul li.active > a {
                    border-right: 2px solid;
                    color: var(--theme-color,#42b983);
                    font-weight: 600
                }

            .sidebar ul.list > li {
                padding-bottom: 20px
            }

            .sidebar ul.list span {
                color: #bbb;
                display: block;
                height: 25px;
                line-height: 25px;
                cursor: default;
                position: relative
            }

                .sidebar ul.list span:before {
                    position: absolute;
                    left: -10px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 6px;
                    height: 6px;
                    background: #42b983;
                    border-radius: 50%;
                    content: ""
                }

                .sidebar ul.list span:after {
                    position: absolute;
                    left: -12px;
                    top: -15px;
                    width: 105%;
                    border-top: 1px solid rgba(0,0,0,.1);
                    content: ""
                }

            .sidebar ul.list li:first-child > span:after {
                display: none
            }

            .sidebar ul.list ul {
                padding-left: 0;
                margin-left: 0
            }

        .sidebar::-webkit-scrollbar {
            width: 0
        }

        .sidebar::-webkit-scrollbar-thumb {
            background: transparent;
            border-radius: 2px
        }

        .sidebar:hover::-webkit-scrollbar-thumb {
            background: hsla(0,0%,53.3%,.2)
        }

        .sidebar:hover::-webkit-scrollbar-track {
            background: hsla(0,0%,53.3%,0)
        }

.content .versionlist, .content img {
    max-width: 100%
}

.content p img {
    width: auto !important;
    height: auto !important;
    max-height: 550px
}

.markdown-section {
    margin-left: 300px;
    max-width: 1500px;
    padding: 0 60px
}

    .markdown-section .sub-content {
        padding-bottom: 150px
    }

    .markdown-section > * {
        box-sizing: border-box;
        font-size: inherit
    }

    .markdown-section .tips {
        color: #f66
    }

    .markdown-section table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 1rem;
        overflow: auto;
        width: 100% !important;
        table-layout: fixed;
        border: 0 !important
    }

        .markdown-section table.params span {
            display: inline-block;
            padding: 0 10px 0 0;
            line-height: 1.8
        }

    .markdown-section th {
        font-weight: 700
    }

    .markdown-section td, .markdown-section th {
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 10px 5px;
        word-break: break-word;
        text-align: left;
        border-left: none
    }

        .markdown-section td:last-child, .markdown-section th:last-child {
            border-right: none
        }

    .markdown-section tr {
        border-top: 1px solid #ddd
    }

        .markdown-section tr:first-child td {
            font-weight: 700
        }

    .markdown-section p.tips {
        background-color: #fafafa;
        border-bottom-right-radius: 2px;
        border-left: 4px solid #f66;
        padding: 14px 30px;
        position: relative
    }

        .markdown-section p.tips:before {
            background-color: #f66;
            border-radius: 100%;
            color: #fff;
            content: "!";
            font-family: Arial,sans-serif;
            font-size: 14px;
            font-weight: 700;
            left: -12px;
            line-height: 20px;
            position: absolute;
            height: 20px;
            width: 20px;
            text-align: center;
            top: 14px
        }

        .markdown-section p.tips code {
            background-color: #fff
        }

        .markdown-section p.tips em {
            color: #34495e
        }

    .markdown-section p.warn {
        background: rgba(66,185,131,.1);
        border-radius: 2px;
        padding: 1rem
    }

    .markdown-section p:blank, .markdown-section p:empty {
        display: none !important
    }

    .markdown-section p.sec {
        font-weight: 700
    }

    .markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4, .markdown-section h5, .markdown-section strong {
        color: #2c3e50;
        font-weight: 600
    }

    .markdown-section a {
        color: var(--theme-color,#42b983);
        font-weight: 500
    }

        .markdown-section a.links {
            display: inline-block;
            height: 20px;
            line-height: 20px;
            padding-left: 20px;
            margin-right: 30px;
            color: #1296db;
            background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTgzMiAxMjhINjQwdjY0aDE0Ni43NTJMNTIxLjM3NiA0NTcuMzc2bDQ1LjI0OCA0NS4yNDhMODMyIDIzNy4yNDhWMzg0aDY0VjEyOHoiIGZpbGw9IiMxMjk2ZGIiLz48cGF0aCBkPSJNNzY4IDgzMkgxOTJWMjU2aDM1MnYtNjRIMTYwYTMyIDMyIDAgMDAtMzIgMzJ2NjQwYTMyIDMyIDAgMDAzMiAzMmg2NDBhMzIgMzIgMCAwMDMyLTMyVjQ4MGgtNjR2MzUyeiIgZmlsbD0iIzEyOTZkYiIvPjwvc3ZnPg==) no-repeat 0/16px
        }

            .markdown-section a.links:hover {
                color: #5b67ff
            }

    .markdown-section h1 {
        font-size: 2rem;
        margin: 0 0 1rem
    }

    .markdown-section h2 {
        font-size: 1.75rem;
        margin: 4rem 0 .8rem
    }

    .markdown-section h3 {
        font-size: 1.5rem;
        margin: 8rem 0 .6rem
    }

        .markdown-section h3:first-of-type {
            margin-top: 10px
        }

    .markdown-section h4 {
        font-size: 1.25rem
    }

        .markdown-section h4.sec {
            margin-bottom: 5px;
            margin-top: 50px;
            padding-bottom: 0
        }

    .markdown-section h5 {
        font-size: 1rem;
        margin: 2.5rem 0 .5rem
    }

        .markdown-section h5 + p {
            margin: 0;
            padding: 0
        }

    .markdown-section h6 {
        color: #777;
        font-size: 1rem
    }

    .markdown-section figure {
        margin: 1.2em 0
    }

    .markdown-section ol, .markdown-section ul {
        line-height: 1.6rem;
        word-spacing: .05rem;
        padding-left: 1.5rem
    }

    .markdown-section blockquote {
        border-left: 4px solid var(--theme-color,#42b983);
        color: #858585;
        margin: 2em 0;
        padding-left: 20px
    }

        .markdown-section blockquote p {
            font-weight: 600;
            margin-left: 0
        }

    .markdown-section em {
        color: #7f8c8d
    }

    .markdown-section code {
        font-size: .8rem;
        white-space: pre-wrap;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        justify-content: space-between
    }

        .markdown-section code:after {
            display: none
        }

        .markdown-section code::-webkit-scrollbar-track {
            background-color: var(--scrollbar-back-color);
            border-radius: 3px;
            margin: 0 25%
        }

        .markdown-section code::-webkit-scrollbar {
            height: 6px;
            background: transparent
        }

        .markdown-section code::-webkit-scrollbar-thumb {
            background-color: var(--scrollbar-fore-color);
            border: 1px solid var(--scrollbar-fore-color-lighter);
            border-radius: 5px
        }

    .markdown-section pre {
        position: relative;
        overflow: auto;
        padding: 0 25px;
        margin: 0;
        border-radius: 4px;
        background-color: #fafafa;
        border: 1px solid #eee
    }

        .markdown-section pre code {
            display: block;
            line-height: inherit;
            max-width: inherit;
            overflow: inherit;
            margin: 0;
            padding: 1.2em 0;
            white-space: inherit;
            font-size: 14px
        }

        .markdown-section pre .copyit {
            position: absolute;
            right: 1px;
            top: 1px;
            cursor: pointer;
            line-height: 30px;
            height: 30px;
            padding: 0 15px;
            display: none;
            background: #fff;
            color: #42b983;
            border-radius: 4px
        }

            .markdown-section pre .copyit.copyed {
                display: inline-block
            }

                .markdown-section pre .copyit.copyed:after {
                    background: #222;
                    content: "Copyed!";
                    position: absolute;
                    right: 0;
                    top: 0;
                    white-space: nowrap;
                    line-height: 30px;
                    height: 30px;
                    padding: 0 15px;
                    background: #42b983;
                    color: #fff;
                    border-radius: 4px
                }

        .markdown-section pre:hover span.copyit {
            display: inline-block
        }

    .markdown-section .token.keyword, .markdown-section .token.selector, .markdown-section .token.tag {
        color: #b457ff
    }

    .markdown-section .token.attr-name, .markdown-section .token.operator, .markdown-section .token.property {
        color: #07c160
    }

    .markdown-section .token.function {
        color: #23a0ff
    }

    .markdown-section .token.comment {
        color: rgba(0,0,0,.3)
    }

    .markdown-section .token.attr-value {
        color: #222
    }

    .markdown-section .token.boolean, .markdown-section .token.number, .markdown-section .token.parameter, .markdown-section .token.string {
        color: #ff4d00
    }

    .markdown-section .token.cdata, .markdown-section .token.comment, .markdown-section .token.doctype, .markdown-section .token.prolog {
        color: #8e908c
    }

    .markdown-section .token.namespace {
        opacity: .7
    }

    .markdown-section .token.boolean, .markdown-section .token.number, .markdown-section .token.parameter {
        color: #ff4d00
    }

    .markdown-section .token.punctuation {
        color: #525252
    }

    .markdown-section .token.property {
        color: #d08b30
    }

    .markdown-section .token.tag {
        color: #2973b7
    }

    .markdown-section .token.string {
        color: var(--theme-color,#07c160)
    }

    .markdown-section .token.selector {
        color: #6679cc
    }

    .markdown-section .token.attr-name {
        color: #2973b7
    }

    .markdown-section .token.entity, .markdown-section .token.url {
        color: #22a2c9
    }

    .markdown-section .token.attr-value, .markdown-section .token.control, .markdown-section .token.directive, .markdown-section .token.unit {
        color: var(--theme-color,#07c160)
    }

    .markdown-section .token.function, .markdown-section .token.keyword {
        color: #23a0ff
    }

    .markdown-section .token.atrule, .markdown-section .token.regex, .markdown-section .token.statement {
        color: #22a2c9
    }

    .markdown-section .token.placeholder, .markdown-section .token.variable {
        color: #3d8fd1
    }

    .markdown-section .token.deleted {
        text-decoration: line-through
    }

    .markdown-section .token.inserted {
        border-bottom: 1px dotted #202746;
        text-decoration: none
    }

    .markdown-section .token.italic {
        font-style: italic
    }

    .markdown-section .token.bold, .markdown-section .token.important {
        font-weight: 700
    }

    .markdown-section .token.important {
        color: #c94922
    }

    .markdown-section .token.entity {
        cursor: help
    }

.sub-content-sec {
    padding: 30px 0
}

    .sub-content-sec .secswrap {
        margin: 50px auto 50px;
        overflow: hidden
    }

        .sub-content-sec .secswrap .secs {
            border-top: 1px solid #ccc;
            padding: 0 0 50px
        }

            .sub-content-sec .secswrap .secs .sec {
                font-weight: 400;
                font-size: 24px
            }

            .sub-content-sec .secswrap .secs span {
                display: inline-block;
                float: right;
                font-size: 16px;
                color: #666;
                margin-top: 6px
            }

            .sub-content-sec .secswrap .secs .item {
                height: 20px;
                line-height: 20px;
                position: relative;
                padding-left: 36px
            }

                .sub-content-sec .secswrap .secs .item.num {
                    counter-increment: list
                }

                    .sub-content-sec .secswrap .secs .item.num:before {
                        position: absolute;
                        left: 12px;
                        top: 50%;
                        transform: translateY(-50%);
                        content: counter(list);
                        display: inline-block;
                        width: 14px;
                        height: 14px;
                        line-height: 14px;
                        color: #777;
                        border: 1px solid;
                        border-radius: 50%;
                        text-align: center;
                        font-size: 12px
                    }

                .sub-content-sec .secswrap .secs .item.nonum:before {
                    display: none
                }

    .sub-content-sec .versionlist {
        width: 100%;
        border-collapse: collapse
    }

        .sub-content-sec .versionlist tr td, .sub-content-sec .versionlist tr th {
            text-align: left;
            padding: 15px 25px;
            border: 1px solid #dedede;
            white-space: nowrap;
            font-size: 12px
        }

        .sub-content-sec .versionlist tr th {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-size: 14px
        }

            .sub-content-sec .versionlist tr th:first-child {
                padding: 15px 0
            }

        .sub-content-sec .versionlist tr td {
            position: relative
        }

            .sub-content-sec .versionlist tr td:first-child {
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                padding: 15px 0
            }

            .sub-content-sec .versionlist tr td span {
                display: block;
                line-height: 1.5
            }

                .sub-content-sec .versionlist tr td span blank {
                    position: absolute;
                    left: 0;
                    top: 0;
                    display: block;
                    width: 100%;
                    height: 100%;
                    padding: 0;
                    opacity: .3;
                    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23d81e06%22%20width%3D%22200px%22%20height%3D%22200.00px%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M512%201000.727273a488.727273%20488.727273%200%201%201%20488.727273-488.727273%20488.727273%20488.727273%200%200%201-488.727273%20488.727273z%20m0-919.272728a430.545455%20430.545455%200%201%200%20430.545455%20430.545455A430.545455%20430.545455%200%200%200%20512%2081.454545z%22%20/%3E%3Cpath%20d%3D%22M721.454545%20750.545455a28.974545%2028.974545%200%200%201-20.596363-8.494546L281.6%20322.443636a29.090909%2029.090909%200%200%201%2041.192727-41.192727L742.4%20700.858182A29.090909%2029.090909%200%200%201%20721.454545%20750.545455z%22%20/%3E%3Cpath%20d%3D%22M302.545455%20750.545455a29.090909%2029.090909%200%200%201-20.596364-49.687273l419.258182-419.607273a29.090909%2029.090909%200%200%201%2041.192727%2041.192727L322.792727%20742.050909a28.974545%2028.974545%200%200%201-20.247272%208.494546z%22%20%20/%3E%3C/svg%3E) no-repeat 30px/auto 24px
                }

        .sub-content-sec .versionlist.business tr:first-child td {
            font-weight: 400
        }

        .sub-content-sec .versionlist.business tr td, .sub-content-sec .versionlist.business tr td:first-child, .sub-content-sec .versionlist.business tr th, .sub-content-sec .versionlist.business tr th:first-child {
            padding: 15px 45px;
            -webkit-user-select: text;
            -moz-user-select: text;
            -ms-user-select: text;
            user-select: text
        }

            .sub-content-sec .versionlist.business tr td:last-child, .sub-content-sec .versionlist.business tr td:nth-last-child(2), .sub-content-sec .versionlist.business tr th:last-child, .sub-content-sec .versionlist.business tr th:nth-last-child(2) {
                text-align: center
            }

        .sub-content-sec .versionlist.business tr td, .sub-content-sec .versionlist.business tr th {
            border-left: none
        }

            .sub-content-sec .versionlist.business tr td:last-child, .sub-content-sec .versionlist.business tr th:last-child {
                border-right: none
            }

            .sub-content-sec .versionlist.business tr td.space {
                padding: 0 !important;
                height: 10px !important
            }

        .sub-content-sec .versionlist.business span.free {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            opacity: .3;
            background: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23d81e06%22%20width%3D%22200px%22%20height%3D%22200.00px%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M512%201000.727273a488.727273%20488.727273%200%201%201%20488.727273-488.727273%20488.727273%20488.727273%200%200%201-488.727273%20488.727273z%20m0-919.272728a430.545455%20430.545455%200%201%200%20430.545455%20430.545455A430.545455%20430.545455%200%200%200%20512%2081.454545z%22%20/%3E%3Cpath%20d%3D%22M721.454545%20750.545455a28.974545%2028.974545%200%200%201-20.596363-8.494546L281.6%20322.443636a29.090909%2029.090909%200%200%201%2041.192727-41.192727L742.4%20700.858182A29.090909%2029.090909%200%200%201%20721.454545%20750.545455z%22%20/%3E%3Cpath%20d%3D%22M302.545455%20750.545455a29.090909%2029.090909%200%200%201-20.596364-49.687273l419.258182-419.607273a29.090909%2029.090909%200%200%201%2041.192727%2041.192727L322.792727%20742.050909a28.974545%2028.974545%200%200%201-20.247272%208.494546z%22%20%20/%3E%3C/svg%3E) no-repeat 50%/auto 24px
        }

        .sub-content-sec .versionlist.business span.cart {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            opacity: 1;
            background: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%2355cc5f%22%20%20width%3D%22200px%22%20height%3D%22200.00px%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M511.808642%2065.054645c-246.710938%200-446.708971%20199.999057-446.708971%20446.708971s199.999057%20446.708971%20446.708971%20446.708971%20446.708971-199.999057%20446.708971-446.708971S758.51958%2065.054645%20511.808642%2065.054645zM792.55986%20364.876198%20440.896592%20716.539466c-7.993045%207.993045-18.467607%2011.989055-28.943193%2011.989055s-20.951171-3.996011-28.943193-11.989055L231.0564%20564.586682c-15.985066-15.985066-15.985066-41.901319%200-57.886385%2015.984043-15.985066%2041.901319-15.985066%2057.886385%200l123.009591%20123.009591%20322.719052-322.720076c15.985066-15.985066%2041.901319-15.985066%2057.886385%200C808.544927%20322.973856%20808.544927%20348.891132%20792.55986%20364.876198z%22%20/%3E%3C/svg%3E) no-repeat 50%/auto 24px
        }

    .sub-content-sec .imgs {
        position: relative
    }

        .sub-content-sec .imgs:after {
            position: absolute;
            left: 5px;
            bottom: 5px;
            width: 100px;
            height: 40px;
            background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMDAwIDM0MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PGcgaWQ9IkxheWVyXzFfMV8iPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOTIuMSAxOGMtODMuOSAwLTE1MiA2OC4xLTE1MiAxNTJzNjguMSAxNTIgMTUyIDE1MiAxNTItNjguMSAxNTItMTUyUzI3NiAxOCAxOTIuMSAxOHptLTIwLjggMjA3LjJjLTE0LjIgMTEtMzEuNSAxNi41LTUxLjggMTYuNXYtMjEuNWMxMi40IDAgMjMuMS0zLjQgMzEuOS0xMC4yIDguOC02LjggMTMuMi0xNSAxMy4yLTI0LjcgMC05LjUtNC40LTE3LjYtMTMuMi0yNC40LTguOC02LjgtMTkuNS0xMC4yLTMxLjktMTAuMlYxMjljMjAuMyAwIDM3LjUgNS41IDUxLjggMTYuNXMyMS40IDI0LjIgMjEuNCAzOS43YzAgMTUuNy03LjEgMjktMjEuNCA0MHptMjEuNC0xMDUuM2gtNzMuMlY5OC40aDczLjJ2MjEuNXptNzItMjEuNXYxNDMuM2gtMjUuMnYtOTAuMWguMVY5OC40aDI1LjF6TTczOS44IDE1MGMtLjItMjQuNy0xNy41LTM0LjMtMzAuOC0zNC41bC01MS44LS41LjMgMTEwSDY4MWwtLjItNDMuOCAxNyAuMiAyNC44IDQzLjdoMjUuN2wtMjUuNy00NC43YzAtLjEgMTcuMy03LjIgMTcuMi0zMC40em0tMzUuNCAxNS41bC0yMy43LjItLjMtMzAuNWgyMy43czE0LjUgMSAxNC41IDE1LjJjMCAxNC4xLTE0LjIgMTUuMS0xNC4yIDE1LjF6TTc5NC42IDIwNC45bC0uMi04OS42LTI0LS4yLS4xIDEwOS44aDgwbC0uMi0xOS44LTU1LjUtLjJ6TTkxOS45IDExNS4zYy0zNC41LjMtNDkuMi4yLTQ5LjIuMmwuMiAxMDkuMmg1MS41czM3LjItNC4zIDM3LjMtMzYuMmwuMi0zNS44cy0yLjUtMzcuNy00MC0zNy40em0tMyA5MGwtMjIuMi4yLS4zLTcwLjdzMS4zLS4yIDIwLjgtLjMgMjAuNSAxOS41IDIwLjUgMTkuNS4zIDExLjguNyAzMS4zYy40IDE3LjUtMTkuNSAyMC0xOS41IDIwek00ODQuNSAxODIuNWwtMjIuMy02Ny43aC0xNy44bC0yMi41IDY3LjQtMTguOC02Ny4zaC0yNS41TDQxMSAyMjUuMmgyMC41bDIyLTY0LjkgMjIuNyA2NC45SDQ5NmwzMi40LTExMC4zLTI0LjUtLjEtMTkuNCA2Ny43ek01ODguNiAxMTQuOWgtNS4xYy0yMy40IDAtNDIuNiAxOC43LTQyLjYgNDEuN3YyNi45YzAgMjIuOSAxOS4yIDQxLjcgNDIuNiA0MS43aDUuMWMyMy40IDAgNDIuNi0xOC44IDQyLjYtNDEuN3YtMjYuOWMuMS0yMy0xOS4xLTQxLjctNDIuNi00MS43em0xOS4yIDY5LjNjMCAxMi41LTcuNCAyMi43LTIwLjIgMjIuN2gtMi41Yy0xMi44IDAtMjAuMi0xMC4yLTIwLjItMjIuN1YxNThjMC0xMi41IDcuNC0yMi43IDIwLjItMjIuN2gyLjVjMTIuOCAwIDIwLjIgMTAuMiAyMC4yIDIyLjd2MjYuMnoiLz48L2c+PC9zdmc+) no-repeat 0/auto 20px;
            content: "";
            opacity: .8
        }

        .sub-content-sec .imgs.small {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            width: 100%;
            -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
            justify-content: space-between;
            --size: 4px
        }

            .sub-content-sec .imgs.small > strong {
                flex: 0 0 200px;
                scroll-snap-align: start;
                padding-bottom: .5rem;
                margin: 0 10px 0 0;
                cursor: pointer
            }

                .sub-content-sec .imgs.small > strong img {
                    display: block;
                    max-width: 100%
                }

                    .sub-content-sec .imgs.small > strong img.item-image {
                        opacity: .5
                    }

                        .sub-content-sec .imgs.small > strong img.item-image.active {
                            opacity: 1
                        }

                .sub-content-sec .imgs.small > strong strong {
                    display: block;
                    line-height: 1;
                    padding: 12px 0;
                    text-align: center
                }

                .sub-content-sec .imgs.small > strong:first-child {
                    margin-left: 0
                }

            .sub-content-sec .imgs.small:after {
                display: none
            }

            .sub-content-sec .imgs.small::-webkit-scrollbar-track {
                background-color: var(--scrollbar-back-color);
                border-radius: var(--size);
                margin: 0 350px
            }

            .sub-content-sec .imgs.small::-webkit-scrollbar {
                height: calc(var(--size)*2);
                background: transparent
            }

            .sub-content-sec .imgs.small::-webkit-scrollbar-thumb {
                background-color: var(--scrollbar-fore-color);
                border: 1px solid var(--scrollbar-fore-color-lighter);
                border-radius: var(--size)
            }

        .sub-content-sec .imgs .zoomit {
            cursor: zoom-in
        }

    .sub-content-sec .tipit strong {
        display: inline-block;
        width: 120px;
        padding-right: 10px;
        text-align: right
    }

    .sub-content-sec .others a {
        cursor: pointer;
        display: inline-block;
        padding: 3px;
        color: #06c;
        margin-right: 20px;
        margin-bottom: 20px
    }

        .sub-content-sec .others a.links {
            display: inline-block;
            height: 20px;
            line-height: 16px;
            padding-left: 20px;
            color: #1296db;
            background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTgzMiAxMjhINjQwdjY0aDE0Ni43NTJMNTIxLjM3NiA0NTcuMzc2bDQ1LjI0OCA0NS4yNDhMODMyIDIzNy4yNDhWMzg0aDY0VjEyOHoiIGZpbGw9IiMxMjk2ZGIiLz48cGF0aCBkPSJNNzY4IDgzMkgxOTJWMjU2aDM1MnYtNjRIMTYwYTMyIDMyIDAgMDAtMzIgMzJ2NjQwYTMyIDMyIDAgMDAzMiAzMmg2NDBhMzIgMzIgMCAwMDMyLTMyVjQ4MGgtNjR2MzUyeiIgZmlsbD0iIzEyOTZkYiIvPjwvc3ZnPg==) no-repeat 0/16px
        }

            .sub-content-sec .others a.links:hover {
                color: #5b67ff
            }

        .sub-content-sec .others a.unlink {
            cursor: default
        }

    .sub-content-sec .starting {
        margin: 30px 0 0;
        padding: 45px 20px 30px 40px;
        line-height: 2.4;
        font-weight: 400;
        background-color: #fff;
        border-radius: 5px;
        position: relative;
        border-top: 2px solid #f80
    }

        .sub-content-sec .starting:before {
            position: absolute;
            left: 40px;
            top: 0;
            content: "Starting";
            background: #f80;
            color: #fff;
            padding: 4px 20px;
            border-radius: 0 0 3px 3px;
            font-size: 14px;
            line-height: 1;
            font-weight: 700
        }

        .sub-content-sec .starting a {
            padding-left: 14px;
            margin: 0 0 0 15px;
            color: #1296db;
            background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTgzMiAxMjhINjQwdjY0aDE0Ni43NTJMNTIxLjM3NiA0NTcuMzc2bDQ1LjI0OCA0NS4yNDhMODMyIDIzNy4yNDhWMzg0aDY0VjEyOHoiIGZpbGw9IiMxMjk2ZGIiLz48cGF0aCBkPSJNNzY4IDgzMkgxOTJWMjU2aDM1MnYtNjRIMTYwYTMyIDMyIDAgMDAtMzIgMzJ2NjQwYTMyIDMyIDAgMDAzMiAzMmg2NDBhMzIgMzIgMCAwMDMyLTMyVjQ4MGgtNjR2MzUyeiIgZmlsbD0iIzEyOTZkYiIvPjwvc3ZnPg==) no-repeat left 5px/12px
        }

            .sub-content-sec .starting a:hover {
                color: #5b67ff
            }

    .sub-content-sec .fixgap {
        height: 50px
    }

.versiontable {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 300px;
    background: #fff;
    width: calc(100% - 300px);
    padding: 10px 60px 0;
    z-index: 10;
    max-width: 1500px
}

    .versiontable.show {
        display: block
    }

        .versiontable.show .versionlist.business {
            margin-bottom: 0
        }

            .versiontable.show .versionlist.business tr th {
                padding: 15px 45px;
                white-space: nowrap;
                border-left: 1px solid #ddd
            }

                .versiontable.show .versionlist.business tr th:first-child {
                    border-left: none
                }

                .versiontable.show .versionlist.business tr th:last-child, .versiontable.show .versionlist.business tr th:nth-last-child(2) {
                    text-align: center
                }

.router-link-exact-active.current {
    background: linear-gradient(90deg,#0098f1,#6dd724);
    -webkit-animation: Gradient-hue 4s ease infinite;
    animation: Gradient-hue 4s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.quickintro {
    position: relative;
    display: inline-block
}

    .quickintro .vid_play {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%23fff'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D%22M2.579%2C23.633%20C2.157%2C23.633%201.734%2C23.512%201.352%2C23.291%20C0.668%2C22.868%200.265%2C22.124%200.265%2C21.319%20L0.265%2C2.803%20C0.265%2C1.998%200.668%2C1.254%201.352%2C0.831%20C2.036%2C0.408%202.881%2C0.368%203.606%2C0.73%20L22.121%2C9.988%20C23.269%2C10.572%2023.731%2C11.96%2023.168%2C13.108%20C22.947%2C13.55%2022.584%2C13.913%2022.121%2C14.154%20L3.606%2C23.412%20C3.284%2C23.553%202.922%2C23.633%202.579%2C23.633%20z%22/%3E%3C%2Fsvg%3E") no-repeat 20px/60%;
        width: 80px;
        height: 80px;
        padding: 20px;
        border: 4px solid hsla(0,0%,100%,.8);
        border-radius: 50%;
        outline: 0;
        cursor: pointer;
        z-index: 10
    }

        .quickintro .vid_play:hover {
            border-color: #fff
        }

.modal-video {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999
}

    .modal-video video {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 80%;
        transform: translate(-50%,-50%);
        outline: none
    }

        .modal-video video::-webkit-media-controls-start-playback-button {
            display: none
        }

    .modal-video.active {
        display: block
    }

    .modal-video .closeit {
        display: inline-block;
        position: absolute;
        right: 40px;
        top: 40px;
        width: 20px;
        height: 20px;
        border: none;
        outline: none;
        z-index: 9999;
        cursor: pointer;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M1.776.96L12 11.184 22.224.96l.816.816L12.816 12 23.04 22.224l-.816.816L12 12.816 1.776 23.04l-.816-.816L11.184 12 .96 1.776 1.776.96z'/%3E%3C/svg%3E") no-repeat 50%/cover
    }

.mobile {
    display: none
}

@media (max-width:1300px) {
    .markdown-section {
        padding: 0 40px
    }

    .versiontable {
        padding: 10px 40px
    }

        .sub-content-sec .versionlist.business tr td, .sub-content-sec .versionlist.business tr td:first-child, .sub-content-sec .versionlist.business tr th, .sub-content-sec .versionlist.business tr th:first-child, .versiontable.show .versionlist.business tr th {
            padding: 15px
        }

    .sub-content-sec .imgs.small::-webkit-scrollbar-track {
        margin: 0 50px
    }
}

@media (max-width:767px) {
    .container {
        overflow: hidden;
        overflow-y: auto
    }

    .content {
        left: 0;
        max-width: 100vw;
        padding: 30px 15px;
        margin-left: 0
    }

    .sub-content-sec {
        padding: 0
    }

        .sub-content-sec .versionlist.business tr td, .sub-content-sec .versionlist.business tr td:first-child, .sub-content-sec .versionlist.business tr th, .sub-content-sec .versionlist.business tr th:first-child {
            padding: 10px 5px;
            white-space: normal
        }

        .sub-content-sec .imgs.small > strong {
            flex: 0 0 100px
        }

    .versiontable {
        margin-left: 0;
        width: 100%;
        padding: 10px 15px
    }

        .versiontable .versionlist.business {
            margin-bottom: 0
        }

        .versiontable.show {
            display: block
        }

            .versiontable.show .versionlist.business tr th {
                padding: 10px 5px
            }

                .versiontable.show .versionlist.business tr th:last-child, .versiontable.show .versionlist.business tr th:nth-last-child(2) {
                    text-align: center
                }

    .sidebar {
        left: -300px;
        width: 240px;
        transition: all .2s;
        padding-top: 0
    }

        .sidebar h1 {
            position: static;
            width: auto;
            height: auto
        }

        .sidebar ul {
            margin-left: 20px
        }

        .sidebar .copyright {
            display: none
        }

        .sidebar.show {
            left: 0;
            box-shadow: 0 .4rem 2.8rem -.1rem rgba(0,32,128,.35),0 0 0 1px #f0f2f7
        }

    .markdown-section td, .markdown-section th {
        padding: 10px 5px
    }

    .markdown-section pre {
        padding: 0 1em
    }

        .markdown-section pre code {
            padding: .5em 0
        }

            .markdown-section pre code::-webkit-scrollbar-track {
                background-color: var(--scrollbar-back-color);
                border-radius: 5px;
                margin: 0 25%
            }

            .markdown-section pre code::-webkit-scrollbar {
                height: 2px;
                background: transparent
            }

            .markdown-section pre code::-webkit-scrollbar-thumb {
                background-color: var(--scrollbar-fore-color);
                border: 1px solid var(--scrollbar-fore-color-lighter);
                border-radius: 5px
            }

    .secswrap.version {
        overflow-x: auto
    }

    .mobile {
        position: fixed;
        right: 10px;
        top: 10px;
        background: #fff;
        z-index: 99999;
        border: 1px solid #42b982;
        border-radius: 10px
    }

        .mobile, .mobile span {
            display: block;
            width: 40px;
            height: 40px
        }

            .mobile span {
                position: absolute;
                right: 0;
                top: 0;
                background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M30.769 40.385c0-3.077-2.692-5.77-5.769-5.77H13.462c-3.077 0-5.77 2.693-5.77 5.77v11.538c0 3.077 2.693 5.769 5.77 5.769H25c3.077 0 5.769-2.692 5.769-5.769V40.385zm161.539 0c0-3.077-2.693-5.77-5.77-5.77H51.923c-3.077 0-5.769 2.693-5.769 5.77v11.538c0 3.077 2.692 5.769 5.769 5.769h134.615c3.077 0 5.77-2.692 5.77-5.769V40.385zM30.769 94.231c0-3.077-2.692-5.769-5.769-5.769H13.462c-3.077 0-5.77 2.692-5.77 5.769v11.538c0 3.077 2.693 5.769 5.77 5.769H25c3.077 0 5.769-2.692 5.769-5.769V94.231zm146.154 0c0-3.077-2.692-5.769-5.769-5.769H51.923c-3.077 0-5.769 2.692-5.769 5.769v11.538c0 3.077 2.692 5.769 5.769 5.769h119.231c3.077 0 5.769-2.692 5.769-5.769V94.231zM30.769 148.077c0-3.077-2.692-5.769-5.769-5.769H13.462c-3.077 0-5.77 2.692-5.77 5.769v11.538c0 3.077 2.693 5.77 5.77 5.77H25c3.077 0 5.769-2.693 5.769-5.77v-11.538zm161.539 0c0-3.077-2.693-5.769-5.77-5.769H51.923c-3.077 0-5.769 2.692-5.769 5.769v11.538c0 3.077 2.692 5.77 5.769 5.77h134.615c3.077 0 5.77-2.693 5.77-5.77v-11.538z' fill='%2342B982'/%3E%3C/svg%3E") no-repeat 50%/22px
            }

            .mobile.active {
                background: #42b982
            }

                .mobile.active span {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M30.769 40.385c0-3.077-2.692-5.77-5.769-5.77H13.462c-3.077 0-5.77 2.693-5.77 5.77v11.538c0 3.077 2.693 5.769 5.77 5.769H25c3.077 0 5.769-2.692 5.769-5.769V40.385zm161.539 0c0-3.077-2.693-5.77-5.77-5.77H51.923c-3.077 0-5.769 2.693-5.769 5.77v11.538c0 3.077 2.692 5.769 5.769 5.769h134.615c3.077 0 5.77-2.692 5.77-5.769V40.385zM30.769 94.231c0-3.077-2.692-5.769-5.769-5.769H13.462c-3.077 0-5.77 2.692-5.77 5.769v11.538c0 3.077 2.693 5.769 5.77 5.769H25c3.077 0 5.769-2.692 5.769-5.769V94.231zm146.154 0c0-3.077-2.692-5.769-5.769-5.769H51.923c-3.077 0-5.769 2.692-5.769 5.769v11.538c0 3.077 2.692 5.769 5.769 5.769h119.231c3.077 0 5.769-2.692 5.769-5.769V94.231zM30.769 148.077c0-3.077-2.692-5.769-5.769-5.769H13.462c-3.077 0-5.77 2.692-5.77 5.769v11.538c0 3.077 2.693 5.77 5.77 5.77H25c3.077 0 5.769-2.693 5.769-5.77v-11.538zm161.539 0c0-3.077-2.693-5.769-5.77-5.769H51.923c-3.077 0-5.769 2.692-5.769 5.769v11.538c0 3.077 2.692 5.77 5.769 5.77h134.615c3.077 0 5.77-2.693 5.77-5.77v-11.538z' fill='%23fff'/%3E%3C/svg%3E")
                }

    .modal-video video {
        width: 100%;
        height: 100%
    }

    .modal-video .closeit {
        right: 20px;
        top: 20px
    }
}
