html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}

.hide-text {
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}

.full {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

@keyframes rotate {
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}

/* @font-face {
  font-family: SYST;
  src: url(./font/SYST.ttf) format('opentype');
  font-display: swap;
} */
body {
  background: #000;
  font-size: .3rem;
  font-family: Microsoft YaHei;
}
html, body, .page {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
*:not(input, textarea) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
}
.hide-text {
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
ul,li {
  list-style: none;
}
/* loading*/
.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bpm/m/m202412/loading-bg.jpg) no-repeat top center/ cover;  
  z-index: 100;
}
.loading-container {
  position: absolute !important;
  z-index: 9;
}
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.57rem;
  height: 1.57rem;
  transform: translate(-50%, -50%);
}
.loading-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
}
.loading-wrapper .text {
  font-size: 0.22rem;
  text-align: center;
  color: #333;
  font-family: '\5FAE\8F6F\96C5\9ED1',sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 5rem);
}
.loading-wrapper .process-number {
  /* font-family: AGENCYFB; */
  min-width: .5rem;
  display: inline-block;
}
.loading-wrapper .loading-icon {
  width: 1.57rem;
  height: 1.57rem;
  animation: rotate 2000ms infinite linear;
  position: absolute;
}
.animation-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.animation-loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: .3rem;
  font-weight: bold;
  color: rgb(255, 225, 137);
  font-family: 'XQzhaopaitiJF';
}

.wraper {
  position: relative;
  margin: 0 auto;
  /* width: 100%; */
  width: 7.5rem;
  height: 100%;
  overflow: hidden;
  background: url(//game.gtimg.cn/images/bpm/m/m202412/loading-bg.jpg) no-repeat center/ 100%;  
}
#afooter {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  color: #fff;
  padding: 0.3rem 0;
  font-size: 0.18rem;
}
#afooter.inner-footer {
  bottom: 0;
}
#afooter a {
  color: #fff;
}
#afooter .copyright_public {
  display: none;
}
#ageReminder {
  width: .46rem;
  height: .58rem;
  position: absolute;
  left: 50%;
  margin-left: -3.5rem;
  top: 50%;
  margin-top: -39vh;
  z-index: 5;
}
#ageReminder .age-reminder {
  width: .6rem;
  height: .77rem;
}
.age-reminder-pop .pop-inner {
  width: 90% !important;
}
#ageReminder .dialog-title {
  height: 1rem;
  line-height: 1rem;
  padding: 0.2rem 0 0.8rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: .42rem;
  font-style: italic;
  color: #e12617;
  position: absolute;
  left: 50%;
  width: 4rem;
  margin-left: -3.8rem;
  top: 0.5rem;
  text-align: center;
  background: none;
}

