.areaSelect{
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 999;
}

.areaSelect .select-contain{
  width: 310px;
  background-color: #fff;
      box-shadow: 1px 0 1px 1px rgba(102, 102, 102, 0.24);
}

.areaSelect .controller{
  width: 24px;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
  background-color: #2E95FF;
  text-align: center;
}

.areaSelect .select-contain .contain-head{
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #2E95FF;
}

.areaSelect .select-contain .contain-area{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 30px;
}

.areaSelect .select-contain .contain-area .area-item{
  cursor: pointer;
  width: 50%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.areaSelect .select-contain .contain-area .area-item.actived{
  color: #2E95FF;
}

#echarts{
  height: 250px;
  width: 100%;
}