*,
:after,
:before {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

input[type=email],
input[type=password],
input[type=search],
input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

body,
html {
    height: 100%
}

html {
    font-size: 14px
}

body {
    margin: 0;
    overflow-x: hidden;
    min-width: 320px;
    background: #fff;
    font-size: 14px;
    line-height: 1.6em
    color: rgba(0, 0, 0, .87);
}

body,
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    font-family: Helvetica Neue, NotoSansHans-Regular, AvenirNext-Regular, arial, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, Arial, Helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.28571429em;
    margin: calc(2rem - .14286em) 0 1rem;
    font-weight: 700
}

h1 {
    min-height: 1rem;
    font-size: 2rem
}

h2 {
    font-size: 1.71428571rem
}

h3 {
    font-size: 1.28571429rem
}

h4 {
    font-size: 1.07142857rem
}

h5 {
    font-size: 1rem
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
    margin-bottom: 0
}

p {
    margin: 0 0 1em;
    line-height: 1.6em
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #7a7777
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #1e70bf
}

::-webkit-selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, .87)
}

::-moz-selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, .87)
}

::selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, .87)
}

input::-webkit-selection,
textarea::-webkit-selection {
    background-color: hsla(0, 0%, 39.2%, .4);
    color: rgba(0, 0, 0, .87)
}

input::-moz-selection,
textarea::-moz-selection {
    background-color: hsla(0, 0%, 39.2%, .4);
    color: rgba(0, 0, 0, .87)
}

input::selection,
textarea::selection {
    background-color: hsla(0, 0%, 39.2%, .4);
    color: rgba(0, 0, 0, .87)
}

.ui.clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ui.floated,
.ui[class*="left floated"] {
    float: left
}

.ui[class*="right floated"] {
    float: right
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1);
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 5px;
    background: rgba(0, 0, 0, .25);
    transition: color .2s ease
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .15)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 135, 139, .8)
}

@font-face {
    font-family: Icons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype"), url(../fonts/icons.svg#icons) format("svg");
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #474f59;
    width: 100%;
    height: 95px;
    line-height: 95px;
    text-align: center;
    color:#fff;
    z-index: 9999;
}
.header span{
    font-size: 24px;
    vertical-align: middle;
}
.header img {
    vertical-align: middle;
}


.window-body {
    margin: 0 auto;
    padding-top:110px;
    display: flex;
    height: 100vh;
    box-sizing: border-box;
}
.window-body .sidebar {
  width: 300px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.window-body .sidebar .sidebar-header {
    height: 35px;
}
.window-body .sidebar .sidebar-header .title {
    padding: 0 12px;
    line-height: 35px;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
}

.window-body .sidebar .sidebar-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.window-body .sidebar .sidebar-body ul li {
    line-height: 30px;
    margin-left: 20px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.window-body .sidebar .sidebar-body ul li.active>a {
    color:#269bff;
}

.window-body .arrow {
    display: none;
}

i.icon {
    display: inline-block;
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

i.icon:before {
    background: none !important
}

i.icon.loading {
    height: 1em;
    line-height: 1;
    -webkit-animation: icon-loading 2s linear infinite;
    animation: icon-loading 2s linear infinite
}
i.icon.caret.right:before {
    content: "\F0DA";
}
i.icon.caret.down:before {
    content: "\F0D7";
}


.window-body .workspace{
    flex: 1;
    height: 100%;
    overflow-y: auto;
}

.window-body .workspace .article .article-head {
    max-width: 980px;
    margin-left: auto!important;
    margin-right: auto!important;
}
.window-body .workspace .article .article-head h1{
    line-height: 55px;
    padding-left:20px;
}
.window-body .workspace .article .article-head h3{
    padding-left:20px;
}
.window-body .workspace .article .article-body {
    max-width: 980px;
    margin-left: auto!important;
    margin-right: auto!important;
    padding: 9px 24px;
    display: block;
}

.window-body .workspace .article .kancloud-markdown-body ol li {
    margin: 8px 0;
}

.window-body .workspace .article .article-foot{
	margin-top:30px;
}

table {
    /* margin: 0 auto; */
    border-collapse: collapse;
    border: 1px solid #999;
    width:98%;
}
table td {
    padding: 5px;
}
th span.fw-normal {font-weight:400;}
table th {
    padding: 5px;
    text-align: left;
    background: #e4e4e4;
}


@media(max-width:450px) {
    .window-body .sidebar {
      display: none;
    }
    .window-body .arrow {
        display: block;
        border-left: 2px solid #dd5c5c;
        position: absolute;
        left: 3px;
        top: 100px;
    }
    .window-body .arrow button{
        border: 0;
    }
    .window-body .arrowMoveLeft {
        left: 303px;
    }
}