.side-bar.show {
  right: 0;
  opacity: 1;
}
.side-bar {
  position: absolute;
  top: 0;
  right: -100%;
  opacity: 0;
  transition: all ease-in-out .3s;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 99;
  background: url(//game.gtimg.cn/images/bpm/m/m202412/home/menu-bg.jpg) no-repeat center top;
}
.side-bar-inner {
  width: 100%;
  height: 12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  align-items: center;
}
.side-bar .list {  
  /* margin-top: 2.8rem; */
  -mod-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  width: 100%;
  box-sizing: border-box;
}
.side-bar .list .item {
  display: block;
  position: relative;
  height: 1.54rem;
  line-height: 1.54rem;
  font-size: .32rem;
  color: #000;
  text-align: center;
}
.side-bar .list .item.current {
  text-decoration: underline;
}
.side-bar .link-wrap {
  /* position: absolute;
  bottom: 0;
  left: 50%; */
  width: 100%;
  /* transform: translateX(-50%); */
}
.side-bar .icon-link {
  filter: brightness(0); /* 将图标变为黑色 */
}
.icon-menu-close {
  transition: transform ease-in-out .2s;
  text-indent: -99rem;
  overflow: hidden;
  position: absolute;
  right: .1rem;
  top: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: url(//game.gtimg.cn/images/bpm/m/m202412/dialog/ico-close-g.png) no-repeat center;
  background-size: cover;
  display: none;
}
.side-bar .ico-close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
/* 顶部logo及登录 */
.load {
  position: absolute;
  right: 0.1rem;
  text-align: right;
  top: 0.95rem;
  font-size: 0.28rem;
  font-family: FZZYSJW;
  color: #FFF;
  z-index: 100;
  display: none;
}
.load .log {
  color: rgb(255, 225, 137);
  text-decoration: none;
}
#ageReminderContainer {
  top: 1rem !important;
}
/* 内容部分 */
.scene {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}

.animation {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 16.24rem;
  bottom: 0;
  pointer-events: none;
}
.scene {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}

.show-anim {
  animation: showInAndOut 3s 0s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes showInAndOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  height: 1.61rem;
  z-index: 100;
}
.news-detail-page .header,
.news-list-page .header {
  position: absolute;
}
.logo {
  position: absolute;
  top: 0.26rem;
  left: 0.33rem;
  width: 1.51rem;
  height: 0.55rem;
}
.icon-logo {
  width: 2.1rem;
  height: 0.84rem;
}
.btn-list {
  position: absolute;
  top: 0.33rem;
  right: 0.3rem;
  width: 1.4rem;
  height: 0.48rem;
  display: flex;
  justify-content: space-between;
}
.btn-down-cloud {
  width: 2.29rem;
  height: 0.72rem;
  background: url('//game.gtimg.cn/images/dnf/m/m202409/btn-down-cloud.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
}
.icon-menu {
  margin-top: 0.1rem;
  width: 0.48rem;
  height: 0.34rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/icon-menu.png') no-repeat center / 100% 100%;
}
.dark-header .icon-logo,
.dark-header .icon-audio,
.dark-header .icon-menu {
  filter: brightness(0) contrast(100%);
}
.icon-audio {
  width: 0.48rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/icon-audio.png') no-repeat center / 100% 100%;
}
.icon-audio.pause {
  width: 0.48rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/icon-audio-close.png') no-repeat center / 100% 100%;
}
/* 第一屏 */
.kv-video,
.role-video {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.scene-home {
  position: relative;
  background: #000;
}
.scene-home .slogan {
  position: absolute;
  top: 0.66rem;
  left: 50%;
  margin-left: -3.27rem;
  width: 6.79rem;
  height: 2.99rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/slogan.png') no-repeat center / 100% 100%;
}
.scene-home .icon-tap {
  position: absolute;
  top: 3.55rem;
  right: 0;
  width: 1.07rem;
  height: 1.65rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/icon-tap.png') no-repeat center / 100% 100%;
}
.scene-home .icon-hykb {
  position: absolute;
  top: 5.31rem;
  right: 0;
  width: 1.07rem;
  height: 1.65rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/icon-hykb.png') no-repeat center / 100% 100%;
}
.scene-home .icon-wegame {
  position: absolute;
  top: 8.8rem;
  right: 0;
  width: 1.07rem;
  height: 1.65rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/icon-wegame.png') no-repeat center / 100% 100%;
}
.scene-home .icon-bilibili {
  position: absolute;
  top: 7.07rem;
  right: 0;
  width: 1.07rem;
  height: 1.65rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/icon-bilibili.png') no-repeat center / 100% 100%;
}
/* .home-bar {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/home-bar.png') no-repeat center / 100% 100%;
} */
.home-bar {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  margin-left: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/btn-configuration.png') no-repeat center / 100% 100%;
}
.scene-home .icon-video {
  position: absolute;
  top: 0.82rem;
  left: 50%;
  margin-left: 2rem;
  /* width: 0.92rem;
  height: 1.06rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/icon-video.png') no-repeat center / 100% 100%; */
  width: 1.1rem;
  height: 1.1rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/icon-play.gif') no-repeat center / 100% 100%;
}
.scene-home .icon-yuyue {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  margin-left: -2.3rem;
  width: 4.6rem;
  height: 1.08rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/btn-yuyue-new.png') no-repeat center / 100% 100%;
}
.scene-home .icon-cszm {
  position: absolute;
  top: 4.89rem;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 0.72rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/btn-cszm.png') no-repeat center / 100% 100%;
}
.scene-home .icon-zgcx {
  position: absolute;
  /*top: 6.36rem;*/
  top: 4.9rem;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 0.72rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/btn-zgcx.png') no-repeat center / 100% 100%;
}
.scene-home .btn-wegame {
  position: absolute;
  top: 5.97rem;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 0.72rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/btn-wegame.png') no-repeat center / 100% 100%;
}
.scene-home .btn-android {
  position: absolute;
  /* top: 7.04rem; */
  top: 5.97rem;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 0.72rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/home/btn-android.png') no-repeat center / 100% 100%;
}
.global-swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}
.scene .scene-content {
  width: 7.5rem;
  height: 11rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

/* 职业 */
.scene-role {
  position: relative;
  background: #ffffff;
}
.role-video {
  display: block;
  width: 7.5rem;
  height: 16.24rem;
}
.scene-role .lp-type {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  margin-left: -1.61rem;
  width: 3.22rem;
  height: 0.49rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
}
.scene-role .lp-type .type-name {
  width: 1.6rem;
  height: 0.47rem;
  line-height: 0.47rem;
  text-align: center;
}
.scene-role .lp-type .type-name.active {
  background-color: #000;
  border-radius: 0.5rem;
  color: #fff;
}
/* .role-video canvas {
  background: #fff;
} */
.scene-role .role-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 16.24rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/weiren/weiren-enter-bg.jpg') no-repeat center / 100% 100%;
}
#role_video_loop {
  width: 1px;
  height: 1px;
}
.role-top-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 7.5rem;
  height: 2.16rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/role-top-bg.png') no-repeat center / 100% 100%;
}
.role-bottom-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 7.5rem;
  height: 6.29rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/role-bottom-bg.png') no-repeat center / 100% 100%;
}
.scene-role .scene-title {
  position: absolute;
  top: -0.56rem;
  left: 50%;
  margin-left: -2.06rem;
  width: 4.13rem;
  height: 1.14rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/title.png') no-repeat center / 100% 100%;
}
.scene-role .role-skill-wrap {
  position: absolute;
  top: 6.82rem;
  left: 50%;
  margin-left: -0.86rem;
  width: 1.68rem;
  height: .48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/role-video-bg.png') no-repeat center / 100% 100%;
}
.role-bg {
  position: absolute;
  top: 1.92rem;
  left: 50%;
  margin-left: -2.56rem;
  width: 5.12rem;
  height: 5.12rem;
}
.role-pic-wrap {
  position: absolute;
  top: 1.36rem;
  left: 50%;
  margin-left: -3.63rem;
  width: 7.26rem;
  height: 7.65rem;
}
.gun.role-bg {
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/gun/role-bg.png') no-repeat center / 100% 100%;
}
.gun.role-pic-wrap {
  top: 0;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/gun/role-pic.png') no-repeat center / 100% 100%;
}
.weiren.role-bg {
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/weiren/role-bg.png') no-repeat center / 100% 100%;
}
.weiren.role-pic-wrap {
  width: 5.01rem;
  height: 8.34rem;
  margin-left: -2.5rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/weiren/role-pic.png') no-repeat center / 100% 100%;
}
.taidao.role-bg {
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/taidao/role-bg.png') no-repeat center / 100% 100%;
}
.taidao.role-pic-wrap {
  width: 7.25rem;
  height: 7.65rem;
  margin-left: -3.63rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/taidao/role-pic.png') no-repeat center / 100% 100%;
}
.mozhang.role-bg {
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/mozhang/role-bg.png') no-repeat center / 100% 100%;
}
.mozhang.role-pic-wrap {
  width: 6.07rem;
  height: 7.39rem;
  margin-left: -3.03rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/mozhang/role-pic.png') no-repeat center / 100% 100%;
}
.gongjian.role-bg {
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/gongjian/role-bg.png') no-repeat center / 100% 100%;
}
.gongjian.role-pic-wrap {
  width: 4.6rem;
  height: 8.85rem;
  margin-left: -2.3rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/gongjian/role-pic.png') no-repeat center / 100% 100%;
}
.fahuan.role-bg {
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/fahuan/role-bg.png') no-repeat center / 100% 100%;
}
.fahuan.role-pic-wrap {
  width: 3.49rem;
  height: 7.01rem;
  margin-left: -1.74rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/fahuan/role-pic.png') no-repeat center / 100% 100%;
}
.role-name {
  position: absolute;
  top: 7.52rem;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  color: #000;
}
.role-info {
  position: absolute;
  top: 8.08rem;
  left: 50%;
  margin-left: -2.4rem;
  width: 4.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
}
.role-info .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.role-info .item-name {
  margin-right: 0.26rem;
}
.role-desc {
  position: absolute;
  top: 8.56rem;
  left: 50%;
  width: 4.2rem;
  margin-left: -2.1rem;
}
.role-desc p {
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
  text-align: center;
}
.role-info .difficulty-star {
  width: 0.24rem;
  height: 0.24rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/star.png') no-repeat center / 100% 100%;
  margin-right: 0.05rem;
}
.split-line {
  width: 0.01rem;
  height: 0.24rem;
  margin-top: 0.08rem;
  background-color: #000;
}
.role-nav-list {
  position: absolute;
  top: 9.72rem;
  left: 50%;
  width: 7.02rem;
  margin-left: -3.51rem;
}
.role-nav-list .swiper-slide {
  width: 1.5rem;
  text-align: center;
}
.icon-role-type {
  margin: 0.18rem auto;
}
.icon-weiren {
  width: 1.04rem;
  height: 0.88rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-weiren-normal.png') no-repeat center / 100% 100%;
}
.icon-taidao {
  width: 0.81rem;
  height: 0.93rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-taidao-normal.png') no-repeat center / 100% 100%;
}
.icon-gun {
  width: 0.9rem;
  height: 0.92rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-gun-normal.png') no-repeat center / 100% 100%;
}
.icon-mozhang {
  width: 0.84rem;
  height: 0.94rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-mozhang-normal.png') no-repeat center / 100% 100%;
}
.icon-gongjian {
  width: 1.04rem;
  height: 0.91rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-gongjian-normal.png') no-repeat center / 100% 100%;
}
.icon-fahuan {
  width: 1.03rem;
  height: 0.94rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-fahuan-normal.png') no-repeat center / 100% 100%;
}
.role-nav-list .role-type-name {
  font-size: 0.24rem;
  color: #4b4b4b;
}
.role-nav-list .swiper-slide-active .role-type-name {
  color: #000;
}
.role-nav-list .swiper-slide-active .icon-role-type {
  margin: 0 auto;
}
.role-nav-list .swiper-slide-active .icon-role-type::before {
  content: '';
  position: absolute;
  top: 0.63rem;
  left: -0.65rem;
  width: 0.95rem;
  height: 0.01rem;
  background-color: #000;
}
.role-nav-list .swiper-slide-active .icon-role-type::after {
  content: '';
  position: absolute;
  top: 0.63rem;
  right: -0.65rem;
  width: 0.95rem;
  height: 0.01rem;
  background-color: #000;
}
.role-nav-list .swiper-slide-active .icon-gun {
  width: 1.29rem;
  height: 1.29rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-gun-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-weiren {
  width: 1.29rem;
  height: 1.29rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-weiren-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-taidao {
  width: 1.29rem;
  height: 1.29rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-taidao-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-mozhang {
  width: 1.29rem;
  height: 1.29rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-mozhang-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-gongjian {
  width: 1.29rem;
  height: 1.29rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-gongjian-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-fahuan {
  width: 1.29rem;
  height: 1.29rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-fahuan-active.png') no-repeat center / 100% 100%;
}
.scene-role .btn-prev,
.scene-role .btn-next {
  position: absolute;
  left: 0;
  top: 0.49rem;
  width: 0.22rem;
  height: 0.44rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/role/icon-prev.png') no-repeat center / 100% 100%;
}
.scene-role .btn-next {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

/* 游戏特色 */
.scene-feature {
  position: relative;
  background: #fff url('//game.gtimg.cn/images/bpm/m/m202412/feature/bg.jpg') no-repeat center / 100% 100%;
}
.scene-feature .scene-title {
  position: absolute;
  top: -0.93rem;
  left: 50%;
  margin-left: -2.06rem;
  width: 4.11rem;
  height: 1.14rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/feature/title.png') no-repeat center / 100% 100%;
}
.feature-bg {
  position: absolute;
  bottom: 2.56rem;
  left: 50%;
  margin-left: -3.51rem;
  width: 7.02rem;
  height: 7.02rem;
}
.feature-bg img {
  width: 7.02rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3.51rem;
}
.feature-bg::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -3.42rem;
  width: 6.84rem;
  height: 7.89rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/feature/feature-wrap-bg.png') no-repeat center / 100% 100%;
}
.feature-bg::before {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  margin-left: -3.27rem;
  width: 6.54rem;
  height: 6.81rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/feature/feature-wrap-bottom.png') no-repeat center / 100% 100%;
}
.feature-nav-list {
  width: 10.08rem;
  height: 1.91rem;
  padding-bottom: 0.11rem;
  position: absolute;
  top: 8.93rem;
  left: 50%;
  margin-left: -3.51rem;
}
.feature-nav-list .nav-item {
  width: 3.2rem;
  height: 1.8rem;
  margin-right: 0.24rem;
}
.feature-nav-list .nav-item img {
  object-fit: cover;
  width: 3.2rem;
  height: 1.8rem;
  position: relative;
}
.feature-nav-list .nav-item.swiper-slide-active {
  width: 3.18rem;
  height: 1.78rem;
  border: 1px solid #6effff;
}
.feature-nav-list .nav-item.swiper-slide-active::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 3.2rem;
  height: 1.8rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/feature/nav-bg.png') no-repeat center / 100% 100%;
}
.scene-feature .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: -0.53rem;
  width: 4.26rem;
  margin-left: -2.13rem;
}
.scene-feature .swiper-pagination-bullet {
  width: 0.73rem;
  height: 0.02rem;
  background-color: #b9b8b8;
}
.scene-feature .swiper-pagination-bullet-active {
  width: 0.73rem;
  height: 0.02rem;
  background-color: #000;
}
/* 资讯部分 */
.scene-news {
  position: relative;
  background: #fff url('//game.gtimg.cn/images/bpm/m/m202412/news/bg.jpg') no-repeat center / 100% 100%;
}
.scene-news .scene-title {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  margin-left: -2.06rem;
  width: 4.12rem;
  height: 1.14rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/news/title.png') no-repeat center / 100% 100%;
}
.scene-news .adver-wrap {
  position: absolute;
  top: 1.18rem;
  left: 50%;
  margin-left: -3.4rem;
  width: 6.8rem;
  height: 3.81rem;
}
.scene-news .adver-wrap::before {
  content: '';
  position: absolute;
  top: 0.45rem;
  left: 0.8rem;
  width: 6.08rem;
  height: 3.46rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/news/top-adver-bg.png') no-repeat center / 100% 100%;
}
.scene-news .adver-wrap::after {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: 6.8rem;
  height: 3.82rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/news/top-adver-line.png') no-repeat center / 100% 100%;
  z-index: 2;
  pointer-events: none;
}
.scene-news .adver-pic,
.scene-news .adver-pic img {
  width: 6.8rem;
  height: 3.81rem;
}
.scene-news .tab-wrap {
  position: absolute;
  top: 5.93rem;
  left: 50%;  
  margin-left: -2.58rem;
  width: 5.16rem;
  height: 0.48rem;
  line-height: 0.48rem;
}
.scene-news .tab-wrap .news-nav-list {
  display: flex;
  justify-content: space-between;
}
.scene-news .tab-wrap .news-nav-list li{
  width: 1.2rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  color: #010101;
}
.scene-news .tab-wrap .news-nav-list li.tab_active {
  color: #fff;
  background-color: #000;
  border-radius: 0.5rem;
}
.scene-news .news-list {
  position: absolute;
  top: 6.77rem;
  left: 50%;  
  width: 7.02rem;
  margin-left: -3.51rem;
}
.scene-news .news-item {
  border-bottom: 1px solid #999999;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.32rem;
}
.scene-news .news-item a {
  color: #000;
}
.scene-news .btn-more {
  display: block;
  position: absolute;
  bottom: -0.34rem;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 0.72rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/news/btn-more.png') no-repeat center / 100% 100%;
}
.scene-news .swiper-pagination-bullet {
  width: 0.56rem;
  height: 0.02rem;
  background-color: #b9b8b8;
}
.scene-news .swiper-pagination-bullet-active {
  width: 0.56rem;
  height: 0.02rem;
  background-color: #6fefff;
}
/* 地图 */
.fragment-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 16.24rem;
  z-index: 10;
  pointer-events: none;
  /* transform: translateX(-50%); */
}
.scene-map {
  position: relative;  
  background: url('//game.gtimg.cn/images/bpm/m/m202412/loading-bg.jpg') no-repeat center top/ 100% 100%;
}
.map-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}
.map-bg img {
  width: 100%;
  height: 100%;  
  object-fit: cover;
  display: none;
}
.map-bg img.show {
  display: block;
}
.map-operation {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  height: 2.23rem;
}
.map-circle-bg {
  position: absolute;
  top: 0.68rem;
  /* left: 0; */
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/circle-bg.png') no-repeat center top/ 100% 100%;
  height: 1.75rem;
  width: 7.5rem;
  /* width: 16rem;
  height: 16rem; */
  left: 50%;
  margin-left: -3.75rem;
  transition: transform 2s ease; /* 添加平滑的旋转过渡效果 */
}
.map-swiper {
  position: absolute;
  top: 0rem;
  left: 50%;
  height: 2.2rem;
  width: 5.3rem;
  margin-left: -2.65rem;
}
.map-swiper .swiper {
  padding-top: 0.8rem;
}
.map-swiper .nav-item {
  width: 1.6rem;
  height: 1.43rem;    
}
.map-swiper .nav-icon {
  margin: 0.26rem auto;
  filter: brightness(0) invert(1); /* 使图标变为白色 */
  opacity: 0.3;
}
.map-swiper .swiper-slide-active .nav-icon {
  opacity: 1;
}
.animate__animated.animate__fastest {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2)
}
.map-swiper .nav-name {
  width: 100%;
  text-align: center;
  color: #878894;
  font-size: 0.2rem;
}
.map-swiper .swiper-slide-active .nav-name {
  color: #fff;
}

