﻿.doc-content {
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-top: 70px;
}

.top-nav {
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 1120px;
    transition: all .2s;
    z-index: 998;
    border-bottom: solid 1px #EEF3FA;
    box-shadow: 0 0 8px 0 rgba(20,30,49,.1);
    position: relative;
    height: 47px;
}

.top-nav-title {
    font-size: 20px;
    font-weight: 600;
}

.doc-tree-panel {
    width: 280px;
    left: 0px;
    top: 49px;
    height: 95%;
    background-color: white;
    /*background: #F7F9FD;*/
    box-sizing: border-box;
    /*position: absolute;*/
    flex: 0 0;
}

.tree-panel-header {
    color: #333;
    font-weight: 400;
    font-size: 11px;
    font-family: tahoma,arial,verdana,sans-serif;
    border-color: #d0d0d0;
    overflow: visible !important;
    border: none !important;
    padding: 15px 15px 10px 30px;
}

.top-nav-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-right-box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-nav-lf {
    display: flex;
    align-items: center;
}

    .top-nav-lf .navlf_item {
        display: flex;
        align-items: center;
    }

.top-nav-line {
    width: 1px;
    height: 24px;
    background-color: #dbe3ea;
    margin: 0 8px;
}

.tree-panel-help_name {
    font-size: 20px;
    color: #0082fc;
    text-decoration: none;
}

.doc-nav-tree {
    width: 280px !important;
    border-radius: 0px;
    box-sizing: border-box;
}

.tree-sidebar {
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    overflow-x: hidden;
    display: block !important;
    /*width: 280px !important;*/
    position: relative !important;
    height: 90vh;
    overflow: hidden;
}

