.clearfix:after{content: ""; clear:both;}
.ystr_tree{
     background: gainsboro;
     margin: 30px;
 }
body,html{
    overflow-x: hidden;
}
.ystr_tree .list
{
    font-size: 12px;
    padding: 30px;
    background: white;
    min-height: 500px;
    height: auto;
    width: auto;
    box-shadow: 0px 0px 20px #999;
}


.ystr_tree .clearfix:after{content: "";clear:both;}
.ystr_tree .node .gene_title
{
    height: 25px; 
    line-height: 25px;  
    padding:0 10px; 
    width:auto;
    background-size: 20px;
    padding-left:25px;
    color:#e70012;
    font-weight: bold;
}
.ystr_tree .node .samples
{
    display: block; 
    clear:both; 
    margin-left:35px; 

}
.ystr_tree .node a{
    text-decoration: none;
}
.ystr_tree .node .samples li
{
    background: url('../../images/public/sample.png') no-repeat;
    background-size: 8px;
    padding-left:15px;
    line-height: 20px;
}
.ystr_tree .node .samples li a
{
    color:#000;
}
.ystr_tree .node .samples li a:hover
{
    color:#00B2EE;
}
.ystr_tree .btn-list{
    width: 10%;
    height: 300px;
    position: fixed;
    top: 11%;
    right: 1.5%;

}
input{
    border: none;
    
}
/* 遮罩 */
.mask-tree{
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26,26,26,.65);
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}
.mask-tree.show{
    visibility: visible;
    opacity: 1;
}
/* 弹出窗 */
.all-content{
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 2% 0;
}
/* 独立页面 */
.hide-window {
    margin: 0 auto;
    background: #fff;
    width: 1200px;
    border-radius: 8px;
    transition: .4s;
    position: relative;
}


