html, body {
  width: 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: syst;
  src: url(../../font/syst.ttf) format('opentype');
  font-display: swap;
}
@keyframes rotate {
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}
.animation-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.album .animation-loading {
  display: block;
}
.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';
}

/* @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;
}
*: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;
}

html, body, .main-content {
	overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background-color: #35488c;
}
.main-content {
  position: relative;
  width: 7.5rem;
  height: 26.68rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/m/bg.jpg) no-repeat center/ 100% 100%;
}
.logo {
  position: absolute;
  left: 0.25em;
  top: 0.2rem;
  width: 1.59rem;
  height: 0.57rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/m/logo.png) no-repeat center/ 100% 100%;
  z-index: 2;
}
.login-wrap {
  position: absolute;
  right: 0.25em;
  top: 0.2rem;
  width: 2.55rem;
  /* height: 0.38rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/login-bg.png) no-repeat center/ 100% 100%; */
  text-align: center;
  z-index: 10;
}
.slogan {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -3.75rem;
  width: 7.5rem;
  height: 8.57rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/m/slogan.png) no-repeat center/ 100% 100%;
}
.icon-next {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  width: 0.9rem;
  height: 1.06rem;
  margin-left: -0.45rem;
  animation: floatVertical 3s ease-in-out infinite;
  z-index: 10;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/m/icon-next.png) no-repeat center / 100%;
}
@keyframes floatVertical {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
.activity-list {
  position: absolute;
  left: 50%;
  top: 8.47rem;
  margin-left: -3.75rem;
  width: 7.5rem;
  height: 17.01rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/m/activity-list-bg.png) no-repeat center/ 100% 100%;
  padding: 1.5rem 0.68rem;
  box-sizing: border-box;
}
.activity-list .btn-rule {
  position: absolute;
  right: 2.5rem;
  top: 1rem;  
  text-decoration: underline;
  font-size: 0.28rem;
  color: #e17a0f;
}
.activity-list .btn-history {
  position: absolute;
  right: 0.89rem;
  top: 1rem;  
  text-decoration: underline;
  font-size: 0.28rem;
  color: #e17a0f;
}
.activity-list .list-wrap {
  width: 6.1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.activity-item {
  position: relative;
  width: 2.92rem;
  height: 4.67rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/m/activity-item-bg.png) no-repeat center/ 100% 100%;
  margin-bottom: 0.2rem;
}
.activity-img {
  position: absolute;
  top: 0.76rem;
  left: 50%;
  width: 2.57rem;
  height: 1.64rem;
  margin-left: -1.28rem;
}
.activity-title {
  position: absolute;
  top: 2.7rem;
  left: 50%;
  width: 2.57rem;
  margin-left: -1.28rem;
  text-align: center;
  font-size: 0.28rem;
  color: #425394;
  font-weight: bold;
  height: 1rem;
}
.btn-detail {
  position: absolute;
  top: 3.35rem;
  left: 50%;
  width: 1.44rem;
  height: 0.39rem;
  margin-left: -0.72rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/m/btn-detail.png) no-repeat center/ 100% 100%;
}
.btn-receive {
  position: absolute;
  top: 3.7rem;
  left: 50%;
  width: 1.71rem;
  height: 0.52rem;
  margin-left: -0.85rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/m/btn-receive.png) no-repeat center/ 100% 100%;
}
.btn-unfinish {
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/btn-unfinish.png) no-repeat center/ 100% 100%;
}
.btn-received {
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/btn-received.png) no-repeat center/ 100% 100%;
}
#gfooter {
  position: absolute;
  bottom: 0.5rem;
  color: #fff;
  display: none;
}
.kv-wrap {
  width: 100%;
  height: 9.4rem;
  position: absolute;
}
#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;
  height: 8.25rem !important;
  margin: 0 !important;
  transform: translate3d(-50%, -50%, 0);
}
#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;
}


/* 版权信息 */
.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: #fff;
  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;
	background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/icon-foot.png) no-repeat center/ 100% 100%;
  margin-top: 0.2rem;
}
.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;
}
/* 内容部分 */
.wrapper {
  width: 100%;
  position: relative;
}

