
/* .kv .kv-video {
	width: 100%;
	height: 100vh;
}
.kv .kv-video > video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
} */
html, body, .main-content {
	overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background-color: #35488c;
}
.main-content {
  position: relative;
  width: 19.2rem;
  height: 26.86rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/bg.jpg) no-repeat center/ 100% 100%;
}
#gfooter {
  position: absolute;
  bottom: 0;
  display: none;
}
.kv-wrap {
  width: 100%;
  height: 9.4rem;
  position: absolute;
}
.logo {
  position: absolute;
  left: 0.38rem;
  top: 0.43rem;
  width: 1.97rem;
  height: 0.69rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/logo.png) no-repeat center/ 100% 100%;
  z-index: 2;
}
.login-wrap {
  position: absolute;
  right: 0.45rem;
  top: 0.45rem;
  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;
}
.slogan {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -9.6rem;
  width: 19.2rem;
  height: 10.13rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/slogan.png) no-repeat center/ 100% 100%;
}
.icon-next {
  position: absolute;
  bottom: -0.54rem;
  left: 50%;
  width: 1.19rem;
  height: 1.4rem;
  margin-left: -0.60rem;
  animation: floatVertical 3s ease-in-out infinite;
  z-index: 10;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/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: 9.4rem;
  margin-left: -8.56rem;
  width: 17.13rem;
  height: 16.13rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/activity-list-bg.png) no-repeat center/ 100% 100%;
  padding: 2.28rem 2.24rem 0 1.92rem;
  box-sizing: border-box;
}
.activity-list .btn-history {
  position: absolute;
  right: 2.07rem;
  top: 1.56rem;  
  text-decoration: underline;
  font-size: 0.32rem;
  color: #e17a0f;
  cursor: pointer;
}
.activity-list .btn-rule {
  position: absolute;
  right: 3.7rem;
  top: 1.56rem;  
  text-decoration: underline;
  font-size: 0.32rem;
  color: #e17a0f;
  cursor: pointer;
}
.activity-list .list-wrap {
  width: 12.9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.activity-item {
  position: relative;
  width: 3.67rem;
  height: 5.87rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/activity-item-bg.png) no-repeat center/ 100% 100%;
  margin-bottom: 0.2rem;
}
.activity-img {
  position: absolute;
  top: 0.96rem;
  left: 50%;
  width: 3.23rem;
  height: 2.06rem;
  margin-left: -1.61rem;
}
.activity-title {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  width: 3.23rem;
  margin-left: -1.61rem;
  text-align: center;
  font-size: 0.36rem;
  color: #425394;
  font-weight: bold;
  height: 1rem;
}
.btn-detail {
  position: absolute;
  top: 4.18rem;
  left: 50%;
  width: 1.79rem;
  height: 0.49rem;
  margin-left: -0.9rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/btn-detail.png) no-repeat center/ 100% 100%;
}
.btn-receive {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  width: 2.56rem;
  height: 0.78rem;
  margin-left: -1.28rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/btn-receive.png) no-repeat center/ 100% 100%;
  cursor: pointer;
}
.btn-unfinish {
  width: 2.56rem;
  height: 0.78rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/btn-unfinish.png) no-repeat center/ 100% 100%;
}
.btn-received {
  width: 2.56rem;
  height: 0.78rem;
  background: url(https://game.gtimg.cn/images/bpm/act/a20250717gifts/pc/btn-received.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,.7);
  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.4rem;
	height: 5.6rem;
	background-image: url(https://game.gtimg.cn/images/bpm/web202412/dialog-bg.jpg);
	text-align: center;
}
.dialog-mask-wrapper .ico-close {
	position: absolute;
	top: 0.26rem;
	right: 0.26rem;
	width: 0.43rem;
	height: 0.43rem;
	background: url(https://game.gtimg.cn/images/bpm/web202412/ico-close-g.png) no-repeat center;
	background-size: cover;
}
.dialog-mask-wrapper .ico-close:hover {
	background-image: url(https://game.gtimg.cn/images/bpm/web202412/ico-close-b.png);
}
.dialog-mask-wrapper .dialog-btn {
	display: block;
	font-size: 0.32rem;
	color: #FCFCFC;
	width: 4.26rem;
	height: 0.74rem;
	line-height: 0.74rem;
	background: #000000;
	text-align: center;
	border-radius: 0.37rem;
	margin: 0 auto;
	cursor: pointer;
}
.dialog-mask-wrapper .dialog-btn.btn-hover:hover {
	color: #000;
	background: linear-gradient(to right, #6EFFFF 0%, #71CCFF 100%);
}
.dialog-mask-wrapper .title {
	font-size: 0.42rem;
	line-height: 1;
}
.dialog-mask-wrapper .content {
	font-size: 0.26rem;
	line-height: 0.42rem;
}

/* 弹窗 */
.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 {
  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;
}
