html,
body,
div,
p,
header,
section,
footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.m-container {
  width: 100%;
  background-color: #F9FDFF;
}
.m-container .header {
  width: 100%;
  height: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(25, 28, 32, 0.8);
  display: flex;
  align-items: center;
}
.m-container .header .menu {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.m-container .header .menu .h-left {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1;
}
.m-container .header .menu .h-left img {
  width: 0.64rem;
  height: 0.64rem;
  flex-shrink: 0;
  display: block;
}
.m-container .header .menu .h-left p {
  margin-left: 0.16rem;
  font-size: 0.3rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-container .header .menu .h-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.m-container .header .menu .h-right button {
  background: url('/static/image/boxDownload/m-downloadBtn1.png') no-repeat center center;
  background-size: 100% 100%;
  width: 1.23rem;
  height: 0.5rem;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  display: block;
}
.m-container .section {
  width: 100%;
  background-color: #F9FDFF;
}
.m-container .section .hero-block {
  position: relative;
  width: 100%;
  aspect-ratio: 750 / 1060;
  font-size: 0;
  overflow: hidden;
}
.m-container .section .hero-block .hero-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.m-container .section .hero-block .hero-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-container .section .hero-block .hero-download {
  position: absolute;
  left: 50%;
  bottom: 1.42rem;
  transform: translateX(-50%);
  width: 3.04rem;
  height: 0.92rem;
  border: none;
  padding: 0;
  background: url('/static/image/boxDownload/m-downloadBtn2.png') no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
}
.m-container .section .welfare-block {
  position: relative;
  width: 100%;
  aspect-ratio: 750 / 880;
  font-size: 0;
  overflow: hidden;
}
.m-container .section .welfare-block .welfare-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.m-container .section .discount-block {
  position: relative;
  width: 100%;
  aspect-ratio: 750 / 1043;
  font-size: 0;
  overflow: hidden;
}
.m-container .section .discount-block .discount-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.m-container .section .tools-block {
  position: relative;
  width: 100%;
  aspect-ratio: 750 / 886;
  background: linear-gradient(180deg, #6EADFA 0%, #E780DD 100%);
  font-size: 0;
  overflow: hidden;
}
.m-container .section .tools-block .tools-title {
  display: block;
  width: 5.6rem;
  height: 1.4rem;
  margin: 0.67rem auto 0;
}
.m-container .section .tools-block .tools-content {
  position: relative;
  width: 100%;
  margin-top: 0.88rem;
  height: 4.58rem;
}
.m-container .section .tools-block .tools-body {
  position: relative;
  width: 6.02rem;
  height: 4.58rem;
  margin: 0 auto;
}
.m-container .section .tools-block .tools-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-container .section .tools-block .tools-carousel .tools-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-container .section .tools-block .tools-nav {
  position: absolute;
  right: 0.32rem;
  top: 50%;
  transform: translateY(-50%);
}
.m-container .section .tools-block .tools-nav::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -0.34rem;
  bottom: -0.34rem;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.m-container .section .tools-block .tools-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  margin-bottom: 0.64rem;
  position: relative;
  z-index: 1;
}
.m-container .section .tools-block .tools-nav-item:last-child {
  margin-bottom: 0;
}
.m-container .section .tools-block .tools-nav-dot {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  flex-shrink: 0;
}
.m-container .section .tools-block .tools-nav-item.active .tools-nav-dot {
  width: 0.13rem;
  height: 0.13rem;
  background: #6EADFA;
  border: 0.02rem solid #fff;
}
.m-container .section .reserve-block {
  position: relative;
  width: 100%;
  aspect-ratio: 750 / 850;
  font-size: 0;
  overflow: hidden;
}
.m-container .section .reserve-block .reserve-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.m-container .section .reserve-block .reserve-slider {
  position: absolute;
  top: 3.37rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.46rem;
}
.m-container .section .reserve-block .reserve-banner-box {
  width: 6.46rem;
  height: 3.58rem;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}
.m-container .section .reserve-block .reserve-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-container .section .reserve-block .reserve-dots {
  margin-top: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-container .section .reserve-block .reserve-dot {
  width: 0.22rem;
  height: 0.22rem;
  margin: 0 0.1rem;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.m-container .section .reserve-block .reserve-dot::after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #B8D4F5;
}
.m-container .section .reserve-block .reserve-dot.active::after {
  background: #6EADFA;
}
.m-container .section .game-marquee-block {
  width: 100%;
  background: #000;
  padding-top: 0.72rem;
  overflow: hidden;
  font-size: 0;
}
.m-container .section .game-marquee-block .game-marquee-row {
  overflow: hidden;
  margin-bottom: 0.36rem;
}
.m-container .section .game-marquee-block .game-marquee-row:last-of-type {
  margin-bottom: 0;
}
.m-container .section .game-marquee-block .game-marquee-track {
  display: flex;
  width: max-content;
  flex-shrink: 0;
  will-change: transform;
}
.m-container .section .game-marquee-block .game-marquee-group {
  display: flex;
  flex-shrink: 0;
  gap: 0.28rem;
  padding-right: 0.28rem;
  box-sizing: content-box;
}
.m-container .section .game-marquee-block .game-marquee-group img {
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 0.12rem;
  flex-shrink: 0;
  display: block;
}
.m-container .section .game-marquee-block .game-marquee-row-right .game-marquee-track {
  animation: mobileGameMarqueeRight 45s linear infinite;
}
.m-container .section .game-marquee-block .game-marquee-row-left .game-marquee-track {
  animation: mobileGameMarqueeLeft 45s linear infinite;
}
@keyframes mobileGameMarqueeRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mobileGameMarqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.m-container .section .game-marquee-block .game-marquee-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.64rem;
}
.m-container .section .game-marquee-block .game-marquee-title {
  width: 5.3rem;
  height: 0.23rem;
  display: block;
}
.m-container .section .game-marquee-block .game-marquee-download {
  margin-top: 0.4rem;
  width: 2.28rem;
  height: 0.72rem;
  border: none;
  padding: 0;
  cursor: pointer;
  background: url('/static/image/boxDownload/m-downloadBtn3.png') no-repeat center center;
  background-size: 100% 100%;
  display: block;
}
.m-container .section .logo-block {
  margin: auto;
  height: 5.4rem;
  position: relative;
  padding: 1.14rem 0 0.78rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m-container .section .logo-block .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 5.4rem;
}
.m-container .section .logo-block .logo-img {
  width: 1.92rem;
  height: 1.92rem;
  text-align: center;
  z-index: 99;
}
.m-container .section .logo-block .title {
  margin: 0.32rem 0 0.24rem 0;
  font-size: 0.6rem;
  width: 5.5rem;
  line-height: 0.6rem;
  color: #F9F9F9;
  z-index: 99;
  text-align: center;
}
.m-container .section .logo-block .des {
  font-size: 0.32rem;
  color: #F2F2F2;
  opacity: 0.9;
  z-index: 99;
}
.m-container .section .dowload-block {
  padding-top: 0.5rem;
  padding-bottom: 0.26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-container .section .dowload-block .btn {
  width: 4.8rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background: #404040;
  box-shadow: 0 0 0.2rem 0 rgba(45, 45, 45, 0.35);
  border-radius: 0.55rem;
  font-size: 0.52rem;
  color: #FFFFFF;
}
.m-container .section .dowload-block .btn:hover,
.m-container .section .dowload-block .btn:active {
  transform: scale(1.06) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}
.m-container .section .register-block {
  margin: auto;
  padding-top: 0.44rem;
  width: 5.2rem;
}
.m-container .section .register-block .r-title {
  height: 0.28rem;
  font-size: 0.28rem;
  text-align: center;
  color: #404040;
  line-height: 0.28rem;
}
.m-container .section .register-block .r-input {
  display: flex;
  justify-content: center;
  margin-bottom: 0.3rem;
  position: relative;
}
.m-container .section .register-block .r-input input {
  width: 5.2rem;
  height: 0.8rem;
  background: #FFFFFF;
  border: 0.02rem solid #BFBFBF;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  color: #000000;
  opacity: 0.5;
}
.m-container .section .register-block .r-input .r-code {
  position: absolute;
  right: 0.26rem;
  top: 0.18rem;
  font-size: 0.28rem;
  color: #168FF7;
}
.m-container .section .register-block .r-input .r-code:disabled {
  color: #ACA899;
}
.m-container .section .register-block .r-input .r-eyes {
  position: absolute;
  font-size: 0.12rem;
  top: 0.2rem;
  right: 0.2rem;
  height: 0.3rem;
  width: 0.4rem;
}
.m-container .section .register-block .r-text {
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.32rem;
  color: #478AC4;
  text-decoration: underline;
}
.m-container .section .register-block .r-btn {
  margin: auto;
  margin-top: 0.38rem;
  margin-bottom: 0.32rem;
  width: 4.8rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background: #404040;
  box-shadow: 0 0 0.2rem 0 rgba(45, 45, 45, 0.35);
  border-radius: 0.55rem;
  font-size: 0.52rem;
  color: #FFFFFF;
}
.m-container .section .register-block .r-btn:hover,
.m-container .section .register-block .r-btn:active {
  transform: scale(1.06) !important;
}
.m-container .section .register-block .r-tip {
  margin: auto;
  text-align: center;
  height: 0.28rem;
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.28rem;
}
.m-container .section .register-block .r-tip span,
.m-container .section .register-block .r-tip a {
  color: #478AC4;
}
.m-container .section .welfare-block .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-container .section .welfare-block .title .t-left {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.64rem;
  font-weight: 500;
  color: #478AC4;
  margin-right: 0.08rem;
}
.m-container .section .welfare-block .title .t-right {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 0.2rem;
  font-size: 0.5rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 0.2rem;
}
.m-container .section .welfare-block .title .t-color-1 {
  background: linear-gradient(90deg, #527DD0, #665BC5);
}
.m-container .section .welfare-block .title .t-color-2 {
  background: linear-gradient(135deg, #D54058, #DB6A4C);
}
.m-container .section .welfare-block .content {
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0.36rem;
  color: #838689;
}
.m-container .section .pt-1 {
  padding-top: 0.92rem;
}
.m-container .section .pt-2 {
  padding-top: 0.5rem;
}
.m-container .section .pt-3 {
  padding-top: 0.66rem;
}
.m-container .section .mtb-1 {
  margin: 0.34rem 0 0.54rem 0;
}
.m-container .section .mtb-2 {
  margin: 0.4rem 0 0.16rem 0;
}
.m-container .section .mtb-3 {
  margin: 0.36rem 0 0.54rem 0;
}
.m-container .section .mtb-4 {
  margin: 0.38rem 0 0.5rem 0;
}
.m-container .footer {
  padding: 0.3rem 0;
  min-height: 2rem;
  max-height: 8rem;
  /* line-height: 2rem; */
  background: #000;
  font-size: 0.24rem;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-container .footer a {
  color: #fff;
}
.m-container .showimg {
  width: 100%;
  height: 100vh;
}
.m-container .showimg img {
  margin-top: 0.2rem;
  width: 100%;
}
.mo-toast {
  font-size: 0.24rem !important;
  z-index: 9999 !important;
}
