* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body {
  height: 100%;
  width: 100%;
}
@font-face {
    font-family: "headerIcon";
    src: none format(truetype);
}
.headerIconFontStyle {
    font-family: "Frijole", system-ui;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #085E7D;
}

@font-face {
    font-family: "footerIcon";
    src: none format(truetype);
}
.footerIconFontStyle {
    font-family: "Frijole", system-ui;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #085E7D;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

html,
body {
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, cyan, transparent), linear-gradient(225deg, magenta, transparent), linear-gradient(45deg, yellow, transparent); */
  /* background-color: #306fa5!important; */
  background: linear-gradient(180deg, rgba(146, 255, 179, 1) 0%, rgba(0, 210, 248, 1) 100%);
}

li {
  list-style: none
}

img {
  vertical-align: middle
}

.index-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(146, 255, 179, 1) 0%, rgba(0, 210, 248, 1) 100%);
}


/*fuziyi*/

.game-list {
  display: contents;
}

.game-list li {
  border-radius: 16px;
  display: contents;
}

.game-list li a:hover {
  z-index: 1000;
  transform: scale(1.03) translateY(-5px);
}

.game-list li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  position: relative;
}

.game-list li img {
  border-radius: 16px;
  width: 100%;
  /* height: 100%; */
}

.game-title {
  display: none;
  --fontSize: 12px;
  --lineHeight: 16px;
  --bezier: cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 6px;
  color: rgb(255, 255, 255);
  font: 700 var(--fontSize)/var(--lineHeight) "Proxima Nova", sans-serif;
  text-align: center;
  z-index: 5;
  transition: transform 0.3s var(--bezier) 0.1s, opacity 0.3s var(--bezier) 0.1s;
  transform: translate(0px, 10px);
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

.game-list li a:hover span {
  /* background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0)); */
  /* 	background: rgba(0,0,0,0.3); */
  transform: translate(0px, 0px);
  opacity: 1;
  /* border: none; */
  /* box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.3); */
}

.game-list li:nth-child(1) a {
  grid-area: ip0 / ip0 / ip0 / ip0;
}

.game-list li:nth-child(2) a {
  grid-area: ip1 / ip1 / ip1 / ip1;
}

@media (min-width: 104px) and (max-width: 543px) {
  .game-list-warp {
    grid-template: auto/auto;
    grid-template-areas:
      "ip0 ip0 ."
      "ip0 ip0 ."
      ". ip1 ip1"
      ". ip1 ip1";
  }
}

@media (min-width: 544px) and (max-width: 763px) {
  .game-list-warp {
    grid-template: auto/auto;
    --gridTemplateColumns: 5;
    grid-template-areas: ". . . ip0 ip0" ". . . ip0 ip0" "ip1 ip1 . . ." "ip1 ip1 . . .";
  }
}

@media (min-width: 764px) and (max-width: 1204px) {
  .game-list-warp {
    /* grid-template: auto/auto; */
    --gridTemplateColumns: 7;
    grid-template-areas:
      ". ip0 ip0 ip0 . . ."
      ". ip0 ip0 ip0 . . ."
      ". ip0 ip0 ip0 . . ."
      ". . . . ip1 ip1 ip1"
      ". . . . ip1 ip1 ip1"
      ". . . . ip1 ip1 ip1"
  }
}

@media (min-width: 1204px) and (max-width: 1313px) {
  .game-list-warp {
    grid-template-areas:
      ". . . . ip0 ip0 ip0 . . ."
      ". ip1 ip1 ip1 ip0 ip0 ip0 . . ."
      ". ip1 ip1 ip1 ip0 ip0 ip0 . . ."
      ". ip1 ip1 ip1 . . . . . ."
  }
}

@media (min-width: 1314px) and (max-width: 1533px) {
  .game-list-warp {
    grid-template-areas:
      ". . . . ip0 ip0 ip0 . . ip1 ip1 ip1"
      ". . . . ip0 ip0 ip0 . . ip1 ip1 ip1"
      ". . . . ip0 ip0 ip0 . . ip1 ip1 ip1"
  }
}

@media (min-width: 1534px) and (max-width: 1863px) {
  .game-list-warp {
    grid-template-areas:
      ". . . . ip0 ip0 ip0 . . . . ip1 ip1 ip1"
      ". . . . ip0 ip0 ip0 . . . . ip1 ip1 ip1"
      ". . . . ip0 ip0 ip0 . . . . ip1 ip1 ip1"
  }
}

@media (min-width: 1864px) {
  .game-list-warp {
    /* width: 1864px; */
    grid-template-areas:
      ". . . . ip0 ip0 ip0 . . . . ip1 ip1 ip1 . . ."
      ". . . . ip0 ip0 ip0 . . . . ip1 ip1 ip1 . . ."
      ". . . . ip0 ip0 ip0 . . . . ip1 ip1 ip1 . . ."
  }
}






.grid-warp {
  margin: 0 auto
}

.game-list-warp {
  display: grid;
  grid-auto-rows: calc(100vw / var(--gridTemplateColumns) - 16px - 2px);
  /* grid-template-rows: repeat(auto-fill, 94px); */
  /* grid-template-rows: repeat(auto-fill, calc(100vw / var(--gridTemplateColumns) - 16px - 2px)); */
  /* grid-template-rows: repeat(var(--gridTemplateColumns), calc(100vw / var(--gridTemplateColumns) - 16px - 2px)); */
  grid-gap: 16px;
  grid-auto-flow: dense;
  justify-content: center;
  margin: 16px auto;
  padding: 0;
  list-style-type: none;
  /* grid-template-columns: repeat(var(--gridTemplateColumns), 94px) */
  grid-template-columns: repeat(var(--gridTemplateColumns), calc(100vw / var(--gridTemplateColumns) - 16px - 2px))
}

.game-list-warp .game-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: .2s;
  position: relative;
  border-radius: 16px;
  /* box-shadow: rgba(0,0,0,0.24) 0 6px 12px 0; */
  box-shadow: #0000003d 0 6px 12px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #B6FFF6;
}

