html {
  font-size: 100px;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: Source Han Serif CN;
}

.wrapper .pc {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

/* é¦–é¡µ */

.home {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  background: url('https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/banner@2x.png') no-repeat;
  background-size: cover;
  position: relative;
  z-index: 999;
}

.home .download {
  width: 100%;
  position: fixed;
  left: 0%;
  bottom: 0rem;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 9, 9, 0.68);
  z-index: 998;
}

.home .download .right {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.home .download .right a {
  display: inline-block;
  width: 1.82rem;
  height: 0.62rem;
  margin-right: 10px;
}

.home .download .right div {
  display: inline-block;
  width: 2.07rem;
  height: 0.64rem;
  margin-right: 10px;
}

.home .download .right div img {
  width: 100%;
  height: 100%;
}

.home .download .right a img {
  width: 100%;
  height: 100%;
}

.pc .home .icon-main {
  width: 4.51rem;
  height: 1.73rem;
  background-size: 100% 100%;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

.pc .home .banner-title {
  width: 4.51rem;
  height: 1.73rem;
  background-size: 100% 100%;
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.home .contact {
  width: 1.12rem;
  position: absolute;
  left: 0.7rem;
  top: 1.12rem;
  display: flex;
  align-items: center;
}

.home .contact .right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.home .contact .right a {
  display: inline-block;
  width: 0.66rem;
  height: 0.66rem;
  margin-bottom: 10px;
}

.home .contact .right a img {
  width: 0.66rem;
  height: 0.66rem;
}

.home .header {
  width: 100%;
  height: 1rem;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 10;
}

.home .language-select {
  position: absolute;
  right: 2rem;
  top: .36rem;
}

.home .header .tabList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  width: 6.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 1rem;
  list-style: none;
}

.home .tabList li {
  position: relative;
  color: #fff;
  line-height: 1;
  transition: 0.2s all linear;
  cursor: pointer;
  font-size: 0.18rem;
}

.home .tabList li a {
  color: #fff;
}

.home .tabList li::before {
  content: "";
  position: absolute;
  left: 100%;
  width: 0;
  top: 0.39rem;
  height: 0.03rem;
  color: #ecb46a;
  background: url(https://static.xmwan.com/hldjsite/images/pc/detail/1.png) no-repeat;
  background-size: 100% 100%;
  transition: 0.2s all linear;
}

.home .tabList .active a {
  color: #e1b28d !important;
}

.home .tabList .active~li::before {
  left: 0;
}

.home .tabList .active::before {
  width: 100%;
  height: 0.03rem;
  left: 0;
  top: 0.34rem;
}

.home .tabList .hover::before {
  width: 200%;
}

.pc .not {
  margin-top: 0.4rem;
  font-size: 0.3rem;
  width: 100%;
  text-align: center;
}

.home .age img,
.pc .news .more img,
.pc .introduce .introduce_content .swiper-wrapper .top .title img,
.pc .introduce .introduce_content .swiper-wrapper .swiper-content .center img,
.pc .introduce .introduce_content .swiper-wrapper .top .tab-title li img,
.game_features .game_content .title img,
.game_features .game_content .swiper-slide img,
.wonderful .title img,
.wonderful .list li img {
  width: 100%;
  height: 100%;
}

/* äººç‰©ä»‹ç» */

.pc .introduce {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/bg_1@2x.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.pc .introduce .introduce_content {
  width: 100%;
  height: 100%;
  margin: 0rem auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.pc .introduce .introduce_content .top .title {
  width: 3.35rem;
  height: 1.05rem;
  margin: auto;
  position: relative;
  top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 34px;
  font-family: Source Han Serif CN;
  font-weight: 800;
  color: #edc462;
  text-transform: uppercase;
}

.pc .introduce .introduce_content .top .title img {
  position: absolute;
  z-index: -1;
  width: 11.06rem;
  height: 0.76rem;
}

/* æŒ‡ç¤ºç¯ */

.pc .introduce .introduce_content .pagecontent {
  width: 8rem;
  overflow: hidden;
}

.pc .introduce .introduce_content .swiper-pagination {
  bottom: 0.5rem;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translate(-50%);
  width: 8rem;
  justify-content: center;
  position: absolute;
  z-index: 66;
  bottom: 100px;
  overflow: hidden;
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet {
  display: inline-block;
  width: 1.64rem;
  height: 2.36rem;
  opacity: inherit;
  border-radius: 5px;
  margin: 0 6px;
  flex: 1 0 auto;
  /* flex-grow, flex-shrink, flex-basis çš„ç®€å†™å½¢å¼ */
  flex-shrink: 0;
  /* ç¦æ­¢ flex å­é¡¹ç¼©å° */
  filter: brightness(0.6);
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet-active {
  width: 1.64rem;
  height: 2.36rem;
  filter: brightness(1);
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet:first-of-type {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/role1_selected@2x.png) no-repeat;
  background-size: 100% 100%;
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet:nth-of-type(2) {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/role2_selected@2x.png) no-repeat;
  background-size: 100% 100%;
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet:nth-of-type(3) {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/role3_selected@2x.png) no-repeat;
  background-size: 100% 100%;
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet:nth-of-type(4) {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/role4_selected@2x.png) no-repeat;
  background-size: 100% 100%;
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet:nth-of-type(5) {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/role5_selected@2x.png) no-repeat;
  background-size: 100% 100%;
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet:nth-of-type(6) {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/role6_selected@2x.png) no-repeat;
  background-size: 100% 100%;
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet:nth-of-type(7) {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/role7_selected@2x.png) no-repeat;
  background-size: 100% 100%;
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet:nth-of-type(8) {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/role8_selected@2x.png) no-repeat;
  background-size: 100% 100%;
}

.pc .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet:nth-of-type(9) {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/role9_selected@2x.png) no-repeat;
  background-size: 100% 100%;
}

.pc .introduce .introduce_content .swiper-button-prev,
.pc .introduce .introduce_content .swiper-button-next {
  margin-top: auto;
  bottom: 1rem;
}

.pc .introduce .introduce_content .swiper-button-prev:after,
.pc .introduce .introduce_content .swiper-button-next:after {
  content: none;
}

/* æ¸¸æˆ ç‰¹è‰² */

.pc .game_features {
  /* width: 19.2rem; */
  height: 10.8rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/bg2@2x.png) no-repeat;
  background-size: cover;
  position: relative;
}

.pc .game_features .game_content {
  width: 12.26rem;
  height: 8.71rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 1.3rem;
  transform: translate(-50%, 5%);
  margin-left: 0px;
}

.pc .game_features .game_content .swiper-wrapper {
  width: 10.75rem;
  height: 6.6rem;
}

.pc .game_features .game_content .swiper-wrapper img {
  width: 10.75rem;
  height: 6.6rem;
}

.pc .game_features .title {
  width: 3.35rem;
  height: 1.05rem;
  margin: auto;
  position: relative;
  top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 34px;
  font-family: Source Han Serif CN;
  font-weight: 800;
  color: #edc462;
  text-transform: uppercase;
}

.pc .game_features .title img {
  position: absolute;
  z-index: -1;
  width: 11.06rem;
  height: 0.76rem;
}

.pc .game_features .swiper-slide {
  width: 10.75rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
}

.pc .game_features .swiper-button-prev::after,
.pc .game_features .swiper-button-next:after {
  content: "" !important;
}

.pc .game_features .swiper-button-prev {
  width: 1.39rem;
  height: 0.69rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/left@2x.png) no-repeat;
  background-size: 100% 100%;
  left: 2.4rem;
}

.pc .game_features .swiper-button-next {
  width: 1.39rem;
  height: 0.69rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/right@2x.png) no-repeat;
  background-size: 100% 100%;
  right: 2.4rem;
}

.swiperG-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0.4rem;
  display: flex;
  align-items: center;
  width: 1.5rem;
  justify-content: space-around;
}

.swiperG-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #edc462;
  opacity: unset;
  border-radius: unset;
  transform: rotate(45deg);
  background-color: transparent;
}

.swiperG-pagination .swiper-pagination-bullet-active {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #edc462;
  transform: rotate(45deg);
  background-color: #edc462;
  border-radius: unset;
}

.swiperGallery-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  width: 1.5rem;
  z-index: 2;
  justify-content: space-around;
}

