* {
  margin: 0;
  padding: 0;
}
body {
  background: url("img/bg.png") repeat;
  background-size: contain;
}
.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: 7.5rem;
  height: 7.13rem;
}
.container .content .top_pic img {
  width: 100%;
}
.container .content .brand {
  position: relative;
  width: 6.15rem;
  height: 1.82rem;
  margin: 0.1rem auto;
}
.container .content .brand img {
  width: 100%;
}
.container .content .btn_01 {
  position: relative;
  width: 4.32rem;
  height: 1.21rem;
  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: 5.94rem;
  height: 4.12rem;
  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.72rem;
  height: 3.1rem;
  margin: 0.5rem auto;
  margin-bottom: 0.3rem;
}
.container .content .game2 img {
  position: absolute;
  top: 0;
  width: 100%;
}
.container .content .game3 {
  position: relative;
  width: 7rem;
  height: 5.1rem;
  margin: 0.5rem auto;
  margin-bottom: 0.3rem;
}
.container .content .game3 img:nth-child(1) {
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2.8rem;
}
.container .content .game3 img:nth-child(2) {
  position: absolute;
  display: block;
  width: 3.5rem;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.container .content .game3 img:nth-child(3) {
  display: block;
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 2.8rem;
}
.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 .pic_01 {
  position: relative;
  width: 6.86rem;
  height: 1.84rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.container .content .pic_01 img {
  width: 100%;
}
.container .content .table {
  position: relative;
  width: 7.5rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.container .content .table .ele {
  background: url("img/ele_bg.png") no-repeat;
  background-size: contain;
  width: 7.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1.8rem;
  height: 1.4rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #4B558F;
  padding-top: 0.2rem;
  position: relative;
}
.container .content .table .ele span:nth-child(1) {
  font-weight: normal;
  line-height: 0.45rem;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  width: 0.75rem;
  height: 0.45rem;
  background: linear-gradient(102.58deg, #4FB0FB 2.49%, #3C63FA 89.54%);
  border-radius: 0.45rem;
  position: absolute;
  top: 0.73rem;
  left: 1.5rem;
}
.container .content .table .ele span:nth-child(2) {
  padding-top: 0.6rem;
  text-align: left;
  font-size: 0.24rem;
  text-indent: 2.3rem;
}
.container .content .table .ele span:nth-child(3) {
  position: relative;
}
.container .content .table .ele span:nth-child(3) i {
  display: block;
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 1.6rem;
  height: 0.55rem;
}
.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.49rem;
  margin: auto;
  z-index: 99;
  background: url("img/bottom.png") no-repeat;
  background-size: contain;
}
.container .content .btn_bottom img {
  position: absolute;
  right: 0.2rem;
  top: 0.45rem;
  display: block;
  width: 2rem;
  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);
  }
}
