@charset "UTF-8";
/* *****************************************/

/*    css
/*    V 20241112
/*        by AuOzzy
/******************************************/

/* ↓↓↓ ***** bootstrap reboot ***** ↓↓↓ */

/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

/* ↑↑↑ ***** bootstrap reboot ***** ↑↑↑ */

/* ↓↓↓ ***** RESET START ***** ↓↓↓ */

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    text-decoration: none;
}

img {
    display: block;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* ↑↑↑ ***** RESET END ***** ↑↑↑ */

/* ↓↓↓ ***** ROOT START ***** ↓↓↓ */

:root {
    --body-width: 100%;
    --container-width: 90.625%;
}

@media (max-width: 1920px) {
    :root {
        --body-width: clamp(375px, 100%, 540px);
        --container-width: 91.4666666667%;
    }
}

:root {
    --Gray-01: #1A1A1A;
    --Gray-02: #333333;
    --Gray-03: #CCCCCC;
    --Gray-04: #E5E5E5;
    --Gray-05: #F6F6F6;
    --Gray-06: #FFFFFF;
    --dark-blue: #3046B6;
    --light-blue: #C4F1FF;
    --medium-blue: #82A4E4;
    --deep-blue: #063478;
    --common-blue: #4368C8;
    --auxiliary-color-1: #04BE02;
    --auxiliary-color-2: #EA4E3D;
    --auxiliary-color-3: #FFAA09;
    --status-color-1: #3BAC66;
    --status-color-2: #FFAA09;
    --status-color-3: #EA4F3D;
    --theme-color: #C4D8FF;
    --primary-color: #C4D8FF;
    --secondary-color: #d8d8d8;
    --light-color: #666666;
    --border-color: #333333;
    --background-color: #000000;
    --panel-color: #222222;
    --primary-button-text-color: #7FF800;
    --light-green: #c5e2d2;
    --medium-green: #71b394;
    --highlight-yellow: #f9fd4e;
    --text-highlight: #866638;
    --text-highlight2: #ff6f54;
    --text-highlight3: #fffe8f;
}

/* ↑↑↑ ***** ROOT END ***** ↑↑↑ */

/* ↓↓↓ ***** FONT START ***** ↓↓↓ */

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/static/Inter-Regular.ttf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/static/Inter-Medium.ttf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/static/Inter-SemiBold.ttf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/static/Inter-Bold.ttf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/static/Inter-Black.ttf") format("opentype");
    font-weight: 900;
}

body {
    font-family: "Inter", sans-serif;
    font-display: swap;
    font-weight: 400;
    color: #686868;
}

.txt-Gray-01 {
    color: #1A1A1A;
}

.txt-Gray-02 {
    color: #333333;
}

.txt-Gray-03 {
    color: #CCCCCC;
}

.txt-Gray-04 {
    color: #E5E5E5;
}

.txt-Gray-05 {
    color: #F6F6F6;
}

.txt-Gray-06 {
    color: #FFFFFF;
}

.txt-dark-blue {
    color: #3046B6;
}

.txt-light-blue {
    color: #C4F1FF;
}

.txt-medium-blue {
    color: #82A4E4;
}

.txt-deep-blue {
    color: #063478;
}

.txt-common-blue {
    color: #4368C8;
}

.txt-auxiliary-color-1 {
    color: #04BE02;
}

.txt-auxiliary-color-2 {
    color: #EA4E3D;
}

.txt-auxiliary-color-3 {
    color: #FFAA09;
}

.txt-status-color-1 {
    color: #3BAC66;
}

.txt-status-color-2 {
    color: #FFAA09;
}

.txt-status-color-3 {
    color: #EA4F3D;
}

.txt-theme-color {
    color: #C4D8FF;
}

.txt-primary-color {
    color: #C4D8FF;
}

.txt-secondary-color {
    color: #d8d8d8;
}

.txt-light-color {
    color: #666666;
}

.txt-border-color {
    color: #333333;
}

.txt-background-color {
    color: #000000;
}

.txt-panel-color {
    color: #222222;
}

.txt-primary-button-text-color {
    color: #7FF800;
}