.swiperGallery-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border: 0.02rem solid #edc462;
  opacity: unset;
  border-radius: unset;
  transform: rotate(45deg);
  background-color: transparent;
}

.swiperGallery-pagination .swiper-pagination-bullet-active {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border: 0.02rem solid #edc462;
  transform: rotate(45deg);
  background-color: #edc462;
  border-radius: unset;
}

/* ç²¾å½©æ—¶åˆ» */

.wonderful {
 
  height: 10.8rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/bg3@2x.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
}

.wonderful .title {
  width: 3.35rem;
  height: 1.05rem;
  margin: auto;
  position: relative;
  top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 34px;
  font-family: Source Han Serif CN;
  font-weight: 800;
  color: #edc462;
  text-transform: uppercase;
}

.wonderful .title img {
  position: absolute;
  z-index: -1;
  width: 11.06rem;
  height: 0.76rem;
}

.wonderful .list {
  width: 78%;
  height: 5.25rem;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.wonderful .swiper-wrapper-gallery {
  width: 13.26rem;
  height: 8.71rem;
  position: absolute;
  left: 50%;
  top: 1.5rem;
  transform: translate(-50%, 5%);
  margin-left: 0px;
}

.wonderful .swiper-wrapper {
  height: auto;
}

.wonderful .list .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 3rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* å°¾éƒ¨ */

.pc .footer {
  width: 100%;
}

.pc .footer .top {
  width: 100%;
  height: 2.2rem;
  background: url(https://static.xmwan.com/hldjsite/images/pc/home/6/bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.pc .footer .top .social-media {
  width: 58%;
  height: 2.2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
}

.pc .footer .social-media li a {
  display: inline-block;
  width: 1.27rem;
  height: 1.28rem;
}

.pc .footer .social-media li a img {
  width: 100%;
  height: 100%;
}

.pc .footer .bottom {
  width: 100%;
  height: 2.7rem;
  overflow: hidden;
}

.pc .footer .bottom .contact .list {
  height: 0.69rem;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  float: right;
  color: #cea769;
}

.pc .footer .bottom .contact .list a {
  color: #cea769;
}

.pc .footer .bottom .line {
  width: 10.63rem;
  height: 0.02rem;
  margin: 0.2rem auto 0;
}

.pc .footer .bottom .hint {
  text-align: center;
  margin-top: 0.4rem;
  color: #fff;
  line-height: 0.3rem;
}

#video1 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  display: none;
}

.pc .close {
  width: 0.74rem;
  height: 0.74rem;
  background: url(https://static.xmwan.com/hldjsite/images/pc/detail/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.4rem;
  right: -1.4rem;
  z-index: 999;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.box {
  width: 11.09rem;
  height: 6.55rem;
  position: fixed;
  top: 52%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  display: none;
  padding: 0 0.4rem 0.4rem 0.4rem;
  box-sizing: border-box;
  background: url(https://static.xmwan.com/hldjsite/images/pc/home/12-tips.jpg) no-repeat;
  background-size: 100% 100%;
}

.pc .age-remind {
  width: 100%;
  height: 100%;
  position: relative;
}

.pc .age-remind .title {
  width: 100%;
  height: 0.83rem;
  line-height: 0.83rem;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
}

.pc .age-remind .content {
  margin-top: 0.3rem;
}

.pc .age-remind .content p {
  line-height: 0.6rem;
}

.gift-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
}

.gift-mask i.close {
  width: 0.5rem;
  height: 0.5rem;
  background: url(https://static.xmwan.com/hldjpay/images/close.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(2.5rem, -2.5rem);
  cursor: pointer;
  display: block !important;
}

.gift-mask .gift-code {
  width: 5rem;
  height: 3.5rem;
  background: url(https://static.xmwan.com/hldjpay/images/lbm.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gift-mask .gift-code a.copy-btn {
  width: 2rem;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  bottom: 0.2rem;
}

@media screen and (max-width: 768px) {
  html {
      font-size: 100px;
  }
  .wrapper {
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto;
  }
  .wrapper .mobile {
      width: 100%;
      height: auto;
      overflow: hidden;
  }
  .mobile .download {
      width: 100%;
      width: 7.5rem;
      height: 0.98rem;
      background-color: rgba(0, 0, 0, 0.58);
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
  }
  .mobile .download .icon {
      width: 1.68rem;
      height: 0.64rem;
      margin: 0 0 0 0.4rem;
  }
  .mobile .download .download_img {
      width: 0.42rem;
      height: 0.33rem;
      margin-right: 0.4rem;
  }
  .mobile .download img {
      width: 100%;
      height: 100%;
  }
  /* é¦–é¡µ */
  .mobile .home {
      width: 100%;
      height: 11.8rem;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/banner@2x.png) no-repeat;
      background-size: 100% 100%;
      position: relative;
  }
  .mobile .home .icon-main {
      width: 4.51rem;
      height: 1.73rem;
      background-size: 100% 100%;
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%);
  }
  .mobile .home .pay-bg {
      width: 100%;
      height: 1rem;
      position: absolute;
      bottom: .2rem;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .mobile .home .pay-bg a {
      width: 2.02rem;
      height: 0.7rem;
      display: block;
  }
  .mobile .home .pay-bg .pre {
      width: 2.02rem;
      height: 0.7rem;
  }
  .mobile .home .pay-bg .app {
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/phone_ios@2x.png) no-repeat;

      background-size: 100% 100%;
      margin-right: 0.1rem;
  }
  .mobile .home .pay-bg .google {
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/phone_google@2x.png) no-repeat;

      background-size: 100% 100%;
      margin-right: 0.1rem;
  }
  .mobile .not {
      margin-top: 0.4rem;
      font-size: 0.2rem;
      width: 100%;
      text-align: center;
  }
  .home .age img,
  .mobile .more img,
  .mobile .introduce .introduce_content .swiper-wrapper .top .title img,
  .mobile .introduce .introduce_content .swiper-slide img,
  .mobile .introduce .introduce_content .swiper-wrapper .top .tab-title li img,
  .game_features .game_content .title img,
  .game_features .game_content .swiper-slide img,
  .wonderful .title img,
  .wonderful .list li img {
      width: 100%;
      height: 100%;
  }
  /* äººç‰©ä»‹ç» */
  .mobile .introduce {
      width: 7.5rem;
      height: 11.23rem;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/phone_bg2@2x.png) no-repeat;
      background-size: 100% 100%;
      overflow: hidden;
      float: left;
      position: relative;
      z-index: 1;
  }
  .mobile .introduce .swiper-slide .left {
      position: absolute;
      left: 1rem;
      height: 8rem;
      width: 5.19rem;
      top: 1rem;
  }
  .mobile .introduce .swiper-slide .left h1 {
      position: absolute;
      left: 20%;
      transform: translate(-50%);
      top: 2rem;
      height: 0.48rem;
      line-height: 0.48rem;
   
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/ic_name@2x.png) no-repeat;
      text-align: center;
      font-size: 0.3rem;
      font-family: Source Han Serif CN;
      font-weight: 800;
      color: #edc462;
  }
  .mobile .introduce .swiper-slide .left p {
      position: absolute;
      width: 5.02rem;
      left: 50%;
      transform: translate(-50%);
      top: 3.5rem;
      background: rgba(0, 0, 0, 0.4);
      font-size: 0.24rem;
      font-family: Source Han Sans CN;
      font-weight: 500;
      color: #ffffff;
      padding: 0.5rem;
      text-align: start;
  }
  .mobile .introduce .introduce_content {
      width: 7.15rem !important;
      height: 10.13rem;
      margin: 0.34rem auto 0;
      text-align: center;
  }
  .mobile .introduce .introduce_content .top .title {
      width: 7.3rem;
      height: 0.52rem;
      margin: auto;
      position: relative;
      top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      font-size: 0.28;
      font-family: Source Han Serif CN;
      font-weight: 800;
      color: #edc462;
      text-transform: uppercase;
  }
  .mobile .introduce .title img {
      position: absolute;
      z-index: -1;
      width: 7.3rem;
      height: 0.52rem;
  }
  .mobile .introduce .introduce_content .swiper-wrapper {}
  .mobile .introduce .introduce_content .swiper-slide {
      position: relative;
      top: 0.6rem;
  }
  .mobile .introduce .introduce_content .swiper-slide img {
      object-fit: contain;
  }
  /* æŒ‡ç¤ºç¯ */
  .mobile .introduce .introduce_content .swiper-pagination {
      bottom: 0.5rem;
      display: flex;
      align-items: center;
      left: 50%;
      transform: translate(-50%);
      width: 45%;
      justify-content: space-around;
  }
  .mobile .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet {
      display: inline-block;
      width: 0.2rem;
      height: 0.2rem;
      background: url(https://static.xmwan.com/hldjsite/images/mobile/home/3/2.png) no-repeat;
      background-size: 100% 100%;
      opacity: inherit;
  }
  .mobile .introduce .introduce_content .swiper-pagination>.swiper-pagination-bullet-active {
      display: inline-block;
      width: 0.3rem;
      height: 0.3rem;
      background: url(https://static.xmwan.com/hldjsite/images/mobile/home/3/1.png) no-repeat;
      background-size: 100% 100%;
  }
  .mobile .introduce .introduce_content .swiper-button-prev,
  .mobile .introduce .introduce_content .swiper-button-next {
      bottom: 2rem !important;
  }
  .mobile .introduce .introduce_content .swiper-button-prev {
      width: 1.02rem;
      height: 0.85rem;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/phone_ic_left@2x.png) no-repeat;
      background-size: 100% 100%;
      left: 0.1rem;
      bottom: 2rem !important;
  }
  .mobile .introduce .introduce_content .swiper-button-prev:after,
  .mobile .introduce .introduce_content .swiper-button-next:after {
      content: none;
  }
  .mobile .introduce .introduce_content .swiper-button-next {
      width: 1.02rem;
      height: 0.85rem;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/phone_ic_right@2x.png) no-repeat;
      background-size: 100% 100%;
      right: 0.1rem;
      bottom: 2rem !important;
  }
  /* æ¸¸æˆ ç‰¹è‰² */
  .mobile .game_features {
      width: 100%;
      height: 9.14rem;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/phone_bg1@2x.png) no-repeat !important;
      background-size: 100% 100%;
      position: relative;
  }
  .mobile .game_features .gameMobile_content {
      width: 5.79rem;
      height: 7.45rem;
      overflow: hidden;
      position: absolute;
      left: 50%;
      top: 2.33rem;
      transform: translate(-50%, 5%);
      margin-left: 0px;
  }
  .mobile .game_features .gameMobile_content .swiper-wrapper {
      width: 100%;
      height: 100%;
  }
  .mobile .game_features .title {
      width: 7.3rem;
      height: 0.52rem;
      margin: auto;
      position: relative;
      top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      font-size: 0.28rem;
      font-family: Source Han Serif CN;
      font-weight: 800;
      color: #edc462;
      text-transform: uppercase;
  }
  .mobile .game_features .title img {
      position: absolute;
      z-index: -1;
      width: 7.3rem;
      height: 0.52rem;
  }
  .mobile .game_features .swiper-slide {
      width: 5.79rem;
      height: 3.55rem;
  }
  .mobile .game_features .swiper-slide img {
      width: 5.79rem;
      height: 3.55rem;
      object-fit: cover;
  }
  .mobile .game_features .swiper-button-prev::after,
  .mobile .game_features .swiper-button-next:after {
      content: "" !important;
  }
  .mobile .game_features .swiper-button-prev {
      width: 1.02rem;
      height: 0.85rem;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/phone_ic_left@2x.png) no-repeat;
      background-size: 100% 100%;
      left: 0.1rem;
  }
  .mobile .game_features .swiper-button-next {
      width: 1.02rem;
      height: 0.85rem;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/phone_ic_right@2x.png) no-repeat;
      background-size: 100% 100%;
      right: 0.1rem;
  }
  .mobile .swiperMobile-pagination {
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 0.3rem;
      display: flex;
      align-items: center;
      width: 20%;
      justify-content: space-around;
  }
  /* characters */
  .characters-swiperMobile-pagination,
  .features-swiperMobile-pagination {
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 0.5rem;
      display: flex;
      align-items: center;
      width: 1.5rem;
      justify-content: space-around;
  }
  .features-swiperMobile-pagination .swiper-pagination-bullet,
  .characters-swiperMobile-pagination .swiper-pagination-bullet {
      display: inline-block;
      width: 0.14rem;
      height: 0.14rem;
      border: 0.02rem solid #edc462;
      opacity: unset;
      border-radius: unset;
      transform: rotate(45deg);
      background-color: transparent;
  }
  .features-swiperMobile-pagination .swiper-pagination-bullet-active,
  .characters-swiperMobile-pagination .swiper-pagination-bullet-active {
      display: inline-block;
      width: 0.14rem;
      height: 0.14rem;
      border: 0.02rem solid #edc462;
      transform: rotate(45deg);
      background-color: #edc462;
      border-radius: unset;
  }
  /* ç²¾å½©æ—¶åˆ» */
  .mobile .wonderful {
      width: 7.5rem;
      height: 10.69rem;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/phone_bg3@2x.png) no-repeat;
      background-size: cover;
      overflow: hidden;
  }
  .mobile .wonderful .title {
      width: 7.3rem;
      height: 0.52rem;
      margin: auto;
      position: relative;
      top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      font-size: 0.28rem;
      font-family: Source Han Serif CN;
      font-weight: 800;
      color: #edc462;
      text-transform: uppercase;
  }
  .mobile .game_features .title img {
      position: absolute;
      z-index: -1;
      width: 7.3rem;
      height: 0.52rem;
  }
  .mobile .wonderful .list {
      width: 86%;
      height: 2.98rem;
      margin: 0.1rem auto;
      display: flex;
      justify-content: space-around;
      align-items: center;
  }
  .mobile .wonderful .list li {
      width: 2.02rem;
      height: 2.98rem;
      cursor: pointer;
  }
  .mobile .wonderful .swiper-wrapper-gallery {
      width: 6.5rem;
      height: 8.71rem;
      position: absolute;
      left: 50%;
      top: 1.5rem;
      transform: translate(-50%, 5%);
      margin-left: 0px;
  }
  .mobile .wonderful .swiper-wrapper {
      height: auto;
  }
  .mobile .wonderful .list .swiper-slide {
      text-align: center;
      font-size: 18px;
      height: 3.55rem;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
  }
  .mobile .wonderful .list .swiper-slide img {
      object-fit: contain;
  }
  /* å°¾éƒ¨ */
  .mobile .footer {
      width: 100%;
      background: #140e00;
      height: 3.03rem;
      overflow: hidden;
  }
  .mobile .footer .top .social-media {
      width: 76%;
      height: 1.26rem;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 10px auto 0;
  }
  .mobile .footer .social-media li a {
      display: inline-block;
      width: 0.81rem;
      height: 0.81rem;
  }
  .mobile .footer .social-media li a img {
      width: 100%;
      height: 100%;
  }
  .mobile .footer .bottom {
      width: 100%;
      height: 2.64rem;
  }
  .mobile .footer .bottom .contact {
      width: 6.38rem;
      height: 0.69rem;
      margin: auto;
      text-align: center;
  }
  .mobile .footer .bottom .contact img {
      width: 2.03rem;
      height: 0.77rem;
      margin: auto;
  }
  .mobile .footer .bottom .hint {
      width: 6.38rem;
      margin: auto;
      text-align: center;
      margin-top: 0.2rem;
      font-size: 0.2rem;
      font-family: Source Han Serif CN;
      font-weight: 800;
      color: #edc462;
  }
  .mobile .popup {
      position: fixed;
      height: 100vh;
      z-index: 99991;
      bottom: -100%;
      width: 100%;
      left: 0;
      background: #000000;
      padding: 20px;
      box-sizing: border-box;
      transition: transform 0.3s ease-out;
      font-size: 28px;
      font-family: Source Han Serif CN;
      font-weight: 500;
      color: #97772c;
  }
  .mobile .popup.show {
      transform: translateY(-100%);
  }
  .mobile .popup .icon {
      width: 1.68rem;
      height: 0.64rem;
  }
  .mobile .popup .us {
      display: flex;
      justify-content: center;
      padding: 0 20px;
  }
  .mobile .popup .alink {
      margin-top: 30vh;
  }
  .mobile .popup .us .us-item .img2 a {
      width: 0.66rem;
      height: 0.66rem;
      margin-right: 0.5rem;
  }
  .mobile .popup .us .us-item .descript {
      margin-top: 5px;
      text-align: center;
  }
  .mobile .popup .close {
      width: 0.33rem;
      height: 0.33rem;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/close@2x.png) no-repeat;
      background-size: 100% 100%;
      position: absolute;
      top: 0.4rem;
      right: 0.2rem;
      z-index: 999;
      transform: translate(-50%, -50%);
      cursor: pointer;
  }
  .mobile .popup a {
      font-size: 13px;
      font-weight: bold;
      color: #97772c;
      line-height: 24px;
      height: 22px;
      text-align: center;
      margin: 40px auto;
      position: relative;
      display: block;
  }
  .mobile .popup .highlight {
      color: #fff;
      background: #000;
      border-radius: 12px;
  }
  .mobile .popup .a1::after {
      content: "";
      width: 6.87rem;
      height: 0.02rem;
      bottom: -20px;
      left: 0px;
      position: absolute;
      background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/mobile/line@2x.png) no-repeat;
      background-size: contain;
  }
 
  .box {
      display: none;
  }
}