/* 旧版（弹窗） */
/* .hide-window{
    z-index: 1000;
    margin: 0 auto;
    background: #fff;
    width: 1200px;
    border-radius: 8px;
    transition: .4s;
    left: 50%;
    position: fixed;
    margin-left: -600px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
} */
.hide-window.show {
    visibility: visible;
    opacity: 1;
    top: 50%;
}
.hide-window .hide-empty {
    position: relative;
}
.hide-window .hide-empty .hide-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-left: 2%;
    text-align: center;

}
.hide-window .hide-empty .close-btn{
    transition: .4s;
    position: absolute;
    top: 0;
    right: -4%;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    cursor: pointer;
}
.hide-window .hide-empty .close-btn:hover{
    transform: rotate(180deg);
}
.hide-window .hide-empty .hide-box {
    box-sizing: border-box;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
}
.hide-window .hide-empty .hide-box .hide-box-top {
   
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.hide-window .hide-empty .hide-box .hide-item{
    width: 33%;
    /* height: 766px; */
    background: #fff;
    
}

.hide-window .hide-empty .hide-box .hide-item .hide-condition{
    width: 100%;
    height: 261.38px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #bdc8dd; */
    padding-bottom: 2%;
}


.hide-window .hide-empty .hide-box .hide-item .hide-condition .area-title{
    color: #8590a6;
    font-size: 17px;
    text-align: center;
    padding: 0 0 15px 0;
}
.hide-window .hide-empty .hide-box .hide-item .hide-condition .choose-area{
    margin: 37px 0 0;
}

.bidui-count {
    color: #8590a6;
    position: absolute;
    bottom: 1.6%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.bidui-count.show {
    opacity: 1;
    visibility: visible;
}
.bidui-count .count-ul {
    width: 100%;
    background: blue;
    margin-left: 25.5%;
}
.bidui-count .count-ul .count-li{
    float: left;
    text-align: center;
    width: 24%;
    font-size: 16px;
}
/* 私有突变比对 排序按钮 */

.hide-window .hide-empty .hide-box .hide-item .hide-condition .sort-empty{

}
.hide-window .hide-empty .hide-box .hide-item .hide-condition .sort-empty .sort_ {
   
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 32px auto;
    border-radius: 4px;
    overflow: hidden;
}
.hide-window .hide-empty .hide-box .hide-item .hide-condition .sort-empty .sort_ .sort-btn{
    /* width: 50%; */
    border: 1px solid #d2daea;
    box-sizing: border-box;
    padding: 6px 13px;
    font-size: 15px;
}
.hide-window .hide-empty .hide-box .hide-item .hide-condition .sort-empty .sort_ .sort-btn.checked{
    background-color: #e3e9f7;
}
.hide-window .hide-item .condition-box .condition-ul .condition-li{
    color: #8590a6;
    display: flex;
    align-items: center;
    font-size: 13px;
    justify-content: flex-end;
    box-sizing: border-box;
    margin-right: 19%;
}
.hide-window .nameVal::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
    color: #b9c6e0;
}
.hide-window .hide-item .condition-box .condition-ul .condition-li .condition-type{
    color: #8590a6;
}
.hide-window .hide-item .condition-box .condition-ul .condition-li .nameVal{
    font-size: 13px;
    padding: 6px 2px 6px 0;
    width: 46%;
    text-align: center;
    color: #8590a6;
}
.hide-window .hide-item .condition-box .run-empty{
    text-align: center;
    margin: 3%;
}
.hide-window .hide-item .condition-box .run-empty .search{
    width: 46%;
    font-size: 13px;
    background: #e3e9f7;
    padding: 2%;
    border-radius: 7px;
    color: #8590a6;
    border: 1px solid #c7d5f1;
    transition: .3s;
    margin-bottom: 3%;
}
.hide-window .hide-item .condition-box .run-empty .search:hover{
    background: #8590a6;
    color: #fff;
    border-color: #c7d5f1;
    
}
.hide-window .hide-item .condition-box .condition-ul .condition-li .nameValSelf{
    font-size: 16px;
    padding: 4px 2px 4px 0;;
    width: 46%;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hide-window .hide-item .condition-box .condition-ul .condition-li:last-child .nameVal{
    /* width: 46%; */
}

.loading-table{
    text-align: center;
    margin-top: 17%;
    color: #8590a6;
    font-size: 20px;

}
.loading-table.hide{
    display: none;
    visibility: hidden;
    height: 0;
}

.btn-ul{
    float: right;
}
.btn-ul .btn-li{
    float: left;
}
.btn-ul .btn-li .li-item{
    background: #fff;
    color: rgb(72, 90, 105);
    padding: 0.5rem 1rem ;
    box-shadow: 0 0 10px rgb(140, 154, 167);;
    border-radius: 4px;
    transition: .3s;
}
.btn-ul .btn-li .li-item:hover{
    background: rgb(224, 233, 243);
}


.relate_group_box
{
    display: none;
    position: fixed;
    top:50px;
    left:50%;
    width:1100px;
    margin-left:-550px;
    box-shadow: 0px 0px 20px #333;
    background-color: #fff; 
    z-index: 999;
    font-size: 14px;
}

.relate_group_box .box_head
{
    height: 35px;
    line-height: 35px;
    background-color: #37afe6;
    color:#fff;
}

.relate_group_box .box_head .head_left
{
    float:left;
    margin-left:7px;
}

.relate_group_box .box_head .head_right
{
    float:right;
    margin-top: 7px;
    margin-right:5px;
    font-size:21px;
    cursor: pointer;
}
.relate_group_box .box_head .head_right:hover
{
    color:#000;
}

.relate_group_box .main
{
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    padding:10px;
}
.relate_group_box .main table
{
    background-color: #efefef;
    width:100%;

}
.relate_group_box .main table td
{
    font-size:14px;
    background-color: #fff;
}
.relate_group_box .main .head td
{
    background-color: #efefef;
    padding:5px;
    text-align: center;
}

.relate_group_box .main .line td
{
    padding:20px;
    text-align: center;
}
.relate_group
{
    cursor: pointer;
}
.relate_group:hover
{
    color:orange;
}

.main .note
{
    display: none;
    margin-top:20px;
}


.sample_info
{
    width:100%; 
    margin:auto; 
    margin-top:15px;
}
.clearfix:after
{
    content: ""; 
    clear:both;
}
.sample_info ul li
{
    border-bottom: 1px solid #efefef; 
    padding:15px 0; 
    float:left;
}
.sample_info ul .title
{
    width:90px; 
    text-align: right;
}
.sample_info ul .con{width:970px;}
.highlight{
    color:#e70012;
}
.reliability{
    display: none;
    margin-left:20px;
    padding:5px 10px;
    background-color: orange;
    color:#fff;
    cursor: pointer;
}

.analyze_confirm{
    display: none;
    margin-left:20px;
    padding:5px 10px;
    background-color: green;
    color:#fff;
    cursor: pointer;
}
.analyze_confirm_ok
{
    display: none;
    margin-left:20px;
    padding:5px 10px;
    background-color: #ccc;
    color:#fff;
    cursor: pointer;
}

/* 设置可靠度 弹窗 */
.setting .star span{
    font-size: 25px;
    color:#888;
    margin-right:10px;
    cursor:pointer;
}
.setting .star .Hui-iconfont-star{
    color:red;
}
.setting .star input{
    display: none;
}
.setting .remark textarea{
    width:98%;
    height: 90px;
    padding:5px;  
    margin-top: 20px;  
    border-color:#ccc;
}
/* 加线 */
.ystr_tree .node{
    position: relative;
}

.ystr_tree .node::before{
    content: "";
    position: absolute;
    top: -3px;
    left: 3px;
    border-left: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
    border-radius: 0 0 0 0px;
    width: 12px;
    height: 15px;
}
.ystr_tree .node::after{
    
    position: absolute;
    content: "";
    clear: both !important;
    top: 7px;
    left: 3px;
    border-left: 1px solid #ADADAD;
    width: 12px;
    height: 100%;
}
.ystr_tree .node:last-child:after{
    display: none;
}
.ystr_tree .node:first-child:before{
    display: none;
}
.ystr_tree .node:first-child:after{
    display: none;
}

.hide-box-empty{

}
.hide-box-table {
    width: 100%;
    height: 570px;
    overflow-y: scroll;
    display: none;
    visibility: hidden;
}
.hide-box-table.show {
    display: block;
    visibility: visible;
}
.hide-box-table .hide-table-ul {
        padding-bottom: 3.2rem;
}
.hide-box-table .hide-table-ul .hide-table-li {
    float: left;
    width: 25%;

}
.hide-box-table .hide-table-ul .hide-table-li .table-li  {
    position: relative;
    cursor: pointer;
}
.hide-box-table .hide-table-ul .hide-table-li .table-li .exp-desc  {
    position: absolute;
    right: -296%;
    top: 100%;
    background: #333;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 55%;
    border-radius: 12px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.hide-box-table .hide-table-ul .hide-table-li .table-li .exp-desc.show  {
    opacity: 1;
    visibility: visible;
    transform: translate(0,8px);
}
/* 私有突变比对 用户信息 表格 */
.hide-box-table .hide-table-ul .hide-table-li .table-ul {
    width: 38px;
    margin: 0 auto;
}
.hide-box-table .hide-table-ul .hide-table-li .table-ul .table-li{
    text-align: center;
    font-size: 23px;
    color: #fff;
    height: 38px;
    width: 38px;
    line-height: 37px;
    border-radius: 30px;
    background: gray;
}
.hide-box-table .hide-table-ul .hide-table-li .table-ul .table-li:not(:first-child){
    margin: 8px 0;
   
}
.hide-box-table .hide-table-ul .hide-table-li .table-ul .table-li.red{
    background-color: red;
}
/* 私有突变比对 物理位置 表格*/
.hide-box-table .hide-table-ul .hide-table-li .area-list {
    /* float: left; */
}
.hide-box-table .hide-table-ul .hide-table-li .area-list .area-li{
    
    text-align: center;
    height: 21px;
    color: #8590a6;
    padding: 12px 0 13px;
    position: relative;
}
.hide-box-table .hide-table-ul .hide-table-li .area-list .area-li::before{
    content: '';
    width: 400%;
    height: 0;
    border-bottom: 1.2px solid #cbd6eb;
    background: #000;
    position: absolute;
    left: 0;
    top: 91%;
}


/* 下拉选择框(组件) */
.input-box {
    background: #fff;
    display: flex;
    justify-content: center;
    
}
.input-box .input-type {
    font-size: 13px;
    line-height: 38px;
    color: #8590a6;
}
.input-box .input-type.two {
    font-size: 16px;
    line-height: 38px;
    color: #8590a6;
}
.input-box .select-empty {
    float: right;
    /* width: 140px; */
    height: 38px;
    position: relative;
}
.input-box .select-empty .selected {
    cursor: pointer;
    box-sizing: border-box;
    /* width: 140px; */
    border: 1px solid #d2daea;
    background: #ffffff;
    color: #8590a6;
    padding: 5px 8px;
    border-radius: 6px;
    align-items: center;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.input-box .select-empty .select-ul {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -36%;
    background: #fff;
    border: 1px solid #e4e2e2;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(20, 20, 20, 0.1);
    z-index: 203;
    border-radius: 6px;
    padding: 10px 0;
    display: none;
}
.input-box .select-empty .select-ul.show {
    display: block;
}
.input-box .select-empty .select-ul .select-li {
    float: left;
    width: 140px;
    padding: 10px 33px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #8590a6;
    font-weight: 500;
}
.input-box .select-empty .select-ul .select-li:hover {
    background: #eceef3;
}
.input-box .select-empty .select-ul .select-li.checked {
    background: #dee1e8
}
.input-box .select-empty .select-ul .select-li.checked:before {
    content: '√';
    width: 20px;
    height: 20px;
    color: #66789c;
    position: absolute;
    left: 15px;
    font-weight: bolder;
    top: 10px;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
 }
 /* 目标信息下拉 two */
 .input-box-two {
     background: #fff;
     display: flex;
     justify-content: center;
     
 }
 .input-box-two .input-type {
     font-size: 16px;
     line-height: 38px;
     color: #8590a6;
 }
 .input-box-two .select-empty {
     float: right;
     /* width: 140px; */
     height: 38px;
     position: relative;
 }
 .input-box-two .select-empty .selected-two {
     cursor: pointer;
     box-sizing: border-box;
     border: 1px solid #d2daea;
     background: #ffffff;
     color: #8590a6;
     padding: 5px 8px;
     border-radius: 6px;
     align-items: center;
     font-size: 13px;
     display: flex;
     justify-content: space-between;
 }
 .input-box-two .select-empty .select-ul-two {
     cursor: pointer;
     position: absolute;
     left: 0;
     top: -36%;
     background: #fff;
     border: none;
     border-radius: 4px;
     box-shadow: 0 5px 20px rgba(20, 20, 20, 0.1);
     z-index: 203;
     border-radius: 6px;
     padding: 10px 0;
     display: none;
     max-height: 300px;
 }
 .input-box-two .select-empty .select-ul-two.show {
     display: block;
     overflow-y: auto;
     border: 1px solid #e4e2e2;
 }
 .input-box-two .select-empty .select-ul-two .select-li-two {
     float: left;
     width: 100%;
     padding: 10px 33px;
     box-sizing: border-box;
     position: relative;
     font-size: 13px;
     color: #8590a6;
     font-weight: 500;
 }
 .input-box-two .select-empty .select-ul-two .select-li-two:hover {
     background: #eceef3;
 }
 .input-box-two .select-empty .select-ul-two .select-li-two.checked {
     background: #dee1e8
 }
 .input-box-two .select-empty .select-ul-two .select-li-two.checked:before {
     content: '√';
     width: 20px;
     height: 20px;
     color: #66789c;
     position: absolute;
     left: 15px;
     font-weight: bolder;
     top: 10px;
 }
 /* 参照信息下拉 two */
 .input-box-three {
     background: #fff;
     display: flex;
     justify-content: center;
     
 }
 .input-box-three .input-type {
     font-size: 16px;
     line-height: 38px;
     color: #8590a6;
 }
 .input-box-three .select-empty {
     float: right;
     /* width: 140px; */
     height: 38px;
     position: relative;
 }
 .input-box-three .select-empty .selected-three {
     cursor: pointer;
     box-sizing: border-box;
     border: 1px solid #d2daea;
     background: #ffffff;
     color: #8590a6;
     padding: 5px 8px;
     border-radius: 6px;
     align-items: center;
     font-size: 13px;
     display: flex;
     justify-content: space-between;
 }
 .input-box-three .select-empty .select-ul-three {
     cursor: pointer;
     position: absolute;
     left: 0;
     top: -36%;
     background: #fff;
     border: 1px solid #e4e2e2;
     border-radius: 4px;
     box-shadow: 0 5px 20px rgba(20, 20, 20, 0.1);
     z-index: 203;
     border-radius: 6px;
     padding: 10px 0;
     display: none;
     max-height: 300px;
 }
 .input-box-three .select-empty .select-ul-three.show {
     display: block;
     overflow-y: auto;
 }
 .input-box-three .select-empty .select-ul-three .select-li-three {
     float: left;
     width: 100%;
     padding: 10px 33px;
     box-sizing: border-box;
     position: relative;
     font-size: 13px;
     color: #8590a6;
     font-weight: 500;
 }
 .input-box-three .select-empty .select-ul-three .select-li-three:hover {
     background: #eceef3;
 }
 .input-box-three .select-empty .select-ul-three .select-li-three.checked {
     background: #dee1e8
 }
 .input-box-three .select-empty .select-ul-three .select-li-three.checked:before {
     content: '√';
     width: 20px;
     height: 20px;
     color: #66789c;
     position: absolute;
     left: 15px;
     font-weight: bolder;
     top: 10px;
 }

 /* 用户信息下拉 one */
 .input-box-one {
    background: #fff;
    display: flex;
    justify-content: center;
    
}
.input-box-one .input-type {
    font-size: 16px;
    line-height: 38px;
    color: #8590a6;
}
.input-box-one .select-empty {
    float: right;
    /* width: 140px; */
    height: 38px;
    position: relative;
}
.input-box-one .select-empty .selected-one {
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #d2daea;
    background: #ffffff;
    color: #8590a6;
    padding: 5px 8px;
    border-radius: 6px;
    align-items: center;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}
.input-box-one .select-empty .select-ul-one {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -36%;
    background: #fff;
    border: 1px solid #e4e2e2;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(20, 20, 20, 0.1);
    z-index: 203;
    border-radius: 6px;
    padding: 10px 0;
    display: none;
    height: 300px;
    overflow-y: visible;
}
.u_data{
    visibility: hidden;
    display: none;
}
.t_data{
    visibility: hidden;
    display: none;
}
.c_data{
    visibility: hidden;
    display: none;
}
.input-box-one .select-empty .select-ul-one.show {
    display: block;
    overflow-y: auto;
}
.input-box-one .select-empty .select-ul-one .select-li-one {
    float: left;
    width: 100%;
    padding: 10px 33px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #8590a6;
    font-weight: 500;
}
.input-box-one .select-empty .select-ul-one .select-li-one:hover {
    background: #eceef3;
}
.input-box-one .select-empty .select-ul-one .select-li-one.checked {
    background: #dee1e8
}
.input-box-one .select-empty .select-ul-one .select-li-one.checked:before {
    content: '√';
    width: 20px;
    height: 20px;
    color: #66789c;
    position: absolute;
    left: 15px;
    font-weight: bolder;
    top: 10px;
}

button{
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
}
.Button--plain:hover {
    color: #76839b;
}
.Button--link, .Button--plain {
    height: auto;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.Button--link:hover, .Button--plain:hover {
    background-color: transparent;
}
.Button {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    color: #8590a6;
    text-align: center;
    cursor: pointer;
    background: none;
    /* border: 1px solid; */
    border-radius: 3px;
}
.sort_btn-box{
    text-align: center;
}
.sort_btn-box.hided{
    opacity: 0;
    visibility: hidden;
}

.table-content {
    width: 100%;
    padding: .6rem 0;
}
.table-content .table-content-ul{
    width: 85%;
    display: flex;
    margin-left: 6.4%;
    justify-content: space-between;
    opacity: 0;
    /* visibility: hidden; */
    /* padding: 0 0 .6rem 0; */
    height: 0;
    transition: .4s;

}
.table-content .table-content-ul.show{
    /* opacity: 1;
    visibility: visible; */
    padding: 0 0 .6rem 0;
    opacity: 1;
    height: auto;
}
.table-content .table-content-ul .table-content-li{
    text-align: center;
    display: flex;
    justify-content: center;
    width: 13%;
    position: relative;
}
.table-content .table-content-ul .table-content-li.this::after{
    content: '基准';
    color: red;
    position: absolute;
    right: 0%;
    top: 8%;
    opacity: 0;

}
.table-content .table-content-ul .table-content-li.hided{
    opacity: 0;
    visibility: hidden;
}
.icon-sty{
    font-size: 24px;
    color: #8590a6;
    border-radius: 20px;
    transition: .6s;
}

.icon-sty.checked{
    background: red;
    color: #ffffff;
    transform: scale(1.2);
}

.sort_empty{
    margin-left: 6%;
    cursor: pointer;
}
.sort_empty.hided{
    opacity: 0;
    visibility: hidden;
}
.do-empty{
      
    margin-top: 5%;
}
.do-empty .doBtn{
    padding: 2% 7%;
    background: #8c96ad;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    display: block;
    box-shadow: 0 6px 25px 0 rgba(30,38,44,.3);
}
.do-empty .doBtn:hover{
    background: #afbad4;
}
.do-empty .history:hover{
    background: #afbad4;
}
.do-empty .doBtn:active{
    background: #bac5de;
}
.history{
    margin-bottom: 2%;
    padding: 2% 7%;
    background: #bac5de;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    display: block;
    box-shadow: 0 6px 25px 0 rgba(30,38,44,.3);
    margin-bottom: 4%;
}

/* 历史记录表格 */
.checkBtn{
    background: #013954;
    margin-left: 7%;
    padding: .5% 0;
    width: 10%;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    transition: .2s;
    text-align: center;
    cursor: pointer;
}
.checkBtn:hover{
    background: #035a84;
}
table{  
border-collapse:collapse;  
border-spacing:0;  
}  
    
th,td{  
padding:0;  
}
tr{
    padding: 1% 0;
}
td,th,tr{
    box-sizing:  unset;
    /* padding: 0 2%; */
    text-align: center;
    color: #a2a2a2;
    font-size: 16px;
}
td{
    width: 4%;
}
.table-item{

}
.history-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    transition: .2s;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
}
.history-mask.show{
    visibility: visible;
    opacity: 1;
}

.history-empty{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -476px;
    margin-top: -188px;
    width: 50%;
    height: 40%;
    background: #66789c;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.history-empty.show{
    visibility: visible;
    opacity: 1;
}
.history-empty .history-box{
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
}
.history-title{
    text-align: center;
    padding: 2% 0 2%;
    color: #a2a2a2;
    font-weight: normal;
    font-size: 16px;
}
.YB-time{
    margin-left: 2%;
}
.history-ul {
    height: 100%;
    overflow-y: auto;
    background: #fff;
}
.history-ul .history-li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    padding: 2% 0;
    transition: .2s;
    font-size: 14px;
    border-bottom: 1px solid #d8d7d7;
}
.history-ul .history-li:hover{
    background: #d8d7d7;
    
}
.history-ul .history-li .history-count {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.history-ul .history-li .history-count .count-desc {
    color: #a2a2a2;
    font-weight: 800;
    font-size: 18px;
}
.history-ul .history-li .history-content {
    width: 70%;

}
.title-dot{
    color: #a2a2a2;
    font-size: 16px;
    padding: 0.6% 0;
    font-weight: 600;
}

.people-avatar {
    background: #00B2EE;
}
.people-avatar .tree-head {
    
}
.people-avatar .tree-head .tree-list {
    
}
.people-avatar .tree-head .tree-list .tree-li {
    float: left;
}
.people-avatar .tree-head .tree-list .tree-li .item-box {
    
}

.move_to_unknown{
    display: none;
    margin-left:20px;
    padding:5px 10px;
    background-color: #ccc;
    color:#fff;
    cursor: pointer;
}
