@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #fff;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  background: #000000;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* a:any-link {
  color: unset;
} */
ul,
li {
  list-style: none;
}

img{
  width: 100%;
}

.nav {
  width: 100%;
  height: 1.04rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
}
.nav-p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-text{
  padding-right: 0.63rem;
}
.nav-left-icon {
  width: 0.98rem;
  height: 0.56rem;
  margin-left: 0.2rem;
}
.logo-txt{
  font-family: Impact;
  font-weight: 400;
  font-size: 0.44rem;
  color: #FFFFFF;
}
.nav-c-text, a.nav-c-text {
  font-family: Panton;
  font-weight: 400;
  font-size: 0.3rem;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  line-height: 0.22rem;
  position: relative;
}
.nav-c-text:hover{
  text-decoration: none;
  color:#fff;
}
.nav-c-text::after, a.nav-c-text::after{
  content: "";
  position: absolute;
  top: 0.4rem;
  left: -0.05rem;
  width: 110%;
  height: 0.04rem;
  background: rgba(255,255,255,0.5);
}
.active{
  font-weight: bold;
  color:#fff;
}
.active::after,  .nav-c-text:hover::after  {
  background:#fff;
} 
.nav-head{
  line-height: 0;
} 
.nav-head-text{
  padding: 1.52rem 2.65rem 1.64rem;
  font-family: Panton;
  font-weight: bold;
  font-size: 0.6rem;
  color: #FFFFFF;
  text-align: center;
}
.contain-top {
  padding-top: 1.04rem;
}
.download {
  display: flex;
  gap: 0.46rem;
  justify-content: center;
  margin-top: 1.14rem;
}
.google {
  width: 5.64rem;
  cursor: pointer;
}
.appstore {
  width: 5.72rem;
  cursor: pointer;
}

.games {
  line-height: 0;
  position: relative;
}
.games-inner {
  position: absolute;
  left: 1.3rem;
  top: 3rem;
  width: 6.8rem;
  text-align: center;
}
.games-inner h2 {
  font-family: Panton;
  font-weight: bold;
  font-size: 0.6rem;
  color: #FFFFFF;
  line-height: normal;
}
.games-inner p {
 font-family: Panton;
  font-weight: 400;
  font-size: 0.46rem;
  color: #FFFFFF;
  line-height: normal;
  margin-top: 0.92rem;
}
.content1-img1 {
  width: 6.26rem;
  height: 4.95rem;
  object-fit: contain;
}

.content2 {
  padding: 1.42rem 0.85rem 1.49rem;
}
.content2-text {
  width: 4.58rem;
  margin:  0 auto;
}
.content2-img {
  display: flex;
  gap: 0.74rem;
  margin-top: 1rem;
}
.content2-img img {
  width: 2.38rem;
}
.footer-contain {
  background: url(./img/bg.webp) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.38rem 0.62rem 0.64rem;
  color:#fff;
} 
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
  font-family: Panton;
  font-weight: bold;
  font-size: 0.5rem;
  color: #FFFFFF;
}
.footer-up-img{
  display: flex;
  gap: 0.25rem;
  font-family: Impact;
  font-weight: 400;
  font-size: 0.6rem;
  color: #FFFFFF;
}
.footer-up-img img {
  width: 1.52rem;
}
.footer-txt{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.2rem;
}
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-family: Panton;
  font-weight: 400;
  font-size: 0.34rem;
  color: #FFFFFF;
}
.footer-link{
  display: flex;
  gap: 0.55rem;
}
.footer-link a{
  font-family: Panton;
  font-weight: bold;
  font-size: 0.34rem;
  color: rgba(255,255,255,0.5);
  text-decoration: underline;
  white-space: nowrap;
}
.footer-link a:hover{
  color:#fff;
  text-decoration: none;
}