html,body,#container{
 /*  background: #E4EFED; */
  font-family: "Microsoft YaHei" !important;
}
.highcharts-background{
  fill:#E4EFED !important;
}
image.highcharts-point{
  opacity: 0.9;
}
image.highcharts-point:hover{
  cursor: pointer;
  opacity: 1;
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari 和 Chrome */
  -o-transition: all .5s ease; /* Opera */
}

.highcharts-name-china{
  fill:#0078AF !important;
  stroke: #fff !important;
  stroke-width:4 !important;
}

#tooltip{
  width:350px;
  background: rgba(255,255,255,1);
  position: absolute;
  top: 0;
  left: 0;
  display:none;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out; /* Firefox 4 */
  -webkit-transition: all .2s ease-in-out; /* Safari 和 Chrome */
  -o-transition: all .2s ease-in-out; /* Opera */
  color: #595757;
  border-radius: 5px;
  border: 1px solid #eee;
}
#container2{
  display: none;
}

#backbtn{
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: rgb(247,247,247);
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  border: 1px solid #999;
  color: #333;
}

#tooltip ul{
  margin: 0;
  padding: 0;
  list-style:none;
  cursor: pointer;
  overflow: hidden;
}
/*#tooltip ul:after{
  content:'';
  width:0;
  height:0;
  border-width:14px 28px 14px 0;
  border-style:solid;
  border-color:transparent #fff transparent transparent;
  position: absolute;
  top: 10px;
  left: -14px;

}*/
#tooltip ul li:last-child h2{
  border-bottom: none;
}

#tooltip ul h2 {
  font-size: 16px;
  margin: 0;
  padding-left: 22px;
  padding-right: 22px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: -1px;
  /*height: 35px;*/
  line-height: 35px;
  font-weight: bold;
}
#tooltip ul p {
  font-size: 12px;
}
#tooltip .content{
  height: 0;
  overflow: hidden;
  padding-left: 22px;
  padding-left: 22px;
  transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out; /* Firefox 4 */
  -webkit-transition: height .2s ease-in-out; /* Safari 和 Chrome */
  -o-transition: height .2s ease-in-out; /* Opera */
}
#tooltip .active h2{
  /*height: 35px;*/
  line-height: 35px;
  border: none;

}
#tooltip li.active .content{
  height: 150px;

}

.highcharts-text-outline{
  stroke:none;
}
