* {
  margin: 0;
  padding: 0;
}
body {
  /*background: url("img/bg.png") no-repeat top center #000;*/
  background-size: contain;
}
.container {
  position: relative;
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
}
.container .content {
  width: 7.5rem;
  margin: 0 auto;
  overflow-x: hidden;
  z-index: 99;
  height: auto;
}
.container .content .top_pic {
  position: relative;
  width: 7.5rem;
  height: 7.13rem;
  padding-top: 0.6rem;
}
.container .content .top_pic img {
  width: 100%;
}
.container .content .btn_01 {
  position: relative;
  width: 4.32rem;
  height: 1.21rem;
  margin: 0.3rem auto;
  margin-top: 1rem;
}
.container .content .btn_01 img {
  width: 100%;
}
.container .content .title_01 {
  position: relative;
  width: 6rem;
  height: 0.6rem;
  margin: 0.5rem auto;
  margin-bottom: 0.3rem;
}
.container .content .title_01 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .game_01 {
  position: relative;
  width: 7.32rem;
  height: 2.31rem;
  margin: 0 auto;
}
.container .content .game_01 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .game_02 {
  position: relative;
  width: 7.5rem;
  height: 7.95rem;
  margin: 0 auto;
  margin-top: 1.3rem;
}
.container .content .game_02 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .game_03 {
  position: relative;
  width: 7.32rem;
  height: 4.4rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.container .content .game_03 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .game_04 {
  position: relative;
  width: 7.32rem;
  height: 2.31rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.container .content .game_04 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .pic_01 {
  position: relative;
  width: 7.5rem;
  margin: 0 auto;
  margin-top: 0rem;
}
.container .content .pic_01 img {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
}
.container .content .btn-img {
  display: block;
  width: 3.8rem;
  height: 0.9rem;
  margin: 0.5rem auto;
  margin-top: 2.6rem;
}
.container .content .btn-img img {
  width: 100%;
}
.container .content .kf {
  position: fixed;
  display: block;
  top: 30%;
  right: 0.4rem;
  width: 1.2rem;
  height: 1.6rem;
  z-index: 99;
}
.container .content .kf img {
  width: 100%;
}
.container .content .btn_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7.5rem;
  height: 1.9rem;
  margin: auto;
  z-index: 99;
  background-size: contain;
}
.container .content .btn_bottom img {
  width: 100%;
  height: auto;
}
@keyframes scale {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
