
@media screen and (max-width: 600px) {
    #fenxiang{
        position: fixed;
        top: 5.3125rem;
        right: 1.25rem;
        cursor: pointer;
        display: none;
    }

    /*  */
    #contentLeft{
        /* height: calc(100% - 60px); */
        /* bottom: 0; */
        left: -18.0625rem;
    }
    #contentRight{

        margin-left: 0rem;
    }
    #lists{
        position: absolute;
        left: 0.8125rem;
        top: 1.2125rem;
        cursor: pointer;
        display: none;
    }
    #lists2{
        position: absolute;
        left: 0.8125rem;
        top: 1.2125rem;
        cursor: pointer;
        display: block;
    }
    .box .content{
        width: 100%;
        height: 100%;
        padding-top: 3.375rem;
        /*overflow: hidden;*/
        /*overflow-y: auto;*/
    }
    .box .header .left .img{
        width: 3.125rem;
        height: 1.25rem;
        display: inline-block;
        margin: 0 0.875rem;
    }
    .box .header .left {
        /*display: flex;*/
        flex-direction: column;
        align-items: flex-end;
        margin-left: 2rem;
    }
    .box .header .left .img{
        margin-bottom: 0.3125rem;
    }
    .box .content .content_right{
        margin-top: 3.125rem;
        margin-left: 21.875rem;
        margin-right: 2.1rem;
        position: relative;
    }
    .box .header .headerlist{
        /*display: flex;*/
        display: none;
        width: calc(100% - 0.5rem);
        overflow: hidden;
        overflow-x: auto;
         margin-right: 1.625rem; 
        margin-left: 0.3125rem;
    }
    .box .header .headerlist::-webkit-scrollbar {
        display: none;
    }
    .box .header .headerlist li{
        padding: 7px !important;
    }
    .box .content .content_right .title{
        text-align: center;
        font-size: 1.4rem !important;
        font-weight: 600;
        color: #333333;
    }
    .box .content .content_right .content{
        font-size: 1rem;
        font-weight: 500;
        color: #333333;
        text-align: left;
        padding-top: 1.875rem !important;
    }
    
    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    ::-webkit-scrollbar
    {
        width: 0.1rem;
        height: 0.1rem;
        background-color: #F5F5F5;
        padding-bottom: 0.25rem;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    ::-webkit-scrollbar-track
    {
        border-radius: 0.625rem;
        background-color: #F5F5F5;
    }

    /*定义滑块 内阴影+圆角*/
    ::-webkit-scrollbar-thumb
    {
        border-radius: 0.625rem;
        -webkit-box-shadow: none;
        background-color: #CCC;
    }


}
@media screen and (min-width: 600px) {
    #fenxiang{
        position: fixed;
        top: 5.3125rem;
        right: 1.25rem;
        cursor: pointer;
        display: block;
    }

    #lists{
        position: absolute;
        left: 1rem;
        top: 1.2125rem;
        cursor: pointer;
        display: block;
    }
    #lists2{
        position: absolute;
        left: 1rem;
        top: 1.2125rem;
        cursor: pointer;
        display: none;
    }
    .box .content{
        width: 100%;
        padding-top: 3.375rem;

    }
    .box .header .left .img{
        width: 4.25rem;
        height: 1.5rem;
        display: inline-block;
        margin: 0 0.875rem 0 1.875rem;
    }
    .box .header .left {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-left: 1rem;
    }
    .box .content .content_right{
        /* flex: 1;
        padding-left: 28.875rem;
        padding-right: 7.5rem;
        padding-bottom: 1.25rem; */
        margin-top: 3.125rem;
        margin-left: 18.875rem;
        margin-right: 4.25rem;
        position: relative;
        padding: 0 3%;
        /* min-width: 800p; */
    }
    .box .content .content_right .title{
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600;
        color: #333333;
    }
    .box .content .content_right .content{
        font-size: 1rem;
        font-weight: 500;
        color: #333333;
        text-align: left;
    }
    .box .content .content_right .content .mulu {
        padding: 20px ;
    }
    
    .box .content .content_right .content .mulu li{
        padding: 5px 0;
        display: block;
    }
    
    .box .content .content_right .content .mulu a{
        color:#6aa8e5;
    }
    .box .content .content_right .content .mulu a:hover{
        color:#4183c4;
    }

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    ::-webkit-scrollbar
    {
        width: 0.625rem;
        height: 0.625rem;
        background-color: #F5F5F5;
        padding-bottom: 1.25rem;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    ::-webkit-scrollbar-track
    {
        border-radius: 0.625rem;
        background-color: #F5F5F5;
    }

    /*定义滑块 内阴影+圆角*/
    ::-webkit-scrollbar-thumb
    {
        border-radius: 0.625rem;
        -webkit-box-shadow: none;
        background-color: #CCC;
    }


}