.map-swiper .swiper-slide-active.nav-item {
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/icon-select.png') no-repeat center top/ 1.19rem 1.19rem;
}
.map-swiper .nav-icon1 {
  width: 0.63rem;
  height: 0.8rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/icon-nav1.png') no-repeat center top/ 100% 100%;
}
.map-swiper .nav-icon2 {
  width: 0.78rem;
  height: 0.8rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/icon-nav2.png') no-repeat center top/ 100% 100%;
}
.map-swiper .nav-icon3 {
  width: 0.71rem;
  height: 0.8rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/icon-nav3.png') no-repeat center top/ 100% 100%;
}
.map-swiper .nav-icon4 {
  width: 0.63rem;
  height: 0.8rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/icon-nav4.png') no-repeat center top/ 100% 100%;
}
.map-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 6.39rem;
  margin-left: -50%;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/bottom-mask.png') no-repeat center top/ 100% 100%;
}
.scene-map .btn-prev,
.scene-map .btn-next {
  position: absolute;
  left: 0.25rem;
  top: 0.49rem;
  width: 0.36rem;
  height: 0.69rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/btn-prev.png') no-repeat center / 100% 100%;
  filter: brightness(0) invert(1); /* 使图标变为白色 */
}
.scene-map .btn-next {
  right: 0.25rem;
  left: auto;
  transform: rotate(180deg);
}
.map-name {
  position: absolute;
  right: 0.26rem;
  bottom: 2.95rem;
}
.map1-name {  
  width: 2.9rem;
  height: 1.49rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/map1-name.png') no-repeat center / 100% 100%;
}
.map2-name {  
  width: 3.78rem;
  height: 1.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/map2-name.png') no-repeat center / 100% 100%;
}
.map3-name {  
  width: 3.72rem;
  height: 1.51rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/map3-name.png') no-repeat center / 100% 100%;
}
.map4-name {  
  width: 5.39rem;
  height: 1.45rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/map/map4-name.png') no-repeat center / 100% 100%;
}
/* 弹窗 */
.dialog-mask-wrapper {
  display: none;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: 999;
}
.dialog-mask-wrapper .dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 6.8rem;
	height: 6.8rem;
	background-image: url(//game.gtimg.cn/images/bpm/m/m202412/dialog/dialog-bg.jpg);
	text-align: center;
}
.dialog-mask-wrapper .ico-close {
	position: absolute;
	top: 0.26rem;
	right: 0.26rem;
	width: 0.32rem;
	height: 0.32rem;
	background: url(//game.gtimg.cn/images/bpm/m/m202412/dialog/ico-close-g.png) no-repeat center;
	background-size: cover;
}
.dialog-mask-wrapper .dialog-btn {
	display: block;
	font-size: 0.32rem;
	color: #FCFCFC;
	width: 4rem;
	height: 0.72rem;
	line-height: 0.72rem;
	background: #000000;
	text-align: center;
	border-radius: 0.36rem;
	margin: 0 auto;
	cursor: pointer;
}
.dialog-mask-wrapper .title {
	font-size: 0.42rem;
	line-height: 1;
}
.dialog-mask-wrapper .content {
	font-size: 0.26rem;
	line-height: 0.42rem;
}
/* 弹窗 start */
.dialog-order-reward .dialog-content {
	position: relative;
	width: 6.8rem;
	height: 7.87rem;
	padding-top: 0.46rem;
	background-image: url(//game.gtimg.cn/images/bpm/m/m202412/dialog/dialog-order.png);
}
.dialog-order-reward .content-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 6rem;
	height: 100%;
  margin: 0 auto;
}
.dialog-order-reward .content {
  width: 6.5rem;
  font-size: 0.24rem;
  line-height: 0.38rem;
  margin-top: 0.4rem;
}
.dialog-order-reward .order {
	margin-bottom: 0.66rem;
}
.dialog-order-reward .ico-close {
	top: 0.18rem;
	right: 0.18rem;
}
.dialog-success .dialog-content, .dialog-fail .dialog-content{
	text-align: center;
}
.dialog-content .success, .dialog-content .fail, .dialog-unbind-success .success {
	width: 2.6rem;
	height: 2.6rem;
	margin-top: 0.92rem;
}
.dialog-success .title, .dialog-fail .title, .dialog-unbind-success .title {
	font-size: 0.4rem;
	line-height: 1;
	margin: 0.38rem auto 0.72rem;
}

.dialog-video .dialog-content {
	background-image: unset;
	width: 7.5rem;
	height: 4.42rem;
}
.dialog-video .dialog-content::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7.3rem;
	height: 4.42rem;
	background: url(//game.gtimg.cn/images/bpm/m/m202412/dialog/dia-video-broder.png) no-repeat center;
	background-size: cover;
}
.dialog-video .vd {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dialog-video .ico-close {
	top: 4.57rem;
	left: 50%;
  transform: translateX(-50%);
	background-image: url(//game.gtimg.cn/images/bpm/m/m202412/dialog/ico-close-g.png);
}

.dialog-attention .dialog-content {
	padding: 0.48rem 0.8rem 0;
}
.dialog-attention .title {
	font-size: 0.4rem;
}
.dialog-attention .content {
	text-align: left;
	margin-top: 0.5rem;
	margin-bottom: 1.15rem;
}
.dialog-qualified .success,
.dialog-unqualified .success {
  margin-top: 0;
}
.dialog-qualified .dialog-content {
	padding-top: 0.6rem;
}
.dialog-qualified .title {
  font-size: 0.4rem;
	margin: 0.3rem 0 0.22rem;
}
.dialog-qualified .desc {
	font-size: 0.32rem;
	color: #4c4c4c;
}
.dialog-qualified .qualified-id {
	width: 4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.27rem;
	background-color: #f2f2f2;
	margin: 0.3rem auto 0;
}

.dialog-unqualified .dialog-content {
	padding-top: 0.4rem;
}
.dialog-unqualified .title {
	line-height: 0.54rem;
	margin: 0.16rem 0 0.25rem;
}
.dialog-unqualified .tip {
  font-size: 0.26rem;
  color: #808080;
  margin-bottom: 0.4rem;
}
.dialog-checkQualified .dialog-content {
  padding: 0.66rem;
  height: 6rem;
}
.dialog-checkQualified .content {
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-weight: 700;
  margin: 0.7rem 0 0.45rem;
}
.dialog-checkQualified .tip-line {
  position: relative;
  font-size: 0.26rem;
  color: #808080;
  overflow: hidden;
  margin-bottom: 0.65rem;
}
.dialog-checkQualified .tip-line::before, .dialog-checkQualified .tip-line::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #808080;
}
.dialog-checkQualified .tip-line::before {
  left: -80%;
}
.dialog-checkQualified .tip-line::after {
  right: -80%;
}
.dialog-mask-wrapper .phone-area, .dialog-mask-wrapper .verifcode-area {
	width: 5.6rem;
	height: 0.7rem;
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	padding: 0 0.22rem;
	background-color: #f2f2f2;
}
.dialog-mask-wrapper .verifcode-area a {
  color: #000; 
}
.verif-code, .phone-num {
  height: 0.7rem;
  line-height: 0.7rem;
  border: none;
  background-color: transparent;
}
.dialog-check .dialog-content {
	padding-top: 0.43rem;
}
.dialog-check .phone-area {
	margin: 0.25rem auto 0.28rem;
}
.dialog-check .check-type-header {
  width: 5.74rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border-bottom: 1px solid #b3b3b3;
  padding: 0 1.06rem;
  margin: 0.3rem auto 0;
  display: flex;
  justify-content: space-between;
}
.dialog-check .tips {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #808080;
  font-size: 0.2rem;
}
.dialog-check .check-type-item {
  width: 1rem;
  color: #808080;
  font-size: 0.24rem;
}
.dialog-check .check-type-item.active {
  color: #000;
  border-bottom: 1px solid #000;
}
.dialog-check .check-item {
  display: none;
}
.dialog-check .check-item.active {
  display: block;
}
.dialog-check .btn-line {
  margin-top: 0.8rem;
}
.dialog-configuration .dialog-content{
	width: 7.21rem;
	height: 9.6rem;
	padding-top: 0.72rem;
}
.configuration-tb-wrap {
	width: 7.21rem;
	height: 8.07rem;
	margin: 0 auto;
	overflow: auto;
	margin-top: 0.3rem;
	padding-bottom: 0.05rem;
	/* padding-right: 0.2rem; */
}
.configuration-tb-wrap img {
  width: 6.8rem;
}
.dialog-configuration .configuration-title {
	font-size: 0.26rem;
	text-align: left;
	margin: 0.3rem 0 0.2rem;
}
.configuration-tb {
	width: 100%;
	font-size: 0.18rem;
	border-collapse: collapse;
	color: #000;
	text-align: left;
}
.configuration-tb .gray {
	height: 0.37rem;
	background-color: #f2f2f2;
	border: 1px solid #808080;
	text-align: center;
}
.configuration-tb td{
	height: 0.75rem;
	border: 1px solid #808080;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #808080;
	text-align: left;
	padding: 0.17rem 0.26rem;
}
.configuration-tb.join td{
	border-top: none;
}
.configuration-tb .head{
	width: 0.78rem;
	word-break: keep-all;
}
.configuration-tb-wrap::-webkit-scrollbar {
  width: 0.04rem;
  /* 设置滚动条的宽度 */
}
.configuration-tb-wrap::-webkit-scrollbar-track {
  background-color: #808080;
  /* 设置滚动条轨道的背景颜色 */
}
.configuration-tb-wrap::-webkit-scrollbar-thumb {
  background-color: #000;
  /* 设置滚动条滑块的背景颜色 */
  border-radius: 5px;
  /* 设置滚动条滑块的圆角 */
}
.configuration-tb-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #000;
  /* 设置鼠标悬停时滚动条滑块的背景颜色 */
}
.dialog-attention .dialog-content{
  height: 5rem;
  background-position: center top;
}
.dialog-mask-wrapper .phone-area .area-code {
	position: relative;
	margin-right: 0.5rem;
}
.dialog-mask-wrapper .phone-area .area-code::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -0.24rem;
	transform: translateY(-50%);
	width: 1px;
	height: 0.42rem;
	background-color: #b2b2b2;
}
.dialog-mask-wrapper .phone-area .phone-num {
	border: transparent;
	color: #b2b2b2;
}
.dialog-mask-wrapper .verifcode-area {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0;
  margin: 0 auto;
}
.dialog-mask-wrapper .verifcode-area a {
	position: relative;
	width: 2.15rem;
	cursor: pointer;
}
.dialog-mask-wrapper .verifcode-area a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 0.42rem;
	background-color: #b2b2b2;
}
.dialog-mask-wrapper .verifcode-area a.disable {
	color: #b2b2b2;
	cursor: unset;
}
.dialog-check .btn-check {
	color: #fff;
	background-color: #000;
	margin-top: 0.1rem;
}
.dialog-check .btn-check.disable {
	background-color: #b2b2b2;
}

