/* 代码样式外联 */
@font-face {
  font-family: "saf-HarmonyOS-bold";
  src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2022061611312818090/cms/file/a68e9fc1-a354-464b-8560-8ac6eaac9825.ttf);
}

@font-face {
  font-family: "saf-HarmonyOS-regular";
  src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2022061611312818090/cms/file/356739de-474d-4c81-ab54-2bbbd1dd83f7.ttf);
}

@font-face {
  font-family: "saf-Pop-Regular";
  src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2023053020081464823/cms/file/861eba99-8c3f-48fd-9a27-96eb9cab198b.otf?cmsTs=1689577633237);
}

@font-face {
  font-family: "saf-Pop-Bold";
  src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2023053020081464823/cms/file/aeccbe78-b108-4dc5-a85f-2cd320c45225.otf?cmsTs=1689577574468);
}
@font-face { font-family: "saf-Astrolab"; src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2023042821294179268/cms/file/9837dcad-ab89-42f8-90dc-c2224bb17bb6.ttf); }


* {
  font-family: "saf-HarmonyOS-regular";
}

body {
  overflow-x: hidden;
}

p,
span,
h1,
div {
  word-wrap: break-word;
  word-break: normal;
}

:root {
  --color1: #c50002;
  --color2: #0c64b3;
  --bgColor1: #eff1f5;
  --bgColor2: #1f1f1f;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color2);
}

.page_a.current {
  background: var(--color2);
  color: #fff;
}

.page_a:hover {
  background: #ededed;
  color: var(--color2);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color1);
}

.btn-primary {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
  text-transform: capitalize;
}

.btn-outline-primary {
  color: var(--color1);
  border-color: var(--color1);
  text-transform: capitalize;
}

@media (min-width: 769px) {
  :root {
    --padding: 6rem 10rem;
  }

  .fan-no-mo-tip {
    display: none;
  }
}


@media (max-width:768px) {
  :root {

    --padding: 1rem;
  }

  .fan-no-mo-tip {
    display: flex;
    height: 100vh;
    font-size: 20px;
    color: #333;
    text-align: center;
    align-items: center;
  }

  .fan-no-mo-tip svg {
    width: 20vw;
    height: 20vw;
    margin: auto;
    margin-bottom: 10vw;
    display: block;
  }

  .loader {
    width: 8em;
    height: 8em;
  }

  .loader__eye1,
  .loader__eye2,
  .loader__mouth1,
  .loader__mouth2 {
    animation: eye1 3s ease-in-out infinite;
  }

  .loader__eye1,
  .loader__eye2 {
    transform-origin: 64px 64px;
  }

  .loader__eye2 {
    animation-name: eye2;
  }

  .loader__mouth1 {
    animation-name: mouth1;
  }

  .loader__mouth2 {
    animation-name: mouth2;
    visibility: hidden;
  }

  @media (prefers-color-scheme: dark) {
    :root {
      --bg: hsl(var(--hue), 90%, 10%);
      --fg: hsl(var(--hue), 90%, 90%);
    }
  }

  @keyframes eye1 {
    from {
      transform: rotate(-260deg) translate(0, -56px);
    }

    50%,
    60% {
      animation-timing-function: cubic-bezier(0.17, 0, 0.58, 1);
      transform: rotate(-40deg) translate(0, -56px) scale(1);
    }

    to {
      transform: rotate(225deg) translate(0, -56px) scale(0.35);
    }
  }

  @keyframes eye2 {
    from {
      transform: rotate(-260deg) translate(0, -56px);
    }

    50% {
      transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1);
    }

    52.5% {
      transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1, 0);
    }

    55%,
    70% {
      animation-timing-function: cubic-bezier(0, 0, 0.28, 1);
      transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1);
    }

    to {
      transform: rotate(150deg) translate(0, -56px) scale(0.4);
    }
  }

  @keyframes eyeBlink {

    from,
    25%,
    75%,
    to {
      transform: scaleY(1);
    }

    50% {
      transform: scaleY(0);
    }
  }

  @keyframes mouth1 {
    from {
      animation-timing-function: ease-in;
      stroke-dasharray: 0 351.86;
      stroke-dashoffset: 0;
    }

    25% {
      animation-timing-function: ease-out;
      stroke-dasharray: 175.93 351.86;
      stroke-dashoffset: 0;
    }

    50% {
      animation-timing-function: steps(1, start);
      stroke-dasharray: 175.93 351.86;
      stroke-dashoffset: -175.93;
      visibility: visible;
    }

    75%,
    to {
      visibility: hidden;
    }
  }

  @keyframes mouth2 {
    from {
      animation-timing-function: steps(1, end);
      visibility: hidden;
    }

    50% {
      animation-timing-function: ease-in-out;
      visibility: visible;
      stroke-dashoffset: 0;
    }

    to {
      stroke-dashoffset: -351.86;
    }
  }

  .fan-no-mo-tip h2 {
    font-size: 24px;
    color: #000;
  }

  .fan-no-mo-tip p {
    font-size: 14px;
    color: #888;
    line-height: 3;
  }

  .fan-no-mo-tip div {
    width: 100%;
    padding: 20px;
  }
}