.kidsGuide .lineDashContentIndex .lineDashContent {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
}
.kidsGuide .lineDashContentIndexActive .lineDashContent {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #26a5ff 50%, #26a5ff 100%);
}
.kidsGuide .lineDashContentIndexH5 .lineDashContentH5 {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
}
.kidsGuide .lineDashContentIndexActive .lineDashContentH5 {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #26a5ff 50%, #26a5ff 100%);
}
.kidsGuide .lineDashContentIndex .imgContent {
  display: block;
}
.kidsGuide .lineDashContentIndex .imgContentActive {
  display: none;
}
.kidsGuide .lineDashContentIndexH5 .imgContent {
  display: block;
}
.kidsGuide .lineDashContentIndexH5 .imgContentActive {
  display: none;
}
.kidsGuide .lineDashContentIndexActive .imgContent {
  display: none;
}
.kidsGuide .lineDashContentIndexActive .imgContentActive {
  display: block;
}
.kidsGuide .pointer-events-none {
  pointer-events: none;
}