*,body{
    padding: 0;
    margin: 0;
}

.listbtn{
    /*width: 6.6875rem !important;*/
    height: 2rem !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 0.125rem !important;
    /*border: 0.0625rem solid rgba(164,161,161, 0.3) !important;*/
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: #666 !important;
    line-height: 1.2rem !important;
    padding: 0.3rem 1rem;
    border-radius:0.9rem ;
}
.listbtn:hover{
    background: rgba(238, 238, 238) !important;
    color: #1471f3 !important;
}
.listbtn:active{
    border: 0.0625rem solid rgba(164,161,161, 0.3) !important;
}

.layui-tab-title{
    border-bottom: none !important;
     margin-right: 4.5rem; 
}
.layui-tab-title li{
    padding: 0 0.9375rem !important;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #1890FF !important;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 0.125rem solid #1890FF !important;
}
.layui-panel{
    border: none !important;
    height: 100%;
    /* margin-bottom: 50p; */
    /* margin-bottom: 100p; */
}
#docDemoMenu1{
    height: calc(100vh - 119px);
    overflow-x: hidden;
    overflow-y: auto;
}

.layui-dropdown{
    position: fixed !important;
    top: 3.125rem !important;
    border: 0.0625rem solid #eee !important;
    height: auto;
    max-height: 12.5rem;
    overflow: hidden;
    overflow-y: auto;
}
.layui-menu-item-divider{
    border: none !important;
}
.layui-form-select dl, .layui-panel{
    box-shadow: none !important;
}
.layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2{
    /*background-color: #1890FF !important;*/
    color: #1890FF !important;
}
.layui-menu .layui-menu-item-checked:after{
    border-right: 0.1875rem solid #1890FF !important;
}
.layui-menu .layui-menu-item-checked a, .layui-menu .layui-menu-item-checked2 a{
    color: #1890FF !important;
}


.box{
    width: 100%;
}
.box .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 3.375rem;
    background-color: #FFFFFF;
    border-bottom: 0.0625rem solid #EEEEEE;
    /* padding-left: 40p; */
    z-index: 100;
}




.box .content .content_left{
    width: 18.0625rem;
    height: 100%;
    /* padding-bottom: 1.25rem; */
    border-right: 0.0625rem solid #EEEEEE;
    position: fixed;
    z-index: 99;
    background-color: #FFFFFF;
}
.box .content .content_left .input{
    width: 11rem;
    height: 2rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid #EEEEEE;
    margin: 1rem 0rem 0.625rem;
    margin-left: 0.9375rem;
    position: relative;
    padding-right: 1.5625rem;
    padding-left: 1.25rem;
}
.box .content .content_left .serach{
    display: inline-block;
    position: absolute;
    top: 1.75rem;
    right: 1.2875rem;
    color: #666666;
    cursor: pointer;
}
.box .content .content_left .list{
    /* max-height: 43.75rem; */
    /* overflow-y: auto; */
}

.box .content .content_right .title{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
}




@keyframes showes{
    from{
        left:0rem;
    }

    to{
        left:-18.0625rem;
    }
}
@keyframes noshowes{
    from{
        left:-18.0625rem;
    }

    to{
        left:0rem;
    }
}

.markdown-body.editormd-html-preview .paragraph-center {
    text-align: center;
}

.markdown-body.editormd-html-preview .paragraph-left {
    text-align: left;
}

.markdown-body.editormd-html-preview .paragraph-right {
    text-align: right;
}

.markdown-body.editormd-html-preview .search {
    background-color: #ff0;
}


.box .content .list .layui-menu li,.layui-menu-body-title a {
     padding:0 0 0 15px;
    margin: 10px -1px !important;
}
