html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #444c69;
    text-decoration: none
}

a:focus,
a:hover {
    color: #262a3b;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 5px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 18px;
    margin-bottom: 9px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 9px;
    margin-bottom: 9px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 26px
}

.h2,
h2 {
    font-size: 23px
}

.h3,
h3 {
    font-size: 20px
}

.h4,
h4 {
    font-size: 16px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 9px
}

.lead {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 19.5px
    }
}

.small,
small {
    font-size: 92%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}




.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 9px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 18px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}


code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}


@media(min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

}

@media(min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    
}



@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}



.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}




.hide {
    display: none !important
}

.show {
    display: block !important
}



.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}



@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,{
    display: none !important
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}



@font-face {
    font-family: "Source Sans Pro";
    src: local("Source Sans Pro"), url(/skin/doc/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf)
}

@font-face {
    font-family: "Source Sans Pro";
    src: local("Source Sans Pro Light"), url(/skin/doc/fonts/sourcesanspro-light.ttf);
    font-weight: 300
}

@font-face {
    font-family: "Source Sans Pro";
    src: local("Source Sans Pro Semibold"), url(/skin/doc/fonts/sourcesanspro-semibold.ttf);
    font-weight: 600
}

@font-face {
    font-family: "Roboto Mono";
    src: local("Roboto Mono"), url(/skin/doc/fonts/robotomono-regular.ttf)
}

body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4b4d4e;
    background-color: #fff;
    margin: 0;
    line-height: 1.7em
}

body.page {
    padding-top: 61px
}

@media screen and (max-width:900px) {
    body.page {
        padding-top: 0
    }
}

a {
    text-decoration: none;
    color: #34495e
}

img {
    border: none
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    color: #2c3e50
}

strong {
    font-weight: 500
}

code,
pre {
    font-size: 13px;
    background-color: #f8f8f8;
    overflow-y: hidden;
    border: none
}

pre code {
    font-size: 1em;
    margin: 0;
    color: #525252;
    padding: 1em;
    display: block;
    overflow-x: auto
}

code {
    color: #444;
    padding: 3px 5px;
    margin: 0 2px;
    border-radius: 2px;
    line-height: 1.8em
}

code.hljs {
    white-space: inherit;
    padding: .5em;
    background: #f8f8f8
}

em {
    color: #7f8c8d
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

a.button {
    padding: .75em 2em;
    border-radius: 2em;
    display: inline-block;
    color: #fff;
    background-color: #1bd1ae;
    transition: all .15s ease;
    box-sizing: border-box;
    border: 1px solid #1bd1ae
}

a.button.white {
    background-color: #fff;
    color: #ff6f06
}


#main {
    position: relative;
    z-index: 1;
    padding: 0 60px 30px;
    overflow-x: hidden;
    min-height: calc(100vh - 136px)
}

#header {
    padding: 5px 30px;
    position: relative;
    z-index: 2;
    background: #fff
}

#header ul li a {
    color: #555;
    padding: 0 15px
}

#header ul li a.on, #header ul li a:hover {
    color: #ff6f06;
    text-decoration: none
}

body.page #header {
    position: fixed;
    width: 100%;
    top: 0
}

body.page #nav {
    position: fixed
}

#nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 60px;
    top: 5px;
    height: 50px;
    line-height: 50px
}

#nav .break {
    display: none
}

#nav>li {
    display: inline-block;
    position: relative
}

#logo {
    display: inline-block;
    height: 50px;
    font-size: 1.4em;
    font-weight: 500
}

#logo img {
    vertical-align: middle;
    margin-right: 6px;
    padding: 5px 0;
	max-height:55px;
}

#logo a>em {
    font-size: 13px;
    border-radius: 2px;
    display: inline-block;
    background: #ff6f06;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-style: normal;
    padding: 1px 5px;
    margin-right: 3px
}


#logo a>em.bg-danger {
    background: #222;
	border-radius:4px;
}