.txt-light-green {
    color: #c5e2d2;
}

.txt-medium-green {
    color: #71b394;
}

.txt-highlight-yellow {
    color: #f9fd4e;
}

.txt-text-highlight {
    color: #866638;
}

.txt-text-highlight2 {
    color: #ff6f54;
}

.txt-text-highlight3 {
    color: #fffe8f;
}

/* ↑↑↑ ***** FONT END ***** ↑↑↑ */

/* ↓↓↓ ***** COMMON START ***** ↓↓↓ */

html,
body {
    width: 100dvw;
    height: 100dvh;
    height: var(--app-height);
    overflow: hidden;
}

html {
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}



@media screen and (max-width: 475px) {
    html {
        /* height: 100%; */
        /* height: calc(var(--vh, 100vh)); */
        height: var(--app-height);
        overflow: hidden;
    }
}

body {
    position: relative;
    width: 55vh;
    min-height: 100dvh;
    margin: auto;
    color: #333;
	box-shadow: rgb(111 69 20) 0px 0px 15px 2px;
	display: flex;
    justify-content: center;
}

#app{
	display: flex;
    justify-content: center;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: currentColor;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

/* ↑↑↑ ***** COMMON END ***** ↑↑↑ */

/* ↓↓↓ ***** COMPONENT START ***** ↓↓↓ */

.tw_btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background-color: transparent;
    color: var(--common-blue);
    font-weight: 600;
    line-height: 1;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.tw_btn .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.tw_btn .tw_img {
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.tw_btn:hover .tw_img {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

.tw_btn:active {
    -webkit-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
}

.tw_btn:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at calc(var(--x) * 1px) calc(var(--y) * 1px), hsla(0, 0%, 100%, 0.8), transparent 5vmin), transparent;
    background-attachment: fixed;
    pointer-events: none;
    border-radius: 80px;
    padding: 5px;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.tw_btn:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at calc(var(--x) * 1px) calc(var(--y) * 1px), hsla(0, 0%, 100%, 0.3), transparent 5vmin);
    background-attachment: fixed;
    opacity: var(--active, 0);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    pointer-events: none;
    border-radius: 80px;
}

.tw_btn:hover {
    --active: 1;
    text-decoration: none;
}

.tw_btn-icon-prepend .icon,
.tw_btn-icon-append .icon {
    width: 20px;
    height: 20px;
}

.tw_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tw_img img {
    aspect-ratio: var(--w)/var(--h);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
    transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
    transition: opacity 0.3s ease-in-out, filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
    transition: opacity 0.3s ease-in-out, filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87), -webkit-filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}

.tw_img .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

/* ↑↑↑ ***** COMPONENT END ***** ↑↑↑ */

/* ↓↓↓ ***** KEYFRAMES START ***** ↓↓↓ */

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes shake-83a4f386 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    75% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes shake-83a4f386 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    75% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

/* ↑↑↑ ***** KEYFRAMES END ***** ↑↑↑ */

/* ↓↓↓ ***** LAYOUT START ***** ↓↓↓ */

.body_wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

/*
/* ↑↑↑ ***** LAYOUT END ***** ↑↑↑ */

/* animate.css - https://animate.style/ */

