:root {
  --base-blue-color: #00bde3;
  --other-font-color: #666;
  --color-white: #fff;
}

main h2 {
  line-height: 36px;
  text-align: center;
  max-width: 830px;
  margin: auto;
}

main .plate-desc {
  max-width: 780px;
  line-height: 26px;
  text-align: center;
  margin: 32px auto 0;
}

main .plate-desc strong {
  font-weight: 800;
}

main .white-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  color: var(--base-blue-color);
  background: var(--color-white);
  border: 2px solid var(--base-blue-color);
  max-width: 330px;
  min-height: 60px;
  width: 100%;
  padding: 0 10px;
}

main .white-btn span {
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  margin-right: 10px;
}

main .white-btn svg {
  flex-shrink: 0;
}

main .white-btn svg path {
  fill: var(--base-blue-color);
}

main .white-btn:hover {
  color: var(--color-white);
  background: var(--base-blue-color);
}

main .white-btn:hover svg path {
  fill: var(--color-white);
}

main .hover-desc {
  width: 100%;
  padding: 26px 24px 30px;
  color: var(--color-white);
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  transform: translateY(100%);
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(13, 32, 55, 0) 0%,
    rgba(11, 25, 42, 0.8) 100%
  );
}

main .common-plate {
  padding: 70px 0;
}

.swiper-pagination-bullet:focus {
  outline: 0;
}

main .icon-list-box {
  margin: 36px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1024px;
}

main .icon-list-box li {
  max-width: 64px;
  margin: 10px 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .icon-list-box li img {
  width: 64px;
}
main .icon-list-box li p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  white-space: pre;
}
@media (max-width: 1200px) {
  main .base-maxwidth {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  main .base-maxwidth {
    padding: 0;
  }

  main h2 {
    font-size: 24px;
    line-height: 34px;
  }

  main .plate-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }

  main .common-plate {
    padding: 50px 0;
  }

  main .icon-list-box {
    margin-top: 22px;
  }

  main .icon-list-box img {
    margin: 10px 16px;
    width: 50px;
  }
}

/* banner */
.banner {
  padding: 60px 0 0px;
  background: #e4f2ff;
}

