@charset "UTF-8";
body, html {
  width: 100%;
  height: 100%;
}

html {
  overflow: hidden;
}

body {
  background: #F0F0F0;
  max-width: 750px;
  height: 100vh;
  overflow-y: scroll;
  margin: 0 auto;
}

.pad-1 {
  padding: 0 1rem;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 隐藏Webkit浏览器的滚动条 */
.scroll-container::-webkit-scrollbar {
  display: none;
}

.app header {
  height: 3rem;
  position: relative;
  display: flex;
}
.app header .back {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app header .back img {
  display: block;
  height: 1.3rem;
  width: 0.77rem;
}
.app header p {
  height: 100%;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.07rem;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.app .banner-1 {
  height: 25rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.1rem;
}
.app .banner-1 .swiper-customize {
  position: absolute;
  top: 0;
  left: 0;
  height: 23rem;
  z-index: 9;
  overflow: hidden;
}
.app .banner-1 .lable-message {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10rem;
  width: 100%;
  z-index: 10;
  background-image: url("../image/banner-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.app .banner-1 .lable-message .swiper-pagination {
  display: flex;
  gap: 0.37rem;
  align-items: center;
  justify-content: center;
  margin: 2.2rem 0;
}
.app .banner-1 .lable-message .swiper-pagination span {
  display: block;
  border-radius: 0.13rem;
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(0, 0, 0, 0.1);
}
.app .banner-1 .lable-message .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}
.app .banner-1 .lable-message .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.87rem;
  background: rgba(0, 0, 0, 0.8);
}
.app .banner-1 .lable-message h3 {
  font-size: 1.73rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.app .banner-1 .lable-message p {
  color: #000;
  font-size: 0.8rem;
  margin-top: 0.63rem;
  padding: 0 1.43rem;
}
.app .banner-2 {
  height: 7.6rem;
  margin-bottom: 1.1rem;
}
.app .banner-2 .banner-item-list {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  touch-action: pan-x;  /* 限制上下滑动 */
  gap: 1rem;
}
.app .banner-2 .banner-item-list .banner-item {
  background: #89DEBD;
  border: 0.07rem solid #89DEBD;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  height: 100%;
}
.app .banner-2 .banner-item-list .banner-item img {
  display: block;
  border-radius: 1.2rem;
  width: 5.92rem;
  height: 5.93rem;
}
.app .banner-2 .banner-item-list .banner-item p {
  font-size: 1.07rem;
  line-height: 1.45rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.app .banner-2 .banner-item-list .banner-item.active {
  background: #4EDD75;
  border: 0.07rem solid #4EDD75;
}
.app .game-item-list {
  margin-bottom: 6.67rem;
}
.app .game-item-list .game-item {
  padding: 1.17rem 1rem;
  border-radius: 1rem;
  border: 0.03rem solid #ECECEC;
  background: linear-gradient(55deg, #FFFFFF 0%, #FFFFFF 70%, #E5FFE3 90%, #E5FFE3 100%);
  margin-bottom: 1.1rem;
}
.app .game-item-list .game-item .base-info {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.6rem;
}
.app .game-item-list .game-item .base-info img {
  display: block;
  width: 3.47rem;
  height: 3.47rem;
  flex: 0 0 3.47rem;
}
.app .game-item-list .game-item .base-info .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 0;
}

.app .game-item-list .game-item .base-info .info .title {
  display: flex;
  width: 100%;
}
.app .game-item-list .game-item .base-info .info .title h3 {
    color: #000;
    font-size: 0.93rem;
    font-weight: bold;

    display: inline-block;
    max-width: max-content;
    vertical-align: middle;
}
.app .game-item-list .game-item .base-info .info .title span.suffix {
    font-size: 0.8rem;
    color: #FF0060;
    height: 0.97rem;
    border-radius: 0.33rem 0 0.33rem 0;
    border: 0.03rem solid #FF4289;
    padding: 0 0.33rem;
    line-height: 0.97rem;
    font-weight: bold;
    font-style: italic;

    display: inline-block;
    max-width: 4.7rem;
    width: max-content;
    margin-left: .4rem;
    vertical-align: middle;
    flex-shrink: 0;
}

.app .game-item-list .game-item .base-info .info p {
  color: #9D9D9D;
  font-size: 0.8rem;
  line-height: 1rem;
}
.app .game-item-list .game-item .base-info .btn {
  flex: 0 0 4.37rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app .game-item-list .game-item .base-info .btn a {
  display: block;
  width: 4.37rem;
  height: 2.03rem;
  border-radius: 0.33rem;
  background: linear-gradient(90deg, #FDFA00, #66FF00);
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  line-height: 2.03rem;
  text-align: center;
}
.app .game-item-list .game-item .pic-video {
  margin-top: 0.67rem;
  width: 100%;
  height: 10.63rem;
  border-radius: 0.67rem;
  overflow: hidden;
  position: relative;
}
.app .game-item-list .game-item .pic-video img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.67rem;
}
.app .game-item-list .game-item .pic-video .arrow-red-right {
  width: 0.8rem;
  height: 0.93rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.app .game-item-list .game-item .pic-video .arrow-red-right::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.97rem solid transparent;
  border-bottom: 0.97rem solid transparent;
  border-left: 1.333rem solid #fff;
  margin-left: 3px;
}
.app .game-item-list .game-item .pic-video .play-video {
  width: 2.93rem;
  height: 2.93rem;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.465rem;
  margin-top: -1.465rem;
}
.app .game-item-list .game-item .pic-video video {
  width: 100%;
  height: 100%;
  display: none;
}
.app .game-item-list .more {
  color: #FF0060;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1rem;
  margin: 1rem 0;
}
.app footer {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  height: 4.67rem;
  max-width: 750px;
}
.app footer .footer-box {
  background: #fff;
  border-radius: 0.67rem;
  height: 100%;
  margin: 0 1rem;
  padding: 0.97rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.app footer .footer-box img {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.app footer .footer-box .info {
  margin-left: 5.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.app footer .footer-box .info h3 {
  color: #000;
  font-size: 1.07rem;
  font-weight: bold;
}
.app footer .footer-box .info p {
  font-size: 0.8rem;
  color: #767676;
}
.app footer .footer-box .btn {
  display: flex;
  align-items: center;
  animation: DownloadBtnAnimation 1.8s infinite;
}
.app footer .footer-box .btn a {
  display: block;
  background: linear-gradient(90deg, #FE2069, #FDBA3E);
  border-radius: 1.13rem;
  height: 2.27rem;
  width: 5.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.27rem;
}

/*# sourceMappingURL=style.css.map */


@keyframes DownloadBtnAnimation {
  /*大小变化 100%-94%-104%-98%-102% */
  /* 1s动画 循环之间0.5s间隙  */
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.94);
  }
  20% {
    transform: scale(1.04);
  }
  30% {
    transform: scale(0.98);
  }
  40% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}