html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.fullscreen {
  height: 100%;
  width: 100%;
}
.main{
  width: 100%;
  display: flex;
}

.main .game{
  width: 9.6rem;
  height: 5.4rem;
  background-color: #000000;
}
.main .game .background_gamelogo{
  width: 100%;
  height: 100%;
}
.main .game .background_gamelogo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  filter: blur(10px);
}
.main .game .introduction{
  width: 7.68rem;
  height: 4.32rem;
  position: absolute;
  transform: translate(12%,-112%);
  background-color: hsla(0,0%,88.2%,.4);
  z-index: 999;
  border-radius: 0.5rem;
}
.main .game .introduction h2{
  text-align: center;
  color:white;
  font-size: 0.25rem;
}
.main .game .introduction img{
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 40%;
  margin-top: .3rem;
}
.main .game .introduction .box_btn{
  margin-top: 0.16rem;
  display: flex;
  justify-content: space-around;
  margin-top: .3rem;
}
.main .game .introduction .box_btn button{
  width: 2rem;
  height: .6rem;
  border-radius: 0.25rem;
  border: none;
  background-color: #FA8A84;
  color:#fff;
  font-size: .2rem;
}
.main .game .introduction .box_btn button a{
  text-decoration: none;
  outline: none;
  color: #fff;
}
.main .game .introduction p{
  margin-top: .3rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}

.game .information{
  width: 9.6rem;
  height: 0.8rem;
  background: linear-gradient(to bottom left,#FFFFF0, #f0f9eb);
  box-shadow:   0.08rem 0.06rem 0.09rem #c8c9cc inset;
  text-shadow: 0.05rem  #dedfe0;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
}
.game .information img{
  width: 0.4rem;
  height: 0.4rem;
  padding-right: 0.2rem;
}
.game .information p{
  color: #F09402;
  line-height: 0.8rem;
  margin-left: 0.08rem;
}
.main .phone_game{
  width: 100%;
  background-color: #C64191;
  display: flex;
  display: none;
}
.main .phone_game img{
  padding: 0;
  margin: 0;
  border: #fff solid 0.02rem;
  border-radius: 0.2rem;
}
.main .phone_game .phone_game_btn h2{
  font-size: 0.3rem;
}
.main .phone_game .phone_game_btn button{
  margin-top: 0.16rem;
  border: none;
  background-color: #FA8A84;
  padding: 0.2rem;
  border-radius: 0.2rem;
  font-size: 0.3rem;
  color: #fff;
}
.main .phone_game .phone_game_btn button a{
  text-decoration: none;
  outline: none;
  color: #fff;
}
.main .phone_game img{
  width: 2rem;
  padding: 0.2rem;
}
.main .recommend_left{
  width: 5rem;
  height: 6.2rem;
  display: flex;
}
.main .recommend_left .game_left{
  width: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.main .recommend_left .game_left a{
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.1rem;
  position: relative;
}
.main .recommend_left .game_left a p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  display: none;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 0.1rem;
}
.main .recommend_left .game_left a img{
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.3rem;
}
.main .recommend_left .game_left a:hover p{
  display: block;
  background-color: #C64191;
  border-bottom: 0.3rem;
  opacity: .8;
}
.main .recommend_left .game_left a:hover{
  transition: all 1s;
  transform: scale(1.2);
  z-index:2;
  visibility: visible;
}
.main .recommend_left .advertisement{
  width: 3.5rem;
  height: 6.2rem;
}
.main .recommend_right{
  width: 5rem;
  height:6.2rem;
  display: flex;
}



.main .recommend_right .game_right{
  width: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main .recommend_right .game_right a{
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.1rem;
  position: relative;
}
.main .recommend_right .game_right a p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  display: none;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 0.1rem;
}
.main .recommend_right .game_right a img{
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.3rem;
}
.main .recommend_right .game_right a:hover p{
  display: block;
  background-color: #C64191;
  border-bottom: 0.3rem;
  opacity: .8;
}
.main .recommend_right .game_right a:hover{
  transition: all 1s;
  transform: scale(1.2);
  z-index:2;
  visibility: visible;
}
.main .recommend_right .advertisement{
  width: 3.5rem;
  height: 6.2rem;
}
.advertisement{
  width: 9.6rem;
  text-align: center;
  margin: auto;
}
.details{
  background-color: #FFD166;
  width: 11.6rem;
  padding: 0.2rem;
  margin: auto;
  margin-bottom: 0.1rem;
  border-radius: 0.3rem;
}
.details h2{
  font-size: 0.20rem;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0.1rem;
}
.details p{
  font-size: 0.16rem;
  padding: 0;
  margin: 0;
  color: #fff;
  padding: 0 0.14rem 0.14rem 0.14rem;
}
.details span{
  font-size: 0.2rem;
  padding: 0;
  margin: 0;
  color: #fff;
}
.taptap{
  background-color:yellowgreen;
  width: 11.6rem;
  margin: auto;
  background-color:#F5DFBB;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.3rem;
}
.taptap a{
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.1rem;
  position: relative;
}
.taptap a p{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  display: none;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 0.1rem;
}
.taptap a img{
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.3rem;
}
.taptap a:hover p{
  display: block;
  background-color: #C64191;
  opacity: .8;
}
.taptap a:hover{
  transition: all 1s;
  transform: scale(1.2);
  z-index:2;
  visibility: visible;
}

@media screen and (min-width:900px){
  .header-back {
    display: none;
  }
}


/* 移动端 */
@media screen and (max-width:900px){
  .header_left_a {
    justify-content: center;
  }
  
  .recommend_left .advertisement{
    text-align: center;
  }
  .recommend_right{
    display: none;
  }
  .recommend_left{
    display: none !important;
  }
  .game{
    display: none;
  }
  .main .phone_game{
    display: flex !important;
  }
  .main .phone_game h2{
    color: #fff;
  }
  .main .phone_game .phone_game_btn{
    margin-left: 0.4rem;
  }
  .main .phone_game img{
    margin: 0;
    border: 0.02rem;
    border-radius: 0.2rem !important;
    border-radius: 0.4rem !important;
  }
  .advertisement{
    width: 100% !important;
  }
  .details{
    padding: 0;
    width: 100% !important;
    border-radius: 0;
  }
  .taptap{
    width: 100% !important;
  }
  .information{
    width: 100% !important;
  }
  .introduction{
    width: auto !important;
  }
}

@media screen and (max-width:1575px) {
  .recommend_left{
    width: 2rem !important;
  }
  .recommend_right{
    width: 2rem !important;
    display: none !important;
  }
}

@media screen and (max-width:1280px){

  .taptap{
    display: block !important;
  }
  .taptap a{
    width: 21%;
    margin-right: 4%;
  }
}




/* 广告 */
.advertisement{
  text-align: center;
  font-size: 0.16rem;
}