/* Swiper 轮播基础结构 */
.swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-box;
  position: relative;
}
.swiper-slide {
  flex-shrink: 0;
  position: relative;
}

/* 基础样式重置 */
a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
  margin: 0;
  padding: 0;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400;
}
table {
  border-spacing: 0;
}
body {
  font-family: "microsoft yahei", Arial;
  font-size: 0.26rem;
  line-height: 1;
  color: #333;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style-type: none;
  float: left;
}
a {
  text-decoration: none;
  color: #333;
  outline: 0;
}
img {
  border: none;
  vertical-align: middle;
}
em,
i,
var {
  font-style: normal;
}
button {
  font-family: "microsoft yahei", Arial;
  outline: 0;
  cursor: pointer;
  font-size: 0.26rem;
  border: none;
}
iframe {
  border: none;
}
input,
select,
textarea {
  outline: 0;
  font-family: "microsoft yahei", Arial;
  font-size: 0.26rem;
  border-radius: 0;
  border: none;
  background: 0 0;
}
input:disabled {
  opacity: 1;
  color: #333;
}
button,
input[type="button"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  border: none;
  background: 0 0;
}
textarea {
  resize: none;
}

/* 页面外层容器 */
.mobile-wrap {
  position: relative;
  min-height: 100vh;
  width: 100%;
  float: left;
  padding-bottom: 1rem;
}
body,
html {
  width: 100%;
  height: 100%;
}

/* Banner 顶部区块 */
.banner {
  width: 100%;
  position: relative;
  margin-top: 0rem;
}
.banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.34rem;
  background: url() center no-repeat;
  background-size: 100% 1.34rem;
}
.banner img {
  width: 100%;
}

/* 背景容器与标题/按钮区 */
.container {
  width: 100%;
  min-height: 46rem;
  background: url(../img/bg.jpg) top center no-repeat;
  background-size: 100% auto;
  float: left;
  position: relative;
  margin-top: 0px;
}
.container .intrs {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 0rem;
  float: left;
  position: relative;
}
.container .intrs img {
  width: 100%;
}
.container .intrs button {
  width: 6.85rem;
  height: 0.95rem;
  background: url(../img/down1.png) center no-repeat;
  background-size: 3.7rem 1rem;
  position: absolute;
  right: 0.3rem;
  top: 39%;
  margin-top: 0rem;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
}

/* 游戏轮播模块 */
.game {
  width: 100%;
  float: left;
  margin-top: 0;
}
.game .conts {
  width: 100%;
}
.game .conts .title {
  width: 100%;
  text-align: center;
  padding-top: 0;
}
.game .conts .title img {
  width: 6.42rem;
}
.game .conts .list {
  width: 100%;
  /* padding: 0.54rem 0; */
  float: left;
  margin: 0 0;
}
.game .conts .list ul {
  width: 100%;
}
.game .conts .list ul li {
  width: 4.08rem;
}
.game .conts .list ul li .imgs {
  width: 100%;
  text-align: center;
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game .conts .list ul li .imgs img {
  width: 3.96rem;
}
.game .conts .list ul li.swiper-slide-active .imgs {
  text-align: center;
  position: relative;
  z-index: 9;
}
.game .conts .list ul li.swiper-slide-active .imgs img {
  width: 3.96rem;
  transition: 0.6s;
  opacity: 1;
}
.game .conts .list ul li.swiper-slide-prev .imgs img {
  position: relative;
  left: 0.4rem;
  opacity: 0.8;
  transform: scale(0.8) translateX(2rem);
}
.game .conts .list ul li.swiper-slide-next .imgs img {
  position: relative;
  right: 0.4rem;
  opacity: 0.8;
  transform: scale(0.8) translateX(-2rem);
}
.game .conts .list .swiper-pagination {
  bottom: 0.02rem !important;
}
.game .conts .list .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  margin: 0 0.09rem !important;
  height: 0.16rem;
  background-color: #fff;
  opacity: 0.3;
}
.game
  .conts
  .list
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* 热门 Banner 轮播模块 */
.hots {
  width: 100%;
  padding-top: 0rem;
  float: left;
}
.hots .title {
  width: 100%;
  text-align: center;
}
.hots .title img {
  width: 6.42rem;
}
.hots .conts {
  width: 100%;
  padding: 0rem 0.15rem;
}
.hots .conts .list {
  width: 100%;
  /* padding-bottom: 0.4rem; */
}
.hots .conts .list ul {
  width: 100%;
}
.hots .conts .list ul li {
  width: 100%;
}
.hots .conts .list ul li img {
  width: 100%;
}
.hots .conts .list .swiper-pagination {
  bottom: 0.02rem !important;
}
.hots .conts .list .swiper-pagination .swiper-pagination-bullet {
  margin-top: 1rem;
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.05rem !important;
  border-radius: 0.5;
  background-color: #fff;
  opacity: 0.3;
  transform: rotate(45deg);
}
.hots
  .conts
  .list
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f4edb7;
  opacity: 1;
}

/* 推荐图标横向轮播 */
.recomment {
  float: left;
  width: 100%;
}
.recomment .title {
  width: 100%;
  padding: 0 0.2rem;
  text-align: left;
  padding-top: 0.24rem;
  float: left;
}
.recomment .title img {
  width: 6.62rem;
}
.recomment .conts {
  width: 100%;
  float: left;
}
.recomment .conts .list {
  width: 100%;
  margin: 0.14rem 0;
  float: left;
}
.recomment .conts .list ul {
  width: 100%;
  transition-timing-function: linear;
}
.recomment .conts .list ul li {
  width: 2.94rem;
  height: 4.44rem;
  margin-right: 0.2rem;
}
.recomment .conts .list ul li img {
  width: 100%;
  height: 100%;
}
.recomment .conts .list:last-child {
  padding-left: 0.12rem;
}

/* 底部悬浮下载条 */
.fix-down {
  width: 7.5rem;
  position: fixed;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 99;
  bottom: 0;
}
.fix-down img {
  width: 100%;
  margin-bottom: -1px;
}
.fix-down button {
  width: 2.56rem;
  height: 1.36rem;
  background: url(../img/down.png) center no-repeat;
  background-size: 2.56rem 1.06rem;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: 0rem;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
}
.fix-down.tops {
  bottom: initial;
  top: 0;
}

/* 右侧悬浮客服入口 */
.fix-service {
  position: fixed;
  right: 50%;
  margin-right: -3.75rem;
  top: 32%;
  margin-top: 0rem;
  z-index: 888;
}
.fix-service img {
  width: 1.21rem;
}

/* 点击下载的弹层提示 */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0);
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
  z-index: 9999;
}

/* 按钮缩放动画 */
@-webkit-keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
