:root {
    --white: #fff;
    --ye1: #FFD733;
    --blue1: #12145D;
    --black: #000000;
    --ye2: #FFD733;
    --282828: #282828;
    --1B1104: #1B1104;
    --F4D7BF: #F4D7BF;
    --FFDDB2: #FFDDB2;
    --E5B876: #E5B876;
    --F4DCB1: #F4DCB1;
    --E1AE64: #E1AE64;
    --D7AB7A: #D7AB7A;
    --F4C999: #F4C999;
    --AD814E: #AD814E;
    --FF3939: #FF3939;
    --E5BE7A: #E5BE7A;
    --E4BB74: #E4BB74;
}

body {
    background: #edf2fa;
    font-size: 16px;
    color: var(--black);
    line-height: 1.4;
    font-weight: 400;
}

/* 加载阶段 */
[v-cloak] {
    opacity: 0.5;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}

/* 加载完成阶段 */
[v-cloak="loaded"] {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out;
}

.gradient_text {
    /* background-image: radial-gradient(circle, #F4DCB1, #E1AE64); */
    background-image: linear-gradient(120deg, var(--D7AB7A) 0%, var(--F4C999) 40%, var(--F4C999) 54%, var(--AD814E) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gradient_bg {
    background-image: linear-gradient(120deg, var(--D7AB7A) 0%, var(--F4C999) 40%, var(--F4C999) 54%, var(--AD814E) 100%);
}

#app {
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    background-color: var(--1B1104);
}

.pagewidth {
    padding: 0 6%;
}

.page-bg {
    background-color: transparent;
}

.fontz {
    font-size: 18px;
}

header {
    position: relative;
    background: url(../images/bg.jpg) no-repeat top center;
    height: 90vh;
    min-height: 1200px;
    background-size: cover;
}

@media (max-width: 750px) {
    header {
        min-height: 700px;
    }
}

.b_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/*  */
.banner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 10em;
}

.line {
    width: 1px;
    height: 2em;
    background-color: var(--white);
    box-sizing: border-box;
    margin: 0 1em;
}

.banner h1 {
    text-align: center;
    font-size: 2.8em;
    text-transform: uppercase;
    line-height: 1.2;
}

/*  */
html[lang="zh"] .banner h1 {
    font-size: 4em;
}

html[lang="zh-cn"] .banner h1 {
    font-size: 4em;
}

.h_tags {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5em;
    margin: 1em 0;
}

.h_s_t {
    font-size: 1.24em;
    padding: .5em 1em;
    box-sizing: border-box;
    border: 1px solid transparent;
}

html[lang="zh"] .h_s_t,
html[lang="zh-cn"] .h_s_t {
    font-size: 1.5em;
}

html[lang="id"] .h_s_t {
    font-size: 1.1em;
}

.h_s_l {
    border: 1px solid var(--E1AE64);
    font-weight: 400;
    border-radius: .5em 0 0 .5em;
}

.h_s_r {
    font-weight: bold;
    border-radius: 0 .5em .5em 0;
}

/*  */
html[lang="ar"] .h_s_l {
    border-radius: 0 .5em .5em 0;
}

html[lang="ar"] .h_s_r {
    border-radius: .5em 0 0 .5em;
}

.h_top p {
    font-size: 2em;
    padding: .5em 0;
    text-align: center;
    font-weight: 900;
}

html[lang="id"] .h_top p {
    font-size: 1.5em;
}
html[lang="vi"] .h_top p {
    font-size: 1.5em;
}
html[lang="th"] .h_top p {
    font-size: 1.5em;
}

.banner .h_time {
    font-size: 1em;
    text-align: center;
    color: var(--1B1104);
}

.banner .h_time span {
    padding: .3em 2em;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    border-radius: .2em;
    font-weight: 600;
}


/*  */
.h_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.h_b_item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 2em 0;
    font-size: 1.3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h_b_item span {
    text-align: center;
    font-weight: 400;
    width: 100%;
    display: block;
}

html[lang='zh'] .h_b_item span,
html[lang='zh-cn'] .h_b_item span {
    text-align: center;
}

html[lang='ar'] .h_b_item span {
    text-align: right;
}
html[lang='id'] .h_b_item span {
    text-align: left;
}
html[lang='vi'] .h_b_item span {
    text-align: left;
}
/*  */
footer {
    width: 100%;
    height: auto;
}