.game-list {
  display: contents
}

.game-list li {
  border-radius: 16px;
  display: contents
}

.game-list li a:hover {
  z-index: 1000;
  transform: scale(1.03) translateY(-5px)
}

.game-list-warp .game-img {
  border-radius: 16px;
  width: 100%;
  min-width: 94px;
  min-height: 94px
}

.game-list-warp .loading-img {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
}

@media(min-width:104px) and (max-width:543px) {
  .grid-warp {
    /* width: 314px */
    width: 100%
  }

  .game-list-warp {
    --gridTemplateColumns: 3
  }
}

@media(min-width:544px) and (max-width:763px) {
  .grid-warp {
    /* width: 544px */
    width: 100%
  }

  .game-list-warp {
    --gridTemplateColumns: 5
  }
}

@media(min-width:764px) and (max-width:1204px) {
  .grid-warp {
    /* width: 764px */
    width: 100%
  }

  .game-list-warp {
    --gridTemplateColumns: 7
  }
}

@media(min-width:1204px) and (max-width:1313px) {
  .grid-warp {
    /* width: 1204px */
    width: 100%
  }

  .game-list-warp {
    --gridTemplateColumns: 11
  }
}

@media(min-width:1314px) and (max-width:1533px) {
  .grid-warp {
    /* width: 1314px */
    width: 100%
  }

  .game-list-warp {
    --gridTemplateColumns: 12
  }
}

@media(min-width:1534px) and (max-width:1863px) {
  .grid-warp {
    /* width: 1534px */
    width: 100%
  }

  .game-list-warp {
    --gridTemplateColumns: 14
  }
}

@media(min-width:1864px) {
  .grid-warp {
    /* width: 1864px */
    width: 100%
  }

  .game-list-warp {
    --gridTemplateColumns: 17
  }
}


.lazy-load {
  display: none;
}


.game-item-title {
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 5003;

  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.game-item-shadow {
  background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, transparent 50%);
  border-radius: 8px;
  bottom: 0;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 5002
}

@media screen and (min-width: 768px) {
  /* .game-list-container .game-list .game-item:hover {
      transform: scale(1.06);
      z-index: 6000
  } */

  .game-list-warp .game-list .game-link:hover .game-item-title {
    opacity: 1
  }

  .game-list-warp .game-list .game-link:hover .game-item-shadow {
    border: 2px solid #fff;
    display: block
  }
}


.game-link .loading-img {
  background: #fff !important;
}

.loader {
  height: 5px;
  width: 1px;
  position: absolute;
  -webkit-animation: rotate0234 3.5s linear infinite;
  animation: rotate0234 3.5s linear infinite;
}

.loader .dot {
  /* top: 30px; */
  top: 15px;
  height: 7px;
  width: 7px;
  background: #268fe4;
  border-radius: 50%;
  position: relative;
}

.text {
  position: absolute;
  bottom: -85px;
  font-size: 25px;
  font-weight: 400;
  color: #26aee4;
}

@-webkit-keyframes rotate0234 {
  30% {
    transform: rotate(220deg);
  }

  40% {
    transform: rotate(450deg);
    opacity: 1;
  }

  75% {
    transform: rotate(720deg);
    opacity: 1;
  }

  76% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

@keyframes rotate0234 {
  30% {
    transform: rotate(220deg);
  }

  40% {
    transform: rotate(450deg);
    opacity: 1;
  }

  75% {
    transform: rotate(720deg);
    opacity: 1;
  }

  76% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

.loader:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.loader:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loader:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.loader:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loader:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.loader:nth-child(6) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.index-content {
  background: rgba(146, 255, 179, 1);
  background: linear-gradient(180deg, rgba(146, 255, 179, 1) 0%, rgba(0, 210, 248, 1) 100%)
}
 footer {
  width: 100%;
  padding: 0 10px;
}

footer .footer-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

footer .footer-content-header {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

footer .footer-content-header span {
  display: none;
}

footer .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 0;
}

footer .links a {
  color: inherit;
  /* 确保继承父元素的 color */
  text-decoration: none;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  height: 36px;
  background: #0000000F;
  border-radius: 21.5px;
  padding: 0 16px;
  margin-right: 82px;
}

footer span {
  margin-left: auto;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1200px) {
  footer {
    padding: 0 30px;
  }
}

@media (max-width: 764px) {
  footer {
    padding: 0 12px;
  }

  footer .links {
    justify-content: space-between;
  }

  footer .links a {
    margin-right: 0;
    padding: 0 20px;
  }

  footer .links span {
    display: none;
  }

  footer .footer-content-header span {
    display: unset;
  }
}