.sidebar {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    bottom: 0;
    padding: 40px 0 30px 40px;
    width: 260px;
    margin-right: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.sidebar .mb-2 {
    margin-bottom: 10px;
}

.sidebar h2 {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

.sidebar ul {
    list-style-type: none;
    margin: 0;
    line-height: 2.3em;
    padding-left: 1em
}

.sidebar .menu-root {
    padding-left: 0
}

.sidebar .menu-root li {
    position: relative
}

.sidebar .menu-root li em {
    position: absolute;
    left: -20px;
    top: 0;
    height: 28px;
    width: 20px;
    background: url(../image/caret.png) no-repeat center center;
    background-size: 16px 16px;
    cursor: pointer;
    opacity: .6
}

.sidebar .menu-root li ins {
    background: #ff0;
    text-decoration: none
}

.sidebar .menu-root li .label-info {
    background-color: #298bf3
}

.sidebar .menu-root li.expanded>em,
.sidebar .menu-root li.selected>em {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar .menu-root li.selected>a {
    color: #ff6f06;
    font-weight: 600
}

.sidebar .menu-root li.expanded>ul,
.sidebar .menu-root li.selected>ul {
    display: block
}

.sidebar .menu-root li.collapsed>ul {
    display: none
}

.sidebar .menu-root li.collapsed>em {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.sidebar .menu-sub {
    font-size: .9em
}

.sidebar .on-link {
    color: #656565
}

.sidebar .on-link.current {
    font-weight: 600;
    color: #ff6f06
}

.sidebar .on-link.new:after {
    content: "NEW";
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #ff6f06;
    line-height: 14px;
    padding: 0 4px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.sidebar .on-link:hover {
    color: #ff6f06
}

.sidebar .on-link.active {
    font-weight: 700;
    color: #ff6f06
}

.sidebar .main-menu {
    margin-bottom: 20px;
    display: none;
    padding-left: 0
}

.sidebar .nav-dropdown h4 {
    font-weight: 400;
    margin: 0
}

@media screen and (max-width:900px) {
    .sidebar {
        z-index: 8;
        background-color: #f9f9f9;
        height: 100%;
        top: 0;
        left: 0;
        padding: 60px 30px 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-sizing: border-box;
        transition: all .4s cubic-bezier(.4, 0, 0, 1);
        -webkit-transform: translate(-280px, 0);
        transform: translate(-280px, 0)
    }

    .sidebar .search-query {
        width: 200px;
        margin-bottom: 10px
    }

    .sidebar .main-menu {
        display: block
    }

    .sidebar .main-menu>li:first-child {
        display: none
    }

    .sidebar.open {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

#header {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
    transition: background-color .3s ease-in-out
}

.content {
    position: relative;
    padding: 2.2em 0;
    max-width: 800px;
    margin: 0 auto
}

.content a.button {
    font-size: .9em;
    color: #fff;
    margin: .2em 0;
    width: 180px;
    text-align: center;
    padding: 12px 24px;
    display: inline-block;
    vertical-align: middle
}

.content img {
    max-width: 100%;
    margin: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.content span.light {
    color: #7f8c8d
}

.content span.info {
    font-size: .85em;
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    margin-left: 20px
}

.content h1 {
    margin: 0 0 1em;
    font-size: 26px
}

.content h2 {
    margin: 20px 0 .8em;
    padding-bottom: .7em;
    border-bottom: 1px solid #eee;
    z-index: -1;
    font-size: 20px
}

.content h3 {
    margin: 20px 0 1.2em;
    position: relative;
    z-index: -1
}

.content mark {
    background: #ff0;
    padding: 0
}

.content figure {
    margin: 1.2em 0
}

.content ol,
.content p,
.content ul {
    line-height: 1.8em;
    margin-bottom: .8em;
    margin-top: .8em;
    position: relative;
    z-index: 1
}

.content blockquote ol,
.content blockquote p,
.content blockquote ul {
    padding-bottom: 0
}

.content ol,
.content ul {
    padding-left: 1.5em
}

.content ol li,
.content ul li {
    margin: 5px 0
}

.content a {
    color: #ff6f06;
    font-weight: 400
}

.content blockquote {
    margin: 1.5em 0;
    padding-left: 15px;
    border-left: 4px solid #ddd;
    background: #f9f9f9;
    font-size: 14px
}

.content blockquote p {
    margin-left: 0
}

.content iframe {
    margin: 1em 0
}

.content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
    margin-bottom: 8px
}

.content table thead tr {
    background-color: #f8f8f8
}

.content table th {
    font-weight: 700
}

.content table td,
.content table th {
    padding: 8px 13px;
    border: 1px solid #eae8e8
}

.content table tr {
    background-color: #fff;
    border-top: 1px solid #eae8e8
}

.content table tr:nth-child(2n) {
    background-color: #f8f8f8
}

.content table>thead>tr>th {
    border-bottom: 2px solid #eae8e8
}

.docs-links {
    margin-top: 2em;
    height: 1em
}

.footer {
    color: #7f8c8d;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #e5e5e5;
    font-size: .9em
}

#main.fix-sidebar .sidebar {
    position: fixed
}

@media screen and (max-width:1500px) {
    .content.with-sidebar {
        margin-left: 280px
    }
}

@media screen and (max-width:900px) {
    body {
        -webkit-text-size-adjust: none;
        font-size: 14px
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #FF7243;
        z-index: 9;
        box-shadow: 0 0 2px rgba(0, 0, 0, .25);
        padding: 0
    }

    #header #nav {
        display: none
    }

    #header .menu-button {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 12px;
        right: 12px;
        background:#fff url(../image/menu.png) center center no-repeat;
        background-size: 24px;
		border-radius:4px;
    }

    #header #logo {
        font-size: 1.5em;
        padding: 10px 0 10px 15px;
        color: #ff6f06;
        display: block;
        line-height: 100%
    }

    #header #logo>a {
        display: inline-block;
        vertical-align: middle
    }

    #header #logo>a:first-child {
        display: none;
        width: 40px;
        overflow: hidden
    }

    #header #logo img {
        height: 40px;
        margin-top: 0;
        max-width: 200px
    }
    #logo a>em {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }

    .nav-link {
        padding-bottom: 1px
    }

    .nav-link.current,
    .nav-link:hover {
        border-bottom: 2px solid #ff6f06
    }

    #mobile-bar {
        display: block
    }

    #main {
        padding: 2em 1.4em 0;
        padding-top: 50px;
        min-height: calc(100vh - 96px)
    }
    .content.with-sidebar {
        margin: auto
    }

    .content h2:before,
    .content h3:before {
        content: '';
        display: block;
        margin-top: -70px;
        height: 70px;
        visibility: hidden
    }
    #toc {
        display: none !important;
    }
    .footer {
        margin-left: 0;
        text-align: center
    }
}