.ft-item {
    padding: 30px 0;
    border-top: 10px solid var(--black);
    background-color: var(--ye1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-item img {
    width: auto;
    height: 32px;
    max-height: 32px;
}

.ft-item p {
    font-size: 21px;
    margin-left: .5em;
}

/*  */
.se-title {
    margin: 1em 0;
}

.se-title h3 {
    background: radial-gradient(circle, #F4DCB1, #E1AE64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.3em;
    text-align: left;
    color: transparent;
}

/*  */
html[lang="ar"] .se-title h3 {
    text-align: right;
}

/* activity */
.rules {
    width: 100%;
    max-width: 750px;
    height: 100%;
    position: fixed;
    top: 0;
    left: calc(50% - 375px);
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
    display: none;
}

.icon-close {
    font-size: 40px !important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    color: var(--white) !important;
}

/*  */
html[lang="ar"] .icon-close {
    right: auto;
    left: 10px;
}

.rs-content {
    width: 90%;
    max-width: 670px;
    height: auto;
    max-height: 624px;
    padding: 1.5em 1.1em 2em 1.1em;
    border-radius: 1em;
    position: absolute;
    top: 50%;
    left: calc(50% - 335px);
    transform: translateY(-50%);
    background: var(--1B1104);
    border: 1px solid var(--FFDDB2);
    box-sizing: border-box;
}

.rs_container {
    width: 100%;
    height: 25em;
    overflow: auto;
    padding-right: .3em;
}

.rs_container .rs_tips {
    font-weight: 600;
    padding-bottom: 1em;
}

.rs_txt .rs_item {
    color: var(--white);
}

.rs_txt h4 {
    font-size: 1.1em;
    padding-bottom: .5em;
    position: relative;
    padding-left: 1em;
}

.rs_txt h4::before {
    content: '';
    width: .2em;
    height: .2em;
    background-color: var(--E1AE64);
    border-radius: 50%;
    position: absolute;
    top: .5em;
    left: .3em;
}

.rs_container .rs_txt {
    padding-bottom: .5em;
}

/*  */
html[lang="ar"] .rs_txt h4::before {
    left: auto;
    right: 0;
}

.rs_txt .rs_item p {
    font-size: .9em;
}

.rs_item {
    padding-bottom: .5em;
    display: flex;
}

.rs_item span {
    width: 1.3em;
    height: auto;
    min-width: 1.3em;
}

.rs_item p {
    padding-right: .5em;
}

/*  */
html[lang="ar"] .rs_item p {
    padding-right: 0;
    padding-left: .5em;
}

/*  */
.rgs-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.rgs-form .rgs-item {
    width: 100%;
    margin-top: 32px;
    font-size: 16px;
    height: 56px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    position: relative;
}

.rgs-form .rgs-item:nth-child(1) {
    margin-top: 0;
}

.rgs-form .rgs-item label {
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    padding: 0 6px;
    position: absolute;
    top: 2px;
    left: 12px;
    z-index: 5;
}

.rgs-form .rgs-item input {
    font-size: 16px;
    color: var(--black);
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 2px solid var(--ye1);
    border-radius: 5px;
    padding-left: 80px;
    background-color: var(--white);
}

.rgs-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rgs-rember {
    width: 100%;
    padding: .5em 2em;
    font-size: 1em;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: var(--black);
}

.checkbox {
    position: relative;
}

.checkbox-label {
    position: relative;
    cursor: pointer;
    user-select: none;
    padding-left: 1.5em;
}

html[lang="ar"] .checkbox-label {
    padding-left: 0;
    padding-right: 1.5em;
}

.checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 1em;
    height: 1em;
    border: .08em solid var(--FFDDB2);
    border-radius: 50%;
    box-sizing: border-box;
}

input[type="checkbox"]:checked+.checkbox-label::before {
    content: "\2714";
    color: var(--1B1104);
    background-color: var(--FFDDB2);
    text-align: center;
    line-height: 1em;
    box-sizing: border-box;
}


.checkbox-label.error::before {
    border: .08em solid red;
}

.privacy {
    padding-left: .6em;
    color: var(--FFDDB2);
}

html[lang="ar"] .privacy {
    padding-left: 0;
    padding-right: .6em;
}

.privacy p {
    line-height: 1.5;
    font-size: 1em;
}

.privacy_0 {
    text-decoration: underline;
    color: var(--white);
    cursor: pointer;
}
/* 添加到您的CSS文件中 */
.privacy.error p {
    color: red !important;
}

.privacy.error p span {
    color: red !important;
}

/*  */
.rgs_input {
    width: 100%;
    border-radius: .3em;
    position: relative;
}

.rgs_input #rsinpt {
    width: 100%;
    height: 3.5em;
    border: 1px solid var(--D7AB7A);
    border-radius: .5em;
    background-color: transparent;
    color: var(--white);
    font-size: 1em;
    padding: .5em 1em;
    box-sizing: border-box;
}

.rgs_input label {
    position: absolute;
    top: 0;
    left: 1em;
    padding: .3em .5em;
    transform: translateY(-50%);
    background-color: var(--1B1104);
}

/*  */
html[lang="ar"] .rgs_input label {
    left: auto;
    right: 1em;
}

.rgs_input.err #rsinpt {
    border: 1px solid var(--FF3939);
}

.rgs_input.err label span.gradient_text {
    color: var(--FF3939) !important;
    background: transparent;
    -webkit-text-fill-color: var(--FF3939);
}

