:root {
    --gWidth: 70vw;
    --gWidth_f: 100vw;
    --wMeasure: 1vw;
    --hMeasure: 2vw;
    --mWheel: .9vw;
    --fontSize: 1.2vw;
}

* {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-family: Rubik;
    font-size: var(--fontSize);
    font-weight: 400;
    margin: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#chat-widget-container {
    z-index: 2147483648 !important;
}

#top_logo {
    width: 13vw;
    top: 0.5vw;
    left: 2vw;
    cursor: pointer;
    z-index: 50;
}

#wg-ar {
    display: none !important;
}

.weglot-container {
    position: absolute;
    top: 10px;
    right: 0px;
}

.weglot-container a {
    margin: inherit;
}

/*.wg-drop.weg-openleft ul {
    right: 10px !important;
    width: 24vw !important;
    min-width: 250px !important;
}*/

.wg-drop.weg-openleft ul {
    right: 10px !important;
    width: 24vw !important;
    min-width: 19vw !important;
    
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
    padding: 10px;
    box-sizing: border-box;
}

.wg-drop.weg-openleft ul li {
    white-space: nowrap;  
    overflow: hidden;     
    text-overflow: ellipsis; 
}

body {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background-image: linear-gradient(to top, #eb8a442e, #ffb07652);
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to top, #ff9041, #eb8a4469);
    border-radius: 10px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(to top, #ff9041, #ff9041);
}

p {
    line-height: 2vw;
}

h2 {
    margin-top: 1vw;
    font-size: 4vw;
}

.bold {
    font-size: 105%;
    font-weight: 600;
}

.gText {
    background-image: linear-gradient(to right, #a27b03, #9F8351, #a27b03);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    width: auto;
}

.cf1 {
    font-family: 'cf1', sans-serif;
    color: white;
    text-shadow: 2px 2px 1px black, 2px 2px 4px black, 2px 2px 1px black;
    -webkit-text-stroke: 1px #000000;
    font-size: 7vw;
}

.cf1:lang(zh),
.cf1:lang(tw) {
    font-family: "ZCOOL QingKe HuangYou";
    letter-spacing: 2px !important;
}

#about_sec .cf1:lang(zh),
#about_sec .cf1:lang(tw) {
    font-family: "ZCOOL QingKe HuangYou";
    color: #ffb427;
    text-shadow: 2px 2px 1px #3f2400, 2px 2px 4px #3f2400, 2px 2px 1px #3f2400;
    -webkit-text-stroke: 1px #6a3d00;
    font-size: 6vw;
    margin-bottom: 2vw;
}

#details_sec .cf1:lang(zh),
#details_sec .cf1:lang(tw) {
    background-image: linear-gradient(to bottom, #ff9445, #fdebe2, #7fdda7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    width: auto;
    text-shadow: none;
    -webkit-text-stroke: 1px #222121;
    letter-spacing: 2px !important;
    margin-bottom: 1vw;
    font-size: 5vw;
}

.cf2 {
    font-family: "Great Vibes", cursive;
}

.cf2:lang(zh),
.cf2:lang(tw) {
    font-family: "Source Sans 3";
}

.cc {
    cursor: pointer;
}

.elePage {
    position: absolute;
}

.showMobile {
    display: none;
}

.sCN {
    display: none;
}

.sEN:lang(zh),
.sEN:lang(tw) {
    display: none;
}

.sCN:lang(zh),
.sCN:lang(tw) {
    display: inherit;
}

img {
    height: auto;
}


#notice_model {
    width: 100%;
    height: 100vh;
    background-color: #000000ba;
    position: fixed;
    z-index: 1000;
    display: none;
}

#draw_model {
    opacity: .7;
    position: absolute;
    background-color: #000000ba;
    width: 100%;
    height: 120vh;
    z-index: 1000;
}

#win_text,
#lose_text {
    display: none;
}

#draw_model.winModel {
    background-image: url(/asset/images/activity/big-benefits/v4.gif);
}



#draw_model_inner {
    width: calc(var(--mWheel) * 50);
    left: calc(var(--mWheel) * 0);
    top: calc(var(--mWheel) * 38);
    z-index: 1030;
}

#draw_model_inner h2,
#draw_model_inner span {
    color: white;
    margin-bottom: 2vw;
    font-size: 4vw;
    text-shadow: 0 0 5px #d4a249, 0 0 10px #d4a249, 0 0 15px #d4a249;
    -webkit-text-stroke: .1px #d4a249;
}

#draw_model_inner.winModel #win_text {
    display: initial;
}

#draw_model_inner.loseModel #lose_text {
    display: initial;
}

#confirm_btn {
    background-color: white;
    font-family: 'cf1';
    width: fit-content;
    padding: 0vw 2vw;
    border-radius: 10px;
    font-size: 3vw;
    box-shadow: 0 0 10px 2px #d4a249;
    text-shadow: none;
    color: #8a5800;
}

