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;
}

@font-face {
  font-family: shs;
  src: url(./font/shs.ttf) format('opentype');
  font-display: swap;
}

@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;
}

/* 顶部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;
}
.header .btn-down {
	display: block;
	width: 2.98rem;
  height: 1.05rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250717download/m/index/btn_down.png') no-repeat center / 100%;
	line-height: 9999px;
	overflow: hidden;;
}
/* 内容部分 */
.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;
  }
}

.news-detail-page .header,
.news-list-page .header {
  position: absolute;
}

.dark-header .icon-logo,
.dark-header .icon-audio,
.dark-header .icon-menu {
  filter: brightness(0) contrast(100%);
}
/* 顶部logo及登录 */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1.02rem;
	padding: 0 0.22rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9;
	background: url(//game.gtimg.cn/images/bpm/m/m202503/new_header/header-bg.png) no-repeat center / 100% 100%;
}
.login-wrap {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 1.8rem;
  font-size: 0.2rem;
  color: #fee7ad;
  position: absolute;
  right: 0.6rem;
  z-index: 2;
  bottom: -0.5rem;
}
.login-wrap a {
  color: #fee7ad;
}
.logo {
  margin-right: 1.5rem;
	width: 2.51rem;
	height: 1.09rem;
	text-indent: -999rem;
  margin-top: 0.19rem;
	background: url(//game.gtimg.cn/images/bpm/m/m202503/new_header/logo.png) no-repeat center / 100% 100%;
}
.icon-menu {
  display: block;
  width: 0.54rem;
  height: 0.47rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/new_header/icon-menu.png') no-repeat center / 100% 100%;
}
.header-player {
  position: absolute;
  right: 0rem;
  z-index: 2;
  bottom: -0.8rem;
	display: block;
	width: 0.66rem;
	height: 0.66rem;
	margin: 0rem 0.17rem 0 0;
	background: url('//game.gtimg.cn/images/bpm/m/m202503/new_header/icon-audio-off.png') no-repeat center / 100% 100%;
}
.header-player.playing {
	background-image: url('//game.gtimg.cn/images/bpm/m/m202503/new_header/icon-audio-on.png');
}
.btn-yuyue {
	display: block;
	width: 1.89rem;
	height: 0.57rem;
	line-height: 0.57rem;
	background: url('//game.gtimg.cn/images/bpm/m/m202503/new_header/btn-yuyue.png') no-repeat center / 100% 100%;
	line-height: 9999px;
	overflow: hidden;;
}
#ageReminderContainer {
  top: 1rem !important;
}

