.kiddoGuardIndex .headerImgList {
  display: flex;
  animation: PartnerScrollSub var(--scroll-time) linear infinite;
}
@keyframes PartnerScrollSub {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(var(--scroll-offset), 0px);
  }
}
.kiddoGuardIndex .whyAppBottomListItemSelect {
  background-color: #62beff !important;
  color: #fff !important;
}
.kiddoGuardIndex .smartTimerItem .smartTimerItemTabDown {
  transform: rotate(180deg);
}
.kiddoGuardIndex .smartTimerItem .smartTimerItemTips {
  display: none;
}
.kiddoGuardIndex .smartTimerItem .imgSmart {
  display: block;
}
.kiddoGuardIndex .smartTimerItem .imgSmartAcive {
  display: none;
}
.kiddoGuardIndex .smartTimerItemActive {
  border-color: #26A5FF;
}
.kiddoGuardIndex .smartTimerItemActive .imgSmart {
  display: none;
}
.kiddoGuardIndex .smartTimerItemActive .imgSmartAcive {
  display: block;
}
.kiddoGuardIndex .smartTimerItemActive .smartTimerItemTabDown {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.kiddoGuardIndex .smartTimerItemActive .smartTimerItemTips {
  display: block;
}
.kiddoGuardIndex .easilyFaqItem .easilyFaqItemTabDown {
  transform: rotate(180deg);
}
.kiddoGuardIndex .easilyFaqItem .easilyFaqItemTips {
  display: none;
}
.kiddoGuardIndex .easilyFaqItemActive .easilyFaqItemTabDown {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.kiddoGuardIndex .easilyFaqItemActive .easilyFaqItemTips {
  display: block;
}
.kiddoGuardIndex .showModeAndAll {
  transition: all 0.3s ease-in-out;
}
.kiddoGuardIndex .showModeAndAllActive {
  transform: rotate(180deg);
}
.kiddoGuardIndex .whyAppBottomListItemActive {
  background: #62beff !important;
  color: #fff !important;
}
.kiddoGuardIndex .pointer-events-none {
  pointer-events: none;
}

