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: 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;
}
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*/
.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,1);
  z-index: 999;
}
.loading-container {
  position: absolute !important;
  z-index: 999;
}
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-wrapper .text {
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
  font-family: '\5FAE\8F6F\96C5\9ED1',sans-serif;
}
.loading-wrapper .process-number {
  /* font-family: RUIZI; */
  min-width: 0.44rem;
  display: inline-block;
}
.loading-wrapper .loading-icon {
  background: url(//game.gtimg.cn/images/mdnf/act/a20250122ai/loading.gif);
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  margin-bottom: 0.5rem;
}

.wraper {
  position: relative;
  margin: 0 auto;
  /* width: 100%; */
  width: 7.5rem;
  height: 100%;
  overflow: hidden;
  background: url(//game.gtimg.cn/images/mdnf/act/a20250122ai/home/home-bg.jpg) no-repeat center/ 100%;  
}
.wraper-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
  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;
}

/* 顶部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/act/a20250320yuyue/m/header-bg.png) no-repeat center / 100% 100%;
}
.logo {
  margin-right: 1.2rem;
	width: 2.51rem;
	height: 1.09rem;
	text-indent: -999rem;
  margin-top: 0.19rem;
	background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/logo.png) no-repeat center / 100% 100%;
}
.icon-menu {
  display: block;
  width: 0.54rem;
  height: 0.47rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/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/act/a20250320yuyue/m/icon-audio-off.png') no-repeat center / 100% 100%;
}
.header-player.playing {
	background-image: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/icon-audio-on.png');
}
.btn-home {
	display: block;
	width: 1.89rem;
	height: 0.57rem;
	line-height: 0.57rem;
	background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/btn-home.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);
  font-family: syst;
}
.side-bar-inner {
  width: 100%;
  height: 11rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  align-items: center;
}
.side-bar .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/act/a20250320yuyue/m/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/act/a20250320yuyue/m/icon-menu-close.png) no-repeat center;
  background-size: cover;
  display: none;
}
.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-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%;
}
/* 版权信息 */
.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;
	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%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}
.scene {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}