.side-bar.show {
  right: 0;
  display: block;
  animation: sidebarShow 0.6s ease-in-out;
}
@keyframes sidebarShow {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
.side-bar {
  position: absolute;
  top: 0;
  right: -100%;
  display: none;
  transition: all ease-in-out .3s;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 99;
  background: rgba(0,0,0,0.8);
}
.side-bar-inner {
  width: 100%;
  height: 12rem;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translate3d(-50%, 0%, 0);
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  align-items: center;
}
.side-bar .header-tab {  
  /* margin-top: 2.8rem; */
  -mod-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  width: 100%;
  box-sizing: border-box;
}
.side-bar .header-tab .header-tab-item {
  display: block;
  position: relative;
  width: 3.2rem;
  height: 1.54rem;
  line-height: 1.54rem;
  font-size: 0.45rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.header-tab > .header-tab-item.active {
	color: #fff3a6;
}
.header-tab > .header-tab-item.active::after {
	content: '';
	position: absolute;
	top: 0.1rem;
	left: 0;
	width: 2.12rem;
	height: 1.19rem;
	background: url(//game.gtimg.cn/images/bpm/m/m202503/new_header/nav-on.png) no-repeat center / 100% 100%;
}
.side-bar .link-wrap {
  width: 100%;
}
/* .side-bar .icon-link {
  filter: brightness(0); 
} */
.icon-menu-close {
  text-indent: -99rem;
  overflow: hidden;
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  width: 0.48rem;
  height: 0.48rem;
  background: url(//game.gtimg.cn/images/bpm/m/m202503/new_header/icon-menu-close.png) no-repeat center;
  background-size: cover;
  display: none;
  z-index: 2;
}
.side-bar .ico-close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
.top-link-list {
  width: 5.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0rem auto 0.8rem;
  position: relative;
}
.top-link-list .icon-vqq {
  width: 0.45rem;
  height: 0.39rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/footer/icon-vqq.png') no-repeat center / 100% 100%;
  zoom: 1.4;
}
.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%;
}
.top-link-list .icon-kf {
  width: 0.72rem;
  height: 0.71rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/icon-kf.png') no-repeat center / 100% 100%;
}
.top-link-list .code-kf {
  display: none;
  position: absolute;
  top: -1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/code-kf.png') no-repeat center / 100% 100%;
}
.icon-next {
  position: fixed;
  bottom: 0.05rem;
  left: 50%;
  width: 1.28rem;
  height: 0.91rem;
  margin-left: -0.64rem;
  animation: floatVertical 3s ease-in-out infinite;
  z-index: 10;
  background: url(//game.gtimg.cn/images/bpm/m/m202503/home/icon-next.png) no-repeat center / 100%;
}
@keyframes floatVertical {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
.scene .scene-line-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.5rem;
  height: 16.24rem;
  margin: -8.12rem 0 0 -3.75rem;
  background: url(//game.gtimg.cn/images/bpm/m/m202503/home/scene-line.png) no-repeat center / 100%;
  pointer-events: none;
}
.scene-news .scene-line-bg {
  width: 7.5rem;
  height: 15.53rem;
  margin: -7.76rem 0 0 -3.75rem;
  background: url(//game.gtimg.cn/images/bpm/m/m202503/news/scene-line.png) no-repeat center / 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%;
}
.kv-video {
  width: 7.5rem;
  height: 16.24rem;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.scene-home {
  position: relative;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home0620/kv-bg.jpg') no-repeat center / cover;
}
.scene-home .down-list{
  width: 6rem;
  height: 1.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3rem;
  margin-top: 4.5rem;
  display: flex;
  justify-content: space-between;
}
.scene-home .btn-down{
  width: 2.98rem;
  height: 1.05rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250717download/m/index/btn_down.png') no-repeat center / 100%;
  display: block;
}
.scene-home .btn-txxf{
  width: 2.68rem;
  height: 0.96rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250717download/m/index/btn_down_txxf.png') no-repeat center / 100%;
  display: block;
}
.scene-home .slogan {
  position: absolute;
  top: -1rem;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
  height: 3.76rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home0620/slogan_new.png') no-repeat center / 100% 100%;
}
.scene-home .sidebar {
  position: absolute;
  top: 5.8rem;
  right: 0%;
  width: 1.95rem;
  height: 2.97rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/sidebar.png') no-repeat center / 100% 100%;
}
/* .scene-home .sidebar {
  position: absolute;
  top: 0.8rem;
  right: 0%;
  width: 1.14rem;
  height: 1.38rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/sidebar.png') no-repeat center / 100% 100%;
} */
.scene-home .yuyue-num {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.91rem;
  margin-top: 5.5rem;
  width: 5.82rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/num-bg.png') no-repeat center / 100% 100%;
  color: #2d58bb;
  font-weight: bold;
  font-size: 0.23rem;
}
.scene-home .yuyue-num span {
  color: #d766b8;
  font-weight: bold;
  text-shadow: 0.01rem 0.01rem 0.02rem white,   /* 水平偏移 | 垂直偏移 | 模糊半径 | 颜色 */
    -0.01rem -0.01rem 0.02rem white; /* 可叠加多组阴影增强效果 */
}
.scene-home .icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.91rem;
  margin-top: -2rem;
  width: 1.82rem;
  height: 1.86rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home0612/icon-play.png') no-repeat center / 100% 100%;
}
.scene-home .btn-yuyue {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.51rem;
  margin-top: 3.8rem;
  width: 5.02rem;
  height: 1.5rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/btn-yuyue.png') no-repeat center / 100% 100%;
}
.scene-home .btn-zm {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.51rem;
  margin-top: 1.22rem;
  width: 5.03rem;
  height: 1.49rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/btn-zm.png') no-repeat center / 100% 100%;
}
.scene-home .btn-zgcx {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.51rem;
  margin-top: 3.82rem;
  width: 5.03rem;
  height: 1.49rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/btn-zgcx.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%;
}
.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: url('//game.gtimg.cn/images/bpm/m/m202503/role/bg.jpg') no-repeat center / 100% 100%;
}
.role-video {
  display: block;
  width: 7.5rem;
  height: 16.24rem;
  zoom: 1.2; 
}
.scene-role .lp-type {
  position: absolute;
  top: 7.6rem;
  left: 0.57rem;
  width: 3.1rem;
  height: 0.44rem;
  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.55rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  font-size: 0.26rem;
}
.scene-role .lp-type .type-name.active {
  background-color: #4579f2;
  border-radius: 0.5rem;
  color: #fff;
}
.scene-role .role-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 16.24rem;
}
#role_video_loop {
  width: 1px;
  height: 1px;
}
.scene-role .role-skill-wrap {
  position: absolute;
  top: 7.5rem;
  left: 50%;
  margin-left: 0.22rem;
  width: 0.9rem;
  height: .98rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/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: 3.9rem;
  left: 0.57rem;
  width: 2.7rem;
  height: 2.02rem;
  text-align: left;
  font-size: 0.96rem;
  color: #000;
  font-family: shs;
  line-height: 1.1rem;
}
.role-name.weiren {
  font-size: 0.8rem;
  top: 4.1rem;
  line-height: 0.95rem;
}
.role-name.gongjian,
.role-name.fahuan  {
  top: 4.7rem;
  width: 3.5rem;
}
.scene-role .role-info {
  position: absolute;
  top: 6.18rem;
  left: 0.57rem;
  width: 2.5rem;
  height: 0.8rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  padding-left: 0.26rem;
  background: url(//game.gtimg.cn/images/bpm/m/m202503/role/border-bg.png) no-repeat left center/ 0.05rem 1.1rem;
}
.role-info .item {
  align-items: center;
}
.role-info .item-name {
  margin-right: 0.26rem;
}
.role-desc {
  position: absolute;
  top: 8.3rem;
  left: 0.57rem;
  width: 4.7rem;
  font-size: 0.22rem;
}
.role-desc-title {
  font-size: 0.25rem;
}
.role-desc p {
  margin-bottom: 0.1rem;
  font-size: 0.22rem;
  text-align: left;
}
.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;
  display: inline-block;
  vertical-align: middle;
}
.role-nav-list {
  position: absolute;
  top: 9.86rem;
  left: 50%;
  width: 7.02rem;
  margin-left: -3.51rem;
  /* display: flex;
  justify-content: space-between; */
}
.role-nav-list .nav-item {
  width: 1.5rem;
  text-align: center;
}
.icon-role-type {
  margin: 0.18rem auto 0.08rem;
}
.icon-weiren {
  width: 0.83rem;
  height: 0.71rem;
  margin: 0.18rem auto 0.12rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-weiren-normal.png') no-repeat center / 100% 100%;
}
.icon-taidao {
  width: 0.64rem;
  height: 0.74rem;
  margin: 0.18rem auto 0.09rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-taidao-normal.png') no-repeat center / 100% 100%;
}
.icon-gun {
  width: 0.82rem;
  height: 0.82rem;
  margin: 0.1rem auto 0.10rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-gun-normal.png') no-repeat center / 100% 100%;
}
.icon-mozhang {
  width: 0.82rem;
  height: 0.82rem;
  margin: 0.14rem auto 0.08rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-mozhang-normal.png') no-repeat center / 100% 100%;
}
.icon-gongjian {
  width: 0.82rem;
  height: 0.82rem;
  margin: 0.1rem auto 0.1rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-gongjian-normal.png') no-repeat center / 100% 100%;
}
.icon-fahuan {
  width: 0.82rem;
  height: 0.75rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-fahuan-normal.png') no-repeat center / 100% 100%;
}
.icon-shendun {
  width: 0.75rem;
  height: 0.75rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-shendun-normal.png') no-repeat center / 100% 100%;
}
.icon-gita {
  width: 0.75rem;
  height: 0.75rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-gita-normal.png') no-repeat center / 100% 100%;
}
.role-nav-list .role-type-name {
  font-size: 0.24rem;
  color: #4b4b4b;
  width: 84%;
  margin: 0 auto;
}

.role-nav-list .swiper-slide-active .icon-gun {
  width: 0.82rem;
  height: 0.82rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-gun-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-weiren {
  width: 0.83rem;
  height: 0.71rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-weiren-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-taidao {
  width: 0.64rem;
  height: 0.74rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-taidao-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-mozhang {
  width: 0.82rem;
  height: 0.82rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-mozhang-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-gongjian {
  width: 0.82rem;
  height: 0.82rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-gongjian-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-fahuan {
  width: 0.82rem;
  height: 0.75rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-fahuan-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-shendun {
  width: 0.8rem;
  height: 0.8rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-shendun-active.png') no-repeat center / 100% 100%;
}
.role-nav-list .swiper-slide-active .icon-gita {
  width: 0.75rem;
  height: 0.75rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/role/icon-gita-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/m202503/feature/bg.jpg') no-repeat center / 100% 100%;
}
.scene-feature .scene-title {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  margin-left: -1.59rem;
  width: 3.19rem;
  height: 0.98rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/feature/scene-title.png') no-repeat center / 100% 100%;
}
.scene-feature .btn-prev {
  position: absolute;
  top: 50%;
  left: -0.3rem;
  margin-top: -0.45rem;
  width: 1.28rem;
  height: 0.91rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/icon-next.png') no-repeat center / 100% 100%;
  transform: rotate(90deg);
}
.scene-feature .btn-next {
  position: absolute;
  top: 50%;
  right: -0.3rem;
  margin-top: -0.45rem;
  width: 1.28rem;
  height: 0.91rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/home/icon-next.png') no-repeat center / 100% 100%;
  transform: rotate(270deg);
}
.feature-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.85rem;
  margin-top: -4.2rem;
  width: 5.7rem;
  height: 8.54rem;
}
.feature-wrap::after {
  content: '';
  position: absolute;
  top: -0.21rem;
  left: -0.19rem;
  width: 6.13rem;
  height: 8.96rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/feature/feature-bg.png') no-repeat center / 100% 100%;
}
.feature-nav-list .nav-item img {
  object-fit: cover;
  width: 5.7rem;
  height: 8.54rem;
}
.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.23rem;
  height: 0.23rem;
  border-radius: 0.23rem;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
}
.scene-feature .swiper-pagination-bullet-active {
  width: 0.82rem;
  height: 0.2rem;
  background-color: #4850ed;
}
/* 资讯部分 */
.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.2rem;
  left: 50%;
  margin-left: -1.42rem;
  width: 2.82rem;
  height: 0.99rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/news/scene-title.png') no-repeat center / 100% 100%;
}
.scene-news .adver-wrap {
  position: absolute;
  top: 1.18rem;
  left: 50%;
  margin-left: -3.09rem;
  width: 6.18rem;
  height: 3.53rem;
}
.scene-news .adver-wrap::after {
  content: '';
  position: absolute;
  top: -0.23rem;
  left: -0.23rem;
  width: 6.67rem;
  height: 4.01rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/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.18rem;
  height: 3.53rem;
}
.scene-news .tab-wrap {
  position: absolute;
  top: 5.93rem;
  left: 50%;  
  margin-left: -3.27rem;
  width: 6.55rem;
  height: 0.57rem;
  line-height: 0.57rem;
}
.scene-news .tab-wrap .news-nav-list {
  display: flex;
  justify-content: space-between;
}
.scene-news .tab-wrap .news-nav-list li{
  width: 1.5rem;
  height: 0.57rem;
  line-height: 0.57rem;
  text-align: center;
  color: #010101;
}
.scene-news .tab-wrap .news-nav-list li.tab_active {
  color: #fff;
  background-color: #5284fc;
  border-radius: 0.5rem;
}
.scene-news .news-list {
  position: absolute;
  top: 6.77rem;
  left: 50%;  
  width: 6.55rem;
  margin-left: -3.27rem;
}
.scene-news .news-item {
  border-bottom: 1px dotted #bdbdbd;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.32rem;
}
.scene-news .news-item a {
  color: #000;
}
.scene-news .news-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.scene-news .btn-more {
  display: block;
  position: absolute;
  bottom: -0.34rem;
  left: 50%;
  margin-left: -2.13rem;
  width: 4.26rem;
  height: 0.74rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/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%;  */
  width: 7.5rem;
  height: 16.24rem;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%; 
}
.map-bg img {
  width: 100%;
  height: 100%;  
  object-fit: cover;
  display: none;
}
.map-bg img.show {
  display: block;
}
.map-operation {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.1rem;
  width: 7.4rem;
  margin-left: -3.7rem;
  margin-top: 3.7rem;
  /* background: url(//game.gtimg.cn/images/bpm/m/m202503/map/line-bg.png) no-repeat center/ 4.59rem 0.02rem; */
  z-index: 10;
}
.map-swiper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.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 .active .nav-name {
  color: #fff;
}
.map-swiper .nav-item { 
  width: 1.39rem;
}
.map-swiper .nav-icon {
  margin: 0 auto;
}
.map-name {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.54rem;
  margin: .4rem 0 0 -3.27rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  z-index: 10;
}
.map-logo1,
.map-logo2,
.map-logo3,
.map-logo4,
.map-logo5,
.map-logo6 {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  margin: -3rem 0 0 -3rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/map-icon1.png') no-repeat center top/ 100% 100%;
}
.map-logo2 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/map-icon2.png') no-repeat center top/ 100% 100%;
}
.map-logo3 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/map-icon3.png') no-repeat center top/ 100% 100%;
}
.map-logo4 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/map-icon4.png') no-repeat center top/ 100% 100%;
}
.map-logo5 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/map-icon5.png') no-repeat center top/ 100% 100%;
}
.map-logo6 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/map-icon6.png') no-repeat center top/ 100% 100%;
}
.map-swiper .nav-icon1 {
  width: 0.82rem;
  height: 1.04rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav1.png') no-repeat center top/ 100% 100%;
}
.map-swiper .nav-icon2 {
  width: 1.01rem;
  height: 1.03rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav2.png') no-repeat center top/ 100% 100%;
}
.map-swiper .nav-icon3 {
  width: 0.92rem;
  height: 1.04rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav3.png') no-repeat center top/ 100% 100%;
}
.map-swiper .nav-icon4 {
  width: 0.78rem;
  height: 1rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav4.png') no-repeat center top/ 100% 100%;
}
.map-swiper .nav-icon5 {
  width: 0.8rem;
  height: 1rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav5.png') no-repeat center top/ 100% 100%;
}
.map-swiper .nav-icon6 {
  width: 0.78rem;
  height: 1rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav6.png') no-repeat center top/ 100% 100%;
}
.map-swiper .active .nav-icon1 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav1-select.png') no-repeat center top/ 100% 100%;
}
.map-swiper .active .nav-icon2 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav2-select.png') no-repeat center top/ 100% 100%;
}
.map-swiper .active .nav-icon3 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav3-select.png') no-repeat center top/ 100% 100%;
}
.map-swiper .active .nav-icon4 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav4-select.png') no-repeat center top/ 100% 100%;
}
.map-swiper .active .nav-icon5 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav5-select.png') no-repeat center top/ 100% 100%;
}
.map-swiper .active .nav-icon6 {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/map/icon-nav6-select.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-role .btn-prev,
.scene-role .btn-next, */
.scene-map .btn-prev,
.scene-map .btn-next {
  position: absolute;
  top: 50%;
  right: -0.3rem;
  margin-top: -0.45rem;
  width: 1.28rem;
  height: 0.91rem;
  background: url(//game.gtimg.cn/images/bpm/m/m202503/home/icon-next.png) no-repeat center / 100% 100%;
  transform: rotate(270deg);
  z-index: 11;
}
/* .scene-role .btn-prev, */
.scene-map .btn-prev {
  position: absolute;
  top: 50%;
  left: -0.3rem;
  margin-top: -0.45rem;
  width: 1.28rem;
  height: 0.91rem;
  background: url(//game.gtimg.cn/images/bpm/m/m202503/home/icon-next.png) no-repeat center / 100% 100%;
  transform: rotate(90deg);
}
.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%;
}
/* 壁纸 */
.scene-wallpaper {
  position: relative;
  background: #fff url('//game.gtimg.cn/images/bpm/m/m202503/wallpaper/bg.jpg') no-repeat center / 100% 100%;
}
.scene-wallpaper .scene-title {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  margin-left: -2.12rem;
  width: 4.25rem;
  height: 0.99rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/wallpaper/scene-title.png') no-repeat center / 100% 100%;
}
.scene-wallpaper .wallpaper-list {
  position: absolute;
  top: 1.18rem;
  left: 50%;
  margin-left: -3.4rem;
  width: 6.8rem;
  height: 8.06rem;
  display: flex;
  flex-wrap: wrap;
}
.scene-wallpaper .wallpaper-item,
.scene-wallpaper .wallpaper-item img {
  width: 3.34rem;
  height: 1.9rem;
}
/* 弹窗 */
.fx-dialog-mask-wrapper,
.dialog-mask-wrapper {
  display: none;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: 999;
}
.fx-dialog-mask-wrapper .dialog-content,
.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: 7.16rem;
	height: 6.41rem;
	text-align: center;
}
.dialog-mask-wrapper .icon-close,
.dialog-video .icon-close,
.dialog-wx-code .icon-close {
	line-height: 9999px;
  overflow: hidden;
	position: absolute;
	top: 0.61rem;
	right: 0.16rem;
	width: 0.48rem;
	height: 0.47rem;
	background: url(//game.gtimg.cn/images/bpm/m/m202503/dialog/icon-close.png) no-repeat center / 100% 100%;
}
.dialog-video .icon-close {
  top: 4.57rem;
  left: 50%;
  right: initial;
  transform: translateX(-50%);
}
#fxDialogLogin .icon-close,
#fxDialogWX .icon-close {
  line-height: 9999px;
  overflow: hidden;
	position: absolute;
	top: 0.61rem;
	right: 0.16rem;
	width: 0.48rem;
	height: 0.47rem;
	background: url(//game.gtimg.cn/images/bpm/m/m202503/dialog/icon-close.png) no-repeat center / 100% 100%;
}

#fxDialogWX .dialog-title {
  line-height: 9999px;
  overflow: hidden;
  width: 3.98rem;
	height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/copylink-title.png') no-repeat center / 100% 100%;
}
#fxDialogLogin .dialog-title {
  width: 4.63rem;
	height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/login-title.png') no-repeat center / 100% 100%;
  margin-bottom: 0.38rem;
  line-height: 9999px;
  overflow: hidden;
}
#fxDialogLogin .dialog-content{
	width: 7.32rem;
	height: 5.06rem;
	padding: 1.19rem 1.41rem 0 1.35rem;
	background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/dialog-login.png') no-repeat center / 100% 100%;
}
#fxDialogLogin .login-buttons {
  display: flex;
  justify-content: space-between;
  width: 4.25rem;
}
#fxDialogLogin .btn-qqlogin {
  width: 1.76rem;
	height: 1.89rem;
  line-height: 9999px;
  overflow: hidden;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/icon-qq.png') no-repeat center / 100% 100%;
}
#fxDialogLogin .btn-wxlogin {
  width: 1.76rem;
	height: 1.87rem;
  line-height: 9999px;
  overflow: hidden;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/icon-wx.png') no-repeat center / 100% 100%;
}
#fxDialogWX .dialog-content{
	width: 7.32rem;
	height: 5.06rem;
	padding: 1.19rem 1.12rem 0 0.94rem;
	background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/dialog-login.png') no-repeat center / 100% 100%;
}
#fxDialogWX .qr-bg {
  display: none;
}
#fxDialogWX .qr-bg img {
  width: 1.63rem;
  height: 1.63rem;
}
#fxDialogWX .input-copy {
  width: 5.26rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  border: 1px solid #c6ac90;
  border-radius: 0.2rem;
  background-color: #e2d9c9;
  margin: 0.57rem auto 0.7rem;
  padding: 0 0.1rem;
}
#fxDialogWX .btn-copy {
  width: 2.63rem;
	height: 0.82rem;
  line-height: 9999px;
  overflow: hidden;
	margin: 0 auto;
	background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/btn-copy.png') no-repeat center / 100% 100%;
}
.fx-dialog-copy-link .copy-tips {
  display: none;
}

