:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-white:#fff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-box:#f5f5f5;--adm-color-background:#fff;--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;right:-100vw;bottom:-100vh;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.adm-passcode-input{position:relative;display:inline-block;--cell-size:40px;--cell-gap:6px;--dot-size:10px;--border-color:#e5e5e5;--border-radius:8px}.adm-passcode-input-cell-container{display:inline-flex;vertical-align:top}.adm-passcode-input-cell{flex:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:var(--adm-font-size-10);width:var(--cell-size);height:var(--cell-size);background:var(--adm-color-background)}.adm-passcode-input:not(.adm-passcode-input-seperated){border-radius:var(--border-radius);overflow:hidden;border:1px solid var(--border-color)}.adm-passcode-input:not(.adm-passcode-input-seperated) .adm-passcode-input-cell:not(:last-child){border-right:1px solid var(--border-color)}.adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-focused{border-color:var(--adm-color-primary);box-shadow:0 0 2px 0 var(--adm-color-primary);outline:none}.adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-error{border-color:var(--adm-color-danger);box-shadow:0 0 2px 0 var(--adm-color-danger);-webkit-animation:adm-shake-horizontal .1s ease-in-out 0s 3 normal none running;animation:adm-shake-horizontal .1s ease-in-out 0s 3 normal none running}.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell{border-radius:var(--border-radius);border:1px solid var(--border-color)}.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell:not(:last-child){margin-right:var(--cell-gap)}.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell-focused{border-color:var(--adm-color-primary);box-shadow:0 0 2px 0 var(--adm-color-primary)}.adm-passcode-input-seperated.adm-passcode-input-focused{outline:none}.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error{-webkit-animation:adm-shake-horizontal .1s ease-in-out 0s 3 normal none running;animation:adm-shake-horizontal .1s ease-in-out 0s 3 normal none running}.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error .adm-passcode-input-cell{border-color:var(--adm-color-danger);box-shadow:0 0 2px 0 var(--adm-color-danger)}.adm-passcode-input-cell-dot:before{content:"";width:var(--dot-size);height:var(--dot-size);border-radius:100%;background:var(--adm-color-text)}.adm-passcode-input-cell-caret:after{content:"";width:2px;height:1.1em;margin-left:1px;background:var(--adm-color-primary);-webkit-animation:adm-caret-blink 1s linear infinite;animation:adm-caret-blink 1s linear infinite}.adm-passcode-input>.adm-passcode-input-native-input{position:absolute;left:-200vw;top:0;display:block;width:50px;height:20px;opacity:.5}@-webkit-keyframes adm-shake-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}10%{-webkit-transform:translateX(-4px);transform:translateX(-4px)}20%{-webkit-transform:translateX(5px);transform:translateX(5px)}30%{-webkit-transform:translateX(-1px);transform:translateX(-1px)}40%{-webkit-transform:translateX(8px);transform:translateX(8px)}50%{-webkit-transform:translateX(0);transform:translateX(0)}60%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}70%{-webkit-transform:translateX(1px);transform:translateX(1px)}80%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}90%{-webkit-transform:translateX(4px);transform:translateX(4px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes adm-shake-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}10%{-webkit-transform:translateX(-4px);transform:translateX(-4px)}20%{-webkit-transform:translateX(5px);transform:translateX(5px)}30%{-webkit-transform:translateX(-1px);transform:translateX(-1px)}40%{-webkit-transform:translateX(8px);transform:translateX(8px)}50%{-webkit-transform:translateX(0);transform:translateX(0)}60%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}70%{-webkit-transform:translateX(1px);transform:translateX(1px)}80%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}90%{-webkit-transform:translateX(4px);transform:translateX(4px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes adm-caret-blink{0%{opacity:1}60%{opacity:1}80%{opacity:0}to{opacity:0}}@keyframes adm-caret-blink{0%{opacity:1}60%{opacity:1}80%{opacity:0}to{opacity:0}}.Loading_body_init__b8sJB{background:#488bff}.Loading_body__DKNhH,.Loading_body_init__b8sJB{padding:0;margin:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute}.Loading_body__DKNhH{background:rgba(0,0,0,.6);z-index:100;top:0}.Loading_bingo_mobile__FWTEu{width:16rem;margin-bottom:2.1rem}.Loading_bingo_pc__upR_n{width:36rem;margin-bottom:2.1rem}.Loading_wrapper__FAstQ,.Loading_wrapper_mobile__QzSG1{width:20rem;height:6rem;position:relative}.Loading_circle__zKQFN{width:2rem;height:2rem;position:absolute;border-radius:50%;background-color:#fff;left:15%;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:Loading_circle__zKQFN .5s ease infinite alternate;animation:Loading_circle__zKQFN .5s ease infinite alternate}.Loading_wrapper_mobile__QzSG1 .Loading_circle__zKQFN{width:1rem;height:1rem;left:25%;-webkit-animation:Loading_circle_mobile__qKVu2 .5s ease infinite alternate;animation:Loading_circle_mobile__qKVu2 .5s ease infinite alternate}@-webkit-keyframes Loading_circle__zKQFN{0%{top:6rem;height:.5rem;border-radius:5rem 5rem 2.5rem 2.5rem;-webkit-transform:scaleX(1.7);transform:scaleX(1.7)}40%{height:2rem;border-radius:50%;-webkit-transform:scaleX(1);transform:scaleX(1)}to{top:0}}@keyframes Loading_circle__zKQFN{0%{top:6rem;height:.5rem;border-radius:5rem 5rem 2.5rem 2.5rem;-webkit-transform:scaleX(1.7);transform:scaleX(1.7)}40%{height:2rem;border-radius:50%;-webkit-transform:scaleX(1);transform:scaleX(1)}to{top:0}}@-webkit-keyframes Loading_circle_mobile__qKVu2{0%{top:3rem;height:.5rem;border-radius:5rem 5rem 2.5rem 2.5rem;-webkit-transform:scaleX(1.7);transform:scaleX(1.7)}40%{height:1rem;border-radius:50%;-webkit-transform:scaleX(1);transform:scaleX(1)}to{top:0}}@keyframes Loading_circle_mobile__qKVu2{0%{top:3rem;height:.5rem;border-radius:5rem 5rem 2.5rem 2.5rem;-webkit-transform:scaleX(1.7);transform:scaleX(1.7)}40%{height:1rem;border-radius:50%;-webkit-transform:scaleX(1);transform:scaleX(1)}to{top:0}}.Loading_circle_2__dIlOa{left:45%;-webkit-animation-delay:.2s;animation-delay:.2s}.Loading_circle_3__zrm9d{left:auto;right:15%;-webkit-animation-delay:.3s;animation-delay:.3s}.Loading_wrapper_mobile__QzSG1 .Loading_circle_2__dIlOa{left:48%;-webkit-animation-delay:.2s;animation-delay:.2s}.Loading_wrapper_mobile__QzSG1 .Loading_circle_3__zrm9d{left:auto;right:25%;-webkit-animation-delay:.3s;animation-delay:.3s}.Loading_shadow__rC5OF{width:20px;height:4px;border-radius:50%;background-color:rgba(0,0,0,.5);position:absolute;top:62px;-webkit-transform-origin:50%;transform-origin:50%;z-index:-1;left:15%;-webkit-filter:blur(1px);filter:blur(1px);-webkit-animation:Loading_shadow__rC5OF .5s ease infinite alternate;animation:Loading_shadow__rC5OF .5s ease infinite alternate}@-webkit-keyframes Loading_shadow__rC5OF{0%{-webkit-transform:scaleX(1.5);transform:scaleX(1.5)}40%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:.7}to{-webkit-transform:scaleX(.2);transform:scaleX(.2);opacity:.4}}@keyframes Loading_shadow__rC5OF{0%{-webkit-transform:scaleX(1.5);transform:scaleX(1.5)}40%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:.7}to{-webkit-transform:scaleX(.2);transform:scaleX(.2);opacity:.4}}.Loading_shadow__rC5OF:nth-child(4){left:45%;-webkit-animation-delay:.2s;animation-delay:.2s}.Loading_shadow__rC5OF:nth-child(5){left:auto;right:15%;-webkit-animation-delay:.3s;animation-delay:.3s}.Loading_wrapper__FAstQ span{position:absolute;top:75px;font-family:Lato;font-size:20px;letter-spacing:12px;color:#fff;left:15%}.Loading_extra__data__wrapper__mobile__TqpYW{width:34.3rem}.Loading_extra__data__wrapper__mobile__TqpYW,.Loading_extra__data__wrapper__pc___N5kY{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:2.8rem}.Loading_extra__data__wrapper__pc___N5kY{width:68.6rem}.Loading_sync__maintitle__mobile__Tv2vL{font-size:1.6rem;line-height:2.4rem}.Loading_sync__maintitle__mobile__Tv2vL,.Loading_sync__maintitle__pc__WlOqN{width:100%;font-family:Roboto;font-style:normal;font-weight:500;text-align:center;color:#fff;display:block;white-space:pre-line}.Loading_sync__maintitle__pc__WlOqN{font-size:3.2rem;line-height:4.8rem}.Loading_sync__subtitle__mobile__Zf51g{font-size:1.4rem;line-height:2rem}.Loading_sync__subtitle__mobile__Zf51g,.Loading_sync__subtitle__pc__sYVek{width:100%;font-family:Roboto;font-style:normal;font-weight:400;text-align:center;color:#fff;opacity:.7;display:block;white-space:pre-line;margin-top:1.6rem}.Loading_sync__subtitle__pc__sYVek{font-size:2.8rem;line-height:4rem}.button_btn__mr_IV{border:0;background-color:transparent;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all 75ms linear;background-size:100% 100%}.button_btn__mr_IV:active{-webkit-transform:translateY(.375em);transform:translateY(.375em)}.button_blueBtn__8XvvH{background-image:url(/_next/static/media/gradient_button_blue_mobile.3ddebcf5.svg)}.button_orangeBtn__I1K9Q{background-image:url(/_next/static/media/gradient_button_orange_mobile.bfa0ab3f.svg)}.button_blueBtn__pc__E0L5z{background-image:url(/_next/static/media/gradient_button_blue.79cfec35.svg)}.button_orangeBtn__pc__xfTRF{background-image:url(/_next/static/media/gradient_button_orange.9e9928d3.svg)}.LoginAndUnlock_defaultWrapper__RrmvI{position:relative;display:flex;flex-direction:column;align-items:center}.LoginAndUnlock_initTip__KfbQI{color:#fff;display:flex;align-items:center;justify-self:center}.LoginAndUnlock_title__img__wrapper__vQufA{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:center}.LoginAndUnlock_test__tag__wrapper__04jiq{position:absolute;right:0;background-size:100% 100%;background-image:url(/_next/static/media/test_sign.f671983a.png);display:flex;flex-direction:column;justify-content:center;align-items:center}.LoginAndUnlock_test__tag__wrapper__content__MXFhe{color:#000}.LoginAndUnlock_pc__GbIa6 .LoginAndUnlock_defaultBtn__lsifV{margin-top:12rem;width:40rem;height:10rem}.LoginAndUnlock_pc__GbIa6 .LoginAndUnlock_defaultWrapper__RrmvI{margin-top:13.7vh}.LoginAndUnlock_pc__GbIa6 .LoginAndUnlock_defaultWrapper__RrmvI .LoginAndUnlock_buttonPlayImg__7SFPS{width:24rem;height:4.4rem;margin-right:2rem}.LoginAndUnlock_pc__GbIa6 .LoginAndUnlock_defaultWrapper__RrmvI .LoginAndUnlock_buttonUnlockImg__HesXG{width:15rem;height:4.6rem}.LoginAndUnlock_pc__GbIa6 .LoginAndUnlock_initTip__KfbQI{width:36.5rem;height:3rem;font-weight:400;font-size:2.4rem;margin-top:3.6rem}.LoginAndUnlock_pc__GbIa6 .LoginAndUnlock_initTip__KfbQI img{width:3rem;height:3rem;margin-right:1.4rem}.LoginAndUnlock_pc__GbIa6 .LoginAndUnlock_logo__WmG75{width:auto;height:36.7rem}.LoginAndUnlock_pc__GbIa6 .LoginAndUnlock_test__tag__wrapper__04jiq{height:5.66rem;width:10.6rem;top:9.2rem}.LoginAndUnlock_pc__GbIa6 .LoginAndUnlock_test__tag__wrapper__content__MXFhe{font-size:2.4rem;line-height:2.7rem;margin-bottom:.8rem}.LoginAndUnlock_mobile__8NVK3 .LoginAndUnlock_defaultBtn__lsifV{margin-top:15.4vw;width:22rem;height:6rem}.LoginAndUnlock_mobile__8NVK3 .LoginAndUnlock_defaultWrapper__RrmvI{margin-top:22vh}.LoginAndUnlock_mobile__8NVK3 .LoginAndUnlock_defaultWrapper__RrmvI .LoginAndUnlock_buttonPlayImg__7SFPS{width:16rem;height:2.9rem;margin-right:1rem}.LoginAndUnlock_mobile__8NVK3 .LoginAndUnlock_defaultWrapper__RrmvI .LoginAndUnlock_buttonUnlockImg__HesXG{width:10rem;height:3rem}.LoginAndUnlock_mobile__8NVK3 .LoginAndUnlock_initTip__KfbQI{margin-top:4.2vw;font-size:12px}.LoginAndUnlock_mobile__8NVK3 .LoginAndUnlock_initTip__KfbQI img{margin-right:5px}.LoginAndUnlock_mobile__8NVK3 .LoginAndUnlock_logo__WmG75{width:80vw}.LoginAndUnlock_mobile__8NVK3 .LoginAndUnlock_test__tag__wrapper__04jiq{height:2.88rem;width:5.6rem;top:3.6rem}.LoginAndUnlock_mobile__8NVK3 .LoginAndUnlock_test__tag__wrapper__content__MXFhe{font-size:1.2rem;margin-bottom:.4rem;z-index:10}.LoginAndUnlock_disconnected__xFNcZ{text-align:center}.LoginAndUnlock_message__Agp4s{margin-top:15rem}.LoginAndUnlock_message__Agp4s .portkey-ant-message-notice-content{border:1px solid #2e6bc7;border-radius:5px;max-width:60rem}.boardnumber_wrapper__0zThC{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.boardnumber_number__cCjEk{width:80%;height:80%;background-size:contain;background-repeat:no-repeat;background-position:50%}.boardnumber__0__Z__9j{background-image:url(/_next/static/media/question2.df9594ea.png)}.boardnumber__1__bKdvP{background-image:url(/_next/static/media/1.221e5682.png)}.boardnumber__2___iFwv{background-image:url(/_next/static/media/2.2571c2e4.png)}.boardnumber__3__W4QTN{background-image:url(/_next/static/media/3.57dd4885.png)}.boardnumber__4__BERrV{background-image:url(/_next/static/media/4.a2867374.png)}.boardnumber__5__pZtwJ{background-image:url(/_next/static/media/5.57c7d55e.png)}.boardnumber__6__y_52S{background-image:url(/_next/static/media/6.c9db259f.png)}.boardnumbers_wrapper__0nrOu{background-size:100% 100%;width:100%;height:107px;position:relative}.boardnumbers_position___7YiQ{display:flex;align-items:center;justify-content:center;position:relative;gap:7%;top:16%;height:40%}.boardnumbers_finished__Ysn8p .boardnumbers_position___7YiQ{top:26%}.boardnumbers_pc__q9tlV{width:100%;height:100%;gap:30px;background-image:url(/_next/static/media/numbers_pc.8abed539.png);margin-bottom:20px;position:relative}.boardnumbers_pc__q9tlV .boardnumbers_position___7YiQ{margin-left:15%;margin-right:11%}.boardnumbers_pc__q9tlV.boardnumbers_finished__Ysn8p{position:absolute;z-index:1;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:64.3rem;height:23rem;top:-2rem;background-size:100% 100%}.boardnumbers_pc__q9tlV.boardnumbers_finished__Ysn8p,.boardnumbers_pc__q9tlV.boardnumbers_small__scXTk{background-image:url(/_next/static/media/numbers_pc_win.00ccb179.png)}.boardnumbers_pc__q9tlV.boardnumbers_small__scXTk .boardnumbers_position___7YiQ{position:absolute;margin:0;width:74%;height:50%;left:15%;top:22%}.boardnumbers_mobile__5AT5j{background-image:url(/_next/static/media/numbers_mobile.4730b477.png);margin-bottom:20px}.boardnumbers_mobile__5AT5j .boardnumbers_position___7YiQ{margin-left:17%;margin-right:13%}.boardnumbers_mobile__5AT5j.boardnumbers_finished__Ysn8p{background-image:url(/_next/static/media/numbers_mobile_win.d2ae2997.png)}.amountinput_wrapper__UNn8X{width:100%;background:#fff;border:1.5px solid #000;border-radius:10px;display:flex;align-items:center;padding:1% 2%}.amountinput_wrapper__UNn8X .ant-input-number-input{height:unset}.amountinput_input__D_pIR{font-weight:500;flex:1 1;color:#000}.amountinput_text__wowBL{color:#ff9903}.amountinput_pc__nTyzm{border:2px solid #000;border-radius:2rem}.amountinput_pc__nTyzm .amountinput_input__D_pIR,.amountinput_pc__nTyzm .amountinput_text__wowBL{font-size:4rem}.amountinput_mobile__AyxBa .amountinput_input__D_pIR,.amountinput_mobile__AyxBa .amountinput_text__wowBL{font-size:2.5rem}.buttonminmax_button__wbu0X{position:relative;display:inline-block;cursor:pointer;outline:none;border:0;text-decoration:none;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all 175ms linear;color:#fff;background:#ff9903}.buttonminmax_button__wbu0X:active{-webkit-transform:translateY(.375em);transform:translateY(.375em)}.buttonminmax_mobile___RYKW{width:26.6vw;height:8vw;box-shadow:2px 2px 0 rgba(255,153,3,.3);border-radius:43.5px}.buttonminmax_pc__j_zEy{width:100%;height:6rem;font-size:2.4rem;box-shadow:4px 4px 0 rgba(255,153,3,.3);border-radius:43.5px}.playlayout_minmax__0L8KV{display:flex;gap:1em}.playlayout_minmax__0L8KV span{font-size:.7em;margin-left:.2em}.playlayout_minmaxError__1nWEJ{color:red;height:1em}.playlayout_bigsmall__B3cJX button{width:100%;font-weight:900;font-family:Helvetica;color:#fff;-webkit-text-stroke:.1rem #000;text-shadow:0 .2rem 0 #000}.playlayout_mobile__hPBQ2 .playlayout_input__mYDtk{margin-bottom:10px}.playlayout_mobile__hPBQ2 .playlayout_bigsmall__B3cJX button{height:5rem;font-size:2rem;line-height:3.8rem;margin-bottom:10px}.playlayout_right__8cSQ6{flex-grow:1;height:100%;display:flex;flex-direction:column;justify-content:space-between}.playlayout_pc__W85kQ{display:flex;width:100%;gap:40px;height:100%}.playlayout_pc__W85kQ .playlayout_left__kqUki{width:50%}.playlayout_pc__W85kQ .playlayout_bigsmall__B3cJX{display:flex;gap:20px}.playlayout_pc__W85kQ .playlayout_bigsmall__B3cJX button{height:10rem;font-size:5rem;line-height:3.8rem}.countdown_wrapper__AGkHv{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.countdown_countdown__5QoNI{display:flex;gap:2rem;flex-grow:1;align-items:center}.countdown_number__OxmU8{background-image:url(/_next/static/media/cutdown.f267ab27.svg);background-size:100% 100%;font-family:Roboto;color:#fff;font-weight:700;text-align:center;vertical-align:middle;position:relative}.countdown_number__OxmU8 span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.countdown_truck__nRg4o{position:absolute;-webkit-animation-name:countdown_truck__nRg4o;animation-name:countdown_truck__nRg4o;bottom:10px;margin-left:-42px}.countdown_bar__Axmfl{-webkit-animation-name:countdown_bar__Axmfl;animation-name:countdown_bar__Axmfl;height:10px;background-color:#ff9601;align-self:flex-start}.countdown_bar_bg__yLwBv{height:10px;width:100%;background-color:#ffcb82;align-self:flex-start;position:relative}.countdown_mobile__mmKkI.countdown_wrapper__AGkHv{padding:120px 50px 50px}.countdown_mobile__mmKkI .countdown_number__OxmU8{width:6rem;height:6rem;font-size:3.5em}.countdown_pc__HQr71 .countdown_number__OxmU8{width:12rem;height:12rem;font-size:4.4em}@-webkit-keyframes countdown_truck__nRg4o{0%{left:0}to{left:100%}}@keyframes countdown_truck__nRg4o{0%{left:0}to{left:100%}}@-webkit-keyframes countdown_bar__Axmfl{0%{width:0}to{width:100%}}@keyframes countdown_bar__Axmfl{0%{width:0}to{width:100%}}.pc_contentWrapper__vzoX7{height:100%;display:flex;justify-content:center;align-items:center;margin-top:3rem}.pc_content__bg__OIN4q{width:132.2rem;height:80.5rem;background-image:url(/_next/static/media/frame_pc.109d1784.png);background-size:100% 100%}.pc_content__bg_cutdown__d09E0{background-image:url(/_next/static/media/frame_pc_cutdown.9bd5a0d2.png)}.pc_content__wrapper__JZ3Lp{margin:38.1rem 13.7rem 7rem;height:34.5rem;display:flex}.mobile_container__63MBX{width:100%;height:100%}.mobile_centerPopup__Pf5T4{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.mobile_playWrapper__U6aGL{top:3rem;position:relative;display:inline-block;width:30.3rem;height:57.7rem;background-color:transparent;background-size:100% 100%}.mobile_playWrapper__U6aGL,.mobile_playWrapper_cutdown__aoMyH{background-image:url(/_next/static/media/frame.02586b2e.png)}.mobile_playContent__kgceS{margin:44.1vw 13.2vw 8.5vw}.mobile_playContent__kgceS .mobile_buttonBigImg__vyFb8{width:4.1rem;height:2.3rem}.mobile_playContent__kgceS .mobile_buttonSmallImg__RQfUz{width:8.1rem;height:2.3rem}.fee_pc__8vFpd{position:absolute;bottom:8rem}.pc_wrapper__RwQFM{height:100%;display:flex;justify-content:center}.pc_artWord__OYToW{font-weight:900;font-size:3.2rem;line-height:3.8rem;text-align:center;font-family:Helvetica;color:#fff;-webkit-text-stroke:.1rem #000;text-shadow:0 .2rem 0 #000}.pc_bingoBtn__R_1g9{margin-top:2.6rem;width:22.4rem;height:10rem}.pc_bingoContentWrapper__2q6DJ{position:relative;height:67.1rem;width:132.2rem;display:flex;margin-top:23.4rem;margin-bottom:10rem}.pc_bingoContent__betBtn__1oIOL{position:absolute;bottom:12.2rem;width:22.4rem;height:10rem}.pc_bingoContent__betBtn__1oIOL,.pc_bingoContent__betBtn_p___mhKx{font-weight:900;font-size:4.8rem}.pc_bingoContent__bg__baCY7{margin-top:7.45rem;width:132.2rem;height:59.2rem;background-image:url(/_next/static/media/frame_pc_bingo.55ab9c5e.png);background-size:100% 100%;position:relative;display:flex;justify-content:center;align-items:center}.pc_bingoContent__boardNumbers__ek4UD{flex-grow:1;width:50%}.pc_bingoContent__fee__L_bHA{position:absolute;bottom:8rem}.pc_bingoContent__wrapper__cSLso{margin-left:13.7rem;margin-right:13.7rem;margin-bottom:7rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.pc_bingoTips__SIdjB{display:flex;flex-direction:column;align-items:center;width:100%}.pc_bingoText__kiiHL{margin-top:2.8rem;display:inline-flex;align-items:center;justify-content:space-between}.pc_bingoText__kiiHL span:nth-child(odd){font-weight:500;font-size:4rem;margin-right:1.6rem}.pc_bingoText__kiiHL span:nth-child(3){margin-left:30px}.pc_bingoText__kiiHL span:nth-child(2n){font-weight:500;font-size:4rem;border-radius:1.5rem;display:inline-flex;justify-content:center;align-items:center;line-height:1.9rem;width:29.4rem;height:6rem}.pc_contentWrapper__mKbmc{height:100%;display:flex;justify-content:center;align-items:center;margin-top:3rem}.pc_content__bg__ahwXz{width:132.2rem;height:80.5rem;background-image:url(/_next/static/media/frame_pc.109d1784.png);background-size:100% 100%}.pc_contentBingoInit__wrapper__Hi7jp{margin:38.1rem 13.7rem 7rem;height:34.5rem;display:flex;flex-direction:column;align-items:center}.mobile_artWord___E8ZH{font-weight:900;font-size:3.2rem;text-align:center;font-family:Helvetica;color:#fff;-webkit-text-stroke:.1rem #000;text-shadow:0 .2rem 0 #000}.mobile_container__7bF0m{width:100%;height:100%}.mobile_centerPopup__54pob{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.mobile_playWrapper__1smH5{top:3rem;position:relative;display:inline-block;width:30.3rem;height:57.7rem;background-color:transparent;background-image:url(/_next/static/media/frame.02586b2e.png);background-size:100% 100%}.mobile_playContent__igaYv{margin:44.1vw 13.2vw 8.5vw}.mobile_bingoContent__ugDkC{height:99.4vw;justify-content:space-around}.mobile_bingoContent__ugDkC,.mobile_bingoTips__ilCJm{width:100%;display:flex;align-items:center;flex-direction:column}.mobile_bingoText__JAnBK{margin-top:9px;width:100%;display:inline-flex;align-items:center;justify-content:space-between;padding:0 20px}.mobile_bingoText__JAnBK span:nth-child(2n){font-weight:500;border-radius:2rem;display:inline-flex;justify-content:center;align-items:center;line-height:1.9rem;padding:4px 12px}.mobile_playContent__betBtn__C6vJp{width:56vw;height:13.3vw}.mobile_playContent__betBtn__C6vJp .mobile_buttonBetImg__vHqd9{width:5.5rem;height:2.5rem}.mobile_playContent__betBtn__C6vJp .mobile_buttonBingoImg__bKkiP{width:7.4rem;height:2.3rem}.mobile_playContent__betBtn__C6vJp p{line-height:2.6rem;font-size:1.6rem}.mobile_playContent__betBtn__C6vJp p:last-child{font-size:2.4rem;line-height:2.8rem}.AccountHeader_mobile__uj0A_{justify-content:space-between;width:26rem;height:3.7rem;padding:0 1rem 0 4.6rem;background-image:url(/_next/static/media/account_mobile.fec010be.png);background-size:100% 100%}.AccountHeader_mobile__uj0A_,.AccountHeader_mobile__uj0A_ .AccountHeader_accountWrapper__95mJE{display:flex;align-items:center}.AccountHeader_mobile__uj0A_ .AccountHeader_accountWrapper__95mJE .AccountHeader_accountNo__Om5yG{font-family:Roboto;font-style:normal;font-weight:500;font-size:1rem;line-height:2rem}.AccountHeader_mobile__uj0A_ .AccountHeader_buttonsWrapper__UiyBG{display:flex;align-items:center}.AccountHeader_mobile__uj0A_ .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountCopyIcon__NlTQe{display:flex;align-items:center;height:3rem}.AccountHeader_mobile__uj0A_ .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountCopyIcon__NlTQe svg{width:2rem;height:2rem}.AccountHeader_mobile__uj0A_ .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountQRIcon__2_J2I{border:0;background-color:transparent;width:2rem;height:2rem;cursor:pointer;background-image:url(/_next/static/media/qrcode.446d4a74.png);background-size:100% 100%;flex-shrink:0;margin-right:.4rem}.AccountHeader_mobile__uj0A_ .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountRedirectIcon__7_bAa{display:flex;align-items:center;height:3rem}.AccountHeader_mobile__uj0A_ .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountRedirectIcon__7_bAa svg{width:1.2rem;height:1.2rem}.AccountHeader_pc__2hZvK{justify-content:space-between;width:75rem;height:10rem;padding:0 3rem 0 12rem;background-image:url(/_next/static/media/account.6654dc8e.png);background-size:100% 100%}.AccountHeader_pc__2hZvK,.AccountHeader_pc__2hZvK .AccountHeader_accountWrapper__95mJE{display:flex;align-items:center}.AccountHeader_pc__2hZvK .AccountHeader_accountWrapper__95mJE .AccountHeader_accountText__XQgYd{color:#0a0a0a;font-weight:900;font-size:3.2rem;margin-right:2rem}.AccountHeader_pc__2hZvK .AccountHeader_accountWrapper__95mJE .AccountHeader_accountNo__Om5yG{font-family:Roboto;font-style:normal;font-weight:600;font-size:2.8rem}.AccountHeader_pc__2hZvK .AccountHeader_buttonsWrapper__UiyBG{display:flex;align-items:center}.AccountHeader_pc__2hZvK .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountCopyIcon__NlTQe{display:flex;align-items:center;height:5.4rem}.AccountHeader_pc__2hZvK .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountCopyIcon__NlTQe svg{width:5rem;height:5rem}.AccountHeader_pc__2hZvK .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountQRIcon__2_J2I{border:0;background-color:transparent;width:5.4rem;height:5.4rem;cursor:pointer;background-image:url(/_next/static/media/qrcode.446d4a74.png);background-size:100% 100%;flex-shrink:0;margin-right:1rem}.AccountHeader_pc__2hZvK .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountRedirectIcon__7_bAa{display:flex;align-items:center;height:5.4rem}.AccountHeader_pc__2hZvK .AccountHeader_buttonsWrapper__UiyBG .AccountHeader_accountRedirectIcon__7_bAa svg{width:3rem;height:3rem}.AccountHeader_btn__iafbL{width:auto;height:9.25vh;border:0;cursor:pointer;background-color:transparent;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all 75ms linear}.AccountHeader_btn__iafbL:active{-webkit-transform:translateY(.375em);transform:translateY(.375em)}.LockButton_mobile__LRdV1{display:flex;align-items:center;justify-content:space-around;width:4.8rem;height:4.8rem;background:#ffd812;border:.15rem solid #000;border-radius:50%;margin-left:.9rem}.LockButton_mobile__LRdV1 svg{height:2rem;width:2rem}.LockButton_pc__hAVVu{display:flex;align-items:center;justify-content:space-around;width:6rem;height:6rem;background:#ffd812;border:.15rem solid #000;border-radius:50%;margin-left:1.4rem}.LockButton_pc__hAVVu svg{height:3.1rem;width:3.1rem}.LogoutButton_mobile__iLJkE{display:flex;align-items:center;justify-content:center;width:18rem;height:4.8rem;background-color:#ffd812;border-radius:34.8px;border:1.5px solid #000;font-weight:700;font-size:2rem}.LogoutButton_pc__k9VMy{cursor:pointer;padding:1.4rem 2.9rem;background:#ffd812;border:.35rem solid #000;border-radius:4.35rem;font-weight:600;font-size:2.8rem;line-height:2.8rem;margin-left:3.4rem;white-space:nowrap}.SettingButton_mobile__Bf1_x .SettingButton_setting___3wTQ{width:auto;border:0;cursor:pointer;background-color:transparent;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all 75ms linear;height:3rem}.SettingButton_mobile__Bf1_x .SettingButton_setting___3wTQ:active{-webkit-transform:translateY(.375em);transform:translateY(.375em)}.SettingButton_pc__x9g8_ .SettingButton_setting___3wTQ{width:10.8rem;height:10rem;margin-right:2rem;width:auto;border:0;cursor:pointer;background-color:transparent;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all 75ms linear}.SettingButton_pc__x9g8_ .SettingButton_setting___3wTQ:active{-webkit-transform:translateY(.375em);transform:translateY(.375em)}.Header_mobile__LT_mb{position:absolute;top:1.6rem;left:1rem;display:flex;align-items:center;justify-content:space-evenly;z-index:100}.Header_mobile__LT_mb .Header_accountWrapper__q40PJ{height:3rem;width:15rem;background-image:url(/_next/static/media/button_bg.01962255.png);background-size:100% 100%;align-items:center;justify-content:space-between;display:flex;padding:0 .75rem;margin-left:1.2rem}.Header_mobile__LT_mb .Header_accountWrapper__q40PJ .Header_account__XNsth{font-family:Roboto;font-weight:500;font-size:1rem;line-height:1.8rem;color:#000}.Header_mobile__LT_mb .Header_accountWrapper__q40PJ .Header_copyIcon__Zhb2_ svg{width:auto;border:0;cursor:pointer;background-color:transparent;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all 75ms linear;height:2.2rem;width:2.2rem}.Header_mobile__LT_mb .Header_accountWrapper__q40PJ .Header_copyIcon__Zhb2_ svg:active{-webkit-transform:translateY(.375em);transform:translateY(.375em)}.Header_pc__cf9qI{display:flex;justify-content:center;align-items:center;position:fixed;top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Header_pc__cf9qI .Header_dashboard_accountHeader__ZKcf8{width:82.1rem;height:10rem;margin-left:2.3rem;margin-right:2.2rem}.Header_pc__cf9qI .Header_accountHeader__WuPwg{width:100%!important}.Header_pcTokenCard__syIjp{justify-content:space-between;padding:0 3rem 0 12.3rem;width:49.4rem;height:10rem;background-image:url(/_next/static/media/balance_pc.d48eb99f.png);background-size:100% 100%}.Header_pcTokenCard__syIjp,.Header_pcTokenCard__syIjp .Header_tokenWrapper__4SIp_{display:flex;align-items:center}.Header_pcTokenCard__syIjp .Header_tokenWrapper__4SIp_ .Header_token__bGkHJ{color:#000;font-weight:400;font-size:2.4rem;margin-left:1rem}.Header_pcTokenCard__syIjp .Header_tokenWrapper__4SIp_ svg{width:3.5rem;height:3.5rem}.Header_pcTokenCard__syIjp .Header_refresh__1KUtb{width:auto;border:0;cursor:pointer;background-color:transparent;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all 75ms linear}.Header_pcTokenCard__syIjp .Header_refresh__1KUtb:active{-webkit-transform:translateY(.375em);transform:translateY(.375em)}.Header_pcTokenCard__syIjp .Header_refresh__1KUtb svg{width:3.6rem;height:3.6rem}.Header_mobileTokenCard__6DvAo{background-size:100% 100%;background-image:url(/_next/static/media/button_bg.01962255.png);justify-content:flex-start;height:3rem;width:13rem;padding-left:.6rem;margin-left:1.2rem}.Header_mobileTokenCard__6DvAo,.Header_mobileTokenCard__6DvAo .Header_tokenWrapper__4SIp_{display:flex;align-items:center}.Header_mobileTokenCard__6DvAo .Header_tokenWrapper__4SIp_ .Header_token__bGkHJ{color:#000;font-weight:400;font-size:1.2rem;margin-left:.4rem}.Header_mobileTokenCard__6DvAo .Header_tokenWrapper__4SIp_ svg{width:2rem;height:2rem}.Header_mobileAccountSyncInfo__ikztm{margin-top:3.5rem}.Header_mobileAccountSyncInfo__ikztm .portkey-ant-message-notice-content{background:#ffd812;border-radius:8px;width:100%;font-size:1.2rem;color:#fff;padding:.5rem}.Header_pcAccountSyncInfo__9VtM1{margin-top:10rem}.Header_pcAccountSyncInfo__9VtM1 .portkey-ant-message-notice-content{background:#ffd812;border-radius:8px;width:90%;font-size:1.4rem;color:#fff;padding:1rem}.Modal_mobile__8N3ku{background-image:url(/_next/static/media/frame_no_icon.6b484fe1.png);background-size:100% 100%;width:33.5rem!important;height:46.1rem}.Modal_mobile__8N3ku .Modal_closeIcon__24hSJ{height:3.2rem;width:3.2rem}.Modal_mobile__8N3ku .ant-modal-body{padding:2.4rem}.Modal_mobile__8N3ku .ant-modal-content{background:transparent;border:0;box-shadow:none}.Modal_mobile__8N3ku .ant-modal-close-x{height:3.2rem;width:3.2rem;line-height:unset}.Modal_pc__e6pwM{background-image:url(/_next/static/media/frame_pc_1.0032a5c1.png);background-size:100% 100%;width:108.2rem!important;height:59.2rem}.Modal_pc__e6pwM .Modal_closeIcon__24hSJ{width:6.4rem;height:6.4rem}.Modal_pc__e6pwM .ant-modal-body{padding:2.4rem}.Modal_pc__e6pwM .ant-modal-content{background:transparent;border:0;box-shadow:none}.Modal_pc__e6pwM .ant-modal-close-x{width:6.4rem;height:6.4rem;line-height:unset}.AElfAssets_mobile__OZ46q{width:100%}.AElfAssets_mobile__OZ46q .AElfAssets_assetWrapper__G41Gt{width:100%;background:#f7ebb3;position:relative;display:flex;border:1.5px solid #000;border-radius:1rem;height:6.4rem;margin-top:.8rem;padding:1.2rem 1rem}.AElfAssets_mobile__OZ46q .AElfAssets_assetTokenIcon__meoZb svg{height:3.2rem;width:3.2rem}.AElfAssets_mobile__OZ46q .AElfAssets_textContentLeft__b2dAZ{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-weight:500;font-size:1.6rem}.AElfAssets_mobile__OZ46q .AElfAssets_networkType__3axON{color:#707070;font-size:1.2rem}.AElfAssets_mobile__OZ46q .AElfAssets_currentLabel__I_XDy{position:absolute;background:#ff9903;text-align:center;color:#000;border-radius:4px;border:.15rem solid #000;left:-1rem;top:-.8rem;padding:.08rem .2rem;font-weight:500;font-size:.9rem;line-height:1.4rem;white-space:nowrap}.AElfAssets_pc__orKVM{width:100%}.AElfAssets_pc__orKVM .AElfAssets_assetWrapper__G41Gt{width:100%;background:#f7ebb3;position:relative;display:flex;border:.3rem solid #000;border-radius:1.6rem;height:8.8rem;margin-top:2.4rem;padding:1.5rem 3.2rem}.AElfAssets_pc__orKVM .AElfAssets_assetTokenIcon__meoZb svg{height:4.8rem;width:4.8rem}.AElfAssets_pc__orKVM .AElfAssets_textContentLeft__b2dAZ{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-weight:500;font-size:2rem}.AElfAssets_pc__orKVM .AElfAssets_networkType__3axON{color:#707070;font-size:1.4rem}.AElfAssets_pc__orKVM .AElfAssets_currentLabel__I_XDy{position:absolute;background:#ff9903;text-align:center;color:#000;border-radius:4px;border:.3rem solid #000;padding:.1rem .3rem;left:-2rem;top:-1.4rem;font-weight:500;font-size:1.4rem;line-height:2.2rem}.AElfAssets_textContentFlex__3Qw06{margin-left:.8rem;display:flex;flex-direction:column;flex:1 1}.AccountNo_accountNo__1uTE3{display:flex;align-items:center}.AccountNo_accountNo__1uTE3 .AccountNo_accountText__PTqzA{margin-right:.6rem}.AccountNo_accountNo__1uTE3 .AccountNo_accountCopy__0iXLD{display:flex;align-items:center;cursor:pointer}.AccountNo_accountNo__1uTE3 .AccountNo_accountCopy__0iXLD svg{width:1.4rem;height:1.4rem}.BetsHistory_mobile__OflFt .BetsHistory_betListWrapper__1HRYn{width:100%}.BetsHistory_mobile__OflFt .BetsHistory_betListWrapper__1HRYn::-webkit-scrollbar{background-color:#ebebeb;width:.5rem}.BetsHistory_mobile__OflFt .BetsHistory_betListWrapper__1HRYn::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.BetsHistory_mobile__OflFt .BetsHistory_betDate__o9IS9{font-family:Roboto;font-style:normal;font-weight:400;margin:.6rem;font-size:1.2rem;line-height:2rem;color:#707070}.BetsHistory_mobile__OflFt .BetsHistory_collapse__ltgK2{margin-bottom:.4rem}.BetsHistory_mobile__OflFt .BetsHistory_betResultIcon__B5Mo5 svg{width:1.5rem;height:1.5rem;margin-right:.5rem}.BetsHistory_mobile__OflFt .BetsHistory_arrow__vzbUD{display:flex;flex-grow:1;justify-content:flex-end}.BetsHistory_mobile__OflFt .BetsHistory_arrow__vzbUD svg{height:1rem;width:1rem}.BetsHistory_mobile__OflFt .ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header{padding:0}.BetsHistory_mobile__OflFt .ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{visibility:hidden}.BetsHistory_mobile__OflFt .ant-collapse-content>.ant-collapse-content-box{padding:0}.BetsHistory_pc__FGswQ .BetsHistory_betDate__o9IS9{font-family:Roboto;font-style:normal;font-weight:400;margin:.6rem;font-size:1.4rem;line-height:2rem}.BetsHistory_pc__FGswQ .BetsHistory_collapse__ltgK2{margin-bottom:1rem;border-radius:16px}.BetsHistory_pc__FGswQ .BetsHistory_collapse__ltgK2 .BetsHistory_pc__FGswQ{padding:0 3rem;display:flex;justify-content:space-between;gap:8rem}.BetsHistory_pc__FGswQ .BetsHistory_win__0W7kh{background:#d1e4fd}.BetsHistory_pc__FGswQ .BetsHistory_lose__wf7eU{background:#f2dda7}.BetsHistory_pc__FGswQ .BetsHistory_betResultIcon__B5Mo5 svg{width:2rem;height:2rem;margin-right:.8rem}.BetsHistory_pc__FGswQ .BetsHistory_arrow__vzbUD{display:flex;flex-grow:1;justify-content:end}.BetsHistory_pc__FGswQ .BetsHistory_arrow__vzbUD svg{height:1.5rem;width:1.5rem}.BetsHistory_pc__FGswQ .ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header{padding:0}.BetsHistory_pc__FGswQ .ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{visibility:hidden}.BetsHistory_betTransaction__nFrEv{border-radius:16px;display:flex;align-items:center;padding:.8rem 2.1rem;font-family:Roboto;font-style:normal}.BetsHistory_betTransaction__nFrEv .BetsHistory_betResult__b9B4x{display:flex;align-items:center;font-weight:500;font-size:2.4rem;line-height:2.8rem}.BetsHistory_betTransaction__nFrEv .BetsHistory_loseBetType__j2DdM{padding:.7rem .6rem .5rem 1.2rem;width:9rem;background:#ffcb9b;border-radius:10px;text-align:center;margin-left:1.5rem;font-weight:500;font-size:2rem;line-height:2.8rem}.BetsHistory_betTransaction__nFrEv .BetsHistory_winBetType__2rXpm{padding:.7rem .6rem .5rem 1.2rem;width:9rem;background:#c5dfff;border-radius:10px;text-align:center;margin-left:2.6rem;font-weight:500;font-size:2rem;line-height:2.8rem}.BetsHistory_betTransaction__nFrEv .BetsHistory_text__wmvE0{font-weight:400;font-size:1.4rem;line-height:2rem;color:#707070;margin-right:.4rem}.BetsHistory_betTransaction__nFrEv .BetsHistory_betReturn__a_oCL{padding-left:2rem}.BetsHistory_winBg__oNPvW{background:#e2efff}.BetsHistory_loseBg__RNjGH{background:#f7ebb3}.BetsHistory_winColor__3CcuO{color:#2e6bc7}.BetsHistory_loseColor__Y56ib{color:#d63333}.BetsHistory_cardWrapper__Fn3zQ .BetsHistory_cardTitle__hQpiG{display:flex;justify-content:space-between;align-items:center;font-family:Roboto;font-style:normal;font-weight:500;font-size:1.2rem;line-height:1.4rem;padding:.7rem 1.6rem;border-radius:5px}.BetsHistory_cardWrapper__Fn3zQ .BetsHistory_cardTitle__hQpiG .BetsHistory_cardRight__PRH4w{display:flex;align-items:center}.BetsHistory_cardWrapper__Fn3zQ .BetsHistory_cardTitle__hQpiG .BetsHistory_cardRight__PRH4w .BetsHistory_cardRightText__keI6C{margin-right:.9rem}.BetsHistory_cardWrapper__Fn3zQ .BetsHistory_cardBody__rfLJS{font-family:Roboto;font-style:normal;font-weight:400;font-size:1.2rem;line-height:2rem;color:#707070;padding:.8rem 1.6rem}.BetsHistory_cardWrapper__Fn3zQ .BetsHistory_cardBody__rfLJS .BetsHistory_cardRow__0X8Ml{display:flex;justify-content:space-between}.BetsHistory_transactionDetailMobile__WNHu_{width:100%;font-family:Roboto;font-style:normal;font-weight:400;font-size:1.2rem;line-height:2rem;color:#707070;border:1px solid #707070;border-radius:5px;padding:1.1rem 1.6rem;margin-bottom:1rem}.BetsHistory_transactionDetailMobile__WNHu_ .BetsHistory_playLabel__ExyIu{color:#000;font-size:1.2rem}.BetsHistory_transactionDetailMobile__WNHu_ .BetsHistory_transactionRow__c5AMW{display:flex;justify-content:space-between}.BetsHistory_transactionDetailMobile__WNHu_ .BetsHistory_transactionRow__c5AMW .BetsHistory_label__MTK2F{white-space:nowrap}.BetsHistory_transactionDetailPc__iWFQG{width:100%;font-family:Roboto;font-style:normal;font-weight:400;font-size:1.4rem;line-height:2rem;color:#707070}.BetsHistory_transactionDetailPc__iWFQG .BetsHistory_playLabel__ExyIu{color:#000;font-size:1.6rem}.BetsHistory_transactionDetailPc__iWFQG .BetsHistory_transactionRow__c5AMW{display:flex;justify-content:space-between;margin-top:.6rem}.BetsHistory_transactionDetailPc__iWFQG .BetsHistory_transactionRow__c5AMW .BetsHistory_label__MTK2F{white-space:nowrap}.BetsHistory_transactionDetailPc__iWFQG .BetsHistory_titleRow__9QsQT{margin-top:0}.BetsHistory_link__0_CKe{text-decoration:underline}.BetsHistory_opened___BL4N svg{rotate:90deg}.BetsHistory_loading__08Get{text-align:center}.SettingModal_mobile__RWsSu{padding:2rem}.SettingModal_mobile__RWsSu .SettingModal_title__z3I6a{font-family:Roboto;font-style:normal;text-align:center;font-weight:500;font-size:2.4rem;line-height:2.8rem;margin-bottom:1.7rem}.SettingModal_mobile__RWsSu .SettingModal_titleWrapper__GB__U{text-align:center;font-family:Roboto;font-style:normal;font-weight:500;font-size:2.4rem;line-height:2.8rem;color:#000}.SettingModal_mobile__RWsSu .SettingModal_titleWrapper__GB__U .SettingModal_winLabel__X5_0C{float:left;margin-left:9.5rem;font-size:.8rem;line-height:.9rem;padding:.3rem .9rem;background:#e2efff;border-radius:5px;color:#2e6bc7;margin-right:-4px}.SettingModal_mobile__RWsSu .SettingModal_titleWrapper__GB__U .SettingModal_winRatio__eZ2JQ{color:#000;margin-left:.4rem}.SettingModal_mobile__RWsSu .SettingModal_contentWrapper__WZu3S{height:33rem;overflow:auto}.SettingModal_mobile__RWsSu .SettingModal_contentWrapper__WZu3S .SettingModal_stepTitle__h1T_8{padding-top:2rem}.SettingModal_mobile__RWsSu .SettingModal_contentWrapper__WZu3S .SettingModal_content__mxYiA{font-family:Roboto;font-style:normal;font-weight:400;font-size:1.2rem;line-height:1.4rem;margin-bottom:1rem;color:#707070}.SettingModal_pc__qqgz7{padding:8rem 11rem 4rem 13rem}.SettingModal_pc__qqgz7 .SettingModal_title__z3I6a{font-family:Roboto;font-style:normal;text-align:center;font-weight:500;font-size:4rem;line-height:4.7rem;margin-bottom:2rem}.SettingModal_pc__qqgz7 .SettingModal_titleWrapper__GB__U{display:flex;align-items:center;margin-left:28rem}.SettingModal_pc__qqgz7 .SettingModal_titleWrapper__GB__U .SettingModal_winLabel__X5_0C{font-size:2rem;line-height:2.3rem;padding:.8rem 3.6rem;background:#e2efff;border-radius:10px;margin-left:2.8rem;font-family:Roboto;font-style:normal;font-weight:500;text-align:center;color:#2e6bc7}.SettingModal_pc__qqgz7 .SettingModal_titleWrapper__GB__U .SettingModal_winRatio__eZ2JQ{color:#000;margin-left:.4rem}.SettingModal_pc__qqgz7 .SettingModal_contentWrapper__WZu3S{height:33rem;overflow:auto}.SettingModal_pc__qqgz7 .SettingModal_contentWrapper__WZu3S .SettingModal_stepTitle__h1T_8{padding-top:2rem}.SettingModal_pc__qqgz7 .SettingModal_contentWrapper__WZu3S .SettingModal_content__mxYiA{font-family:Roboto;font-style:normal;font-weight:400;font-size:2.4rem;line-height:2.8rem;margin-bottom:1.4rem;color:#707070}.SettingModal_pc__qqgz7 .SettingModal_contentWrapper__WZu3S::-webkit-scrollbar{-webkit-appearance:none;width:1rem}.SettingModal_pc__qqgz7 .SettingModal_contentWrapper__WZu3S::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.Setting_mobile__dUzTw{padding:1.4rem;overflow:hidden}.Setting_mobile__dUzTw .Setting_contentWrapper__9dovr{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10}.Setting_mobile__dUzTw .Setting_buttonsWrapper__lx60M{display:flex;flex-direction:column;width:100%;padding-top:1.6rem}.Setting_mobile__dUzTw .Setting_buttonsWrapper__lx60M .Setting_button__Neiu2{background-image:url(/_next/static/media/rectangle.47f02050.png);background-size:100% 100%;height:3rem;padding:.6rem .5rem;font-weight:400;font-size:1.6rem;line-height:1.8rem;color:#fff;margin-bottom:1.2rem}.Setting_mobile__dUzTw .Setting_footerButtonsWrapper__nX_7H{width:100%;display:flex;justify-content:space-around;padding-top:1rem}.Setting_pc__U4ulr{margin:2.5rem 4.4rem 3rem;overflow:hidden}.Setting_pc__U4ulr .Setting_contentWrapper__9dovr{margin:3rem 8rem;width:100%;display:flex;justify-self:center;align-items:center;flex-direction:column;width:inherit}.Setting_pc__U4ulr .Setting_buttonsWrapper__lx60M{display:flex;justify-content:space-between;padding-top:5rem;width:100%}.Setting_pc__U4ulr .Setting_buttonsWrapper__lx60M .Setting_button__Neiu2{display:flex;align-items:center;background-image:url(/_next/static/media/rectangle_pc.fea15643.png);background-size:100% 100%;padding:1.2rem 4rem;font-weight:400;font-size:2.4rem;line-height:2.8rem;color:#fff}.NetworkError_mobile__nfSrL{display:flex;flex-direction:column;align-items:center}.NetworkError_mobile__nfSrL .NetworkError_icon__XMbDK{margin-top:6rem;display:flex;flex-direction:column;align-items:center}.NetworkError_mobile__nfSrL .NetworkError_icon__XMbDK svg{width:5.2rem}.NetworkError_mobile__nfSrL .NetworkError_icon__XMbDK .NetworkError_warning__1aSxv{font-weight:500;font-size:2.4rem;color:#000}.NetworkError_mobile__nfSrL .NetworkError_warningText__Il1Y4{margin-top:1.6rem;font-weight:400;font-size:1.6rem;text-align:center;color:#707070}.NetworkError_mobile__nfSrL .NetworkError_defaultBtn__D8I6q{margin-top:5.5rem;width:24rem;height:6rem}.NetworkError_pc__kLcOl,.NetworkError_pc__kLcOl .NetworkError_icon__XMbDK{display:flex;flex-direction:column;align-items:center}.NetworkError_pc__kLcOl .NetworkError_icon__XMbDK{margin-top:10rem}.NetworkError_pc__kLcOl .NetworkError_icon__XMbDK svg{width:7rem;height:6rem}.NetworkError_pc__kLcOl .NetworkError_icon__XMbDK .NetworkError_warning__1aSxv{font-weight:600;font-size:4rem;color:#000}.NetworkError_pc__kLcOl .NetworkError_warningText__Il1Y4{margin-top:1.6rem;font-weight:400;font-size:2rem;text-align:center;color:#707070}.NetworkError_pc__kLcOl .NetworkError_defaultBtn__D8I6q{margin-top:8rem;width:40rem;height:10rem}.NetworkError_artWord__0LFVi{font-weight:900;font-size:3.2rem;line-height:3.8rem;text-align:center;font-family:Helvetica;color:#fff;-webkit-text-stroke:.1rem #000;text-shadow:0 .2rem 0 #000}.AccountValidateWrapper_message__fPMaT{margin-top:15rem}.AccountValidateWrapper_message__fPMaT .portkey-ant-message-notice-content{border:1px solid #2e6bc7;border-radius:5px;max-width:60rem}.background_background__sz6fC{width:100%;height:100%;position:absolute;background-image:url(/_next/static/media/BG@3x.799b82c3.png);background-size:cover}@media(min-aspect-ratio:1/1){.background_background__sz6fC{background-image:url(/_next/static/media/bg_pc.6aac3f9f.png);background-size:100% 100%;display:flex;justify-self:center;overflow:auto}.background_bodyWrapper__ZLOAT{width:100%;height:100%}}
/*# sourceMappingURL=581692bb40009c88.css.map*/