@charset "UTF-8";
@import '../font/style.css';
@import '../font/icomoon/style.css';

.language-dropdown li, .language-dropdown .list {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html {
    font-family: "Roboto", "微软雅黑", sans-serif;
    width: 100%;
    max-width: 100%;
    height: 100%;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-height: 100vh;
    background-color: #08143c;
    -webkit-overflow-scrolling: touch;
    color: aliceblue;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

a,
ul,
li {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    list-style: none;
    padding: 0;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a:focus,
    ul:focus,
    li:focus {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: inherit;
    }

button {
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

    button:focus {
        outline: none;
    }

strong {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: normal;
}

img {
    display: block;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    resize: none;
}

    input:focus,
    textarea:focus {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

select:focus {
    outline: none;
}

main {
    position: relative;
    padding-bottom: 1px;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 1px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.container {
    max-width: 915px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0;
    }
}

:root {
    --flag-w: 30px;
    --langList-logo-h: 56px;
}

.flag {
    width: var(--flag-w);
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

    .flag.en-US {
        background-image: url(../images/flag/en.webp);
    }

    .flag.zh-CN {
        background-image: url(../images/flag/cn.webp);
    }

    .flag.zh-HK {
        background-image: url(../images/flag/hk.webp);
    }

    .flag.id-ID {
        background-image: url(../images/flag/idr.webp);
    }

    .flag.vi-VN {
        background-image: url(../images/flag/vn.webp);
    }

    .flag.th-TH {
        background-image: url(../images/flag/thb.webp);
    }

    .flag.ko-KR {
        background-image: url(../images/flag/krw.webp);
    }

    .flag.hi-IN {
        background-image: url(../images/flag/inr.webp);
    }

    .flag.ja-JP {
        background-image: url(../images/flag/jpn.webp);
    }

    .flag:hover {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.lang-decorate-img {
    height: var(--langList-logo-h);
    position: relative;
    top: 20px;
    z-index: 10;
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.language-dropdown {
    position: fixed;
    top: 0.2vw;
    right: 0.8vw;
    -webkit-filter: drop-shadow(0.3px 5px 8px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0.3px 5px 8px rgba(0, 0, 0, 0.5));
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .language-dropdown.active li, .language-dropdown:hover li {
        opacity: 1;
        pointer-events: initial;
    }

    .language-dropdown.active .list, .language-dropdown:hover .list {
        height: calc(var(--langList-logo-h) + 8 * (var(--flag-w) + 17px));
    }

    .language-dropdown .list {
        position: relative;
        padding-top: 28px;
        width: 54px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fbe78b;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 16px), 50% 100%, 0 calc(100% - 16px));
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 16px), 50% 100%, 0 calc(100% - 16px));
        height: calc(var(--langList-logo-h) + var(--flag-w));
    }

        .language-dropdown .list::after {
            content: "";
            display: block;
            width: calc(100% - 2px * 2);
            height: calc(100% - 2px);
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: -1;
            background: rgb(31, 31, 31);
            -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px));
            clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px));
        }

    .language-dropdown li {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        opacity: 0;
        pointer-events: none;
    }

        .language-dropdown li.active {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
            opacity: 1;
            pointer-events: none;
        }

    .language-dropdown a {
        width: --flag-w;
        aspect-ratio: 1/1;
        display: block;
    }

@media screen and (max-width: 1024px) {
    :root {
        --flag-w: 24px;
        --langList-logo-h: 40px;
    }

    .language-dropdown {
        top: 0%;
        right: 2%;
    }

        .language-dropdown .list {
            padding-top: 25px;
            width: 46px;
            gap: 20px;
        }

        .language-dropdown.active .list, .language-dropdown:hover .list {
            height: calc(var(--langList-logo-h) + 8 * (var(--flag-w) + 28px));
        }
}

@media screen and (max-width: 576px) {
    .language-dropdown {
        position: absolute;
        top: 0;
        right: 1vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@-webkit-keyframes star {
    0%, 90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0vmin) rotateY(90deg) rotateX(var(--rx)) translateZ(var(--x)) scaleX(6);
        transform: translateZ(0vmin) rotateY(90deg) rotateX(var(--rx)) translateZ(var(--x)) scaleX(6);
    }
}

@keyframes star {
    0%, 90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0vmin) rotateY(90deg) rotateX(var(--rx)) translateZ(var(--x)) scaleX(6);
        transform: translateZ(0vmin) rotateY(90deg) rotateX(var(--rx)) translateZ(var(--x)) scaleX(6);
    }
}