.dialog-message .dialog-content{
	width: 7.33rem;
  height: 5.06rem;
  padding: 2.2rem 1rem 0 1rem;
  background: url(//game.gtimg.cn/images/bpm/m/m202503/dialog/dialog-message.png) no-repeat center / 100% 100%;
  overflow: hidden;
}
.dialog-message .message-text {
  font-size: 0.22rem;
  color: #333;
}
.dialog-message .message-text p {
  text-align: left;
  font-size: 0.22rem;
  line-height: 0.4rem;
}
.dialog-message .icon-close {
  position: absolute;
	top: 0.61rem;
	right: 0.16rem;
	width: 0.48rem;
	height: 0.47rem;
	background: url(//game.gtimg.cn/images/bpm/m/m202503/dialog/icon-close.png) no-repeat center / 100% 100%;
	background-size: cover;
}
/* 测试招募 */
.dialog-zm .dialog-content {
  width: 7.47rem;
  height: 6.77rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/dialog-zm.png') no-repeat center / 100% 100%;
  padding: 0.8rem 0.91rem 0 0.78rem;
  text-align: left;
}
.dialog-zm .dialog-title {
  width: 4.44rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/zm-title.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
}
.dialog-zm .email-content {
  width: 6rem;
  line-height: 0.37rem;
}
.dialog-zm .email-content p {
  padding-left: 0.05rem;
  border-bottom: 1px dotted #d7c3a8;
  font-size: 0.18rem;
}
.dialog-zm .email-content p:nth-child(2) {
  text-indent: 0.3rem;
}
.dialog-zm .email-content p:nth-child(1),
.dialog-zm .email-content p:nth-child(5) {
  color: #bf7f32
}
.dialog-zm .email-content p:nth-child(5) {
  border-bottom: none;
}
.dialog-zm .btn {
  width: 2.64rem;
  height: 0.83rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/btn-zm.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
  display: block;
}
/* .dialog-zm .zm-code,
.dialog-zgcx .zm-code {
  width: 2.13rem;
  height: 1.85rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/zm-code.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
  -webkit-user-select:auto;
  -khtml-user-select:auto;
  -moz-user-select:auto;
  -ms-user-select:auto;
  user-select:auto;
  -webkit-touch-callout: default;
  pointer-events: auto;
} */
.dialog-zm .zm-code,
.dialog-zgcx .zm-code {
  width: 2.13rem;
  height: 1.85rem;
  margin: 0.1rem auto 0.19rem;
  position: relative;
}

.dialog-zm .zm-code img,
.dialog-zgcx .zm-code img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto;
}
.dialog-wx-code .dialog-content{
  height: 4rem;
}
.dialog-wx-code img {
  width: 3.5rem;
  height: 3.5rem;
}
/* 资格查询弹窗 */
.dialog-zgcx .dialog-content {
  width: 7.39rem;
  height: 5.74rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/dialog-zgcx-fail.png') no-repeat center / 100% 100%;
  padding: 1.1rem 0.91rem 0 0.78rem;
  text-align: left;
}
.dialog-zgcx-success .dialog-content {
  width: 7.61rem;
  height: 11.46rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/dialog-zgcx-success.png') no-repeat center / 100% 100%;
  padding: 1.1rem 0.91rem 0 0.78rem;
  text-align: left;
}
.dialog-zgcx-success .btn-info {
  font-size: 0.2rem;
  text-align: center;
}
.dialog-zgcx-success .game-info {
  width: 6.06rem;
  height: 5.44rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/game-info.png') no-repeat center / 100% 100%;
  text-align: left;
  margin: -0.1rem 0 0 -0.1rem;
}
.dialog-zgcx .dialog-title {
  width: 3.46rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/zgcx-title.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
}
.dialog-zgcx .zgcx-content {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.3rem;
  margin: 0.2rem auto 0.05rem;
  width: 5.2rem;
  text-align: center;
  font-weight: bold;
}
.dialog-zgcx .btn {
  width: 2.63rem;
  height: 0.83rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/btn-down.png') no-repeat center / 100% 100%;
  margin: 0 auto 0rem;
  line-height: 9999px;
  overflow: hidden;
  display: block;
}
#dialogZgcxFail .zm-code {
  margin-top: 0.4rem;
  zoom: 0.9;
}