.scene .content {
  width: 100%;
  height: 12rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.scene .title {
  width: 5.93rem;
  height: 0.77rem;
  margin: 0 auto;
  background: url(//game.gtimg.cn/images/mdnf/act/a20250122ai/title.png) no-repeat center/ 100%;  
}
.login-wrap {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 1.5rem;
  text-align: left;
  font-size: 0.2rem;
  color: #fee7ad;
  position: absolute;
  right: 0.6rem;
  z-index: 2;
  bottom: -0.5rem;
}
.login-wrap a {
  color: #fee7ad;
}
.scene-home {
  background: #000 url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/bg.jpg') no-repeat center/ cover;
  width:100%;
  height: 100%;  
}
.scene-home .slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7.5rem;
	height: 4.86rem;
	background-image: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/slogan.png);
	background-size: 100%;
	background-position: center;
	margin: -6.3rem 0 0 -3.75rem;
  
}
.scene-home .btn-order {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7.44rem;
	height: 2.73rem;
	background-image: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/btn-yuyue.png);
	background-size: 100%;
	background-position: center;
	margin: 2.9rem 0 0 -3.72rem;
}
.scene-home .zm-tips {
  position: absolute;
	top: 50%;
	left: 50%;
	width: 7.44rem;
  text-align: center;
  margin: 4.9rem 0 0 -3.67rem;
  font-size: 0.22rem;
  color: #fff;

}
.kv-video {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.icon-next {
  position: fixed;
  bottom: 0.5rem;
  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/act/a20250320yuyue/m/icon-next.png) no-repeat center / 100%;
}
@keyframes floatVertical {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
/* 抽奖 */
.scene-lottery {
  background: #000 url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/lottery/bg.jpg') no-repeat center/ cover;
  width:100%;
  height: 100%;  
}
.scene-lottery .scene-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/lottery/content-bg.png') no-repeat center/ 100% 100%;
  width: 7.47rem;
  height: 10.94rem;
  margin: -5.52rem 0 0 -3.73rem;
}
.scene-lottery .lottery {
  position: absolute;
  top: 2.37rem;
  left: 50%;
  width: 7.5rem;
  height: 6.28rem;
  margin-left: -3.75rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/lottery/lottery-bg.png) no-repeat center/ 100% 100%;
}
.scene-lottery .lottery-content {
  position: absolute;
  top: 0.45rem;
  left: 0.79rem;
  width: 5.91rem;
  height: 5.39rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/lottery/lottery-content.png) no-repeat center/ 100% 100%;
}
.lottery-header {
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 100%;
  height: 0.45rem;
  text-align: center;
}
.lottery-tips {
  font-size: 0.2rem;
  color: #312926;
  margin-top: 0.1rem;
}
.btn-get-nums {
  position: absolute;
  top: 8.5rem;
  left: 50%;
  margin-left: -3.14rem;
  width: 6.27rem;
  height: 0.84rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/lottery/btn-get-lottery-times.png) no-repeat center/ 100% 100%;
}
.lottery-btns {
  position: absolute;
  top: 9.5rem;
  left: 50%;
  margin-left: -3rem;
  width: 6rem;
  height: 0.45rem;
  display: flex;
  justify-content: space-between;
}
.lottery-btns .btn-item {
  width: 1.95rem;
  height: 0.59rem;
  line-height: 0.59rem;
  text-align: center;
  color: #fff;
  background-color: #c19a6b;
  font-size: 0.19rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
.lottery-btns .btn-item:nth-child(2) {
  background-color: #a78a67;
}
.lottery .remain-times {
  position: absolute;
  top: 3rem;
  left: 2.2rem;
  font-size: 0.25rem;
  color: #fff;
}
.lottery .disabled {
  position: absolute;
  width: 1.95rem;
  height: 1.77rem;
  left: 2rem;
  top: 1.8rem;
  display: block;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.lottery .bg {
  width: 100%;
  height: 100%;
}
.lotterycontent_disable {
  background: rgba(0, 0, 0, 0.5);
}
/* 里程碑 */
.scene-milestone {
  background: #000 url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/milestone/bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
}
.scene-milestone .scene-content {
  width: 7.5rem;
  height: 11rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.scene-milestone .scene-title {
  position: absolute;
  left: 50%;
  top: 0.2rem;
  margin-left: -3.75rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/milestone/scene-title.png) no-repeat center / cover;
  width: 7.5rem;
  height: 2.03rem;
}
.milestone-line {
  position: absolute;
  left: 0%;
  top: 1.5rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/milestone/milestone-line.png) no-repeat center / cover;
  width: 1.8rem;
  height: 10.77rem;
}
.milestone-list {
  position: absolute;
  left: 50%;
  top: 2rem;
  margin-left: -1.99rem;
  width: 4.94rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
}
.milestone-item {
  position: relative;
  width: 4.94rem;
  height: 2.1rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/milestone/item-bg.png) no-repeat center / 100% 100%;
}
/* 添加置灰类 */
.milestone-item.disabled {
  filter: grayscale(100%);
  opacity: 0.6; /* 可选：添加透明度增强置灰效果 */
}
.milestone-item:nth-child(2) {
  margin-left: -0.5rem;
}
.milestone-item:nth-child(3) {
  margin-left: 0;
}
.milestone-item:nth-child(4) {
  margin-left: 0.53rem;
}
.milestone-item:nth-child(5) {
  margin-left: -0.2rem;
}
.milestone-gift {
  position: absolute;
  top: 0.32rem;
  left: 1.4rem;
  width: 1.96rem;
  height: 1.96rem;
  margin-left: -0.98rem;
}
.milestone-item:nth-child(2) .milestone-gift {
  left: 1.6rem;
}
.milestone-item:nth-child(4) .milestone-gift {
  top: 0.1rem;
  left: 1.5rem;
}
.milestone-item:nth-child(5) .milestone-gift {
  top: 0.2rem;
  left: 1.6rem;
}
.milestone-gift img {
  margin: 0 auto;
}
.milestone-item:nth-child(1) .milestone-gift img {
  width: 1.71rem;
}
.milestone-item:nth-child(2) .milestone-gift img {
  width: 1.32rem;
}
.milestone-item:nth-child(3) .milestone-gift img {
  width: 1.74rem;
}
.milestone-item:nth-child(4) .milestone-gift img {
  width: 1.5rem;
}
.milestone-item:nth-child(5) .milestone-gift img {
  width: 1.3rem;
}
.milestone-title {
  position: absolute;
  top: 0.22rem;
  left: 2.62rem;
  font-size: 0.2rem;
  color: #393c46;
  font-family: syst;
  font-weight: bold;
}
.milestone-num {
  position: absolute;
  top: 0.45rem;
  left: 2.62rem;
  font-size: 0.34rem;
  color: #393c46;
  font-family: syst;
  font-weight: bold;
}
.scene-milestone .btn-received {  
  position: absolute;
  top: 1.2rem;
  right: -0.05rem;
  width: 2.1rem;
  height: 0.55rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/milestone/btn-received.png) no-repeat center / 100% 100%;
}
.scene-milestone .btn-available {  
  position: absolute;
  top: 1.2rem;
  right: -0.07rem;
  width: 2.11rem;
  height: 0.55rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/milestone/btn-available.png) no-repeat center / 100% 100%;
}
.scene-milestone .btn-unavailable {  
  position: absolute;
  top: 1.2rem;
  right: -0.07rem;
  width: 2.12rem;
  height: 0.55rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/milestone/btn-unavailable.png) no-repeat center / 100% 100%;
}
.scene-milestone .icon-mask {
  position: absolute;
  top: 3.29rem;
  right: 0rem;
  width: 1.2rem;
  height: 0.84rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/milestone/icon-mask.png) no-repeat center / 100% 100%;
}
/* 弹窗 */
.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;
}
.fx-dialog-mask-wrapper .icon-close,
.dialog-mask-wrapper .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/act/a20250320yuyue/pc/dialog/icon-close.png) no-repeat center / 100% 100%;
}
.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;
}
#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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/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.26rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  border: 1px solid #c6ac90;
  border-radius: 0.2rem;
  background-color: #e2d9c9;
  margin: 0.5rem auto;
  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/act/a20250320yuyue/pc/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/act/a20250320yuyue/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-message .icon-close {
  position: absolute;
	top: 0.61rem;
	right: 0.16rem;
	width: 0.48rem;
	height: 0.47rem;
	background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/icon-close.png) no-repeat center / 100% 100%;
	background-size: cover;
}
.dialog-unbind .dialog-content {
  padding-top: 1.8rem;
}
.dialog-unbind .message-info {
  text-align: justify;
}
.dialog-unbind .btn {
  margin-top: 0.08rem !important;
}
.dialog-bind-address  .dialog-content{
	width: 7.47rem;
  height: 6.77rem;
  padding: 0.8rem 1rem 0 1rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/dialog-zm.png) no-repeat center / 100% 100%;
  overflow: hidden;
}
.dialog-bind-address .dialog-title {
  width: 3.98rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/address-title.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.29rem;
  line-height: 9999px;
  overflow: hidden;
}
.dialog-bind-address .bind-form,
.dialog-bind-address .form-item {
  font-size: 0.18rem;
  text-align: left;
  width: 5.5rem;
  margin: 0 auto;
  overflow: hidden;
}
.dialog-bind-address .btn {
  width: 2.64rem;
  height: 0.81rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/btn-confirm.png') no-repeat center / 100% 100%;
  line-height: 9999px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.dialog-rewards .dialog-content{
	width: 7.39rem;
  height: 5.76rem;
  padding: 0.8rem 0.9rem 0 0.9rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/dialog-bind.png) no-repeat center / 100% 100%;
  overflow: hidden;
}
.dialog-rewards .dialog-title {
  width: 3.46rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/rewards-title.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.29rem;
  line-height: 9999px;
  overflow: hidden;
}
.dialog-rewards .operation {
  display: flex;
  justify-content: space-between;
  width: 5.6rem;
  margin-top: 0.2rem;
}
.dialog-rewards .operation .btn-prev {
  width: 2.63rem;
  height: 0.81rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/btn-prev.png') no-repeat center / 100% 100%;
}
.dialog-rewards .operation .btn-next {
  width: 2.63rem;
  height: 0.81rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/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: #efe2d1;
  width: 5.6rem;
  font-size: 0.18rem;
  color: #7f5724;
}
.dialog-rewards .reward-item-title {
  background-color: #d7c3a8;
  display: flex;
  justify-content: space-between;
  height: 0.42rem;
  line-height: 0.42rem;
  font-weight: bold;
}
.dialog-rewards .reward-item {
  height: 0.42rem;
  line-height: 0.42rem;
  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-unbind-phone .dialog-content {
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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;
  text-align: justify;
}
.dialog-unbind-phone .bind-form,
.dialog-unbind-phone .form-item {
  font-size: 0.18rem;
  text-align: left;
  width: 5.26rem;
  margin: 0 auto;
  overflow: hidden;
}

.dialog-message .btn {
  width: 2.64rem;
  height: 0.81rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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.04rem auto 0;
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: #605f5f;
}
.dialog-bind-phone .bind-form,
.dialog-bind-phone .form-item  {
  font-size: 0.18rem;
  text-align: left;
  width: 5.26rem;
  margin: 0 auto;
  overflow: hidden;
}
.dialog-bind-phone .input,
.dialog-unbind-phone .input,
.dialog-bind-address .input,
.dialog-bind-address textarea,
.dialog-bind-address .form-select {
  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-address .input,
.dialog-bind-address textarea {
  display: inline-block;
  width: 4rem;
}
.dialog-bind-address .form-item span {
  width: 1.2rem;
  text-align: left;
  font-size: 0.18rem;
  display: inline-block;
  height: 0.54rem;
  line-height: 0.54rem;
  vertical-align: top;
}
.dialog-bind-address textarea {
  height: 1.08rem;
  width: 3.75rem;
}
.dialog-bind-address .form-select {
  width: 1.22rem;
  margin-right: 0.1rem;
  cursor: pointer;
}
.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,
.dialog-bind-address .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-rule .dialog-content {
  width: 7.39rem;
  height: 5.76rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/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';
}
.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%;
}
/* 测试招募 */
.dialog-zm .dialog-content {
  width: 7.47rem;
  height: 6.77rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/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/act/a20250320yuyue/pc/dialog/zm-code.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
}
/* 资格查询弹窗 */
.dialog-zgcx .dialog-content {
  width: 7.39rem;
  height: 5.74rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/dialog-zgcx-success.png') no-repeat center / 100% 100%;
  padding: 1.1rem 0.91rem 0 0.78rem;
  text-align: left;
}
.dialog-zgcx .dialog-title {
  width: 3.46rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/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.18rem;
  color: #333;
  line-height: 0.3rem;
  margin: 0 auto 0.05rem;
  width: 4.2rem;
}
.dialog-zgcx .btn {
  width: 2.63rem;
  height: 0.83rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/btn-down.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
  display: block;
}
#dialogZgcxFail .zm-code {
  margin-top: 0.2rem;
}
/* 接受邀请 */
.dialog-assist .dialog-content {
  width: 7.32rem;
  height: 5.06rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/dialog-login.png') no-repeat center / 100% 100%;
  padding: 1.1rem 0.91rem 0 0.78rem;
  text-align: left;
}
.dialog-assist .dialog-title {
  width: 3.98rem;
  height: 0.48rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/assist-title.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
}
.dialog-assist .assist-content {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  margin: 0 auto 0.5rem;
  width: 4.2rem;
  text-align: center;
}
.dialog-assist .btn {
  width: 2.63rem;
  height: 0.82rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/btn-assist.png') no-repeat center / 100% 100%;
  margin: 0 auto 0.19rem;
  line-height: 9999px;
  overflow: hidden;
  display: block;
}
.dialog-task .dialog-content {
  width: 7.47rem;
  height: 10.28rem;
  background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/dialog/dialog-task.png') no-repeat center / 100% 100%;
}
.btn-refresh {
  position: absolute;
  right: 0;
  top: -0.4rem;
  width: 1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
  background-color: #9787ea;
  border-radius: 0.1rem;
  font-size: 0.2rem;
}
.task-list {
  position: absolute;
  left: 50%;
  top: 0.2rem;
  margin-left: -3.06rem;
  width: 6.12rem;
  height: 5.65rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.task-item {
  width: 6.12rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.4rem 0 0.4rem;
  font-size: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.task-item:nth-child(2),
.task-item:nth-child(4),
.task-item:nth-child(6) {
  background-color: rgba(229, 219, 202, 0.8);
}
.task-name {
  width: 2.5rem;
}
.task-num {
  width: 1.2rem;
  color: #666666;
  font-size: 0.2rem;
}
.task-item .btn-receive  {
  width: 1.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  background-color: #9787ea;
  border-radius: 0.3rem;
  font-size: 0.2rem;
}
.task-item .btn-receive.disabled {
  background-color: #888888;
}
.task-wrap {
  position: absolute;
  left: 0.7rem;
  top: 2.44rem;
  width: 6.12rem;
  height: 5.74rem;
  border-bottom: 0.11rem solid #e5dbca;
}
.dialog-task  .icon-close {
  line-height: 9999px;
  overflow: hidden;
  position: absolute;
  bottom: -0.61rem;
  top: initial;
  left: 50%;
  margin-left: -0.34rem;
  width: 0.68rem;
  height: 0.67rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/m/dialog/icon-task-close.png) no-repeat center / 100% 100%;
}
.dialog-wx-code .dialog-content{
  height: 4rem;
}
.dialog-wx-code img {
  width: 3.5rem;
  height: 3.5rem;
}
/* 邀请好友 */
.dialog-invitation .dialog-content{
	width: 7.32rem;
	height: 5.06rem;
	padding: 1.19rem 1.12rem 0 0.94rem;
	background: url('//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/dialog-login.png') no-repeat center / 100% 100%;
}
.dialog-invitation .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.5rem auto 0.5rem;
  padding: 0 0.1rem;
}
.dialog-invitation .copy-tips {
  color: #f2693c;
  font-size: 1.5vh;
  margin-top: 0.3rem;
}
.dialog-invitation .btn-copy {
  width: 2.63rem;
  height: 0.82rem;
  line-height: 9999px;
  overflow: hidden;
  margin: 0 auto;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/btn-copy.png) no-repeat center / 100% 100%;
  cursor: pointer;
}
.dialog-invitation .dialog-title {
  line-height: 9999px;
  overflow: hidden;
  width: 3.98rem;
  height: 0.48rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/copylink-title.png) no-repeat center / 100% 100%;
  margin: 0 auto;
}
.dialog-gzh .dialog-content {
  width: 7.39rem;
  height: 5.74rem;
  background: url(//game.gtimg.cn/images/bpm/act/a20250320yuyue/pc/dialog/dialog-zgcx-success.png) no-repeat center / 100% 100%;
  padding: 1.1rem 0.91rem 0 0.78rem;
  text-align: left;
}
.dialog-gzh .zgcx-content {
  font-size: 0.22rem;
  color: #333;
  line-height: 0.3rem;
  margin: 0 auto 0.05rem;
  width: 4.2rem;
  text-align: center;
  margin: 0 auto;
}
.dialog-gzh .gzh-code,
.dialog-gzh .gzh-code img {
  width: 3rem;
  margin: 0.2rem auto 0;
}