#election2025 .chart-box {
  border-radius: 10px;
  background: #F8F8F8;
  padding: 60px;
}
#election2025 .chart-box:has(#chart_container-region) {
  padding-bottom: 54px;
}
#election2025 .chart-box .chart-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}
#election2025 .chart-box .chart-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#election2025 .chart-box .chart-legend-item .symbol {
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
#election2025 .chart-box .chart-legend-item .symbol.jd-100 {
  background: var(--jdcolor-100);
}
#election2025 .chart-box .chart-legend-item .symbol.jd-200 {
  background: var(--jdcolor-200);
}
#election2025 .chart-box .chart-legend-item .symbol.jd-5070 {
  background: var(--jdcolor-5070);
}
#election2025 .chart-box .chart-legend-item .symbol.jd-70000 {
  background: var(--jdcolor-70000);
}
#election2025 .chart-box .chart-legend-item .name {
  font-size: 14px;
  color: #222;
}
#election2025 .chart-box .chart-area {
  margin-top: 40px;
}
#election2025 .chart-box .chart-area .chart_container ~ .chart_container {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #ddd;
}
#election2025 .chart-box .chart-area .chart_container-item + .chart_container-item {
  margin-top: 20px;
}
#election2025 .series-value {
  position: relative;
  top: -1px;
  font-size: 16px;
  letter-spacing: -0.07rem;
}
#election2025 .custom-tooltip-gender {
  width: 122px;
  padding: 8px 12px;
  position: relative;
}
#election2025 .custom-tooltip-gender::before, #election2025 .custom-tooltip-gender::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
}
#election2025 .custom-tooltip-gender::after {
  left: -5px;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
}
#election2025 .custom-tooltip-gender::before {
  left: -6px;
  border-width: 7px 7px 7px 0;
  border-color: transparent #C6CBD0 transparent transparent;
}
#election2025 .custom-tooltip-gender .region {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}
#election2025 .custom-tooltip-gender .region:has(.seventy-age) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
#election2025 .custom-tooltip-gender .region:has(.seventy-age) .sub-name {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  margin: 0;
}
#election2025 .custom-tooltip-gender .region .sub-name {
  font-size: 12px;
  font-weight: 300;
  margin-top: 2px;
}
#election2025 .custom-tooltip-gender .text-box {
  margin-top: 8px;
}
#election2025 .custom-tooltip-gender .text-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2px;
}
#election2025 .custom-tooltip-gender .text-box li + li {
  margin-top: 2px;
}
#election2025 .custom-tooltip-gender .text-box li .name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40px;
          flex: 1 1 40px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
#election2025 .custom-tooltip-gender .text-box li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  text-align: right;
  font-weight: 700;
  line-height: 22px;
}
#election2025 .custom-tooltip-region {
  width: 101px;
  padding: 8px 12px;
  position: relative;
}
#election2025 .custom-tooltip-region::before, #election2025 .custom-tooltip-region::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
}
#election2025 .custom-tooltip-region::after {
  bottom: -6px;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
#election2025 .custom-tooltip-region::before {
  bottom: -7px;
  border-width: 7px 7px 0;
  border-color: #C6CBD0 transparent transparent transparent;
}
#election2025 .custom-tooltip-region .region {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}
#election2025 .custom-tooltip-region .text-box {
  margin-top: 8px;
}
#election2025 .custom-tooltip-region .text-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2px;
}
#election2025 .custom-tooltip-region .text-box li + li {
  margin-top: 2px;
}
#election2025 .custom-tooltip-region .text-box li .name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  font-size: 14px;
  line-height: 22px;
}
#election2025 .custom-tooltip-region .text-box li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
#election2025 .custom-xAxis-label {
  width: 100px;
  text-align: left;
}
#election2025 .custom-xAxis-label .name {
  font-size: 16px;
  color: #222;
  line-height: 1.4;
}
#election2025 .custom-xAxis-label .sub-name {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-top: 1px;
}
#election2025 .highcharts-series path {
  -webkit-clip-path: inset(1px round 0 0 0 0);
          clip-path: inset(1px round 0 0 0 0);
}
#election2025 .highcharts-series-3 path {
  -webkit-clip-path: inset(1px round 0 0 2px 2px);
          clip-path: inset(1px round 0 0 2px 2px);
}
#election2025 .highcharts-series-0 path {
  -webkit-clip-path: inset(1px round 2px 2px 0 0);
          clip-path: inset(1px round 2px 2px 0 0);
}

[data-ios=true][data-browser=chrome] #election2025 .series-value {
  top: -2px;
}