/* tooltip样式 active*/
.echarts_fl{
  display: flex;
}
.echarts_flag{
  height:16px;
}
.echarts_headerBar{
  padding: 0 10px 0 ;
  line-height: 10px;
  align-items: center;
}
.echarts_CountryName{
  width:120px;
}
.echarts_ib{
  display: inline-block; 
}
.BriefAttributeSun{
  width: 60px;
}
.echarts_hr{
  display: inline-block;
  margin-left: -10px;
  height: 22px;
  width: 100%;
}
.echarts_grid{
  display: grid;
}
.echarts_details{
  height: 48px;
  grid-template-columns: repeat(3, 33.33%);
  grid-template-rows: repeat(2, 50%);
}
.riskTitle{
  text-align: left;
  font-size: 13px;     
  font-weight:600;
}
.malicious{
  color: #ff6a6a;
}
.suspicious{
  color: #ffa24b
}
.noThreats{
  color: #05f0ff
}
.detailsValue{
  color: #fff;
  font-size: 20px;
  font-weight:bold;
  width:92;
}
.echarts_urlText{
  font-size: 12px;
}
.echarts_arrowRight{
  vertical-align:middle;
}
/* tooltip样式 end*/