.gallery-top-box {
  height: 100%;
  width: 15rem;
}

.gallery-top-box .gallery-top .swiper-slide img {
  height: 1138px;
  width: 1080px;
  object-fit: cover;
  position: relative;
  transform: translate(30%);
}

.gallery-top-box .gallery-top .swiper-slide .left {
  position: absolute;
  left: 1rem;
  height: 1138px;
  width: 5.19rem;
  top: 1rem;
}

.gallery-top-box .gallery-top .swiper-slide .left h1 {
  position: absolute;
  left: 1rem;
  height: 0.48rem;
  line-height: 0.48rem;
  width: 1.61rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/ic_name@2x.png) no-repeat;
  text-align: center;
  font-size: 30px;
  font-family: Source Han Serif CN;
  font-weight: 800;
  color: #edc462;
}

.gallery-top-box .gallery-top .swiper-slide .left p {
  position: absolute;
  left: 1rem;
  width: 5.19rem;
  top: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.16rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  padding: 0.5rem;
  text-align: start;
}

.gallery-top .swiper-slide-active {
  opacity: 1;
}

.gallery-thumbs-box .gallery-thumbs .swiper-slide {
  width: 100%;
  height: 100%;
  width: 100%;
}

.gallery-thumbs-box .gallery-thumbs .swiper-slide img {
  width: 1.64rem;
  height: 2.36rem;
  filter: brightness(0.7);
  object-fit: contain;
}

