body {
    overflow:hidden;
    margin: 0px;
}
.vdivider
{
   float:right; 
   width:4px;
   cursor: col-resize;
   background:rgba(255,255,255,0.1);
   border-right: rgb(200,200,200) 1px solid;
}
.vdivider:hover
{
   background:#E5F3FB;
}
::-webkit-scrollbar{height: 6px;width: 6px;}
::-webkit-scrollbar-track {
  background-color: rgb(250,250,250);
}
 
::-webkit-scrollbar-thumb {
  background-color: rgb(200, 200, 200);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #3399FF;
}
.panel
{
  position:absolute;
  /* left:-400px; */
   top:0px;
  font-family: "Microsoft Yahe","Arial";
  font-size: 12.73px;
  background:rgb(255,255,255);
  box-shadow: 8px 0px 20px 2px rgba(0,0,0,0.04);
  opacity:0.7;
}
.panel:hover{
    opacity:0.9;
}
.main{
 font-family:"Microsoft Yahe","Arial";
   font-size:20px;
   margin-top:20px;
   margin-left:20px;
   opacity:0.5;
   line-height:100%;
   cursor:pointer;
}
.panel h1{
   padding:0px;
   margin:10px;
   padding-right:20px;
   font-family: "Microsoft Yahe","Arial";
   text-align:left;
   font-size:20px;   
   color:#444;
}
.panel hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.animatable{
   transition: all 0.2s ease;
}
.panel .content
{
 position:absolute;
 overflow-y:auto;
 overflow-x:hidden;
 bottom:27px;
}
.main img{
 position:absolute;
 padding-top:4px;
 display:inline-block;  
}
.main .text{
 position:absolute;
 display:inline-block;  
 width:120px;
 color: #FFF;
}
.main .search{
   position:absolute;
   display:none;  
   width:200px;
  }