@-webkit-keyframes slogan {
    0% {
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    25% {
        -webkit-filter: brightness(150%);
        filter: brightness(150%);
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    26% {
        -webkit-transform: translateX(-50%) scale(1.04);
        transform: translateX(-50%) scale(1.04);
    }

    27% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    28% {
        -webkit-transform: translateX(-50%) scale(1.04);
        transform: translateX(-50%) scale(1.04);
    }

    29% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    50% {
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }

    75% {
        -webkit-filter: brightness(150%);
        filter: brightness(150%);
    }

    78% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    79% {
        -webkit-transform: translateX(-50%) scale(1.04);
        transform: translateX(-50%) scale(1.04);
    }

    80% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    81% {
        -webkit-transform: translateX(-50%) scale(1.04);
        transform: translateX(-50%) scale(1.04);
    }

    82% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }
}

@keyframes slogan {
    0% {
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    25% {
        -webkit-filter: brightness(150%);
        filter: brightness(150%);
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    26% {
        -webkit-transform: translateX(-50%) scale(1.04);
        transform: translateX(-50%) scale(1.04);
    }

    27% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    28% {
        -webkit-transform: translateX(-50%) scale(1.04);
        transform: translateX(-50%) scale(1.04);
    }

    29% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    50% {
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }

    75% {
        -webkit-filter: brightness(150%);
        filter: brightness(150%);
    }

    78% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    79% {
        -webkit-transform: translateX(-50%) scale(1.04);
        transform: translateX(-50%) scale(1.04);
    }

    80% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    81% {
        -webkit-transform: translateX(-50%) scale(1.04);
        transform: translateX(-50%) scale(1.04);
    }

    82% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }
}

@-webkit-keyframes neonFlash {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0.3;
    }

    70% {
        opacity: 0.3;
    }

    75% {
        opacity: 0.1;
    }

    80% {
        opacity: 0.3;
    }

    84% {
        opacity: 0.1;
    }

    88% {
        opacity: 0.4;
    }

    90% {
        opacity: 0.2;
    }

    92% {
        opacity: 0.4;
    }

    94% {
        opacity: 0.2;
    }

    96% {
        opacity: 0.8;
    }

    98% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes neonFlash {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0.3;
    }

    70% {
        opacity: 0.3;
    }

    75% {
        opacity: 0.1;
    }

    80% {
        opacity: 0.3;
    }

    84% {
        opacity: 0.1;
    }

    88% {
        opacity: 0.4;
    }

    90% {
        opacity: 0.2;
    }

    92% {
        opacity: 0.4;
    }

    94% {
        opacity: 0.2;
    }

    96% {
        opacity: 0.8;
    }

    98% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.loading-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7764705882);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.loading-animate {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 40px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav-logo {
    width: 14%;
    position: absolute;
    top: 1.3vw;
    left: 1.3vw;
}

    .nav-logo img {
        width: 100%;
        display: inline-block;
    }

@media screen and (max-width: 820px) {
    .nav-logo {
        left: 50%;
        top: 3vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        width: 16%;
        min-width: 160px;
    }
}

@media screen and (max-width: 576px) {
    .nav-logo {
        top: 4vw;
        width: 164px;
    }
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bn-bg {
    width: 100%;
    position: relative;
    z-index: -1;
    -webkit-animation: neonFlash 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
    animation: neonFlash 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

@media screen and (max-width: 820px) {
    .bn-bg {
        -webkit-animation: none;
        animation: none;
        height: 130vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

@media screen and (max-width: 576px) {
    .bn-bg {
        height: 162vw;
    }
}

.title-area {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 48%;
    z-index: 5;
}

@media screen and (max-width: 820px) {
    .title-area {
        position: absolute;
        top: 10%;
        left: 50%;
        width: 80%;
    }
}

@media screen and (max-width: 576px) {
    .title-area {
        width: 100%;
        position: absolute;
        top: 13%;
        left: 50%;
    }
}

.bn-title {
    width: 100%;
    margin: auto;
    -webkit-filter: contrast(1.1);
    filter: contrast(1.1);
}

@media screen and (max-width: 820px) {
    .bn-title {
        width: 120%;
        position: relative;
        left: -10%;
    }
}

.bn-money {
    width: 90%;
    margin: auto;
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: slogan 5s linear infinite;
    animation: slogan 5s linear infinite;
}

@media screen and (max-width: 820px) {
    .bn-money {
        -webkit-animation: none;
        animation: none;
        width: 95%;
    }
}

[class^=item-in-] {
    pointer-events: none;
    opacity: 0;
    -webkit-animation: neonFlash 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
    animation: neonFlash 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
}

@media screen and (max-width: 820px) {
    [class^=item-in-] {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
}

.item-in-1 {
    -webkit-animation-delay: calc(0.5s + 0.4s * (1 - 1));
    animation-delay: calc(0.5s + 0.4s * (1 - 1));
}

.item-in-2 {
    -webkit-animation-delay: calc(0.5s + 0.4s * (2 - 1));
    animation-delay: calc(0.5s + 0.4s * (2 - 1));
}

.item-in-3 {
    -webkit-animation-delay: calc(0.5s + 0.4s * (3 - 1));
    animation-delay: calc(0.5s + 0.4s * (3 - 1));
}

.bn-content .time-storke, .bn-content .date-storke, .bn-content .title-storke {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-text-stroke: 4px #091543;
    font-weight: normal;
}

@media screen and (max-width: 820px) {
    .bn-content .time-storke, .bn-content .date-storke, .bn-content .title-storke {
        -webkit-text-stroke: 5px #091543;
    }
}

.bn-content {
    text-align: center;
    margin-top: -10%;
    font-family: "Impact";
}

    .bn-content .box {
        position: relative;
        z-index: 5;
        margin-bottom: 8px;
    }

    .bn-content .title {
        font-size: 36px;
        letter-spacing: 1.8px;
        color: transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(14%, #FFFFFF), to(#52cdff));
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 14%, #52cdff 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.8));
        font-weight: normal;
    }

@media screen and (max-width: 820px) {
    .bn-content .title {
        font-size: 23px;
    }
}

.bn-content .title-storke {
    font-size: 36px;
    letter-spacing: 1.8px;
    width: 100%;
}

@media screen and (max-width: 820px) {
    .bn-content .title-storke {
        font-size: 23px;
    }
}

.bn-content .date {
    font-size: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(20%, #FFFFFF), color-stop(59%, #FFEB00), to(#EA9F48));
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #FFEB00 59%, #EA9F48 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 1px;
    font-weight: normal;
}

@media screen and (max-width: 820px) {
    .bn-content .date {
        font-size: 28px;
    }
}

.bn-content .date-storke {
    font-size: 50px;
    letter-spacing: 1px;
    width: 100%;
}

@media screen and (max-width: 820px) {
    .bn-content .date-storke {
        font-size: 28px;
    }
}

.bn-content .time {
    font-size: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(20%, #FFFFFF), color-stop(59%, #FFEB00), to(#EA9F48));
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #FFEB00 59%, #EA9F48 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 0.6px;
    font-weight: normal;
}

    .bn-content .time::after {
        content: "(GMT+8)";
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(20%, #FFFFFF), color-stop(59%, #FFEB00), to(#EA9F48));
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #FFEB00 59%, #EA9F48 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 20px;
        margin-left: 8px;
    }

@media screen and (max-width: 820px) {
    .bn-content .time {
        font-size: 22px;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(18%, #FFFFFF), color-stop(29%, #FFEB00), color-stop(50%, #EA9F48));
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 18%, #FFEB00 29%, #EA9F48 50%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

        .bn-content .time::after {
            content: "(GMT+8)";
            font-size: 15px;
            display: block;
            margin-left: 0px;
            margin-top: 5px;
        }
}

.bn-content .time-storke {
    font-size: 30px;
    letter-spacing: 0.6px;
    width: 100%;
}

    .bn-content .time-storke::after {
        content: "(GMT+8)";
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(20%, #FFFFFF), color-stop(59%, #FFEB00), to(#EA9F48));
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #FFEB00 59%, #EA9F48 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 20px;
        margin-left: 5px;
    }

@media screen and (max-width: 820px) {
    .bn-content .time-storke {
        font-size: 22px;
    }

        .bn-content .time-storke::after {
            content: "";
        }
}

.bn-content p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Roboto";
    letter-spacing: 0.56px;
    max-width: 600px;
    margin: 20px auto 0;
    line-height: 24px;
}

@media screen and (max-width: 820px) {
    .bn-content p {
        font-size: 12px;
        width: 90%;
        line-height: 20px;
    }
}

@media screen and (max-width: 820px) {
    .bn-content {
        margin-top: -30%;
    }
}

main {
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, #08143c)), url(../images/common/footer_bg.webp);
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #08143c 80%), url(../images/common/footer_bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

    main .container {
        z-index: 2;
        position: relative;
    }

@media screen and (max-width: 820px) {
    main {
        background-size: cover;
    }
}

.info {
    width: 100%;
    margin: 50px auto 70px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 186, 0, 0)), color-stop(38%, rgba(255, 187, 0, 0.4588235294)), color-stop(65%, rgba(255, 187, 0, 0.4745098039)), to(rgba(255, 186, 0, 0)));
    background: linear-gradient(90deg, rgba(255, 186, 0, 0) 0%, rgba(255, 187, 0, 0.4588235294) 38%, rgba(255, 187, 0, 0.4745098039) 65%, rgba(255, 186, 0, 0) 100%);
    padding: 2.4% 1%;
    font-family: "Roboto";
    position: relative;
}

    .info li {
        color: #FFE346;
        font-size: 15px;
        text-shadow: 0 2px 0 #001045;
        position: relative;
        line-height: 24px;
        text-indent: -20px;
        margin: 0 24px 24px 60px;
        letter-spacing: 0.5px;
    }

        .info li:last-child {
            margin-bottom: 0;
        }

        .info li::before {
            content: "\e900";
            font-family: "icomoon";
            margin-right: 10px;
            font-size: 10px;
        }

    .info::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, #A9AA16), color-stop(90%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #A9AA16 20%, rgba(255, 255, 255, 0) 90%);
    }

    .info::before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, #A9AA16), color-stop(90%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #A9AA16 20%, rgba(255, 255, 255, 0) 90%);
    }

@media screen and (max-width: 820px) {
    .info {
        width: 94%;
        margin: 30px auto 60px;
    }

        .info li {
            font-size: 12px;
            line-height: 20px;
            margin: 0 auto 16px 30px;
        }
}

.betting-table {
    position: relative;
}

    .betting-table .title {
        margin: 0 auto;
        font-size: 38px;
        max-width: 680px;
        font-family: "Impact";
        text-align: center;
        color: #FFF;
        text-shadow: 2px 2px 0px #2143FF;
        font-weight: normal;
        letter-spacing: 2px;
    }

@media screen and (max-width: 820px) {
    .betting-table .title {
        font-size: 24px;
        line-height: 30px;
    }
}

.betting-table p {
    color: rgba(255, 255, 255, 0.84);
    max-width: 480px;
    text-align: center;
    font-size: 14px;
    margin: 24px auto 0;
    line-height: 24px;
    letter-spacing: 0.6px;
}

@media screen and (max-width: 820px) {
    .betting-table p {
        font-size: 12px;
        padding: 0 10px;
        line-height: 20px;
    }
}

@media screen and (max-width: 820px) {
    .betting-table .content {
        padding: 0 10px;
    }
}

.role {
    position: absolute;
    top: 150px;
    left: -180px;
    width: 62%;
    z-index: -1;
}

    .role img {
        width: 100%;
    }

table {
    width: 65%;
    border: 1px solid #1292E1;
    border-collapse: collapse;
    font-family: "Impact";
    font-weight: normal;
    margin: 45px 0 0 auto;
}

    table thead {
        background: -webkit-gradient(linear, left top, left bottom, from(#00a2df), color-stop(23%, #174ea6), color-stop(47%, #073160), color-stop(80%, #051144), to(#042648));
        background: linear-gradient(to bottom, #00a2df 0%, #174ea6 23%, #073160 47%, #051144 80%, #042648 100%);
        position: relative;
    }

        table thead::after {
            content: "";
            width: 100%;
            height: 1px;
            position: absolute;
            top: 100%;
            left: 0;
            background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.0823529412)), color-stop(50%, #22C3FF), color-stop(90%, rgba(255, 255, 255, 0.0666666667)));
            background: linear-gradient(left, rgba(255, 255, 255, 0.0823529412) 10%, #22C3FF 50%, rgba(255, 255, 255, 0.0666666667) 90%);
            z-index: 2;
        }

        table thead th {
            height: 50px;
            font-size: 17px;
            text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5019607843);
            font-weight: normal;
            letter-spacing: 0.5px;
        }

    table tbody tr {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        position: relative;
        z-index: 1;
    }

        table tbody tr::after {
            content: "";
            width: 100%;
            height: 1px;
            position: absolute;
            top: 99%;
            left: 0;
            background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.0823529412)), color-stop(50%, #5a8dff), color-stop(90%, rgba(255, 255, 255, 0.0666666667)));
            background: linear-gradient(left, rgba(255, 255, 255, 0.0823529412) 10%, #5a8dff 50%, rgba(255, 255, 255, 0.0666666667) 90%);
            z-index: 2;
        }

        table tbody tr:nth-child(odd) {
            --opacity: clamp(0.6, calc(1 - 0.1 * (var(--index, 0) - 1)), 1);
            background-color: rgba(13, 51, 131, var(--opacity));
        }

        table tbody tr:nth-child(even) {
            --opacity: clamp(0.6, calc(1 - 0.1 * (var(--index, 0) - 1)), 1);
            background-color: rgba(0, 32, 92, var(--opacity));
        }

    table tbody td {
        height: 42px;
        font-size: 15px;
        text-align: center;
        color: #5bff96;
        font-family: "Roboto";
        font-weight: 700;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    }

@media screen and (max-width: 820px) {
    table {
        width: 90%;
        margin: 34px auto 0;
    }

        table thead th {
            font-size: 14px;
        }

        table tbody tr::after {
            display: none;
        }

        table tbody td {
            font-size: 12px;
        }
}

@media screen and (max-width: 576px) {
    table {
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
    }

        table.active {
            width: 100%;
        }

        table thead {
            position: sticky;
            top: 0px;
            z-index: 5;
        }
}

.TC {
    width: 95%;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.35);
    color: #CECECE;
    font-family: "Roboto";
    font-size: 13px;
    padding: 20px 50px;
    margin: 60px auto;
    -webkit-box-shadow: 0 5px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 1px rgba(0, 0, 0, 0.6);
}

    .TC li {
        text-indent: -20px;
        line-height: 30px;
        margin-left: 20px;
    }

        .TC li::before {
            content: "\e900";
            font-family: "icomoon";
            margin-right: 10px;
            font-size: 10px;
        }

@media screen and (max-width: 820px) {
    .TC {
        margin: 40px auto;
        padding: 14px;
        font-size: 12px;
    }

        .TC li {
            line-height: 20px;
            margin-bottom: 10px;
        }
}

.scene {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-perspective: 10vmin;
    perspective: 10vmin;
    z-index: 1;
    pointer-events: none;
}

    .scene div {
        width: 1.5vmin;
        height: 1.5vmin;
        -webkit-transform: translateZ(-100vmin) rotateY(90deg) rotateX(var(--rx)) translateZ(var(--x)) scaleX(1);
        transform: translateZ(-100vmin) rotateY(90deg) rotateX(var(--rx)) translateZ(var(--x)) scaleX(1);
        position: absolute;
        top: 0%;
        left: 0%;
        -webkit-animation: star 4s infinite ease-in;
        animation: star 4s infinite ease-in;
        background: rgba(53, 255, 221, 0.64);
        pointer-events: none;
        z-index: 1;
    }

@media screen and (max-width: 820px) {
    .zh-CN .bn-content .title, .zh-TW .bn-content .title, .ko-KR .bn-content .title, .ja-JP .bn-content .title, .hi-IN .bn-content .title, .th-TH .bn-content .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 820px) {
    .zh-CN .bn-content .title-storke, .zh-TW .bn-content .title-storke, .ko-KR .bn-content .title-storke, .ja-JP .bn-content .title-storke, .hi-IN .bn-content .title-storke, .th-TH .bn-content .title-storke {
        font-size: 25px;
    }
}

@media screen and (max-width: 820px) {
    .zh-CN .bn-content .date, .zh-TW .bn-content .date, .ko-KR .bn-content .date, .ja-JP .bn-content .date, .hi-IN .bn-content .date, .th-TH .bn-content .date {
        font-size: 25px;
    }
}

@media screen and (max-width: 820px) {
    .zh-CN .bn-content .date-storke, .zh-TW .bn-content .date-storke, .ko-KR .bn-content .date-storke, .ja-JP .bn-content .date-storke, .hi-IN .bn-content .date-storke, .th-TH .bn-content .date-storke {
        font-size: 25px;
    }
}

@media screen and (max-width: 820px) {
    .zh-CN .bn-content .time, .zh-TW .bn-content .time, .ko-KR .bn-content .time, .ja-JP .bn-content .time, .hi-IN .bn-content .time, .th-TH .bn-content .time {
        font-size: 20px;
    }

        .zh-CN .bn-content .time::after, .zh-TW .bn-content .time::after, .ko-KR .bn-content .time::after, .ja-JP .bn-content .time::after, .hi-IN .bn-content .time::after, .th-TH .bn-content .time::after {
            content: "(GMT+8)";
            font-size: 13px;
            margin-left: 5px;
        }
}

@media screen and (max-width: 820px) {
    .zh-CN .bn-content .time-storke, .zh-TW .bn-content .time-storke, .ko-KR .bn-content .time-storke, .ja-JP .bn-content .time-storke, .hi-IN .bn-content .time-storke, .th-TH .bn-content .time-storke {
        font-size: 20px;
    }

        .zh-CN .bn-content .time-storke::after, .zh-TW .bn-content .time-storke::after, .ko-KR .bn-content .time-storke::after, .ja-JP .bn-content .time-storke::after, .hi-IN .bn-content .time-storke::after, .th-TH .bn-content .time-storke::after {
            font-size: 13px;
        }
}

.vi-VN .betting-table .title, .vi-VN .bn-content .time-storke, .vi-VN .bn-content .time, .vi-VN .bn-content .date-storke, .vi-VN .bn-content .date, .vi-VN .bn-content .title-storke, .vi-VN .bn-content .title {
    font-weight: 900;
    font-family: "Roboto";
}

@media screen and (max-width: 820px) {
    .vi-VN .bn-content .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 820px) {
    .vi-VN .bn-content .title-storke {
        font-size: 20px;
    }
}

.vi-VN .bn-content .date {
    color: #fcbd10;
}

@media screen and (max-width: 820px) {
    .vi-VN .bn-content .date {
        font-size: 25px;
    }
}

@media screen and (max-width: 820px) {
    .vi-VN .bn-content .date-storke {
        font-size: 25px;
    }
}

@media screen and (max-width: 820px) {
    .vi-VN .bn-content .time {
        font-size: 20px;
    }

    .vi-VN .bn-content .time::after {
        content: "(GMT+8)";
        font-size: 13px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 820px) {
    .vi-VN .bn-content .time-storke {
        font-size: 20px;
    }

        .vi-VN .bn-content .time-storke::after {
            font-size: 13px;
        }
}
