﻿     .genealogy .view-box a {
            color: red;
        }

        .tree-view-box {
            box-sizing: content-box;
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .tree-view-tools {
            display: inline-block;
            right: 148px;
            position: absolute;
            top: 12px;
            z-index: 100000000;
        }

        .tree-view-client {
            /*height: 1000px;
    border: 1px solid #000;*/
        }

        .tree-view-body, .tree-view-cover {
            position: absolute;
        }

        .tree-view-cover {
            z-index: 999999;
        }

        .tree-view-head {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .tree-view-head .header {
                position: absolute;
                right: 0;
                writing-mode: vertical-rl;
                -ms-writing-mode: rl-tb;
                -moz-writing-mode: vertical-rl;
                -webkit-writing-mode: vertical-rl;
                border-left: 1px solid #ccc;
                /*border-bottom: 1px solid #ccc;*/
                 font:12px/1.5 Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
                /*font-weight: bold;*/
                    padding-left: 3px;
                text-align: center;
                vertical-align: middle;
                font-size: 20px;
                line-height: 48px;
                z-index: 999999999;
                background-color: #212121;
                color:#fff;
               
            }

            .tree-view-head .head-blank {
                position: absolute;
                right: 0;
                width: 41px;
                height: 15px;
                border-left: 1px solid #ccc;
            }

        .tree-view-page {
            position: absolute;
            transform: translateY(-1);
            /*border:1px solid #ccc;*/
        }

            .tree-view-page.loading {
                line-height: 686px;
                text-align: center;
            }

                .tree-view-page.loading > img {
                    display: none;
                    width: 48px;
                    height: 48px;
                    margin: auto;
                    display: inline-block;
                    vertical-align: middle;
                }

                .tree-view-page.loading > img {
                    display: inline-block;
                }

        .tree-view-body .tree-node {
            position: absolute;
            padding: 18px 0px;
            color: red !important;
            font-weight: 500;
            font-size: 22px;
            display: flex;
            flex: 1;
            width: 32px;
            text-align: center;
            border-radius: 16px;
            margin-top: 4px;
            background-color: #fff;
            z-index: 999999;
            box-sizing: content-box;
            writing-mode: tb;
            -webkit-writing-mode: tb;
        }

            .tree-view-body .tree-node img {
                margin-top: 0px;
                margin-left: -8px;
                margin-right: 5px;
            }

            .tree-view-body .tree-node.selected {
                background-color: #5cb85c;
                color: #fff !important;
            }

        .tree-view-body .node-span {
            position: absolute;
            font-size: 18px;
            font-weight: bold;
            writing-mode: vertical-rl;
        }
        .tree-view-left{
                position: absolute;
    top: 0;
    left:-1px;
    height: 100%;
    width: 0;
        z-index: 99999999999;
    background-color: #fff;  
    border-right:1px solid #ccc;
    transition:width  0.3s;
        }
        .tree-view-left>*{
              display:none;
        }
        .tree-view-left.open{
            width:200px;
        }
        .tree-view-left.open>*{
           display:inherit;
        }
        .tree-view-left ul li{
                height: 32px;
    font-size: 18px;
    padding: 6px;
    overflow: hidden;
    color: #000;
        }
          .tree-view-left ul li.active{
               background-color:#aaa;
          }
         .tree-view-left ul li:hover{
            background-color:#aaa;
        }
        .tree-view-left ul li>a{
              color: #000;
              font-size:18px;
              width:300px;
        }
        .tree-view-left .tree-view-left-drawer {            
    position: absolute;
    right: -12px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ccc;
    border-left: none;
    height: 86px;
    top: 50%;
    margin-top: -24px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-top: 32px;
    background-color:#ccc;
   
        }
        .tree-view-left .tree-view-left-drawer:hover{
            background-color:#aaa;
            color:#fff;
        }
        .tree-view-left .tree-view-left-drawer i{          
            color:#000;
        }
        .tree-view-left .tree-view-left-drawer:hover i{          
            color:#fff;
        }
        .tree-view-left .tree-view-left-title{
                color: #fff;
    background-color: #212121;
    text-align: center;
    font-size: 18px;
    padding: 7px 0;
    margin-right: 1px;
        }
        hr.horizontal {
            position: absolute;
            border: none;
            /*border-bottom: 1px solid red;*/
            background-color: red;
            margin: 0;
            z-index: 99999;
        }

        hr.vertical {
            position: absolute;
            border: none;
            /*border-left: 1px solid red;*/
            background-color: red;
            margin: 0;
            z-index: 99999;
        }

        hr.hr-dottedline {
            background-color: unset;
            border-left: 2px dotted red;
        }

        hr.separation {
            position: absolute;
            width: 100%;
            height: 1px;
            /*border-bottom:1px solid #000;*/
            background-color: #ccc;
            z-index: 99998;
            margin: 0;
        }

        .circle {
            top: -13px;
            right: -10px;
            position: absolute;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            vertical-align: middle;
            background-color: #fff;
            border-radius: 10px;
            /* border: 1px solid; */
            color: red;
            font-size: 14px;
            font-family: "FontAwesome";
            font-weight: normal;
            font-style: normal;
            z-index: 99999999;
            margin-top: 3px;
        }

            .circle:before {
                content: "\f10c";
            }       
        .tips {
            height: 200px;
            direction: ltr;
            padding: 0;
            -webkit-writing-mode: vertical-rl;
            font-size: 22px;
        }

        svg {
            overflow: visible !important;
        }

        .pt {
            z-index: 9999999999;
        }

        img.special-word {
            position: relative;
            /* border:1px solid #ccc;
    margin-top: 3px;
    left: -4px;*/
        }

        .tree-view-tools .btn{
            width: 34px;
    height: 34px;
    display: inline-block;  
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -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: 8px;
    color:#000;
        }

        .tree-view-tools .btn-zoom-in:before{

        }
         .tree-view-tools .btn-zoom-out:before{

        }
           .tree-view-tools .btn-full-screen:before{
               /*content:"\f0b2"*/
        }