.dialog-order .dialog-content {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	width: 6.4rem;
	height: 9.6rem;
	padding: 0.75rem 0.4rem 0;
	background: url(//game.gtimg.cn/images/bpm/m/m202412/dialog/dialog-order-bg.jpg) no-repeat center top/ 100% 100%;
}
.dialog-order .phone-area {
	margin: 0.38rem 0 0.28rem;
}

.dialog-order .clause {
	display: flex;
	justify-content: center;
}
.dialog-order .checkbox {
	display: block;
	width: 0.26rem;
	height: 0.26rem;
	border-radius: 50%;
	margin-right: 0.23rem;
	margin-top: 0.08rem;
	background-color: #e5e5e5;
}
.dialog-order .checkbox.checked {
	position: relative;
	background-color: #fff;
}
.dialog-order .checkbox.checked::after {
	content: '';
	width: 0.26rem;
	height: 0.26rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 6px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
}
.dialog-order .clause-area {
	font-size: 0.2rem;
	margin-top: 0.2rem;
}
.dialog-order .clause-content {
	flex: 1;
	line-height: 0.42rem;
	text-align: left;
}
.dialog-order .clause2 {
	margin: 0.18rem 0 0.4rem;
}
.dialog-order .clause-area  {
	border-bottom: 0.01rem solid #000;
}
.dialog-order .platform-title {
	font-size: 0.26rem;
	line-height: 1;
	margin: 0.4rem 0 0.28rem;
}
.dialog-order .platform {
	position: relative;
	width: 5.34rem;
	height: 1.16rem;
	display: flex;
	justify-content: center;
	border: 1px solid #e5e5e5;
}
.dialog-order .platform::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 0.64rem;
	background-color: #dcdbda;
}
.dialog-order .platform > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	font-size: 0.26rem;
}
.dialog-order .platform .ico-pc {
	width: 0.48rem;
	height: 0.42rem;
}
.dialog-order .platform .ico-mobile {
	width: 0.3rem;
	height: 0.48rem;
}
.dialog-order .txt {
	margin: 0 0.25rem;
}
.dialog-order .platform .checkbox {
	margin: 0;
}
.dialog-order .btn-order {
	margin-top: 0.65rem;
}

