.Information-table{
    width: 100%;
    table-layout:fixed;
}
.Information-table th{
    line-height: 60px;
    background: #f7f7f7;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    padding: 0 10px;
}
.Information-table tbody tr{
    border-bottom: 1px solid #f7f7f7;
}
.Information-table td{  
    
    line-height: 69px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    padding: 0 10px;

   
    
}
.Information-table td>div{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break:keep-all;
}
.table-tbody__wrapper{
    min-height: 69px;
}
.Information-table .table-tbody__wrapper{
    min-height: 200px;
}

.operate-th,.operate,.operate>div{
    width:120px !important;
}
.operate a{
    color:#0096ff !important;
    transition: .3s;
    cursor: pointer;
}
.operate a:hover{
    opacity: 0.6;
}

.modal-thead{
    position: sticky;
    position: -webkit-sticky;
    top: 0; 
    z-index: 99;
}
.modal-tbody td{
    line-height: 50px !important;
}
.modal-tbody tr,.powers-tbody tr{
    cursor: pointer;
    transition: .3s;
}

.modal-tbody tr:not(.is-active):hover{
    opacity: 0.6;
}
.powers-tbody tr:not(.is-active):hover{
    opacity: 0.6;
}
.modal-tbody tr.is-active,.powers-tbody tr.is-active{
    background-color: #0096ff;
}
.modal-tbody tr.is-active div,.powers-tbody tr.is-active div{
    color: #fff;
}