.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-unbind-phone .dialog-content {
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/dialog-bind.png') no-repeat center / 100% 100%;
  text-align: center;
  color: #000;
  font-size: 0.22rem;
  width: 7.33rem;
  height: 5.76rem;
  padding: 0.9rem 0.91rem 0 0.78rem;
}
.dialog-unbind-phone .dialog-title {
  width: 3.98rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/unbind-title.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
}
.dialog-unbind-phone .notes {
  width: 5.2rem;
  margin: 0.2rem auto 0.1rem;
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: #605f5f;
}
.dialog-unbind-phone .bind-form {
  font-size: 0.18rem;
  text-align: left;
  width: 5.26rem;
  margin: 0 auto;
}
.dialog-message .btn {
  width: 2.64rem;
  height: 0.81rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/btn-confirm.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
  margin: 0.2rem auto 0;
}
.dialog-unbind-phone .btn {
  width: 2.63rem;
  height: 0.81rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/btn-unbind.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.dialog-bind-phone .dialog-content {
  width: 7.33rem;
  height: 5.76rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/dialog-bind.png') no-repeat center / 100% 100%;
  padding: 0.9rem 0.91rem 0 0.78rem;
}
.dialog-bind-phone .dialog-title {
  width: 3.98rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/bind-title.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
}
.dialog-yuyue-success .dialog-title {
  width: 4.28rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/yuyue-success-title.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
}
.dialog-bind-phone .btn {
  width: 2.63rem;
  height: 0.83rem;
  background: url('//game.gtimg.cn/images/bpm/m/m202503/dialog/btn-bind.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.dialog-bind-phone .notes {
  width: 5.2rem;
  margin: 0.1rem auto 0;
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: #605f5f;
}
.dialog-bind-phone .bind-form {
  font-size: 0.18rem;
  text-align: left;
  width: 5.26rem;
  margin: 0 auto;
}
.dialog-bind-phone .input,
.dialog-unbind-phone .input {
  width: 5.26rem;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.18rem;
  background: #e3d8c9;
  padding: 0 0.1rem;
  border-radius: 0.1rem;
  color: #000;
  border: 1px solid #c6ac90;  
  overflow: hidden;
}
.dialog-bind-phone .checknum-input, .dialog-unbind-phone .checknum-input {
  width: 3.78rem;
  border-right: none;
  border-radius: 0.1rem 0 0 0.1rem;
  
}
.dialog-bind-phone .get-checknum-btn::before, .dialog-unbind-phone .get-checknum-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 0.3rem;
  margin-top: -0.15rem;
  width: 1px;
  background-color: #c6ac90;
}
.dialog-bind-phone .err-msg, 
.dialog-unbind-phone .err-msg {
  font-size: 0.16rem;
  text-align: left;
  padding: 0.02rem 0.06rem;
  color: rgb(233, 65, 18);
  opacity: 0;
}
.dialog-bind-address .err-msg {
  margin-left: 1.2rem;
}
.dialog-bind-phone .get-checknum-btn, .dialog-unbind-phone .get-checknum-btn {
  text-align: center;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 0.18rem;
  height: 0.54rem;
  width: 1.5rem;
  line-height: 0.54rem;
  background: #e3d8c9;
  border-radius: 0 0.1rem 0.1rem 0;
  color: #000;
  border: 1px solid #c6ac90;
  border-left: none;
  position: relative;
}
.dialog-bind-phone .get-checknumber-wrapper, .dialog-unbind-phone .get-checknumber-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* 壁纸弹窗 */
.dialog-wallpaper .dialog-content {
  width: 7rem;
  /* height: 675px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.dialog-wallpaper .full {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-wallpaper .image-view {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.dialog-wallpaper .icon-close,
.dialog-wx-code .icon-close {
  line-height: 9999px;
  overflow: hidden;
  position: absolute;
  bottom: -1rem;
  top: initial;
  left: 50%;
  margin-left: -0.34rem;
  width: 0.68rem;
  height: 0.67rem;
}

/* 弹窗 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.2rem;
  }
  .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;
}
.dialog-wx-code .dialog-content{
  height: 4rem;
}
.dialog-wx-code img {
  width: 3.5rem;
  height: 3.5rem;
}
/* 版权信息 */
.scene.footer-wrap {
  width: 100%;
  height: 7.77rem;
  background-color: #000;
  position: relative;
  padding-top: 0.8rem;
  overflow: initial;
}
.footer-wrap .icon-link {
  margin: 0 0.2rem;
  display: block;
}
.footer-wrap .text-link-list {
  margin: 0 auto 0.2rem;
  font-size: 0.22rem;
  color: #fff;
  width: 7.02rem;
  text-align: center;
}
.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.1rem;
}
.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;
}
.footer-wrap .limit_age {
	display: none;
}
.foot_tops {
  width: 7rem;
  display: flex;
  justify-content: space-between;
  margin: 0.1rem auto 0.6rem;
}
.tencent-game {
  display: block;
	width: 3.96rem !important;
	height: 0.6rem !important;
  margin-top: 0.2rem;
	background: url(//game.gtimg.cn/images/bpm/m/m202503/icon-foot.png) no-repeat center/ 100% 100%;
}
.footer-wrap .foot_tips,
.copyright_public {
  clear: both;
  text-indent: 0;
  width: 5.5rem;
  height: 0.7rem;
  line-height: 0.5rem;
  margin: 0.3rem auto;
  color: #808080;
  font-size: 0.22rem;
}
.copyright_public {
  width: 6rem;
  text-align: center;
}
.copyright_public a {
  color: #808080;
}
.footer-wrap .foot_ieg_logo {
  width: 3.6rem;
  height: 0.7rem;
  text-indent: -999em;
  overflow: hidden;
  margin: 0.1rem 0 0 0.1rem;
  background: url(//game.gtimg.cn/images/js/2018foot/logo/foot-dark.png) no-repeat center/ 100% 100%;
}
.foot_links {
	margin-top: 0.1rem;
	line-height: 0.24rem;
}
.foot_cpright {
	width: 21rem;
	margin: 0 auto;
}
.foot_links .link_map span, .foot_links .link_map a {
	font-size: 12px;
	color: #494949;
}
.footer-wrap .foot_links .copyright_txt,
.foot_links li {
	font-size: 12px;
}
.foot_links li {
	line-height: 0.3rem;
}
.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;
}

.dialog-unbind .dialog-content {
  padding-top: 1.7rem;
}