#confirm_btn:lang(zh),
#confirm_btn:lang(tw) {
    margin-top: 1vw;
    padding: .5vw 2vw;
    font-size: 2vw;
}

#notice_model #notice_text {
    font-size: 4vw;
    color: white;
    font-family: 'cf1';
}


/* Top section start    ------------------------------------------*/

#top_sec {
    height: 70vw;
    background-image: url(/asset/images/activity/big-benefits/top_bg.png);
    display: flex;
}

#top_sec .container {
    margin-top: 9vw;
}


#top_sec h1 {
    font-size: 8vw;
    letter-spacing: -10px;
    margin-top: -0.5vw;
    margin-bottom: 1vw;
}

#text1 {
    width: 500px;
    height: 150px;
}

#text1 textPath {
    font-size: 4vw;
}

#top_sec p {
    line-height: 2.5vw;
}

#top_prize {
    width: calc(var(--mWheel) * 45);
    top: calc(var(--mWheel) * -16);
    left: calc(var(--mWheel) * 2);
}

/* Top section end    ------------------------------------------*/





/* wheel section start  ------------------------------------------*/

#wheel_sec {
    height: 65vw;
    margin-top: -31vw;

    display: flex;
    background-image: url(/asset/images/activity/big-benefits/wheel_bg.png);
}


#wheel_wrap {
    width: calc(var(--mWheel) * 50);
    height: calc(var(--mWheel) * 60);
    margin: auto;
    position: relative;
    margin-top: 0;
}

#wheel_base {
    width: calc(var(--mWheel) * 60);
    top: calc(var(--mWheel) * 30);
    left: calc(var(--mWheel) * -5);
}

.wheelMain {
    width: calc(var(--mWheel) * 40);
    left: calc(var(--mWheel) * 4.85);
    top: calc(var(--mWheel) * 0.15);
}

#wheel_frame {
    width: calc(var(--mWheel) * 50);
    left: calc(var(--mWheel) * 0);
    top: calc(var(--mWheel) * -5);
}

#wheel_spin {
    width: calc(var(--mWheel) * 10);
    top: calc(var(--mWheel) * 15);
    left: calc(var(--mWheel) * 19.8);
}

#top_gift1 {
    width: calc(var(--mWheel) * 17);
    top: calc(var(--mWheel) * -24);
    left: calc(var(--mWheel) * -21);
}

#top_gift2 {
    width: calc(var(--mWheel) * 19);
    top: calc(var(--mWheel) * -31);
    right: calc(var(--mWheel) * -27);
}

#top_man {
    width: calc(var(--mWheel) * 37);
    top: calc(var(--mWheel) * 0);
    right: calc(var(--mWheel) * -28);
}

#top_women {
    width: calc(var(--mWheel) * 29);
    top: calc(var(--mWheel) * 9);
    left: calc(var(--mWheel) * -19);
}

.drawTickets {
    width: calc(var(--mWheel) * 27);
    top: calc(var(--mWheel) * -38);
    right: calc(var(--mWheel) * -13);
}

.winTickets {
    width: calc(var(--mWheel) * 24);
    top: calc(var(--mWheel) * -2);
    left: calc(var(--mWheel) * -10);
}

#top_coins1 {
    width: calc(var(--mWheel) * 57);
    top: calc(var(--mWheel) * -3);
    left: calc(var(--mWheel) * 13);
}

#top_coins2 {
    width: calc(var(--mWheel) * 87);
    top: calc(var(--mWheel) * -17);
    left: calc(var(--mWheel) * -31);
    transform: rotateY(180deg);
}

#top_stars {
    width: 81vw;
    left: -18vw;
    top: -12vw;
}



#tickets_wrap {
    width: calc(var(--mWheel) * 14);
    height: calc(var(--mWheel) * 7);
    top: calc(var(--mWheel) * 38);
    left: calc(var(--mWheel) * 18.25);
    background-image: url(/asset/images/activity/big-benefits/wheel_tickets.png);
    display: flex;
    flex-direction: column;
}

#tickets_wrap p {
    font-size: calc(var(--mWheel) * 1.5);
    color: white;
    line-height: calc(var(--mWheel) * .8);
    margin-top: 0;
    font-family: cf1;
}

#tickets_wrap p:first-child {
    margin-top: auto;
    margin-bottom: .5vw;
}

#login_logout_wrap {
    width: calc(var(--mWheel) * 80);
    height: calc(var(--mWheel) * 25);
    top: calc(var(--mWheel) * 36);
    left: calc(var(--mWheel) * -15);
    background-image: url(/asset/images/activity/big-benefits/login_logout_banner.png);
    transition: transform 2s;
}

#login_logout_wrap div {
    width: 20%;
    left: 40%;
}