.gallery-thumbs-box .gallery-thumbs .active img {
  filter: brightness(1);
}

.gallery-thumbs-box {
  position: absolute;
  width: 15rem;
  left: 50%;
  transform: translate(-50%);
  height: 2.56rem;
  bottom: 1rem;
  z-index: 99;
}

.gallery-thumbs {
  height: 2.36rem;
  width: 80%;
  box-sizing: border-box;
  padding-top: 2px;
}

.gallery-thumbs .swiper-slide {
  width: auto;
  height: auto;
  overflow: hidden;
}

.gallery-thumbs-box .swiper-container {
  margin-left: auto;
  margin-right: auto;
}

.gallery-thumbs-box .swiper-button-prev {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/left@2x.png);
  width: 1.39rem;
  height: 0.69rem;
  background-size: 100% 100%;
  left: 10px;
  top: 0;
  outline: none;
}

.gallery-thumbs-box .swiper-button-next {
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/right@2x.png);
  width: 1.39rem;
  height: 0.69rem;
  right: 10px;
  background-size: 100% 100%;
  top: 0;
  outline: none;
}

.gallery-top-box {
  position: relative;
  width: 100%;
}

.gallery-top-box .swiper-container {
  margin-left: auto;
  margin-right: auto;
}

.gallery-top-box .swiper-button-prev {
  background-image: url(./images/left-lg.png);
  width: 18px;
  background-size: 18px 38px;
  left: 10px;
  margin-top: 0;
  top: 50%;
  outline: none;
  transform: translate(0, -50%);
}

