*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('https://media.zlongame.com/media/pictures/cn/jzh/font/SourceHanSansCN-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: url('https://media.zlongame.com/media/pictures/cn/jzh/font/SourceHanSerifCN-SemiBold.ttf') format('truetype');
}
body {
	margin: 0 auto;
  font-family: 'SourceHanSansCN-Medium', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
.container{
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
.page-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/bg.jpg') no-repeat center center;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateZ(0);
}

.page-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
  pointer-events: none;
  will-change: transform;
  z-index: 1;
  display: block;
}

.page-bg-noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/noise.png') repeat;
  mix-blend-mode: multiply;
}

.page-bg-bottom-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.83rem;
  z-index: 3;
  pointer-events: none;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/noise_repeat.png') repeat-x left bottom;
  background-size: auto 100%;
}

.page-bg.video-fallback .page-bg-video {
  display: none;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.41rem;
  display: flex;
  justify-content: space-between;
  padding: .42rem 0.62rem 0;
  z-index: 100;
}
.header-logo {
  display: block;
  flex-shrink: 0;
  width: 4.54rem;
  height: 2.66rem;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/logo.png') no-repeat center center;
  background-size: contain;
}
.header-user-area {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  flex-shrink: 0;
  margin: .1rem 1.22rem 0 0;
}
.nav-user-slot {
  width: 2.80rem;
  height: 0.37rem;
  flex-shrink: 0;
}
.nav-user {
  display: none;
  align-items: center;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/login_bg.png') no-repeat center center;
  background-size: 100% 100%;
  width: 2.80rem;
  height: 0.37rem;
  line-height: .36rem;
  padding: 0 0.14rem;
  white-space: nowrap;
  gap: 0.10rem;
  flex-shrink: 0;
}
.nav-user.show {
  display: flex;
}
.btn-bgm {
  display: block;
  flex-shrink: 0;
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/music_off.png') no-repeat center center;
  background-size: 100% 100%;
  transition: filter 0.2s;
}
.btn-bgm:hover {
  filter: brightness(1.15);
}
.btn-bgm.is-playing {
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/music_on.png');
}
.user-phone {
	flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #bc9462;
    font-size: 0.20rem;
    text-align: center;
    letter-spacing: 0.01rem;
}
.btn-logout {
    flex-shrink: 0;
    color: #c8a165;
    font-size: 0.20rem;
    cursor: pointer;
    transition: color 0.2s;
    text-align: center;
    width: .56rem;
}
.btn-logout:hover {
  color: #dcc39d;
}
.page-line {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.58rem;
  height: auto;
  max-width: none;
  display: block;
  pointer-events: none;
}
.btn-media-wrap{
	position: absolute;
	left: 10%;
	top: 50%;
	z-index: 1;
	transform: translate(-8%,-32%);
	width: 1.05rem;
	height: 1.26rem;

}
.btn-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  transition: filter 0.2s;
}
.btn-media:hover {
  filter: brightness(1.2);
}
.btn-media img {
  width: 1.05rem;
  height: 1.26rem;
  object-fit: contain;
  transition: opacity 0.28s ease;
}
.btn-media.media-active {
  pointer-events: none;
}
/* 略晚于社媒开场，避免主图标先消失产生闪烁 */
.btn-media.media-active > img{
  opacity: 0;
  transition: opacity 0.48s ease 0.12s;
}
.btn-book-lite {
  position: absolute;
  right: 1.85rem;
  bottom: 1.86rem;
  z-index: 120;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-end;
  pointer-events: none;
}

.btn-book-lite .btn-play {
  position: relative;
  width: 4.52rem;
  height: 2.62rem;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.35);
}

.btn-play-thumb {
  position: absolute;
  inset: 0;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/play_bg.png') no-repeat center center;
  background-size: cover;
}

.btn-play-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 0.12rem;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.35) 100%);
}

.btn-play-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0.01rem solid rgba(255, 255, 255, 0.28);
  border-radius: 0.12rem;
  pointer-events: none;
}

.btn-play::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 0.12rem;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.14) 50%,
    transparent 62%
  );
  background-size: 200% 100%;
  animation: play-thumb-sweep 6s ease-in-out infinite;
}

.btn-play-icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.93rem;
  height: 0.94rem;
  margin-left: 0.04rem;
  z-index: 3;
  transform: translate(-50%, -50%);
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/play.png') no-repeat center center;
  background-size: contain;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.btn-book-lite .btn-play:hover .btn-play-icon-wrap {
  transform: translate(-50%, -50%) scale(1.08);
  filter: drop-shadow(0 0 0.14rem rgba(255, 220, 160, 0.65));
}

