body {
  background: #242025;
  padding-bottom: 2rem;
}
.m-7625-page {
  width: 7.8rem;
  min-height: 100vh;
  margin: 0 auto;
}

/* 顶部 */
.m-7625-page .u-topper {
  width: 100%;
  height: 1.6rem;
  padding-bottom: 0.44rem;
  background: url(../images/7625/bg-topper.png) no-repeat 0 0 / 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-7625-page .u-topper .u-logo {
  height: 0.76rem;
  width: auto;
  padding: 0 0.2rem;
}
.m-7625-page .u-topper .u-btn {
  width: 2.24rem;
  height: 0.76rem;
  background: url(../images/7625/btn-go-website.png) no-repeat 0 0 / 100% 100%;
  margin-right: 0.2rem;
}

/* 头部 */
.m-7625-page .u-header{
  margin-top: -.44rem;
}
.m-7625-page .u-header img{
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: lighten;
}

/* 游戏列表 */
.u-game-list {
  padding: 0 0.28rem;
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.u-game-list .u-item {
  width: 4.02rem;
  margin: -0.04em -0.24rem -0.24rem;
}
.u-game-list .u-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* 赞助商1 */
.m-7625-page .u-sponser-1 {
  margin-top: 0.48rem;
  padding: 0 0 0 0.28rem;
}
.m-7625-page .u-sponser-1 img {
  display: block;
  width: 100%;
  height: auto;
}

/* 赞助商2 */
.m-7625-page .u-sponser-2 {
  padding: 0 0.28rem;
  margin-top: 0.17rem;
}
.m-7625-page .u-sponser-2 img {
  display: block;
  width: 100%;
  height: auto;
}

/* 尾部 */
.m-7625-page .u-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1c1c1d;
  -webkit-box-shadow: 0px -0.06rem 0.32rem 0.06rem rgba(0, 0, 0, 0.32),
    0px -0.06rem 0.32rem 0.06rem rgba(0, 0, 0, 0.32);
  box-shadow: 0px -0.06rem 0.32rem 0.06rem rgba(0, 0, 0, 0.32),
    0px -0.06rem 0.32rem 0.06rem rgba(0, 0, 0, 0.32);
  padding: 0.34rem 0;
}
.m-7625-page .u-bottom .u-btn {
  width: 3.54rem;
  height: 0.8rem;
}
.m-7625-page .u-bottom .u-btn.s-1 {
  background: url(../images/7625/btn-download-app.png) no-repeat 0 0 / 100% 100%;
}
.m-7625-page .u-bottom .u-btn.s-2 {
  background: url(../images/7625/btn-online-service.png) no-repeat 0 0 / 100% 100%;
}

/* 联系客服浮动层 */
.m-7625-page .u-float-service {
  position: fixed;
  top: 3.22rem;
  right: 0.18rem;
  width: 1.74rem;
  height: auto;
}
