* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 600;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
}

body {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-family: Nunito;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  background-color: rgb(0, 0, 0);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 12px;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.FKIQLjF {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #a3a3a3;
  margin: 28px 0px;
  border-radius: 8px;
}

.FKIQLjF .HgJAbjOEfM {
  min-width: 300px;
  min-height: 250px;
  padding: 20px;
  overflow: hidden;
  clear: both;
  text-align: center;
}

.FKIQLjF p {
  color: #fff;
  margin: 10px 0;
  text-align: center;
}
/* ---------------------------------------------------------------------- */
.jnITh {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.QnElGv {
  /* display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1; */
  overflow: auto;
}
/* ----------------------------------------header----------------------------------------- */
:root {
  --bg-color: #55c7dc;
  --bg-color-rgb: 85, 199, 220;
}
.pthojJKdIy {
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px,
    rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.09)
  );
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  position: fixed;
  top: 0px;
  left: auto;
  right: 0px;
  background-color: rgb(0, 0, 0);
  z-index: 1300;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.DMGYBkMb {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 48px;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  align-items: center;
  height: 60px;
}

@media (min-width: 600px) {
  .DMGYBkMb {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.HwUVfW {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.HwUVfW .ZpxE {
  width: 24px;
  height: 24px;
  fill: var(--bg-color);
  display: none;
}

.HwUVfW .KIckMHRvN {
  display: block;
}

body.sidebar-closed .HwUVfW .cqMJBkmA {
  display: block;
}
body.sidebar-closed .HwUVfW .KIckMHRvN {
  display: none;
}

.pBdjAm {
  color: var(--bg-color);
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 16px;
}

/* 搜索框样式 */
.vCvOsqyR {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----------------------------------------Sidebar----------------------------------------- */
.KGZzPC {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 60px;
  background-color: #000;
  z-index: 1200;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-x: hidden;
  border-right: 1px solid #1a1a1a;
}

.KGZzPC:hover {
  width: 240px;
}

.TUVLdoJjHB {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.cPEMCAOEqC {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 18px;
  color: #fff;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.cPEMCAOEqC:hover {
  background-color: rgba(var(--bg-color-rgb), 0.2);
  text-decoration: none;
}

.cPEMCAOEqC.OKWRIbOHEE {
  background-color: rgba(var(--bg-color-rgb), 0.15);
  color: var(--bg-color);
  position: relative;
  border-radius: 0 25px 25px 0;
}

.cPEMCAOEqC.OKWRIbOHEE::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 4px;
  background-color: var(--bg-color);
  border-radius: 0 4px 4px 0;
}

.cPEMCAOEqC.OKWRIbOHEE .bMvkIhU img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(41%) saturate(749%)
    hue-rotate(146deg) brightness(97%) contrast(92%);
}

.cPEMCAOEqC .bMvkIhU {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.cPEMCAOEqC .bMvkIhU img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cPEMCAOEqC .dhccj {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.2s;
}

.KGZzPC:hover .cPEMCAOEqC .dhccj {
  opacity: 1;
}

.hQaQGcdXi {
  margin-left: 60px;
  padding: 20px;
  padding-top: 80px;
  width: auto;
  height: 100%;
  overflow-y: auto;
}

.cCHz {
  margin: 8px 0px;
  flex-shrink: 0;
  border-width: 0px 0px thin;
  border-style: solid;
  border-color: rgb(17, 17, 17);
}

/* ----------------------------------------Toggle State----------------------------------------- */
body.KGZzPC-closed .sidebar {
  width: 0;
  border: none;
}

body.sidebar-closed .hQaQGcdXi {
  margin-left: 0;
}
/* ------------------------------------------------------------------------------ */
.lTFzE {
  position: relative;
  width: 250px;
  margin: 0px;
}

.lTFzE .YzqQTspM {
  width: 100%;
  padding: 0 40px 0 15px;
  height: 40px;
  border: 1px solid #333;
  background: #111;
  color: white;
  font-size: 14px;
  outline: none;
  border-radius: 12px;
  transition: all 0.4s ease-out;
}

.lTFzE .PPIrcexD {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #888;
  transition: all 0.4s ease-out;
  background: transparent;
  padding: 0 2px;
  font-size: 14px;
  line-height: 1;
}

.lTFzE .YzqQTspM:focus {
  border-color: var(--bg-color);
  box-shadow: 0 0 15px rgba(var(--bg-color-rgb), 0.2);
  background: #000;
}

.lTFzE .YzqQTspM:focus ~ .PPIrcexD,
.lTFzE .YzqQTspM:valid ~ .PPIrcexD {
  transform: translateY(-28px) scale(0.85);
  color: var(--bg-color);
  background: #000;
  left: 15px;
}

.lTFzE .WcTChKX {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s;
  z-index: 2;
}

.lTFzE .YzqQTspM:focus ~ .WcTChKX {
  color: var(--bg-color);
}

.TnFUee {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 10px;
  filter: blur(0.8px);
  mix-blend-mode: screen;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.lTFzE .YzqQTspM:focus ~ .TnFUee {
  animation: nebula-float 2s forwards ease-out;
}

@keyframes nebula-float {
  0% {
    transform: translate(0, -50%) scale(0.8);
    opacity: 0;
    background: var(--bg-color);
  }
  20% {
    opacity: 0.8;
  }
  100% {
    transform: translate(calc(var(--x) * 100px), calc(var(--y) * 30px))
      scale(1.1);
    opacity: 0;
    background: #6df2ff;
  }
}
/* ------------------ Mobile Styles ------------------ */

.ggXg {
  display: none;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  padding: 8px;
  align-items: center;
  justify-content: center;
}

.PaxGw {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #000;
  padding: 20px;
  z-index: 1250;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #1a1a1a;
  transform: translateY(-200%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.PaxGw.OKWRIbOHEE {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .vCvOsqyR {
    display: none;
  }

  .ggXg {
    display: flex;
  }

  .KGZzPC {
    width: 0;
    border-right: none;
  }

  .KGZzPC {
    width: 0;
    border-right: none;
    overflow: hidden;
    visibility: hidden;
  }
  body.mobile-sidebar-active .KGZzPC {
    width: 240px;
    border-right: 1px solid #1a1a1a;
    visibility: visible;
  }

  body.mobile-sidebar-active .cPEMCAOEqC .dhccj {
    opacity: 1;
  }

  .hQaQGcdXi {
    margin-left: 0;
  }

  body.sidebar-closed .hQaQGcdXi {
    margin-left: 0;
  }

  .HwUVfW .KIckMHRvN {
    display: none;
  }
  .HwUVfW .cqMJBkmA {
    display: block;
  }

  body.mobile-sidebar-active .HwUVfW .KIckMHRvN {
    display: block;
  }
  body.mobile-sidebar-active .HwUVfW .cqMJBkmA {
    display: none;
  }
}
body.sidebar-closed .KGZzPC {
  display: none;
}
/* ----------------------------------main---------------------------------- */
.CygZqvGgt {
  margin: 40px 0;
}

.oAPc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.oAPc h2 {
  font-weight: 900;
  font-family: Nunito;
  line-height: 1.2;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.sZrfEb {
  color: var(--bg-color);
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.sZrfEb:hover {
  color: var(--bg-color);
  text-decoration: none;
}

.RJzUrchemR {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

@media (max-width: 768px) {
  .RJzUrchemR {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }
}

.oSwp {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #1a1a1a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid transparent;
}

.oSwp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.oSwp:hover {
  border-color: #55c7dc;
  box-shadow: 0 0 15px rgba(85, 199, 220, 0.6), 0 0 30px rgba(85, 199, 220, 0.4),
    inset 0 0 10px rgba(85, 199, 220, 0.3);
  transform: translateY(-4px) scale(1.02);
  z-index: 10;
}

.oSwp:hover img {
  transform: scale(1.1);
}

.nnqQEvaou {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 10px 15px 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.oSwp:hover .nnqQEvaou {
  opacity: 1;
}

.gADyTKMX {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  transform: translateY(10px);
  transition: transform 0.3s ease;
}

.oSwp:hover .gADyTKMX {
  transform: translateY(0);
}
/* -------------------------------------------------------------------- */
.CSqFPABQ {
  position: relative;
}

.axHNneEI {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: -10px 0;
}

.fpODykB {
  overflow-x: hidden;
  scroll-behavior: smooth;
  display: flex;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fpODykB::-webkit-scrollbar {
  display: none;
}

.wOKHX {
  display: flex;
  gap: 20px;
  padding: 16px 4px;
}

.wUFbrcq {
  flex: 0 0 auto;
  width: 220px;
}

.YNuF {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  border: none;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  color: white;
  transition: opacity 0.3s ease;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.uCLuPxx {
  left: 0;

  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  justify-content: flex-start;
  padding-left: 15px;
}

.nseIGPvec {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  justify-content: flex-end;
  padding-right: 15px;
}

.YNuF.qvfexik {
  opacity: 0;
  pointer-events: none;
}

.YNuF:hover svg {
  transform: scale(1.2);
  transition: transform 0.2s;
}

@media (max-width: 768px) {
  .fpODykB {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .wUFbrcq {
    width: 150px;
    scroll-snap-align: start;
  }

  .wOKHX {
    gap: 15px;
  }

  .YNuF {
    width: 60px;
  }
}
/* -----------------------------------about us---------------------------------- */
.QjWjhjOdK {
  background-color: rgb(18, 18, 18);
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px,
    rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.05)
  );
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
}
.QjWjhjOdK h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 12px;
}

.QjWjhjOdK h3 {
  font-size: 1.17em;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 8px;
}

.QjWjhjOdK p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.QjWjhjOdK ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 12px;
}
.QjWjhjOdK ul li {
  margin-bottom: 6px;
}
/* ---------------------------------------------------------------------------- */
.qKFjUooi {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid #1a1a1a;
  margin-top: 40px;
  width: 100%;
}

.LZupzGF {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.aqgiwjbP {
  display: flex;
  gap: 20px;
}

.aqgiwjbP a {
  color: var(--bg-color);
  font-weight: 600;
  transition: color 0.2s;
}
/* ------------------------------------game--------------------------------------- */
.iYaWOBxGr {
  margin-left: 60px;
  width: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .iYaWOBxGr {
    margin-left: 0px;
    width: 100%;
  }
}

.iYaWOBxGr > div:not(.iiPLIRby),
.iYaWOBxGr > footer {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1600px) {
  .iYaWOBxGr {
    max-width: 100%;
  }
  .iYaWOBxGr > div:not(.iiPLIRby),
  .iYaWOBxGr > footer {
    max-width: 1600px;
  }
}
.iiPLIRby {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
}
@media (min-width: 1600px) {
  .iiPLIRby {
    max-width: 1600px;
  }
}
.jRgicnf {
  aspect-ratio: 16 / 9;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .jRgicnf {
    aspect-ratio: 1 / 1;
    margin-bottom: 8px;
  }
}
.PadzayBJXB {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.yuJBGf {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px);
}

.yuJBGf img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center center;
}

.rRbzzBd {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  gap: 20px;
}
.rRbzzBd img {
  height: 135px;
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  z-index: 1;
}

.yMqA {
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 900;
}

.QzZISpP {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: Nunito;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 900;
  color: white;
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  gap: 8px;
  border-radius: 400px;
  background: rgba(125, 249, 255, 0.75);
}
.QzZISpP svg {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.BLLoUw {
  background-color: rgb(18, 18, 18);
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px,
    rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.05)
  );
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  padding: 24px;
  margin: 30px 0px;
}
.BLLoUw h1 {
  margin: 0px 0px 8px;
  font-weight: 900;
  font-family: Nunito;
  line-height: 1.167;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .BLLoUw h1 {
    font-size: 1.5rem;
  }
}

.XpSVPJ {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
}
.XpSVPJ p {
  margin: 0px 1rem 0px 0px;
  font-family: Nunito;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
}
.XpSVPJ p a {
  margin: 0px;
  color: rgb(125, 249, 255);
  text-decoration: underline rgba(125, 249, 255, 0.4);
}
.JkgpSNoyv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.JkgpSNoyv a {
  position: relative;
  appearance: none;
  max-width: 100%;
  font-family: Nunito;
  font-size: 0.8125rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.16);
  vertical-align: middle;
  box-sizing: border-box;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin: 0px;
  border-radius: 16px;
  white-space: nowrap;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0px;
  text-decoration: none;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding-left: 12px;
  padding-right: 12px;
}

.JkgpSNoyv a:hover {
  background-color: var(--bg-color);
  box-shadow: 0 0 15px rgba(var(--bg-color-rgb), 0.6),
              0 0 30px rgba(var(--bg-color-rgb), 0.4),
              inset 0 0 10px rgba(var(--bg-color-rgb), 0.3);
}

.AFKu {
  margin-top: 16px;
}
/* -------------------------------------policy--------------------------------------- */
.ByyBSBQko h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.ByyBSBQko h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 12px;
}

.ByyBSBQko h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ByyBSBQko p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.ByyBSBQko ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 12px;
}
.ByyBSBQko ul li {
  margin-bottom: 6px;
}
