* {
  margin: 0;
  padding: 0;
}
body {
  background: url("img/bg.png") repeat;
  background-size: cover;
}
.container {
  position: relative;
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.container .content {
  width: 7.5rem;
  margin: 0 auto;
  overflow-x: hidden;
  z-index: 99;
  height: auto;
}
.container .content .top_pic {
  position: relative;
  width: 5.64rem;
  height: 6.56rem;
  margin: 0.3rem auto;
  margin-top: 0.6rem;
}
.container .content .top_pic img {
  width: 100%;
}
.container .content .brand {
  position: relative;
  width: 6.88rem;
  height: 2.32rem;
  margin: 0.1rem auto;
}
.container .content .brand img {
  width: 100%;
}
.container .content .btn_01 {
  position: relative;
  width: 3.65rem;
  height: 1.15rem;
  margin: 0.3rem auto;
  margin-top: 0.5rem;
}
.container .content .btn_01 img {
  width: 100%;
  animation-name: scale;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.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 {
  position: relative;
  width: 6.96rem;
  height: 4.15rem;
  margin: 0.5rem auto;
  margin-bottom: 0.3rem;
}
.container .content .game img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .game2 {
  position: relative;
  width: 6.84rem;
  height: 3.55rem;
  margin: 0.5rem auto;
  margin-bottom: 0.3rem;
}
.container .content .game2 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .game3 {
  position: relative;
  width: 6.99rem;
  height: 2.59rem;
  margin: 0.5rem auto;
  margin-bottom: 0.3rem;
}
.container .content .game3 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .game4 {
  position: relative;
  width: 6.99rem;
  height: 6.93rem;
  margin: 0.5rem auto;
  margin-bottom: 0.3rem;
}
.container .content .game4 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .title_02 {
  position: relative;
  width: 2.66rem;
  height: 0.54rem;
  margin: 0.5rem auto;
  margin-bottom: 0;
}
.container .content .title_02 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .h5-popular-list01 {
  margin-bottom: 0.15rem;
}
.container .content .h5-popular-list01 img {
  width: 90%;
  display: block;
}
.container .content .h5-popular-list02 img {
  width: 90%;
  display: block;
}
.container .content .des3 {
  text-align: center;
  margin-top: -0.25rem;
}
.container .content .des3 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.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.5rem;
  margin: auto;
  z-index: 99;
  background: url("img/bottom.png") no-repeat;
  background-size: contain;
}
.container .content .btn_bottom img {
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  display: block;
  width: 1.11rem;
  height: auto;
  animation-name: scale;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes scale {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