.tree-list {
    position: relative;
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    padding-bottom: 45px;
}

    .tree-list::-webkit-scrollbar {
        width: 5px;
        height: 10px;
        background-color: #f5f5f5;
    }

    .tree-list::-webkit-scrollbar-thumb {
        width: 5px;
        height: 10px;
        background-color: #D8D8D8;
    }

    .tree-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .tree-list ul li {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            vertical-align: baseline;
            background: 0 0;
            outline: 0;
        }

    .tree-list a {
        position: relative;
        display: block;
        font-size: 14px;
        color: #333;
        height: 40px;
        line-height: 40px;
        padding: 0 8px 0 25px;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .tree-list a.active {
            color: #007fff;
            font-weight: 600;
            background-color: rgba(0,127,255,0.12);
        }

        .tree-list a:hover {
            background-color: #ebf2fe;
            cursor: pointer;
        }

        .tree-list a.has-child > i {
            font-size: 10px;
            display: inline-block;
            margin-right: 5px;
            width: 14px;
        }

            .tree-list a.has-child > i:before {
                content: "\e628";
            }

        .tree-list a.has-child.open > i:before {
            content: "\e600";
        }


/*.tree-list a.has-child + ul {
                    display: none;
                }

                .tree-list a.has-child.open + ul {
                    display: block;
                }*/

.tree-item-icon {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tree-list a.has-child .tree-item-circle {
    display: none;
}

.tree-list a .tree-item-circle {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 14px;
    vertical-align: middle;
    margin-right: 2px;
    padding: 1px;
    margin-top: 5px;
}

    .tree-list a .tree-item-circle:before {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        background: #5E6D82;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        box-sizing: border-box;
    }


.tree-item .second {
    padding-left: 42px;
}

.tree-item .third {
    padding-left: 66px;
}

.tree-item .fourth {
    padding-left: 90px;
}

/*.tree-item a + ul {
            will-change: height;
            transition: height 251ms ease-in-out 0s;
        }*/



.layui-side-menu {
    display: block !important;
    width: 280px !important;
    position: relative !important;
}

.layui-side-scroll {
    width: 280px !important;
}

.layui-nav.layui-nav-tree {
    width: 280px !important;
    background: #F7F9FD !important;
}

.layui-nav-tree .layui-nav-item a {
    border-bottom: solid 1px #EEF3FA;
    font-size: 14px !important;
    color: #4d4d4d !important;
    font-weight: 600 !important;
}

.layui-nav-tree .layui-this > a {
    background-color: #f2f8fd !important;
    color: #0078d7 !important;
}

.layui-nav-itemed > .layui-nav-child {
    background: #F7F9FD !important;
}

.layui-nav-tree .layui-nav-child a {
    color: #4d4d4d !important;
}

.layui-nav-tree .layui-nav-child .second a {
    margin-left: 21px !important;
    font-weight: 500 !important;
}

.layui-nav-tree .layui-nav-child .layui-this > a {
    background-color: #f2f8fd !important;
    color: #0078d7 !important;
}

.layui-nav-tree .layui-nav-child dd.layui-this {
    background-color: #f2f8fd !important;
}

.layui-nav-tree .layui-nav-child dd:hover {
    background-color: #ebf2fe;
    cursor: pointer;
}

.layui-nav-tree .layui-nav-child dd > a:hover {
    background-color: #ebf2fe;
    cursor: pointer;
}


.doc-content-panel {
    max-width: 1000px;
    padding-right: 30%;
}

.doc-title-panel {
    padding: 10px 20px 10px 5px;
    margin-bottom: 10px;
}

.doc-title-text-panel {
    display: block;
    margin-bottom: 10px;
}

.doc-tree-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.doc-tree-node {
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-left: 32px;
    display: flex;
    align-items: flex-start;
    padding: 0 0 4px;
    outline: none;
}


.doc-body-panel {
    /*position: absolute;*/
    overflow: auto;
    height: 100vh;
    left: 285px;
    /*width: calc(100% - 285px);*/
    top: 49px;
    padding: 0px;
    flex: 1 1;
}


.doc-body-content {
    padding: 25px 50px;
}


.warning-panel {
    background: #FFF8F8;
    border: 1px solid #FFEBEB;
    color: #dc4646;
    font-size: 15px;
    padding: 7px 7px;
    margin-bottom: 8px;
}

.doc-info {
    color: #B3C1D3;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
}

.doc-info-text {
    color: #617288;
}

.doc-catalog-panel {
    z-index: 0;
    position: fixed;
    top: 100px;
    right: 18px;
    width: 220px;
}

    .doc-catalog-panel .full-list {
        width: 220px;
        position: relative;
        line-height: 28px;
        font-size: 12px;
        overflow: auto;
    }

        .doc-catalog-panel .full-list ul {
            padding: 0;
            background-size: 2px;
        }

        .doc-catalog-panel .full-list li {
            color: #617288;
            padding-left: 25px;
            list-style: none;
            height: 28px;
            line-height: 28px;
            word-break: break-all;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
        }

            .doc-catalog-panel .full-list li a {
                display: block;
                height: 28px;
                overflow: hidden;
                /*width: 125px;*/
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #617288;
                text-decoration: none;
            }

                .doc-catalog-panel .full-list li a:hover {
                    color: #1C85E7 !important;
                }

            .doc-catalog-panel .full-list li.current:before, .doc-catalog-panel .full-list li.current:hover:before {
                background-color: #1C85E7;
            }

            .doc-catalog-panel .full-list li:before {
                background-color: #f6f6f6;
                left: 0;
                top: 1px;
            }

            .doc-catalog-panel:before, .doc-catalog-panel .full-list li:before, .doc-catalog-panel .dot-dot {
                content: '';
                display: block;
                position: absolute;
                width: 2px;
                height: 28px;
            }

            .doc-catalog-panel .full-list li.current a {
                color: #1C85E7 !important;
            }

            .doc-catalog-panel .full-list li.second a {
                line-height: 28px;
                font-size: 13px;
                padding-left: 15px;
            }

            .doc-catalog-panel .full-list li.third a {
                line-height: 28px;
                font-size: 13px;
                padding-left: 30px;
            }

.full-list::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background-color: #f5f5f5;
}

.full-list::-webkit-scrollbar-thumb {
    width: 8px;
    height: 10px;
    background-color: #D8D8D8;
}

.doc-feedback-panel {
    color: #1F2D3D;
    position: relative;
    background: #FFF;
    border-radius: 4px;
    padding: 10px 10px 50px 5px;
    display: flex;
    flex-direction: column;
}

    .doc-feedback-panel .pane-split-line {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 1px;
        background-color: #E9E9E9;
    }

    .doc-feedback-panel .pane-line .line-item {
        float: left;
        font-size: 16px;
        font-weight: 600;
        color: #1F2D3D;
        line-height: 35px;
    }

    .doc-feedback-panel .pane-line .line-btn-group {
        float: left;
        margin-left: 18px;
        display: flex;
        align-items: center;
    }

.feedback-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.doc-feedback-panel .pane-line .line-btn-group .feedback-btn {
    border: 1px solid #00c29a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 102px;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    color: #00c29a;
    margin-right: 16px;
    display: inline-block;
    -webkit-transition: background 218ms;
    -moz-transition: background 218ms;
    -o-transition: background 218ms;
    transition: background 218ms;
    cursor: pointer;
}

.error-card {
    padding: 15px 15px;
}

.error-result {
    text-align: center;
}

    .error-result svg {
        color: #f56c6c;
        text-align: center;
        margin-top: 40px;
    }

.error-title {
    margin-top: 25px;
    font-weight: 700;
}

.error-desc {
    margin-top: 25px;
    width: 60%;
    margin-left: 20%;
    color: rgba(0, 0, 0, .45);
}



.doc-body-panel h2 {
    font-family: "Microsoft YaHei",PingFangSC-Semibold !important;
    padding: 10px 0px 10px 0px;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    color: #334356;
}

.doc-body-panel p {
    font-size: 15px;
    color: #1c1e21;
    line-height: 26px;
}

.doc-content-panel ul {
    padding-left: 30px;
}

.doc-content-panel li {
    font-size: 15px;
    color: #1c1e21;
    line-height: 26px;
    list-style: disc !important;
}

.doc-group-content p {
    margin: 8px 0;
}

.doc-group-content table p {
    margin: 4px 0;
}

.doc-body-panel img {
    box-shadow: 0 0 4px 0 #C8CBD0;
    cursor: pointer;
}

    .doc-body-panel img.no-border {
        box-shadow: none;
        cursor: pointer;
    }

.group-content p {
    margin: 8px 0;
}

.doc-content-panel a {
    color: #007fff !important;
    box-sizing: border-box;
    text-decoration: none;
}

    .doc-content-panel a:link {
        color: #007fff !important;
        box-sizing: border-box;
        text-decoration: none;
    }

.group-content a:link {
    color: #007fff;
    box-sizing: border-box;
    text-decoration: none;
}

.doc-group-content table {
    margin: 10px 0;
    border-collapse: collapse;
    display: table;
    font-size: 15px;
    color: #334356;
}

.group-content table {
    margin: 10px 0;
    border-collapse: collapse;
    display: table;
    font-size: 15px;
    color: #334356;
}

.doc-group-content td, th {
    padding: 2px 10px;
    border: 1px solid #DDD;
    line-height: 28px;
    letter-spacing: 0.1px;
}

.group-content td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
    line-height: 28px;
    letter-spacing: 0.1px;
}

.doc-group-content tr.header {
    background-color: rgb(242, 242, 242);
}

.doc-splitbar {
    width: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: ew-resize;
    background: #fff url(/Content/doc/image/dr.png) center no-repeat;
}

    .doc-splitbar:hover {
        background: #f9f9f9 url(/Content/doc/image/dr.png) center no-repeat;
    }

.top-right-box input {
    border-radius: 6px;
    height: 35px;
}

.top-right-box button {
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
}

.mycopy {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/Content/doc/image/copy_title.png) !important;
    background-size: 16px 16px !important;
    position: relative;
    left: 8px;
    top: 3px;
}

.success-img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 15px;
    box-shadow: none !important;
}