@media screen and (max-width:560px) {
    iframe {
        margin: 0 !important
    }
}

.addon .content a {
    color: #ff6f06
}

#toc {
    position: fixed;
    right: 60px;
    top: 100px;
    width: 250px;
    padding: 10px;
    background: #fff;
    z-index: 999;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overscroll-behavior: contain
}

#toc.hidden {
    display: none !important
}

#toc ul {
    margin: 0;
    padding-left: 0;
    padding-bottom: 0;
    line-height: 1.8em;
    list-style: none;
}

#toc ul ul {
    padding-left: 1em;
    list-style: none;
}

#toc ul li {
    list-style: none;
    color: #747474
}
#toc ul li.ey_toc_h2 {
    padding-left: 0em!important;
}
#toc ul li.ey_toc_h3 {
    padding-left: 1em!important;
}
#toc ul li.ey_toc_h4 {
    padding-left: 2em!important;
}
#toc ul li.ey_toc_h5 {
    padding-left: 3em!important;
}
#toc ul li.ey_toc_h6 {
    padding-left: 4em!important;
}
#toc ul li a {
    color: #747474;
    display: block;
    height: 30px;
    text-overflow: ellipsis;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap
}

#toc ul li a:hover {
    color: #ff6f06
}

#toc ul li a.current {
    color: #ff6f06;
    font-weight: 600
}

@keyframes mouseanimation {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    25% {
        opacity: 1
    }

    75% {
        transform: translateY(.75em);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 0
    }
}

#footer {
    padding: 25px 0;
    color: #999
}

#footer a {
    color: #777
}

#footer a:hover {
    color: #0092db
}

@media (max-width:1366px) and (min-width:901px) {

    #header,
    #main {
        padding-left: 20px;
        padding-right: 20px
    }

    #nav {
        right: 20px
    }

    .sidebar {
        padding-left: 20px
    }

    .content.with-sidebar {
        margin-left: 250px
    }

    #toc {
        right: 20px
    }
}

.floatbar {
    position: fixed;
    right: 15px;
    bottom:50px;
    z-index: 100
}

.floatbar-item {
    position: relative
}

.floatbar-item:hover .floatbar-box {
    display: block
}

.floatbar-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
    color: #848484;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .01);
    box-shadow: rgba(35, 47, 53, .06) 0 2px 8px 0;
    border-radius: 40%
}

.floatbar-btn.working {
    background-color: #ff6f06
}