input:focus { 
    outline: none !important;
}
.main .search{
 font-size: 12.73px
}
.main:hover{
   opacity:1.0;
}
.panel ul
{
list-style: none;
padding: 0;
margin: 0 3em 0 0;
}
.panel li
{
   opacity:0.8;
   width:210px;
   padding:7px 0px 3px 38px;
   cursor:pointer;
}
.panel li:hover
{
   background-color:#E5F3FB;
   opacity:1.0;
}
.playButton{
 font-family: 'Arial','Segoe UI', Arial, sans-serif;
 color: white;
 text-decoration: none;
 text-align: center;
 padding: 5px 15px 5px 15px;
 font-size:13.64px;
 background: #00AEEE;
 color: #FFF;
 border: 0px none;
 outline: 0px none;
 cursor: pointer;
 right:10px;margin-top:10px;position:absolute;
 display: none;
}
.playButton:hover {background: #0090C6;text-decoration: none;color: white;}
.buttons
{
 float:left;
 bottom:6px;
 left:5px;
 position:absolute;
 display: none;
}
.buttons .passive, .buttons .active
{
 cursor:pointer;
 padding:2px 4px 2px 4px;
}
.buttons .active
{
 border-bottom: 2px solid #000;
}
.buttons .passive:hover
{
 background:#e7e7e7;
}
.buttons .active:hover
{
 background:#fff;
}
.tree-view, .no-select
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tree-view
{
overflow:hidden;
line-height: 100%;
white-space:nowrap;
overflow-x:hidden;
color:black;
}
.tree-view .group{}
.tree-view .group-c{}
.tree-view .items{margin-left:12px;}
.tree-view .group-c .items{margin-left:12px;display:none;}
.tree-view .icon, .tree-view .open, .tree-view .node, .tree-view .vis, .tree-view  .hdn{
 background-image:url('treeicons.png');
 height:16px;
 width:18px;
}
.close,.tree-view .icon, .tree-view .open, .tree-view .node, .tree-view .vis, .tree-view  .hdn{
 display:block;
 float:left;
 margin-top:1px;
 margin-left:4px;
}
.tree-view .open , .tree-view .vis, .tree-view  .hdn{
    margin-left:0px;
}
.tree-view .icon{background-position:-128px,0px;} 
.tree-view .open{background-position:-16px,0px;}
.tree-view .open:hover{background-position:-48px,0px;}
.tree-view .node{background-position:-160px,0px;}
.tree-view .vis{background-position:-80px,0px;}
.tree-view .hdn{background-position:-64px,0px;}
.tree-view .group-c .open{background-position:0px,0px;}
.tree-view .group-c .open:hover{background-position:-32px,0px;}
.tree-view .item,.tree-view .gitem
{
 display:block;
 cursor:pointer;
 height:30px;
}
.tree-view .normal,.tree-view .selected
{
 display:inline-block;
 cursor:pointer;
 height:18px;
}
.tree-view .normal:hover{
    background-color:#E5F3FB;
}
.tree-view .selected
{
    background-color:#007ACC;
}
.tree-view .item{
 margin-left:16px;
}
.tree-view .label, .tree-view .labelSerch{
 height: 18px;
 padding:0px;
 padding-left:4px;
 padding-right:8px;
 display:inline-block;
 font-family:"Microsoft Yahe","Arial";
 line-height:126%;
}
.tree-view .item:hover .label,.tree-view .gitem:hover .label{
 background-color:#E5F3FB;
}
.tree-view .selected .label, .tree-view .selected,  .tree-view .selected:hover .label{
 background-color:#007ACC !important;
 color:white;
}
.tree-view .labelSerch{
 background-color:#C27D1A !important;
}

.animation
{
   margin: 10px;
   
}
.animation:hover
{
   background:#E5F3FB;
}
.showdoiv
{
   margin: 11px;
   
}
.titleimg
{
   vertical-align: bottom;
   width: 30px;
   height: 30px;
  
}

.titlespan
{
  font-size: 20px;
  font-family:"Microsoft Yahe","Arial";
  margin: 10px;
  color:#444;
}

.showspan
{
  font-size: 16px;
  font-family:"Microsoft Yahe","Arial";
  margin: 10px;
  color:#444;
}

.nodeimg
{
   width: 18px;
   height: 19px;
   margin-right: 10px;
   vertical-align: bottom;
}

.showimg
{
   width: 18px;
   height: 19px;
   vertical-align: bottom;
}

.titeldiv
{
   margin-bottom: 15px;
   margin-top: 20px;
}


.infoBox{
  
  border-radius: 15px;
  border: 3px solid rgba(180,180,180,1) ;
  box-shadow: 2px 2px 2px 2x #bdc5ce; 
  width: 290px;
  display: none;
  height: auto;
  top: 200px;
  left: 300px;
  position: absolute;
  z-index: 1000;
  background: whitesmoke; 
  padding: 5px;
  /* border: 2px solid #747474; */
}
.infoBox::after{
  display: block;
  position: absolute;
  content: '';
  top:99%;
  left: 12px;
  border-bottom: 14px solid rgba(255,255,255,1);;
  transform: rotate(180deg);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.infoBox::before{
  display: block;
  position: absolute;
  content: '';
  top:99%;
  left: 0px;
  z-index: 40001;
  width: 100%;
  height: 35px;
}
.info-title{
  width: 260px;
  line-height: 21px;
  text-align: center;
  font-weight:900;
  color: #666666;
  font-size: 17px;
  /* background: linear-gradient(to bottom,#ffffff,#ffffff); */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 3px;
}
.info-main{
  /* padding:5px 2px 5px 2px ; */
  width: 260px;
  display: block;
  line-height: 21px;
  text-align: left;
  color:#666666;
  font-size: 14px;
  margin: 3px;
  -webkit-margin-after:0px;
  /* background: white; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }

.hrtoum{/*透明渐变⽔平线*/
   width:100%;
   margin:0 auto;
   border: 0;
   height: 2px;
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }

  .info-main ul{
   margin:10px;
   border:0px;
   padding-left:5px; 
   margin-top: 2px;
   margin-bottom: 5px;
}