body {
/*    margin: 0;
    overflow-x: hidden;
    min-width: 320px;

    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    font-smoothing: antialiased;*/

}
body, html {
    height: 100%;    background: #fff;
}



a {
  text-decoration: none;
}

h1 {
  margin-top: 0;
}

*, :after, :before {
    /*box-sizing: inherit;*/
}
#main{
 height: 100%;
}
.root {
    /*position: fixed;*/
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.window-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}.window-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.window-container .window-head {
    position: relative;
    flex: none;
    order: 1;
}
.window-container .window-head .toolbar {
    display: flex;
    height: 55px;
    padding: 0 .8em;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}.window-container .window-head .toolbar .title {
    color: #333;
    font-size: 16px;
    line-height: 55px;
    font-weight: 700;
    white-space: nowrap;
}.window-container .window-head .toolbar .extra {
    margin-left: 15px;
}.window-container .progress {
    flex: none;
    order: 1;
    height: 1px;
    background-color: #ddd;
    transition-property: top;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}.window-container .progress .progress-bar {
    display: block;
    background-color: #136ec2;
    width: 0;
    height: 100%;
    transition: width .35s;
}

.window-container .window-body {
    flex: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    order: 5;
/*    position: absolute\9;
    top: 56px\9;
    left: 0\9;
    right: 0\9;
    bottom: 0\9;*/
}


.window-container .window-body.with-sidebar .sidebar {
    left: 0;
}


.window-body .sidebar {
    position: absolute;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    border-right: 1px solid #ddd;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    transition: left .25s ease;
}

.window-body .sidebar .sidebar-header {
    position: relative;
    flex: none;
}.window-body .sidebar .sidebar-header .search-form {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    flex: none;
}.ui.input {
    position: relative;
    font-weight: 400;
    font-style: normal;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0,0,0,.87);
}
.ui.small.input {
    font-size: .92857143em;
}
.ui.fluid.input {
    display: -ms-flexbox;
    display: flex;
}
.ui.input {
    font-size: 1em;
}.window-body .sidebar .sidebar-body .catalog-body.active {
    display: flex;
    display: block\9;
    flex-direction: column;
}
.window-body .sidebar .sidebar-body .catalog-body {
    padding: 12px 0;
    overflow-y: auto;
    display: none;
}
.window-body .sidebar .sidebar-body>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}.window-body .sidebar .sidebar-body .catalog-body>ul {
    padding-right: 10px;
}
.window-body .sidebar .sidebar-body .catalog-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.window-body .sidebar .sidebar-body .catalog-body>ul>li {
    margin-left: 0;
}
.window-body .sidebar .sidebar-body .catalog-body ul li {
    line-height: 30px;
    margin-left: 24px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}.window-body .sidebar .sidebar-body .catalog-body ul li .wholerow {
    width: 100%;
    position: absolute;
    left: 0;
    user-select: none;
    height: 30px;
}.window-body .sidebar .sidebar-body .catalog-body ul li i {
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}
.window-body .sidebar .sidebar-body .catalog-body ul li .text {
    display: inline-block;
    line-height: 30px;
    word-break: keep-all;
    white-space: nowrap;
    color: #666;
    vertical-align: middle;
    position: relative;
}.window-body .sidebar .sidebar-body .catalog-body ul li>ul {
    display: none;
}
.window-body .sidebar .sidebar-body .catalog-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.window-body .sidebar .sidebar-body .catalog-body ul li {
    line-height: 30px;
    margin-left: 24px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}.window-body .sidebar .sidebar-body .catalog-body ul li .text {
    display: inline-block;
    line-height: 30px;
    word-break: keep-all;
    white-space: nowrap;
    color: #666;
    vertical-align: middle;
    position: relative;
}
.window-body .sidebar .sidebar-body {
    flex: auto;
    overflow: hidden;
    position: relative;
  }
  .window-container .window-body {
    flex: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    order: 5;}
    .ui.fluid.input>input {
    width: 0!important;
}
.ui.icon.input input {
    padding-right: 2.67142857em!important;
}
.ui.input input {
    margin: 0;
    max-width: 100%;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 1.28571429em;
    font-family: Microsoft Yahei,Helvetica Neue,Arial,Helvetica,sans-serif;
    padding: .64285714em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none;
}


@media only screen and (min-width: 600px){
  .window-container .window-body.with-sidebar .workspace {
    left: 280px;
}
}

.window-body .workspace {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: left .25s ease;
}

.window-body .workspace .article-wrap {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}.window-body .workspace .article-wrap .article-head {
    position: relative;
    padding: 10px 20px;
    height: 50px;
}.window-body .workspace .article-wrap .article-head h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    line-height: 30px;
    padding-left: 200px;
    padding-right: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7e888b;
}.window-body .workspace .article-wrap .article-body {
    line-height: 1.7em;
    font-size: 1.14em;
    word-wrap: break-word;
}
.window-body .workspace .article-wrap .article-body {
      max-width: 1500px;
    margin-left: auto!important;
    margin-right: auto!important;
    padding: 9px 24px;
    display: block;
}
.window-body .workspace .article-wrap .article-body img {
    max-width: 100%;
}


.ui.iconfont.input>i.iconfont:not(.link) {
    pointer-events: none;
}

.ui.icon.input>i.iconfont {
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: .5;
    border-radius: 0 .28571429rem .28571429rem 0;
    transition: opacity .3s ease;
}
.ui.icon.input>i.iconfont:after, .ui.icon.input>i.iconfont:before {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -.5em;
}