html body{
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color:#fff;
    overflow: hidden;
}
#table-with-title{
    height: 50vh; /* 设置容器的固定高度 */
    overflow-y: auto; /* 启用垂直滚动条 */
}
.node {
    /**fill: #2679B2;**/
    stroke: white;
    stroke-opacity:0.8;
}
.link {
    stroke-width:2px;
    stroke: #33A02C;
    stroke-opacity:0.5;
    fill: none;
}

.area, .area2{
    fill-opacity:1;
    stroke: #eee;
    stroke-opacity:0.1;
    stroke-width:.1em;
}
svg .svg_main{
    position: absolute;
    left: 0px;
    top: 0px;

}

svg .svg_bottom{
    position: absolute;
    margin: 0;
    padding: 0;
}

/*.label_{*/
/*    fill: #1ed36f;*/
/*}*/

.cell_{
    fill-opacity:0.1;
    stroke: #999;
    stroke-width:1px;
}

.label{
    fill:#fff;
    font-size: 6pt;
}

.showKeywordBtn{
    font-size: 12px;
    fill: #33A02C;
}

.bootbox.modal > .modal-dialog {
    z-index: 99999 !important;
}

div.mytooltip {
    position: absolute;
    text-align: left;
    /*width: 600px;*/
    /*height: 60px;*/
    width: 0px;
    height: 0px;
    padding: 2px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}

.treemapcell{
    fill-opacity:0.1;
    stroke: #999;
    stroke-width:4px;
}

.voronoi{
    stroke: #AAA;
    stroke-width:2px;
}

/**/
.gui-container {
    display: flex;
    justify-content: flex-end;
}

#brain2_line_GuiContainer {
    position: absolute;
    display: block;
    right: 5px;
    bottom: 0px;
}

#svg_bottom {
    position: absolute;
    display: block;
    left: 5px;
    bottom: 10px;
}
/*ni_learn是对于透明度和位置切换工具的调整*/
.ni_learn{
    position:absolute;
    right:10px;
    display: block;
    bottom:50px;
}
/*这里view负责agui的位置*/
.view{
    position:absolute;
    right:100px;
    display: block;
    bottom:75px;
}
#array-select{
    position: relative;
    display: block;
    /*left: -190px;*/
    bottom: -61px;
}

.Menu-title{
    text-align:center;
    align-content: center;
    align-items: center;
    margin: 10px;
    font-style: italic;
    background-color: #b5bbbb;
}