/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-top-36 {
  top: -9rem;
}
.left-0 {
  left: 0;
}
.top-20 {
  top: 5rem;
}
.top-8 {
  top: 2rem;
}
.right-16 {
  right: 4rem;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.top-\[18px\] {
  top: 18px;
}
.right-\[-196px\] {
  right: -196px;
}
.top-\[-116px\] {
  top: -116px;
}
.left-\[-30px\] {
  left: -30px;
}
.top-2 {
  top: 0.5rem;
}
.left-2 {
  left: 0.5rem;
}
.top-0 {
  top: 0;
}
.-left-10 {
  left: -2.5rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[11\%\] {
  top: 11%;
}
.z-10 {
  z-index: 10;
}
.-z-50 {
  z-index: -50;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.ml-20 {
  margin-left: 5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.-mr-14 {
  margin-right: -3.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mr-0 {
  margin-right: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-\[600px\] {
  height: 600px;
}
.h-6 {
  height: 1.5rem;
}
.h-full {
  height: 100%;
}
.h-10 {
  height: 2.5rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-auto {
  height: auto;
}
.h-\[94px\] {
  height: 94px;
}
.h-\[116px\] {
  height: 116px;
}
.h-4 {
  height: 1rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[3\.5rem\] {
  height: 3.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[24px\] {
  height: 24px;
}
.w-72 {
  width: 18rem;
}
.w-\[380px\] {
  width: 380px;
}
.w-3\/5 {
  width: 60%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-80 {
  width: 20rem;
}
.w-6 {
  width: 1.5rem;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-32 {
  width: 8rem;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[111px\] {
  width: 111px;
}
.w-4\/5 {
  width: 80%;
}
.w-4 {
  width: 1rem;
}
.w-44 {
  width: 11rem;
}
.w-\[9\.1rem\] {
  width: 9.1rem;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[124\%\] {
  width: 124%;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[133\%\] {
  width: 133%;
}
.w-14 {
  width: 3.5rem;
}
.w-\[169px\] {
  width: 169px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[24px\] {
  width: 24px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.flex-\[1\] {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-full {
  --tw-translate-x: -100%;
}
.-translate-x-full,
.translate-x-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-solid {
  border-style: solid;
}
.border-grayf1 {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-grayf9 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-green00 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 210 55 / var(--tw-bg-opacity));
}
.bg-gray333 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-featbgh5 {
  background-image: url(/static/img/featbg.png);
}
.bg-code {
  background-image: url(/static/img/code-bg.png);
}
.bg-next {
  background-image: url(/static/img/next.png);
}
.bg-store-h5 {
  background-image: url(/static/img/store-h5.png);
}
.bg-play-h5 {
  background-image: url(/static/img/play-h5.png);
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: 50%;
}
.p-3 {
  padding: 0.75rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-\[0\.375rem\] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-\[5\.5rem\] {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-\[5\.75rem\] {
  padding-top: 5.75rem;
}
.pt-\[52px\] {
  padding-top: 52px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-\[2\.63rem\] {
  padding-bottom: 2.63rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pl-0 {
  padding-left: 0;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-xl {
  font-size: 1.25rem;
}
.text-lg,
.text-xl {
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-font7 {
  font-size: 0.35rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[1\.8rem\] {
  font-size: 1.8rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[1\.7rem\] {
  font-size: 1.7rem;
}
.text-font22xl {
  font-size: 1.375rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[2\.38rem\] {
  font-size: 2.38rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-leading10 {
  line-height: 10px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[37px\] {
  line-height: 37px;
}
.leading-9 {
  line-height: 2.25rem;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-grayc4 {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-gray666 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray333 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-gray999 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.outline {
  outline-style: solid;
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
html {
  line-height: 1.5;
}
a,
button,
div,
img,
input,
p {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-focus-ring-color: transparent;
}
.border-imgcol {
  border-image: -webkit-linear-gradient(
      top left,
      #ffafb1 0,
      #febce6 32%,
      #b5eaff 69%,
      #cffffa
    )
    100 100 100 100;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: " " !important;
}
#download .downPc {
  margin-top: -3rem;
  display: none;
}
@media (min-width: 768px) {
  #download .downPc {
    margin-top: -8rem;
    display: block;
  }
}
#download .downH5 {
  margin-top: -5rem;
  display: block;
}
@media (min-width: 768px) {
  #download .downH5 {
    display: none;
  }
}
@font-face {
  font-family: Roboto-Medium;
  src: url(/static/fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(/static/fonts/Roboto-Regular.ttf);
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Roboto-Regular;
}
h2 {
  font-family: Roboto-Medium;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.header {
  display: flex;
  height: 100px;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    height: 80px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity));
  }
}
.menuHeader a {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
#mobileSidebar {
  width: 100%;
}
#mobileSidebar nav {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.headerPc {
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .headerPc {
    display: block;
  }
}
.headerPc > div {
  display: flex;
  height: 80px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.headerPc > div > .logo-link {
  display: flex;
  width: 11rem;
  cursor: pointer;
  margin: 0;
}
.headerPc > div > .logo-link img {
  width: 100%;
}
/* .headerPc > div span {
  margin-left: 0.75rem;
  margin-top: 0.75rem;
  height: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
} */
.headerPc p {
  margin-left: auto;
}
.headerPc a {
  margin-left: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.headerPc a:hover {
  --tw-text-opacity: 1;

}
@media (min-width: 768px) {
  .headerPc a {
    margin-left: 4rem;
  }
}
.headerPc .launch {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 210 55 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}
.headerPc .launch,
.headerPc .launch:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.headerPc .launch {
  padding: 0.5rem 0.75rem;
}
.header-h5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .header-h5 {
    display: none;
  }
}
.header-h5 .h5-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-h5 .logo {
  width: 9.1rem;
  cursor: pointer;
}
.header-h5 .launch {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 210 55 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}
.header-h5 .launch,
.header-h5 .launch:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header-h5 .launch {
  padding: 0.375rem 0.625rem;
}
.banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: 0;
}
@media (min-width: 768px) {
  .banner {
    margin-top: 5rem;
    justify-content: space-between;
    padding-top: 1.5rem;
  }
}
.banner .banner-bg {
  position: absolute;
  top: 18px;
  right: -196px;
  display: none;
}
@media (min-width: 768px) {
  .banner .banner-bg {
    display: block;
  }
}
.banner .content {
  z-index: 20;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .banner .content {
    margin-top: 123px;
    width: 42%;
    padding-left: 0;
    padding-right: 0;
  }
}
.banner .content p {
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .banner .content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2rem;
  }
}
.banner .img {
  width: 100%;
}
@media (min-width: 768px) {
  .banner .img {
    width: 40rem;
  }
}
.banner .img img {
  height: auto;
  width: 100%;
}
.banner .img-pc {
  display: none;
}
@media (min-width: 768px) {
  .banner .img-pc {
    display: block;
  }
}
.banner .img-h5 {
  margin-top: 1.75rem;
  display: block;
}
@media (min-width: 768px) {
  .banner .img-h5 {
    display: none !important;
  }
}
.banner .title {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .banner .title {
    margin-bottom: 32px;
    font-size: 46px;
    line-height: 60px;
  }
}
.banner .title {
  font-family: Roboto-Medium;
}
.banner .content-alink-box {
  display: none;
}
@media (min-width: 768px) {
  .banner .content-alink-box {
    display: block;
  }
}
.banner .content-alink {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner .content-alink {
    margin-top: 5.5rem;
    justify-content: flex-start;
  }
}
.banner .content-alink a {
  display: inline-block;
}
.banner .content-alink img {
  height: auto;
  width: 100%;
}
.banner .content-alink .store {
  width: 179px;
}
.banner .content-alink .play {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  width: 179px;
}
.banner .content-alink .code {
  position: relative;
  width: 55px;
  cursor: pointer;
}
.banner .content-alink .code .code-tit {
  display: none;
}
.banner .content-alink .code canvas {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  height: 94px;
  width: 94px;
}
.banner .content-alink .code:hover .code-tit {
  position: absolute;
  top: -116px;
  left: -30px;
  display: block;
  height: 116px;
  width: 111px;
  background-image: url(/static/img/code-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.hot-box {
  padding: 5.75rem 1rem 0;
}
@media (min-width: 768px) {
  .hot-box {
    padding-left: 0;
    padding-right: 0;
    padding-top: 6.8rem;
    padding-bottom: 5.5rem;
  }
}
.hot-box h2 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .hot-box h2 {
    margin-bottom: 5.5rem;
    font-size: 2.38rem;
    line-height: 4.2rem;
  }
}
.hot-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .hot-box ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.hot-box ul li:first-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .hot-box ul li:first-child {
    margin-right: 4rem;
  }
}
.hot-box ul h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .hot-box ul h3 {
    margin-top: 14px;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.hot-box ul h3 {
  font-family: Roboto-Medium;
}
.hot-box ul p {
  margin-bottom: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .hot-box ul p {
    margin-bottom: 1rem;
  }
}
.features {
  padding-top: 52px;
}
@media (min-width: 768px) {
  .features {
    margin-top: 157px;
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
.features h2 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .features h2 {
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
  }
}
.features ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .features ul {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.features li {
  margin-bottom: 2.75rem;
  width: 100%;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .features li {
    margin-bottom: 0;
    width: 348px;
  }
}
.features h3 {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .features h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.75rem;
  }
}
.features h3 {
  font-family: Roboto-Medium;
}
.features h3 img {
  position: absolute;
  top: 0;
  left: -2.5rem;
  height: auto;
  width: 1.9rem;
}
.features p {
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .features p {
    line-height: 1.75rem;
  }
}

.press {
  padding-top: 52px;
}
@media (min-width: 768px) {
  .press {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
.press h2 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .press h2 {
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
  }
}
.press ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.press ul li {
  background: linear-gradient(180deg, #fff, #fcfeff);
  box-shadow: -4px -4px 20px 5px #fff, 2px 2px 20px 0 rgba(0, 64, 145, 0.12);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2.75rem;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .press ul li {
    margin-bottom: 0;
    width: 348px;
  }
}
.press ul li .item-wrap {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .press ul li .item-wrap {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.75rem;
  }
}
.press ul li .item-wrap {
  font-family: Roboto-Medium;
}
.press ul li .item-wrap img {
  height: auto;
  width: 100%;
}
.press ul li .item-wrap div {
  padding: 1.5rem 0.5rem;
}
.press ul li .item-wrap div p {
  color: #119bff;
  height: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .press ul li .item-wrap div p {
    line-height: 1.75rem;
  }
}
.globalCommunity {
  padding-top: 52px;
}
@media (min-width: 768px) {
  .globalCommunity {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
.globalCommunity h2 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .globalCommunity h2 {
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
  }
}
.globalCommunity ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.globalCommunity ul li {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.globalCommunity ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.globalCommunity ul li a img {
  margin-right: 1rem;
  width: 3.5rem;
  border-radius: 9999px;
  padding: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.globalCommunity ul li a span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.buildOn {
  padding-top: 52px;
}
@media (min-width: 768px) {
  .buildOn {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
.buildOn h2 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .buildOn h2 {
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
  }
}
.buildOn img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 172px;
}
.faq {
  width: 100%;
  padding: 6rem 1rem 3rem;
}
@media (min-width: 768px) {
  .faq {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5.5rem;
    padding-bottom: 5rem;
  }
}
.faq h2 {
  margin-bottom: 2.75rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .faq h2 {
    margin-bottom: 1.75rem;
    font-size: 2.38rem;
  }
}
.faq p {
  height: 2rem;
  cursor: pointer;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.faq p:hover {
  --tw-text-opacity: 1;

}
@media (min-width: 768px) {
  .faq p {
    font-size: 22px;
  }
}
.faqTab span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.faqTab span:visited {
  color: #333;
}
.faqTab span:hover {
  --tw-text-opacity: 1;

}
.faqTab span {
  font-family: Roboto-Medium;
}
.faqTab img {
  height: auto;
  width: 22px;
}
.faqTab button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  padding: 1.5rem 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .faqTab button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.faqTab .bottom button {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.faqTab .bottom > div,
.faqTab .current {
  border-bottom-width: 0;
}
.faqTab .current {
  border-top-width: 0;
}
.faqTab .current span {
  --tw-text-opacity: 1;

}
.faqTab .top button:last-child,
.faqTab .top > div:last-child {
  border-bottom-width: 0;
}
.faqTab > div > div {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .faqTab > div > div {
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.down-h5 {
  z-index: 50;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .down-h5 {
    display: none;
  }
}
.down-box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  box-shadow: 0 -1px 10px 0 rgba(23, 23, 24, 0.07);
  border-radius: 0px 0px 0 0;
}
.down-box img {
  height: auto;
  width: 100%;
}
.down-box a {
  display: block;
}
.down-box .ios {
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 169px;
}
.down-box .ios a {
  position: relative;
  height: 50px;
  width: 169px;
}
.down-box .ios a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 169px;
  background-image: url(/static/img/store-h5.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.down-box .android {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}
.down-box .android a {
  position: relative;
  height: 50px;
  width: 164px;
}
.down-box .android a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/static/img/play-h5.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.down-box .android a:nth-child(2):before {
  background-image: url(/static/img/apk-h5.png);
}
.footer-no-margin .footer {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .footer-no-margin .footer-aLink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer > div {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1200px;
  padding: 1.25rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .footer > div {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.footer .footer-a a,
.footer .footer-abe {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .footer .footer-a a,
  .footer .footer-abe {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer .footer-abe {
  width: 25%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .footer .footer-abe {
    width: 19%;
  }
}
.footer .footer-a {
  margin-left: auto;
}
.footer .footer-a a {
  margin-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.footer .footer-a a:hover {
  --tw-text-opacity: 1;

}
@media (min-width: 768px) {
  .footer .footer-a a {
    margin-left: 2.75rem;
  }
  .footer-aLink {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  }
}
.footer-icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .footer-icon {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-icon a {
  display: inline-block;
}
.footer-icon a,
.footer-icon a:after {
  height: 24px;
  width: 24px;
  background-size: contain;
}
.footer-icon a:after {
  display: none;
  content: " ";
}
.footer-icon a:first-child:hover:after,
.footer-icon a:nth-child(2):hover:after,
.footer-icon a:nth-child(3):hover:after {
  display: block;
}
.footer-icon a:first-child {
  background-image: url(/static/img/telegram.png);
}
.footer-icon a:first-child:after {
  background-image: url(/static/img/telegram_hover.png);
}
.footer-icon a:nth-child(2) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  background-image: url(/static/img/twitter.png);
}
.footer-icon a:nth-child(2):after {
  background-image: url(/static/img/twitter_hover.png);
}
.footer-icon a:nth-child(3) {
  background-image: url(/static/img/discord.png);
}
.footer-icon a:nth-child(3):after {
  background-image: url(/static/img/discord_hover.png);
}
.privacy-policy {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.privacy-policy ul.disc {
  list-style: disc;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.privacy-policy ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .privacy-policy {
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
    font-size: 1.375rem;
  }
}
.privacy-policy .privacy-data {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 37px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .privacy-policy .privacy-data {
    text-align: left;
  }
}
.privacy-policy .title {
  font-size: 32px;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .privacy-policy .title {
    font-size: 2.63rem;
  }
}
.privacy-policy h1, h2 {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
}

.privacy-policy h3  {
  margin-bottom: 1rem;
  padding-top: 1rem;
  font-size: 1.2rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .privacy-policy h1, h2, h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.privacy-policy p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .privacy-policy p {
    margin-bottom: 1rem;
    line-height: 30px;
  }
}
.privacy-policy a:hover {
  --tw-text-opacity: 1;

}
.privacy-policy .privacy-general {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .privacy-policy .privacy-general {
    margin-top: 3.8rem;
  }
}
.media-kit {
  min-height: calc(100vh - 68px);
}
.media-kit .title {
  padding-bottom: 0;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.media-kit .sec-title {
  margin-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-top: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.media-kit .logo {
  width: 24rem;
}
.media-kit ul {
  list-style: disc;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.media-kit ul a {
  color: #207cd1;
}
.contact-us ul {
  list-style: none;
  padding: 0;
}
.contact-us ul p {
  margin-bottom: 1.5rem;
}
.contact-us ul span {
  color: #207cd1;
}
@media (min-width: 769px) and (max-width: 1195px) {
  .container,
  .headerPc,
  .mobileHeader {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .banner .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .banner .img {
    margin-top: 5rem;
    width: 26rem;
  }

  .media-kit {
    min-height: calc(100vh - 68px);
  }
  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  .features h3,
  .hot-box ul h3 {
    font-family: Roboto-Medium;
  }
  .hot-box ul h3 {
    font-weight: 500;
  }
  .faqTab span {
    font-family: Roboto-Medium;
  }
  .media-kit {
    min-height: calc(100vh - 160px);
  }
}
@media (min-width: 200px) and (max-width: 375px) {
  .media-kit {
    min-height: calc(100vh - 180px);
  }
  .down-box .android a {
    width: 160px;
  }
}
.notice-article {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .notice-article {
    margin-top: 5rem;
  }
}
.notice-article p {
  margin-bottom: 1rem;
}
.notice-article .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.notice-article .content {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.notice-article .content span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.notice-article .link {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.notice-article a {
  color: #136ec2;
}
.notice-article table {
  border-left: 1px solid #333;
  border-top: 1px solid #333;
}
.notice-article table td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.notice-article .more-top {
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  .notice-article {
    padding: 2rem;
  }
}
.visited\:text-gray333:visited {
  color: #333;
}
.hover\:bg-white\/\[0\.12\]:hover {
  background-color: hsla(0, 0%, 100%, 0.12);
}
.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:text-green2d:hover {
  --tw-text-opacity: 1;

}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.dark .dark\:inline-block {
  display: inline-block;
}
.dark .dark\:hidden {
  display: none;
}
.dark .dark\:border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}
.dark .dark\:bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.dark .dark\:bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.dark .dark\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.dark .dark\:hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.dark .dark\:hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }
  .md\:top-5 {
    top: 1.25rem;
  }
  .md\:left-3 {
    left: 0.75rem;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:left-0 {
    left: 0;
  }
  .md\:z-50 {
    z-index: 50;
  }
  .md\:ml-28 {
    margin-left: 7rem;
  }
  .md\:mt-11 {
    margin-top: 2.75rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:ml-7 {
    margin-left: 1.75rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:ml-16 {
    margin-left: 4rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .md\:-mt-32 {
    margin-top: -8rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-\[123px\] {
    margin-top: 123px;
  }
  .md\:mb-\[32px\] {
    margin-bottom: 32px;
  }
  .md\:mt-\[5\.5rem\] {
    margin-top: 5.5rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mb-\[5\.5rem\] {
    margin-bottom: 5.5rem;
  }
  .md\:mt-\[14px\] {
    margin-top: 14px;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mt-\[157px\] {
    margin-top: 157px;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-\[80px\] {
    height: 80px;
  }
  .md\:w-\[580px\] {
    width: 580px;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-\[42\%\] {
    width: 42%;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:bg-grayfb {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  }
  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-\[6\.8rem\] {
    padding-top: 6.8rem;
  }
  .md\:pt-\[5\.5rem\] {
    padding-top: 5.5rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pt-\[100px\] {
    padding-top: 100px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-font22xl {
    font-size: 1.375rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-\[46px\] {
    font-size: 46px;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-\[2\.38rem\] {
    font-size: 2.38rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1280px) {
  .xl\:w-\[580px\] {
    width: 580px;
  }
  .xl\:w-4\/5 {
    width: 80%;
  }
}