@keyframes play-thumb-sweep {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .btn-play::before {
    animation: none !important;
  }
}

.btn-book-lite .btn-play:hover {
  transform: none;
}

.btn-book-lite .btn-book-show {
  position: relative;
  z-index: 6;
  width: 4.52rem;
  height: 0.82rem;
  cursor: pointer;
  pointer-events: auto;
  transition: filter 0.2s, transform 0.2s;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/book_show_btn.png') no-repeat center center;
  background-size: contain;
}

.btn-book-lite .btn-book-show:hover {
  filter: brightness(1.08);
  transform: none;
}
.slogan {
  position: absolute;
  left: 0.66rem;
  bottom: 1.79rem;
  z-index: 20;
  width: 9rem;
  height: 1.32rem;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/slogan.png') no-repeat center center;
  background-size: contain;
}
.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  --copyright-strip-h: 3.17rem;
  --copyright-footer-h: 2.16rem;
  --copyright-art-left-half: 3.72rem;
  --copyright-art-right-w: 7.78rem;
  --copyright-center-line-inset: 1.5rem;
  --copyright-motion-duration: 0.72s;
  --copyright-motion-ease: cubic-bezier(0.16, 1, 0.3, 1);
  height: calc(var(--copyright-strip-h) + var(--copyright-footer-h));
  transform: translateY(var(--copyright-footer-h));
  transition: transform var(--copyright-motion-duration) var(--copyright-motion-ease);
}
.copyright.footer-open {
  transform: translateY(0);
}
.copyright:not(.footer-open) .footer {
  pointer-events: none;
}
.copyright-inner {
  position: relative;
  width: 100%;
  height: var(--copyright-strip-h);
  flex-shrink: 0;
}
.copyright-repeat-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.57rem;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/copyright_repeat.png') repeat-x left bottom;
  background-size: auto 100%;
  pointer-events: none;
}
.copyright-strip-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--copyright-strip-h);
  overflow: hidden;
  z-index: 0;
  display: flex;
  justify-content: center;
}
.copyright-strip {
  width: max(100%, 15.22rem);
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
.copyright-line {
  background: #d3b589;
  z-index: 1;
}
.copyright-line-left {
  position: absolute;
  left: 0;
  right: calc(50% + var(--copyright-art-left-half));
  height: 1px;
  bottom: 0.56rem;
}
.copyright-line-center {
  position: absolute;
  left: calc(50% + var(--copyright-art-left-half));
  right: 3rem;
  height: 1px;
  bottom: 0.56rem;
}
.copyright-art {
  position: absolute;
  bottom: 0;
  height: 3.17rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: 2;
}
.copyright-art-left {
  left: 50%;
  transform: translateX(-50%);
  width: 7.44rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/copyright.png');
}
.copyright-art-right {
  right: 0;
  left: auto;
  width: var(--copyright-art-right-w);
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/copyright_right.png');
}
.copyright-check {
  position: absolute;
  right: 3.12rem;
  bottom: .4rem;
  z-index: 9;
  width: 1.82rem;
  height: 0.32rem;
  cursor: pointer;
  transition: filter 0.25s ease, transform 0.25s ease;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/copyright_check.png') no-repeat center center;
  background-size: contain;
}
.copyright-check:hover {
  filter: brightness(1.2);
}
.footer-social {
  position: absolute;
  left: 0.66rem;
  bottom: 0.85rem;
  z-index: 21;
  display: flex;
  align-items: center;
  gap: 0.36rem;
  overflow: visible;
}
.footer-social-label {
  color: #d7bf97;
  font-size: 0.26rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.footer-social-item {
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.2s, filter 0.2s;
}
.footer-social-item:hover {
  transform: scale(1.08);
  filter: brightness(1.15);
}

.footer-social-item.has-social-qr {
  position: relative;
  cursor: default;
  overflow: visible;
  min-width: 0;
  min-height: 0;
}

.footer-social-item.has-social-qr.footer-social-item-weixin,
.footer-social-item.has-social-qr.footer-social-item-qiwei,
.footer-social-item.has-social-qr.footer-social-item-douyin {
  background-image: none;
}

.footer-social-item.has-social-qr::before {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: filter 0.2s;
  pointer-events: none;
  z-index: 1;
}

.footer-social-item.has-social-qr.footer-social-item-weixin::before {
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_weixin.png');
}

.footer-social-item.has-social-qr.footer-social-item-qiwei::before {
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_qiwei.png');
}

.footer-social-item.has-social-qr.footer-social-item-douyin::before {
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_douyin.png');
}

.footer-social-item.has-social-qr:hover {
  transform: none;
}

.footer-social-item.has-social-qr:hover::before {
  filter: brightness(1.15);
}

.social-qr-pop {
  display: none;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.12rem);
  transform: translateX(-50%);
  width: 1.65rem;
  height: 2.09rem;
  pointer-events: none;
  z-index: 200;
}

.footer-social-item.has-social-qr:hover .social-qr-pop,
.follow-icon.has-social-qr:hover .social-qr-pop {
  display: block;
}

.follow-icon.has-social-qr {
  position: relative;
  cursor: default;
  overflow: visible;
}

.follow-icon.has-social-qr:hover {
  transform: none;
}

.social-qr-pop-bg {
  position: absolute;
  inset: 0;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/code_bg.png') no-repeat center center;
  background-size: 100% 100%;
}

.social-qr-pop-code {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  max-width: none;
  object-fit: contain;
}

.footer-social-item-weixin {
  width: 0.48rem;
  height: 0.39rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_weixin.png');
}

.footer-social-item-qq {
  width: 0.34rem;
  height: 0.40rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_qq.png');
}

.footer-social-item-bili {
  width: 0.45rem;
  height: 0.40rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_bili.png');
}

.footer-social-item-douyin {
  width: 0.34rem;
  height: 0.39rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_douyin.png');
}

.footer-social-item-qiwei {
  width: 0.50rem;
  height: 0.41rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_qiwei.png');
}

.footer-social-item-rednote {
  width: 0.71rem;
  height: 0.25rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_rednote.png');
}

.footer-social-item-tap {
  width: 1.94rem;
  height: 0.41rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_tap.png');
}

.footer-social-line {
	display: block;	
  width: 0.02rem;
  height: 0.32rem;
  background: #fff;
}

.media-panel {
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
	width: 1.05rem;
	height: 8.52rem;
    z-index: 60;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.46s ease;
    will-change: opacity;
}
.media-panel.active {
  opacity: 1;
  pointer-events: auto;
}
.media-close {
	position: absolute;
	top: 3.64rem;
    left: .16rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.52s ease, transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  margin: 0 auto;
}
.media-close:hover {
  transform: scale(1.15);
}
.media-close img {
  width: 0.78rem;
  height: 0.79rem;
  object-fit: contain;
}
.media-item {
	position: absolute;
	width: 0.69rem;
	height: 0.69rem;
  cursor: pointer;
  opacity: 0;
  transform: translateY(0.15rem);
  transition: opacity 0.52s ease, transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  object-fit: contain;
}

.media-item:nth-child(1){
	top: 0;
	left: 1.59rem;
}
.media-item:nth-child(2){
	top: 1.01rem;
	left: .84rem;
}
.media-item:nth-child(3){
	top: 2.24rem;
	left: .24rem;
}
.media-item:nth-child(5){
	bottom: 2.24rem;
	left: .4rem;
}
.media-item:nth-child(6){
	bottom: 1.01rem;
	left: 1.1rem;
}
.media-item:nth-child(7){
	bottom: 0;
	left: 1.85rem;
}
/* 新顺序：第1个=企业微信(94px)，第3个=微信(94px)，其余69px */
.media-item:nth-child(3),
.media-item:nth-child(5) {
  width: 0.94rem;
  height: 0.94rem;
}
.media-item:hover {
  transform: scale(1.15) !important;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.popup-wrap.show {
  display: flex;
}
.popup-wrap.active {
  opacity: 1;
}
.popup {
  position: relative;
  flex-shrink: 0;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  display: none;
  font-family: 'SourceHanSansCN-Medium', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.popup-book {
  width: 8.70rem;
  height: 10.45rem;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
  padding-top: 0.7rem;
}
.popup-success {
  width: 8.7rem;
  height: 10.45rem;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_success.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.popup.show {
  display: block;
}
.popup.active {
  transform: scale(1);
  opacity: 1;
}
.popup-close {
  position: absolute;
  top: 0.11rem;
  right: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_close.png') no-repeat center center;
  background-size: contain;
}
.popup-close:hover {
  transform: scale(1.2) rotate(90deg);
}

/* Toast 显示期间，锁定预约弹窗内全部点击 */
.popup-book.tip-lock {
  pointer-events: none;
}
.booktype-tabs {
  width: 100%;
  height: 0.53rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.70rem;
  margin-bottom: 1.2rem;
}

.booktype-tab {
  width: 1.84rem;
  height: 0.53rem;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: filter 0.2s;
}

.booktype-tab:hover {
  filter: brightness(1.08);
}

.booktype-tab[data-type="weixin"] {
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_tab_code.png');
}

.booktype-tab[data-type="weixin"].active {
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_tab_code_active.png');
}

.booktype-tab[data-type="mobile"] {
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_tab_mobile.png');
}

.booktype-tab[data-type="mobile"].active {
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_tab_mobile_active.png');
}

.popup-content {
  padding: 0 1.02rem;
}

.book-panel {
  display: none;
}

.book-panel.active {
  display: block;
}

.book-panel-weixin.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.weixin-live-tips {
	height: .9rem;
	line-height: 0.9rem;
  font-size: 0.32rem;
  color: #1f1b18;
  letter-spacing: 0.06rem;
  margin-bottom: 0.42rem;
}
.weixin-code-img {
  position: relative;
  left: auto;
  top: auto;
  width: 3.98rem;
  height: 3.98rem;
  background: none;
  transform: none;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.book-panel-mobile.active {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
  align-items: stretch;
}
.input-wrap {
  position: relative;
  width: 100%;
  height: .92rem;
  flex-shrink: 0;
  border: 0.01rem solid #171717;
  background: #fff;
}
.input-wrap .input-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.26rem;
  z-index: 1;
  gap: 0.16rem;
}
.input-prefix {
  color: #1d1a16;
  font-size: 0.24rem;
  white-space: nowrap;
}
.input-divider {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.24rem;
  line-height: 1;
  margin: 0 0.1rem 0 0.02rem;
}
.input-inner input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: rgba(42, 34, 24, 0.86);
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
  font-family: 'SourceHanSansCN-Medium', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.input-inner input::placeholder {
  color: rgba(42, 34, 24, 0.5);
  font-size: 0.24rem;
}
.btn-get-code {
  color: #296cd1;
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s;
  user-select: none;
  margin-right: 0.1rem;
}
.btn-get-code:hover {
  color: #3562a3;
}
.btn-get-code.disabled {
  color: #a08060;
  cursor: not-allowed;
  pointer-events: none;
}
.agreement {
  display: flex;
  align-items: flex-start;
  gap: 0.16rem;
  width: 100%;
  cursor: pointer;
  user-select: none;
}
.agreement .check-icon {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_agreement_check.png') no-repeat center center;
  background-size: contain;
}
.agreement .check-icon.checked {
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_agreement_checked.png');
}
.agreement p {
  color: #2a2218;
  font-size: 0.22rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.agreement p a {
  color: #4a90d9;
  text-decoration: underline;
}
.submit-btn {
  width: 5.77rem;
  height: 1.02rem;
  cursor: pointer;
  transition: filter 0.2s, transform 0.2s;
  align-self: center;
  margin-top: 0.72rem;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_mobile_book_submit_btn.png') no-repeat center center;
  background-size: contain;
}
.submit-btn.disabled {
  cursor: not-allowed;
  filter: brightness(0.9);
}
.submit-btn:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}
.success-header {
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
  z-index: 3;
}
.success-title {
  font-size: 0.24rem;
  line-height: 1.2;
}
.success-phone {
    position: absolute;
    left: 0;
    top: 1.56rem;
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
    letter-spacing: .05rem;
    color: #94332f;
    text-align: center;
}
.success-body {
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 100%;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
  z-index: 3;
  padding: 0 0.3rem;
}
.success-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  height: 100%;
  padding: 0 0.1rem;
}
.success-left {
  border-right: 0.01rem solid rgba(160, 120, 80, 0.3);
}
.success-mid {
  border-right: 0.01rem solid rgba(160, 120, 80, 0.3);
}
.success-qr-box {
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border: 0.02rem solid #c8a165;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.05rem;
}
.success-qr-box .success-qr {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.success-follow-text {
  color: #3d2b1a;
  font-size: 0.13rem;
  text-align: center;
  line-height: 1.6;
}
.success-game-logo img {
  width: 1.2rem;
  height: auto;
  object-fit: contain;
}
.success-chest img {
  width: 2.3rem;
  height: auto;
  object-fit: contain;
}
.success-mystery-text {
  color: #5a4535;
  font-size: 0.14rem;
  letter-spacing: 0.04rem;
}
.success-game-logo2 img {
  width: 1.6rem;
  height: auto;
  object-fit: contain;
  filter: brightness(0.9);
}
.reward-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.reward-item {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.13rem;
  color: #3d2b1a;
}
.reward-item .reward-dot {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #c8a165;
  flex-shrink: 0;
}
.reward-item .reward-note {
  font-size: 0.11rem;
}
.success-footer {
	position: absolute;
    bottom: 1.26rem;
    left: 50%;
	transform: translateX(-50%);
    display: flex;
	width: 5.69rem;
	height: 0.56rem;
	background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_success_media_bg.png') no-repeat center center;
	background-size: 100% 100%;
	padding-left: .43rem;
}
.success-footer p{
	line-height: 0.56rem;
	font-size: 0.22rem;
	color: #fae4b7;
	letter-spacing: .04rem;
	font-weight: bold;
}
.follow-label {
  color: #5a4535;
  font-size: 0.12rem;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
.follow-icons {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.follow-icon {
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.2s;
}
.follow-icon:hover {
  transform: scale(1.1);
}

.follow-icon-qiwei {
  width: 0.40rem;
  height: 0.33rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_success_qiwei.png');
}

.follow-icon-bili {
  width: 0.36rem;
  height: 0.32rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_success_bili.png');
}

.follow-icon-tap {
  width: 0.47rem;
  height: 0.30rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_success_tap.png');
}

.follow-icon-douyin {
  width: 0.27rem;
  height: 0.32rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/pop_success_douyin.png');
}
.text-red {
  color: #c0392b;
}
.text-orange {
  color: #d4650a;
}
.text-normal {
  color: #3d2b1a;
}
.video-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  align-items: center;
  justify-content: center;
}
.video-wrap.show {
  display: flex;
}
.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.video-box {
  position: relative;
  width: 80%;
  max-width: 14rem;
  z-index: 1;
}
.video-box video {
  width: 100%;
  height: auto;
  display: block;
  outline: none;
}
.video-close {
  position: absolute;
  top: -0.39rem;
  right: -0.39rem;
  width: 0.78rem;
  height: 0.79rem;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s;
  background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/media_close.png') no-repeat center center;
  background-size: contain;
}
.video-close:hover {
  transform: scale(1.1);
}
@keyframes rotate-cw {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-ccw {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
body.no-scroll {
  overflow: hidden;
}

.jzh-tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  width: 7.12rem;
  height: 1.38rem;
  line-height: .36rem;
  font-size: .26rem;
  text-align: center;
  color: #fff;
  letter-spacing: .06rem;
  border-radius: 0.06rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.jzh-tip.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}


.footer {
	position: relative;
	min-width: 12rem;
	width: 100%;
	height: var(--copyright-footer-h, 2.16rem);
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0.04rem 0 rgba(255, 255, 255, 0.06);
}
.footer-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3.18rem;
	background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/footer_bg.png') no-repeat center center;
	background-size: 100% 100%;
}
@media (prefers-reduced-motion: reduce) {
  .copyright {
    --copyright-motion-duration: 0.22s;
    --copyright-motion-ease: ease;
  }
}
.footer .footer_center {
	position: relative;
	z-index: 1;
	width: 14rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .footer-logo {
	width: 3.06rem;
	height: 0.89rem;
	margin-right: 1rem;
	background: url('https://media.zlongame.com/media/pictures/cn/jzh/home/img/foot_logo.png') no-repeat center center;
	background-size: contain;
}

.footer .info_box .link_box {
	display: flex;
	align-items: center;
	font-size: .16rem;
	color: #fff
}

.footer .info_box .link_box a {
    position: relative;
	font-size: 0.16rem;
	color: #fff;
	text-decoration: none;
    margin-right: 0.29rem;
}

.footer .info_box .link_box a::after {
    content: "|";
    position: absolute;
    right: -0.15rem;
}
.footer .info_box .link_box a:last-child::after {
    content: "";
	display: none;
}

.footer .info_box .text_box {
	margin: .06rem 0;
	font-size: .16rem;
	color: #616161;
}

.footer .info_box .text_box a {
	color: #616161;
	margin-right: .1rem;
}

.footer .info_box p{
	font-size: .16rem;
	color: #616161;
}