body {
  overflow-x: hidden;
}

* {
  font-family: "montserrat-regular-8";
}

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

:root {
  --color1: #dc2025;
  --color2: #343b45;
  --bgColor1: #eff1f5;
  --bgColor2: #1f1f1f;
  --lw: clamp(800px, 90%, 1600px);
  --lw1: clamp(800px, 90%, 1820px);
  --padding: 1rem;
  --main-padding: clamp(3.125rem, 5%, 6.25rem);
  --font_0: bold clamp(2.25rem, 1.364rem + 4.43vw, 4.688rem)/1.4em "Gotham Black", sans-serif;
  --font_1: bold clamp(1.875rem, 1.057rem + 4.09vw, 4.125rem)/1.4em "Gotham Black", sans-serif;
  --font_2: bold clamp(1.625rem, 0.966rem + 3.3vw, 3.438rem)/1.4em "Gotham Black", sans-serif;
  --font_3: bold clamp(1.25rem, 0.841rem + 2.05vw, 2.375rem)/1.4em "Gotham Black", sans-serif;
  --font_4: normal clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem)/1.4em "montserrat-regular-8", sans-serif;
  --font_5: bold clamp(1.125rem, 0.92rem + 1.02vw, 1.688rem)/1.4em "montserrat-regular-8", sans-serif;
  --font_6: normal clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem)/1.4em "montserrat-regular-8", sans-serif;
  --font_7: normal clamp(1rem, 0.864rem + 0.68vw, 1.375rem)/1.4em "montserrat-regular-8", sans-serif;
  --font_8: normal normal normal 16px/1.4em "montserrat-regular-8", sans-serif;
  --font_9: normal normal normal 14px/1.4em "montserrat-regular-8", sans-serif;
  --font_10: normal normal normal 12px/1.4em "montserrat-regular-8", sans-serif;
}

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

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

.page_a {
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 4px;
}

.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);
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgb(255, 255, 255, .6);
  border-radius: 5px;
  margin-top: calc(-1* var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 20px;
  right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 20px;
  left: auto;
}

.pl_toast {
  position: fixed;
  text-align: center;
  top: 0;
  display: flex;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-width: 300px;
  left: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0, .4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.pl_toast_con:before {
  content: "您的表单已提交，我们正快马加鞭地向您赶来~";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  color: #fff;
  padding: 0.5rem;
  background: var(--color1);
  z-index: 1;
}

.pl_toast_con {
  position: relative;
  background: #fff;
  width: 20vw;
  min-width: 300px;
  line-height: 10;
  color: #333;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  padding: 5px 10px;
  padding-top: 30px;
  overflow: hidden;
}

.pl_toast_con span {
  font-size: 1.5rem;
  font-weight: 700;
  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: 2048px) {
  :root {
    --lw: clamp(800px, 90%, 85%);
    --lw1: clamp(800px, 90%, 92%);
  }
}

@media (min-width: 769px) {
  .fan-no-mo-tip {
    display: none;
  }
}


@media (max-width:768px) {
  div[class^="e_richText"] .table {
    display: block !important;
    margin: auto !important;
    overflow-x: auto;
  }

  .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;
  }


  .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;
  }
}


@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;
  }
}