body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,th,td,img{
	/*margin:0 5px;*/
	padding:0;
}
body{
  font: 12px/1.5 sans-serif;
  color: #999999;
  background: #fff;
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  margin:0;
}
ol,ul{list-style:none outside none;}
a{ text-decoration:none;color:#666666;}
a img{ border:0;}
a:hover{text-decoration:none;}
em,i{font-style: normal;}
b{font-weight: normal;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#wapper{width: 100%;height:100%;position:relative;background:#010a3d;background-size: contain ;}
#container{
  width: 100%;
  height:100%;
  margin:0 auto;
}
#tooltip{
  position: absolute;
  background: rgba(0,0,0,0.5);
  height:auto;
  width:auto;
  color:#fff;
  padding: 10px 0 0 10px;
  font-size: 14px;
  line-height: 24px;
}
#tooltip label, #tooltip span{display: inline-block;}
#tooltip2 span {text-align: left;}
#tooltip2{
  position: absolute;
  background: rgba(0,0,0,0.5);
  height:auto;
  width:auto;
  color:#fff;
  padding: 10px 0 0 10px;
  font-size: 14px;
  line-height: 24px;
}
#tooltip2 label, #tooltip span{display: inline-block;}
#tooltip2 span {text-align: left;}