/* ↓↓↓ ***** ENTRY START ***** ↓↓↓ */

	.head {
    	width:100%;
    	height: 3.5vw;
    	position: absolute;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	top: 0;
    	z-index: 999;
	}

	.head .logo {
		width: 14vw;
    	height: 100%;
    	display: flex;
    	justify-content: center;
    	align-items: flex-start;
	}

	.head .logo img {
    	width: 100%;
	}

	.head .lbtn {
    	display: flex;
    	align-items: center;
		width: 6.5rem;
    	height: 4rem;
		background-image: url(../images/Lbtn.png);
    	background-repeat: no-repeat;
    	background-size: contain;
    	background-position: center;
		margin-right:-15px;
	}

	.head .lbtn:hover {
		background-image: url(../images/Lbtn_a.png);
	}

	.head .rbtn {
    	display: flex;
    	align-items: center;
		width: 6.5rem;
    	height: 4rem;
		background-image: url(../images/Rbtn.png);
    	background-repeat: no-repeat;
    	background-size: contain;
    	background-position: center;
		margin-left:-15px;
	}

	.head .rbtn:hover {
   		background-image: url(../images/Rbtn_a.png);
	}
	
	.bottom{
        width: 100%;
        height: 8vh;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom:0;
        z-index: 999;
		background-image: url("../images/bottombg.png");
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
    	background-position: bottom;
    }
	
	.bottom .menu {
    	width: 90%;
    	position: relative;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-direction: row;
    	flex-wrap: wrap;
		margin-top: 5px;
	}

	.bottom .menu a {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	height: 6.5vh;
    	width: 25%;
    	margin: 0 0;
		flex-direction: column;
	}

	.bottom .menu a .icon {
    	display: block;
    	width: 4vh;
    	height: 4vh;
    	margin-left: 0;
	}

	.bottom .menu a .text {
    	text-align: center;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	color:#44392a;
		font-size: 0.8vw;
		font-weight: 500;
	}
    .bottom .menu a:hover .text {
    	color:#44392a;
	}
	.bottom .menu a.m01 .icon {
    	background: url(../images/micon01.png) no-repeat center center;
    	background-size: contain;
	}
	.bottom .menu a.m02 .icon {
    	background: url(../images/micon02.png) no-repeat center center;
    	background-size: contain;
	}
	.bottom .menu a.m03 .icon {
    	background: url(../images/micon03.png) no-repeat center center;
    	background-size: contain;
	}
	.bottom .menu a.m04 .icon {
    	background: url(../images/micon04.png) no-repeat center center;
    	background-size: contain;
	}
    .bottom .menu a .icon:hover{
        filter: brightness(.9);
    }
	/* .bottom .menu a.m01:hover .icon {
    	background: url(../images/micon01a.png) no-repeat center center;
		background-size: contain;
	}

	.bottom .menu a.m02:hover .icon {
    	background: url(../images/micon02a.png) no-repeat center center;
		background-size: contain;
	}

	.bottom .menu a.m03:hover .icon {
    	background: url(../images/micon03a.png) no-repeat center center;
		background-size: contain;
	}

	.bottom .menu a.m04:hover .icon {
    	background: url(../images/micon04a.png) no-repeat center center;
		background-size: contain;
	} */

	footer {
    	position: absolute;
    	width: 100%;
    	height: 4vw;
    	bottom: 3vw;
    	text-align: center;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	font-size: 0.7vw;
    	color: #753d1b;
    	line-height: 1vw;
		text-shadow: 0px 2px 1px #fff, 0px -2px 1px #fff, 2px 0px 1px #fff, -2px 0px 1px #fff;
	}



@media (max-width: 1920px) {
	body {
    	width: var(--body-width);
	}
    .game-wrap {
        position: relative;
		width: 95%;
		height: auto;
		z-index: 998;
    }
	.head .logo {
		width: 16.3025vw;
	}

	.head .lbtn {
    margin-right: -10px;
	}
	.head .rbtn {
    margin-left: -10px;
	}
}

.game-title {
    --w: 1564;
    --h: 676;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 7.5vh;
    z-index: 3;
    width: 100%;
}

@media (max-width: 1920px) {
    .game-title {
        width: 100%;
        position: relative;
		top: 4.5rem;
    }
}

.game-tree {
    --w: 1045;
    --h: 832;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 22vh;
    z-index: 1;
    width: 52vh;
}

.game-tree img {
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 1920px) {
    .game-tree {
        width: 55vh;
        position: relative;
        top: -0.5rem;
    }
}

.game-tree.shaking {
    --w: 1078;
    --h: 995;
}

.game-tree.shaking .default {
    opacity: 0;
}

.game-tree.shaking .hover {
    opacity: 1;
}