.floatbar-btn.working i {
    color: #fff
}

.floatbar-btn i {
    font-size: 24px;
    line-height: 40px;
    display: block
}

.floatbar-btn p {
    color: #ff6f06;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    display: none
}

@media (min-width:1500px) {
    #main {
        padding: 0 350px 0 300px
    }
}

.page .sidebar {
    background: #fff
}

.full-width .content {
    max-width: 1800px
}


.sidebar::-webkit-scrollbar {
    width: 5px;
    border-right: 1px solid rgba(0, 0, 0, .07)
}

.sidebar::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 5px
}

.sidebar:hover::-webkit-scrollbar-thumb {
    background: #c8c8c8
}

.sidebar:hover::-webkit-scrollbar-track {
    background: #f4f4f4
}

.sidebar .search-input {
    background: url(../image/search-01.png) right center no-repeat;
    background-size: 20px 20px;
    border: 1px solid #eee;
    width: 180px;
    padding: 3px 5px;
    color: #444;
    border-radius: 2px
}

.sidebar .search-input:focus {
    outline: 0
}

.sidebar .search-input::placeholder {
    color: #aaa
}





.layui-layer-content {
    clear: both
}



body.dktheme {
    background: #22272E;
    color: #ADBAC7
}
.dktheme #header {
    background: #22272E;
    box-shadow: 0 1px 2px rgba(255,255,255,.4);
}

.dktheme #header ul li a {
    color: #fff
}

.dktheme #header ul li a:hover {
    color: #ff6f06
}

.dktheme.index #header.floating {
    background-color: #22272E;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .05)
}

.dktheme.index #header.floating ul li a {
    color: #fff
}

.dktheme.page .sidebar {
    background: #22272E
}

.dktheme.page .sidebar .search-input {
    border-color: #3E4C5A;
    background-color: #3E4C5A;
    color: #ADBAC7
}
.dktheme.page .sidebar .menu-root UL li.selected a{color:#ff6f06 !important}
.dktheme.page .sidebar .menu-root UL li a{color:#ADBAC7 !important}
.dktheme.page .sidebar .menu-root li>em {
    background-image: url(../image/caret-black.png)
}

.dktheme #article_content_41_v061972 * {
    background-color: #22272E !important;
    color: #ADBAC7 !important
}
.dktheme .floatbar-btn{background:#fff !important;border-radius:100% !important;}
.dktheme #logo a>em.bg-danger{background:#ff6f06!important;color:#fff!important;}


.dktheme h1,
.dktheme h2,
.dktheme h3,
.dktheme h4,
.dktheme strong {
    color: #b9b9b9
}

.dktheme pre code {
    color: #d4d4d4
}

.dktheme .content blockquote {
    background-color: #454545;
    border-left-color: #797979
}

.dktheme .content h2 {
    border-bottom-color: #585858
}

.dktheme .content>table thead tr,
.dktheme .content>table tr {
    background-color: #454545
}

.dktheme .content>table>thead>tr>th {
    border-bottom-color: #5f5f5f
}

.dktheme .content>table td,
.dktheme .content>table th {
    border-color: #5f5f5f
}

.dktheme .content>table tr:nth-child(2n) {
    background-color: #525252
}

.dktheme .sidebar .on-link {
    color: #bbb
}

.dktheme #toc::-webkit-scrollbar,
.dktheme .sidebar::-webkit-scrollbar {
    width: 5px;
    border-right-color: #222
}

.dktheme #toc::-webkit-scrollbar-thumb,
.dktheme .sidebar::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 5px
}

.dktheme #toc:hover::-webkit-scrollbar-thumb,
.dktheme .sidebar:hover::-webkit-scrollbar-thumb {
    background: #797979
}

.dktheme #toc:hover::-webkit-scrollbar-track,
.dktheme .sidebar:hover::-webkit-scrollbar-track {
    background: #444
}

.dktheme .floatbar-btn {
    border: 1px solid #454545;
    background: #454545
}

.dktheme .footer {
    border-color: #454545
}

.dktheme #toc {
    border: 1px solid #454545;
    background: #505050;
    color: #ccc
}

.dktheme #toc ul li {
    color: #ccc
}

.dktheme #toc ul li a {
    color: #ccc
}

.dktheme pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}

.dktheme code.hljs {
    padding: 3px 5px
}
#toc li a.ey_toc_selected {
    color: #ff6f06;
    font-weight: 600;
}