#login_logout_wrap h3 {
    width: 30%;
    left: 35%;
    top: 2.5vw;
    font-size: 4vw;
    color: #ffe99f;
    text-shadow: 2px 2px 1px #7d5221, 2px 2px 4px #7f5322, 2px 2px 1px #835c2e;
    transition: opacity 2s;
}

#login_logout_wrap h3:lang(zh),
#login_logout_wrap h3:lang(tw) {
    top: 2vw;
    letter-spacing: .5vw;
}

#wheel_cover {
    width: calc(var(--mWheel) * 50);
    height: calc(var(--mWheel) * 60);
    top: 0;
    left: 0;
    z-index: 1020;
}

/* wheel section end    ------------------------------------------*/





/* about section start  ------------------------------------------*/

#about_sec {
    height: 34vw;
    display: flex;
    padding-bottom: 10vw;
    background-image: url(/asset/images/activity/big-benefits/about_bg.jpg);
}

#about_sec .container {
    display: flex;
    margin-right: 4vw;
    gap: 5vw;
}

#about_sec .textArea * {
    text-align: left;

}

#about_sec .textArea {
    width: 31vw;
}

#about_sec .textArea:lang(zh),
#about_sec .textArea:lang(tw) {
    margin-top: 4vw;
}


#about_sec .textArea h2 {
    text-align: center;
    font-size: 2vw;
    font-family: allura;
}

#about_sec .textArea h2:lang(zh),
#about_sec .textArea h2:lang(tw) {
    font-family: "Source Sans 3";
    font-weight: 600;
    font-size: 1.5vw;
    width: 80%;
}

#about_sec .textArea p {
    line-height: 2vw;
}

#about_sec img {
    width: 50vw;
    margin-right: 0vw;
}

/* about section end  ------------------------------------------*/





/* details section start  ------------------------------------------*/

#details_sec {
    position: relative;
    padding-bottom: 7vw;
}

#details_sec * {
    text-align: left;
}

#details_sec h1 {
    margin-top: 3.5vw;
}

#details_sec h1:lang(zh),
#details_sec h1:lang(tw) {
    margin-top: 5.5vw;
}

#details_sec h2 {
    font-size: 2vw;
}

#details_sec .textArea> :nth-child(-n+4) {
    width: 50%;
    margin-right: 4vw;
}

#details_sec .textArea> :nth-child(n+5) {
    width: 50%;
    margin-left: 10vw;
}

#details_sec img:first-child {
    width: 100%;
    margin-top: -10vw;
}

#details_gift1 {
    width: 20vw;
    top: -14vw;
    right: 6vw;
}

#details_gift2 {
    width: 20vw;
    top: -1vw;
    left: 7vw;
}

#details_ele1 {
    width: 62vw;
    left: 0vw;
    top: 12vw;
    z-index: -1;
}

#details_ele2 {
    width: 45vw;
    right: 0vw;
    top: 52vw;
}

#details_ele2:lang(zh) {
    top: 43vw;
}

#details_ele2:lang(tw) {
    top: 45vw;
}

.titleWrapper {
    display: flex;
    transform: translateX(-4.5vw);
}

.titleWrapper h2 {
    margin-left: 0vw;
}

.preIcon {
    width: 4.5vw;
    height: 4.5vw;
    margin: auto 0;
}

#rule_wrap .preIcon {
    background-image: url(/asset/images/activity/big-benefits/ru.png);
}

#description_wrap .preIcon {
    background-image: url(/asset/images/activity/big-benefits/pd.png);
}

#method_wrap .preIcon {
    background-image: url(/asset/images/activity/big-benefits/rm.png);
}

#time_wrap .preIcon {
    background-image: url(/asset/images/activity/big-benefits/rt.png);
}

/* details section end  ------------------------------------------*/




/* notice section start  ------------------------------------------*/

#notice_sec {
    display: flex;
    margin-top: -5vw;
    background-image: url(/asset/images/activity/big-benefits/notice_bg3.png);
    height: 86vw;
    position: relative;
}

#notice_sec .container {
    display: flex;
    margin-top: 12vw;
}

#notice_sec .textArea {
    width: 55%;
    margin-left: 11vw;
    margin-top: 5vw;
}

#notice_sec .textArea:lang(zh),
#notice_sec .textArea:lang(tw) {
    width: 50%;
    margin-left: 11vw;
    margin-top: 8vw;
}

#notice_sec * {
    text-align: left;
}

#notice_sec h2 {
    margin-top: 3vw;
    font-size: 2vw;
}

#notice_sec h2:lang(zh),
#notice_sec h2:lang(tw) {
    margin-top: 3vw;
    font-size: 2.5vw;
}

#notice_sec p:lang(zh),
#notice_sec p:lang(tw) {
    font-size: 1.4vw;
}

/* notice section end  ------------------------------------------*/

/* #wg-zh , #wg-tw
{
    display:none !important;
} */