*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
	margin: 0 auto;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, 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.game-tree.com/ll/home/common/img/pc/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.game-tree.com/ll/home/common/img/pc/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.game-tree.com/ll/home/common/img/pc/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.game-tree.com/ll/home/en/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: 3.40rem;
  height: 0.37rem;
  flex-shrink: 0;
}
.nav-user {
  display: none;
  background: url('https://media.game-tree.com/ll/home/common/img/pc/login_bg.png') no-repeat center center;
  background-size: 100% 100%;
  width: 3.40rem;
  height: 0.37rem;
  line-height: .38rem;
  padding: 0 0.04rem;
  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.game-tree.com/ll/home/common/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.game-tree.com/ll/home/common/img/music_on.png');
}
.user-email,
.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: 1.30rem;
}
.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.game-tree.com/ll/home/common/img/pc/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.game-tree.com/ll/home/common/img/pc/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.game-tree.com/ll/home/en/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.game-tree.com/ll/home/en/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.game-tree.com/ll/home/common/img/pc/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.game-tree.com/ll/home/common/img/pc/copyright.png');
}
.copyright-art-right {
  right: 0;
  left: auto;
  width: var(--copyright-art-right-w);
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/copyright_right.png');
}
/* copyright_check.png 实际 292×32px */
.copyright-check {
  position: absolute;
  right: 2.58rem;
  bottom: .4rem;
  z-index: 9;
  width: 2.92rem;
  height: 0.32rem;
  cursor: pointer;
  transition: filter 0.25s ease, transform 0.25s ease;
  background: url('https://media.game-tree.com/ll/home/en/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.28rem;
  overflow: visible;
}

.footer-social-item-youtube {
  width: 0.48rem;
  height: 0.34rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/media_youtube.png');
}

.footer-social-item-facebook {
  width: 0.34rem;
  height: 0.34rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/media_facebook.png');
}

.footer-social-item-discord {
  width: 0.48rem;
  height: 0.38rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/media_discord.png');
}

.footer-social-item-x {
  width: 0.40rem;
  height: 0.36rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/media_x.png');
}

.footer-social-item-tiktok {
  width: 0.34rem;
  height: 0.40rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/media_tiktok.png');
}

.footer-social-item-reddit {
  width: 0.40rem;
  height: 0.40rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/media_reddit.png');
}

.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: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.popup-book {
  width: 8.70rem;
  height: 6.77rem;
  background: url('https://media.game-tree.com/ll/home/en/img/pop_book_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
  padding-top: 1.93rem;
}
.popup-success {
  width: 8.70rem;
  height: 7.17rem;
  background: url('https://media.game-tree.com/ll/home/en/img/pop_success_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.popup-terms {
  width: 10.82rem;
  height: 10.45rem;
  background: url('https://media.game-tree.com/ll/home/en/img/pop_rules_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
  padding-top: 1.55rem;
}
.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.game-tree.com/ll/home/common/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;
}
.popup-content-book {
  padding: 0 1.15rem;
}

.book-panel-email.active {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: stretch;
}

.input-email {
  height: 0.79rem;
}

.input-email .input-inner input {
  font-size: 0.22rem;
}

.input-email .input-inner input::placeholder {
  font-size: 0.22rem;
}

.agreement p a,
.agreement p #termsLink {
  color: #cc2727;
  text-decoration: none;
  font-weight: bold;
}

.submit-btn {
  width: 5.77rem;
  height: 1.02rem;
  cursor: pointer;
  transition: filter 0.2s, transform 0.2s;
  align-self: center;
  margin-top: 0.48rem;
  background: url('https://media.game-tree.com/ll/home/en/img/pop_book_submit_btn.png') no-repeat center center;
  background-size: contain;
}

.terms-scroll {
  padding: 0 .5rem;
  color: #2a2218;
  font-size: 0.20rem;
  line-height: .36rem;
  letter-spacing: 0.02em;
}

.terms-scroll .terms-heading{
	font-weight: bold;
	font-size: .26rem;
	line-height: 1.8;
}

.terms-scroll .terms-heading:not(:first-child) {
  margin-top: 0.12rem;
}

.terms-scroll::-webkit-scrollbar {
  width: 0.06rem;
}

.terms-scroll::-webkit-scrollbar-thumb {
  background: rgba(42, 34, 24, 0.25);
  border-radius: 0.03rem;
}
.terms-footer{
	font-size: 0.18rem;
	line-height: 0.32rem;
	margin-top: 0.3rem;
}

.success-footer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.follow-icons-main {
  position: absolute;
  top: 3.3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.56rem;
  pointer-events: auto;
}

.follow-icons-main .follow-icon-facebook {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/pop_main_facebook.png');
}

.follow-icons-main .follow-icon-youtube {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/pop_main_youtube.png');
}

.follow-icons-main .follow-icon-x {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/pop_main_x.png');
}

.follow-icons-main .follow-icon-tiktok {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/pop_main_tiktok.png');
}

.follow-bar {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  width: 6.4rem;
  height: 0.56rem;
  background: url('https://media.game-tree.com/ll/home/common/img/pop_success_media_bg.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 0 0.24rem;
  pointer-events: auto;
}

.follow-bar-label {
  color: #fae4b7;
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}

.follow-bar .follow-icon-discord {
  width: 0.36rem;
  height: 0.30rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/pop_bar_discord.png');
}

.follow-bar .follow-icon-reddit {
  width: 0.36rem;
  height: 0.36rem;
  background-image: url('https://media.game-tree.com/ll/home/common/img/pc/pop_bar_reddit.png');
}

.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.08);
}

.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);
}
.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: 'Segoe UI', 'Helvetica Neue', Arial, 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: center;
  gap: 0.16rem;
  width: 100%;
  cursor: pointer;
  user-select: none;
}
.agreement .check-icon {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  flex-shrink: 0;
  background: url('https://media.game-tree.com/ll/home/common/img/pop_agreement_check.png') no-repeat center center;
  background-size: contain;
}
.agreement .check-icon.checked {
  background-image: url('https://media.game-tree.com/ll/home/common/img/pop_agreement_checked.png');
}
.agreement p {
  color: #2a2218;
  font-size: 0.22rem;
  letter-spacing: 0.02em;
}
.submit-btn.disabled {
  cursor: not-allowed;
  filter: brightness(0.9);
}
.submit-btn:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}
.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 iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  outline: none;
  border: 0;
}
.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.game-tree.com/ll/home/common/img/pc/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;
}

.en-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;
}

.en-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.game-tree.com/ll/home/common/img/pc/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.game-tree.com/ll/home/common/img/foot_logo.png') no-repeat center center;
	background-size: contain;
}

.footer .info_box {
	flex: 1;
	min-width: 0;
	max-width: 10.23rem;
}

.footer .info_box .link_box {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.footer .info_box .link_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.16rem;
	color: #fff;
}

.footer .info_box .link_row-top,
.footer .info_box .link_row-bottom {
	justify-content: flex-end;
}

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

.footer .info_box .link_row a::after {
    content: "|";
    position: absolute;
    right: -0.15rem;
	color: rgba(255, 255, 255, 0.45);
}

.footer .info_box .link_row a:last-child {
	margin-right: 0;
}

.footer .info_box .link_row a:last-child::after {
    content: "";
	display: none;
}

.footer .info_box .footer-copy {
	margin: 0.12rem 0 0;
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-align: right;
}