.dialog-success .dialog-unbind-btn {
  display: block;
  font-size: 0.26rem;
  line-height: 1;
  margin: 0.3rem auto 0;
  color: #808080;
}

.dialog-unbind .dialog-content {
  width: 6.4rem;
  height: 6.5rem;
  padding: 0.74rem 0.53rem 0;
}
.dialog-unbind .phone-area {
  margin: 0.5rem 0 0.27rem;
}
.dialog-unbind .unbind-tips {
  font-size: 0.2rem;
  line-height: 0.42rem;
  margin-top: 0.2rem;
  text-align: left;
}
.dialog-unbind .dialog-btn {
  margin-top: 0.2rem;
}
/* 弹窗 end */

#_overlay_ {
  max-height: 100% !important;
  overflow: hidden !important;
}

.icon-loading {
  background: url('https://game.gtimg.cn/images/2/act/a202302yuyue/pc/icon-loading.png') no-repeat center / 100% 100%;
  width: 1.99rem;
  height: 1.99rem;
  animation: rotate 2000ms infinite linear;
}
.progress-outer {
  width: 4.8rem;
  height: 0.04rem;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.4rem;
  margin-top: 5.6rem;
}
.progress-inner {
  width: auto;
  height: 0.04rem;
  background: linear-gradient(to right, #6efeff, #71ccff); /* 从左到右的渐变 */
}
/* 小屏机特殊处理 */
@media screen and (orientation: portrait) and (max-height: 700px) {
  .scene .scene-content,
  .role-video {
    margin-top: 0.3rem;
  }
  .scene-feature .scene-title {
    top: -0.63rem;
  }
  .scene-role .scene-title {
    top: -0.36rem;
  }
  .logo {
    top: 0.16rem;
    zoom: 0.9;
  }
  .news-detail-page .side-bar,
  .news-list-page .side-bar {
    height: 13.34rem;
  }
}
@media screen and (orientation: portrait) and (min-height: 701px) and (max-height: 759px) {
  
}
.video-dialog .dialog-content{
  width: 16.65rem;
  height: 9.36rem;
  left: 50%;
  transform: translate(-8.3rem, -4.68rem);
}
.video-dialog .dialog-content .icon-close {
  right: -1rem;
}
/* 新闻列表页 */
.news-list-page {
  position: relative;
  height: auto;
  min-height: 100%;
  overflow-y: scroll;
  background: #fafafa url('//game.gtimg.cn/images/bpm/m/m202412/newsList/bg.jpg') no-repeat center top / 7.5rem 6.56rem;
}
.news-list-content .top-wrap {
  position: relative;
  width: 100%;
  height: 6.56rem;
}
.news-list-content .scene-title {
  position: absolute;
  top: 4rem;
  left: 50%;
  margin-left: -1.7rem;
  width: 3.41rem;
  height: 0.75rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/newsList/title.png') no-repeat center / 100% 100%;
}
.news-list-content .tab-wrap {
  position: absolute;
  top: 5.6rem;
  left: 50%;  
  margin-left: -2.58rem;
  width: 5.16rem;
  height: 0.48rem;
  line-height: 0.48rem;
}
.news-list-content  .tab-wrap .news-nav-list {
  display: flex;
  justify-content: space-between;
}
.news-list-content  .tab-wrap .news-nav-list li{
  width: 1.2rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  color: #010101;
}
.news-list-content  .tab-wrap .news-nav-list li.tab_active {
  color: #fff;
  background-color: #000;
  border-radius: 0.5rem;
}
.news-list-content  .news-list {
  width: 7.02rem;
  margin: 0 auto;
}
.news-list-content  .news-item:nth-child(1) {
  width: 6.9rem;
  height: 6.67rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/newsList/first-item-bg.png') no-repeat center / 100% 100%;
}
.news-list-content  .news-item {
  position: relative;
  width: 6.8rem;
  height: 6.57rem;
  font-size: 0.32rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/newsList/item-bg.png') no-repeat center / 100% 100%;
  margin-bottom: 0.5rem;
  padding: 0.2rem;
}
.news-list-content  .btn-more {
  margin: 0.5rem auto;
  width: 4rem;
  height: 0.72rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/news/btn-more.png') no-repeat center / 100% 100%;
}
.news-pic,
.news-pic img {
  width: 6.4rem;
  height: 3.6rem;
}
.news-pic {
  margin-bottom: 0.1rem;
}
.news-list-content .news-title {
  line-height: 0.48rem;
  color: #000000;
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 6.06rem;
  height: 0.96rem;
  margin-left: 0.2rem;
}
.first .news-title {
  margin-bottom: 0.28rem;
}
.news-info {
  line-height: 0.4rem;
  color: #4b4b4b;
  font-size: 0.24rem;
  margin-bottom: 0.18rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.8rem;
  width: 4.25rem;
  margin-left: 0.2rem;
}
.news-list-content .news-time {
  position: absolute;
  right: 0.5rem;
  bottom: 0.54rem;
  color: #cccccc;
}
.news-list-content .news-time .year {
  font-size: 0.3rem;
  text-align: right;
  line-height: 0.4rem;
}
.news-list-content .news-time .month {
  font-size: 0.56rem;
}
.first.news-time {
  position: absolute;
  right: 0.6rem;
  bottom: 0.64rem;
}
/* 新闻详情页 */
.news-detail-page {
  position: relative;
  height: auto;
  min-height: 100%;
  overflow-y: scroll;
  background: #fafafa url('//game.gtimg.cn/images/bpm/m/m202412/newsList/detail-bg.png') no-repeat center top / 7.5rem 7.16rem;
}
.news-detail-page.full,
.news-list-page.full {
  overflow: hidden;
  height: 100%;
}
.news-detail-content .top-wrap {
  position: relative;
  width: 100%;
  height: 5.16rem;
}
.bread-crumbs {
  position: absolute;
  left: 0.54rem;
  top: 4.7rem;
  width: 6.46rem;
}
.bread-crumbs a {
  color: #4b4b4b;
}
.news-detail {
  position: relative;
  width: 6.46rem;
  margin: 0.2rem auto 0.8rem;
}
.news-detail .news-title {
  font-size: 0.4rem;
  color: #000;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.6rem;
  margin-bottom: 0.35rem;
}
.news-detail .content {
  padding-top: 0.42rem;
  border-top: 1px solid #000;
}
.news-detail .news-time {
  position: absolute;
  top: -0.6rem;
  right: 0;
  color: #4b4b4b;
  font-size: 0.24rem;
}
/* 版权信息 */
.footer-wrap {
  width: 100%;
  height: 10.77rem;
  background-color: #000;
  position: relative;
  padding-top: 0.8rem;
  overflow: initial;
}
.top-link-list {
  width: 5.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0rem auto 0.8rem;
}
.top-link-list.list1 {
  width: 4rem;
}
.footer-wrap .icon-link {
  margin: 0 0.2rem;
  display: block;
}
.top-link-list .icon-bili {
  width: 0.88rem;
  height: 0.36rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/footer/icon-bili.png') no-repeat center / 100% 100%;
}
.top-link-list .icon-sina {
  width: 0.64rem;
  height: 0.55rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/footer/icon-sina.png') no-repeat center / 100% 100%;
}
.top-link-list .icon-wx {
  width: 0.6rem;
  height: 0.52rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/footer/icon-wx.png') no-repeat center / 100% 100%;
}
.top-link-list .icon-txpd {
  width: 0.56rem;
  height: 0.47rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/footer/icon-txpd.png') no-repeat center / 100% 100%;
}
.top-link-list .icon-wegame {
  width: 0.44rem;
  height: 0.54rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/footer/icon-wegame.png') no-repeat center / 100% 100%;
}
.top-link-list .icon-tap {
  width: 0.71rem;
  height: 0.39rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/footer/icon-tap.png') no-repeat center / 100% 100%;
}
.top-link-list .icon-hykb {
  width: 0.48rem;
  height: 0.54rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202412/footer/icon-hykb.png') no-repeat center / 100% 100%;
}
.dialog-wx-code .dialog-content{
  height: 4rem;
}
.dialog-wx-code img {
  width: 3.5rem;
  height: 3.5rem;
}
.footer-wrap .text-link-list {
  margin: 0 auto 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  width: 7.02rem;
  text-align: center;
  padding-bottom: 0.45rem;  
}
.footer-wrap .text-link-list.last {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 1rem;  
  margin-bottom: 0;
}
.footer-wrap .text-link-list a {
  color: #fff;
}
.footer-wrap .text-link-list .split-line {
  margin: 0 0.3rem;
}
.foot-logo {
  width: 3.58rem;
  height: 1.29rem;
  margin: 0.86rem auto 0.3rem;
  display: block;
}
.afooter-text {
  bottom: 0.6rem;
  color: #808080;
  line-height: 0.4rem;
  font-size: 0.2rem;
  text-align: center;
  width: 80%;
  margin: 0.6rem auto 0;
}
.animate__zoomDOwn {
  -webkit-animation-name: zoomDown;
  animation-name: zoomDown;
}
/* 动画补充 */
@keyframes zoomDown {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(1.2,1.2,1.2) translateY(20%);
      transform: scale3d(1.2,1.2,1.2) translateY(20%)
  }

  100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1) translateY(0%);
      transform: scale3d(1,1,1) translateY(0%);
  }
}
.animate__displayCn {
  -webkit-animation-name: displayCn;
  animation-name: displayCn;
}
@keyframes displayCn {
  from {
      letter-spacing: 0.4rem;
      transform: translateY(20%);
      opacity: 0;
  }
  to {
      letter-spacing: 0.05rem;
      transform: translateY(0);
      opacity: 1;
  }
}

.btn-hover{
  color: #000 !important;
  background: linear-gradient(to right, #6EFFFF 0%, #71CCFF 100%) !important;
}