/* 弹窗 */
.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 {
	position: absolute;
	top: 0.1rem;
	right: 0.16rem;
	width: 0.51rem;
  height: 0.51rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/icon-close.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
}
#fxDialogLogin .icon-close,
#fxDialogWX .icon-close {
	position: absolute;
	top: 0.1rem;
	right: 0.16rem;
	width: 0.51rem;
  height: 0.51rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/icon-close.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
}

#fxDialogWX .dialog-title {
  line-height: 9999px;
  overflow: hidden;
  width: 3.98rem;
	height: 0.48rem;
  background: none;
  display: none;
}
#fxDialogLogin .dialog-title {
  width: 4.63rem;
	height: 0.48rem;
  background: none;
  display: none;
  margin-bottom: 0.38rem;
  line-height: 9999px;
  overflow: hidden;
}
#fxDialogLogin .dialog-content{
	width: 7.07rem;
	height: 4.59rem;
	padding: 1.51rem 1.16rem 0 1.16rem;
	background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/dialog-login.png') no-repeat center / 100% 100%;
}
#fxDialogLogin .login-buttons {
  display: flex;
  justify-content: space-between;
  width: 4.5rem;
}
#fxDialogLogin .btn-qqlogin {
  width: 1.49rem;
	height: 2.03rem;
  line-height: 9999px;
  overflow: hidden;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/icon-qq.png') no-repeat center / 100% 100%;
}
#fxDialogLogin .btn-wxlogin {
  width: 1.51rem;
	height: 1.97rem;
  line-height: 9999px;
  overflow: hidden;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/icon-wx.png') no-repeat center / 100% 100%;
}
#fxDialogWX .dialog-content{
	width: 7.05rem;
	height: 4.05rem;
	padding: 1.4rem 0.86rem 0 0.86rem;
	background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/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.1rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  border: 1px solid #c6ac90;
  border-radius: 0.2rem;
  background-color: #e2d9c9;
  margin: 0.2rem auto 0.5rem;
  padding: 0 0.1rem;
  color: #333;
  font-size: 0.2rem;
}
#fxDialogWX .btn-copy {
  width: 2.56rem;
	height: 0.73rem;
  line-height: 9999px;
  overflow: hidden;
	margin: 0 auto;
	background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/btn-copy.png') no-repeat center / 100% 100%;
  
}
.fx-dialog-copy-link .copy-tips {
  display: none;
}
#dialogMessage {
  z-index: 99999;
}

.dialog-message .dialog-content{
	width: 7.14rem;
  height: 4.53rem;
  padding: 1.7rem 1rem 0 1rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/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 .cszg-text p{
  text-align: center;
}

.dialog-rewards .dialog-content{
	width: 7.14rem;
  height: 6.03rem;
  padding: 1.5rem 0.7rem 0 0.7rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/dialog-records.png) no-repeat center / 100% 100%;
  overflow: hidden;
}
.dialog-rewards .dialog-title {
  line-height: 9999px;
  overflow: hidden;
  display: none;
}
.dialog-rewards .reward-list .table-row {
    display: flex;
    justify-content: space-between;
}
.dialog-rewards #rewardList {
  height: 3.2rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.dialog-rewards .operation {
  display: flex;
  justify-content: space-between;
  width: 3.8rem;
  margin: 0.3rem auto 0;
}
.dialog-rewards .operation .btn-prev {
  cursor: pointer;
  width: 1.8rem;
  height: 0.73rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/btn-prev.png') no-repeat center / 100% 100%;
}
.dialog-rewards .operation .btn-next {
  cursor: pointer;
  width: 1.8rem;
  height: 0.73rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/btn-next.png') no-repeat center / 100% 100%;
}
.dialog-rewards .operation .disabled {
  filter: grayscale(100%);
}
.dialog-rewards .reward-list {
  /* border: 1px solid #d7c3a8; */
  background-color: #f4e9da;
  width: 5.6rem;
  font-size: 0.18rem;
  color: #896e50;
}
.dialog-rewards .reward-item-title {
  background-color: #deb37c;
  display: flex;
  justify-content: space-between;
  height: 0.5rem;
  line-height: 0.5rem;
  font-weight: bold;
  color: #fff;
}
.dialog-rewards .reward-item {
  height: 0.5rem;
  line-height: 0.5rem;
  /* border-top: 1px solid #c6ac90; */
  display: flex;
  justify-content: space-between;
}
.dialog-rewards .reward-item:nth-child(1) {
  border-top: none;
}
.dialog-rewards .reward-name,
.dialog-rewards .reward-time {
  width: 50%;
  text-align: center;
}