/*  */
.rgs-btn {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.rgs-btn button {
    width: auto;
    line-height: 1.2;
    padding: .4em 3em;
    border-radius: 2em;
    font-size: 1.5em;
    cursor: pointer;
    animation: throttle 1s step-end forwards;
    user-select: none;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
}

.rgs-btn button:hover {
    opacity: .7;
}

@keyframes throttle {
    from {
        cursor: default;
        pointer-events: none;
        filter: grayscale(100%);
    }

    to {
        cursor: pointer;
        pointer-events: all;
    }
}

label.hidden {
    display: none;
}


.ft-content {
    background-color: var(--ye1);
    padding: 3em 0 5em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ft-content p {
    width: auto;
    font-size: 1.5em;
    padding: 0 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: .8em auto;
}

.ft-content p span {
    color: var(--282828);
    font-weight: 400;
    font-size: .8em;
}

.ft-content p svg {
    width: auto;
    height: .7em;
    transform: translateY(.1em);
}

.ft_logo {
    width: 60%;
    margin: 0 auto;
}

.ft_logo img {
    width: 100%;
    height: auto;
}

.ft-media {
    display: flex;
    justify-content: center;
}

.ft-media li {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0 15px;
    transition: all .3s linear;
}

.ft-media li a {
    display: block;
}

.ft-media li a img {
    width: 100%;
    height: auto;
}

.ft-media li:hover {
    transform: scale(1.05);
    transition: all .3s linear;
}

.shares {
    position: fixed;
    top: 0;
    left: calc(50% - 375px);
    width: 100%;
    height: 100%;
    max-width: 750px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    display: none;
}

.shs_content {
    width: 80%;
    height: auto;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1em;
    padding: 3em 0;
    color: var(--282828);
}

.shs_content h3 {
    text-align: center;
    font-size: 1.2em;
}

.shs_content p {
    padding: 1.5em 2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 1em;
}

.shs_content .icon-close {
    color: var(--282828) !important;
}

/*  */
.community {
    position: fixed;
    top: 0;
    left: calc(50% - 375px);
    width: 100%;
    height: 100%;
    max-width: 750px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    display: none;
}

.cy_content {
    width: 86%;
    height: auto;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1em;
    padding: 3em 1em;
    color: var(--282828);
}

.cy_content h3 {
    text-align: center;
    font-size: 1.5em;
}

.cy_content p {
    padding: 1.5em 2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: rgba(40, 40, 40, .7);
}

.cy_content p svg {
    height: 1.3em;
    width: auto;
    margin-left: .3em;
    cursor: pointer;
}

.cy_content .icon-close {
    color: var(--282828) !important;
}

.cy_content .cy_btn {
    margin: 1em auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cy_content .cy_btn button {
    width: 45%;
    height: auto;
    font-size: 1.1em;
    padding: .5em 1em;
    border-radius: 3em;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid var(--F4C999);
}
html[lang="zh"] .cy_content .cy_btn button,
html[lang="zh-cn"] .cy_content .cy_btn button {
    font-size: 1.2em;
}

.cy_content .cy_btn button.c_b_n0 {
    border: 2px solid var(--F4C999);
    color: var(--AD814E);
    background-color: var(--white);
    box-sizing: border-box;
}

/*  */
.guide {
    position: fixed;
    top: 0;
    left: calc(50% - 375px);
    width: 100%;
    height: 100%;
    max-width: 750px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    display: none;
}

.ge_content {
    width: 80%;
    height: auto;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1em;
    color: var(--282828);
    display: flex;
    border-radius: .2em;
    overflow: hidden;
}
.ge_content img{
    width: 100%;
    height: auto;
}
.guide .icon-close{
    background-color: var(--282828);
    border-radius: 5em;
    box-sizing: border-box;
}

@media (max-width:750px) {
    /*  */
    .community {
        left: 0;
    }
    .cy_content .cy_btn button {
        width: 48%;
        font-size: 1em;
        padding: .5em .5em;
    }
    .cy_content h3 {
        font-size: 1.4em;
    }
    /*  */
    .guide{
        left: 0;
    }
}

/*  */
.lefttips {
    position: fixed;
    top: 0;
    left: calc(50% - 375px);
    width: 100%;
    height: 100%;
    max-width: 750px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    display: none;
}

.lps_content {
    width: 60%;
    height: auto;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1em;
    padding: 2em 1em;
    color: var(--282828);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lps_content p {
    padding: 1.5em 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 1em;
}

.lps_content button {
    font-size: 1.1em;
    padding: .3em 2em;
    border-radius: 2em;
    cursor: pointer;
}

.lps_content .icon-close {
    color: var(--282828) !important;
}
/*  */
.lefttips2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: 700px;
    z-index: 999;
    display: none;
}

.lefttips2 .lps_content {
    border-radius: 1em;
    padding: 2em 1em;
    color: var(--282828);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



/* sidebar */
.sidebar {
    position: fixed;
    bottom: 24%;
    right: calc(50% - 375px);
    width: 6em;
    height: auto;
    z-index: 19;
    border-radius: 1em 0 0 1em;
    padding: .8em;
    cursor: pointer;
}

/*  */
html[lang="ar"] .sidebar {
    right: auto;
    left: calc(50% - 375px);
    border-radius: 0 1em 1em 0;
}

.sidebar p {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: .9em;
    font-weight: 600;
    user-select: none;
}

.sidebar p span:nth-of-type(1) {
    padding-bottom: .5em;
    border-bottom: 2px solid var(--282828);
}

.sidebar p span:nth-of-type(2) {
    padding-top: .5em;
}

/*  */
html[lang="zh"] .sidebar,
html[lang="zh-cn"] .sidebar {
    padding: 1em;
}

html[lang="zh"] .sidebar p,
html[lang="zh-cn"] .sidebar p {
    font-size: 1em;
}

@media (max-width: 750px) {
    .sidebar {
        right: 0;
        padding: .7em;
    }

    /*  */
    html[lang='ar'] .sidebar {
        right: auto;
        left: 0;
    }

    .lefttips {
        left: 0;
    }

    .lps_content {
        width: 76%;
    }
}


@media(max-width:750px) {
    body {
        background-color: var(--1B1104);
    }

    .fontz {
        font-size: .32rem;
    }

    .banner {
        padding-top: 8em;
    }

    .banner h1 {
        font-size: 2.1em;
    }

    html[lang="zh"] .banner h1,
    html[lang="zh-cn"] .banner h1 {
        font-size: 3em;
    }

    .h_top p {
        font-size: 1.5em;
    }
    html[lang="zh"] .h_top p,
    html[lang="zh-cn"] .h_top p {
        font-size: 2em;
    }

    html[lang="id"] .h_top p {
        font-size: 1.3em;
    }
    html[lang="vi"] .h_top p {
        font-size: 1.2em;
    }
    html[lang="th"] .h_top p {
        font-size: 1.1em;
    }

    .h_s_t {
        font-size: .95em;
    }

    html[lang="zh"] .h_s_t,
    html[lang="zh-cn"] .h_s_t {
        font-size: 1.2em;
    }

    html[lang="id"] .h_s_t {
        font-size: .95em;
        text-align: center;
    }

    .banner .h_time {
        font-size: 1.3em;
    }

    html[lang="zh"] .banner .h_time,
    html[lang="zh-cn"] .banner .h_time {
        font-size: 1.4em;
    }

    .h_b_item {
        width: 100%;
        height: auto;
        padding: 1.5em 0;
    }

    .h_b_item img {
        width: 2.4em;
        height: 2.4em;
        margin-bottom: .5em;
    }

    html[lang="id"] .h_b_item span {
        font-size: .9em;
    }

    .rgs-btn {
        width: 80%;
    }

    .ft-item {
        padding: .8rem .2rem;
        border-top: .2rem solid var(--black);
    }

    .ft-item img {
        width: auto;
        height: .6rem;
        max-height: .6rem;
    }

    .ft-item p {
        font-size: .42rem;
        margin-left: .5em;
    }

    /*  */
    .activity {
        top: 0;
        left: 0;
    }

    .ay_content {
        top: 15%;
        left: 5%;
        transform: translateY(0%);
        height: 70%;
    }

    .ay_container {
        width: 100%;
        height: calc(100% - 3em);
        overflow: auto;
    }

    .aty-txt {
        padding: 0 .15rem 0 0;
        overflow: auto;
        max-height: calc(100% - 5em);
    }

    .aty-txt p {
        font-size: .32rem;
    }

    .s2tion p {
        padding: .5em;
        margin-bottom: 0;
        font-size: .26rem;
    }

    .s2tion span {
        font-size: 1em;
    }

    .aty-txt2 {
        max-height: calc(100% - 3em);
    }

    .table-content {
        width: 20rem;
    }

    .table::-webkit-scrollbar {
        width: 1em;
        height: .2em;
    }

    .icon-close {
        font-size: .7rem !important;
        top: .1rem;
        right: .1rem;
        z-index: 9;
    }

    .rgs-form .rgs-item {
        width: 100%;
        margin-top: .5rem;
        font-size: .4rem;
        height: 1.2rem;
        border-radius: .2rem;
        display: flex;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
    }

    .rgs-form .rgs-item:nth-child(1) {
        margin-top: 0;
    }

    .rgs-form .rgs-item label {
        height: 1.3rem;
        font-size: .4rem;
        line-height: 1.3rem;
        padding: 0 .3rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }

    .rgs-form .rgs-item input {
        font-size: .4rem;
        width: 100%;
        height: 1.3rem;
        line-height: 1.3rem;
        border: 2px solid var(--ye1);
        border-radius: .2rem;
        padding-left: 1.9rem;
    }

    .rgs-btn button {
        line-height: 1.2;
        padding: .2rem 2em;
        border-radius: 1rem;
        font-size: .5rem;
    }

    /*  */
    html[lang="zh"] .rgs-btn button,
    html[lang="zh"] .rgs-btn button {
        padding: .15rem 2em;
        font-size: .56rem;
    }

    /*  */
    html[lang="id"] .rgs-btn button {
        font-size: .5rem;
    }

    .rgs-rember {
        font-size: 1em;
    }

    .checkbox-label::before {
        width: .4rem;
        height: .4rem;
        font-size: 1em;
    }

    /* rules */
    .rules {
        position: fixed;
        top: 0;
        left: 0;
    }

    .rs-content {
        height: 70%;
        max-height: 70%;
        overflow: hidden;
        padding: .8rem .5rem 1rem .5rem;
        border-radius: .4rem;
        left: 5%;
        background-color: var(--1B1104);
    }

    .rs_container {
        width: 100%;
        height: calc(100% - 3em);
        overflow: auto;
    }

    .rs-txt {
        padding: 0 .15rem 0 0;
        max-height: calc(100% - 1.3rem);
        overflow: auto;
    }

    .rs-txt p {
        font-size: .38rem;
        line-height: 1.4;
        padding-top: .3em;
    }

    .rs-txt p:last-child {
        padding-top: 1em;
    }

    /*  */
    .shares {
        left: 0;
    }

    .ft_logo {
        width: 70%;
    }

    .ft-content p {
        font-size: 1.3em;
        margin: 1.5em 0;
        padding: 0 1.5em;
    }

    .ft-media li {
        width: 3.2em;
        height: 3.2em;
        min-width: 3.2em;
        margin: 0 .5em;
    }
}

.guide-hand {
    position: absolute;
    top: -45px;
    left: -16px;
    animation: click-animation 1s ease-in-out infinite;
    animation-fill-mode: forwards;
    display: none;
}

.guide-hand svg {
    width: 40px;
    height: auto;
    transform: rotate(180deg);
}

@keyframes click-animation {
    0% {
        transform: translateY(0%) scale(1);
    }

    50% {
        transform: translateY(5%) scale(.97);
    }

    100% {
        transform: translateY(0%) scale(1);
    }
}

@media(max-width:750px) {
    .guide-hand {
        position: absolute;
        top: -.8rem;
        left: -.32rem;
    }

    .guide-hand svg {
        width: .8rem;
        height: auto;
        transform: rotate(180deg);
    }
}

/*  */
.mn_tips h5 {
    font-size: 1.5em;
    margin-bottom: .5em;
}

.mn_tips p {
    font-size: 1em;
    line-height: 1.6;
}

.title {
    font-size: 2em;
    color: var(--white);
    margin: 1.5em auto 1.2em;
    text-transform: uppercase;
}

.title h3 {
    position: relative;
    padding-bottom: .7em;
    text-align: center;
}

.title h3::before {
    content: '';
    width: 1em;
    height: .15em;
    position: absolute;
    bottom: 0;
    left: calc(50% - .5em);
    background-image: radial-gradient(circle, #F4DCB1, #E1AE64);
}

.sec_content {
    width: 100%;
    height: 100%;
    border-radius: 1.1em;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.8em 5%;
}

.sec_content::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(244, 220, 177, .1), rgba(225, 174, 100, .1));
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.1em 0 1.1em 0;
    box-sizing: border-box;
    filter: blur(1px);
}

.ctt_item {
    border-bottom: 1px solid rgba(244, 220, 177, .3);
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
    display: flex;
    align-items: flex-start;
}

.sec_content .ctt_item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.ctt_item img {
    width: 1.8em;
    max-width: 1.8em;
    height: auto;
    margin-right: .5em;
    transform: translateY(.15em);
}

/*  */
html[lang='ar'] .ctt_item img {
    margin-right: 0;
    margin-left: .5em;
}

.ctt_item .t_txt {
    display: flex;
    flex-direction: column;
}

.ctt_item .t_txt p {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: .5em;
}

.ctt_item .t_txt span {
    font-size: 1em;
    line-height: 1.6;
    color: var(--white);
    position: relative;
    padding-left: .8em;
    font-weight: 300;
}

.ctt_item .t_txt span::before {
    content: '';
    width: .2em;
    height: .2em;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: .5em;
    left: 0;
}

/*  */
html[lang='ar'] .ctt_item .t_txt span {
    padding-left: 0;
    padding-right: .8em;
}

html[lang='ar'] .ctt_item .t_txt span::before {
    left: auto;
    right: 0;
}

/*  */
.sec_weidu .wu_p {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.wu_p p {
    font-size: 1em;
    text-align: center;
}

/*  */
.wu_img {
    width: 100%;
    height: auto;
    padding: 0 5%;
    position: relative;
}

.wu_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wu_img_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wu_img_text span {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    padding: .4em 1.5em;
    font-size: 1em;
    border-radius: 1.2em;
    display: inline-block;
    backdrop-filter: blur(3px);
    background-color: rgba(244, 220, 177, .3);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    max-width: 15em;
}

html[lang='zh'] .wu_img_text span,
html[lang='zh-cn'] .wu_img_text span {
    font-size: 1.3em;
}

.wu_img_text span:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(244, 220, 177, .1), rgba(225, 174, 100, .1));
    z-index: 1;
    border: 2px solid rgba(244, 220, 177, .5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.1em 0 1.1em 0;
    box-sizing: border-box;
}

.wu_txt0 {
    top: 17.8%;
    left: 50%;
    transform: translateX(-50%);
}

.wu_txt1 {
    top: 41%;
    left: 0%;
}

.wu_txt2 {
    top: 41%;
    right: 0%;
}

.wu_txt3 {
    top: 74.5%;
    left: 0%;
}

.wu_txt4 {
    top: 74.5%;
    right: 0%;
}

/*  */
html[lang='zh'] .wu_txt1,
html[lang='zh-cn'] .wu_txt1,
html[lang='ar'] .wu_txt1 {
    top: 41%;
    left: 7.5%;
}

html[lang='zh'] .wu_txt2,
html[lang='zh-cn'] .wu_txt2,
html[lang='ar'] .wu_txt2 {
    top: 41%;
    right: 7.5%;
}

html[lang='zh'] .wu_txt3,
html[lang='zh-cn'] .wu_txt3,
html[lang='ar'] .wu_txt3 {
    top: 74.5%;
    left: 7.3%;
}

html[lang='zh'] .wu_txt4,
html[lang='zh-cn'] .wu_txt4,
html[lang='ar'] .wu_txt4 {
    top: 74.5%;
    right: 7.3%;
}

/*  */
.sec_liucheng {
    padding-bottom: 3em;
}

.lg_item {
    display: flex;
    align-items: stretch;
    padding-bottom: .5em;
}

.lg_item .lg_lft {
    width: 2.4em;
    min-width: 2.4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lg_item .lg_lft .line {
    width: 1px;
    height: calc(100% - 2.8em);
    min-height: 1.5em;
    background: linear-gradient(180deg, rgba(244, 220, 177, 1), rgba(225, 174, 100, 1));
    margin-top: .5em;
}

.lg_item .lg_rgt {
    width: calc(100% - 2.4em);
    padding-left: 1.5em;
}

/*  */
html[lang='ar'] .lg_item .lg_rgt {
    padding-left: 0;
    padding-right: 1.5em;
}

.lg_item .lg_lft img {
    width: 100%;
    height: 2.4em;
    object-fit: cover;
}

.lg_rgt h4 {
    font-size: 1.5em;
    padding-bottom: .5em;
}

.lg_rgt_txt {
    font-size: 1em;
    padding-bottom: .5em;
}

.lg_rgt_txt p {
    font-weight: bold;
    padding-bottom: .5em;
    position: relative;
}

.lg_rgt_txt p::before {
    content: '';
    width: .2em;
    height: .2em;
    border-radius: 50%;
    background-color: #E1AE64;
    position: absolute;
    top: .5em;
    left: -.5em;
}

/*  */
html[lang='ar'] .lg_rgt_txt p::before {
    left: auto;
    right: -.5em;
}

.lg_item:last-of-type .line {
    display: none;
}

/*  */
/* .sec_join{
    background: url(../images/joinbg.jpg) no-repeat top right;
    background-size: 100% auto;
    background-position: top right;
    border-radius: ;
} */

.sec_join {
    border-radius: 1.5em;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(225, 174, 100, 1);
    position: relative;
    padding: 1em 0;
}

.sec_join img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */
html[lang='ar'] .sec_join img {
    transform: scaleX(-1);
}

.join_box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.3em;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.join_box h4 {
    font-size: 2em;
    max-width: 76%;
}

.join_box button {
    font-size: 1.3em;
    padding: .3em 2.5em;
    border-radius: 2em;
    font-weight: bold;
    margin-top: 1.5em;
    cursor: pointer;
}

/*  */
.foottips {
    color: var(--white);
    font-size: 1em;
    padding: 2em 0 3em;
    text-align: center
}

@media screen and (max-width: 750px) {
    .title {
        font-size: 1.7em;
    }

    .wu_img_text span {
        font-size: 1em;
    }

    html[lang='vi'] .wu_img_text span {
        font-size: .9em;
        max-width: 12em;
    }

    .lg_rgt h4 {
        font-size: 1.3em;
    }

    .wu_p p {
        font-size: 1.1em;
    }

    .join_box h4 {
        font-size: 1.5em;
    }

    .join_box button {
        font-size: 1.1em;
    }

    html[lang='id'] .join_box button {
        padding: .3em 1.5em;
    }
}

/* ranking */
.rg_tags {
    position: relative;
}

.rg_ts_list {
    color: var(--white);
    margin-right: 1em;
    font-size: 1.2em;
    padding-bottom: 1em;
}

.rg_ts_list.isactive {
    color: var(--F4C999);
}

.rg_ts_list p {
    position: absolute;
    bottom: 0em;
    right: 2em;
    font-size: .5em;
    color: var(--white);
    display: none;
}

.rg_ts_list.isactive p {
    display: block;
}

.rg_tags {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5em;
    margin-bottom: -0.5em;
    cursor: pointer;
    margin-left: 5%;
    /* Firefox滚动条设置 */
    scrollbar-width: thin;
    scrollbar-color: var(--1B1104) var(--1B1104);
}

.rg_tags:hover {
    scrollbar-color: var(--F4DCB1) var(--1B1104);
}

.rg_ts_list {
    flex: 0 0 auto;
    margin-right: 1em;
    white-space: nowrap;
}

.rg_ts_list.isactive span {
    position: relative;
    padding-bottom: .5em;
}

.rg_ts_list.isactive span::after {
    content: '';
    width: 1.5em;
    height: 2px;
    background: var(--AD814E);
    position: absolute;
    bottom: 0;
    left: calc(50% - 1em);
}

/* Webkit浏览器滚动条样式 */
.rg_tags::-webkit-scrollbar {
    height: 0.5em;
    transition: all 0.3s ease;
}

.rg_tags::-webkit-scrollbar-track {
    background: var(--1B1104);
    border-radius: 1em;
    transition: all 0.3s ease;
}

.rg_tags::-webkit-scrollbar-thumb {
    background: var(--1B1104);
    border-radius: 0.5em;
    transition: all 0.3s ease;
    min-height: 1em;
}

.rg_tags:hover::-webkit-scrollbar-thumb {
    background: var(--F4DCB1);
}

/* 悬停状态 - 滚动条可见 */
.rg_tags:hover::-webkit-scrollbar-track,
.rg_tags:hover::-webkit-scrollbar-thumb {
    opacity: 1;
}

/* 彻底隐藏滚动条两端的按钮/箭头 */
.rg_tags::-webkit-scrollbar-button:single-button {
    display: none;
    width: 0;
    height: 0;
}

.rg_tags::-webkit-scrollbar-button:start:decrement,
.rg_tags::-webkit-scrollbar-button:end:increment {
    display: none !important;
    background: none;
}

.rg_tags::-webkit-scrollbar-button:horizontal:start:decrement,
.rg_tags::-webkit-scrollbar-button:horizontal:end:increment {
    display: none !important;
}

.rg_tags:hover::-webkit-scrollbar-thumb {
    background: var(--F4DCB1);
}

.rg_tags::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 针对各种可能的滚动条按钮变体 */
.rg_tags::-webkit-scrollbar-button:start:decrement,
.rg_tags::-webkit-scrollbar-button:end:increment,
.rg_tags::-webkit-scrollbar-button:horizontal:start:decrement,
.rg_tags::-webkit-scrollbar-button:horizontal:end:increment,
.rg_tags::-webkit-scrollbar-button:vertical:start:decrement,
.rg_tags::-webkit-scrollbar-button:vertical:end:increment {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
}

/* Firefox隐藏滚动条箭头 */
.rg_tags {
    scrollbar-width: thin;
    scrollbar-color: var(--1B1104) var(--1B1104);
}

.rg_tags:hover {
    scrollbar-color: var(--F4DCB1) var(--1B1104);
}

/*  */
.rg_content {
    margin: 1em 0 3em;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.rg_content .rg_item {
    border-radius: 2em;
    background-image: linear-gradient(135deg, rgba(255, 228, 204, .2) 0%, rgba(0, 0, 0, .2) 100%);
    width: 100%;
    margin: 0 0 2em 0;
    padding: 2em;
    display: flex;
    flex-direction: column;
}

.g_m_top {
    display: flex;
    margin-bottom: .5em;
    justify-content: space-between;
}

.g_m_top .m_t_left {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.m_t_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m_t_left .t_t_ava {
    width: 5em;
    height: 5em;
    min-width: 5em;
    border-radius: 50%;
    overflow: hidden;
}

.m_t_left .t_t_option {
    width: calc(100% - 6em);
    display: flex;
    flex-direction: column;
}
/*  */
html[lang="vi"] .g_m_top .m_t_left {
    width: 70%;
}
html[lang="th"] .g_m_top .m_t_left {
    width: 70%;
}

.t_t_option .t_t_name {
    font-size: 1.5em;
    padding-bottom: .5em;
}

.t_t_option .t_t_title {
    color: var(--white);
}

/*  */
.g_m_top .m_t_right {
    width: 20%;
    display: flex;
    flex-direction: column;
}
/*  */
html[lang="vi"] .g_m_top .m_t_right {
    width: 28%;
}
html[lang="th"] .g_m_top .m_t_right {
    width: 28%;
}

.m_t_right .t_r_number {
    display: flex;
    flex-direction: column;
    padding-left: .3em;
}

.m_t_right .t_r_number strong {
    color: var(--white);
    font-size: 1.5em;
    display: inline-block;
}

.g_m_middle {
    margin-bottom: 1.5em;
}

.g_m_middle p {
    font-size: 1em;
    position: relative;
    padding: 0 1em;
}

.g_m_middle p::before {
    content: '"';
    position: absolute;
    top: 0;
    left: 0;
    width: .6em;
    height: .6em;
    background: url(../images/01.svg) no-repeat top left;
    background-size: contain;
    z-index: 1;
}

.g_m_middle p::after {
    content: '"';
    position: absolute;
    top: 0;
    right: 0;
    width: .6em;
    height: .6em;
    background: url(../images/02.svg) no-repeat top right;
    background-size: contain;
    z-index: 1;
}

.g_m_bottom {
    display: flex;
    justify-content: space-between;
}

.g_m_bottom button {
    width: 47%;
    padding: .4em 1em;
    border-radius: 3em;
    font-size: 1.3em;
    font-weight: bold;
}
/*  */
html[lang="vi"] .g_m_bottom button {
    font-size: 1.2em;
    width: 48%;
}
html[lang="th"] .g_m_bottom button {
    font-size: 1.2em;
    width: 48%;
}
.g_m_bottom button.m_m_join{
    cursor: pointer;
} 

/* 详情 */
.details {
    width: 100%;
    height: 100%;
    max-width: 750px;
    position: fixed;
    top: 0;
    left: calc(50% - 375px);
    background-color: rgba(0, 0, 0, .7);
    z-index: 199;
    display: none;
}

.details .ds_content {
    width: 90%;
    height: 80%;
    max-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--1B1104);
    padding: 2em;
    border-radius: 1em;
    border: 1px solid var(--D7AB7A);
    display: flex;
    flex-direction: column;
}

.ds_content .d_c_top {
    padding-bottom: 1em;
    display: flex;
    justify-content: space-between;
}

.d_c_top .d_c_img {
    width: 8em;
    height: 8em;
    min-width: 8em;
    border-radius: 50%;
    overflow: hidden;
}

.d_c_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.d_c_top .d_c_txt {
    width: calc(100% - 9em);
}

.d_c_txt .d_c_name {
    font-size: 1.5em;
    padding-bottom: .4em;
}

.d_c_txt .d_c_title {
    font-size: 1em;
    color: var(--white);
}

.d_c_middle .d_c_number {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.d_c_number p {
    display: flex;
    align-items: center;
    margin-right: 2em;
}

.d_c_number p strong {
    color: var(--white);
    margin-left: .5em;
    font-size: 1.5em;
}

.d_c_middle .d_c_info {
    position: relative;
}

.d_c_middle .d_c_info::before {
    content: '"';
    position: absolute;
    top: 0;
    left: 0;
    width: .6em;
    height: .6em;
    background: url(../images/01.svg) no-repeat top left;
    background-size: contain;
    z-index: 1;
}

.d_c_middle .d_c_info::after {
    content: '"';
    position: absolute;
    top: 0;
    right: 1em;
    width: .6em;
    height: .6em;
    background: url(../images/02.svg) no-repeat top right;
    background-size: contain;
    z-index: 1;
}

.d_c_info_bg {
    height: 7.6em;
    overflow-y: auto;
    padding: 0 1.5em;
}

.d_c_bottom {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d_c_bottom button {
    width: 80%;
    padding: .4em 1em;
    border-radius: 3em;
    font-size: 1.3em;
    font-weight: bold;
    margin: 1em auto;
}

/* add */
.rg_item button.isvoting {
    background: rgba(255, 255, 255, .7);
    color: var(--1B1104);
}

.rg_item button.isvoting input {
    display: none;
}

.rg_item button.isvoting span {
    margin-left: 0;
}

@media (max-width: 750px) {
    .rg_tags {
        padding-bottom: 0.3em;
        margin-bottom: -0.3em;
        margin-left: 7%;
    }

    .rg_ts_list {
        margin-right: 1em;
    }

    .rg_ts_list {
        font-size: 1.2em;
    }

    .rg_tags::-webkit-scrollbar {
        height: 0;
        display: none;
    }

    /* Firefox移动端样式 */
    .rg_tags {
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
    }
    /*  */
    .m_t_left .t_t_ava{
        width: 4em;
        height: 4em;
        min-width: 4em;
    }
    .m_t_left .t_t_option {
        width: calc(100% - 5em);
    }
    .t_t_option .t_t_title {
        font-size: .9em;
    }
    .t_t_option .t_t_name {
        font-size: 1.3em;
    }
    .m_t_right .t_r_number strong {
        font-size: 1.2em;
    }
    .g_m_bottom button {
        padding: .4em .5em;
        font-size: 1.1em;
    }
    html[lang="vi"] .g_m_bottom button {
        font-size: 1em;
    }
    html[lang="th"] .g_m_bottom button {
        font-size: 1em;
    }

    /*  */
    .details {
        left: 0;
    }

    .details .ds_content {
        height: auto;
        max-height: auto;
    }

    .d_c_bottom button {
        margin: 1em auto 0;
    }

}

/*  */
.bottombar {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom, rgba(27, 17, 4, 1) 0%, rgba(27, 17, 4, 1) 45%, rgba(69, 43, 7, 1) 100%);
    z-index: 8999;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    left: calc(50% - 375px);
    padding: 1em 0 0;
    display: block;
}

.bottombar>span {
    display: block;
    color: var(--white);
    text-align: center;
    font-size: 1em;
    padding: 1em 2em;
}

.bottombar p {
    text-align: center;
    font-size: 1em;
}

.button_group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_group button {
    font-size: 1.2em;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    filter: grayscale(100%);
    pointer-events: none;
    padding: .5em 4em;
    border-radius: 2em;
}

.button_group button.submit-ready {
    filter: grayscale(0);
    cursor: pointer;
    pointer-events: all;
}

/*  */
@media (max-width: 750px) {
    .bottombar {
        left: 0;
    }
}

#loginOrRegisterFrame {
    z-index: 9999;
    width: 100%;
    max-width: 750px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
}