.gallery-top-box .swiper-button-next {
  background-image: url(./images/next-lg.png);
  width: 18px;
  background-size: 18px 38px;
  right: 10px;
  margin-top: 0;
  top: 50%;
  outline: none;
  transform: translate(0, -50%);
}

.yuyue-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  z-index: 999;
}

.yuyue-popup .bg11 {
  width: 6.63rem;
  height: 4.08rem;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0%);
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/window_bg@2x.png) no-repeat center / contain;
  box-sizing: border-box;
  padding: .6rem;
  z-index: 1000;
  font-family: Source Han Serif CN;
  font-weight: 500;
  color: #edc462;
}

.yuyue-popup .bg11 input {
  color: #a39a9a;
  padding: 0 0.0521rem;
  border: none;
  outline: none;
  font-size: .16rem;
  border-radius: 0.0521rem;
}

.yuyue-popup .bg11 .moble {
  height: 1.875rem;
  box-sizing: border-box;
  padding: 0 0.1042rem;
  padding-top: 0.2604rem;
}

.yuyue-popup .bg11 .moble .tc {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: .23rem;
  margin-bottom: 0.48rem;
}

.yuyue-popup .bg11 .moble .inputs .ph1 {
  width: 4.62rem;
  height: .46rem;
  border: #A6822E;
  ;
  background: transparent;
  border: 2px solid #A6822E;
  font-weight: 500;
  color: #97772C;
  font-size: .16rem;
}