.game-btn {
	display: block;
    --w: 608;
    --h: 226;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 65%;
    z-index: 3;
    width: min(14.6875vw, 210px);
	height: 5rem;
    cursor: pointer;
	background-image: url(../images/btnplay.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.game-btn:hover {
	background-image: url(../images/btnplay_a.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1920px) {
    .game-btn {
        width: min(42.3529411765vw, 185px);
		height: 3.75rem;
        top: 46.5%;
        -webkit-transform: translate(-50%, 330%);
        -ms-transform: translate(-50%, 330%);
        transform: translate(-50%, 330%);
    }
}

@media (max-width: 540px) {
    .game-btn {
        -webkit-transform: translate(-50%, calc(-50% + 40vw));
        -ms-transform: translate(-50%, calc(-50% + 40vw));
        transform: translate(-50%, calc(-50% + 40vw));
    }
}

.game-btn:hover img {
    -webkit-filter: saturate(1.2);
    filter: saturate(1.2);
}

.game-btn:active img {
    -webkit-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
}

.game-time {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15vh;
    z-index: 3;
    width: 95%;
    aspect-ratio: 1394/246;
	background-image: url(../images/label.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1920px) {
    .game-time {
        position: relative;
        width: min(55vh, 500px);
        bottom: -3.5rem;
    }
}

@media (max-width: 540px) {
    .game-time {
        -webkit-transform: translate(-50%, -10%);
        -ms-transform: translate(-50%, -10%);
        transform: translate(-50%, -10%);
    }
}

.game-time-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 2vh;
}

@media (max-width: 1920px) {
    .game-time-inner {
        font-size: 2vh;
    }
}

.game-time-inner .icon {
    --w: 72;
    --h: 82;
    width: 2.5vh;
    margin-right: 12px;
}

@media (max-width: 1920px) {
    .game-time-inner .icon {
        width: 2.6vh;
        margin-right: 8px;
    }
}

.game-time-inner .time {
    color: #ffff00;
}

.popup {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
}

.popup.show {
    opacity: 1;
}

.popup-inner {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: var(--body-width);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.popup-block {
    position: relative;
    z-index: 2;
}

.popup-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup-hd .title {
    font-weight: 600;
	margin: 0 auto;
}

.popup-hd .title img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.popup-hd .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.45);
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}

.popup-hd .close:hover {
    background-color: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.88);
}

.popup-hd .close path {
    fill: currentColor;
}

.popup-login {
    width: 520px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 1920px) {
    .popup-login {
        width: 90%;
    }
}

.popup-res {
    width: min(41.6666666667vw, 800px);
    aspect-ratio: 1284/1074;
    background-image: url(../images/res-9db13f62.png);
    background-size: cover;
}

@media (max-width: 1920px) {
    .popup-res {
        width: 90%;
    }
}

.popup-res-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 48.2866043614% 11.9937694704% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-res-inner .res-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #333;
    font-weight: 700;
    font-size: 1.2rem;
}

.popup-res-inner .res-txt-name {
    color: #ff9800;
    font-size: 2rem;
}

@media (max-width: 1920px) {
    .popup-res-inner .res-txt {
        font-size: 0.75rem;
    }
    .popup-res-inner .res-txt-name {
        font-size: 1rem;
    }
}

.popup-res-inner .res-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76.0124610592%;
    aspect-ratio: 976/158;
    background-image: url(../images/btn-img.png);
    background-size: cover;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width: 1920px) {
    .popup-res-inner .res-btn {
        width: 50%;
        font-size: 14px;
    }
}

.popup-record {
    position: relative;
    /* width: min(31.25vw, 600px); */
    width: 500px;
    aspect-ratio: 1276/1636;
    background-image: url(../images/record.png);
    background-size: cover;
}

.popup-record .close{
	position: absolute;
	top: 1rem;
	right: 1rem; 
	width: 2.7rem;
    height: 2.7rem;
}
.popup-record .close:hover{
	background-color:rgba(0, 0, 0, 0.0);
}


.popup-record .close img{
	width: 100%;
}

.popup-record2 .close{
	position: absolute;
	top:-1.5rem;
	right: 1rem; 
	width: 2.7rem;
    height: 2.7rem;
}
.popup-record2 .close:hover{
	background-color:rgba(0, 0, 0, 0.0);
}


