body,html{
  background-color: #00CFFB;
}
.header{
  width: 100%;
  height: 4rem;
  background-color: #25FEF9;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  display: flex;
  flex-direction:column;
  align-items: center;
}
.header .logo-img{
  display: flex;
  align-items: center;
  height: 100%;
}
.header .seek{
  height: 33%;
  width: 100%;
  margin-bottom: 2%;
}
.main{
  height: 100%;
  background-color: #00CFFB;
  padding: 16px;
  padding-top: 4.375rem;
}
.main .main-app{
  width: 100%;
  height: 9.7rem;
}
.main .main-app .img-name{
  width: 100%;
  height: 60%;
}
.main .main-app .img-name .app-img{
  width: 4.75rem;
  height: 4.75rem;
  display: inline-block;
}
.main .main-app .img-name .app-img img{
  width: 100%;
  border: #fff 2px solid;
}
.main .main-app .img-name .app-name{
  display: inline-block;
  vertical-align:top;
  padding-top: 0.8rem;
  padding-left: 1rem;
  width: 58%;
  height: 100%;
  font-weight: 700;
  font-size: 1rem;
  color: #333333;
}
.main .main-app .app-btn{
  width: 100%;
  height: 35%;
}
.main .main-app .app-btn .app-play{
  margin: .6rem auto 0;
  width: 100%;
  border: .125rem solid #fff;
  height: 2.625rem;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #FF0099;
  color: #ffffff;
  border-radius: .125rem;
}
.main .main-seo{
  width: 100%;
  height: 10rem;
  border-radius: 0.6rem;
  background-color: #33D9FC;
  padding-left: 0.6rem;
  overflow: auto;
}
.main .main-seo .about .about-name{
  font-size: 1rem;
  color: #333;
}
.main .main-seo .about .about-about{
  margin-top: 0.8rem;
  font-size: 0.8rem;
  word-wrap: break-word;
  word-break: break-word;
  color: #333;
}
.main .more{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.main .more a{
  text-decoration: none;
  color: #FF8E56;
  font-size: 0.8rem;
  background-color: #fff;
  margin-top: 0.3rem;
  border-radius: 0.2rem;
}
.main .main-afc{
  width: 100%;
  height: 17.5rem;
  background-color: yellow;
  margin-top: 1.5rem;
}
.main .main-game{
  width: 100%;
  margin-bottom: 2rem;
}
.main .main-game .main-list{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main .main-game .main-list .main-item{
  width: 25%;
  height: 0;
  position: relative;
  padding-bottom: 30%;
  margin-left: 4%;
  margin-right: 4%;
}
.main .main-game .main-list .main-item img{
  width: 100%;
  position: absolute;
  border: 2px #ffff solid;
  object-fit: cover;
  border-radius: 1rem;
}
.main .main-game .main-list .advertising{
    width: 100%;
    height: 17.5rem;
    background-color: yellow;
    margin-top: 1.5rem;
}
.main .front-top{
  position: fixed;
  top: 80%;
  left: 80%;
  width: 3rem;
  height: 3rem;
}
.main .front-top .top-btn{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 1.8rem;
}
.main .front-top .top-btn img{
  margin-top: 0.2rem;
  width: 60%;
  height: 60%;
}
#end{
  width: 100%;
  height: 2.5rem;
  text-align: center;
  font-size: 0;
  background-color: #1099b6;
  margin-top: 2.5rem;
}
#end a{
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  position: relative;
  margin-right: 2rem;
}

@media screen and (min-width:993px){
  main{
    width: 70%;
    margin: auto;
  }
  .main .main-game .main-list .main-item{
    width: 12%;
    height: 0;
    position: relative;
    padding-bottom: 14%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .main .main-game .main-list .main-item img{
    width: 100%;
    position: absolute;
    border: 2px #ffff solid;
    object-fit: cover;
    border-radius: 1rem;
  }
  .main .main-afc{
    width: 100%;
    height: 10.5rem;
    background-color: yellow;
    margin-top: 1.5rem;
  }
  .main .main-game .main-list .advertising{
    width: 100%;
    height: 10.5rem;
    background-color: yellow;
    margin-top: 1.5rem;
  }
}