/* =====================================================
   全局重置
   ===================================================== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

:root {
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --browser-bottom-gap: 0.16rem;
    --copyright-line-offset: 2.13rem; /* copyright_wrap 装饰线距图底 213px */
    --page-bottom-lift: 0.30rem; /* 整体上移 30px @750 稿 */
}

html, body {
    width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100svh;
	min-height: 100dvh;
	overflow: hidden;
}
body {
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #0c0a08;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

ul, li {
    list-style: none;
}
.container{
	width: 100%;
	height: 100vh;
	height: 100svh;
	height: 100dvh;
	max-height: 100vh;
	max-height: 100svh;
	max-height: 100dvh;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
	background:
		radial-gradient(circle at 50% 34%, rgba(34, 48, 68, 0.96) 0%, rgba(11, 18, 30, 0.98) 48%, #04070d 100%),
		linear-gradient(180deg, #152234 0%, #05070d 100%);
}
.main_box{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: transform 0.52s cubic-bezier(0.33, 1, 0.68, 1);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.main_box.main-box-shift-up {
	transform: translate3d(0, -3.2rem, 0);
}

/* =====================================================
   全屏背景层
   ===================================================== */
.page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
		radial-gradient(circle at 50% 34%, rgba(34, 48, 68, 0.96) 0%, rgba(11, 18, 30, 0.98) 48%, #04070d 100%),
		url('https://media.game-tree.com/ll/home/common/img/m/bg.jpg') no-repeat center center;
    background-size: cover;
    z-index: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

/* .page-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: url('https://media.game-tree.com/ll/home/kr/m/img/video_mask.png') no-repeat center center;
	background-size: cover;
	pointer-events: none;
} */

.page-bg-canvas,
.page-bg-native-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	pointer-events: none;
	background: transparent;
}

.page-bg-canvas {
	display: none;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.page-bg-native-video {
	display: none;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.page-bg.video-ready .page-bg-canvas {
	display: block;
	opacity: 1;
}

.page-bg.native-video-mode .page-bg-canvas {
	display: none;
}

.page-bg.native-video-mode .page-bg-native-video {
	display: block;
	opacity: 1;
}

.page-bg.video-fallback {
	background: url('https://media.game-tree.com/ll/home/common/img/m/bg.jpg') no-repeat center center;
	background-size: cover;
}

.page-bg.video-fallback .page-bg-canvas,
.page-bg.video-fallback .page-bg-native-video {
	display: none;
}

.page-bg.video-fallback::after {
	display: none;
}

/* =====================================================
   页面主容器（三段式 flex 布局，高度继承动态视口）
   ===================================================== */
.page-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 100;
	overflow: hidden;
}

.btn-bgm {
    position: fixed;
    top: 0.40rem;
    right: 0.40rem;
    z-index: 110;
    display: block;
    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;
    -webkit-tap-highlight-color: transparent;
}

.btn-bgm:active {
    filter: brightness(1.15);
}

.btn-bgm.is-playing {
    background-image: url('https://media.game-tree.com/ll/home/common/img/music_on.png');
}

.main-logo {
	position: absolute;
	top: 0.62rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.67rem;
    height: 1.55rem;
    background: url('https://media.game-tree.com/ll/home/kr/m/img/logo.png') no-repeat center center;
    background-size: 100% 100%;
}

/* =====================================================
   主题内容区域：flex:1，min-height 12.83rem（设计稿 1283px）
   布局优先级最高，不被压缩
   ===================================================== */
.page-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
    position: relative;
	z-index: 99;
}

.btn-book-show {
    position: relative;
    z-index: 2;
	cursor: pointer;
	transition: filter 0.2s;
    width: 3.11rem;
    height: 1.03rem;
    background: url('https://media.game-tree.com/ll/home/kr/m/img/book_show_btn2.png') no-repeat center center;
    background-size: 100% 100%;
}

.btn-book-row {
    position: absolute;
    left: 50%;
    top: -0.5rem;
    transform: translateX(-50%);
    display: flex;
    gap: 0.14rem;
    align-items: center;
    z-index: 2;
}

.btn-book-row .main-book-entry {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}

.btn-book-row .btn-steam {
    width: 3.11rem;
    height: 1.03rem;
    cursor: pointer;
    background: url('https://media.game-tree.com/ll/home/common/img/m/steam_btn.png') no-repeat center center;
    background-size: 100% 100%;
    transition: filter 0.2s;
}

.btn-book-row .btn-steam:active {
    filter: brightness(1.25);
}

/* play.png 实际 340×239px */
.btn-play {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -85%);
	z-index: 2;
    cursor: pointer;
    flex-shrink: 0;
    transition: filter 0.2s;
    width: 3.4rem;
    height: 2.39rem;
    background: url('https://media.game-tree.com/ll/home/common/img/m/play.png') no-repeat center center;
    background-size: 100% 100%;
}

.btn-play:active {
    filter: brightness(1.25);
}

/* =====================================================
   底部版权区域：锚定动态视口底部 + 安全间距
   ===================================================== */
.page-bottom {
	position: absolute;
    bottom: calc(var(--safe-bottom) + var(--browser-bottom-gap) + var(--page-bottom-lift) - var(--copyright-line-offset));
    left: 0;
	z-index: 20;
    width: 100%;
    min-height: 1.67rem;
	pointer-events: auto;
}

.copyright-bg {
    display: block;
    width: 100%;
    height: 5.62rem;
    background: url('https://media.game-tree.com/ll/home/kr/m/img/copyright_wrap2.png') no-repeat center center;
    background-size: 100% 100%;
}

.bottom-action-buttons {
	position: absolute;
	left: 0;
	top: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 0.41rem;
	gap: 0.36rem;
	z-index: 25;
	overflow: visible;
}

.bottom-social-item {
	display: block;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.bottom-social-item-youtube {
	width: 0.48rem;
	height: 0.34rem;
	background-image: url('https://media.game-tree.com/ll/home/common/img/m/media_youtube.png');
}

.bottom-social-item-x {
	width: 0.40rem;
	height: 0.36rem;
	background-image: url('https://media.game-tree.com/ll/home/common/img/m/media_x.png');
}

.bottom-social-item-discord {
	width: 0.48rem;
	height: 0.38rem;
	background-image: url('https://media.game-tree.com/ll/home/common/img/m/media_discord.png');
}

.bottom-social-item-tiktok {
	width: 0.34rem;
	height: 0.40rem;
	background-image: url('https://media.game-tree.com/ll/home/common/img/m/media_tiktok.png');
}

.bottom-social-item-cafe {
	width: 0.40rem;
	height: 0.40rem;
	background-image: url('https://media.game-tree.com/ll/home/common/img/m/media_cafe.png');
}

.main-book-entry {
	position: absolute;
	left: 50%;
	top: -0.5rem;
	transform: translateX(-50%);
}

/* copyright_check.png 实际 182×32px */
.copyright-check {
    position: absolute;
    right: 0.82rem;
    top: 3.3rem;
    cursor: pointer;
    transition: filter 0.2s;
	z-index: 999;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.12);
	outline: none;
	user-select: none;
	-webkit-user-select: none;
    width: 1.82rem;
    height: 0.32rem;
    background: url('https://media.game-tree.com/ll/home/kr/m/img/copyright_check.png') no-repeat center center;
    background-size: 100% 100%;
}

.copyright-check:active {
    filter: brightness(1.2);
}

/* =====================================================
   已登录状态（顶部栏 .page-top 右侧，与 PC 顶栏行为一致）
   ===================================================== */
.nav-user {
    position: absolute;
    top: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
	z-index: 2;
    display: none;
    grid-column: 3;
    justify-self: end;
    align-self: center;
    align-items: center;
    letter-spacing: 0.03rem;
    gap: 0.12rem;
    max-width: 100%;
}

.nav-user.show {
    display: flex;
}

.user-email,
.user-phone {
    color: #fff;
    font-size: 0.22rem;
    white-space: nowrap;
    min-width: 0;
    max-width: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-logout {
    color: #f4c57b;
    font-size: 0.22rem;
    cursor: pointer;
    padding-left: 0.12rem;
    border-left: 0.01rem solid #fff;
    white-space: nowrap;
}

.btn-logout:active {
    color: #dcc39d;
}

/* =====================================================
   社群扇形展开蒙层
   ===================================================== */
/* =====================================================
   弹窗遮罩层
   ===================================================== */
.popup-wrap {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.4rem 0 0.5rem;
    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) translateY(0.3rem);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    display: none;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.popup-book {
    width: 6.9rem;
    height: 6.43rem;
    background: url('https://media.game-tree.com/ll/home/kr/m/img/pop_book_bg.jpg') no-repeat center center;
    background-size: 100% 100%;
    padding-top: 1.98rem;
    box-sizing: border-box;
}

.popup-success {
    width: 6.9rem;
    height: 6.68rem;
    background: url('https://media.game-tree.com/ll/home/kr/m/img/pop_success_bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.popup-terms {
    width: 6.9rem;
    height: 12.63rem;
    background: url('https://media.game-tree.com/ll/home/kr/m/img/pop_rules_bg.jpg') no-repeat center center;
    background-size: 100% 100%;
    padding-top: .8rem;
    box-sizing: border-box;
}

.popup.show {
    display: block;
}

.popup.active {
    transform: scale(1) translateY(0);
    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: 100% 100%;
}

.popup-close:active {
    transform: scale(1.15) rotate(90deg);
}

.popup-book.tip-lock {
    pointer-events: none;
}

.book-panel-phone.active {
    display: flex;
    flex-direction: column;
    gap: 0.14rem;
    align-items: stretch;
}

.input-wrap.input-phone {
    display: flex;
    align-items: center;
    height: 0.79rem;
    padding: 0 0.22rem;
    box-sizing: border-box;
}

.input-wrap.input-phone .phone-prefix {
    font-size: 0.24rem;
    font-weight: bold;
    color: #2a2218;
    flex-shrink: 0;
    line-height: 1;
}

.input-wrap.input-phone .phone-sep {
    margin: 0 0.12rem;
    color: rgba(42, 34, 24, 0.45);
    font-size: 0.22rem;
    flex-shrink: 0;
    line-height: 1;
}

.input-wrap.input-phone .input-inner {
    position: relative;
    top: auto;
    left: auto;
    flex: 1;
    min-width: 0;
    width: auto;
    height: auto;
    padding: 0;
    z-index: auto;
    gap: 0;
}

.input-wrap.input-phone .input-inner input {
    width: 100%;
    font-size: 0.22rem;
}

.input-wrap.input-phone .input-inner input::placeholder {
    font-size: 0.2rem;
}

.agree-main,
.agree-sub-item {
    display: flex;
    align-items: flex-start;
    gap: 0.1rem;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.agree-main p,
.agree-sub-item .agree-text {
    flex: 1;
    font-size: 0.18rem;
    line-height: 1.45;
    color: #2a2218;
    margin: 0;
    letter-spacing: -0.01em;
}

.agree-main .check-box,
.agree-sub-item .check-box {
    width: 0.24rem;
    height: 0.24rem;
    flex-shrink: 0;
    margin-top: 0.02rem;
    background: url('https://media.game-tree.com/ll/home/common/img/pop_agreement_check.png') no-repeat center center;
    background-size: contain;
}

.agree-main.active .check-box,
.agree-sub-item.active .check-box {
    background-image: url('https://media.game-tree.com/ll/home/common/img/pop_agreement_checked.png');
}

.agree-main input,
.agree-sub-item input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.agreement-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.06rem;
    padding-left: 0.04rem;
}

.privacy-link {
    color: #cc2727;
    font-size: 0.16rem;
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
    margin-left: 0.04rem;
    flex-shrink: 0;
    align-self: center;
}

.popup-content-book {
    padding: 0 0.56rem;
}

.input-wrap {
    position: relative;
    width: 100%;
    height: 0.79rem;
    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.22rem;
    z-index: 1;
    gap: 0.08rem;
}

.input-prefix {
    color: #1d1a16;
    font-size: 0.24rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.input-divider {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.24rem;
    line-height: 1;
    flex-shrink: 0;
    margin: 0 0.06rem;
}

.input-inner input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(42, 34, 24, 0.86);
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    caret-color: #8b6942;
}

.input-inner input::placeholder {
    color: rgba(42, 34, 24, 0.5);
    font-size: 0.24rem;
}

.input-code-divider {
    margin: 0 0.08rem 0 auto;
}

.btn-get-code {
    color: #296cd1;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    flex-shrink: 0;
}

.btn-get-code:active {
    color: #1a4fa0;
}

.btn-get-code.disabled {
    color: #a08060;
    cursor: not-allowed;
    pointer-events: none;
}

.agreement {
    display: flex;
    align-items: flex-start;
    gap: 0.12rem;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.agreement .check-icon {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    flex-shrink: 0;
    margin-top: 0.04rem;
    background: url('https://media.game-tree.com/ll/home/common/img/pop_agreement_check.png') no-repeat center center;
    background-size: 100% 100%;
}

.agreement .check-icon.checked {
    background-image: url('https://media.game-tree.com/ll/home/common/img/pop_agreement_checked.png');
}

.agreement p {
    color: #2a1e10;
    font-size: 0.2rem;
    line-height: 1.65;
    letter-spacing: 0.03em;
}

.agreement p a,
.agreement p #termsLink {
    color: #cc2727;
    text-decoration: none;
    font-weight: bold;
}

.submit-btn {
    cursor: pointer;
    align-self: center;
    margin-top: 0.28rem;
    transition: filter 0.2s, transform 0.15s;
    width: 4.52rem;
    height: 0.82rem;
    background: url('https://media.game-tree.com/ll/home/kr/m/img/pop_book_submit_btn.png') no-repeat center center;
    background-size: 100% 100%;
}

.submit-btn:active {
    filter: brightness(1.1);
    transform: scale(0.97);
}

/* ----- 预约成功弹窗 ----- */
.success-footer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.follow-icons-main {
    position: absolute;
    top: 3.05rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.64rem;
    pointer-events: auto;
}

.follow-icons-main .follow-icon-youtube {
    width: 1.15rem;
    height: 1.15rem;
    background-image: url('https://media.game-tree.com/ll/home/common/img/m/pop_main_youtube.png');
}

.follow-icons-main .follow-icon-cafe {
    width: 1.15rem;
    height: 1.15rem;
    background-image: url('https://media.game-tree.com/ll/home/common/img/m/pop_main_cafe.png');
}

.follow-bar {
    position: absolute;
    left: 50%;
    bottom: 1.3rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 5.17rem;
    height: 0.55rem;
    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.28rem;
    pointer-events: auto;
}

.follow-bar-label {
    color: #fae4b7;
    font-size: 0.2rem;
    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/m/pop_bar_discord.png');
}

.follow-bar .follow-icon-x {
    width: 0.36rem;
    height: 0.36rem;
    background-image: url('https://media.game-tree.com/ll/home/common/img/m/media_x.png');
}

.follow-bar .follow-icon-tiktok {
    width: 0.30rem;
    height: 0.34rem;
    background-image: url('https://media.game-tree.com/ll/home/common/img/m/pop_bar_tiktok.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:active {
    transform: scale(1.08);
}

.terms-scroll {
    height: 10.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0.5rem 0.3rem;
    color: #2a2218;
    font-size: 0.22rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

.terms-title {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0.14rem 0 0.08rem;
    color: #2a2218;
	margin-top: .4rem;
}
.terms-title:nth-of-type(1){
	margin-top: 0;
}

.terms-scroll p{
	margin: .16rem 0;
}
.terms-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.22rem;
    margin: 0.1rem 0;
}

.terms-table th,
.terms-table td {
    border: 1px solid #8a7a6a;
    padding: 0.1rem 0.08rem;
    text-align: center;
    vertical-align: middle;
}

.terms-table th {
    background: rgba(42, 34, 24, 0.08);
    font-weight: bold;
}

.terms-note {
    font-size: 0.18rem;
    line-height: 1.5;
    margin: 0.06rem 0 0.12rem;
}

.terms-link-wrap {
    text-align: center;
    margin-top: 0.4rem;
    padding-bottom: 0.16rem;
}

.terms-privacy-link {
    color: #1a5fb4;
    font-size: 0.18rem;
    text-decoration: underline;
}

.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;
}

/* =====================================================
   视频播放层
   ===================================================== */
.video-wrap {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 300;
    align-items: center;
    justify-content: center;
}

.video-wrap.show {
    display: flex;
}

.video-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.video-box {
    position: relative;
    width: 92%;
    max-width: 6.5rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-box iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    outline: none;
    border: 0;
    border-radius: 0.06rem;
}

.video-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 0.12rem;
    margin-top: 0.16rem;
    z-index: 2;
}

.video-thumb {
    width: 2.4rem;
    height: 1.37rem;
    padding: 0;
    border: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    transition: filter 0.2s;
    filter: blur(2px);
}

.video-thumb:active {
    filter: blur(1px);
}

.video-thumb.is-active {
    filter: none;
}

.video-thumb.is-active:active {
    filter: none;
}

.video-close {
    position: relative;
    top: auto;
    right: auto;
    width: 0.78rem;
    height: 0.79rem;
    margin-top: 0.28rem;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.2s;
    background: url('https://media.game-tree.com/ll/home/common/img/m/video_close.png') no-repeat center center;
    background-size: 100% 100%;
}

.video-close:active {
    transform: scale(1.1);
}

/* =====================================================
   弹窗滚动锁定
   ===================================================== */
body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* =====================================================
   Toast 提示
   ===================================================== */
.kr-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: 5.6rem;
    min-height: 0.88rem;
    padding: 0.2rem 0.3rem;
    line-height: 0.36rem;
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.04rem;
    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;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    box-sizing: border-box;
}

.kr-tip.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* =====================================================
   旋转动画
   ===================================================== */
@-webkit-keyframes rotate-cw {
    from { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg); }
    to   { -webkit-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-cw {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}

@-webkit-keyframes rotate-ccw {
    from { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg); }
    to   { -webkit-transform: translate(-50%, -50%) rotate(-360deg); transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes rotate-ccw {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(-360deg); }
}


.copyright_bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4.22rem;
    background: url('https://media.game-tree.com/ll/home/common/img/m/copyright_bg.png') no-repeat center center;
    background-size: 100% 100%;
}
.footer {
	position: relative;
	z-index: 99;
	width: 100%;
	min-height: 3.2rem;
	background: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer .footer_center {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer .logo {
	width: 3.06rem;
	height: 0.85rem;
	margin-bottom: .2rem;
    background: url('https://media.game-tree.com/ll/home/common/img/foot_logo.png') no-repeat center center;
    background-size: 100% 100%;
}

.footer .info_box {
	display: flex;
	flex-direction: column;
	align-items: center
}

.footer .info_box .link_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.14rem;
	font-size: .2rem;
	color: #fff;
}

.footer .info_box .link_row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.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.16rem 0 0;
	padding: 0 0.24rem;
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.01em;
}