.dialog-message .btn-confirm {
  width: 2.56rem;
  height: 0.73rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/btn-message-confirm.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
  margin: 0.2rem auto 0;
}

.dialog-rule .dialog-content {
  width: 7.14rem;
  height: 6.03rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/dialog-rule.png') no-repeat center / 100% 100%;
  padding: 1.4rem 0.91rem 0 0.78rem;
  text-align: left;
}
.dialog-rule .rule-content {
  overflow-y: scroll;
  height: 3.8rem;
  font-family: 'microsoft yahei';
}
/* 滚动条整体样式 */
.rule-content::-webkit-scrollbar {
  width: 0.08rem; /* 垂直滚动条宽度 */
  height: 0.08rem; /* 水平滚动条高度 */
}

/* 滚动条轨道 */
.rule-content::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 轨道背景色 */
  border-radius: 0.02rem; /* 轨道圆角 */
}

/* 滚动条滑块 */
.rule-content::-webkit-scrollbar-thumb {
  background-color: #888; /* 滑块颜色 */
  border-radius: 0.02rem; /* 滑块圆角 */
}

/* 滚动条滑块悬停状态 */
.rule-content::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* 滑块悬停颜色 */
}

/* 滚动条角落 */
::-webkit-scrollbar-corner {
  background-color: #f1f1f1; /* 角落背景色 */
}

.dialog-rule li {
  color: #bf7f32;
  font-size: 0.18rem;
}
.dialog-rule .rule-content-imp {  
  font-size: 0.18rem;
}
.dialog-rule .rule-content-item {
  padding-left: 0.37rem;
  line-height: 0.32rem;
  width: 100%;
  position: relative;
}
.dialog-rule .rule-content-item .icon-line {
  position: absolute;
  left: 0;
  top: 0%;
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  text-align: center;
  color: #333;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/icon-line.png') no-repeat center / 100% 100%;
}

/* 弹窗 end */
.age-reminder-pop {font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;}
#fxDialogRoleBind .dialog-content {
  width: 7.09rem;
  height: 5.85rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/dialog-bind.png') no-repeat center / 100% 100%;
  padding: 1.49rem 1rem;
}
#fxDialogRoleBind .btn-confirm {
  width: 2.56rem;
  height: 0.73rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/btn-confirm.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
  margin: 0.4rem auto 0;
}
.fx-dialog-mask-wrapper .icon-close {
  width: 0.51rem;
  height: 0.51rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/icon-close.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
}
#fxDialogRoleBind .agree-area .tip {
  color: #b7b5ad;
  font-size: 0.18rem;
  line-height: 0.24rem;
  width: 100%;
}
#fxDialogRoleBind .custom-checkbox {
  width: 0.51rem;
  height: 0.51rem;
  background: url('https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/dialog/icon-close.png') no-repeat center / 100% 100%;
}
#fxDialogRoleBind .agree-area {
  position: relative;
  width: 100%;
  height: 0.45rem;
  padding-left: 0.38rem;
  box-sizing: border-box;
}
#fxDialogRoleBind .area {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.26rem;
  height: 0.26rem;
  margin-top: -0.13rem;
  border-color: #e0c5a6;
}
#fxDialogRoleBind .role-list-container {
  height: 1.5rem;
  width: 4.75rem;
  position: relative;
}
#fxDialogRoleBind .role-list-title {
  position: absolute;
  left: 0.5rem;
  top: 0;
  font-size: 0.24rem;
  color: #896e50;
  height: 0.48rem;
  line-height: 0.48rem;
}
#fxDialogRoleBind .role-list {
  margin: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  left: 1.9rem;
}
#fxDialogRoleBind .role-item {
  font-size: 0.24rem;
  color: #896e50;
  height: 0.48rem;
  line-height: 0.48rem;
  width: 3rem;
  text-align: left;
}
#fxDialogRoleBind .role-item > input {
  margin-right: 0;
  display: inline-block;
}
