    *{
        margin:0px;
        padding:0px;
    }

    a,li{
        display: block;
    }



    li{
        list-style-type:none;
        line-height: 30px;
    }
    

    body{
        font-size:12px;
        color:#333; 
        line-height:15px;
    }



    a{
        text-decoration:none;
        color:#666;
        border:none;
        overflow: hidden;
    }


    a:hover{
        color:#C33;
    }

    
    #menu{
        width:15%;
        height: 100vh;
        float: left;
        background-color: #fafafa;
        border:#EEE 1px solid;
        overflow-y: auto;
    }


    #menu ul{
        overflow:hidden;
        font-size: 14px;
        line-height: 30px;
        padding: 0 0 0 10px;
    }
    #menu ul li{
        padding:5px 0 2px 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;

    }
    #menu ul li ul{
        display:none;
    }
    #menu ul li em{
        cursor:pointer;
        display:inline-block;
        width:15px;
        float:left;
        height:15px;
        margin-left:-14px;
        margin-top: 8px;
        background:url("img/button.gif") no-repeat -32px 2px;
    }
    #menu ul li em.off{
        background-position:-17px -18px;
    }
    #menu ul li#end{
        background-color: #fafafa;
    }
    #menu ul.off{
        display:block;
    }

    /* 跳转锚点 */
    .article{
      width: 80%;
      height:100vh;
      float: right;
      overflow:hidden;
    }



    /* 标题 搜索框  */

    .sidebar-header .title {
        padding: 0 12px;
        border-bottom: 1px solid #ddd;
        line-height: 55px;
        color: inherit;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        font-size: 16px;
    }

    .sidebar-header .search-form {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    flex: none;
    }



    .ui.input>input {
    margin: 0;
    max-width: 100%;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 1.28571429em;
    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;
    }




    ::-webkit-scrollbar {
            width: 0px;
            height: 5px;
        }
        ::-webkit-scrollbar-thumb{
            background-color: transparent;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }
        ::-webkit-scrollbar-thumb:vertical:hover{
            background-color: transparent;
        }
        ::-webkit-scrollbar-thumb:vertical:active{
            background-color: transparent;
        }
        ::-webkit-scrollbar-button{
            display: none;
        }
        ::-webkit-scrollbar-track{
            background-color: transparent;
        }