.banner .base-maxwidth {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .left {
  position: relative;
  width: 59%;
  margin-bottom: 40px;
}
.banner .left .model-right {
  display: none;
}

.banner .pc-desc {
  margin-left: 20px;
}
.banner .download-btn .pc-desc {
  line-height: 62px;
}
.banner .left .left-title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-family: Poppins Bold;
  line-height: 64px;
}
.banner .left .left-title img {
  margin-right: 2px;
}
.banner .left .roleasod-tag {
  max-width: 182px;
  content: "";
  font-size: 12px;
  display: inline-block;
  height: 34px;
  background: linear-gradient(98deg, #ffe58f 0%, #00bde3 99%);
  border-radius: 7px;
  text-align: center;
  line-height: 34px;
  margin-left: 10px;
  padding: 0 5px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.banner h1 {
  font-size: 46px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 19px;
  color: #3d3d3d;
  line-height: 68px;
}
.banner h1 span {
  font-weight: 900;
  background: url("https://images.clevguard.com/en/assets/overview/kidsguard/kidesguard-line.svg")
    no-repeat center;
  background-size: 100%;
}
.banner .desc-list {
  margin-top: 20px;
  max-width: 560px;
}

.banner .desc-list li {
  position: relative;
  display: flex;
  line-height: 19px;
  margin-top: 14px;
  padding-left: 24px;
  text-align: left;
}

.banner .desc-list li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  background: url(https://images.clevguard.com/en/assets/overview/parental_control_app/check.svg)
    no-repeat center/cover;
}

.banner .desc-list li:first-child {
  margin-top: 0;
}

.banner .sec-desc{
  font-weight: 400;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.banner .btn-group {
  margin-top: 34px;
  display: flex;
}

.banner .btn-group .count-down {
  position: relative;
}

.banner .btn-group .count-down::after {
  position: absolute;
  content: "";
  top: -10px;
  right: -6px;
  width: 54px;
  height: 26px;
  background: url(https://images.clevguard.com/enassets/images/kidsguard/40-discount.png)
    no-repeat;
  background-size: contain;
}

.banner .mobile-desc {
  display: none;
}

.banner .base-btn {
  margin-left: 40px;
}

.banner .base-btn:first-child {
  margin-left: 0;
}

.banner .download-btn {
  display: flex;
  margin-top: 40px;
}

.banner .btn-linked-external {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.banner .btn-linked-external + .btn-linked-external {
  margin-left: 60px;
  z-index: 0;
}
.banner .btn-linked-external a,
.banner .btn-linked-external .linked-icon {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 8px;
}
.banner .linked-to-googleplay {
  background: url(https://images.clevguard.com/en/assets/overview/kidsguard/android-logo.svg)
    no-repeat;
  background-size: auto 100%;
}
.banner .btn-linked-external:hover .linked-to-googleplay {
  background: url(https://images.clevguard.com/en/assets/overview/kidsguard/android-logo-h.svg)
    no-repeat;
}
.banner .linked-to-appstore {
  background: url(https://images.clevguard.com/en/assets/overview/kidsguard/iphone-logo.svg)
    no-repeat;
  background-size: auto 100%;
}
.banner .btn-linked-external:hover .linked-to-appstore {
  background: url(https://images.clevguard.com/en/assets/overview/kidsguard/iphone-logo-h.svg)
    no-repeat;
}
.banner .linked-to-win {
  background: url(https://images.clevguard.com/en/assets/overview/kidsguard/windows-logo.svg)
    no-repeat;
  background-size: auto 100%;
}
.banner .linked-to-mac {
  background: url(https://images.clevguard.com/en/assets/overview/kidsguard/mac-logo.svg)
    no-repeat;
  background-size: auto 100%;
}
.banner .avaliable-for {
  margin-top: 24px;
  line-height: 19px;
  color: #485064;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.banner .avaliable-for svg:first-child {
  margin-left: 25px;
}

.banner .avaliable-for svg {
  margin-left: 10px;
}

.banner .product-video {
  margin-top: 17px;
}

.banner .base-link-video {
  font-size: 16px;
  line-height: 19px;
  color: #00bde3;
  font-family: "Poppins Regular";
  white-space: nowrap;
}

/* .base-link-video svg {
    margin-right: 0;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    flex-shrink: 0;
} */

/* .banner .right {
    width: 57%;
    margin-right: -100px;
    margin-bottom: 55px;
}

.banner .picture {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
} */

.banner .right {
  width: 45%;
  align-self: flex-end;
}
.banner .picture {
  border-radius: 16px;
  overflow: hidden;
  max-width: 519px;
  align-self: flex-end;
}
.banner .product-video {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
.banner .base-link-video svg {
  color: #818181;
  margin-left: 10px;
}

.banner .video-desc {
  width: 100%;
  margin-top: 16px;
  padding: 14px 0;
  font-weight: 400;
  background: #00bde3;
  border-radius: 8px;
  text-align: center;
  line-height: 19px;
}
@media (max-width: 1204px) {
  .banner .left .roleasod-tag {
    position: static;
  }
  .banner .mobile-desc {
    display: block;
  }
  .banner .pc-desc {
    display: none;
  }
  .banner .download-btn {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .banner {
    padding: 40px 0 60px;
    background: #e4f2ff;
  }

  .banner .left {
    width: 100%;
    text-align: center;
  }

  .banner h1 {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .banner .desc-list {
    margin-left: auto;
    margin-right: auto;
  }

  .banner .desc-list li {
    margin-top: 16px;
  }

  .banner .btn-group {
    justify-content: center;
  }

  .banner .download-btn {
    /* min-width: 560px; */
    justify-content: center;
  }

  .banner .btn-group,
  .banner .avaliable-for,
  .banner .base-link-video {
    justify-content: center;
  }

  .banner .right {
    display: none;
  }
}
@media (max-width: 440px) {
  .banner .download-btn {
    margin-bottom: 10px;
  }
  .banner .mobile-desc {
    text-align: left;
  }
}

@media (max-width: 370px) {
  .banner .base-link-video {
    font-size: 15px;
  }
}

/* banner */

/* should-choose */
.should-choose .should-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.should-choose .should-item {
  width: calc(95% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.should-choose .should-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.should-choose .should-img:hover .hover-desc {
  transform: translateY(0);
}

.should-choose .white-btn {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .should-choose .should-content {
    margin: 40px 7.5px 0;
    flex-direction: column;
    align-items: center;
  }

  .should-choose .should-item {
    width: 100%;
    max-width: 440px;
  }

  .should-choose .should-item:first-child {
    margin-top: 0;
  }

  .should-choose .hover-desc {
    transform: translateY(0);
  }

  .should-choose .white-btn {
    margin-top: 30px;
  }
}

/* should-choose */

/* tracking-android */
.tracking-android {
  background: #ffffff;
}

.tracking-android .tracking-content {
  display: flex;
  justify-content: space-between;
}

.tracking-content .tracking-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  margin-top: 55px;
  text-align: center;
  background: var(--color-white);
  border: 1px solid #c6edf4;
  box-shadow: 0px 4px 10px 0px rgba(41, 67, 124, 0.1);
  transition: all 0.5s ease;
}

.tracking-content .tracking-item:hover {
  border-color: transparent;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}

.tracking-content.part1 .tracking-item {
  width: calc((100% - 50px) / 2);
  padding: 65px 100px;
}

.tracking-content.part2 .tracking-item {
  width: calc((100% - 100px) / 3);
  padding: 38px 38px 30px;
}

.tracking-content.part1 .tracking-item img {
  height: 186px;
}

.tracking-content.part2 .tracking-item img {
  height: 102px;
}

.tracking-content .tracking-item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 10px;
}

.tracking-content.part1 .tracking-item .title {
  padding-top: 40px;
}

.tracking-content.part2 .tracking-item .title {
  padding-top: 28px;
  min-height: 86px;
}

.tracking-content .tracking-item .des {
  line-height: 19px;
}

.tracking-android .btn-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.tracking-android .btn-link .base-btn-border-orange {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .tracking-android {
    scroll-margin: 50px;
  }

  .tracking-android .tracking-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tracking-content.part1 .tracking-item,
  .tracking-content.part2 .tracking-item {
    width: 100%;
    max-width: 500px;
    padding: 30px;
    margin: 20px 7.5px 0;
  }

  .tracking-content.part1 .tracking-item img {
    height: 102px;
  }

  .tracking-content .tracking-item .title,
  .tracking-content.part1 .tracking-item .title {
    padding-top: 20px;
  }

  .tracking-content.part2 .tracking-item .title {
    min-height: auto;
  }
}

/* tracking-android */

/* cutting-edge */
.cutting-edge.gray {
  background: #f7fafc;
}

.cutting-edge .cutting-content {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cutting-edge .cutting-item {
  width: calc(96% / 3);
  border: 1px solid #c6edf4;
  border-radius: 16px;
  background: var(--color-white);
  padding: 28px 25px;
  margin-top: 40px;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  min-height: 205px;
}

.cutting-edge .cutting-item:hover {
  border-color: transparent;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}

.cutting-edge .cutting-title {
  display: flex;
  align-items: center;
}

.cutting-edge .cutting-title p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.cutting-edge .cutting-title img {
  margin-right: 10px;
}

.cutting-edge .cutting-desc {
  margin-top: 14px;
  line-height: 22px;
}

.cutting-edge.gray .cutting-content {
  margin-top: 12px;
}

.cutting-edge.gray .cutting-item {
  margin-top: 24px;
}

.cutting-edge.gray .cutting-desc {
  margin-top: 24px;
}

.cutting-edge .base-link {
  margin-top: 24px;
  font-size: 16px;
  line-height: 19px;
}

.cutting-edge .btn-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cutting-edge .btn-link .base-btn-border-orange {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .cutting-edge.gray {
    scroll-margin: 50px;
  }

  .cutting-edge .cutting-content {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }

  .cutting-edge .cutting-item {
    width: 100%;
    padding: 20px 20px 30px;
    margin-top: 16px;
    height: auto;
    min-height: 172px;
    max-width: 500px;
  }

  .cutting-edge .cutting-item:first-child {
    margin-top: 0;
  }

  .cutting-edge .cutting-title img {
    width: 42px;
  }

  .cutting-edge .cutting-desc {
    margin-top: 8px;
  }
}

/* cutting-edge */

/* compatibility start */

.compatibility {
  /* padding-top: 100px; */
  padding-bottom: 58px;
}

.compatibility .base-maxwidth {
  padding-top: 5px;
  background-color: #fff;
}

.compatibility .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
  padding: 0 50px 50px;
}

.compatibility .wrap .left-box {
  width: 48.5%;
  color: #1a243d;
}

.compatibility .wrap .left-box .top-box {
  border-radius: 9px;
  padding: 0 0 15px 38px;
  border-top: 1px solid transparent;
  background-color: #f3f4f7;
}

.compatibility .left-box h3 {
  position: relative;
  margin: 21px 0 16px 44px;
  line-height: 24px;
  font-size: 20px;
}

.compatibility .left-box h3::before {
  position: absolute;
  top: -6px;
  left: -45px;
  width: 36px;
  height: 36px;
  content: "";
  background-size: contain;
}

.compatibility .left-box .top-box h3::before {
  background-image: url(https://images.clevguard.com/en/assets/index/android_icon.svg);
}

.compatibility .title {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  color: #1a243d;
}

.compatibility .left-box .os-device-list {
  margin-bottom: 40px;
}

.compatibility .left-box .os-device-list .list {
  display: flex;
  flex-wrap: wrap;
}

.compatibility .left-box .os-device-list .list li {
  width: 137px;
}

.compatibility .left-box .device-logo-list .device-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}

.compatibility .left-box .device-logo-list .device-list li {
  min-width: 46px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.compatibility .left-box .device-logo-list .device-list .etc {
  display: flex;
  flex-direction: column-reverse;
}

.compatibility .left-box .bottom-box {
  height: 238px;
  margin-top: 30px;
  padding: 0 0 15px 38px;
  border-top: 1px solid transparent;
  background-color: #f3f4f7;
  border-radius: 9px;
}

.compatibility .left-box .bottom-box .os-device-list li {
  width: auto;
  margin-right: 18px;
}

.compatibility .left-box .bottom-box .os-device-list {
  margin-bottom: 16px;
}

.compatibility .left-box .bottom-box h3::before {
  background-image: url(https://images.clevguard.com/en/assets/index/ios_icon.svg);
}

.compatibility .right-box {
  width: 48.5%;
  background-color: #f3f4f7;
  border-radius: 9px;
  color: #1a243d;
}

.compatibility .right-box h3 {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  margin-top: 14px;
}

.compatibility .right-box .device-info {
  padding: 6px 0 20px 38px;
}

.compatibility .right-box .device-info .win,
.compatibility .right-box .device-info .mac {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 19px;
}

.compatibility .right-box .device-info .win::before,
.compatibility .right-box .device-info .mac::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  content: "";
  background-size: contain;
}

.compatibility .right-box .device-info .win::before {
  background-image: url(https://images.clevguard.com/en/assets/index/win_icon.svg);
}

.compatibility .right-box .device-info .mac::before {
  background-image: url(https://images.clevguard.com/en/assets/index/mac_icon.svg);
}

.compatibility .right-box .device-info .mac {
  margin-top: 26px;
}

.compatibility .right-box .device-info .ios-device {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .compatibility .wrap {
    display: flex;
    flex-direction: column;
  }

  .compatibility .wrap .left-box,
  .compatibility .wrap .right-box {
    width: 100%;
  }

  .compatibility .wrap .left-box .top-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .compatibility .left-box .bottom-box {
    margin-top: 0;
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 768px) {
  .compatibility {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .compatibility .base-maxwidth {
    background-color: transparent;
  }

  .compatibility .wrap {
    margin-top: 10px;
    padding: 0;
  }

  .compatibility .left-box h3 {
    margin: 21px 0 16px 35px;
  }

  .compatibility .left-box h3::before {
    width: 30px;
    height: 30px;
    left: -36px;
    top: -4px;
  }

  .compatibility .left-box .bottom-box {
    height: auto;
  }

  .compatibility .wrap .left-box .top-box,
  .compatibility .wrap .left-box .bottom-box {
    padding-left: 25px;
  }

  .compatibility .left-box .device-logo-list .device-list li {
    width: 30px;
  }

  .compatibility .left-box .os-device-list {
    margin-bottom: 20px;
  }

  .compatibility .left-box .device-logo-list .device-list li {
    width: 8vw;
    min-width: 8vw;
  }

  .compatibility .wrap .right-box {
    padding-left: 6.6667vw;
  }

  .compatibility .right-box h3 {
    justify-content: flex-start;
  }

  .compatibility .right-box .device-info {
    padding-left: 0;
  }
}

/* compatibility end */

/* more-function */
.more-function .function-item {
  padding-top: 100px;
}

.function-item {
  max-width: 810px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.function-item .function-text {
  max-width: 360px;
  width: 45%;
}

.function-item .function-text .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: var(--base-blue-color);
}

.function-item .function-text .des {
  margin-top: 18px;
  line-height: 22px;
  color: var(--other-font-color);
}

.function-item .function-picture {
  max-width: 300px;
  width: 40%;
}

.function-item .function-picture img {
  max-height: 280px;
}

@media (max-width: 768px) {
  .more-function .function-item {
    padding-top: 50px;
    flex-direction: column;
  }

  .function-item .function-picture,
  .function-item .function-text {
    width: 100%;
  }

  .function-item .function-text {
    display: flex;
    flex-direction: column;
    order: -1;
    text-align: center;
  }

  .function-item .function-picture {
    margin-top: 40px;
  }
}

/* more-function */

/* solution-box */
.solution-box {
  background: #f7fafc;
}

.solution-box h2 {
  max-width: inherit;
}

.solution-box .solution-content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.solution-box .solution-item {
  margin-top: 50px;
  width: calc(96% / 3);
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-item .solution-info {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.solution-item .solution-text {
  border-left: 2px solid #c6edf4;
  border-right: 2px solid #c6edf4;
  border-bottom: 2px solid #c6edf4;
  padding: 28px 32px 30px;
  border-radius: 0 0 16px 16px;
  flex: 1;
}

.solution-item .solution-info .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.solution-item .solution-info .des {
  margin-top: 32px;
  line-height: 19px;
}

.solution-item:hover .solution-info {
  box-shadow: 0px 6px 24px 0px rgba(22, 25, 45, 0.1);
}

.solution-item:hover .solution-info .solution-text {
  border-color: transparent;
}

.solution-item .solution-btn {
  margin-top: 34px;
  max-width: 265px;
  color: var(--base-blue-color);
  text-align: center;
}

.solution-item .solution-btn span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.solution-item .solution-btn svg {
  margin-left: 10px;
  transition: all 0.5s ease;
}

.solution-item:hover .solution-btn {
  text-decoration: underline;
}

.solution-item:hover .solution-btn svg {
  transform: translateY(100%);
}

@media (max-width: 768px) {
  .solution-box {
    scroll-margin: 50px;
  }

  .solution-box .solution-content {
    flex-direction: column;
    align-items: center;
    margin: 40px 7.5px 0;
  }

  .solution-box .solution-item {
    width: 100%;
    max-width: 385px;
  }

  .solution-box .solution-item:first-child {
    margin-top: 0;
  }

  .solution-item .solution-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .solution-item .solution-info .des {
    margin-top: 12px;
  }

  .solution-item .white-btn {
    margin-top: 30px;
  }
}

/* solution-box */

/* satisfy-all */
.satisfy-all {
  padding: 100px 0 60px;
}

.satisfy-all .satisfy-content {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.satisfy-all .satisfy-item {
  width: calc(96% / 3);
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  margin-top: 24px;
  border: 1.5px solid #c6edf4;
  transition: all 0.5s ease;
}

.satisfy-all .satisfy-item:hover {
  border-color: transparent;
  box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
}

.satisfy-all .satisfy-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-family: Poppins SemiBold;
}

.satisfy-all .satisfy-title img {
  width: 50px;
  margin-right: 12px;
}

.satisfy-all .satisfy-desc {
  margin-top: 16px;
  line-height: 24px;
}

.satisfy-all .btn-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.satisfy-all .btn-link .base-btn-border-orange {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .satisfy-all {
    padding: 50px 0;
  }

  .satisfy-all .plate-desc {
    margin-top: 8px;
    line-height: 24px;
  }

  .satisfy-all .satisfy-content {
    margin-top: 32px;
    flex-direction: column;
  }

  .satisfy-all .satisfy-item {
    width: 100%;
    padding: 24px;
    margin-top: 16px;
  }

  .satisfy-all .satisfy-item:first-child {
    margin-top: 0;
  }

  .satisfy-all .satisfy-title {
    font-size: 18px;
    line-height: 26px;
  }

  .satisfy-all .satisfy-title img {
    width: 42px;
    margin-right: 10px;
  }

  .satisfy-all .satisfy-desc {
    margin-top: 10px;
  }
}

/* satisfy-all */

/* download-step */
.download-step {
  padding: 60px 0;
}

.download-step .download-content {
  position: relative;
}

.download-step .download-content::before,
.download-step .download-content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 1px dashed rgba(63, 204, 233, 0.7);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: transparent;
  transform: translateY(-7%);
  z-index: -1;
}

.download-step .download-content::before {
  padding: 38%;
}

.download-step .download-content::after {
  padding: 47%;
}

.download-step .download-item {
  position: relative;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

.download-step .step1 {
  margin-top: 54px;
}

.download-step .step2 {
  margin-top: 73px;
  margin-bottom: 136px;
}

.download-step .step1::after,
.download-step .step3::before {
  position: absolute;
  content: "";
  width: 53px;
  height: 49px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(https://images.clevguard.com/en/assets/overview/parental_control_app/arrow.svg)
    no-repeat center/cover;
}

.download-step .step1::after {
  bottom: -60px;
  transform: rotateY(180deg);
}

.download-step .step3::before {
  top: -90px;
}

.download-item .download-picture {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  height: 280px;
  box-shadow: 0px 2px 21px 1px rgba(80, 163, 192, 0.3);
  background: var(--color-white);
  z-index: 1;
}

.download-item .download-picture picture {
  display: flex;
  align-items: center;
}

.download-item .download-picture img {
  max-height: 100%;
}

.download-item .download-picture:hover .hover-desc {
  transform: translateY(0);
}

.step2 .download-picture img {
  max-width: 115px;
}

.download-item .num {
  background: url(https://images.clevguard.com/en/assets/overview/parental_control_app/step_bg.svg)
    no-repeat center/cover;
  width: 70px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: var(--color-white);
  margin-top: 9px;
  margin-bottom: 6px;
  font-weight: bold;
}

.download-item .text {
  line-height: 19px;
  color: #3d3d3d;
}

.step2 .download-item .text {
  margin-bottom: 9px;
}

.download-item .step2-link {
  font-weight: 500;
  line-height: 19px;
  color: var(--base-blue-color);
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.download-item .step2-link svg path {
  fill: var(--base-blue-color);
}

.download-step .swiper-container {
  overflow: visible;
}

.download-step .swiper-pagination {
  display: none;
}

.download-step .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d8dedf;
  opacity: 1;
}

.download-step
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.download-step .swiper-pagination-bullet-active {
  background: #3fcce9;
}

.download-step .step2 .download-item {
  margin: 10px;
}

@media (max-width: 768px) {
  .download-step {
    padding: 50px 0;
  }

  .download-step .base-maxwidth {
    margin: 0;
  }

  .download-step h2,
  .download-step .plate-desc,
  .download-step .step1,
  .download-step .step3 {
    padding: 0 27.5px;
  }

  .download-item .hover-desc {
    transform: translateY(0);
  }

  .download-step .download-content::after,
  .download-step .download-content::before,
  .download-step .step1::after,
  .download-step .step3::before {
    display: none;
  }

  .download-step .swiper-container {
    overflow: hidden;
  }

  .download-step .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .download-step .swiper-pagination {
    display: block;
    bottom: 174px;
  }

  .download-step .step2 .download-item {
    margin: 20px 27.5px;
    width: 100%;
  }

  .download-step .step1 {
    margin-top: 50px;
  }

  .download-step .step2 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .download-item .num {
    margin-top: 24px;
    margin-bottom: 18px;
  }

  .step2 .download-item .num {
    margin-top: 60px;
  }

  .step2 .download-item .text {
    margin-bottom: 12px;
  }

  .download-item .step2-link {
    margin-top: 5px;
  }
}

/* download-step */

/* why-need */
.why-need {
  padding: 60px 0;
}

.why-need h2 {
  text-align: center;
}

.why-need .need-content {
  margin-top: 24px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(198, 237, 244, 1) 0%,
    rgba(198, 237, 244, 0) 100%
  );
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.why-need .need-item {
  width: calc((100% - 4px) / 3);
  margin-bottom: 2px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

.why-need .need-title {
  margin-top: 16px;
  font-size: 22px;
  line-height: 37px;
  font-family: Poppins Bold;
  text-align: center;
}

.why-need .need-desc {
  margin-top: 8px;
  line-height: 23px;
  text-align: center;
  font-family: Poppins SemiBold;
}

.why-need .need-desc .red {
  color: #ff162f;
}

@media (max-width: 768px) {
  .why-need {
    padding: 50px 0;
  }

  .why-need .need-content {
    margin-top: 0;
  }

  .why-need .need-item {
    width: calc((100% - 2px) / 2);
    padding: 32px 40px;
  }
}

@media (max-width: 540px) {
  .why-need .need-item {
    width: 100%;
    padding: 32px 0;
  }

  .why-need .need-item img {
    width: 90px;
  }
}

/* why-need */

/* Make Excellent Start */
.make-excellent {
  background-color: #fff;
}

.make-excellent .compare-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.make-excellent .compare-list .item {
  flex: 1;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 21px 1px rgba(80, 163, 192, 0.3);
  transition: all 0.1s ease-in-out;
}

.make-excellent .compare-list .item:hover {
  transform: scale(1.05);
}

.make-excellent .compare-list .item:last-child {
  margin-right: 0;
}

.make-excellent .compare-list .item h3 {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: #effcff;
  color: #00bde3;
}

.make-excellent .compare-list .item li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #effcff;
  /* padding-left: 28px; */
}

.make-excellent .compare-list .item li:last-child {
  border-bottom: 0;
}

.make-excellent .compare-list .item p {
  display: block;
  min-width: 220px;
  margin: 0 auto;
  text-align: center;
}

.make-excellent .compare-list .item li .icon {
  display: flex;
  justify-content: space-between;
  width: 84px;
  height: 100%;
  margin-right: 24px;
}

.make-excellent .item .icon img {
  width: 35px;
  height: 35px;
}

.make-excellent .compare-list .item .header {
  justify-content: flex-end;
}

.make-excellent .compare-list .item .sad {
  display: block;
}

.make-excellent .view {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #effcff;
}

.make-excellent .view a {
  font-size: 16px;
  font-weight: 500;
  color: #00bde3;
}

.make-excellent .link {
  display: flex;
  justify-content: center;
  margin: 40px;
}

.make-excellent .link .base-btn-fill-orange {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .make-excellent .compare-list {
    flex-direction: column;
  }

  .make-excellent .compare-list .item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .right {
    display: none;
  }
  .banner h1 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .make-excellent .link{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .make-excellent .link .base-btn-fill-orange{
    margin-right: 0;
  }

  .make-excellent .link .base-btn-fill-orange,
  .make-excellent .link .base-btn-fill-blue {
    text-align: center;
    font-size: 16px;
  }
  main .icon-list-box li img {
    width: 50px;
  }
  main .icon-list-box li {
    max-width: 50px;
    margin: 10px 18px;
  }
  main .icon-list-box li p {
    font-size: 12px;
  }
  .base-btn-border-orange,
  .base-btn-border-blue {
    height: 50px;
  }
  .base-btn-fill-orange,
  .base-btn-fill-blue {
    width: 240px;
    height: 50px;
  }
}
/* make Excellent End */

/* what-effect */
.what-effect {
  padding: 40px 0 60px;
}

.what-effect .base-maxwidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.what-effect .left {
  width: 41%;
  max-width: 490px;
}

.what-effect .right {
  display: flex;
}

.what-effect .right-item {
  margin-left: 32px;
}

.what-effect .right-item:first-child {
  margin-left: 0;
}

.what-effect .website,
.what-effect .children {
  width: 180px;
}

.what-effect .cyberbullying {
  width: 180px;
}

.what-effect .right-title {
  font-size: 22px;
  font-family: Poppins SemiBold;
}

.what-effect .right-title span {
  font-size: 34px;
  line-height: 56px;
  font-family: Poppins Bold;
}

.what-effect .right-desc {
  margin-top: -4px;
  line-height: 23px;
}

.what-effect .website .right-title {
  color: #74a8ff;
}

.what-effect .children .right-title {
  color: #f93;
}

.what-effect .cyberbullying .right-title {
  color: #ff6060;
}

@media (max-width: 1024px) {
  .what-effect .base-maxwidth {
    flex-direction: column;
  }

  .what-effect .right {
    width: 100%;
    margin-top: 25px;
    justify-content: space-between;
  }

  .what-effect .right-item {
    margin-left: 0;
    width: 30%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .what-effect {
    padding: 8px 0 40px;
  }

  .what-effect .left {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .what-effect .right {
    flex-direction: column;
    align-items: center;
  }

  .what-effect .right-item {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }

  .what-effect .right-item:first-child {
    margin-top: 0;
  }
}

/* what-effect */

/* real-stories */
.real-stories {
  padding: 60px 0;
}

.real-stories .real-content {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
}

.real-stories .real-item {
  width: calc(95% / 3);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border-radius: 16px;
}

.real-stories .real-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.real-stories .item-image {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.real-stories .item-info {
  padding: 32px 32px 35px;
  border-left: 1.5px solid #dee3e7;
  border-right: 1.5px solid #dee3e7;
  border-bottom: 1.5px solid #dee3e7;
  border-radius: 0 0 16px 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.real-stories .item-desc {
  font-size: 18px;
  line-height: 22px;
  flex-grow: 1;
}

.real-stories .name {
  border-top: 1px dashed #b4b4b4;
  padding-top: 28px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

.real-stories .name span {
  font-weight: 800;
}

.real-stories .white-btn {
  width: 224px;
  height: 56px;
  margin: 40px auto 0;
}

.real-stories .white-btn span {
  line-height: 22px;
  margin-right: 15px;
  font-weight: 600;
}

@media (max-width: 860px) {
  .real-stories {
    padding: 50px 0;
  }

  .real-stories .real-content {
    margin: 40px 7.5px 0;
    flex-direction: column;
    align-items: center;
  }

  .real-stories .real-item {
    width: 100%;
    max-width: 380px;
    margin-top: 18px;
  }

  .real-stories .real-item:first-child {
    margin-top: 0;
  }

  .real-stories .item-info {
    font-size: 16px;
    padding: 12px 20px 35px;
  }

  .real-stories .name {
    padding-top: 28px;
  }

  .real-stories .base-btn {
    margin-top: 30px;
  }
}

/* real-stories */

/* product-faq */
.product-faq {
  margin: 60px 0;
}
.product-faq .faq-topic {
  display: flex;
  flex-direction: column;
}
.product-faq .base-btn {
  width: 307px;
  margin: 45px auto 0;
}

/* product-faq */

/* aside-activity */
.aside-activity {
  position: fixed;
  display: none;
}
.aside-activity .activity-box {
  position: relative;
  width: 580px;
  height: 580px;
  display: none;
  align-items: center;
  flex-direction: column;
  padding: 45px 0 28px 10px;
  background: url(https://images.clevguard.com/en/assets/overview/parental_control_app/activity-bg1.png)
    no-repeat center/cover;
}
.aside-activity.open {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.aside-activity.open .activity-box {
  display: flex;
  justify-content: space-between;
}
.aside-activity.close {
  display: block;
  right: -30px;
  bottom: 50px;
  z-index: 105;
}
.aside-activity .open-icon {
  display: none;
}
.aside-activity.close .open-icon {
  display: block;
  cursor: pointer;
}
.aside-activity .activity-close {
  position: absolute;
  width: 34px;
  top: -30px;
  right: 0;
  cursor: pointer;
}
.aside-activity .activity-top {
  display: flex;
  color: #ffffff;
}
.aside-activity .cut-text {
  font-size: 150px;
  font-weight: bold;
  text-shadow: 5px -3px 0px #e6b033;
  margin-right: 5px;
}
.aside-activity .off-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.2;
}
.aside-activity .off-text span:first-child {
  font-size: 35px;
  text-shadow: 4px -1px 0px #e6b033;
}
.aside-activity .off-text span:last-child {
  font-size: 80px;
  text-shadow: 4px -1px 0px #e6b033;
}
.aside-activity .activity-bottom {
  color: #fff;
  text-align: center;
  width: 100%;
}
.aside-activity .name {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.aside-activity .time-box {
  position: relative;
}
.aside-activity .time-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.aside-activity .time-text p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}
.aside-activity .time-text .time-out {
  margin-top: 3px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.aside-activity .time-text span {
  width: 30px;
  display: inline-block;
}
.aside-activity .time-text .minutes {
  position: relative;
  margin-right: 5px;
}
.aside-activity .time-text .minutes::before,
.aside-activity .time-text .minutes::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  right: -7px;
  border-radius: 20px;
}
.aside-activity .time-text .minutes::before {
  top: 5px;
}
.aside-activity .time-text .minutes::after {
  top: 15px;
}
.aside-activity .copy-box {
  position: relative;
  border-radius: 6px;
  background: #ffffff;
  padding: 14px;
  max-width: 325px;
  width: 100%;
  margin: auto;
  margin-top: -10px;
}
.aside-activity .copy-box p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #f0f0f0;
  border-radius: 6px;
}
.aside-activity .copy-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  height: 100%;
}
.aside-activity .copy-box .copy-text {
  flex: 1;
  font-size: 35px;
  line-height: 1.3;
  color: #3d3d3d;
  letter-spacing: 0.05em;
}
.aside-activity .copy-box .copy-btn {
  width: 102px;
  border-radius: 6px;
  background: linear-gradient(180deg, #3167e2 0%, #3167e2 100%);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .aside-activity .activity-box {
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .aside-activity .activity-box {
    transform: scale(1);
    width: 470px;
    height: 470px;
    padding: 40px 0 20px 6px;
    background-size: 100% 100%;
  }
  .aside-activity.close {
    bottom: 10px;
  }
  .aside-activity.close .open-icon {
    width: 150px;
  }
  .aside-activity .cut-text {
    font-size: 120px;
  }
  .aside-activity .off-text span:first-child {
    font-size: 25px;
  }
  .aside-activity .off-text span:last-child {
    font-size: 60px;
  }
  .aside-activity .name {
    font-size: 24px;
    margin-bottom: 0;
  }
  .aside-activity .time-box #myCanvas {
    transform: scale(0.8);
  }
  .aside-activity .copy-box {
    max-width: 260px;
    padding: 8px;
    margin-top: -20px;
  }
  .aside-activity .copy-box p {
    height: 44px;
  }
  .aside-activity .copy-box .copy-text {
    font-size: 28px;
  }
  .aside-activity .copy-box .copy-btn {
    font-size: 20px;
    width: 90px;
  }
  .aside-activity .time-text {
    bottom: 30px;
  }
  .aside-activity .time-text .time-out {
    font-size: 18px;
  }
  .aside-activity .time-text p {
    font-size: 14px;
  }
  .aside-activity .time-text .minutes {
    margin-right: 0;
  }
  .aside-activity .time-text .minutes::before,
  .aside-activity .time-text .minutes::after {
    width: 4px;
    height: 4px;
    right: -3px;
  }
  .aside-activity .time-text .minutes::before {
    top: 4px;
  }
  .aside-activity .time-text .minutes::after {
    top: 11px;
  }
}
@media (max-width: 500px) {
  .aside-activity .activity-box {
    width: 360px;
    height: 360px;
    padding: 34px 0 12px 5px;
    background-size: cover;
  }
  .aside-activity .cut-text {
    font-size: 85px;
  }
  .aside-activity .off-text span:first-child {
    font-size: 18px;
  }
  .aside-activity .off-text span:last-child {
    font-size: 45px;
  }
  .aside-activity .name {
    font-size: 20px;
  }
  .aside-activity .time-box #myCanvas {
    transform: scale(0.65);
  }
  .aside-activity .copy-box {
    width: 200px;
    padding: 5px;
    margin-top: -26px;
    border-radius: 4px;
  }
  .aside-activity .copy-box p {
    height: 40px;
    border-radius: 4px;
  }
  .aside-activity .copy-box .copy-text {
    font-size: 20px;
  }
  .aside-activity .copy-box .copy-btn {
    width: 78px;
    font-size: 16px;
    border-radius: 4px;
  }
  .aside-activity .time-text p {
    font-size: 12px;
  }
  .aside-activity .time-text .time-out {
    font-size: 16px;
  }
  .aside-activity .time-text span {
    width: 22px;
  }
  .aside-activity .name {
    margin-bottom: -12px;
  }
  .aside-activity .time-text .minutes::before,
  .aside-activity .time-text .minutes::after {
    width: 3px;
    height: 3px;
  }
  .aside-activity .time-text .minutes::before {
    top: 4px;
  }
  .aside-activity .time-text .minutes::after {
    top: 9px;
  }
  .aside-activity .activity-close {
    width: 28px;
    top: -20px;
  }
  .aside-activity .time-text {
    bottom: 32px;
  }
}
/* aside-activity */

.should-modes .model-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.model-content .model-left h3 {
  font-size: 36px;
  font-weight: bold;
  color: #3d3d3d;
}
.model-content .model-left p {
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  margin: 32px 0;
}
.model-content .model-left ul li {
  position: relative;
  height: 80px;
  margin-bottom: 15px;
}
.model-content .model-left .card-element {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(215, 222, 241, 0.4),
    0 11px 24px rgba(215, 222, 241, 0.2);
  transition: transform linear 0.5s;
  z-index: 2;
  backface-visibility: hidden;
}

.model-content .model-left .flipper-front {
  height: 80px;
  border-radius: 6px;
  padding: 23px 16px;
  line-height: 40px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 189, 227, 0.4);
  z-index: 1;
}
.model-content .model-left .flipper-front svg {
  margin-right: 10px;
}
.model-content .model-left .flipper-back {
  border-radius: 6px;
  height: 80px;
  background: #00bde3;
  padding: 23px 16px;
  z-index: 0;
  color: #ffffff;
}
.model-content .model-right img {
  margin-left: 94px;
  max-width: 451px;
}
.model-content .model-left .card-element.none {
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 3;
}

.should-modes .btn-link {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.should-modes .btn-link a:first-child {
  margin-right: 20px;
}
.trusted h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
}
.trusted p {
  font-size: 16px;
  font-weight: normal;
  color: #3d3d3d;
  margin-top: 30px;
}
.trusted .trusted-media .media-list {
  display: flex;
  margin-top: 30px;
}
.trusted .trusted-media img {
  width: 160px;
  background: var(--color-white);
  margin: 10px 25px 0;
  border-radius: 10px;
}
.should-modes .model-content .model-right-m {
  display: none;
}
@media (max-width: 1024px) {
  .should-modes .model-content .model-right {
    display: none;
  }
  .should-modes .model-content .model-right-m {
    display: block;
    margin-bottom: 10px;
  }
  .model-content .model-right img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .banner .left .left-title {
    justify-content: center;
  }

  
  .banner .desc-list{
    margin-top: 8px;
  }


  .banner .sec-desc{
    font-size: 12px;
  }

  .banner .base-btn {
    height: 50px;
    margin-left: 0;
  }

  .banner .download-btn{
    margin-top: 24px;
  }

  .banner .btn-group {
    margin-top: 24px;
    flex-direction: column;
    gap: 16px;
  }

  .banner .product-video {
    order: 1;
    justify-content: center;
  }
  .model-content .model-left h3 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }
  .model-content .model-left p {
    text-align: center;
  }
  .banner .left .model-right {
    order: 1;
    display: block;
    max-width: 256px;
    margin: 0 auto;
  }
  .trusted h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .tracking-android .btn-link,
  .should-modes .btn-link,
  .cutting-edge .btn-link{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .tracking-android .btn-link .base-btn-border-orange,
  .should-modes .btn-link a:first-child,
  .cutting-edge .btn-link .base-btn-border-orange{
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .banner .left .left-title {
    flex-direction: column;
  }
  .banner h1 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 40px;
  }

  .banner .btn-linked-external{
    font-size: 12px;
    width: 80px;
  }

  .banner .btn-linked-external + .btn-linked-external {
    margin-left: 10px;
  }

  .banner .btn-linked-external > p {
    margin-top: 6px;
  }

  .banner {
    padding: 0;
  }
  .model-content .model-left p,
  .trusted p {
    font-size: 16px;
  }
  .model-content .model-left .flipper-back {
    font-size: 12px;
  }
  .trusted .trusted-media img {
    width: 85px;
  }
}


/** 移动端顶部下载栏 - start */

.mobile-download-block{
  display: none;
}

@media (max-width: 1024px) {
  .mobile-download-block{
    top: 0;
    position: fixed;
    display: flex;
    padding: 10px 16px;
    height: 110px;
    width: 100%;
    background-color: #E4F2FF;
    z-index: 101;
  }
  
  .mobile-download-block > img{
    width: 49px;
    height: 49px;
    margin-top: 14px;
  }
  
  .mobile-download-block .text-block{
    margin-left: 8px;
    margin-right: auto;
    margin-top: 14px;
  }
  
  .mobile-download-block .text-block h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #2e2e2e;
  }
  
  .mobile-download-block .text-block p{
    font-weight: 400;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 21px;
  }
  
  .mobile-download-block .text-block .stars{
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .mobile-download-block .text-block .stars > img{
    width: 24px;
    height: 24px;
  }
  
  .mobile-download-block .download-btn{
    width: 90px;
    height: 32px;
    border-radius: 4px;
    background-color: #3EBDE3;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-top: 30px;
  }
  
  .mobile-download-block .close-btn{
    position: absolute;
    right: 16px;
    top: 10px;
    width: 20px;
    height: 20px;
    border: none;
    background-image: url(https://images.clevguard.com/en/assets/overview/parental_control_app/close.svg);
    background-size: contain;
    border-radius: 50%;
  }
  
  .base-header{
    margin-top: 110px;
    position: relative;
  }
  
  .product-nav.curr{
    top: 110px;
  }
  
  .base-header.menu-opened .header-right-list{
    top: 110px;
  }
}

/** 移动端顶部下载栏 - end */