.leftList{
    position: fixed;
    width: 220px!important;
    /* padding: 0px 0 0px 10px!important; */
    /* background: #e0dedf !important; */
    height:73%;
    overflow-y: auto;
}
#tree{
    position: relative!important;
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
#readme{
    width: 80%!important;
    margin-left: 230px!important;
    padding-left: 15px!important;
    background:none!important;
}

#write{
    max-width:860px!important
}
.ztree li span.button{
    background:none!important;
}
#readme .markdown-body, #readme .plain{
    border:0!important
}
#write{
    padding:0!important;
    margin: 0!important
}
#tree_1{
    display:none
}
.ztree{
    padding: 0!important
}
#tree{
    width: 100%!important
}
#readme{
    background: none
}
.line{
    font-size: 12px!important
}
.level1{
    font-size: 14px!important;
}
.ztree *{
    font-size: 16px!important
}
.level0{
    font-size: 14px!important;
    background: #e0dedf !important;
}
.ztree li span.button{
    display: none!important;
}
.ztree li{
    /* padding: 6px 0!important */
}
#readme .markdown-body, #readme .plain{
    border: 0
}
.ztree li a.curSelectedNode{
    border: 0;
    background: none!important
}
.ztree li a.curSelectedNode{
    color: #00bbee!important;
    border: 0!important;
}
#readme .markdown-body, #readme .plain{
    padding:0!important
}
.ztree li ul.line{
    background:none!important
}
.ztree li ul{
    padding:0!important
}
#tree .level0 {
    /* padding: 6px 9px!important; */
    background: white!important;
}
.ztree li a{
    display:block!important;
    padding:0!important;
    height:35px!important;
    /* background:#e0dedf !important */
    line-height: 35px;
}
#tree li ul li ul li{
    background: #fff!important;
    padding-left:30px!important;
}
#tree li ul li  li.level1{
    background: #f8f8f8 !important;
    padding-left:25px!important;
}
#tree li a.level0{
    background: #e0dedf!important;
    padding-left: 20px!important;
}
#tree li ul li  a.level1{
    padding-left: 30px!important;
    background:#f8f8f8!important
}
#tree li ul li  a.level2{
    padding-left:20px!important;
}
/* a.level0,a.level1,li.level2{
    border-bottom: 1px solid #eee
} */
.markdown-body h1,.markdown-body h2{
    border:0!important
}

#tree li a.level0:hover{
    color:#00bbee!important;
}
#tree li ul li  a.level1:hover{
    color:#00bbee!important;
    background: #eee!important;
}
#tree li ul li ul li.level2:hover{
    color:#00bbee!important;
    background: #eee!important;
}
#tree li ul li  a.level2:hover{
    color:#00bbee!important;
}

#tree::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    transition:width 2s;
}
#tree::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    background: #ccc;
}
#tree::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    border-radius: 10px;
    background: white;
}
.markdown-body h1 {
    padding-top:20px;
    font-size: 26px!important;
    /* background:rgba(51,51,51,.88);
    color:white!important */
    border-bottom: 1px solid #e0dedf!important
}

.markdown-body h2 {
    padding-top:15px;
    font-size: 22px!important
}

.markdown-body h3 {
    padding-top:10px!important;
    font-size: 18px!important
}

.markdown-body {
    line-height:1.8!important
}

.markdown-body img {
    padding: 12px 0;
    width: 100%
}

.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6{
    font-weight:normal!important;
    /* color:#000407!important; */
    /* padding: 10px 0 10px 20px; */
    margin:0!important
}

.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre{
    padding-left:20px;
    padding-top:10px;
    color:rgba(51,51,51,.88);
    font-size: 15px;
    margin: 0!important;
    line-height: 1.8
}

a.level2:before{ 
    content: "●";
    line-height: 1px;
    font-size: 10px;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 16px;
    left: 10px;
}

a.level2{
    position: relative;
}

pre{
    border:none!important
}