.yuyue-popup .bg11 .moble .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.yuyue-popup .bg11 .checkAll {
  margin-top: .2rem;
}

.yuyue-popup .bg11 .checkAll a {
  font-size: .14rem;
  font-weight: bold;
  color: #EDC462;
  text-decoration: underline;
}
.yuyue-popup .bg11 .checkAll span {
  font-size: .14rem;
  font-weight: bold;
  color: #EDC462;
}

.yuyue-popup .bg11 .moble .btn .bt-zh {
  height: .46rem;
  width: 1.71rem;
  margin-top: .23rem;
  font-size: .16rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/btn_apply_cn@2x.png) no-repeat center center / contain;
}

.yuyue-popup .bg11 .moble .btn .bt-en {
  height: .46rem;
  width: 1.71rem;
  margin-top: .23rem;
  font-size: .16rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/btn_apply@2x.png) no-repeat center center / contain;
}
.yuyue-popup .bg11 .moble .btn .bt-en {
  height: .46rem;
  width: 1.71rem;
  margin-top: .23rem;
  font-size: .16rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/btn_apply@2x.png) no-repeat center center / contain;
}
.yuyue-popup .bg11 .moble .btn .bt-kr {
  height: .46rem;
  width: 1.71rem;
  margin-top: .23rem;
  font-size: .16rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/kr/btn_apply@2x.png) no-repeat center center / contain;
}

.yuyue-popup .bg11 .t_close {
  position: absolute;
  right: 0.2813rem;
  top: 0.2604rem;
  width: .29rem;
  height: 0.29rem;
  background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/close@2x.png) no-repeat center center / contain;
  cursor: pointer;
}

.yuyue-popup input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: .15rem;
  height: .15rem;
  margin-right: .1rem;
}

.yuyue-popup input[type=checkbox]::after {
  position: absolute;
  top: 0;
  border: 1px solid #EDC462;
  ;
  background-color: #ff670c;
  background: transparent;
  background: #A6822E;
  color: #fff;
  width: .15rem;
  height: .15rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 1px
}

.yuyue-popup input[type=checkbox]:checked::after {
  background-color: #211903;
  border-color: #EDC462;
  /* background: #A6822E; */
  /* background: url(https://d1wnf2otvqt7l7.cloudfront.net/bemadea/prelogin/images/pc/ic_close@2x.png); */
  content: "√";
  font-size: .12rem;
  font-weight: bold;
}