*,body{
    padding: 0;
    margin: 0;
}
.right_adv {
    padding: 1rem;
}
.right_adv .rightmulu {
    display: none;
}
.right_adv .rightmulu {
    text-align: left;
    color: #333;
    padding-top: 2rem;
    line-height: 40px;
}
.right_adv .rightmulu span {
    font-weight: 600;
    font-size: 15px;
}
.right_adv #smallnav{
    text-align: left;
    width: 200px;
}
.right_adv #smallnav li {
    cursor:pointer;
    width: 180px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    transition: color .5s;
    line-height: 28px;
    display: block;
}
.right_adv #smallnav li:hover {
    color: #333;
}
.right_adv .zidingyi {
    width: 740px;
    display: flex;
}
.right_adv .zidingyi .advertisement {
    margin: 0.5rem 0.1rem;
}

.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: 0.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;
}
.markdown-body {

}
.markdown-body p {
    letter-spacing:0rem;
    word-spacing: 0.1rem;
    line-height: 1.5rem;
}
.markdown-body img {
    margin: 20px 0;
}
.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;
}


.box{
    width: 96%;
    padding: 0 2%;
    max-width: 1380px;
    margin: 0 auto;
}
.box .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    max-width: 1380px;
    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: left;
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
    padding: 1.3rem;
}
.layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2{
    background-color: #fff !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;
}
.layui-menu .layui-menu-item-group>.layui-menu-body-title {
    color:#333;
}
.layui-menu .layui-icon {
    color: #999;
    font-size: 12px;
}
.box .content .list .layui-menu li,.layui-menu-body-title a {
     padding:0 0 0 0.6rem;
    margin: 10px -1px !important;
}


@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;
}

/*移动端样式*/
@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 #editormd {
        font-size: 1rem;
        font-weight: 500;
        color: #333333;
        text-align: left;
        padding-top: 1.875rem !important;
        padding: 0px 20px;
    }
    .box .content .content_right #editormd .editormd-html-preview {
        width: 100%;
        padding: 0px !important;
    }
    .box .content .content_right #editormd .muludiv {
        padding-left: 20px ;
    }
    .box .content .content_right #editormd .mulu {
        padding: 20px ;
    }

    .box .content .content_right #editormd .mulu li{
        padding: 5px 0;
        display: block;
    }

    .box .content .content_right #editormd .mulu a{
        color:#6aa8e5;
    }
    .box .content .content_right #editormd .mulu a:hover{
        color:#4183c4;
    }
    .right_adv .zidingyi {
        width: 100% !important;
        display: flex;
    }
    .right_adv .wwads-horizontal {
       width: 100% !important;
       overflow: visible !important;
    }
}
/*正常屏幕*/
@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: none;
    }
    #lists2{
        position: absolute;
        left: 1rem;
        top: 1.2125rem;
        cursor: pointer;
        display: none;
    }
    .box .content{
        width: 100%;
        padding-top: 4rem;

    }
    .box .header .left .img{
        width: 4.25rem;
        /*height: 1.5rem;*/
        display: inline-block;
        margin: 0 0.875rem 0 0rem;
    }
    .box .header .left {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-left: 1rem;
    }
    .box .content .content_right{
        margin-top: 1rem;
        margin-left: 18rem;
        margin-right: 4.25rem;
        position: relative;
        padding: 0 3%;
        width: 740px;
        /* 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 #editormd .muludiv {
        padding-left: 20px ;
    }
    .box .content .content_right #editormd .mulu {
        padding: 20px ;
    }

    .box .content .content_right #editormd .mulu li{
        padding: 5px 0;
        display: block;
    }

    .box .content .content_right #editormd .mulu a{
        color:#6aa8e5;
    }
    .box .content .content_right #editormd .mulu a:hover{
        color:#4183c4;
    }

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

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

    /*定义滑块 内阴影+圆角*/
    ::-webkit-scrollbar-thumb
    {
        border-radius: 1px;
        -webkit-box-shadow: none;
        background-color: #CCC;
    }
}
/*大于1330宽度*/
@media screen and (min-width: 1330px) {
    .right_adv .wwads-horizontal {
        z-index: 100;
        width: 220px !important;
        height: 269px !important;
        overflow: visible !important;
    }
    .right_adv {
        position: fixed !important;
        right: calc(100%/2 - 690px);
        top: 3rem;
        display: block !important;
        width: 220px;
        min-height: 100px;
        text-align: center;
    }
    .right_adv .rightmulu {
        display: block;
    }
    .right_adv .zidingyi {
        display: block !important;
        width: 220px !important;
    }
    .right_adv .advertisement {
        margin:0.5rem 0 0 0;

    }
}


