/* Styles specific to heatmap view */


/* 热图容器样式 */
.heatmap-container {
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}

/* 单独调整 iMAP-100 热图控制面板的水平位置 */
#heatmapContainer .modebar {
    /* 尝试向右移动 10px (您可以调整这个值) */
    transform: translateX(-25px); 
  }