/* reset */
@font-face {
	font-family: 'sourceHanSans';
	src: url(https://game.gtimg.cn/images/bpm/web202412/sourceHanSans.ttf);
}
body {background-color: #000;font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;}
.sys-fm {font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;}
h1,h2,h3,h4,h5,h6,div,p,span,a,input,button,ul,li,ol,img,html,body,select,button{
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  outline: none;
  border: none;
}
a{
  text-decoration: none;
	cursor: pointer;
}
button{
  outline: none;
  border: none;
  display: block;
	cursor: pointer;
}
input{
  border: none;
  display: block;
}
li{
  list-style: none;
}
/* 去除点击时闪现一个半透明灰色块 */
div,
input[type=button],
input[type=submit],
input[type=file],
button { 
  -webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
} 

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1.1rem;
	padding: 0 0.69rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9;
	background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/header-bg.png) no-repeat center / 100% 100%;
}
.header.dark {
	filter: invert(1) grayscale(1) contrast(10);
}
.logo {
	display: block;
	width: 1.72rem;
	height: 0.61rem;
	text-indent: -999rem;
	background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/logo.png) no-repeat center / 100% 100%;
}
.header-tab-btn-wrap {
	width: 9.2rem;
	height: 1.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-tab {
	display: flex;
	justify-content: space-between;
	width: 5.86rem;
	font-size: 0.24rem;
}
.header-tab > a {
	position: relative;
	color: #000;
	display: block;
	width: 1.62rem;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
}
.header-tab > a.active {
	color: #2323e2;
}
.header-tab > a.active::after {
	content: '';
	position: absolute;
	top: 0.18rem;
	left: 0;
	width: 1.36rem;
	height: 0.78rem;
	background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/nav-on.png) no-repeat center / 100% 100%;
}
.login-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 0.36rem;
	margin-top: -0.18rem;
	background-color: #000;
}
.login-wrap {
	position: relative;
	width: 1.25rem;
  height: 1.1rem;
  line-height: 0.35rem;
  width: 100%;
  font-size: 0.2rem;
  color: #333;
  position: relative;
  z-index: 2;
  padding-left: 0.2rem;
}
.login-wrap a {
  color: #2323e2;
}
.login-wrap .username {
	width: 1.25rem;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.login_ed,
.un_login {
	height: 1.1rem;
	line-height: 0.2rem;
	padding-top: 0.35rem;
}
.un_login {
	text-align: right;
}
.un_login a {
	margin-left: 0.8rem;
	display: block;
	width: 0.43rem;
	height: 0.43rem;
	background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/icon-login.png) no-repeat center / 100% 100%;
	line-height: 9999px;
	overflow: hidden;
}
.un_login a:hover {
	background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/icon-login-hover.png) no-repeat center / 100% 100%;
}
.header-operation {
	display: flex;
	align-items: center;
}
.header-player {
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	margin: 0rem 0.17rem 0 0;
	background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/icon-audio-off.png') no-repeat center / 100% 100%;
}
.header-player:hover {
	background-image: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/icon-audio-off-hover.png');
}
.header-player.playing {
	background-image: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/icon-audio-on.png');
}
.header-player.playing:hover {
	background-image: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/icon-audio-on-hover.png');
}
.btn-home {
	display: block;
	width: 1.6rem;
	height: 0.48rem;
	line-height: 0.48rem;
	background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/btn-home.png') no-repeat center / 100% 100%;
	line-height: 9999px;
	overflow: hidden;;
}