.popup-record2 .close img{
	width: 100%;
}

@media (max-width: 1920px) {
   
	
}

.popup-record-inner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 48%;
    /* width: 90.5172413793%; */
    /* aspect-ratio: 1155/935; */
    width: calc(91% - 50px);
}

.popup-record-inner .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1155/114;
    margin-bottom: 1.2539184953%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.query-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ff1503;
    border-radius: 8px;
    height: 45px;
    margin-bottom: 1.5%;
}

.query-box-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: none;
    border-radius: 8px 0 0 8px;
    padding: 0 8px;
}

.query-box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fa4e13;
    border-radius: 0 8px 8px 0;
    padding: 0 21px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
	background: linear-gradient(310deg, #f96c0f 0%, #e60707 100%);
    background: -webkit-linear-gradient(307deg, #e60707 0%, #f96c0f 100%);
}

.record-table {
    width: 100%;
    border: 1px solid #ff1503;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0.875rem;
	background: #fff;
}

.record-table-row {
    display: grid;
    grid-template-columns: 1.5fr 2fr 1fr 1fr;
	height: 4vh;
    align-items: center;
	text-align: center;
	align-content: center;
}

.record-table-hd {
    background: -webkit-linear-gradient(270deg, rgb(173 1 1) 0%, rgb(202 2 2) 100%);
    color: #fff;
}

.record-table-hd .record-table-row {
    
}

.record-table-bd {
	text-align: center;
    overflow-y: scroll;
    scrollbar-width: none;
	height: auto;
    max-height: 11rem;
}

.record-table-bd .record-table-row:nth-child(even) {
    background-color: #f9df97;
}

.record-table-cell {
    padding: 0.4rem 0.25rem;
    text-align: center;
}

/*** 說明 ***/

.popup-record2 {
    position: relative;
    aspect-ratio: 540/755;
    position: relative;
    width: 23%;
    background-image: url("../images/direbg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*height: 75%;
    margin-bottom: 40px;*/
}

.popup-record-inner2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 16%;
    width: 85%;
    height: 71%;
	overflow-y: scroll;
    scrollbar-width: none;
}

 .popup-record-inner2::-webkit-scrollbar {
 	display: none; /* Chrome Safari */
 }

.lightbox_content {
    width: 92%;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0;
    /*transform: translateX(5px);*/
}

.lightbox_content h3 {
    color: #900303;
    margin: 1vw 0 0.2vw 0;
    font-size: 1.3rem;
}

.lightbox_content p {
    line-height: 1.5rem;
    margin: 0;
    color: #361d05;
    font-size: 1rem;
}


.lightbox_content table {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin:0.5vw 0;
    text-align: center;
    font-size: 1rem;
    border-collapse: collapse;
}

.lightbox_content table tbody {
    border-radius: 8px;
    border: 1px solid #62441b;
}

.lightbox_content table tr:nth-of-type(1) {
    /*background: #002ea6;*/
}

.lightbox_content table tr td {
    padding: 5px 2px;
    color: #666666;
    border: 1px solid #62441b;
}

.lightbox_content table tr:nth-of-type(1) td {
    color: #62441b;
}

.lightbox_content table tr td.red {
    color: #e30000;
}





.popup-welcome {
    width: 500px;
}

@media (max-width: 1920px) {
    .popup-welcome {
        width: 90%;
    }
	 .popup-record, .popup-record2 {
        width: 100%;
    }
	.popup-record-inner {
    	top: 49%;
	}
	.query-box {
        height: 40px;
    }
	.record-table-bd {
    	max-height: 11rem;
	}
}

.popup-welcome-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.popup-welcome .bg {
    width: 100%;
    aspect-ratio: 626/513;
    background-image: url(../images/welcome.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.popup-welcome .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    aspect-ratio: 976/158;
    background-image: url(../images/btn-img.png);
    background-size: cover;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    cursor: pointer;
	line-height: 1vw;
    background-repeat: no-repeat;
	margin-top: -1.3rem;
}

.alert {
    position: fixed;
    top: 8px;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 8px;
    top: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.alert.show {
    top: 8px;
}

.alert.success .icon.success {
    display: block;
}

.alert.error .icon.error {
    display: block;
}

.alert .icon {
    display: none;
}

.alert .icon.success {
    color: #52c41a;
}

.alert .icon.error {
    color: #ff4d4f;
}

.alert-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.login-frm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-size: 0.875rem;
}

.frm-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.frm-row:last-of-type {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1920px) {
    .frm-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .frm-row:last-of-type {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.frm-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-height: 32px;
}

.frm-label:before {
    content: "*";
    display: inline-block;
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
}

.frm-label:after {
    content: ":";
    position: relative;
    margin-block: 0;
    -webkit-margin-start: 2px;
    margin-inline-start: 2px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.frm-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.frm-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    padding: 0 11px;
    min-height: 32px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.frm-input:hover {
    border-color: #4096ff;
}

.frm-input:focus {
    border-color: #4096ff;
    -webkit-box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    border-inline-end-width: 1px;
    outline: 0;
}

.frm-input.error {
    border-color: #ff4d4f;
}

.frm-input.error:focus {
    border-color: #ffa39e;
}

.frm-btn {
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
    color: #fff;
    background-color: #1677ff;
    -webkit-box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
    border: 1px solid transparent;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.frm-btn:hover {
    color: #fff;
    background-color: #4096ff;
}

.frm-error {
    color: #ff4d4f;
}

.record-img {
    position: fixed;
    bottom: 5vh;
    right: 4px;
    width: 120px;
    z-index: 3;
    cursor: pointer;
    -webkit-animation: shake-83a4f386 1s infinite;
    animation: shake-83a4f386 1s infinite;
}

@media (max-width: 1920px) {
    .record-img {
        width: 85px;
    }
}

.play-img {
    position: fixed;
    top: 5vh;
    right: 4px;
    z-index: 99;
    width: 100px;
    cursor: pointer;
}

.play-img.rounding {
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

@media (max-width: 1920px) {
    .play-img {
        width: 70px;
    }
}

.remark {
    cursor: pointer;
}

/* ↑↑↑ ***** ENTRY END ***** ↑↑↑ */

/*# sourceMappingURL=style.css.map */


@media (max-width: 1920px) and (max-height: 900px){
	    
	.head {
    height: 3.5rem;
	}
	.head .logo {
      width: 18vw;
    }
	.head .lbtn {
    width: 6.5rem;
    height: 3.5rem;
    margin-right: 0;
	}
	.head .rbtn {
    width: 6.5rem;
    height: 3.5rem;
    margin-left: 0;
	}
	
	footer {
    height: 4vw;
    bottom: 3rem;
    font-size: 0.8rem;
	}
	.game-title {
        top: 5.5vh;
    }
	.game-tree {
        width: 32rem;
        top: -4.8vh;
    }
	.game-btn {
        top: 46.5vh;
    }
	.game-time {
		position: absolute;
        bottom: 11.5vh;
    }
	.popup-record, .popup-record2 {
        width: 95%;
    }
	.popup-record-inner {
        top: 48%;
    }
	.record-table-bd {
        max-height: 12rem;
    }
}

@media (max-width: 1024px) {
.bottom{
        width: 100%;
        height: 10vh;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom:0;
        z-index: 999;
		background-image: url("../images/bottombg_m.png");
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
    	background-position: bottom;
    }
	.popup-record .close{
		width: 4.5vh;
    	height: 4.5vh;
	}
	
	.popup-record2 .close{
		top: -2rem;
		width: 4.5vh;
    	height: 4.5vh;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px) {
body {
    background-image: url(../images/mbg.jpg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: top;
    background-attachment: fixed;
	}
	.head {
    	height: 5rem;
	}

	.head .logo {
		width: 60%;
	}
	.head .lbtn {
		margin-right:-25px;
		width: 7rem;
    	height: 4rem;
	}
	.head .rbtn {
		margin-left:-25px;
		width: 7rem;
    	height: 4rem;
	}
	.bottom .menu {
        margin-top: 0.5vh;
    }
	.bottom .menu a {
        height: 8vh;
    }
	.bottom .menu a .icon {
        width: 6vw;
        height: 5vw;
    }
	.bottom .menu a .text {
        font-size: 2.5vw;
    }
	footer {
		bottom: 16vh;
        font-size: 2.5vw;
        padding: 0 2.2vh;
        height: 5vh;
        line-height: 2.5vh;
	}
	.game-wrap {
        width: 100%;
    }
	.game-title {
        top: 12vh;
    }
	.game-tree {
        width: 40vh;
        top: 8vh;
    }
	.game-btn {
        width: 20rem;
        height: 6.5rem;
        top: 35%;
	}
	.game-time {
        width: 95%;
        bottom: -20vh;
        aspect-ratio: 419 / 80;
        background-image: url(../images/label2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
	 .game-time-inner {
        font-size: 1.6vh;
    }
	.game-time-inner .icon {
        width: 2vh;
        margin-right: 8px;
    }
	.popup-record-inner {
    	top: 48%;
	}
	.query-box {
        margin-bottom: 2%;
    }
	.record-table-bd {
    	max-height: 13vh;
	}
	.record-table-row {
    	height: 3vh;
	}
	
}

@media (max-width: 768px) {
	 .game-title {
        top: 10vh;
    }
	.game-tree {
        width: 50vh;
        top: 3vh;
    }
	.game-btn {
        width: 15rem;
        height: 5rem;
        top: 42%;
    }
	.game-time {
        position: relative;
        width: 95%;
        bottom: -13vh;
    }
	.popup-record-inner {
    	top: 47%;
	}
	.record-table-bd {
        max-height: 20vh;
    }
}

@media (max-height: 740px) {
	footer {
        bottom: 10.5vh;
        font-size: 2.6vw;
        padding: 0;
    }
	 .popup-record2 {
        width: 80%;
    }
	.lightbox_content h3 {
   	 	font-size: 1rem;
	}
	.lightbox_content p {
    	font-size: 0.8rem;
	}

}

@media (max-width: 1700px) and (max-height: 745px){
	.game-title {
		width: 70vh;
        top: 5.5vh;
    }
	
    .game-tree {
        width: 65vh;
        top: -7.5vh;
		
    }
	
	.game-btn {
	    width: min(40vh, 185px);
        top: 70vh;
		transform: translate(-50%, 00%);
    }

	.game-time {
        width: min(55vh, 500px);
        bottom: 10.5vh;
    }
	footer {
        bottom: 5vh;
        font-size: 2vh;
    }
}

@media (max-width: 530px) {
	body {
		width: 100%;
		background-image: url(../images/mbg.jpg);
    	background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        background-attachment: fixed;
	}
	.head {
    	height: 3rem;
	}

	.head .logo img {
    	width: 65vw;
	}
	
	.head .lbtn {
		position: absolute;
        width: 21vw;
        height: 13vw;
        left: 2vw;
        top: 1vw;
		margin-left:0;
		background-size: contain;
	}
	.head .rbtn {
		position: absolute;
        width: 21vw;
        height: 13vw;
        right: 2vw;
        top: 1vw;
		margin-right:0;
		background-size: contain;
	}
	
	.bottom .menu {
        margin-top: 0.5vh;
    }
	.bottom .menu a {
        height: 8vh;
    }
	.bottom .menu a .icon {
        width: 10.2vw;
        height: 10vw;
    }
	.bottom .menu a .text {
        font-size: 4vw;
    }

	footer {
        height: 3vh;
        bottom: 15vh;
        font-size: 3.3vw;
        line-height: 2vh;
        padding: 0 6.3vh;
    }
	.game-wrap {
        width: 100%;
    }
	.game-title {
        width: 100%;
        top: 9vh;
    }
	.game-tree {
        width: 47vh;
        top: 3vh;
    }
	.game-btn {
        width: 13rem;
        height: 5rem;
		top: 48%;
    }
	.game-time {
		position: absolute;
		aspect-ratio: 419 / 80;
    	background-image: url(../images/label2.png);
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: center;
        width: 97%;
        bottom: 20vh;
    }
	  .game-time-inner {
        font-size: 1.9vh;
    }
	.game-time-inner .icon {
        width: 2.2vh;
        margin-right: 7px;
    }
	footer {
    text-shadow: 0px 2px 1px #fff, 0px -2px 1px #fff, 2px 0px 1px #fff, -2px 0px 1px #fff, 0px 2px 1px #fff, 0px -2px 1px #fff, 2px 0px 1px #fff, -2px 0px 1px #fff;
	}
	
	.popup-record-inner{
		top: 48%;
		width: 82%;
	}
	
	.record-table-bd {
    max-height: 7.5rem;
	}
	.record-table {
    font-size: 0.8rem;
	}
	.record-table-cell {
     padding: 0;
	}
	.popup-record2 {
        aspect-ratio: 540 / 935;
        position: relative;
        width: 97%;
        background-image: url(../images/direbgm.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
	.popup-record-inner2 {
    	top: 13%;
   		width: 85%;
		height: 77%;
	}
	.lightbox_content {
    	width: 95%;
	}
	.lightbox_content table {
    	margin: 0.5rem 0;
    	font-size: 0.87rem;
	}
	.lightbox_content table tr td {
    	padding: 0.2rem 0.4rem;
	}
	.lightbox_content h3 {
    	margin: 3vw 0 0.5vw 0;
   	 	font-size: 1.2rem;
	}
	.lightbox_content p {
    	font-size: 0.9rem;
	}
	
}

@media (max-width: 414px){
	footer {
        bottom: 12vh;
    }

}


@media (max-width: 414px) and (max-height:895px){
	
	.game-btn {
        width: 12rem;
        height: 4rem;
        top: 47%;
		-webkit-transform: translate(-50%, calc(-50% + 40vw));
		transform: translate(-50%, calc(-50% + 40vw));
    }

}

@media (max-width: 414px) and (max-height:736px){
	.game-title {
        top: 8.8vh;
    }
	.game-tree {
        width: 55vh;
        top: 0.3vh;
    }
	.game-btn {
        width: 12rem;
        height: 4rem;
        top: 50%;
    }
	.game-time {
        bottom: 13.5vh;
    }
	.game-time-inner {
        font-size: 2.2vh;
    }
	.game-time-inner .icon {
        width: 2.5vh;
        margin-right: 7px;
    }

}

@media (max-width: 344px){
	.game-title {
        top:10vh;
    }
	.game-tree {
        width:39vh;
        top: 6vh;
    }
	.game-btn {
        width: 13rem;
        height: 5rem;
        top: 44.5%;
    }
	.game-time {
        width: 97%;
        bottom: 26vh;
    }
	.game-time-inner {
        font-size: 1.6vh;
    }
	.game-time-inner .icon {
        width: 2vh;
        margin-right: 7px;
    }
	.popup-record {
        width: 96%;
    }
	.popup-record2 {
        width: 90%;
    }
	.query-box {
        height: 4vh;
    }
	.query-box-btn {
    	padding: 0 15px;
	}
	 .record-table-bd {
        max-height: 6.5rem;
    }
	

}
	




@media (max-width: 320px) {
	.game-tree {
        width: 55vh;
        top: 1vh;
    }
	.game-btn {
        width: 10rem;
        height: 3rem;
        top: 50%;
    }
	.game-time {
        width: 97%;
        bottom: 13vh;
    }
	.game-time-inner {
        font-size: 2.2vh;
    }
	.game-time-inner .icon {
        width: 2.5vh;
        margin-right: 7px;
    }
	.popup-record {
        width: 88%;
    }
	
	.query-box {
        height: 5vh;
		border-radius: 5px;
    }
	.query-box-input {
    border-radius: 5px 0 0 5px;
}
	.query-box-btn {
    border-radius: 0 5px 5px 0;
    padding: 0 12px;
}
	.record-table {
        font-size: 0.7rem;
		border-radius: 8px;
    }
	.popup-record2 .close{
		top: -1rem;
	}
	
}

@media (max-width: 768px) and (min-height: 1024px){
	footer {
        bottom: 6.5rem;
    }
}


	