.copyright {
	width: 1.6rem;
	height: 0.48rem;
	line-height: 0.48rem;
	border-radius: 0.24rem;
	font-size: 0.22rem;
	color: rgba(0,0,0,0.7);
	border: 1px solid rgba(0,0,0,0.2);
	text-align: center;
}
.back-top {
	position: absolute;
	bottom: 1.23rem;
	right: 0.43rem;
	width: 0.74rem;
	height: 0.74rem;
	background: url(https://game.gtimg.cn/images/bpm/web202412/ico-top.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
}
/* 左侧 */
.fixed-links {
	width: 5.22rem;
	position: fixed;
	bottom: 0.47rem;
	left: 0.69rem;
	display: flex;
	justify-content: space-between;
	z-index: 9;
}
.fixed-links > a {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0.8rem;
	opacity: 0.9;
}
.fixed-links > a:hover{
	opacity: 1;
}
.fixed-link-bili {
	width: 0.34rem;
	height: 0.14rem;
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-bili.png');
	margin-top: 0;
}
.fixed-link-wb {
	width: 0.25rem;
	height: 0.21rem;
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-wb.png');
}
.fixed-link-wechat {
	position: relative;
	width: 0.23rem;
	height: 0.2rem;
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-wechat.png');
}
.fixed-link-wechat:hover .qrcode, .foot-wx:hover .qrcode{display: block;}
.fixed-link-wechat .qrcode, .foot-wx .qrcode {
	display: none;
	position: absolute;
	top: 50%;
	right: -100%;
	width: 1.72rem;
	height: 1.72rem;
	transform: translate(1.9rem, -66%);
}
.foot-wx .qrcode {
	top: 0;
	right: 50%;
	transform: translate(50%, -1.9rem);
}
.fixed-link-taptap {
	width: 0.28rem;
	height: 0.16rem;
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-taptap.png');
}
.fixed-link-haoyou {
	width: 0.19rem;
	height: 0.21rem;
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-haoyou.png');
}
.fixed-link-tx {
	width: 0.3rem;
	height: 0.25rem;
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-tx.png');
}
.fixed-link-wg {
	width: 0.23rem;
	height: 0.29rem;
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-wg.png');
}
.fixed-link-kf {
	width: 0.3rem;
	height: 0.3rem;
	background-image: url('https://game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/icon-kf-hover.png');
}
.fixed-link-kf:hover .qrcode{display: block;}
.fixed-link-kf .qrcode {
	display: none;
	position: absolute;
	top: -1.5rem;
	right: -0.85rem;
	width: 2rem;
	height: 2.09rem;
}
.fixed-links.dark .fixed-link-bili {
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-bili-b.png');
}
.fixed-links.dark .fixed-link-wb {
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-wb-b.png');
}
.fixed-links.dark .fixed-link-wechat {
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-wechat-b.png');
}
.fixed-links.dark .fixed-link-taptap {
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-taptap-b.png');
}
.fixed-links.dark .fixed-link-haoyou {
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-haoyou-b.png');
}
.fixed-links.dark .fixed-link-tx {
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-tx-b.png');
}
.fixed-links.dark .fixed-link-wg {
	background-image: url('https://game.gtimg.cn/images/bpm/web202412/ico-wg-b.png');
}

button,input,select,textarea{font-size: 100%;outline: none;background-color: transparent;border: none;}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis-line2 {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  -webkit-line-clamp: 2;
}


/* foot start */
.foot-container {
	height: 2rem !important;
	position: relative;
	z-index: 9;
	background-color: #000;
}
.foot-container .limit_age {
	display: none;
}
.tencent-game {
	width: 3.96rem !important;
	height: 0.6rem !important;
	background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/icon-foot.png) no-repeat center/ 100% 100%;
}
.foot-container .foot_tips {
	clear: both;
	text-indent: 0;
	width: 5.2rem;
	height: 0.7rem;
	line-height: 0.3rem;
}
.foot_links {
	margin-top: 0.1rem;
	line-height: 0.24rem;
	width: 11.8rem !important;
}
.foot_cpright {
	width: 21rem;
	margin: 0 auto;
}
.foot_links .link_map span, .foot_links .link_map a {
	font-size: 12px;
	color: #494949;
}
.foot-container .foot_links .copyright_txt,
.foot_links li {
	font-size: 12px;
}
.foot_links li {
	line-height: 0.3rem;
}
/* foot end */

/* loading*/
.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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%;
}
.loading-video video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.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;
}
.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); /* 从左到右的渐变 */
}

#ageReminder {
	width: 0.81rem;
	height: 1.04rem;
	position: absolute;
	right: 4rem;
	top: 0.45rem;
	z-index: 5;
}
#ageReminder .age-reminder {
  width: 100%;
  height: 100%;
}
#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;
}
@font-face {
  font-family: syst;
  src: url(../../font/syst.ttf) format('opentype');
  font-display: swap;
}