@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{box-sizing:content-box;position:absolute;height:0;width:1px;content:"";z-index:-1;border:8px solid transparent;left:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + (1.7rem / 2));overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;-webkit-clip-path:circle(0);clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}@font-face{font-family:icomoon;src:url(/_next/static/media/icomoon.46f2e024.eot);src:url(/_next/static/media/icomoon.46f2e024.eot) format("embedded-opentype"),url(/_next/static/media/icomoon.c10f378e.ttf) format("truetype"),url(/_next/static/media/icomoon.4bf3f6a9.woff) format("woff"),url(/_next/static/media/icomoon.3a1718f7.svg) format("svg");font-weight:400;font-style:normal;font-display:block}.icon:before{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-toast-close:before{content:""}.icon-toast-checkmark:before{content:""}.icon-question:before{content:""}.icon-envelope:before{content:""}.icon-menu:before{content:""}.icon-close:before{content:""}.icon-checkmark:before{content:""}.icon-information:before{content:""}.icon-cake1:before{content:""}.icon-minus:before{content:""}.icon-plus:before{content:""}.icon-digital-wallet:before{content:""}.icon-mobile-w:before{content:""}.icon-ios:before{content:""}.icon-android-w:before{content:""}.icon-pc:before{content:""}.icon-close-radius:before{content:""}.icon-refresh:before{content:""}.icon-logout:before{content:""}.icon-change-password:before{content:""}.icon-referral:before{content:""}.icon-cryptowallet:before{content:""}.icon-arrow-next:before{content:""}.icon-medal:before{content:""}.icon-nolive:before{content:""}.icon-nova88:before{content:""}.icon-policies:before{content:""}.icon-livechat1:before{content:""}.icon-cock:before{content:""}.icon-jump:before{content:""}.icon-livechat:before{content:""}.icon-run:before{content:""}.icon-trophy:before{content:""}.icon-visit:before{content:""}.icon-friendreferral:before{content:""}.icon-friend:before{content:""}.icon-nodata:before{content:""}.icon-new:before{content:""}.icon-USDC:before{content:""}.icon-USDT:before{content:""}.icon-upcomingmatches:before{content:""}.icon-home123:before{content:""}.icon-deposit1:before{content:""}.icon-FAQS:before{content:""}.icon-play:before{content:""}.icon-register:before{content:""}.icon-withdrawal1:before{content:""}.icon-MangoPay:before{content:""}.icon-icon32px_Double-arrow:before{content:""}.icon-affiliate:before{content:""}.icon-icon_1_affiliate:before{content:""}.icon-icon_1_cop:before{content:""}.icon-mediafire:before{content:""}.icon-tiktok:before{content:""}.icon-ETH:before{content:""}.icon-BTC:before{content:""}.icon-line:before{content:""}.icon-saba:before{content:""}.icon-cockFight:before{content:""}.icon-balance:before{content:""}.icon-icon_777:before{content:""}.icon-icon_service:before{content:""}.icon-icon32px_:before{content:""}.icon-icon32px_1:before{content:""}.icon-icon32px_ALL:before{content:""}.icon-icon32px_attachment:before{content:""}.icon-icon32px_award:before{content:""}.icon-icon32px_bank-account:before{content:""}.icon-icon32px_books:before{content:""}.icon-icon32px_check:before{content:""}.icon-icon32px_checked:before{content:""}.icon-icon32px_deposit:before{content:""}.icon-icon32px_Funds-transfer:before{content:""}.icon-icon32px_hide:before{content:""}.icon-icon32px_History:before{content:""}.icon-icon32px_ig:before{content:""}.icon-icon32px_keno-14:before{content:""}.icon-icon32px_LIVEcasino:before{content:""}.icon-icon32px_Main-Wallet:before{content:""}.icon-icon32px_microphone:before{content:""}.icon-icon32px_money:before{content:""}.icon-icon32px_notification:before{content:""}.icon-mail-envelope-open:before{content:""}.icon-icon32px_password:before{content:""}.icon-icon32px_pic:before{content:""}.icon-icon32px_Profile:before{content:""}.icon-icon32px_receipt:before{content:""}.icon-icon32px_see:before{content:""}.icon-icon32px_service-70:before{content:""}.icon-spinner11:before{content:""}.icon-icon32px_Sportsbook-Wallet:before{content:""}.icon-icon32px_time:before{content:""}.icon-icon32px_timer:before{content:""}.icon-ranking:before{content:""}.icon-icon32px_uplock:before{content:""}.icon-icon32px_wallet:before{content:""}.icon-icon32px_Withdraw:before{content:""}.icon-icon32px_worker:before{content:""}.icon-virtual-sports:before{content:""}.icon-statement1:before{content:""}.icon-statement:before{content:""}.icon-kelo:before{content:""}.icon-lottery:before{content:""}.icon-hockey:before{content:""}.icon-nova-casino:before{content:""}.icon-ow-casino:before{content:""}.icon-member:before{content:""}.icon-esport:before{content:""}.icon-F1:before{content:""}.icon-football:before{content:""}.icon-badminton:before{content:""}.icon-baseball:before{content:""}.icon-basketball:before{content:""}.icon-soccer2:before{content:""}.icon-tennis:before{content:""}.icon-balance1:before{content:""}.icon-casino:before{content:""}.icon-contact:before{content:""}.icon-deposit:before{content:""}.icon-email:before{content:""}.icon-game:before{content:""}.icon-keno:before{content:""}.icon-livecasino:before{content:""}.icon-marquee:before{content:""}.icon-gift:before{content:""}.icon-sports:before{content:""}.icon-transfer:before{content:""}.icon-vip:before{content:""}.icon-e-sports:before{content:""}.icon-withdrawal:before{content:""}.icon-bankinfo:before{content:""}.icon-profile:before{content:""}.icon-icon-Shield:before{content:""}.icon-line-bold:before{content:""}.icon-tree:before{content:""}.icon-home1:before{content:""}.icon-QQpay:before{content:""}.icon-promotion:before{content:""}.icon-windows:before{content:""}.icon-pinterest:before{content:""}.icon-pinterest2:before{content:""}.icon-alarm:before,.icon-bell:before{content:""}.icon-home:before{content:""}.icon-newspaper:before{content:""}.icon-pencil:before{content:""}.icon-camera:before{content:""}.icon-film:before{content:""}.icon-video-camera:before{content:""}.icon-connection:before{content:""}.icon-books:before{content:""}.icon-library:before{content:""}.icon-files-empty:before{content:""}.icon-download:before{content:""}.icon-folder-upload:before{content:""}.icon-qrcode:before{content:""}.icon-coin-dollar:before{content:""}.icon-credit-card:before{content:""}.icon-calculator:before{content:""}.icon-phone:before{content:""}.icon-map2:before{content:""}.icon-history:before{content:""}.icon-calendar:before{content:""}.icon-mobile:before{content:""}.icon-user-plus:before{content:""}.icon-spinner12:before{content:""}.icon-search:before{content:""}.icon-key:before{content:""}.icon-key2:before{content:""}.icon-lock:before{content:""}.icon-equalizer:before{content:""}.icon-cog:before{content:""}.icon-cogs:before{content:""}.icon-bin:before{content:""}.icon-download2:before{content:""}.icon-sphere:before{content:""}.icon-eye:before{content:""}.icon-eye-blocked:before{content:""}.icon-sun:before{content:""}.icon-contrast:before{content:""}.icon-star-empty:before{content:""}.icon-star-full:before{content:""}.icon-warning:before{content:""}.icon-plus1:before{content:""}.icon-cancel-circle:before{content:""}.icon-cross:before{content:""}.icon-checkmark1:before{content:""}.icon-exit:before{content:""}.icon-volume-medium:before{content:""}.icon-loop:before{content:""}.icon-arrow-up-left2:before{content:""}.icon-arrow-up2:before{content:""}.icon-arrow-up-right2:before{content:""}.icon-arrow-right2:before{content:""}.icon-arrow-down-right2:before{content:""}.icon-arrow-down2:before{content:""}.icon-arrow-down-left2:before{content:""}.icon-arrow-left2:before{content:""}.icon-circle-right:before{content:""}.icon-checkbox-checked:before{content:""}.icon-checkbox-unchecked:before{content:""}.icon-radio-checked:before{content:""}.icon-radio-checked2:before{content:""}.icon-radio-unchecked:before{content:""}.icon-new-tab:before{content:""}.icon-facebook:before{content:""}.icon-facebook2:before{content:""}.icon-instagram:before{content:""}.icon-whatsapp:before{content:""}.icon-telegram:before{content:""}.icon-twitter:before{content:""}.icon-youtube:before{content:""}.icon-appleinc:before{content:""}.icon-android:before{content:""}.icon-skype:before{content:""}.icon-IcoMoon:before{content:""}.icon-plus-square:before{content:""}.icon-book-open:before{content:""}.icon-person:before{content:""}.icon-live_tv:before{content:""}.icon-cricket:before{content:""}.icon-backup:before,.icon-cloud_upload:before{content:""}.icon-last_page:before{content:""}.icon-first_page:before{content:""}.icon-arrow_right:before{content:""}.icon-arrow_left:before{content:""}.icon-arrow_drop_up:before{content:""}.icon-arrow_drop_down:before{content:""}.icon-broken_image:before{content:""}.icon-keyboard_arrow_up:before{content:""}.icon-keyboard_arrow_right1:before{content:""}.icon-keyboard_arrow_left:before{content:""}.icon-keyboard_arrow_down:before{content:""}.icon-error_outline:before{content:""}.icon-error:before{content:""}.icon-keyboard_arrow_right:before{content:""}.icon-cake:before{content:""}.icon-calculator1:before{content:""}.icon-message-typing:before{content:""}.icon-news:before,.icon-paper:before{content:""}.icon-approve:before,.icon-like:before,.icon-thumbs-up:before{content:""}.icon-bubbles:before,.icon-chat:before,.icon-conversation:before,.icon-message:before,.icon-talk:before{content:""}.icon-volleyball:before{content:""}.icon-boxing:before{content:""}.icon-box-bookmark:before{content:""}.icon-icon32px_openmail:before{content:""}.icon-moon:before{content:""}@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{background:transparent;border:none;padding:0;outline:none;cursor:pointer}pre{white-space:break-spaces}a{text-decoration:none;color:#5574a7;cursor:pointer}img{width:100%;display:block;height:auto}.preloader{position:relative;width:200px;height:200px;background-image:radial-gradient(center,circle closest-side,#141414 10%,hsla(0,0%,8%,0) 60%);background-image:-o-radial-gradient(center,circle closest-side,#141414 10%,hsla(0,0%,8%,0) 60%)}.preloader-logo{width:39%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:logofader 3s ease-in}.preloader,.preloader hr{position:absolute;top:calc(50% - 100px);left:0;right:0;bottom:0;margin-left:auto;margin-right:auto}.preloader hr{box-sizing:border-box;display:block;border:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.preloader hr:first-of-type{top:28px;border-top-color:red;animation-duration:2.4s;height:144px;width:144px}.preloader hr:nth-of-type(2){top:33px;border-top-color:red;animation-duration:2s;height:134px;width:134px}.preloader hr:nth-of-type(3){top:38px;border-top-color:red;animation-duration:1.6s;height:124px;width:124px}.preloader hr:nth-of-type(4){top:43px;border-top-color:red;animation-duration:1.2s;height:114px;width:114px}.preloader hr:nth-of-type(5){top:48px;left:25px;right:25px;border-top-color:red;animation-duration:.8s;height:104px;width:104px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes logofader{0%{opacity:.1}50%{opacity:.5}75%{opacity:.8}to{opacity:1}}html{height:100%}body{min-height:100vh}.required-tip{color:#cf0404}.d-none{display:none!important}.txt-gray{color:#aeacac!important}.txt-black{color:#000;font-weight:700;font-size:24px;line-height:30px}@keyframes shine-diagonal{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:true}@keyframes spin-angle{0%{--angle:0deg}to{--angle:360deg}}#header .header-top .header-btn-group .user-info .info-container button.mail.active:after,.notify-dot:after{top:2px;right:0;position:absolute;display:block;content:"";background:red;width:8px;height:8px;border-radius:100px;transition:all .2s ease-in-out;animation:dot 1.5s ease 0s infinite normal none}a.primary,button.primary{background:#c01d21!important;color:#fff!important;border-color:#c01d21!important}a.primary:hover,button.primary:hover{background:red!important;border-color:red!important}a.secondary,button.secondary{background:#caa66f!important;color:#fff!important;border-color:#caa66f!important}a.secondary:hover,button.secondary:hover{background:#e3ba79!important;border-color:#e3ba79!important}a.thrid,button.thrid{background:#1f1f1f!important;color:#fff!important;border-color:#1f1f1f!important}a.thrid:hover,button.thrid:hover{background:#5a5a5a!important;border-color:#5a5a5a!important}a.ghost,button.ghost{background:transparent!important;border:1px solid #ccc!important;color:#aeacac!important}a.ghost:hover,button.ghost:hover{color:#fff!important;border:1px solid #fff!important}a.ghost.gold,button.ghost.gold{border:1px solid #caa66f!important;color:#caa66f!important;background:#000!important}a.ghost.gold:hover,button.ghost.gold:hover{color:#dfc9a7!important;border:1px solid #dfc9a7!important}a.ghost.gold.red,button.ghost.gold.red{color:#fff!important;border:1px solid #cf0404!important;background:#e92529!important}a.ghost.dark,button.ghost.dark{color:#4c5356!important;border:1px solid #4c5356!important;background:transparent!important}a.ghost.dark:hover,button.ghost.dark:hover{color:#ccc!important;border:1px solid #ccc!important}a.white,button.white{background:#fff!important;border:1px solid #caa66f!important;color:#caa66f!important}a.white:hover,button.white:hover{color:#bc8f4a!important}a.green,button.green{color:#fff!important;background:#4b902e!important}a.green:hover,button.green:hover{background:#83ba43!important}a.info,button.info{background:#011fd4!important;color:#fff}a.info:hover,button.info:hover{background:#1549ff!important}button[disabled]{cursor:default}button[disabled],button[disabled]:hover{background:#a5aab1!important;color:#666!important;border-color:transparent!important}#goTop{background:#c01d21!important}.icon-balance:before{font-size:24px!important}.icon-cq9:before{font-size:16px!important}.icon-friend:before{font-size:12px}.home-marquee{position:relative;padding:0 30px;background:#1f1f1f}.home-marquee #Marquee{position:relative;display:flex;align-items:center;gap:10px}.home-marquee #Marquee .marquee-box{overflow:hidden;flex:1 1;height:55px;margin:auto;position:relative;display:flex;align-items:center;justify-content:space-between}.home-marquee #Marquee .marquee-box:before{display:block;content:url(/_next/static/media/news-icon-wobg.e4d0b916.png);padding:2px 8px;z-index:1}.home-marquee #Marquee .marquee-run{position:absolute;display:flex;flex-flow:row;padding-left:50px;white-space:nowrap}.home-marquee #Marquee .marquee-run button{margin-right:10px;background:transparent!important;border:none!important;color:#fff!important}.home-marquee .livechat-btn{display:flex;align-items:center;background:#efefef;width:107px;height:55px;padding-left:15px;box-sizing:border-box}.home-marquee .livechat-btn img{width:20px;margin-right:5px}.float-sidebar{position:fixed;top:50%;transform:translateY(-50%);left:0;z-index:50}.float-sidebar .sidebar-container{background:rgba(76,83,86,.6);border-radius:0 5px 5px 0;overflow:hidden}.float-sidebar .sidebar-list{margin:12px 0 14px}.float-sidebar .sidebar-list .sidebar-link{display:block;padding:0 10px}.addressModule .address-list>div,form{color:#aeacac!important}.inputBox-blue .iconModule .icon-information:before,.inputBox-blue .iconModule .icon-warning:before{color:#caa66f!important}.listBody.backstage a{color:#dfc9a7!important}.listBody.backstage a:hover{color:#e3ba79!important}.personal .list .functionMenu .icon-spinner11{color:#caa66f!important}.pageSelect{width:unset!important}.pageSelect .dropdown .btn{position:static;justify-content:flex-start!important}.promosSelect .white{border:none!important;color:#000!important}.promosSelect .white:hover{background:#e6e6e6!important}.promosSelect .thrid{background:#000!important}.promosSelect .thrid:hover{background:#3f4144!important}#header{width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:4;min-width:1400px}#header *{box-sizing:border-box}#header .header-top{display:flex;justify-content:space-between;padding:10px 30px;background:#000}#header .header-top .logo{display:flex;align-items:center;gap:10px}#header .header-top .logo img:not(:first-child){width:60px}#header .header-top .logo a:nth-child(0) img{width:200px}#header .header-top .logo a:nth-child(3) img{width:120px}#header .header-top .header-btn-group{display:flex;flex-direction:column;align-items:end;justify-content:center;gap:6px}#header .header-top .header-btn-group .primary{padding:5px 10px;background:linear-gradient(180deg,#d70000,#8f0000);font-weight:600;border-radius:3px;text-shadow:0 -1px 0 #000;font-size:15px}#header .header-top .header-btn-group .primary:hover{background:red!important}#header .header-top .header-btn-group .green{background:linear-gradient(180deg,#39b248,#226b2b)!important;padding:5px 10px;font-size:15px;font-weight:600;text-shadow:0 -1px 0 #000;display:flex;align-items:center;position:relative;overflow:hidden}#header .header-top .header-btn-group .green img{width:22px;margin-right:5px}#header .header-top .header-btn-group .green:before{content:"";position:absolute;top:-150%;left:-150%;width:300%;height:200%;background:linear-gradient(0deg,transparent,hsla(0,0%,100%,0),hsla(0,0%,100%,.4),hsla(0,0%,100%,0));transform:rotate(45deg);animation:shine-diagonal 2.3s linear infinite}@keyframes flash{0%,10%,50%{opacity:1}25%,75%{opacity:.85}}#header .header-top .header-btn-group .line-login{display:flex;align-items:center;padding:5px 10px;background:#fff!important;font-weight:600;font-size:13px;color:#000;border-radius:3px}#header .header-top .header-btn-group .line-login img{width:22px;margin-right:5px}#header .header-top .header-btn-group .user-info{display:flex;align-items:center;gap:6px;min-height:40px}#header .header-top .header-btn-group .user-info .info-container{display:flex;align-items:center;gap:6px}#header .header-top .header-btn-group .user-info .info-container .phone-info{display:flex;align-items:center;white-space:nowrap}#header .header-top .header-btn-group .user-info .info-container .phone-info img{width:16px}#header .header-top .header-btn-group .user-info .info-container .phone-info-isLogin{margin:0 10px 0 0}#header .header-top .header-btn-group .user-info .info-container button{height:32px;border-radius:8px}#header .header-top .header-btn-group .user-info .info-container button.mail{transition:all .1s ease;position:relative}#header .header-top .header-btn-group .user-info .info-container button.mail img{width:25px}#header .header-top .header-btn-group .user-info .info-container button.mail.before-login{opacity:.4;cursor:default}#header .header-top .header-btn-group .user-info .info-container button.mail.before-login:hover{opacity:.4}#header .header-top .header-btn-group .user-info .info-container button.mail.after-login{opacity:1}#header .header-top .header-btn-group .user-info .info-container button.mail:hover{opacity:.8}#header .header-top .header-btn-group .user-info .info-container .user-status{display:flex;align-items:center;gap:4px}#header .header-top .header-btn-group .user-info .info-container .user-status .text{font-size:13px}#header .header-top .header-btn-group .user-info .info-container .user-status .text .user-mark{color:#d9a728}#header .header-top .header-btn-group .user-info .info-container .user-status .text .vip-mark{color:#009345}#header .header-top .header-btn-group .user-info .info-container .user-status .icon{width:32px;margin-bottom:5px}#header .header-top .header-btn-group .user-info .info-container .balance{position:relative;margin:0 20px 0 5px}#header .header-top .header-btn-group .user-info .info-container .balance .thrid{padding:5px 10px;border-radius:3px;border:1px solid #5a5a5a!important}#header .header-top .header-btn-group .user-info .info-container .balance .mark{color:#d9a728}#header .header-top .header-btn-group .user-info .info-container .balance.active .balance-container{display:block}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container{display:none;background:#242526;position:absolute;z-index:3;border:1px solid #f2f2f2;padding:20px;border-radius:5px;min-width:340px;top:35px;left:50%;transform:translateX(-50%)}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container .title-balance{align-items:center}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container>div{display:flex;margin-bottom:10px;font-size:18px;font-weight:400;gap:10px}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container>div .primary{width:100%;background:#c01d21!important;text-shadow:none}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container>div .primary:hover{background:red!important}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container>div .icon{color:#fff;font-size:16px}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container>div .icon:hover{color:red}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container .selector-money{display:flex;flex-direction:column;background:#fff;color:#242526;border-radius:5px;margin-bottom:10px;padding:10px;font-size:15px}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container .selector-money .wallet-price{display:flex;justify-content:space-between}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container .selector-time{font-size:12px;margin:0;display:flex;flex-direction:column}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container .selector-time>div{display:flex;justify-content:space-between}#header .header-top .header-btn-group .user-info .info-container .balance .balance-container .selector-time>div:first-child{margin:5px 0}#header .header-top .header-btn-group .user-info .info-container .user-profile{display:flex;position:relative}#header .header-top .header-btn-group .user-info .info-container .user-profile button{transition:all .1s ease;position:relative;height:32px}#header .header-top .header-btn-group .user-info .info-container .user-profile button:hover{opacity:.8}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector{background:#242526;position:absolute;z-index:3;border-radius:5px;width:-moz-fit-content;width:fit-content;right:150px;top:35px;display:none;border:1px solid #f2f2f2;left:50%;transform:translateX(-50%)}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top{background:#101212;padding:20px 20px 10px;border-radius:5px 5px 0 0}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .highest-text{color:#f0b003;font-size:16px;display:flex;justify-content:center}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-img{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:5px}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-img img{width:60px}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-img .line-block{display:flex;justify-content:space-between;align-items:center}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-img .line-block span.icon-arrow-right2{display:flex;align-items:center;justify-content:center}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-img .line-block span.icon-arrow-right2:before{color:#aeacac;margin:0 0 0 3px!important}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-img .line-block .dot-line{width:95px;height:6px;margin:0}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress{height:6px;background:#fff;border-radius:50px}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress .progress-bar{background:linear-gradient(90deg,#9d0000,#fe4f4f);height:6px;border-radius:50px}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-number{font-size:11px;display:flex;justify-content:space-between;gap:10px;padding:5px 0}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-number>div{font-weight:500;color:#ccc}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-number>div:first-child{width:30%}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .progress-number>div .user-number{color:#d9a728}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .next-milestone{margin-top:5px;font-size:11px;display:flex;justify-content:flex-end}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .next-milestone a{display:flex;align-items:center;color:#f2f2f2}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .next-milestone a:hover{color:red}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .next-milestone a .icon{margin:0;font-size:15px}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-top .next-milestone a .icon:before{margin:0}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-bottom{display:flex;flex-direction:column}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-bottom a{padding:18px 20px;display:flex;align-items:center;color:#fff;border-bottom:1px solid #595959;font-size:15px;gap:6px;white-space:nowrap}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-bottom a:last-child{border:0}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-bottom a:hover{background:#5a5a5a}#header .header-top .header-btn-group .user-info .info-container .user-profile .profile-selector .selector-bottom .icon{font-size:25px}#header .header-top .header-btn-group .user-info .info-container .user-profile.active .profile-selector{display:block}#header .header-top .header-btn-group .user-info .info-container .user-profile .user-profile-btn{position:relative}@keyframes dot{0%{opacity:1}10%{transform:translate3d(-.1vw,0,0)}70%{transform:scale(1);box-shadow:0 0 0 .5vw rgba(255,0,0,.471)}80%{transform:translate3d(-.1vw,0,0)}to{transform:scale(1);box-shadow:0 0 0 .8vw rgba(255,0,0,.471);opacity:1}}#header .header-top .header-btn-group .user-info .info-container .language-selector{position:relative}#header .header-top .header-btn-group .user-info .info-container .language-selector .thrid{display:flex;align-items:center;padding:5px 10px;border-radius:3px;border:1px solid #5a5a5a!important}#header .header-top .header-btn-group .user-info .info-container .language-selector .thrid .icon{border-radius:100%;border:1px solid #fff;width:18px;margin-right:5px}#header .header-top .header-btn-group .user-info .info-container .language-selector .thrid:after{display:block;content:"";background:url(/_next/static/media/arrow-down.32d5a5c0.webp) no-repeat 50%/cover;width:12px;height:12px;margin-left:5px}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list{background:#242526;padding:10px;position:absolute;z-index:3;top:36px;border-radius:5px;display:none;left:50%;transform:translateX(-50%)}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-current{background:#333;display:flex;padding:15px;border-radius:5px;align-items:center;width:max-content;gap:10px}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-current .icon img{border:1px solid #fff;border-radius:100%;width:35px}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-current .country-info .language-options{display:flex;align-items:center}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-current .country-info .language-options button{display:flex;align-items:center;color:#fff;font-size:12px;flex:0 0 auto}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-current .country-info .language-options button:after{display:block;content:"";border-right:1px solid #fff;height:15px;margin:0 5px}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-current .country-info .language-options button:last-child:after{border:0}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-current .country-info .language-options button:hover{text-shadow:0 0 3px #ccc}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-options{background:#333;margin-top:10px;border-radius:5px}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-options .icon{display:flex;align-items:center;width:100%;color:#fff;padding:10px 20px}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-options .icon img{width:25px;border-radius:100%;margin-right:12px;border:1px solid #fff}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-options .icon:last-child{margin-bottom:0}#header .header-top .header-btn-group .user-info .info-container .language-selector .language-list .country-options .icon:hover{background:#5a5a5a;border-radius:5px}#header .header-top .header-btn-group .user-info .info-container .language-selector.active .language-list{display:block}#header .header-top .header-btn-group .user-function{display:flex;gap:16px}#header .header-top .header-btn-group .user-function .function-container{display:flex;gap:6px}#header .header-top .header-btn-group .user-function button{color:#d9a728;font-weight:600;text-transform:uppercase;display:flex;align-items:center;font-size:15px}#header .header-top .header-btn-group .user-function button img{width:22px;margin-right:5px}#header .header-top .header-btn-group .user-function button:hover{filter:brightness(1.3);text-shadow:0 0 4px #ffec67}#header .header-top .header-btn-group .user-function button:hover img{filter:drop-shadow(0 0 2px rgb(255,225,0))}#header .header-top .header-btn-group .user-function hr{margin:6px 10px;border:1px solid hsla(0,1%,68%,.3)}#header .header-top .header-btn-group .user-function .btn:after{border:0}#header .header-top .header-btn-group .user-function .primary{display:flex}#header .header-top .header-btn-group .user-function .primary:after{display:none}#header .header-top .header-btn-group .user-function .primary:hover{filter:none;text-shadow:0 -1px 0 #000}#header .header-top .header-btn-group .user-function .primary:hover img{filter:none}#header .header-nav{display:flex;align-items:stretch;background:#000;gap:2px}#header .header-nav li{display:flex;align-items:stretch;justify-content:stretch;flex:1 1}#header .header-nav li .nav-btn{flex:1 1;background:linear-gradient(180deg,#d93636 0,#c72222 48%,#ba0101 49%,#a60101);color:#fff;padding:0 10px;text-shadow:0 -1px 0 #000;font-size:15px;position:relative}#header .header-nav li .nav-btn img{height:40px;object-fit:contain}#header .header-nav li .nav-btn:hover{background:red}#header .header-nav li .nav-btn .new-icon{position:absolute;background:#4b902e;width:38px;left:0;top:0;font-size:12px;font-weight:600;text-shadow:none;border-radius:0 0 5px 5px}#header .nav-container{background:hsla(0,0%,100%,.851);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1;position:absolute;top:auto;width:100%}#header .nav-container [class*=-list]{position:relative;display:flex;flex-direction:column;align-items:center;visibility:hidden;height:0}#header .nav-container [class*=-list] .container{display:flex;flex-flow:wrap;justify-content:center}#header .nav-container [class*=-list] .container a,#header .nav-container [class*=-list] .container button{opacity:0;transition:0s;display:flex;flex-direction:column;align-items:center;position:relative;gap:6px;padding:6px}#header .nav-container [class*=-list] .container a img,#header .nav-container [class*=-list] .container button img{width:160px;border-radius:0 0 20px 20px}#header .nav-container [class*=-list] .container a span,#header .nav-container [class*=-list] .container button span{color:#000;transform:translate(10px,10px)}#header .nav-container [class*=-list] .container a.under,#header .nav-container [class*=-list] .container button.under{filter:grayscale(1)}#header .nav-container [class*=-list] .container a.under .under-text,#header .nav-container [class*=-list] .container button.under .under-text{display:block;width:120px;position:absolute;top:92px;color:#fff;word-wrap:break-word;line-height:18px;display:flex;align-items:center;justify-content:center;text-align:center;text-shadow:0 0 10px #000;z-index:1}#header .nav-container [class*=-list] .container a.under .under-text:after,#header .nav-container [class*=-list] .container button.under .under-text:after{display:block;content:"";background:linear-gradient(180deg,transparent,rgba(0,0,0,.75) 50%);width:160px;height:100px;border-radius:0 0 20px 20px;position:absolute;z-index:-1;bottom:-37px}#header .nav-container [class*=-list] .container a:hover,#header .nav-container [class*=-list] .container button:hover{transition:.3s;opacity:1;transform:translateX(4px)}#header .nav-container [class*=-list] .container .under-text{display:none}#header .nav-container [class*=-list] .container .new-icon{background:#4b902e;border-radius:100%;height:40px;color:#fff;z-index:99}#header .nav-container [class*=-list] .container .hot-icon,#header .nav-container [class*=-list] .container .new-icon{width:40px;display:flex;align-items:center;justify-content:center;position:absolute;left:5px;top:26px}#header .nav-container [class*=-list] .container .hot-icon img{width:100%;height:100%;object-fit:contain}#header .nav-container [class*=-list].active{opacity:1;visibility:visible;height:auto}#header .nav-container [class*=-list].active a,#header .nav-container [class*=-list].active button{transition:.5s;opacity:1;top:0;align-items:center;justify-content:center}#header .nav-container [class*=-list].active a img,#header .nav-container [class*=-list].active button img{transition:.5s;margin-left:0}#header .nav-container [class*=-list].active a>span,#header .nav-container [class*=-list].active button>span{transition:.5s;transform:translate(0)}#header .nav-container .nav-footer{background-color:rgba(28,28,28,.98);padding:10px 0;align-self:stretch}#header .nav-container .nav-footer ul{display:flex;align-items:center;justify-content:center;gap:20px;color:#aeacac}#header .nav-container .nav-footer ul li{display:flex;align-items:center;white-space:nowrap;cursor:default}#header .nav-container .nav-footer ul li img{height:30px}footer{min-width:1400px;background:#1c1c1c!important}footer *{box-sizing:border-box}footer .footer-top{display:flex;padding:16px;justify-content:space-around;align-items:center;background:radial-gradient(40% 3500% at 2.5% 470%,#000 19.26%,#222020 63.96%,#011fd4 100%)}footer .footer-top a{color:#fff;display:flex;align-items:center;font-size:20px;text-align:center}footer .footer-top a img{transform:translateZ(0);transition:all .3s ease}footer .footer-top a:hover img{filter:drop-shadow(0 0 15px rgba(255,255,255,.95))}footer .footer-top img{width:150px;height:80px;object-fit:contain}footer .fc-club-group img{width:50px;height:50px}footer .fc-club-group .fc-club-group-first,footer .fc-club-group .fc-club-group-second{display:flex;justify-content:space-between;gap:10px;position:relative}footer .fc-club-group .fc-club-group-first div span,footer .fc-club-group .fc-club-group-second div span{display:none;position:absolute;background:#000;width:max-content;padding:2px 6px;z-index:2;cursor:default}footer .fc-club-group .fc-club-group-first div:hover span,footer .fc-club-group .fc-club-group-second div:hover span{display:block}footer .fc-club-group .fc-club-group-second{margin-top:10px;justify-self:center}footer .footer-center{display:flex;justify-content:space-around;padding:50px}footer .footer-center-title{color:red;font-size:17px;margin:20px 0;text-transform:uppercase}footer .footer-center ul li{padding-bottom:6px}footer .footer-center ul li a{color:#ccc;filter:grayscale(100%)}footer .footer-center ul li a:hover{filter:grayscale(0);color:#fff}footer .footer-center-item.license .footer-center-title{text-align:center}footer .footer-center-item.license a{display:flex;flex-direction:column;align-items:center}footer .footer-center-item.license img{width:100px;object-fit:contain}footer .footer-center-item.license p{text-align:center;font-size:10px}footer .footer-center-item.license ul{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:10px;gap:10px}footer .footer-center-item.license ul li{display:flex;justify-content:center}footer .footer-center-item.provider .footer-center-title{text-align:center}footer .footer-center-item.provider img{width:60px;height:40px;object-fit:contain}footer .footer-center-item.provider ul{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px 60px;gap:30px 60px}footer .footer-center-item.provider ul li{display:flex;justify-content:center}footer .footer-center-item.connect .footer-center-title{text-align:center}footer .footer-center-item.connect ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px 60px;gap:30px 60px}footer .footer-center-item.connect ul li{display:flex;justify-content:center}footer .footer-center-item.connect ul li img{width:35px;height:35px}footer .footer-center-item.connect ul li img:before{content:""!important}footer .footer-bottom{background:#000;padding:25px 0}footer .footer-bottom .copyright{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:1400px;margin:auto}footer .footer-bottom .copyright span{color:#e0e6e9;text-align:center}.newsList{padding:0 30px}.newsList .newsList-item{margin:10px 0 20px;display:flex;align-items:center;padding:0 0 20px;border-bottom:1px solid #caa66f}.newsList .newsList-item img{flex:0 0 30%;min-width:0;border-radius:10px}.newsList .newsList-item .newsList-article{flex:1 1;padding:20px 0 0 15px;display:flex;flex-direction:column;gap:10px;align-self:stretch}.newsList .newsList-item .newsList-article .title{font-size:17px}.newsList .newsList-item .newsList-article .txt-gray{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;white-space:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical}.newsList .newsList-item .newsList-article .btnGroup{justify-content:start;margin:auto 0 0 auto}.newsList .newsList-item .newsList-article .btnGroup a,.newsList .newsList-item .newsList-article .btnGroup button{font-size:14px;margin:0;padding:10px 40px;flex:0 1;justify-content:flex-start;min-width:unset}article{overflow:hidden}article h1,article h2{color:#caa66f!important}article p{color:#aeacac!important}main.index *{box-sizing:border-box}main.index .home-banner{position:relative;margin-bottom:30px}main.index .home-banner .banner-swiper{display:flex;align-items:center;justify-content:center}main.index .home-banner .banner-swiper .swiper-container{position:relative;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden}main.index .home-banner .banner-swiper .swiper-container .swiper-pagination{z-index:2}main.index .home-banner .banner-swiper .swiper-container .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%}main.index .home-banner .banner-swiper .swiper-container .swiper-pagination-bullet-active,main.index .home-banner .banner-swiper .swiper-container .swiper-pagination-bullet:hover{background:#c01d21}main.index .home-banner .banner-swiper img{width:100%;height:100%;object-fit:cover}main.index .home-hotmatch{width:270px;position:absolute;top:20px;right:30px;z-index:3;border-radius:5px;border:2px solid #c01d21;background:#000}main.index .home-hotmatch .title{font-size:14px;font-weight:500;text-align:center;padding:10px;background:#c01d21}main.index .home-hotmatch .hotmatch-swiper .swiper-container{max-width:270px;overflow:hidden}main.index .home-hotmatch .hotmatch-swiper .swiper-container .swiper-button-next,main.index .home-hotmatch .hotmatch-swiper .swiper-container .swiper-button-prev{width:20px;height:20px;border-radius:50%;background:#aeacac;top:unset;bottom:20px}main.index .home-hotmatch .hotmatch-swiper .swiper-container .swiper-button-next:after,main.index .home-hotmatch .hotmatch-swiper .swiper-container .swiper-button-prev:after{font-size:13px;color:#000;font-weight:900}main.index .home-hotmatch .match-item>div{margin-bottom:14px}main.index .home-hotmatch .match-item .match-time{margin-top:14px;text-align:center}main.index .home-hotmatch .match-item .match-detail{display:flex;justify-content:center;gap:10px;padding:0 20px}main.index .home-hotmatch .match-item .match-detail .team-item{display:flex;flex-direction:column;width:100%;align-items:center}main.index .home-hotmatch .match-item .match-detail .team-emblem{width:70px;height:70px}main.index .home-hotmatch .match-item .match-detail .team-emblem img{width:100%;height:auto}main.index .home-hotmatch .match-item .match-detail .team-name{text-align:center;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:2px 0}main.index .home-hotmatch .match-item .match-detail .vs{align-self:center;color:#c01d21;font-weight:800;font-size:15px}main.index .home-hotmatch .match-item .match-odds{display:flex;gap:10px;justify-content:center;padding:0 10px}main.index .home-hotmatch .match-item .match-odds .team-odds{display:flex;gap:10px;justify-content:center;align-items:center}main.index .home-hotmatch .match-item .match-odds .team-odds:last-child{flex-direction:row-reverse}main.index .home-hotmatch .match-item .match-odds .team-odds .text{text-align:center}main.index .home-hotmatch .match-item .match-odds .team-odds .number{border:2px solid #c01d21;border-radius:4px;padding:4px 15px}main.index .home-hotmatch .match-item .match-odds .team-odds .number span{font-weight:600}main.index .home-hotmatch .btnGroup{margin:0!important;justify-content:center;padding-bottom:14px}main.index .home-hotmatch .btnGroup button{border-radius:4px!important;padding:6px 16px!important;min-width:unset!important;flex:unset!important}main.index .home-promotion{margin:20px 50px 40px;padding:25px 0;overflow:hidden}main.index .home-promotion .swiper-container{position:relative;overflow:unset}main.index .home-promotion .swiper-wrapper{align-items:center}main.index .home-promotion .swiper-slide{transform:scale(.85);overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:20px;width:500px}main.index .home-promotion .swiper-slide .promos-item{display:block}main.index .home-promotion .swiper-slide-active{transform:scale(1.2)}main.index .home-promotion .swiper-button-next,main.index .home-promotion .swiper-button-prev{width:35px;height:35px;border-radius:50%;background:#aeacac;top:50%;z-index:2}main.index .home-promotion .swiper-button-next:after,main.index .home-promotion .swiper-button-prev:after{font-size:13px;color:#000;font-weight:900}main.index .home-promotion .swiper-button-next{right:29.5%;left:unset}main.index .home-promotion .swiper-button-prev{right:unset;left:29.5%}main.index .home-information{padding:20px 50px 40px;display:flex;align-items:center;justify-content:center;gap:35px}main.index .home-information>div{flex:1 0 30%}main.index .home-information .title{background:linear-gradient(180deg,#d93636 0,#c72222 48%,#ba0101 49%,#a60101);padding:10px 0;font-size:17px;width:100%;text-align:center}main.index .home-information .btnGroup{width:100%;margin:0!important;gap:20px}main.index .home-information .btnGroup a,main.index .home-information .btnGroup button{padding:10px;font-size:16px}main.index .home-information .home-jackpots,main.index .home-information .home-news,main.index .home-information .home-picks{z-index:1;height:425px;border:1px solid #c01d21}@media(max-width:1281px){main.index .home-information .home{height:300px}}main.index .home-information .home-jackpots{background:url(/_next/static/media/jackpots-bg.845aec3f.jpg) no-repeat top/cover;position:relative}main.index .home-information .home-jackpots .btnGroup{padding:0 30px;position:absolute;bottom:20px}main.index .home-information .home-jackpots .content{display:flex;flex-direction:column;align-items:center;justify-content:space-between}main.index .home-information .home-jackpots .content .jackpots-amount{padding:4.5rem 3rem;width:100%;margin:45px 0 90px;display:flex;align-items:center;justify-content:center;background:url(/_next/static/media/jackpots-amount.328eba16.webp) no-repeat 50%/contain}main.index .home-information .home-jackpots .content .jackpots-amount span{font-size:1.8rem;font-weight:600;color:#f0b003}main.index .home-information .home-jackpots .content .jackpots-amount span.currency{margin-right:20px}main.index .home-information .home-jackpots .content .jackpots-amount span.number{font-family:Roboto Mono,monospace}main.index .home-information .home-picks{background:#2e2e2e;width:30%;position:relative}main.index .home-information .home-picks .btnGroup{position:absolute;bottom:20px;padding:0 40px}main.index .home-information .home-picks .content{background:url(/_next/static/media/pick-bg.55f23fdf.png) no-repeat top/cover}main.index .home-information .home-picks .content .picks-swiper{position:relative}main.index .home-information .home-picks .content .picks-swiper .swiper-container{overflow:hidden;height:300px}main.index .home-information .home-picks .content .picks-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;position:relative}main.index .home-information .home-picks .content .picks-swiper .swiper-button-next,main.index .home-information .home-picks .content .picks-swiper .swiper-button-prev{width:35px;height:35px;top:50%}main.index .home-information .home-picks .content .picks-swiper .swiper-button-next:after,main.index .home-information .home-picks .content .picks-swiper .swiper-button-prev:after{font-size:30px;color:#ccc;font-weight:900}main.index .home-information .home-picks .content .picks-swiper .swiper-button-next{right:8%;left:unset}main.index .home-information .home-picks .content .picks-swiper .swiper-button-prev{right:unset;left:8%}main.index .home-information .home-picks .content .picks-swiper .swiper-slide:hover{transition:.3s;cursor:default}main.index .home-information .home-picks .content .picks-swiper .swiper-slide:hover .picks-item+.picks-info{display:flex;z-index:99}main.index .home-information .home-picks .content .picks-swiper .picks-item{width:60%}main.index .home-information .home-picks .content .picks-swiper .picks-info{padding:20px;width:60%;height:250px;position:absolute;top:calc(50% - 125px);background:rgba(0,0,0,.8);border-radius:2px;display:none;flex-direction:column;align-items:center;z-index:0}main.index .home-information .home-picks .content .picks-swiper .picks-info .title{font-size:20px;background:unset;text-align:left}main.index .home-information .home-news{background:#2e2e2e;display:flex;flex-direction:column;width:30%}main.index .home-information .home-news .title{position:relative}main.index .home-information .home-news .see-all{font-size:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;position:absolute;right:18px;top:50%;transform:translateY(-50%)}main.index .home-information .home-news .see-all .icon{margin-right:2px}main.index .home-information .home-news .see-all .icon:before{display:flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;border:1px solid #fff}main.index .home-information .home-news .content{height:calc(100% - 46px)}main.index .home-information .home-news .content .news-swiper{position:relative;overflow:hidden;height:100%}main.index .home-information .home-news .content .news-swiper .swiper-container,main.index .home-information .home-news .content .news-swiper .swiper-container .swiper-slide .news-list{height:100%}main.index .home-information .home-news .content .news-swiper .swiper-container .swiper-slide .news-list .news-blurb{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;word-break:break-word}main.index .home-information .home-news .news-list{padding:10px 20px;border-bottom:1px solid #aeacac}main.index .home-information .home-news .news-title{display:block;font-size:16px;color:#fff;margin-bottom:10px}main.index .home-information .home-news .news-title:hover{color:#c01d21}main.index .home-information .home-news .news-title .news-tag{color:#fa0c0c;font-weight:700}main.index .home-information .home-news .news-blurb{color:#aeacac;font-size:13px}.subheader{background:#000;padding:14px;position:-webkit-sticky;position:sticky;top:0;z-index:4}.subheader__container{width:100%;max-width:912px;margin:0 auto}.subheader a:before{content:"";display:block;width:130px;height:35px;background-image:url(/_next/static/media/12bet-logo.1a628915.png);background-size:100%;background-repeat:no-repeat;transition:.15s ease}.subcopyright{margin:0 auto;background:#000;text-align:center;color:#aeacac;font-family:Arial,sans-serif;font-size:12px;line-height:30px;white-space:nowarp}.exclude{padding:20px 10px;background:#1c1c1c;color:#ccc;min-width:unset;min-height:calc(100vh - 93px)}.exclude__container{width:100%;max-width:912px;margin:0 auto}.exclude__title{font-weight:700;font-size:18px;color:#ccc;position:relative;margin-bottom:25px}.exclude__title:after{content:"";display:block;position:absolute;bottom:-10px;left:0;right:0;height:2px;width:100%;background-image:linear-gradient(90deg,#ccc,rgba(247,122,0,0))}.exclude__table{width:100%;border-left:1px solid red;border-right:1px solid red;border-radius:3px;text-align:center}.exclude__table__item{display:flex;align-items:stretch;justify-content:center}.exclude__table__item:first-child div{background:#c01d21;border-top:1px solid red;color:#fff;font-weight:700}.exclude__table__item div{background:#1c1c1c;display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1 1;border-bottom:1px solid red}.exclude__table__item div:first-child{border-right:1px solid red}.exclude__table__item div span{display:block;text-align:center;width:100%;line-height:2;padding-bottom:2px;position:relative}.exclude__table__item div span:after{content:"";display:block;position:absolute;bottom:1px;height:1px;width:100%;background:red}.exclude__table__item div span:last-child{padding-bottom:0}.exclude__table__item div span:last-child:after{height:0;display:none}.joinpop.registration{background-image:url(/_next/static/media/signup-bg.8fc5e77d.jpg);background-size:100% 100%;background-repeat:no-repeat;display:flex;justify-content:center;padding:50px 20px;max-width:none!important}.joinpop.registration .joinloginModule{display:flex;background-color:rgba(0,0,0,.8);overflow:hidden;border-radius:10px;max-width:1000px;min-height:900px;box-shadow:0 0 10px 6px rgba(0,0,0,.4)}.joinpop.registration .joinloginModule .banner{width:80%;height:auto;position:relative;overflow:hidden}.joinpop.registration .joinloginModule .banner>div{object-fit:contain}.joinpop.registration .joinloginModule .banner img{border-radius:10px}.joinpop.registration .joinloginModule .banner .swiper-pagination{z-index:20}.joinpop.registration .joinloginModule .banner .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%}.joinpop.registration .joinloginModule .banner .swiper-pagination .swiper-pagination-bullet-active,.joinpop.registration .joinloginModule .banner .swiper-pagination .swiper-pagination-bullet:hover{background:#c01d21}.joinpop.registration .joinloginModule .joinloginFunction{display:flex;flex-direction:column;margin:0;padding:60px 100px;color:#ccc;min-width:0}.joinpop.registration .joinloginModule .joinloginFunction.head-hide .inputModule .inputBox-blue{border-color:#999}.joinpop.registration .joinloginModule .joinloginFunction.head-hide .inputModule .inputBox-blue input::placeholder{color:#999}.joinpop.registration .joinloginModule .joinloginFunction .title{font-size:30px;margin-bottom:25px;text-align:center}.joinpop.registration .joinloginModule .joinloginFunction .tab{display:flex;align-self:stretch;gap:10px}.joinpop.registration .joinloginModule .joinloginFunction .tab a{flex:1 1;cursor:pointer;border-radius:20px 20px 0 0;padding:20px;color:#fff;text-align:center;border-bottom:4px solid #4c5356;transition:.3s ease}.joinpop.registration .joinloginModule .joinloginFunction .tab a.active{background-color:#aeacac;border-bottom:4px solid #c01d21;cursor:default}.joinpop.registration .joinloginModule .joinloginFunction .tab a.active:hover{background-color:#aeacac}.joinpop.registration .joinloginModule .joinloginFunction .tab a:hover{background-color:hsla(0,1%,68%,.3)}.joinpop.registration .joinloginModule .joinloginFunction .inputModule{margin:0 10px 12px;align-items:stretch}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue{flex:1 1;border-radius:100px;width:auto;background-color:#000;border-color:#6f6f6f}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue:focus{color:#fff}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue input{color:#fff;background:transparent!important}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue input::placeholder{color:#6f6f6f}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue input:-webkit-autofill,.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue input:-webkit-autofill:active,.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue input:-webkit-autofill:focus,.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #000;-webkit-text-fill-color:#fff}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue.error{border:1px solid red}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue.error input:-webkit-autofill,.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue.error input:-webkit-autofill:active,.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue.error input:-webkit-autofill:focus,.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue.error input:-webkit-autofill:hover{-webkit-text-fill-color:#fff}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue .dropdown .dropdown-container{border-radius:5px;max-height:120px}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue .dropdown .dropdown-container .inputBox-blue{margin:8px;border-color:#aeacac}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue .dropdown button{color:#fff}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue .icon-eye-blocked:before,.joinpop.registration .joinloginModule .joinloginFunction .inputModule .inputBox-blue .icon-eye:before{color:#999}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group{display:grid;grid-template-columns:1fr 3fr;grid-gap:5px;gap:5px}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .inputBox-blue{width:auto;flex:1 1;min-width:0}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .inputBox-blue input{flex:1 1;min-width:0}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .inputBox-blue .iconModule .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .dropdown{flex-wrap:nowrap}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .dropdown>span{flex:0 1 auto}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .dropdown>.btn{flex:1 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .dropdown .dropdown-container{overflow-y:auto;max-height:120px;min-width:-moz-fit-content;min-width:fit-content}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .dropdown .dropdown-container .dropdown-item{padding:5px}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .dropdown .dropdown-container .inputBox-blue{background:transparent!important}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .input-group .dropdown .dropdown-container .inputBox-blue input{min-width:0;color:#000}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .optional-fields{margin:10px 0}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .optional-fields .optional-header{display:flex;align-items:center;justify-content:space-between;margin-top:4px;padding:6px 0;cursor:pointer;color:#fff;border-top:1px solid #999}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .optional-fields .optional-header span{font-size:12px}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .optional-fields .optional-header .icon-arrow_drop_down,.joinpop.registration .joinloginModule .joinloginFunction .inputModule .optional-fields .optional-header .icon-arrow_drop_up{font-size:24px;transition:transform .3s ease}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .optional-fields .optional-content{overflow:hidden;max-height:0;transition:max-height .3s ease-out;display:flex;flex-direction:column}.joinpop.registration .joinloginModule .joinloginFunction .inputModule .optional-fields .optional-content.expanded{max-height:200px}.joinpop.registration .joinloginModule .joinloginFunction .btnGroup{align-self:center;width:100%}.joinpop.registration .joinloginModule .joinloginFunction .Terms{text-align:center}.joinpop.registration .joinloginModule .joinloginFunction .Terms a{cursor:pointer;color:#c01d21;text-decoration:underline}.joinpop.registration .joinloginModule .joinloginFunction .Terms a:hover{color:red}.onetwobet-thb-registartion{width:100%;display:flex;justify-content:center}.onetwobet-thb-registartion .onetwobet-thb-step{display:flex;justify-content:space-between;margin:20px 0;align-items:center;position:relative;width:42%}.onetwobet-thb-registartion .onetwobet-thb-step .step-line{background:#666;position:absolute;width:80%;height:2px;left:10%;display:flex;align-items:center;margin-bottom:16px}.onetwobet-thb-registartion .onetwobet-thb-step .step-line.active{background:#caa66f}.onetwobet-thb-registartion .onetwobet-thb-step .circle{justify-items:center;z-index:3;color:#000}.onetwobet-thb-registartion .onetwobet-thb-step .circle .page-text{color:#666}.onetwobet-thb-registartion .onetwobet-thb-step .circle.active div:first-child{background-color:#caa66f}.onetwobet-thb-registartion .onetwobet-thb-step .circle.active .circle-text,.onetwobet-thb-registartion .onetwobet-thb-step .circle.active .page-text{color:#fff}.onetwobet-thb-registartion .onetwobet-thb-step .circle.active.cursor{cursor:pointer}.onetwobet-thb-registartion .onetwobet-thb-step .circle .ripple-button{position:relative;width:32px;height:32px;background-color:#666;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;border:none;overflow:visible}.onetwobet-thb-registartion .onetwobet-thb-step .circle .ripple-button.target{background-color:#caa66f}.onetwobet-thb-registartion .onetwobet-thb-step .circle .ripple-button.target span{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:rgba(166,124,82,.4);z-index:0;animation:ripple 3s ease-out infinite}.onetwobet-thb-registartion .onetwobet-thb-step .circle .ripple-button.target span:first-child{animation-delay:0s}.onetwobet-thb-registartion .onetwobet-thb-step .circle .ripple-button.target span:nth-child(2){animation-delay:1s}.onetwobet-thb-registartion .onetwobet-thb-step .circle .ripple-button.target span:nth-child(3){animation-delay:2s}.onetwobet-thb-registartion .onetwobet-thb-step .circle .ripple-button .circle-text{position:relative;z-index:1}@keyframes ripple{0%{transform:scale(1);opacity:.6}to{transform:scale(3);opacity:0}}.loginpop{box-sizing:border-box;height:auto;width:100%;padding:0!important;box-shadow:0 0 10px 6px rgba(0,0,0,.4)}.loginpop .banner img{width:100%;border-radius:10px 0 0 10px}.loginpop .joinloginModule img{width:unset!important;height:unset!important}.loginpop .joinloginModule .joinloginFunction{padding:0 50px!important;margin-left:0!important;color:#404648!important}.loginpop .joinloginModule .joinloginFunction .title{font-size:25px!important;text-align:center}.loginpop .joinloginModule .joinloginFunction .noAccount{font-size:14px!important;margin:10px 0 0!important;text-align:center}.loginpop .joinloginModule .joinloginFunction .noAccount a{color:#c01d21;font-size:14px!important}.loginpop .joinloginModule .joinloginFunction .inputModule{margin:0 0 25px!important}.loginpop .joinloginModule .joinloginFunction .inputModule a{color:#ccc!important;font-size:10px!important;font-weight:400!important;margin-top:5px}.loginpop .joinloginModule .joinloginFunction .inputModule .inputBox-blue{border-radius:50px!important;width:unset!important;margin:14px 0 2px!important;padding:10px 14px!important;border-color:transparent!important;box-sizing:border-box}.loginpop .joinloginModule .joinloginFunction .inputModule .inputBox-blue:first-child{margin-top:25px!important}.loginpop .joinloginModule .joinloginFunction .inputModule .inputBox-blue input{padding:0}.loginpop .joinloginModule .joinloginFunction .inputModule .inputBox-blue input::placeholder{color:#4c5356}.loginpop .joinloginModule .joinloginFunction .inputModule .inputBox-blue.error{background:#febbbb!important;outline:1px solid red}.loginpop .joinloginModule .joinloginFunction .btnGroup{margin-top:25px!important}#popup .pop-forgetpassword,#popup .pop-login{flex:1 1;border-radius:unset!important;max-height:unset!important;overflow:unset!important}#popup .pop.real-name-modal .icon{line-height:1}#popup .pop.real-name-modal form{background-color:#000}#popup .pop.real-name-modal .input-wrapper .icon{font-size:1.2rem}#popup .pop.real-name-modal .input-wrapper .tip{text-align:left}#popup .pop.real-name-modal .btnGroup{display:flex;flex-flow:column;align-items:center;justify-content:center;gap:1vh}#popup .pop.real-name-modal .btnGroup div{color:#ccc;cursor:pointer}#popup .pop .addBankpop{padding:2vw 3vw}#popup .pop .addBankpop .btn-group{display:flex;width:100%;margin:2vw 0;gap:1rem}#popup .pop .addBankpop .btn-group button{width:100%;border-radius:3px;padding:.7vw;display:flex;justify-content:center;align-items:center;flex:1 1;position:relative;font-size:1vw}#popup .pop .addBankpop .addBankpop-title{font-size:1.2vw;margin-bottom:1vw;font-weight:600}#popup .pop .addBankpop .addBankpop-content{font-size:1vw;margin-bottom:1vw;color:#999}#popup .pop .addBankpop .addBankpop-account{width:100%;display:flex;justify-content:space-between;font-size:1vw;color:#999}#popup .pop .real-name-input{border-radius:20px;width:100%;margin:1rem 0 0;padding:6px 12px;border-color:transparent;box-sizing:border-box;outline:none}#popup .smallList>ul li:first-child{color:#4c5356!important}#popup .joinSuccess{margin:auto;box-shadow:0 0 60px 0 rgba(255,0,0,.549);background-color:#1e1f1d;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;border-radius:8px}#popup .joinSuccess .logo{width:48px;height:48px}#popup .joinSuccess .logo img{width:100%;height:100%}#popup .joinSuccess .description{display:flex;flex-direction:column;align-items:center;gap:2px}#popup .joinSuccess .description .title{font-size:24px;font-weight:600;margin:0}#popup .joinSuccess .description .sub-title{font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;color:#ccc}#popup .joinSuccess .promo-banner{width:80%;height:auto;position:relative;overflow:hidden}#popup .joinSuccess button{width:100%;padding:12px 72px;border-radius:4px;color:#fff;font-size:14px;font-weight:700;text-align:center}#popup .loginpop{width:unset!important;max-width:700px!important}#popup .pop>div.loginpop{padding-top:unset!important;box-sizing:border-box!important;border-radius:10px!important}.forget-password{box-sizing:border-box;max-width:700px;margin:auto;box-shadow:0 0 10px 6px rgba(0,0,0,.4)}.forget-password .title{font-size:20px;text-align:center;margin-bottom:15px}.forget-password .banner img{width:100%;border-radius:10px 0 0 10px}.forget-password .forget-container{width:100%;display:flex;justify-content:center;align-items:center;position:relative;background:#000;border-radius:10px}.forget-password .forget-container .form-content{padding:0 50px;margin:0;color:#aeacac;flex:1 1}.forget-password .forget-container .form-content .inputModule a{text-decoration:none;font-size:12px;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center}.forget-password .forget-container .form-content .inputModule a:hover{color:#aeacac}.forget-password .forget-container .form-content .inputModule .icon:before{margin:0 2px}.forget-password .forget-container .form-content .inputModule p{text-align:center;margin:0 0 20px}.forget-password .forget-container .form-content .inputModule .inputBox-blue{background:#fff;border-radius:50px!important;padding:12px 14px!important;margin:10px 0 0!important;border:transparent!important;z-index:unset!important;width:100%!important;box-sizing:border-box}.forget-password .forget-container .form-content .inputModule .inputBox-blue input{padding:0}.forget-password .forget-container .form-content .inputModule .inputBox-blue input::placeholder{color:#4c5356!important}.forget-password .forget-container .form-content .inputModule .inputBox-blue.error{background:#febbbb!important;outline:1px solid red}.forget-password .forget-container .form-content .inputModule .dropdown .btn{color:#000!important;font-weight:400!important;padding:0!important}.forget-password .forget-container .form-content .inputModule .dropdown-container{max-height:200px;box-sizing:border-box;position:absolute;top:38px;left:0;border-radius:10px;border:1px solid #ccc;background:#fff;border-top:0;margin:0!important;overflow-x:hidden;overflow-y:auto;z-index:2;font-weight:400!important}.forget-password .forget-container .form-content .inputModule .dropdown-container .inputBox-blue{margin:15px 5px 5px!important;border:1px solid #aeacac!important}.forget-password .forget-container .form-content .inputModule .dropdown-item{padding:8px 0 8px 15px!important}.forget-password .forget-container .form-content .inputModule .input-group{display:flex;width:100%;gap:5px}.forget-password .forget-container .form-content .inputModule .input-group .inputBox-blue{width:100%!important}.forget-password .forget-container .form-content .inputModule .input-group .inputBox-blue:first-child{flex:1 1 40%}.forget-password .forget-container .form-content .inputModule .input-group .inputBox-blue:last-child{flex:1 1 60%}.forget-password .forget-container .form-content .inputModule .input-group .dropdown-container{width:auto}.forget-password .forget-container .form-content .inputModule .tip{margin-top:2px;color:#eb4549}.forget-password .forget-container .form-content .inputModule .tip.active{color:#eb4549}.forget-password .forget-container .form-content .btnGroup{margin:25px 0 18px!important}#popup .pop .forget-password .title{font-size:20px}#popup .pop>div.forget-password{padding-top:unset!important;box-sizing:border-box!important;border-radius:10px!important}.appdownload-pop{background:url(/_next/static/media/appdownload-pop-bg.db4630cf.jpg) no-repeat 50%/cover;padding:10px;width:300px;border-radius:10px;position:relative}.appdownload-pop *{box-sizing:border-box}.appdownload-pop .icon-close-radius{position:absolute;top:-14px;right:-10px;background:#959292;border-radius:100%;height:30px;width:30px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer}.appdownload-pop .icon-close-radius:hover{background:#aeacac}.appdownload-pop .pop-container{display:flex;flex-direction:column;align-items:center}.appdownload-pop .pop-container img{width:150px}.appdownload-pop .pop-container .title{background:linear-gradient(180deg,#d93636 0,#c72222 48%,#ba0101 49%,#a60101);text-shadow:0 -1px 0 #000;padding:10px;width:100%;text-align:center;border-radius:10px 10px 0 0;margin-top:10px;font-size:15px}.appdownload-pop .pop-container .item-container{background:#fff;width:100%;padding:10px 20px;display:flex;gap:8px}.appdownload-pop .pop-container .item-container .download-item{background:url(/_next/static/media/download-item-bg.a7e48c47.jpg) no-repeat 50%/cover;display:flex;flex-direction:column;align-items:center;padding:15px 0 10px;flex:1 1;position:relative;border-radius:5px;border:2px solid #fff;box-shadow:0 0 6px #b0b3bb;transition:all .2s ease-in-out;cursor:pointer}.appdownload-pop .pop-container .item-container .download-item .icon-group{display:flex;flex-direction:column;align-items:center;position:absolute;gap:4px;left:6px;top:7px}.appdownload-pop .pop-container .item-container .download-item .icon-group [class^=icon]{display:flex;align-items:center;justify-content:center;border-radius:5px;font-size:20px;width:28px;height:28px;background:#242526;color:#fff}.appdownload-pop .pop-container .item-container .download-item .icon-group .icon-android{background:#4b902e}.appdownload-pop .pop-container .item-container .download-item .icon-group .icon-ios{background:#0194cc}.appdownload-pop .pop-container .item-container .download-item:hover{box-shadow:0 10px 10px 0 rgba(0,0,0,.65);transform:translateY(-6px)}.appdownload-pop .pop-container .item-container .qr-code{display:flex;flex-direction:column;align-items:center}.appdownload-pop .pop-container .item-container .qr-code img,.appdownload-pop .pop-container .item-container .qr-code svg{width:90px;height:90px}.appdownload-pop .pop-container .item-container .qr-code .primary{font-size:14px;font-weight:600;margin-top:6px;padding:2px 0;width:150px;border-radius:3px;background:linear-gradient(180deg,#d93636 0,#c72222 48%,#ba0101 49%,#a60101)!important}.appdownload-pop .pop-container .item-container .qr-code .primary:hover{background:red!important}.appdownload-pop .pop-container .pop-tip{color:#d9a728;text-align:center;font-size:12px;margin-top:10px}.twoFactor-module{padding:0 30px}.twoFactor-module .twoFactor-methods{display:flex;gap:12px;padding-bottom:12px;border-bottom:1px solid #b2b2b2}.twoFactor-module .twoFactor-methods .twoFactor-methods-app,.twoFactor-module .twoFactor-methods .twoFactor-methods-email{min-width:216px;border-radius:4px}.twoFactor-module .twoFactor-methods .twoFactor-methods-app .twoFactor-methods-main,.twoFactor-module .twoFactor-methods .twoFactor-methods-email .twoFactor-methods-main{display:flex;gap:10px;align-items:center;justify-content:space-between;background-color:#525252;border-radius:4px;padding:6px 12px}.twoFactor-module .twoFactor-methods .twoFactor-methods-app .twoFactor-methods-main .twoFactor-methods-content,.twoFactor-module .twoFactor-methods .twoFactor-methods-email .twoFactor-methods-main .twoFactor-methods-content{display:flex;gap:10px;align-items:center;justify-content:flex-start}.twoFactor-module .twoFactor-methods .twoFactor-methods-app .twoFactor-methods-main .twoFactor-methods-content img,.twoFactor-module .twoFactor-methods .twoFactor-methods-email .twoFactor-methods-main .twoFactor-methods-content img{width:24px;height:24px}.twoFactor-module .twoFactor-methods .twoFactor-methods-app .twoFactor-methods-main .twoFactor-methods-content span,.twoFactor-module .twoFactor-methods .twoFactor-methods-email .twoFactor-methods-main .twoFactor-methods-content span{color:#fff;font-size:12px;font-weight:600}.twoFactor-module .twoFactor-methods .twoFactor-methods-app .twoFactor-methods-main .twoFactor-methods-icon img,.twoFactor-module .twoFactor-methods .twoFactor-methods-email .twoFactor-methods-main .twoFactor-methods-icon img{width:20px;height:20px}.twoFactor-module .twoFactor-methods .twoFactor-methods-app .twoFactor-methods-main.active,.twoFactor-module .twoFactor-methods .twoFactor-methods-email .twoFactor-methods-main.active{background-color:#dfdfdf}.twoFactor-module .twoFactor-methods .twoFactor-methods-app .twoFactor-methods-main.active span,.twoFactor-module .twoFactor-methods .twoFactor-methods-email .twoFactor-methods-main.active span{color:#4c5356}.twoFactor-module .email-authencation{margin-top:12px}.twoFactor-module .email-authencation .title{font-size:14px;font-weight:400;color:#b2b2b2}.twoFactor-module .email-authencation .email-form{display:flex;flex-direction:column;gap:10px;padding:24px}.twoFactor-module .email-authencation .email-form label{font-size:20px;font-weight:600;color:#f9f9f9}.twoFactor-module .email-authencation .email-form .email-form-content{display:flex;gap:10px;align-items:center}.twoFactor-module .email-authencation .email-form .email-form-content input{width:360px;padding:10px 20px;border-radius:4px;border:none;background-color:#414141;color:#b2b2b2}.twoFactor-module .email-authencation .email-form .email-form-content button{background-color:#caa66f;border:none;border-radius:4px;padding:10px 20px;font-size:10px;font-weight:600;color:#f9f9f9}.twoFactor-module .email-authencation .email-form .error-message{color:red;font-size:10px}.twoFactor-module .email-authencation .email-form .need-update-email{font-size:10px;font-weight:600;color:#f9f9f9}.twoFactor-module .email-authencation .email-form .need-update-email span{text-decoration:underline;color:#cba465;cursor:pointer}.twoFactor-module .email-authencation .action-container{width:100%}.twoFactor-module .email-authencation .action-container .unbind-button{display:block;width:100%;background:transparent;border:none;color:#c01d21;text-decoration:underline;font-size:12px;font-weight:600;text-align:left;padding:0 24px 24px}.twoFactor-module .authenticator-app .authenticator-tip{color:#b2b2b2;font-size:14px;padding:12px 0}.twoFactor-module .authenticator-app .authenticator-container{display:flex;width:100%;gap:20px}.twoFactor-module .authenticator-app .authenticator-container .authenticator-left{width:50%;padding:24px}.twoFactor-module .authenticator-app .authenticator-container .authenticator-left .app-title{font-size:20px;font-weight:600}.twoFactor-module .authenticator-app .authenticator-container .authenticator-left .steps-section .steps-title{font-size:20px;font-weight:600;margin:16px 0}.twoFactor-module .authenticator-app .authenticator-container .authenticator-left .steps-section .step{display:flex;margin-bottom:29px;position:relative}.twoFactor-module .authenticator-app .authenticator-container .authenticator-left .steps-section .step .step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:100%;background-color:#c01d21;font-size:12px;font-weight:600;margin-right:6px;flex-shrink:0;z-index:1}.twoFactor-module .authenticator-app .authenticator-container .authenticator-left .steps-section .step .step-content .step-title{font-size:14px;font-weight:600}.twoFactor-module .authenticator-app .authenticator-container .authenticator-left .steps-section .step .step-content .step-description{font-size:10px;font-weight:400}.twoFactor-module .authenticator-app .authenticator-container .authenticator-left .steps-section .step:not(:last-child):after{content:"";position:absolute;top:34px;left:14px;width:3px;height:calc(100% + 6px);background-image:radial-gradient(circle at center,#fff 1.5px,transparent 0);background-size:3px 6px;background-repeat:repeat-y}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right{width:50%;background-color:#414141;padding:24px}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .security-key-section .section-title{font-size:20px;font-weight:600}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .security-key-section .security-key-label{margin-top:16px;font-size:14px;font-weight:500}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .security-key-section .security-key-txt{margin-top:6px;position:relative;display:flex;align-items:center;justify-content:space-between;background-color:#1e1f1d;border-radius:4px;padding:11px 16px}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .security-key-section .security-key-txt .key-text{font-size:14px;font-weight:600;color:#b2b2b2;width:85%;word-break:break-word;cursor:default}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .security-key-section .security-key-txt .copy-button{background:url(/_next/static/media/icon-copy.326acf58.webp) no-repeat 50%/20px 20px;cursor:pointer;width:20px;height:20px}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .security-key-section .copy-instruction{font-size:12px;font-weight:400;color:#e7e7e7;margin:6px 8px}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .qr-code-section{margin-top:16px}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .qr-code-section .qr-code-label{font-size:14px;font-weight:500}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .qr-code-section .qr-code-container{margin-top:16px}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .qr-code-section .qr-code-container .qr-code{background-color:#fff;padding:4px;border-radius:4px;width:128px;height:128px}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .qr-code-section .qr-code-container .scan-instruction{margin-top:16px;font-size:12px;font-weight:400;color:#e7e7e7}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .action-button{margin-top:16px;display:block;width:100%;background-color:#c01d21;color:#fff;border:none;border-radius:4px;padding:12px;font-size:14px;font-weight:600;text-align:center;cursor:pointer;transition:background-color .2s}.twoFactor-module .authenticator-app .authenticator-container .authenticator-right .action-button:hover{background-color:red}.twoFactor-module .authenticator-app .authenticator-unbind{margin:16px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px 0}.twoFactor-module .authenticator-app .authenticator-unbind .authenticator-unbind-icon{width:64px;height:64px}.twoFactor-module .authenticator-app .authenticator-unbind .authenticator-unbind-link{font-size:12px;color:#b2b2b2}.twoFactor-module .authenticator-app .authenticator-unbind .authenticator-unbind-help{font-size:12px;font-weight:400;color:#b2b2b2}.twoFactor-module .authenticator-app .authenticator-unbind .authenticator-unbind-help span{color:#cba465;cursor:pointer}.twoFactor-module .authenticator-app .authenticator-unbind .authenticator-unbind-button{text-decoration:underline;color:#c01d21;font-size:12px;font-weight:600}button{font-family:Poppins,sans-serif;font-weight:500}.icon-close{cursor:pointer}.icon:before{margin:0 5px}.dropdown>.dropdown-container,.personal .list .listBody,.tip,.transition{visibility:hidden;opacity:0;height:0;transition:.6s}.dropdown>.dropdown-container.active,.personal .list .listBody.active,.tip.active,.transition-open{visibility:visible;opacity:1;height:auto;transition:.6s}body,html{width:100%;background:#000;font-size:14px;font-family:Poppins,sans-serif;color:#fff;font-weight:500}#___gatsby,#gatsby-focus-wrapper{height:100%}.swiper-container{width:100%;position:relative!important}main{min-width:1400px}main .teachingbar{width:1400px;display:flex;justify-content:center;margin:80px auto 0}main .teachingbar>div{width:467px;display:flex;align-items:center;font-size:18px;font-weight:600;padding:8px 20px 8px 30px}main .teachingbar>div div{width:200px;color:#0a1b38}main .teachingbar>div .play-btn{margin-left:45px;width:65px}main .teachingbar-deposit{background:#f5f5f5;border-radius:20px 0 0 20px}main .teachingbar-deposit-icon{width:75px}main .teachingbar-deposit div{margin-left:8px}main .teachingbar-withdrawal{background:#efefef}main .teachingbar-withdrawal-icon{width:80px}main .teachingbar-withdrawal div{margin-left:10px}main .teachingbar-faq{background:#f5f5f5;border-radius:0 20px 20px 0}main .teachingbar-faq-icon{width:85px!important}main .teachingbar-faq div{margin-left:2px}main .welcomeinfo{width:1400px;margin:30px auto 0;display:flex;justify-content:space-between}main .welcomeinfo-content{position:relative;display:flex;justify-content:center}main .welcomeinfo-content img{width:330px;border-radius:0 0 20px 20px}main .welcomeinfo-content-text{position:absolute;bottom:50px;text-align:center;font-size:20px;height:75px;width:200px}main .welcomeinfo-content-text span{display:flex;justify-content:center;font-size:12px;color:#b4b4b4}main .welcomeinfo-content .welcome-btn{position:absolute;background:#407aeb;color:#fff;height:40px;display:flex;align-items:center;justify-content:center;bottom:0;border-radius:20px 20px 0 0;padding:0 40px}main .welcomeinfo-content.join .welcomeinfo-content-text{color:#407aeb}main .welcomeinfo-content.join .welcome-btn{background:#407aeb}main .welcomeinfo-content.winning{color:#47b452}main .welcomeinfo-content.winning .welcome-btn{background:#47b452}main .welcomeinfo-content.reward{color:#f84646}main .welcomeinfo-content.reward .welcome-btn{background:#f84646}main .welcomeinfo-content.referral{color:#c67af4}main .welcomeinfo-content.referral .welcome-btn{background:#c67af4}main section{display:flex;margin:auto;padding:35px 0 0;max-width:1400px}main section.inside{padding-top:40px}main section.inside>div:not(.important){margin:unset}main section.inside>iframe{margin-top:-35px;margin-left:-20px;position:absolute;height:calc(100% - 125px);width:100%;max-width:1560px;width:calc(100% - 45px)}main section .btnGroup{margin:10px auto}main section .btnGroup:not(.historyTag){justify-content:center}main .maintitle{color:#0a1b38;font-size:20px;font-weight:600;display:flex;align-items:center;width:1400px;margin:60px auto 0;position:relative}main .maintitle:after{display:block;content:"";height:5px;width:115px;background:#001942;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,6% 100%);clip-path:polygon(0 0,100% 0,100% 100%,6% 100%);background:linear-gradient(90deg,#ff7600 10%,#fff);margin-left:10px}main .maintitle a{position:absolute;right:0;display:flex;align-items:center;color:#0a1b38;font-size:16px}main .maintitle a:after{display:block;content:"";background:url(/_next/static/media/right-3.2d84f259.png) no-repeat 50%/cover;width:17px;height:17px;margin-left:6px}main .promosswiper{width:1490px;margin:40px auto;position:relative;overflow:hidden;padding:25px 0}main .promosswiper .swiper-container{overflow:unset}main .promosswiper .swiper-slide{transform:scale(.82);overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:20px}main .promosswiper .swiper-slide-active{transform:scale(1.25)}main .promosswiper .promos-item img{width:650px}main .promosswiper .swiper-button-next{background-image:url(/_next/static/media/right-1.8149b723.png);background-size:cover;width:35px;height:35px;right:430px;left:unset;z-index:1}main .promosswiper .swiper-button-next:after{font-size:0}main .promosswiper .swiper-button-prev{background-image:url(/_next/static/media/left-1.5c7c4d26.png);background-size:cover;width:35px;height:35px;left:430px;right:unset;z-index:1}main .promosswiper .swiper-button-prev:after{font-size:0}.hotmatch{background:linear-gradient(180deg,#fff 10%,#172f5d 20%,#04070e);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative;padding:150px 0 80px}.hotmatch:after{display:block;content:"";background:url(/_next/static/media/hotmatch-bg-new.7d79e818.png) no-repeat 50%/cover;width:100%;height:1000px;margin-top:-90px;position:absolute;top:20px;right:0}.hotmatch.br:after{background:url(/_next/static/media/hotmatch-bg.d5714ec1.png) no-repeat 50%/cover}.hotmatch .hotmatch-top{font-size:90px;font-weight:700;width:1400px}.hotmatch .hotmatch-top img{width:190px}.hotmatch .hotmatch-wrapper{width:1400px;display:flex;flex-direction:column;z-index:1}.hotmatch .swiper-container{width:1400px;overflow:hidden;position:unset!important}.hotmatch .swiper-slide{display:flex;align-items:center}.hotmatch .hotmatchswiper{position:relative}.hotmatch .hotmatch-item{background:#fff;border-radius:20px}.hotmatch .hotmatch-item .hotmatch-item-title{color:#001942;display:flex;align-items:center;justify-content:space-between;padding:15px 20px 0;position:relative;margin-bottom:8px}.hotmatch .hotmatch-item .hotmatch-item-title p{font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:150px}.hotmatch .hotmatch-item .hotmatch-item-title>div{display:flex;font-size:12px}.hotmatch .hotmatch-item .hotmatch-item-title>div div{margin-left:10px}.hotmatch .hotmatch-item .hotmatch-item-title:after{position:absolute;display:block;content:"";width:80px;height:4px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,3% 100%);clip-path:polygon(0 0,100% 0,100% 100%,3% 100%);background:linear-gradient(90deg,#ff7600 10%,#fff);top:40px}.hotmatch .hotmatch-item .hotmatch-item-center{padding:0 15px}.hotmatch .hotmatch-item .hotmatch-item-center .team-content{color:#001942;display:flex;justify-content:space-between;align-items:center}.hotmatch .hotmatch-item .hotmatch-item-center .team-content .team-item{display:flex;align-items:center;margin-top:10px}.hotmatch .hotmatch-item .hotmatch-item-center .team-content .team-item img{padding:4px;width:35px;border:2px solid #d1d1d1;border-radius:50px;margin-right:8px}.hotmatch .hotmatch-item .hotmatch-item-center .team-content .team-item div{width:130px;word-wrap:break-word;font-size:13px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.hotmatch .hotmatch-item .hotmatch-item-center .team-content .odds{font-weight:600;border-radius:20px;display:flex;justify-content:space-between;align-items:center;background:#efefef;width:88px;height:30px;border-radius:50px;padding:0 15px;margin-top:5px;font-size:12px}.hotmatch .hotmatch-item .hotmatch-item-center .team-content .odds span:nth-child(2){color:#407aeb}.hotmatch .hotmatch-item .bet-btn{background:#ff7600;display:flex;align-items:center;justify-content:center;height:40px;width:333px;border-radius:0 0 20px 20px;margin-top:10px;color:#fff}.hotmatch .swiper-button-next{background-image:url(/_next/static/media/right-1.8149b723.png);background-size:cover;width:35px;height:35px;right:-19px;left:unset}.hotmatch .swiper-button-next:after{font-size:0;overflow:visible}.hotmatch .swiper-button-prev{background-image:url(/_next/static/media/left-1.5c7c4d26.png);background-size:cover;width:35px;height:35px;left:-19px;right:unset;z-index:1}.hotmatch .swiper-button-prev:after{font-size:0}.hotmatch .hotsports{display:flex;width:1400px;justify-content:space-between;margin:30px auto 0}.hotmatch .hotsports .hotsports-item{position:relative}.hotmatch .hotsports .hotsports-item img{width:451px}.hotmatch .hotsports .hotsports-item div{text-align:center;margin-top:10px;font-size:18px}.saba-widget-swiper iframe{width:100%;height:200px;background-color:transparent}.all-btn{position:absolute;bottom:20px;right:50px;background:linear-gradient(-90deg,#0b1d3b 20%,#1e3e77);width:110px;display:flex;justify-content:center;padding:15px;border-radius:50px;color:#fff}.mainlivecasino{width:1400px;margin:95px auto 0}.mainlivecasino .maintitle{margin-bottom:6px}.mainlivecasino .livecasino-bn{position:relative}.mainlivecasino .livecasino-bn img{margin-top:-85px}.mainlivecasino .livecasino-bn .all-btn{width:170px;padding:18px 0;bottom:25px;left:340px;font-size:20px}.mainlivecasino .main-livecasino-item{display:flex;justify-content:space-between;margin-top:30px}.mainlivecasino .main-livecasino-item .hotlivecasino{position:relative}.mainlivecasino .main-livecasino-item .hotlivecasino img{width:451px}.hotgame{background:linear-gradient(-180deg,#1e3e77 20%,#0b1d3b);margin-top:80px;padding-bottom:70px}.hotgame .maintitle{color:#fff}.hotgame .maintitle:after{background:linear-gradient(90deg,#ff7600 10%,#11284f)}.hotgame .maintitle:first-child{padding:70px 0 6px;margin:0 auto}.hotgame .maintitle:first-child:after{background:linear-gradient(90deg,#ff7600 10%,#1e3e77)}.hotgame .maintitle a{color:#fff}.hotgame .hotgame-content{width:1400px;margin:0 auto;display:flex;justify-content:space-between}.hotgame .hotgame-content .hotgame-content-item:first-child{position:relative;margin-top:-20px}.hotgame .hotgame-content .hotgame-content-item:first-child .all-btn{width:170px;padding:18px 0;bottom:75px;right:100px;font-size:20px}.hotgame .hotgame-content .left-bn{width:804px}.hotgame .hotgame-content .right-bn{width:574px;border-radius:20px;margin-top:28px}.hotgame .hotgame-content .hotgameswiper{margin-top:25px;width:574px;position:relative}.hotgame .hotgame-content .hotgameswiper .swiper-container{overflow:hidden;position:unset!important}.hotgame .hotgame-content .hotgameswiper .swiper-slide .hotgame-item{display:flex;flex-direction:column;align-items:center}.hotgame .hotgame-content .hotgameswiper .swiper-slide .hotgame-item img{width:100%;border-radius:20px}.hotgame .hotgame-content .hotgameswiper .swiper-slide .hotgame-item span{font-size:15px;margin-top:5px;color:#fff}.hotgame .hotgame-content .hotgameswiper .swiper-button-next{background-image:url(/_next/static/media/right-1.8149b723.png);background-size:cover;width:35px;height:35px;right:-17px;left:unset;z-index:1}.hotgame .hotgame-content .hotgameswiper .swiper-button-next:after{font-size:0}.hotgame .hotgame-content .hotgameswiper .swiper-button-prev{background-image:url(/_next/static/media/left-1.5c7c4d26.png);background-size:cover;width:35px;height:35px;right:unset;left:-17px;z-index:1}.hotgame .hotgame-content .hotgameswiper .swiper-button-prev:after{font-size:0}.hotgame .jackpotswiper{width:1400px;margin:35px auto 0;position:relative}.hotgame .jackpotswiper .swiper-container{overflow:hidden;position:unset!important}.hotgame .jackpotswiper .jackpot-item{display:flex;flex-direction:column;align-items:center;color:#fff}.hotgame .jackpotswiper .jackpot-item img{width:100%;border-radius:20px;margin-bottom:10px}.hotgame .jackpotswiper .swiper-button-next{background-image:url(/_next/static/media/right-1.8149b723.png);background-size:cover;width:35px;height:35px;right:-17px;left:unset;top:95px;z-index:1}.hotgame .jackpotswiper .swiper-button-next:after{font-size:0}.hotgame .jackpotswiper .swiper-button-prev{background-image:url(/_next/static/media/left-1.5c7c4d26.png);background-size:cover;width:35px;height:35px;top:95px;right:unset;left:-17px;z-index:1}.hotgame .jackpotswiper .swiper-button-prev:after{font-size:0}.appdownload{display:flex;width:1400px;margin:60px auto 25px}.appdownload .appdownload-text{color:#0a1b38;margin-top:60px;width:800px}.appdownload .appdownload-text>div{margin-bottom:15px}.appdownload .appdownload-text>div:first-child{font-size:20px}.appdownload .appdownload-text>div:nth-child(2){font-size:40px;font-weight:600;line-height:51px;margin-bottom:25px}.appdownload .appdownload-text span{color:#ff7600}.appdownload .app-qrcode{display:flex;margin-top:60px}.appdownload .app-qrcode .app-qrcode-item{text-align:center;color:#ff7600;margin-left:15px}.appdownload .app-qrcode .app-qrcode-item img{width:122px}.appdownload .app-qrcode .app-qrcode-item div{display:flex;justify-content:center;align-items:center;border:1px solid #ff7600;border-radius:50px;padding:5px;margin:5px}.appdownload .app-qrcode .app-qrcode-item div img{width:20px;height:20px}.appdownload .app-qrcode .app-qrcode-item a{margin-top:5px;color:#06c}.appdownload .player{width:623px}.fullname{white-space:nowrap;width:max-content;display:inline}.partner-title{color:#0a1b38;width:1400px;margin:0 auto;display:flex;justify-content:space-between;font-size:33px}.partner-title:after,.partner-title:before{display:block;content:"";border-top:1px solid #d1d1d1;width:400px;margin-top:27px}.partner-logo{width:1400px;margin:40px auto 70px;display:grid;grid-template-columns:repeat(7,1fr);grid-gap:17px;gap:17px}.partner-logo img{background:#f9f9f9;width:156px;border-radius:20px;padding:0 15px}.officialpartner{width:1400px;margin:40px auto 80px;display:flex}.officialpartner img{width:458px;margin-right:15px}.platform{background:#191919;padding:15px calc((100% - 1600px)/2);display:flex;align-items:center;flex-flow:wrap}.platform .title{color:#fff}.platform button{margin-right:17px;height:55px}.platform .saba{width:104px}.platform .ab{width:63px}.platform .yl{width:34px}.platform .ag{width:83px}.platform .jk{width:97px}.platform .gp{width:119px}.platform .dg{width:53px}.platform .sa{width:87px}.platform .yg{width:114px}.platform .pp{width:100px}.platform .pg{width:54px}.platform .mw{width:55px}.platform .awc,.platform .awca{width:75px}.platform .kiss{width:90px}.loginpop{max-width:850px;margin:auto;padding:50px 20px}.loginpop.active{display:flex}.loginpop .joinloginModule{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.loginpop .joinloginModule .btnGroup{margin:10px 0}.loginpop .joinloginModule img{width:400px;height:380px;pointer-events:none}.loginpop .joinloginModule .joinloginFunction{margin-left:25px;color:#5574a7}.loginpop .joinloginModule .joinloginFunction .icon-warning:before{color:#bc8f4a}.loginpop .joinloginModule .joinloginFunction a,.loginpop .joinloginModule .joinloginFunction>div button.txt-orange{text-decoration:underline;font-size:12px;align-self:end;margin-left:5px}.loginpop .joinloginModule .joinloginFunction .noAccount{font-size:12px;margin-top:15px}.loginpop .joinloginModule .joinloginFunction .dropdown>.btn{width:auto;color:#5574a7}.loginpop .joinloginModule .joinloginFunction .icon-email{font-weight:700;font-size:16px}.loginpop .joinloginModule .joinloginFunction .inputModule{margin-top:10px}.loginpop .joinloginModule .joinloginFunction .line-login-container .divider{color:#fff;font-size:16px;text-align:center;position:relative;margin:20px 0}.loginpop .joinloginModule .joinloginFunction .line-login-container .divider:after,.loginpop .joinloginModule .joinloginFunction .line-login-container .divider:before{content:"";position:absolute;top:50%;width:45%;height:1px;background:hsla(0,0%,100%,.2)}.loginpop .joinloginModule .joinloginFunction .line-login-container .divider:before{left:0}.loginpop .joinloginModule .joinloginFunction .line-login-container .line-login-btn{width:100%;padding:12px;background:#fff;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;cursor:pointer}.loginpop .joinloginModule .joinloginFunction .line-login-container .line-login-btn img{width:22px!important;height:22px!important;margin-right:5px}.loginpop .joinloginModule .loginAnimation{min-width:400px;max-height:380px;min-height:380px;position:relative;margin:0 20px 0 0}.loginpop .joinloginModule .loginAnimation img{width:auto;height:auto;position:absolute;transition:.6s}.loginpop .joinloginModule .loginAnimation img.animationlogo{bottom:0;left:30px;animation:animationlogo 1s;z-index:3}.loginpop .joinloginModule .loginAnimation img.npc1{left:40px;top:0;animation:loginnpc1 1s}.loginpop .joinloginModule .loginAnimation img.welcome{z-index:1;left:50%;bottom:0;animation:welcome 1s}.loginpop .joinloginModule .loginAnimation img.back{right:100px;bottom:0;animation:back 1s}.loginpop .joinloginModule .loginAnimation img.npc2{z-index:2;right:-100px;bottom:-15px;animation:loginnpc2 1s}.loginpop .joinloginModule .loginAnimation:hover img.animationlogo{left:0}.loginpop .joinloginModule .loginAnimation:hover img.npc1{left:140px;top:50px}.loginpop .joinloginModule .loginAnimation:hover img.welcome{bottom:200px}.loginpop .joinloginModule .loginAnimation:hover img.back{bottom:-50px}.loginpop .joinloginModule .loginAnimation:hover img.npc2{right:-130px}.rightModule .loginpop .joinloginModule .joinloginFunction{min-width:425px}@keyframes scale-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes animationlogo{0%{left:0;opacity:0}to{left:30px;opacity:1}}@keyframes loginnpc1{0%{left:140px;top:50px;opacity:0}to{left:40px;top:0;opacity:1}}@keyframes loginnpc2{0%{right:-200px;opacity:0}to{right:-100px;opacity:1}}@keyframes welcome{0%{bottom:200px;opacity:0}to{bottom:0;opacity:1}}@keyframes back{0%{bottom:-50px;opacity:0}to{bottom:0;opacity:1}}.joinpop{max-width:850px;margin:auto;padding:50px 20px}.joinpop .joinloginModule{display:flex;justify-content:center;position:relative}.joinpop .joinloginModule .btnGroup{margin:10px 0}.joinpop .joinloginModule .joinloginFunction{margin-left:25px;color:#5574a7}.joinpop .joinloginModule .joinloginFunction a.txt-blue,.joinpop .joinloginModule .joinloginFunction a.txt-orange,.joinpop .joinloginModule .joinloginFunction>div button.txt-blue,.joinpop .joinloginModule .joinloginFunction>div button.txt-orange{text-decoration:underline;font-size:12px;text-align:right;margin-left:5px}.joinpop .joinloginModule .joinloginFunction .icon-email{font-weight:700;font-size:16px}.joinpop .joinloginModule .joinloginFunction .inputModule{margin-top:10px}.joinpop .joinloginModule .joinloginFunction .inputBox-blue,.joinpop .joinloginModule .joinloginFunction .inputBox-org{z-index:unset}.joinpop .joinloginModule .joinloginFunction .dropdown span{flex:1 1}.joinpop .joinloginModule .joinloginFunction .dropdown span+button{width:auto;flex:auto;justify-content:flex-end;margin-right:20px}.joinpop .joinloginModule .joinloginFunction .dropdown .dropdown-container{position:absolute;top:29px;left:-1px;border-radius:0 0 5px 5px;background:#fff;border:1px solid #bfcce2;border-top:0;margin-left:0;overflow-x:hidden;z-index:1}.joinpop .joinloginModule .joinloginFunction .dropdown .dropdown-container .dropdown-item{display:flex;margin:0;padding:5px 0 5px 39px}.joinpop .joinloginModule .joinloginFunction .dropdown .dropdown-container::-webkit-scrollbar{width:3px}.joinpop .joinloginModule .joinloginFunction .dropdown>.btn{justify-content:flex-start}.joinpop .joinloginModule .joinloginFunction .register-line{margin:20px 0;background-color:#fff;padding:8px 0;border-radius:5px;width:100%}.joinpop .joinloginModule .joinloginFunction .register-line button{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#07b802}.joinpop .joinloginModule .joinloginFunction .register-line button img{width:22px;height:22px;margin-right:5px}.joinpop .joinloginModule .joinloginFunction .register-line button span{color:#000;font-weight:600}.joinpop .joinloginModule .joinloginFunction .divider{text-align:center;position:relative;margin:20px 0}.joinpop .joinloginModule .joinloginFunction .divider:after,.joinpop .joinloginModule .joinloginFunction .divider:before{content:"";position:absolute;top:50%;width:45%;height:1px;background:hsla(0,0%,100%,.2)}.joinpop .joinloginModule .joinloginFunction .divider:before{left:0}.joinpop .joinloginModule .joinloginFunction .divider:after{right:0}.joinpop .joinloginModule .joinAnimation{position:absolute;left:10px;bottom:0;width:380px;height:380px;transform:scale(.9)}.joinpop .joinloginModule .joinAnimation img{width:auto;height:auto;position:absolute;margin:auto}.joinpop .joinloginModule .joinAnimation img.animationlogo{bottom:0;left:0;z-index:3}.joinpop .joinloginModule .joinAnimation img.npc1{left:0;top:20px}.joinpop .joinloginModule .joinAnimation img.welcome{z-index:1;left:50%;bottom:0}.joinpop .joinloginModule .joinAnimation img.back{right:100px;bottom:0}.joinpop .joinloginModule .joinAnimation img.npc2{z-index:1;right:-10px;bottom:15px}.joinpop .joinloginModule .flag:before{border:1px solid #bfcce2;width:15px;height:15px;line-height:15px}.flag:before{content:"";display:block;border-radius:100%;margin-right:5px}.flag.ch:before{background:url(/_next/static/media/ch.b37c0b4d.jpg) no-repeat 0 0/cover}.flag.cs:before{background:url(/_next/static/media/cs.836034e4.jpg) no-repeat 0 0/cover}.flag.en:before{background:url(/_next/static/media/en.c493bdaf.jpg) no-repeat 0 0/cover}.flag.th:before{background:url(/_next/static/media/th.9edb7e9e.jpg) no-repeat 0 0/cover}.flag.id:before{background:url(/_next/static/media/id.8dbaf831.jpg) no-repeat 0 0/cover}.flag.vn:before{background:url(/_next/static/media/vn.5b8c2853.jpg) no-repeat 0 0/cover}.flag.in:before{background:url(/_next/static/media/in.4bd15456.jpg) no-repeat 0 0/cover}.flag.bd:before{background:url(/_next/static/media/bd.3f5b61f2.jpg) no-repeat 0 0/cover}.flag.kh:before{background:url(/_next/static/media/kh.5e7de7ec.jpg) no-repeat 0 0/cover}.flag.gb:before{background:url(/_next/static/media/gb.5433263e.jpg) no-repeat 0 0/cover}.flag.br:before{background:url(/_next/static/media/br.40f81c1a.jpg) no-repeat 0 0/cover}.flag.ko:before{background:url(/_next/static/media/ko.261e5369.jpg) no-repeat 0 0/cover}.flag.jp:before{background:url(/_next/static/media/jp.7adafd4d.jpg) no-repeat 0 0/cover}.txt-orange{color:#f77900}.txt-blue{color:#5574a7}.txt-blue12{color:#64789b}.txt-white{color:#fff}.txt-gray{color:#666}.txt-lightgray{color:#b2b2b2}.txt-yellow{color:#fab617}.txt-yellow2{color:#f9b041}.txt-red{color:#cf0404}.txt-dark{color:#191919}.txt-darkBlue{color:#284985}.inputModule{margin-top:25px;display:flex;flex-flow:column}.inputModuleRow{display:flex;width:100%;position:relative}.inputModuleRow .importantNotes{margin:24px 0 20px;width:100%;text-align:start;border-top:1px solid hsla(0,0%,100%,.3);padding-top:6px}.inputModuleRow .importantNotes .title{display:flex;align-items:center;font-size:14px;font-weight:600;color:#e65d60;margin-bottom:6px}.inputModuleRow .importantNotes .info{color:#e0e6e9;font-size:12px;max-width:80%;padding-left:5px}.inputModuleRow .tip{position:absolute;transform:translateY(100%);bottom:7px}.inputModuleRow .tip span{color:#999;margin-right:10px}.inputModuleRow input.text-right{text-align:right}.euro .inputBox-event,.inputBox,.inputBox-blue,.inputBox-org,.inputBox-white,.worldcupEvent .event .event-content .inputBox-event,.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event{width:calc(100% - 22px);border-radius:5px;position:relative;margin:10px 0;display:flex;align-items:center;padding:6px 10px;z-index:2;border:1px solid transparent}.error.inputBox-blue,.error.inputBox-org,.error.inputBox-white,.euro .error.inputBox-event,.inputBox.error,.worldcupEvent .event .event-content .error.inputBox-event,.worldcupEvent .event .event-content .ticket-item.finished .error.inputBox-event{border-color:#e03035;background:#febbbb}.error.inputBox-blue:not(.inputModuleRow .error),.error.inputBox-org:not(.inputModuleRow .error),.error.inputBox-white:not(.inputModuleRow .error),.euro .error.inputBox-event:not(.inputModuleRow .error),.inputBox.error:not(.inputModuleRow .error),.worldcupEvent .event .event-content .error.inputBox-event:not(.inputModuleRow .error){border-width:2.5px}.error.inputBox-blue+.tip,.error.inputBox-org+.tip,.error.inputBox-white+.tip,.euro .error.inputBox-event+.tip,.inputBox.error+.tip,.worldcupEvent .event .event-content .error.inputBox-event+.tip{color:#eb4549}.euro .inputBox-event input,.inputBox input,.inputBox-blue input,.inputBox-org input,.inputBox-white input,.worldcupEvent .event .event-content .inputBox-event input,.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event input{background:transparent;border:0;padding-left:5px;color:#000;outline:none;flex:auto}.euro .inputBox-event input::placeholder,.inputBox input::placeholder,.inputBox-blue input::placeholder,.inputBox-org input::placeholder,.inputBox-white input::placeholder,.worldcupEvent .event .event-content .inputBox-event input::placeholder,.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event input::placeholder{color:#4c5356}.euro .inputBox-event input[type=date]::-webkit-calendar-picker-indicator,.euro .inputBox-event input[type=date]::-webkit-inner-spin-button,.inputBox input[type=date]::-webkit-calendar-picker-indicator,.inputBox input[type=date]::-webkit-inner-spin-button,.inputBox-blue input[type=date]::-webkit-calendar-picker-indicator,.inputBox-blue input[type=date]::-webkit-inner-spin-button,.inputBox-org input[type=date]::-webkit-calendar-picker-indicator,.inputBox-org input[type=date]::-webkit-inner-spin-button,.inputBox-white input[type=date]::-webkit-calendar-picker-indicator,.inputBox-white input[type=date]::-webkit-inner-spin-button,.worldcupEvent .event .event-content .inputBox-event input[type=date]::-webkit-calendar-picker-indicator,.worldcupEvent .event .event-content .inputBox-event input[type=date]::-webkit-inner-spin-button,.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event input[type=date]::-webkit-calendar-picker-indicator,.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event input[type=date]::-webkit-inner-spin-button{opacity:0}.euro .inputBox-event .iconModule,.inputBox .iconModule,.inputBox-blue .iconModule,.inputBox-org .iconModule,.inputBox-white .iconModule,.worldcupEvent .event .event-content .inputBox-event .iconModule,.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event .iconModule{display:flex}.euro .inputBox-event .iconModule .icon:before,.inputBox .iconModule .icon:before,.inputBox-blue .iconModule .icon:before,.inputBox-org .iconModule .icon:before,.inputBox-white .iconModule .icon:before,.worldcupEvent .event .event-content .inputBox-event .iconModule .icon:before{font-weight:400}.euro .inputBox-event .iconModule .icon.icon-cross:before,.inputBox .iconModule .icon.icon-cross:before,.inputBox-blue .iconModule .icon.icon-cross:before,.inputBox-org .iconModule .icon.icon-cross:before,.inputBox-white .iconModule .icon.icon-cross:before,.worldcupEvent .event .event-content .inputBox-event .iconModule .icon.icon-cross:before{color:#cf0404;font-size:12px}.euro .inputBox-event .iconModule .icon.icon-checkmark:before,.inputBox .iconModule .icon.icon-checkmark:before,.inputBox-blue .iconModule .icon.icon-checkmark:before,.inputBox-org .iconModule .icon.icon-checkmark:before,.inputBox-white .iconModule .icon.icon-checkmark:before,.worldcupEvent .event .event-content .inputBox-event .iconModule .icon.icon-checkmark:before{color:#42ac5e}.inputBox-org{background:#e8edf3;border:1px solid #f77900}.inputBox-org .dropdown .btn{color:#f77900}.inputBox-org .dropdown .btn:after{border-color:#f77900 transparent transparent}.inputBox-org .dropdown .dropdown-item{color:#666}.inputBox-org+.btnGroup{justify-content:flex-end}.inputBox-white{background:#fff}.inputBox-white>i{font-weight:700;white-space:nowrap}.inputBox-white input{border:0;color:#000}.inputBox-white .iconModule .icon,.inputBox-white i:not(.icon){color:#caa66f}.inputBox-white .iconModule .icon-eye,.inputBox-white .iconModule .icon-eye-blocked{color:#1f1f1f}.inputBox-white .dropdown button.btn{color:#5574a7}.inputBox-blue{background:#e8edf3;border:1px solid #bfcce2;background:#fff}.inputBox-blue .dropdown .dropdown-container .btn,.inputBox-blue .dropdown .dropdown-container .txt-white{color:#fff}.inputBox-blue .icon:before{color:#3f4144}input[type=file]{display:none}.checkbox{width:min-content;float:left;margin-right:5px;transform:translateY(50%)}.checkbox input[type=checkbox]{display:none}.checkbox input[type=checkbox]+label{border:1px solid #5574a7;border-radius:100%;width:10px;height:10px;background:transparent;display:block;cursor:pointer}.checkbox input[type=checkbox]:checked+label{background:#f77900}.checkbox label.icon:before{display:none;font-size:17px;margin-left:-1px;margin-top:-1px}.checkbox input[type=checkbox]:checked+label.icon{background:transparent}.checkbox input[type=checkbox]:checked+label.icon.icon:before{display:block}.btnGroup{display:flex;margin:30px 0}.btnGroup a,.btnGroup button{padding:10px;border-radius:5px;flex:1 1;display:flex;align-items:center;justify-content:center;min-width:123px;margin:0 5px;font-size:12px}.btnGroup a.btn-org,.btnGroup button.btn-org{background:#f77900;color:#fff}.btnGroup a.btn-org:hover,.btnGroup button.btn-org:hover{background:#da6c06}.btnGroup a.btn-red,.btnGroup button.btn-red{background:#cf0404;color:#fff}.btnGroup a.btn-line,.btnGroup button.btn-line{background:#07b802;color:#fff;line-height:1;padding:5px 10px;min-width:168.5px;margin:0}.btnGroup a.btn-line .icon,.btnGroup button.btn-line .icon{font-size:18px}.btnGroup a.btn-line:hover,.btnGroup button.btn-line:hover{filter:hue-rotate(30deg)}.btnGroup a.btn-line.active,.btnGroup button.btn-line.active{background:#069c02;cursor:default}.btnGroup a.btn-line.active:hover,.btnGroup button.btn-line.active:hover{background:#069c02}.btnGroup a.backupClick,.btnGroup button.backupClick{background:#f77900;color:#fff}.btnGroup a.orange,.btnGroup button.orange{background:#5574a7;color:#fff}.btnGroup a.orange:hover,.btnGroup button.orange:hover{background:#cf0404}.btnGroup a.btn-check,.btnGroup button.btn-check{background:#5574a7;color:#fff}.btnGroup a.btn-check:hover,.btnGroup button.btn-check:hover{background:#134dae}.btnGroup a.btn-cancel,.btnGroup a.gray,.btnGroup button.btn-cancel,.btnGroup button.gray{background:#b2b2b2;color:#666}.btnGroup a.btn-cancel:hover,.btnGroup a.gray:hover,.btnGroup button.btn-cancel:hover,.btnGroup button.gray:hover{background:#666;color:#fff}.btnGroup a.blue,.btnGroup button.blue{background:#5574a7;color:#fff}.btnGroup a.blue:hover,.btnGroup button.blue:hover{background:#134dae}.btnGroup a.lightblue,.btnGroup button.lightblue{color:#fff}.btnGroup a.lightblue,.btnGroup a.lightblue:hover,.btnGroup button.lightblue,.btnGroup button.lightblue:hover{background:linear-gradient(180deg,#435f8b,#6383b9)}.btnGroup a.darkGray,.btnGroup button.darkGray{background:#666;color:#fff;cursor:auto}.btnGroup a.red,.btnGroup button.red{background:#cf0404;color:#fff}.btnGroup a.red:hover,.btnGroup button.red:hover{background:#a70303}.btnGroup a.blueBorder,.btnGroup button.blueBorder{border:1px solid #5574a7;color:#5574a7}.btnGroup a.blueBorder:hover,.btnGroup button.blueBorder:hover{background:#5574a7;color:#fff}.btnGroup a.icon:before,.btnGroup button.icon:before{font-weight:400}.btnGroup a.btn-line{padding:5px 0}.tip{white-space:pre-wrap;font-size:12px;padding:0 10px;width:100%;color:#cba873}.tip.txt-red{color:#eb4549}.dropdown{width:100%;display:flex;align-items:center;flex-flow:wrap}.dropdown>.dropdown-container{margin-left:5px;width:100%;color:#666}.dropdown>.dropdown-container .dropdown-item{font-size:13px;padding:5px 0 5px 5px;cursor:pointer;color:#000}.dropdown>.dropdown-container .dropdown-item:hover{background:#caa66f;color:#fff}.dropdown>.dropdown-container .dropdown-item.disabled{pointer-events:none;opacity:.2}.dropdown>.btn{width:calc(100% - 31px);display:flex;justify-content:space-between;align-items:center;font-family:Poppins,sans-serif;padding:0 5px;font-size:13px;color:#000}.dropdown>.btn:after{content:"";width:0;height:0;position:absolute;right:15px;border-color:#aeacac transparent transparent;border-style:solid;border-width:5px 5px 0}.g-recaptcha{display:flex;justify-content:center;margin-top:1rem}.Terms{font-size:12px;line-height:25px;margin-top:10px}.Terms .agree{position:relative}.swiper-slide{height:auto}.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-pagination .swiper-pagination-bullet{width:10px;opacity:1;background:linear-gradient(180deg,#95aacf,#bdcbe2);border-radius:10px;margin:0 4px}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px}.eventLink{position:fixed;left:10px;bottom:3px;z-index:3;display:flex;height:150px}.eventLink--top{margin:0 0 20px 10px}.eventLink--top img{width:65px}.eventLink--top:hover{transform:translateY(-2px);transition:.5s}.eventLink.eurocup{bottom:195px;left:20px}.eventLink.eurocup img{width:158px;animation:livesports 4s ease-in-out infinite}.eventLink.eurocup.retention-link{bottom:280px}.eventLink.olympic{bottom:195px;left:20px}.eventLink.olympic img{width:158px;animation:livesports 4s ease-in-out infinite}.eventLink .icon-close{width:20px;height:20px;color:#fff;position:absolute;left:5px;top:-15px;font-size:14px;font-weight:700;z-index:4;background:#f06d4f;border-radius:100%;line-height:22px}.eventLink .icon-close:before{margin:0}.eventLink a img{animation:eventLink 2s infinite;width:60%}.eventLink.active{display:none}.eventLink .wheelModule{width:175px;height:175px;display:flex;justify-content:center}.eventLink .wheelModule>img{position:absolute;z-index:1}.eventLink .wheelModule>img.eventlinkimg{z-index:0;margin:5px 10px 0 0;width:130px;animation:eventlinkimg 2s infinite}@keyframes eventlinkimg{0%{transform:rotate(0deg)}50%{transform:rotate(2turn)}to{transform:rotate(2turn)}}.eventLink .wheelModule>img.eventlinkwin{margin-left:30px;opacity:0;animation:eventlinkwin 2s infinite;cursor:pointer}@keyframes eventlinkwin{0%{opacity:0}50%{opacity:0}70%{opacity:1}to{opacity:1}}.retentionlink{bottom:95px}.retentionlink button{top:5px!important}.retentionlink>div img{width:250px}@keyframes eventLink{0%{transform:rotate(30deg)}50%{transform:rotate(-30deg)}to{transform:rotate(30deg)}}.livesports{position:fixed;bottom:135px;z-index:1}.livesports.eurocup{bottom:320px}.livesports.olympic{bottom:330px}.livesports.retention-link{bottom:430px}.livesports img{animation:livesports 4s ease-in-out infinite;z-index:2;width:198px}.livesports .icon-close{width:20px;height:20px;color:#fff;position:absolute;left:22px;top:8px;font-size:14px;font-weight:700;z-index:4;background:#f06d4f;border-radius:100%;line-height:22px}.livesports .icon-close:before{margin:0}@keyframes livesports{0%{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(1.1)}}.rightModule{width:100%}#leftMenu{width:18%;margin-right:2%}#leftMenu+div{width:80%;display:flex;flex-flow:column}#leftMenu .menuModule{border-radius:5px;overflow:hidden;margin-bottom:10px;background:#1f1f1f}#leftMenu .menuModule a,#leftMenu .menuModule button{display:flex;align-items:center;padding:5px 10px;width:100%;color:#ccc;font-size:14px;letter-spacing:1px;text-align:left}#leftMenu .menuModule a:hover,#leftMenu .menuModule button:hover{color:#fff;background:red}#leftMenu .menuModule .menuHeader{background:#dfdfdf;color:#242526;font-weight:700;display:flex;justify-content:space-between;padding:10px 0 10px 15px}#leftMenu .menuModule .menuHeader.active:after{transform:rotate(90deg);transition:.6s}#leftMenu .menuModule .menuHeader:hover{color:#242526;background:#dfdfdf}#leftMenu .menuModule .menuSelect{border-bottom:1px solid #fff;overflow:hidden;position:relative}#leftMenu .menuModule .menuSelect span{z-index:1;position:relative}#leftMenu .menuModule .menuSelect span.icon-new:before{top:0;right:-10px;transform:translateX(100%)}#leftMenu .menuModule .menuSelect:before{font-family:icomoon;content:"";font-size:24px;margin-right:5px;font-weight:400;z-index:1}#leftMenu .menuModule .menuSelect.active{background:linear-gradient(90deg,#5e0000,red);color:#fff}#leftMenu .menuModule .menuSelect:hover{animation:menuflash .5s forwards;z-index:0}#leftMenu .menuModule .menuSelect:last-child{border-bottom:0}#leftMenu .menuModule .new-btn{position:relative}#leftMenu .menuModule .new-btn:after{content:"NEW";color:#fff;position:absolute;right:2vw;pointer-events:none;transition:transform .3s;background-color:#cba465;border-radius:10px;padding:0 10px}#leftMenu .menuModule .hot-btn{position:relative}#leftMenu .menuModule .hot-btn:after{content:"HOT";color:#fff;position:absolute;right:2vw;pointer-events:none;transition:transform .3s;background-color:#cba465;border-radius:10px;padding:0 10px}@keyframes menuflash{0%{background:#e03035}50%{left:0;background:#e03035}63%{background:#ea7376}to{left:0;background:#e03035}}.list{margin-bottom:30px}.list+a,.list+button{color:#caa66f;float:right;font-size:30px;text-align:right}.list div{line-height:24px;font-size:12px}.list .listTag{position:relative}.list .listTag .icon-books{position:absolute;right:5px;color:#1e85ec;font-size:24px}.list .listTag button{line-height:30px;background:#1e85ec;color:#fff;padding:0 10px;border-top-left-radius:10px;border-top-right-radius:10px}.list .listTag button.active{background:#134dae}.list .listBody div,.list .listHeader div{justify-content:center;border-right:1px solid #ccc;flex:1 1;display:flex;text-align:center}.list .listBody div:first-child,.list .listHeader div:first-child{flex:0 0 23px}.list .listBody div:nth-child(2),.list .listHeader div:nth-child(2){flex:0 0 150px}.list .listBody div:nth-child(3),.list .listHeader div:nth-child(3){flex:0 0 100px}.list .listBody div:nth-child(4),.list .listHeader div:nth-child(4){white-space:unset}.list .listBody div:last-child,.list .listHeader div:last-child{border:0;flex:0 0 170px;position:relative}.list .listBody div:nth-last-child(3),.list .listHeader div:nth-last-child(3){min-width:85px}.list .listHeader{background:#4e4e4e;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;padding:0 5px}.list .listHeader button{font-size:12px;position:absolute;right:5px;color:#fff}.list .listHeader button.icon-keyboard_arrow_down{color:#fff;font-size:14px}.list .listHeader div{border-right:1px solid #ccc;padding:5px;align-items:center}.list .listBody{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.list .listBody>div{background:#eee;display:flex;padding:0 5px}.list .listBody>div:nth-child(2n){background:#f4f4f4}.list .listBody>div:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.list .listBody>div div{color:#000;align-items:center;padding:5px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list .listBody>div div.pending{color:#f9b041;font-weight:700}.list .listBody>div div.approved{color:#42ac5e;font-weight:700}.list .listBody>div div.reject{color:#cf0404;font-weight:700}.list .listBody>div div.cancel{color:#666;font-weight:700}.list .listBody>div div span{margin-left:5px}.list .listBody>div .icon-keyboard_arrow_right{margin:0 5px}.list .listBody .btnGroup{display:flex;flex-flow:column;margin:5px 0}.list .listBody .btnGroup button{margin:2px 0 2px 6px}.list .listBody .btnGroup button:before{margin-left:0}.list .listBody .approved,.list .listBody .cancel,.list .listBody .pending,.list .listBody .reject{display:flex;justify-content:center;align-items:center}.list .listBody .approved .infobtn,.list .listBody .cancel .infobtn,.list .listBody .pending .infobtn,.list .listBody .reject .infobtn{background:url(/_next/static/media/notice.1e24e249.webp) no-repeat 50%/cover;width:15px;height:15px;margin-left:1px}.pagination{width:calc(100% - 68px);margin:30px auto;position:relative}.pagination,.pagination a{display:flex;justify-content:center;align-items:center}.pagination a{color:#4c5356;float:left;width:30px;height:30px;border-radius:30px;text-decoration:none;font-size:14px}.pagination a.active{background:#fff;color:#1f1f1f}.pagination a:hover:not(.active){color:#fff}.pagination a.disabled{pointer-events:none;color:#4c5356;cursor:default}.pagination a.disabled:hover{text-decoration:none}.stepBar{background:rgba(192,29,33,.5);height:10px;display:flex;border-radius:30px;position:relative;margin:50px}.stepBar .stepLine{background:#e3464a;position:absolute;height:100%;border-radius:30px}.stepBar .stepLine~div{flex:1 1;display:flex;align-items:flex-end;justify-content:center;z-index:1;flex-flow:column;position:relative}.stepBar .stepLine~div:after{content:"";width:12px;height:8px;background:#c01d21;border-radius:20px}.stepBar .stepLine~div span{position:absolute;font-size:12px;color:#3f4144}.stepBar .stepLine~div span:first-child{margin-top:-40px;font-size:14px}.stepBar .stepLine~div span:last-child{margin-top:40px}.stepBar .stepLine~div.active span{color:#e3464a}.stepBar .stepLine~div.active:after{background:#e3464a}.infoModule{border-radius:5px;background:#1f1f1f;margin-bottom:10px;padding-bottom:10px}.infoModule .deposit-event-banner{width:100%;margin-bottom:6vh;cursor:pointer}.infoModule .deposit-event-banner img{width:100%;height:auto;display:block}.infoModule>button.icon-arrow-left2{color:#fff;margin:40px 40px 0;display:flex;align-items:center;background:#5574a7;border-radius:5px;padding:5px 10px;transform:translateY(100%);position:relative;z-index:1}.infoModule>button.icon-arrow-left2:before{margin-left:0}.inside-title{padding:0 20px 15px;display:flex;align-items:center;position:relative;color:#5574a7;margin-bottom:20px}.inside-title .icon-friend,.inside-title .icon-history{position:absolute;right:20px;color:#fff;display:flex;align-items:center;background:#caa66f;padding:10px;border-radius:5px}.inside-title .icon-friend:hover,.inside-title .icon-history:hover{background:#e3ba79}.inside-title .icon-friend:before,.inside-title .icon-history:before{font-size:18px;margin-left:0}.inside-title .icon-friend span,.inside-title .icon-history span{margin:0;font-size:12px}.inside-title.icon:before{font-size:50px}.inside-title>span,.inside-title>span.icon-friend{right:auto;font-size:18px;font-weight:700;margin:0 40px 0 10px;padding:10px 40px 20px;background:#c01d21;border-radius:0 0 15px 15px;color:#fff;text-align:center;position:relative;display:flex;align-items:center}.inside-title>span.icon-friend:after,.inside-title>span:after{content:"";display:block;position:absolute;right:40px;bottom:15px;width:80px;height:3px;background:linear-gradient(90deg,#bc2e13 10%,#d8bd93)}.inside-title>span.icon,.inside-title>span.icon-friend.icon{margin-right:10px}.inside-title>span.icon-friend.icon:before,.inside-title>span.icon:before{font-size:28px;font-weight:400}.inside-title>span.icon-friend:hover,.inside-title>span:hover{background:#c01d21}.inside-title div{color:#ccc;max-width:400px;margin-left:30px;margin-bottom:-20px}.inside-title div.autotransfer{position:absolute;right:20px;transform:translateY(0)}.inside-title div.swithModule,.inside-title div.swithModule div{margin-left:auto;margin-bottom:auto}.inside-title .icon-2fa img{margin-right:12px}.subModuleList{display:flex;padding:0 20px 40px;margin-top:20px;flex-flow:wrap}.subModuleList .subModule{flex:1 1;background:#525252;border-radius:5px;overflow:hidden}.subModuleList .subModule:hover .subModuleTitle{background:#134dae}.subModuleList .subModule:nth-child(2){margin:0 40px}.subModuleList .subModule .subModuleTitle{background:#1e85ec;padding:20px 40px;display:flex;justify-content:center;align-items:center}.subModuleList .subModule .subModuleTitle:before{font-size:36px;color:#000}.subModuleList .subModule .subModuleTitle div{display:flex;flex-flow:column;margin-left:5px}.subModuleList .subModule .subModuleTitle div span{text-align:center}.subModuleList .subModule .subModuleTitle div span:last-child{color:#333;font-size:12px}.subModuleList .subModule form.subModuleBody{width:auto}.subModuleList .subModule .subModuleBody{padding:20px;display:flex;flex-flow:wrap}.subModuleList .subModule .subModuleBody.column{flex-flow:column wrap}.subModuleList .subModule .subModuleBody ul{display:flex;flex-flow:wrap;width:100%}@media(max-width:768px){.subModuleList .subModule .subModuleBody ul{justify-content:center}}.subModuleList .subModule .subModuleBody ul li{display:flex;flex-flow:column;margin:0 10px;width:calc(50% - 20px);min-width:76px}.subModuleList .subModule .subModuleBody ul li.accountNumber{flex-flow:row}.subModuleList .subModule .subModuleBody ul li a{border-radius:30px;border:1px solid #1e85ec;padding:5px;text-align:center;height:54px;display:flex;align-items:center;justify-content:center;width:calc(100% - 10px);background:#fff;overflow:hidden}.subModuleList .subModule .subModuleBody ul li a.icon-library{color:#1e85ec;font-size:44px}.subModuleList .subModule .subModuleBody ul li a.icon-VNPay:before{font-size:18px}.subModuleList .subModule .subModuleBody ul li a:before{font-size:34px}.subModuleList .subModule .subModuleBody ul li span{font-size:12px;text-align:center;margin-top:5px}.subModuleList .subModule .subModuleBody .directions li{display:list-item;width:auto;line-height:30px;margin:0 0 0 29px}.subModuleList .subModule .subModuleBody .txt-lightgray{margin-left:20px}.subModuleList .title{color:#e0e6e9}.platformName{width:calc(100% / 3 - 70px);background:#525252;float:left;margin-left:30px;border-radius:5px;padding:20px;display:flex;align-items:center;justify-content:space-evenly;flex-flow:wrap;position:relative;border:1px solid #caa66f;color:#caa66f}.platformName .icon-library{color:#caa66f}.platformName a.icon,.platformName button.icon{font-size:24px;position:absolute;right:0;bottom:-40px;color:#fff;display:flex}.platformName a.icon:hover:before,.platformName button.icon:hover:before{content:"";font-size:20px}.platformName a.icon:hover span,.platformName button.icon:hover span{display:block}.platformName a span,.platformName button span{display:none;font-size:14px}.platformName .icon{font-size:40px}.platformName .icon img{max-width:90px}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip){background:#1f1f1f;margin-bottom:20px;margin-top:0;border-radius:5px;padding:10px;width:calc(100% - 20px)}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div{flex-flow:row;display:flex;margin-top:0}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.tip{margin-bottom:10px}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.inputBox-white+.inputBox-white{margin:10px 0}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.inputBox-white+.inputBox-white+.btnGroup{margin:auto 0 auto auto}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.inputBox-white+.inputBox-white+.btnGroup button{margin-right:0}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div .txt-orange{display:flex;align-items:flex-end}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.buttonBox{justify-content:flex-start;margin:10px 0}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div>.bankName{margin-right:30px;margin-top:0}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.inputBtn{align-items:center;margin:20px 0}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.inputBtn .btnGroup{margin:10px 0 5px}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.smallList{flex-flow:column}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.smallList li{align-items:flex-start;flex:1 1;margin:auto 10px}.platformName+div.subModuleList .subModuleBody>div:not(.btnGroup):not(.tip)>div.smallList li:first-child{align-items:flex-end}.platformName+div.subModuleList .subModuleBody ul li{width:calc(12.5% - 20px);min-width:unset;margin:10px}.platformName+div.subModuleList .subModuleBody ul li a{background:#fff;padding:5px 10px;width:calc(100% - 20px);overflow:hidden;border-radius:5px}.platformName+div.subModuleList .subModuleBody ul li a:hover{background:#fff}.column{flex-flow:column}.align-items-center{align-items:center}.align-items-center .txt-lightgray{text-align:center}.align-items-center .txt-lightgray+.upload_img{height:200px;text-align:center}.align-items-center .txt-lightgray+.upload_img:hover{background:#5a5a5a}.align-items-center .txt-lightgray+.upload_img:hover .icon-plus{display:none;color:#fff}.align-items-center .txt-lightgray+.upload_img:hover .icon-folder-upload{display:flex;color:#fff;font-size:12px;flex-flow:column;align-items:center}.align-items-center .txt-lightgray+.upload_img:hover .icon-folder-upload:before{font-size:48px;margin-bottom:20px}.align-items-center .txt-lightgray+.smallList{min-width:50%}.align-items-center .txt-lightgray+.smallList li:nth-child(2){text-align:right;max-width:150px;overflow:hidden;text-overflow:ellipsis;display:block}.align-items-center .txt-lightgray+.smallList .accountNumber{justify-content:flex-end}.bankName{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-top:30px;position:relative;font-size:12px}.bankName img{width:auto;height:100%;margin-right:5px}.bankName img+span{color:#caa66f}.bankName a,.bankName i{position:absolute;right:-10px;transform:translateX(100%);color:#caa66f}#popup{background:rgba(36,37,38,.8);position:fixed;z-index:6;top:0;width:100%;height:100%;justify-content:center;align-items:center;display:none}#popup ::-webkit-scrollbar-track{background:rgba(36,37,38,.2)}#popup ::-webkit-scrollbar-thumb{background:hsla(0,0%,49%,.7)}#popup.active{display:flex}#popup.olympic-medalpop,#popup.olympic-rule{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}#popup .joinpop,#popup .loginpop{display:none;justify-content:center;align-items:center;width:800px;margin:auto;height:100%;overflow:hidden;max-width:none}#popup .pop{border-radius:5px;max-height:calc(100% - 160px);@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&family=Poppins:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500&display=swap"}#popup .pop.photo img{max-width:800px;max-height:750px}#popup .pop.carousel-banner{overflow-y:auto;scrollbar-width:none;padding:0 120px}#popup .pop.carousel-banner .close-btn{width:100%;justify-items:end}#popup .pop.carousel-banner .close-btn img{height:30px;width:30px}#popup .pop.carousel-banner .banner{background:transparent}#popup .pop.carousel-banner .banner .swiper-slide{max-width:800px}#popup .pop.carousel-banner .banner .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%}#popup .pop.carousel-banner .banner .swiper-pagination-bullet-active,#popup .pop.carousel-banner .banner .swiper-pagination-bullet:hover{background:#c01d21}#popup .pop.carousel-banner .banner .swiper-slide-shadow-left,#popup .pop.carousel-banner .banner .swiper-slide-shadow-right{background-image:linear-gradient(270deg,rgba(0,0,0,.8),transparent)}#popup .pop .backupDomain{overflow:unset;background:#fff;border-radius:5px;padding:0 0 20px;position:relative;overflow:hidden;color:#b2b2b2;max-width:480px}#popup .pop .backupDomain .icon-close{top:10px;right:10px;z-index:1;color:#fff}#popup .pop .backupDomain .poptit{width:calc(100% - 40px);color:#fff;border-bottom:1px solid #112240;padding:5px 30px 5px 10px;font-size:14px;font-weight:700;top:0;display:flex;align-items:center;background:#112240}#popup .pop .backupDomain .poptit+img{width:100%;margin-bottom:10px}#popup .pop .backupDomain .poptxt{padding:5px 10px;color:#5574a7;font-size:12px}#popup .pop .backupDomain .url{padding:2px 10px;border-radius:30px;border:1px solid #b2b2b2;margin:5px auto;display:flex;align-items:center;position:relative;width:calc(100% - 40px)}#popup .pop .backupDomain .url .copyurl{position:absolute;border-radius:30px;color:#fff;padding:2px 10px;right:2px;background:#5574a7;font-size:12px}#popup .pop .backupDomain .checkbox{margin-bottom:10px}#popup .pop .backupDomain .checkbox input[type=checkbox]+label{border:1px solid #f77900}#popup .pop .backupDomain .checkbox input[type=checkbox]:checked+label{color:#f77900}#popup .pop .backupDomain .checkbox:hover input[type=checkbox]+label{background:#f77900}#popup .pop .update,#popup .pop .updateSuccess,#popup .pop .upload,#popup .pop .uploadError,#popup .pop .uploadSuccess{width:600px;background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center}#popup .pop .Success{padding:20px}#popup .pop .Success .title+div,#popup .pop .editSuccess>div:not(.tip){text-align:center}#popup .pop .editSuccess>div:not(.tip).inputModuleRow{width:90%;justify-content:center}#popup .pop .editSuccess .tip{width:90%}#popup .pop .editSuccess .inputBox-white{width:300px}#popup .pop .upload_new{flex-flow:row;align-items:stretch;max-width:800px}#popup .pop .upload_new .title{margin:0;font-size:32px;color:#fff}#popup .pop .download{flex-flow:row;position:relative;padding:20px 20px 0}#popup .pop .download>div{flex:1 1;text-align:center;line-height:30px}#popup .pop .download>div .icon{color:#5574a7}#popup .pop .download>div .icon+div{color:#666;white-space:nowrap}#popup .pop .download>div .btnGroup{margin:20px 0}#popup .pop .loackAmount{padding:20px}#popup .pop .loackAmount .icon-gift:before{color:#001942;font-size:24px}#popup .pop .loackAmount .btnGroup{margin:20px 0 14px}#popup .pop .loackAmount .inputBox-blue{margin:20px 0 10px}#popup .pop .icon-close{color:#fff;position:absolute;right:30px;top:30px;font-size:14px}#popup .pop .title{margin-bottom:20px;color:#fff;font-size:16px}#popup .pop .title+div{color:#aeacac}#popup .pop>div{display:none;flex-flow:column;align-items:center;position:relative;background:#000;border-radius:5px;padding-top:20px}#popup .pop>div.active{display:flex}#popup .pop .joinSuccess{position:relative;min-width:600px;overflow:hidden}#popup .pop .joinSuccess .icon-icon_1_cop{color:#caa66f;font-size:48px;width:120px;height:120px;background:url(/_next/static/media/joinSuccessBg.0ca00b38.png) no-repeat top/cover;display:flex;justify-content:center;align-items:center}#popup .pop .joinSuccess .title{margin-bottom:0}#popup .pop .joinSuccess .txt-orange{margin-bottom:20px;font-weight:700}#popup .pop .joinSuccess .btnGroup a{min-width:175px}#popup .pop .joinSuccess .icon-close{font-size:16px;position:absolute;right:10px;top:10px}#popup .pop .friend{width:auto;background:transparent}#popup .pop .friend .icon-close{color:#fff}#popup .pop .friend>img{border-radius:5px}#popup .pop .friend .checkbox{transform:translateY(0);margin-top:10px;color:#fff}#popup .pop .friend .checkbox label{border-color:#fff}#popup .pop .checkbox{display:flex;align-items:center;width:auto;margin:0;color:#ccc}#popup .pop .checkbox input[type=checkbox]+label{margin-right:5px}#popup .pop .checkbox input[type=checkbox]+label.icon:before{font-size:12px;margin-top:-1px}#popup .pop .rankpop{background:transparent}#popup .pop .rankpop .icon-close{z-index:1;color:#fff}#popup .pop .rankpop img{width:auto;max-height:400px}#popup .pop .rankpop .checkbox{transform:translateY(0);margin-top:10px;color:#fff}#popup .pop .rankpop .checkbox label{border-color:#fff}#popup .pop .poker{width:800px;background:transparent}#popup .pop .poker .icon-close{z-index:1;color:#fff}#popup .pop .poker .pokerModule{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;height:300px;border-radius:15px}#popup .pop .poker .pokerModule img{width:auto}#popup .pop .poker .pokerModule .btnGroup{position:absolute}#popup .pop .poker .pokerModule .btnGroup a,#popup .pop .poker .pokerModule .btnGroup button{background:rgba(30,133,236,.5);font-weight:700;color:#fff;font-size:18px;font-style:italic;border:1px solid #1e85ec;text-align:center}#popup .pop .poker .pokerModule .btnGroup a.blue,#popup .pop .poker .pokerModule .btnGroup button.blue{background:rgba(247,121,0,.8);border:1px solid #f77900}#popup .pop.wheelPop{border-radius:15px;border:3px solid #409ed0;padding:5px;overflow:unset;min-width:300px;position:relative}#popup .pop.wheelPop>div:not(.animation){background:#4b126d;box-shadow:0 0 1px 6px rgba(227,0,188,.6),0 0 2px 2px #fff,inset 0 0 5px 5px hsla(0,0%,100%,.3),inset 0 0 10px 10px rgba(234,14,181,.8);border:2px solid hsla(0,0%,100%,.95);border-radius:10px;padding:20px}#popup .pop.wheelPop>div:not(.animation) .icon-close{top:-30px;right:-30px;color:#fff;border-radius:100%;width:24px;height:24px;background:linear-gradient(180deg,#0cbce6 0,#0cbce6 25%,#006f97 75%,#00a6d2);display:flex;justify-content:center;align-items:center}#popup .pop.wheelPop>div:not(.animation) .icon-close:before{margin:0 0 0 1px}#popup .pop.wheelPop>div:not(.animation) .title{color:#fff;font:700 28px Noto Sans Display,sans-serif;background:linear-gradient(180deg,#fff 0,#fff 60%,#90efff 70%,#90efff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:.3px #002b4d;filter:drop-shadow(0 3px 0 #002b4d);letter-spacing:-1px;transform:scaleY(.9);margin-bottom:10px}#popup .pop.wheelPop>div:not(.animation) .title+div{color:#8ff}#popup .pop.wheelPop>div:not(.animation) .am{font-weight:700;color:#8ff;background:#21042f;border-radius:30px;margin:15px auto;box-shadow:0 1px 0 1px #621778,inset 0 1px 0 1px #0e0213;padding:5px 20px}#popup .pop.wheelPop .animation{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;top:0;left:0;background:transparent}#popup .pop.wheelPop .animation.active .coin{animation:coin1 1s ease-in-out infinite;transform:rotate(5deg)}#popup .pop.wheelPop .animation .coin{position:absolute;top:130px;right:50px;width:60px;height:46px;background:url(/_next/static/media/coin.f6f40327.png) no-repeat 50%/cover}#popup .pop.wheelPop .animation .coin:nth-child(2){top:100px;left:150px;width:90px;height:68px;transform:rotate(190deg);animation-delay:.2s}#popup .pop.wheelPop .animation .coin:nth-child(3){left:70px;animation-delay:1.5s;transform:rotate(240deg)}#popup .pop.wheelPop .animation .coin:nth-child(4){top:110px;left:40px;animation-delay:.3s;transform:rotate(150deg)}#popup .pop.wheelPop .animation .coin:nth-child(5){top:110px;width:80px;height:61px;animation-delay:.5s;transform:rotate(300deg)}@keyframes coin1{0%{margin-top:0;transform:rotate(5deg)}50%{transform:rotate(150deg);opacity:.9}80%{opacity:.4}to{margin-top:-300px;transform:scale(1.5);transform:rotate(300deg);opacity:0}}#popup .pop.onetwowheelPop{border-radius:15px;position:relative;min-width:30vw;padding:5px;text-align:-webkit-center}#popup .pop.onetwowheelPop .wheel-content{width:80%;padding:20px}#popup .pop.onetwowheelPop .wheel-content .title{color:#fff;font:700 28px Noto Sans Display,sans-serif;transform:scaleY(.9);margin-bottom:10px}#popup .pop.onetwowheelPop .wheel-content .title img{width:auto;margin-bottom:10px}#popup .pop.onetwowheelPop .wheel-content .text{color:#fff}#popup .pop.onetwowheelPop .wheel-content .text .prizeItem{color:red;margin:5px}#popup .pop.angpaoPop{border-radius:10px;border:3px solid #ffbe40;background:#b51227;padding:5px;overflow:unset;min-width:300px;position:relative;color:#fff;font-family:Poppins,Noto Sans SC,Pridi,sans-serif}#popup .pop.angpaoPop>div{background:transparent;padding:20px}#popup .pop.angpaoPop .title{font-size:23px;text-transform:uppercase;font-weight:600;color:#fff;margin:10px auto}#popup .pop.angpaoPop .content{background:#ffbe40;color:#b51227;font-size:18px;font-weight:600;padding:20px 30px;border-radius:10px;margin-bottom:10px}#popup .pop.angpaoPop .info{font-size:14px;font-weight:200}#popup .pop.angpaoPop .icon-close{color:#fff;background:rgba(0,0,0,.5);border-radius:50%;right:10px;top:10px;width:24px;height:24px;line-height:1.75;text-align:center}#popup .pop .promosback{background:transparent;border:unset;padding-top:unset;display:none}#popup .pop .promosback.active{display:flex}#popup .pop .promosback-pop{position:relative;background:transparent;margin-bottom:150px;animation:promosback 1.5s ease-in-out}@keyframes promosback{0%{transform:scale(0)}25%{transform:scale(1.25)}50%{transform:scale(1)}75%{transform:scale(1.2)}to{transform:scale(1)}}#popup .pop .promosback .popgo{color:#fff;text-align:center;background:#113158;font-size:16px;padding:10px 30px;border-radius:25px;min-width:200px;box-shadow:0 4px 5px 0 rgba(0,0,0,.3);font-family:Poppins,Noto Sans TC,sans-serif;position:absolute;left:calc(50% - 100px);bottom:40px;animation:popgo 2s ease-in-out}#popup .pop .promosback .popgo:hover{background:#ff5e00;transition:.3s}@keyframes popgo{0%{opacity:0;box-shadow:0 0 6px 1px hsla(0,0%,100%,0)}75%{opacity:0;box-shadow:0 0 6px 1px hsla(0,0%,100%,0)}to{opacity:1;box-shadow:0 4px 5px 0 rgba(0,0,0,.3)}}#popup .pop .promosback .closepop{cursor:pointer;display:block;width:30px;position:absolute;left:calc(50% - 15px);bottom:-20px;opacity:.7;animation:closepop 2.3s ease-in-out}#popup .pop .promosback .closepop:hover{opacity:1;transition:.2s}#popup .pop.promosbackpopup{overflow-y:unset}#popup .pop .vninfopop{background:transparent;padding-top:unset;border-radius:unset;display:none}#popup .pop .vninfopop.active{display:flex}#popup .pop .vninfopop-inner{width:100%;margin-bottom:200px;position:relative;animation:vninfopop-inner 1.5s ease-in-out}#popup .pop .vninfopop-inner:after{content:"";display:block;width:100%;height:30px;background:linear-gradient(180deg,#1e5daa,#113158 74%);border-radius:0 0 30px 30px}#popup .pop .vninfopop .popgoto{color:#fff;min-width:150px;background:#113158;padding:10px 0;border-radius:26px;box-shadow:0 0 8px 0 rgba(0,0,0,.4);font-family:Be Vietnam Pro,sans-serif;font-size:14px;position:absolute;left:calc(50% - 5px);bottom:calc(50% - 25px);animation:popgoto 2s ease-in-out}#popup .pop .vninfopop .popgoto:hover{background:#ff5e00;transition:.3s}#popup .pop .vninfopop .closepop{cursor:pointer;display:block;width:30px;position:absolute;right:0;top:0;opacity:.7;animation:closepop 2.3s ease-in-out}#popup .pop .vninfopop .closepop:hover{opacity:1;transition:.3s}#popup .pop.vnpop{overflow-y:unset}#popup .pop .sponsor{background:transparent;padding-top:unset;border-radius:unset;display:none}#popup .pop .sponsor.active{display:flex}#popup .pop .sponsor-content{animation:sponsor-content .3s linear .2s backwards}@keyframes sponsor-content{0%{opacity:0;transform:scale(.95) translateY(1em)}}#popup .pop .sponsor .popgoto{color:#fff;min-width:150px;background:#113158;padding:10px 0;border-radius:26px;box-shadow:0 0 8px 0 rgba(0,0,0,.4);font-family:Be Vietnam Pro,sans-serif;font-size:14px;position:absolute;left:calc(50% - 5px);bottom:calc(50% - 25px);animation:popgoto 2s ease-in-out}#popup .pop .sponsor .popgoto:hover{background:#ff5e00;transition:.3s}@keyframes popgoto{0%{opacity:0;box-shadow:0 0 8px 0 transparent}75%{opacity:0;box-shadow:0 0 8px 0 transparent}88%{opacity:1;box-shadow:0 0 8px 0 rgba(0,0,0,.4)}to{opacity:1;box-shadow:0 0 8px 0 rgba(0,0,0,.4)}}#popup .pop .sponsor .closepop{cursor:pointer;display:block;width:30px;position:absolute;right:0;top:0;opacity:.7;animation:closepop 2s ease-in-out}#popup .pop .sponsor .closepop:hover{opacity:1;transition:.3s}#popup .pop .send-email-otp-pop{padding:48px;border-radius:8px}#popup .pop .send-email-otp-pop form .inputModuleRow .tip{text-align:left}#popup .pop .send-email-otp-pop form .btnGroup{padding:0 32px}#popup .pop .send-email-otp-pop .resend .btnGroup{margin:20px 0}#popup .pop .trust-device-checkbox{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px}#popup .pop .trust-device-checkbox button{background:none;border:none;padding:0;vertical-align:middle;display:inline-flex;align-items:center}#popup .pop .trust-device-checkbox label{position:relative;font-size:12px;font-weight:500;color:#ccc}#popup .pop .trust-device-checkbox input[type=checkbox]{display:none}#popup .pop .two-factor-binding-success-pop{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 48px 48px;gap:20px;border-radius:8px}#popup .pop .two-factor-binding-success-pop img{width:48px;height:48px}#popup .pop .two-factor-binding-success-pop .pop-title{font-size:20px;font-weight:700}#popup .pop .two-factor-binding-success-pop .pop-desc{font-size:12px;font-weight:400;color:#ccc}#popup .pop .two-factor-binding-success-pop button{border-radius:4px;padding:12px 36px;font-size:12px;font-weight:600}#popup .livesportspop{width:390px!important;height:740px;position:relative;animation:sponsor .3s linear .2s backwards}#popup .livesportspop.active{display:flex;justify-content:center}#popup .livesportspop .livesports-content>div{padding:0 5px;margin-top:205px}#popup .livesportspop .livesports-content>div .livesports-item{background:url(/_next/static/media/team-bg.ed39a91c.png) no-repeat 50%/100%;height:160px;width:345px;margin-bottom:12px}#popup .livesportspop .livesports-content>div .livesports-item .top{padding:10px 0 10px 15px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#051da0,#112240);border-radius:10px 10px 0 0}#popup .livesportspop .livesports-content>div .livesports-item .top>div:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:200px}#popup .livesportspop .livesports-content>div .livesports-item .top>div:last-child{background:#ff7600;width:55px;text-align:center;border-radius:20px 0 0 20px;padding:0 0 0 11px;display:flex;align-items:center}#popup .livesportspop .livesports-content>div .livesports-item .top>div:last-child:before{display:block;content:"";background:#fff;width:5px;height:5px;border-radius:20px;margin-right:5px;animation:blinking .5s cubic-bezier(.5,0,1,1) infinite alternate}#popup .livesportspop .livesports-content>div .livesports-item .bottom{display:flex;align-items:center;justify-content:center;margin-top:16px}#popup .livesportspop .livesports-content>div .livesports-item .bottom-team{display:flex;flex-direction:column;align-items:center;color:#909090}#popup .livesportspop .livesports-content>div .livesports-item .bottom-team>div:first-child{background:#d5d5d5;border-radius:50px;width:45px;height:45px;display:flex;align-items:center;justify-content:center}#popup .livesportspop .livesports-content>div .livesports-item .bottom-team>div:first-child img{width:40px}#popup .livesportspop .livesports-content>div .livesports-item .bottom-team>div:last-child{font-size:12px;text-align:center;margin-top:5px;line-height:15px;width:80px}#popup .livesportspop .livesports-content>div .livesports-item .bottom-time{margin:0 5px}#popup .livesportspop .livesports-content>div .livesports-item .bottom-time img{width:100px}#popup .livesportspop .livesports-content>div .livesports-item .bottom-time>div{display:flex;align-items:center;color:#0f214e;font-weight:600}#popup .livesportspop .livesports-content>div .livesports-item .bottom-time>div>div{margin-top:5px;font-size:12px}#popup .livesportspop .livesports-content>div .livesports-item .bottom-time>div>div:last-child{margin-left:5px}#popup .livesportspop .livesports-content>div .livesports-item.next .top{background:linear-gradient(90deg,#8d8e98,#181818)}#popup .livesportspop .livesports-content>div .livesports-item.next .top>div:last-child{padding:0 5px 0 11px;background:#fff;color:#272829}#popup .livesportspop .livesports-content>div .livesports-item.next .top>div:last-child:before{background:#272829;animation:none}#popup .livesportspop .livesports-content>div .livesports-item.next .bottom-team img,#popup .livesportspop .livesports-content>div .livesports-item.next .bottom-time img{filter:grayscale(100%)}#popup .livesportspop .livesports-content>div .livesports-item.next .bottom-time>div{color:#272829}#popup .livesportspop .closepop{cursor:pointer;display:block;width:30px;position:absolute;right:-40px;top:15px;opacity:.7;animation:closepop 1.5s ease-in-out}#popup .livesportspop .closepop:hover{opacity:1;transition:.3s}@keyframes blinking{0%{opacity:1}to{opacity:0}}@keyframes sponsor{0%{opacity:0;transform:scale(.95) translateY(1em)}}#popup .livesportspop>div:not(.bankSlip):not(.eventpop):not(.joinSuccess):not(.errorInfo){background-color:unset}#popup .livesportspop.th{background:url(/_next/static/media/livesports-thbg-th.811c6825.png) no-repeat 50%/100%!important}#popup .livesportspop.vn{background:url(/_next/static/media/livesports-vnbg-vn.36c56bf7.png) no-repeat 50%/100%!important}#popup .livesportspop.th-en{background:url(/_next/static/media/livesports-thbg-en.85d265bf.png) no-repeat 50%/100%!important}#popup .livesportspop.vn-en{background:url(/_next/static/media/livesports-vnbg-en.a8517ec6.png) no-repeat 50%/100%!important}#popup .livesportspop.my-en{background:url(/_next/static/media/livesports-mybg-en.423b6b6a.png) no-repeat 50%/100%!important}#popup .livesportspop.my{background:url(/_next/static/media/livesports-mybg-my.45c31693.png) no-repeat 50%/100%!important}#popup .livesportspop.my-cs{background:url(/_next/static/media/livesports-mybg-cs.e6d8853c.png) no-repeat 50%/100%!important}#popup .bigwin{color:#fff}#popup .bigwin .bigwinpop{background:transparent;padding-top:unset;border-radius:unset;display:none;position:relative;z-index:1}#popup .bigwin .bigwinpop.active{display:flex}#popup .bigwin .bigwinpop.en .bigwinpop-img{width:700px;height:700px;animation:bigwinpopup-en .5s infinite}#popup .bigwin .bigwinpop.en .bigwinpop-text{margin-top:-33px}#popup .bigwin .bigwinpop.id .bigwinpop-img{width:700px;height:700px;animation:bigwinpopup-id .5s infinite}#popup .bigwin .bigwinpop.id .bigwinpop-text{margin-top:-15px}#popup .bigwin .bigwinpop-item>div{margin-bottom:200px;position:relative;animation:vninfopop-inner 1.5s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center}#popup .bigwin .bigwinpop-text{position:absolute;text-align:center;font-weight:400;display:flex;flex-direction:column;align-items:center}#popup .bigwin .bigwinpop-text>div:last-child{margin-top:8px;display:flex;flex-direction:column;align-items:center}#popup .bigwin .bigwinpop-text>div:last-child span{width:280px}#popup .bigwin .bigwinpop-text .name{position:absolute;bottom:20px;display:flex;align-items:center;justify-content:center;letter-spacing:1px;background:url(/_next/static/media/username.13777f3d.png) no-repeat 50%/100%;width:270px;height:80px;font-size:17px;font-weight:600;text-shadow:0 0 20px #49008d,0 0 20px #49008d,0 0 6px #49008d}#popup .bigwin .bigwinpop-text .vender{position:absolute;top:33px;margin:5px 0;background:#fff;padding:10px 5px;width:320px;height:63px;font-size:16px;border-radius:10px;color:#4e1587;font-weight:700;line-height:20px}#popup .bigwin .bigwinpop-number{position:absolute;bottom:140px;font-size:37px;font-weight:900;text-shadow:0 0 10px #cb1ff0,0 0 10px #cb1ff0,0 0 10px #cb1ff0,0 0 10px #cb1ff0}#popup .bigwin .bigwinpop .money{position:absolute;top:260px}#popup .bigwin .bigwinpop .money-two{position:absolute;top:50px;left:95px}@keyframes vninfopop-inner{0%{transform:scale(0)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes bigwinpopup-en{0%{background:url(/_next/static/media/popup-en-2.4254de3f.png) no-repeat 50%/cover}to{background:url(/_next/static/media/popup-en-1.923319e7.png) no-repeat 50%/cover}}@keyframes bigwinpopup-id{0%{background:url(/_next/static/media/popup-id-2.153d4973.png) no-repeat 50%/cover}to{background:url(/_next/static/media/popup-id-1.d55db3da.png) no-repeat 50%/cover}}#popup .bigwin .bigwinpop .closepop{cursor:pointer;display:block;width:30px;position:absolute;right:335px;bottom:200px;opacity:.7;animation:closepop 2s ease-in-out;z-index:4}#popup .bigwin .bigwinpop .closepop:hover{opacity:1;transition:.3s}@keyframes closepop{0%{opacity:0}75%{opacity:0}88%{opacity:0}to{opacity:1}}#popup .rulepop{background:none!important;font-family:Open Sans,sans-serif;max-width:1000px}#popup .rulepop.active{display:flex}#popup .rulepop-content{animation:sponsor-content .3s linear .2s backwards}#popup .rulepop-content .close-btn{background:#fff;padding:40px;display:flex;justify-content:center;border-radius:0 0 30px 30px}#popup .rulepop-content .close-btn button{background:#ff8b21;border-radius:50px;padding:10px;width:210px;color:#fff;font-size:16px;font-weight:700;text-transform:uppercase}#popup .rulepop-content .close-btn button:hover{background:#f97700}#popup .rulepop-title{background:#ff8b21;text-transform:uppercase;font-size:35px;font-weight:700;border-radius:30px 30px 0 0;padding:15px 0;display:flex;justify-content:center}#popup .rulepop-text{font-size:20px;font-weight:400}#popup .rulepop-text ul{background:#fff;padding:10px 50px;height:500px;overflow:hidden;overflow-y:scroll}#popup .rulepop-text ul::-webkit-scrollbar-thumb{background-color:rgba(10,0,0,.329)}#popup .rulepop-text ul li{color:#301363;margin:50px 0;text-indent:-22px}#popup .medalpop{background:none!important;font-family:Open Sans,sans-serif}#popup .medalpop-content{display:flex;flex-direction:column;align-items:center}#popup .medalpop-top{background:#ff8b21;width:660px;height:85px;border-radius:30px 30px 0 0}#popup .medalpop-item{width:660px;background:#fff;display:flex;flex-direction:column;align-items:center;padding:10px 0 50px;border-radius:0 0 30px 30px}#popup .medalpop-item img{width:300px}#popup .medalpop-item>div{font-weight:700}#popup .medalpop-item>div:nth-child(2){font-size:40px;color:#301363;margin-top:-10px}#popup .medalpop-item>div:nth-child(3){font-size:30px;color:#ff8b21}#popup .medalpop-item button{background:#ff8b21;border-radius:50px;padding:10px;width:210px;color:#fff;font-size:16px;font-weight:700;text-transform:uppercase;margin-top:40px}#popup .medalpop-item button:hover{background:#f97700}#popup .medalpop.gold-a .medalpop-item img{margin:-60px 0 30px}#popup .medalpop.gold-b .medalpop-item img{margin:-50px 0 20px}#popup .medalpop.gold-c .medalpop-item img{margin-bottom:20px}.Cancel,.Submit,.Success,.addAddresspop,.addBankpop,.angpaopop,.changePassWordpop,.editSuccess,.friend,.joinSuccess,.noticepop,.phoneModify,.poker,.resetPassWordpop,.send-email-otp-pop,.tokyc,.two-factor-binding-success-pop,.updateSuccess,.uploadSuccess{display:none;flex-flow:column;align-items:center;width:420px;margin:auto;padding:20px;text-align:center}.Cancel.active,.Submit.active,.Success.active,.addAddresspop.active,.addBankpop.active,.angpaopop.active,.changePassWordpop.active,.editSuccess.active,.friend.active,.joinSuccess.active,.noticepop.active,.phoneModify.active,.poker.active,.resetPassWordpop.active,.send-email-otp-pop.active,.tokyc.active,.two-factor-binding-success-pop.active,.updateSuccess.active,.uploadSuccess.active{display:flex}.Cancel .icon,.Submit .icon,.Success .icon,.addAddresspop .icon,.addBankpop .icon,.angpaopop .icon,.changePassWordpop .icon,.editSuccess .icon,.friend .icon,.joinSuccess .icon,.noticepop .icon,.phoneModify .icon,.poker .icon,.resetPassWordpop .icon,.send-email-otp-pop .icon,.tokyc .icon,.two-factor-binding-success-pop .icon,.updateSuccess .icon,.uploadSuccess .icon{font-size:36px;color:#caa66f}.Cancel .icon.icon-bell,.Submit .icon.icon-bell,.Success .icon.icon-bell,.addAddresspop .icon.icon-bell,.addBankpop .icon.icon-bell,.angpaopop .icon.icon-bell,.changePassWordpop .icon.icon-bell,.editSuccess .icon.icon-bell,.friend .icon.icon-bell,.joinSuccess .icon.icon-bell,.noticepop .icon.icon-bell,.phoneModify .icon.icon-bell,.poker .icon.icon-bell,.resetPassWordpop .icon.icon-bell,.send-email-otp-pop .icon.icon-bell,.tokyc .icon.icon-bell,.two-factor-binding-success-pop .icon.icon-bell,.updateSuccess .icon.icon-bell,.uploadSuccess .icon.icon-bell{color:#caa66f;transform-origin:bottom;transform:rotate(20deg)}.Cancel .title,.Submit .title,.Success .title,.addAddresspop .title,.addBankpop .title,.angpaopop .title,.changePassWordpop .title,.editSuccess .title,.friend .title,.joinSuccess .title,.noticepop .title,.phoneModify .title,.poker .title,.resetPassWordpop .title,.send-email-otp-pop .title,.tokyc .title,.two-factor-binding-success-pop .title,.updateSuccess .title,.uploadSuccess .title{margin:10px 0 20px}.Cancel .txt-lightgray,.Submit .txt-lightgray,.Success .txt-lightgray,.addAddresspop .txt-lightgray,.addBankpop .txt-lightgray,.angpaopop .txt-lightgray,.changePassWordpop .txt-lightgray,.editSuccess .txt-lightgray,.friend .txt-lightgray,.joinSuccess .txt-lightgray,.noticepop .txt-lightgray,.phoneModify .txt-lightgray,.poker .txt-lightgray,.resetPassWordpop .txt-lightgray,.send-email-otp-pop .txt-lightgray,.tokyc .txt-lightgray,.two-factor-binding-success-pop .txt-lightgray,.updateSuccess .txt-lightgray,.uploadSuccess .txt-lightgray{text-align:center}.Cancel .popList,.Submit .popList,.Success .popList,.addAddresspop .popList,.addBankpop .popList,.angpaopop .popList,.changePassWordpop .popList,.editSuccess .popList,.friend .popList,.joinSuccess .popList,.noticepop .popList,.phoneModify .popList,.poker .popList,.resetPassWordpop .popList,.send-email-otp-pop .popList,.tokyc .popList,.two-factor-binding-success-pop .popList,.updateSuccess .popList,.uploadSuccess .popList{width:100%;margin-top:30px}.Cancel .popList ul,.Submit .popList ul,.Success .popList ul,.addAddresspop .popList ul,.addBankpop .popList ul,.angpaopop .popList ul,.changePassWordpop .popList ul,.editSuccess .popList ul,.friend .popList ul,.joinSuccess .popList ul,.noticepop .popList ul,.phoneModify .popList ul,.poker .popList ul,.resetPassWordpop .popList ul,.send-email-otp-pop .popList ul,.tokyc .popList ul,.two-factor-binding-success-pop .popList ul,.updateSuccess .popList ul,.uploadSuccess .popList ul{display:flex;flex-flow:row;justify-content:space-between}.Cancel .popList ul li,.Submit .popList ul li,.Success .popList ul li,.addAddresspop .popList ul li,.addBankpop .popList ul li,.angpaopop .popList ul li,.changePassWordpop .popList ul li,.editSuccess .popList ul li,.friend .popList ul li,.joinSuccess .popList ul li,.noticepop .popList ul li,.phoneModify .popList ul li,.poker .popList ul li,.resetPassWordpop .popList ul li,.send-email-otp-pop .popList ul li,.tokyc .popList ul li,.two-factor-binding-success-pop .popList ul li,.updateSuccess .popList ul li,.uploadSuccess .popList ul li{line-height:30px;letter-spacing:1px;font-size:12px}.Cancel .popList ul li:first-child,.Submit .popList ul li:first-child,.Success .popList ul li:first-child,.addAddresspop .popList ul li:first-child,.addBankpop .popList ul li:first-child,.angpaopop .popList ul li:first-child,.changePassWordpop .popList ul li:first-child,.editSuccess .popList ul li:first-child,.friend .popList ul li:first-child,.joinSuccess .popList ul li:first-child,.noticepop .popList ul li:first-child,.phoneModify .popList ul li:first-child,.poker .popList ul li:first-child,.resetPassWordpop .popList ul li:first-child,.send-email-otp-pop .popList ul li:first-child,.tokyc .popList ul li:first-child,.two-factor-binding-success-pop .popList ul li:first-child,.updateSuccess .popList ul li:first-child,.uploadSuccess .popList ul li:first-child{color:#1e85ec;font-weight:700}.noticepop .btnGroup{margin:20px auto}.noticepop .checkbox{margin:0 auto 15px!important}.noticepop .checkbox input[type=checkbox]+label{border:1px solid #caa66f}.noticepop .checkbox input[type=checkbox]:checked+label{color:#caa66f;border-radius:50%;overflow:hidden}.noticepop .checkbox:hover input[type=checkbox]+label{background:#caa66f}.Success .progressBarModule{margin-top:20px;text-align:center;line-height:24px}.Success .progressBarModule .bounsName,.Success .progressBarModule .turnover{color:#fff}.Success .progressBarModule .turnover span{color:#caa66f}.Success .progressBarModule .progressBar .bar{border:1px solid #caa66f}.Success .progressBarModule .progressBar .bar .progress{background:#caa66f}.Success .progressBarModule .progressBar .percentage{color:#caa66f}.title{font-weight:700;color:#fff}.smallList{margin:40px auto auto}.smallList>ul li{color:#e0e6e9;width:100%;line-height:30px;letter-spacing:1px;font-size:12px;white-space:nowrap}.smallList>ul li:nth-child(odd){color:#aeacac}.smallList>ul li:first-child{color:#aeacac;font-weight:700;text-align:left}.smallList .remark{background:hsla(0,0%,100%,.5);width:300px;border-radius:5px;margin:5px 0 5px -5px;padding:2px 8px;box-sizing:border-box}.smallList .remark li{margin:0!important}.smallList .remark+.tip{padding:0}.directions{border-bottom:1px solid #666;color:#aeacac;margin:10px 0 20px;padding-bottom:20px;max-width:80%;min-width:75%}.directions~form{display:flex;align-items:center;flex-flow:column}.directions~form .inputBox-white,.directions~form .inputBox-white+.tip{max-width:80%;min-width:75%}.directions ul{display:flex;flex-flow:column}.directions ul li{list-style:disc}.uploadModule{flex:1 1;flex-wrap:wrap;width:100%}.uploadModule,.upload_img{display:flex;justify-content:center}.upload_img{width:calc(33.3333% - 6px);height:80px;border-radius:15px;border:1px solid #fff;margin:0 5px 10px 0;align-items:center;overflow:hidden;cursor:pointer;position:relative}.upload_img:nth-child(3n){margin-right:0}.upload_img .icon-folder-upload{display:none}.upload_img .icon-close{position:absolute;top:5px!important;right:5px!important;font-size:8px!important;background:#868686;border:1px solid #fff;border-radius:50%;padding:2px;z-index:3}.upload_img .icon-close:before{font-size:8px;margin:0 2px;color:#fff}.upload_img.error{border-color:#eb4549}.upload_img.error .icon-plus:before{color:#eb4549}.upload_img .icon{font-size:36px;color:#fff}.upload_img .icon.icon-plus{color:#fff}.upload_img .icon.icon-broken_image:before{font-size:48px;color:#666}.upload_img img{height:100%}.upload_img+.smallList{max-width:80%;min-width:75%;border-bottom:1px solid #666;padding-bottom:20px}.upload_img+.smallList ul{display:flex;justify-content:space-between}.upload_img+.smallList ul li{margin-left:10px;width:auto}.upload_img+.smallList ul li .icon{color:#caa66f}.upload_img+.smallList ul li:first-child{flex:1 1;margin-left:0}.upload_img:hover{background:#5a5a5a}.upload_img:hover .icon-plus{color:#fff}.upload_img:hover .icon-folder-upload{display:flex;color:#fff;font-size:12px;flex-flow:column;align-items:center}.upload_img:hover .icon-folder-upload:before{font-size:36px;margin-bottom:5px}.upload_img:hover.error .icon-plus:before{color:#fff}.slipInfo{width:calc(100% / 3 - 110px);float:left;border-radius:15px;padding:20px 40px 20px 70px}.slipInfo button.icon{font-size:24px;color:#fff}.slipInfo .smallList li{font-size:16px;line-height:40px}.slipInfo .smallList li:first-child{font-weight:400}.slipInfo .smallList li:nth-child(odd){color:#4c5356}.homebanner .swiper-container{position:relative}.homebanner .swiper-container .swiper-pagination{width:max-content;bottom:30px;right:unset;left:20px!important;z-index:1;display:flex;align-items:center}.homebanner .swiper-container .swiper-pagination .swiper-pagination-bullet{height:7px;width:15px;background:hsla(0,0%,65%,.445);margin:0 4px}.homebanner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:12px;height:12px;background:#fff}.walletModule{display:flex;width:calc(100% - 40px);justify-content:space-between;padding:20px;align-items:center}.walletModule+.walletModule{padding-bottom:0;flex-flow:wrap}.walletModule+.walletModule .title{width:100%;margin-bottom:10px;color:#e0e6e9}.walletModule .addBank{display:flex;width:100%;flex-flow:wrap;padding:20px;background:#525252;border-radius:5px}.walletModule .addBank .addBankName{max-width:calc(33.3333333333% - 32px);position:relative;flex:1 1}.walletModule .addBank .addBankName.active{background:linear-gradient(180deg,#f1d5b6,#cdae8e);color:#fff}.walletModule .addBank .addBankName.active:hover .checkbox label{color:#5574a7;border:1px solid #5574a7}.walletModule .addBank .addBankName.active:hover button{color:#5574a7}.walletModule .addBank .addBankName.active .txt-blue{color:#fff}.walletModule .addBank .addBankName.active .addBankInfo .checkbox label:before{display:block}.walletModule .addBank .addBankName .mask{display:none}.walletModule .addBank .addBankName.pending{position:relative}.walletModule .addBank .addBankName.pending .mask{position:absolute;top:0;left:0;background:rgba(36,37,38,.6);width:100%;height:100%;border-radius:5px;z-index:1;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px}.walletModule .addBank .bankName-text{width:80%;display:flex;align-items:flex-start;justify-content:space-between;font-size:12px;flex-direction:column;color:#3f4144}.walletModule>.walletType{width:100%}.walletModule>.walletType .walletBalanceModule{width:calc(50% - 30px);margin-right:10px;margin-bottom:10px;float:left;flex:none;max-width:none}.walletModule .walletBalanceModule{background:#525252;border-radius:5px;padding:10px;flex:1 1;display:flex;align-items:center;justify-content:space-between;max-width:calc(50% - 30px);position:relative;font-size:12px;color:#fff}.walletModule .walletBalanceModule .tip{position:absolute;bottom:0;transform:translateY(20px)}.walletModule .walletBalanceModule span.icon-icon32px_Main-Wallet,.walletModule .walletBalanceModule span.icon-icon32px_Sportsbook-Wallet{display:flex;align-items:center;flex:1 1;color:#fff}.walletModule .walletBalanceModule span.icon-icon32px_Main-Wallet.icon:before,.walletModule .walletBalanceModule span.icon-icon32px_Sportsbook-Wallet.icon:before{color:#fff;font-size:24px}.walletModule .walletBalanceModule span.icon-icon32px_Main-Wallet+span,.walletModule .walletBalanceModule span.icon-icon32px_Sportsbook-Wallet+span{color:#fff}.walletModule .walletBalanceModule span.icon-icon32px_Main-Wallet+span+.btnGroup button,.walletModule .walletBalanceModule span.icon-icon32px_Sportsbook-Wallet+span+.btnGroup button{height:30px;min-width:90px;padding:10px 5px}.walletModule .walletBalanceModule .icon.icon-spinner11{margin-top:0}.walletModule .walletBalanceModule .icon.icon-spinner11:before{margin:0 5px}.walletModule .walletBalanceModule .icon-error{font-size:16px}.walletModule .walletBalanceModule .icon-balance{display:flex;align-items:center;color:#fff}.walletModule .walletBalanceModule .icon-balance+span{width:100%;text-align:right;color:#5574a7}.walletModule .walletBalanceModule span:not(.icon){font-weight:700;color:#fff}.walletModule .icon{flex:0 0 auto;color:#3f4144;display:flex;align-items:center}.walletModule .icon.icon-information{color:#caa66f}.walletModule .icon.icon-spinner11{margin-top:10px;color:#caa66f}.walletModule .icon.icon-plus{color:#3f4144}.checkbox.autotransfer{position:absolute;display:flex;width:auto;transform:translateY(-100%);align-items:center;color:#fff}.checkbox.autotransfer input[type=checkbox]+label{border-radius:0;width:15px;height:15px;color:#5574a7;margin-right:5px}.walletTransfer{background:#1f1f1f;border-radius:5px;width:100%;padding:15px;display:flex;flex-flow:wrap;align-items:center}.euro .walletTransfer .inputBox-event,.walletTransfer .euro .inputBox-event,.walletTransfer .inputBox,.walletTransfer .inputBox-blue,.walletTransfer .inputBox-org,.walletTransfer .inputBox-white,.walletTransfer .worldcupEvent .event .event-content .inputBox-event,.walletTransfer .worldcupEvent .event .event-content .ticket-item.finished .inputBox-event,.worldcupEvent .event .event-content .ticket-item.finished .walletTransfer .inputBox-event,.worldcupEvent .event .event-content .walletTransfer .inputBox-event{float:left;width:calc(100% - 161px);margin-right:10px}.walletTransfer .icon{flex:0 0 auto}.walletTransfer .icon.icon-arrow-right2{margin:0 30px;font-size:24px}.walletTransfer .icon.icon-information-solid{font-size:14px;margin-right:0}.walletTransfer .icon.icon-information-solid:before{font-weight:400}.addBank{width:calc(100% / 3)}.addBank .addBankName{width:calc(100% - 30px);border-radius:5px;padding:10px;margin-bottom:15px;margin-right:10px;color:#242526;background:#fff}.addBank .addBankName .title{color:#242526}.addBank .addBankName:nth-child(4n-4){margin-right:0}.addBank .addBankName:hover{background:#ccc;color:#3f4144}.addBank .addBankName:hover .title{color:#242526}.addBank .addBankName:hover .addBankInfo button,.addBank .addBankName:hover .addBankInfo div,.addBank .addBankName:hover .addBankInfo span,.addBank .addBankName:hover .cryptoInfo button,.addBank .addBankName:hover .cryptoInfo div,.addBank .addBankName:hover .cryptoInfo span{color:#3f4144}.addBank .addBankName:hover .addBankInfo button.checkbox label,.addBank .addBankName:hover .addBankInfo div.checkbox label,.addBank .addBankName:hover .addBankInfo span.checkbox label,.addBank .addBankName:hover .cryptoInfo button.checkbox label,.addBank .addBankName:hover .cryptoInfo div.checkbox label,.addBank .addBankName:hover .cryptoInfo span.checkbox label{color:#3f4144;border-color:#3f4144}.addBank .addBankName:hover .addBankInfo .icon-BTC,.addBank .addBankName:hover .addBankInfo .icon-USDT,.addBank .addBankName:hover .addBankInfo+.icon-bin,.addBank .addBankName:hover .cryptoInfo .icon-BTC,.addBank .addBankName:hover .cryptoInfo .icon-USDT,.addBank .addBankName:hover .cryptoInfo+.icon-bin{color:#3f4144}.addBank .addBankName.noBank{display:flex;align-items:center;justify-content:space-evenly;cursor:pointer;min-height:55px;color:#3f4144;background:#1f1f1f}.addBank .addBankName.noBank .icon-warning{font-size:24px}.addBank .addBankName.noBank:hover{background:#ccc}.addBank .addBankName.noBank:hover .icon,.addBank .addBankName.noBank:hover .icon+div{color:#3f4144}.addBank .addBankName .addBankInfo,.addBank .addBankName .cryptoInfo{display:flex;justify-content:space-between;align-items:center}.addBank .addBankName .addBankInfo .txt-blue,.addBank .addBankName .cryptoInfo .txt-blue{font-weight:600;font-size:12px;color:#1f1f1f}.addBank .addBankName .addBankInfo .txt-blue span,.addBank .addBankName .cryptoInfo .txt-blue span{margin-right:5px}.addBank .addBankName .addBankInfo .bankName,.addBank .addBankName .cryptoInfo .bankName{margin:0 -4px 0 0}.addBank .addBankName .addBankInfo .checkbox,.addBank .addBankName .cryptoInfo .checkbox{transform:translateY(-15px);margin-right:0}.addBank .addBankName .addBankInfo .checkbox label,.addBank .addBankName .cryptoInfo .checkbox label{border-radius:0;width:15px;height:15px;border:1px solid #242526;color:#242526;margin:auto}.addBank .addBankName .cryptoInfo{flex-flow:wrap;justify-content:flex-start}.addBank .addBankName .cryptoInfo .checkbox{position:absolute;top:25px;right:12px;margin-right:-2px;margin-left:5px}.addBank .addBankName .cryptoInfo>.title{width:100%;margin-bottom:5px;margin-left:0}.addBank .addBankName .cryptoInfo>.icon{font-size:24px;color:#c01d21}.addBank .addBankName .cryptoInfo>.icon:before{margin-left:0}.addBank .addBankName .cryptoInfo>.icon+div{font-size:12px;width:168px;margin:0;color:#4c5356}.addBank .addBankName .cryptoInfo~button.icon.icon-bin{position:relative;transform:translateY(0);bottom:auto;right:auto;margin:auto 0 auto auto}.addBank .addBankName .cryptoInfo~button.icon.icon-bin:before{margin:auto 0 auto auto}.addBank .addBankName .cryptoInfo div{flex:auto;word-break:break-all}.addBank .addBankName button.icon{font-size:24px;right:0;bottom:-40px;color:#242526}.addBank .addBankName button.icon.icon-bin{position:absolute;bottom:12px;right:4px;font-size:18px}.addBank .addBankName .icon-plus{font-size:40px}.addBank .addBankName .icon-plus+div{color:#3f4144}.addBank+div.subModuleList{width:calc(100% / 3 * 2 - 30px);margin:0;padding:0 0 0 30px}.addBank+div.subModuleList .subModuleBody{height:calc(100% - 40px);align-items:center;align-content:center}.addBank+div.subModuleList .subModuleBody>div{display:flex}.addBank+div.subModuleList .subModuleBody>div>.bankName{margin-right:10px;margin-top:0}.addBank+div.subModuleList .subModuleBody>div.inputBtn{align-items:center;margin:20px 0}.addBank+div.subModuleList .subModuleBody>div.inputBtn .btnGroup{margin:10px 0 5px}.addBank+div.subModuleList .subModuleBody>div.smallList{flex-flow:column}.addBank+div.subModuleList .subModuleBody>div.smallList li{align-items:flex-end;flex:1 1;margin:auto 10px}.addBank+div.subModuleList .subModuleBody>div.smallList li:first-child{align-items:flex-start}.addBank+div.subModuleList .subModuleBody>div.smallList li:last-child{flex:2 1;justify-content:flex-end}.addBank+div.subModuleList .subModuleBody>div.smallList li.accountNumber{flex-flow:row}.addBank+div.subModuleList .subModuleBody>div.smallList li.accountNumber span{margin-right:5px}.addBank+div.subModuleList .subModuleBody>div.smallList li.accountNumber span:last-child{margin-right:0;margin-left:5px}.addBank+div.subModuleList .subModuleBody ul li{width:calc(25% - 20px)}.addBank+div.subModuleList .subModuleBody ul li a{background:#fff;padding:5px 10px;width:calc(100% - 20px)}.remainder{color:#ccc;width:100%}.remainder .icon{display:inline-block}.remainder~.tip{padding:0;margin-top:10px;color:#ccc}.calculation{width:100%;align-items:stretch;display:flex}.calculation>div{flex:1 1;text-align:center;border-radius:10px;word-break:break-all;padding:10px;display:flex;flex-flow:column;justify-content:space-between;color:#5574a7}.calculation>div:nth-child(odd){background:#fff;border:1px solid #e8edf3}.calculation>div:nth-child(2n){margin:0 10px;color:#fff;font-size:48px;flex:.5 1}.calculation>div:nth-child(4){font-size:36px;display:flex;justify-content:center}.calculation>div div{color:#4c5356}.calculation>div div:first-child{word-break:break-word}.calculation>div span{color:#c01d21;margin-left:5px;font-weight:700}.calculation~.inputModuleRow{margin-top:20px;flex-flow:wrap}.calculation~.inputModuleRow .inputBox-white{flex:1 1}.calculation~.inputModuleRow .tip{position:unset;transform:translateY(0)}.calculation+div.inputModuleRow .remainder{padding-left:10px}.addBankpop>.txt-lightgray{margin-bottom:20px}.addBankpop .icon{font-size:14px;color:#1e85ec}.addBankpop .tip.active{text-align:left}.addBankpop .inputBox-blue .dropdown>.btn{justify-content:flex-start;font-size:13px}.addBankpop .inputBox-blue .dropdown>.dropdown-container{overflow-y:scroll;max-height:200px}.addBankpop .inputBox-blue .dropdown>.dropdown-container .dropdown-item{display:flex;align-items:center;padding:7.5px 0}.addBankpop .inputBox-blue .dropdown>.dropdown-container .dropdown-item:first-child{padding-top:10px}.addBankpop .inputBox-blue img{max-width:44px;border-radius:5px;margin:0 10px}.addBankpop .txt div .txt-blue+span{color:#5574a7}.addAddresspop .icon-close{top:15px!important;right:15px!important}.addAddresspop .inputBox-blue{z-index:auto;width:auto}.addAddresspop .inputBox-blue .dropdown>.btn{justify-content:flex-start;font-size:13px}.addAddresspop .inputBox-blue .dropdown>.dropdown-container{overflow-y:auto;position:absolute;background:#fff;top:28px;left:-1px;max-height:200px;border:1px solid #bfcce2;border-top:0;z-index:1;margin:0;border-radius:0 0 5px 5px}.addAddresspop .inputBox-blue .dropdown>.dropdown-container .dropdown-item{padding:6px 10px;display:flex;align-items:center}.addAddresspop .inputBox-blue .dropdown>.dropdown-container .dropdown-item:first-child{padding-top:10px}.addAddresspop .inputBox-blue .iconModule .icon{font-size:medium}.addAddresspop>div{width:100%;border-bottom:1px solid #bfcce2;padding-bottom:20px}.addAddresspop>div .inputModuleRow>div{flex:1 1!important}.addAddresspop>div .inputModuleRow>.btnGroup{margin:10px 0}.addAddresspop>div .inputModuleRow>.btnGroup button{min-width:100px}.addAddresspop>div.btnGroup{border:0;margin:20px 0 0}.addAddresspop>div .tip{text-align:left}.addAddresspop>div .txt-blue{padding-left:5px}.addAddresspop form>div{width:100%;border-bottom:1px solid #aeacac;padding-bottom:20px}.addAddresspop form>div .inputModuleRow>div{width:100%}.addAddresspop form>div .inputModuleRow>.btnGroup{margin:10px 0}.addAddresspop form>div .inputModuleRow>.btnGroup button{padding:0;margin-right:0;margin-left:10px;min-width:100px}.addAddresspop form>div.btnGroup{border:0;margin:20px 0 0}.addAddresspop form>div .tip{text-align:left}.addAddresspop form>div .txt-blue{padding-left:5px}.txt{width:calc(100% - 10px);padding:0 5px;display:flex;align-items:center;margin-bottom:10px}.txt>div:first-child{display:flex;justify-content:space-between;flex:auto;margin-right:10px}.kycHeight{height:calc(100% - 190px)}.kycHeight .subModuleBody{height:calc(100% - 40px);justify-content:center}.kycHeight .icon{font-size:48px;color:#caa66f}.history{width:calc(100% - 50px);margin:10px auto}.history .listBody div:nth-child(3),.history .listHeader div:nth-child(3){flex:0 0 130px;white-space:unset}.history .listBody>div>div:nth-child(5),.history .listBody>div>div:nth-child(6){flex-wrap:wrap}.history .listBody>div>div:nth-child(5) span,.history .listBody>div>div:nth-child(6) span{width:100%;margin-left:0}.quickSelect{display:flex;padding:0 34px;height:45px;align-items:start;color:#c01d21}.quickSelect .btnGroup{margin:10px 0}.euro .quickSelect>div.inputBox-event,.quickSelect>div.inputBox,.quickSelect>div.inputBox-blue,.quickSelect>div.inputBox-org,.quickSelect>div.inputBox-white,.quickSelect>div:first-child,.worldcupEvent .event .event-content .quickSelect>div.inputBox-event,.worldcupEvent .event .event-content .ticket-item.finished .quickSelect>div.inputBox-event{flex:1 1;margin-right:5px}.euro .quickSelect>div.promoType.inputBox-event,.quickSelect>div.inputBox.promoType,.quickSelect>div.promoType.inputBox-blue,.quickSelect>div.promoType.inputBox-org,.quickSelect>div.promoType.inputBox-white,.quickSelect>div:first-child.promoType,.worldcupEvent .event .event-content .quickSelect>div.promoType.inputBox-event{max-width:none;display:block}.euro .quickSelect>div.promoType.inputBox-event a,.euro .quickSelect>div.promoType.inputBox-event button,.quickSelect>div.inputBox.promoType a,.quickSelect>div.inputBox.promoType button,.quickSelect>div.promoType.inputBox-blue a,.quickSelect>div.promoType.inputBox-blue button,.quickSelect>div.promoType.inputBox-org a,.quickSelect>div.promoType.inputBox-org button,.quickSelect>div.promoType.inputBox-white a,.quickSelect>div.promoType.inputBox-white button,.quickSelect>div:first-child.promoType a,.quickSelect>div:first-child.promoType button,.worldcupEvent .event .event-content .quickSelect>div.promoType.inputBox-event a,.worldcupEvent .event .event-content .quickSelect>div.promoType.inputBox-event button{float:left}.euro .quickSelect>div.promoType.inputBox-event button.orange,.quickSelect>div.inputBox.promoType button.orange,.quickSelect>div.promoType.inputBox-blue button.orange,.quickSelect>div.promoType.inputBox-org button.orange,.quickSelect>div.promoType.inputBox-white button.orange,.quickSelect>div:first-child.promoType button.orange,.worldcupEvent .event .event-content .quickSelect>div.promoType.inputBox-event button.orange{position:relative;margin-left:25px}.euro .quickSelect>div.promoType.inputBox-event button.orange:before,.quickSelect>div.inputBox.promoType button.orange:before,.quickSelect>div.promoType.inputBox-blue button.orange:before,.quickSelect>div.promoType.inputBox-org button.orange:before,.quickSelect>div.promoType.inputBox-white button.orange:before,.quickSelect>div:first-child.promoType button.orange:before,.worldcupEvent .event .event-content .quickSelect>div.promoType.inputBox-event button.orange:before{content:"｜";color:#1e85ec;position:absolute;left:-27.5px;font-weight:400;font-size:24px}.quickSelect>div:first-child{position:relative;max-width:322px}.euro .quickSelect>div:first-child .inputBox-event,.quickSelect>div:first-child .euro .inputBox-event,.quickSelect>div:first-child .inputBox,.quickSelect>div:first-child .inputBox-blue,.quickSelect>div:first-child .inputBox-org,.quickSelect>div:first-child .inputBox-white,.quickSelect>div:first-child .worldcupEvent .event .event-content .inputBox-event,.worldcupEvent .event .event-content .quickSelect>div:first-child .inputBox-event{position:absolute;align-items:flex-start;width:calc(100% - 22px)}.quickSelect i{white-space:nowrap}.quickSelect i:before{color:#1e85ec}.quickSelect+.nodata{width:calc(100% - 70px);margin:10px auto auto;border-radius:15px;text-align:center}.quickSelect .dropdown span+button{width:auto;flex:auto}.quickSelect .dropdown .dropdown-container{position:absolute;top:29px;left:-1px;border-radius:0 0 5px 5px;background:#fff;border:1px solid #bfcce2;border-top:0;margin-left:0;overflow:hidden}.quickSelect .dropdown .dropdown-container .dropdown-item{margin:0;padding:5px 0 5px 10px}.quickSelect .dropdown .btn{padding:0 10px}.specialBonus{display:inline-flex;margin:10px 0;padding:0 30px}.specialBonus .inputBox-white{position:unset;margin:0;border:0;display:flex;align-items:center;padding:10px}.specialBonus .btnGroup{margin:0}.pageSelect{width:max-content;position:absolute;align-items:flex-start;right:0;top:0;width:160px;margin:0}.pageSelect .dropdown{width:auto}.pageSelect .dropdown>.btn{justify-content:center;width:100%;margin-left:0}.pageSelect .dropdown .dropdown-container{margin-left:0}.icon-nodata,.pageSelect .dropdown .dropdown-container .dropdown-item{text-align:center}.icon-nodata{padding:50px 0;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top:0;color:#caa66f}.icon-nodata:before{font-size:48px}.icon-nodata div{padding:5px 10px;border-radius:5px;width:max-content;margin:10px auto auto;color:#caa66f}.changePassWord,.forgetPassWord{max-width:855px;margin:60px auto;display:flex;align-items:center;flex-flow:wrap;color:#5574a7}.changePassWord .lastChange,.forgetPassWord .lastChange{width:calc(100% - 5px);padding-left:5px;color:#fff}.changePassWord .lastChange span,.forgetPassWord .lastChange span{color:#5574a7;margin-left:10px;color:#caa66f}.forgetPassWord{display:flex;flex-flow:nowrap}.forgetPassWord .icon{font-size:18px}.vipLv{display:flex;max-width:700px;margin:60px auto;align-items:center;justify-content:center;flex-flow:column}.vipLv img{width:120px}.vipLv>div.vipbg{background:url(/_next/static/media/vipbg.82aa1af1.png) no-repeat 50%/auto 100%;padding:20px;margin-top:0}.vipLv>div.vipname{margin-top:22px;background:#c01d21;padding:8px 18px;border-radius:20px}.vipLv .btnGroup+.txt-line{font-size:12px;color:#fff;text-align:center}.profile{display:flex;max-width:700px;margin:60px auto;flex-flow:wrap}.profile+.btnGroup{width:270px;margin:30px auto 10px}.profile+.btnGroup button{margin:0}.profile+.btnGroup .btn-check{color:#fff}.profile>div{display:flex;color:#5574a7;align-items:center;margin:10px 0}.profile>div:nth-child(odd){margin-right:10px}.profile>div:nth-child(2n){margin-left:10px}.profile>div>div>span{color:#1e85ec;margin-left:5px}.profile>div>div>span.icon-checkmark+button{display:flex;transform:translateY(5px)}.profile>div>div:first-child{font-weight:700;width:120px}.profile>div>div:last-child{text-align:left;width:220px}.profile>div>div.phone{flex-flow:wrap;justify-content:space-between}.profile>div>div.phone .inputBox-white{max-width:83px;float:left}.profile>div>div.phone .inputBox-white+.inputBox-white{width:calc(100% - 85px);margin:0;max-width:128px}.profile>div>div.phone .inputBox-white+.inputBox-white input{width:78px}.profile>div>div .inputBox-blue,.profile>div>div .inputBox-white{margin:0 0 5px;padding:5px 0;width:100%;z-index:revert}.profile>div>div .inputBox-blue .description,.profile>div>div .inputBox-white .description{display:none;top:-5px;position:absolute;left:0;transform:translateY(-100%);background:#caa66f;border-radius:5px;padding:5px 10px;margin-right:10px;border:1px solid hsla(0,0%,100%,.9);z-index:1;color:#fff;font-weight:400;width:max-content;font-size:12px}.profile>div>div .inputBox-blue .description:before,.profile>div>div .inputBox-white .description:before{border:5px solid transparent;border-top-color:#caa66f;bottom:0;content:"";height:0;left:15px;position:absolute;width:0;transform:translateY(100%)}.profile>div>div .inputBox-blue:hover .description,.profile>div>div .inputBox-white:hover .description{display:block}.profile .checkbox.autotransfer{transform:translateY(-40px)}.haveBank{width:100%;display:flex}.haveBank>div.addBankName{margin-bottom:0;color:#5574a7}.haveBank>div.addBankName .icon-bin{transform:translateY(-75%)}.accountName{padding:20px 30px 0;margin-bottom:30px;color:#4c5356}.accountName span{color:#aeacac;margin:0 10px}.accountName button{color:#caa66f}.accountName .tip{padding-left:0}.announcement,.personal{width:calc(100% - 70px);margin:10px auto 0;background:#1f1f1f;border-radius:15px}.announcement pre,.personal pre{color:#fff}.announcement .list,.personal .list{margin:0;background:#1f1f1f}.announcement .list .listBody,.announcement .list .listHeader,.personal .list .listBody,.personal .list .listHeader{padding:10px 20px}.announcement .list .listBody>div:nth-child(2),.announcement .list .listBody>div:nth-child(3),.announcement .list .listHeader>div:nth-child(2),.announcement .list .listHeader>div:nth-child(3),.personal .list .listBody>div:nth-child(2),.personal .list .listBody>div:nth-child(3),.personal .list .listHeader>div:nth-child(2),.personal .list .listHeader>div:nth-child(3){cursor:pointer}.announcement .list div,.personal .list div{line-height:normal}.announcement .list .listHeader,.personal .list .listHeader{display:flex;justify-content:space-between;align-items:center;background:#525252;color:#fff;font-weight:700;border-bottom:1px solid #aeacac}.announcement .list .listHeader div,.personal .list .listHeader div{padding:0;border:0}.announcement .list .listHeader div:first-child,.personal .list .listHeader div:first-child{flex:6 1;justify-content:flex-start}.announcement .list .listHeader div:nth-child(2),.personal .list .listHeader div:nth-child(2){flex:1 1}.announcement .list .listHeader div:nth-child(2) i,.personal .list .listHeader div:nth-child(2) i{position:absolute;right:0}.announcement .list .listBody,.personal .list .listBody{color:#fff;line-height:24px;background:#242526}.personal{overflow:hidden}.personal .list .year{margin-right:5px}.personal .list>div .listHeader{border-radius:0;background:#1f1f1f}.personal .list>div .listHeader div{color:#fff}.personal .list>div .listHeader button{right:-12px}.personal .list>div .listHeader .checkbox label{border:2px solid #caa66f}.personal .list>div .listHeader.active{background:#3f4144}.personal .list .haveRead .listHeader div{font-weight:400}.personal .list .haveRead .listHeader .checkbox label{border:1px solid #caa66f}.personal .list .functionMenu .checkbox,.personal .list .listHeader .checkbox{min-width:auto;border:0;margin-right:20px;transform:translateY(0)}.personal .list .functionMenu .checkbox label,.personal .list .listHeader .checkbox label{border-radius:0;width:15px;height:15px;margin-right:0}.personal .list .functionMenu div,.personal .list .listHeader div{padding:0}.personal .list .functionMenu div:first-child,.personal .list .listHeader div:first-child{flex:none}.personal .list .functionMenu div:nth-child(2),.personal .list .listHeader div:nth-child(2){flex:6 1;justify-content:flex-start}.personal .list .functionMenu div:nth-child(3),.personal .list .listHeader div:nth-child(3){flex:1 1;display:flex}.personal .list .functionMenu div:nth-child(3) i,.personal .list .listHeader div:nth-child(3) i{position:absolute;right:0}.personal .list .listBody{padding:0;background:#242526;border-radius:0;display:none}.personal .list .listBody.active{display:block;padding:10px 20px}.personal .list .listHeader label{color:#caa66f;border:1px solid #caa66f}.personal .list .listHeader>div:nth-child(2),.personal .list .listHeader>div:nth-child(3){cursor:pointer}.personal .list .functionMenu{background:#4e4e4e;display:flex;padding:10px 20px;align-items:center}.personal .list .functionMenu label{border:1px solid #caa66f;color:#caa66f}.personal .list .functionMenu .icon-bin,.personal .list .functionMenu .icon-email,.personal .list .functionMenu .icon-icon32px_openmail,.personal .list .functionMenu .icon-spinner11{font-size:16px;color:#fff}.personal .list .functionMenu button{width:25px;height:25px;display:flex;align-items:center;justify-content:center;margin:0 2px;border-radius:50%;line-height:1.2}.personal .list .functionMenu button.icon-bin{flex:0 1}.personal .list .functionMenu button.icon-bin:before{margin-left:6px}.personal .list .functionMenu button.active{background:#caa66f;transition:.3s}.personal .list .functionMenu div{display:flex}.personal .list .functionMenu div:nth-child(2){flex:1 1;justify-content:flex-start}.personal .list .functionMenu div:nth-child(3){justify-content:flex-end}.otpBtn{margin:10px auto;justify-content:center}.livecasinoinside{background:#1e1c17 url(/_next/static/media/livecasino-bg01.69386115.jpg) no-repeat bottom/100%;padding-bottom:130px;min-height:100%}.fishingList,.livecasino,.slotList{display:flex;padding:0 40px;flex-flow:wrap;line-height:20px}.fishingList>div,.livecasino>div,.slotList>div{flex-basis:calc(33.3333333333% - 50px);background:#fff;border-radius:5px;color:#1e85ec;margin:15px 0;position:relative}.fishingList>div.active,.livecasino>div.active,.slotList>div.active{opacity:.7}.fishingList>div .claimed,.fishingList>div .new,.livecasino>div .claimed,.livecasino>div .new,.slotList>div .claimed,.slotList>div .new{position:absolute;top:-10px;left:-10px;background:#fab617;border-radius:100%;width:50px;height:50px;padding:0;color:#fff;display:none;justify-content:center;align-items:center;font-weight:700}.fishingList>div .claimed:before,.fishingList>div .new:before,.livecasino>div .claimed:before,.livecasino>div .new:before,.slotList>div .claimed:before,.slotList>div .new:before{content:"NEW"}.fishingList>div .claimed.active,.fishingList>div .new.active,.livecasino>div .claimed.active,.livecasino>div .new.active,.slotList>div .claimed.active,.slotList>div .new.active{display:flex}.fishingList>div .claimed,.livecasino>div .claimed,.slotList>div .claimed{background:rgba(167,3,3,.8);width:75px;height:75px;transform:rotate(-25deg)}.fishingList>div .claimed:before,.livecasino>div .claimed:before,.slotList>div .claimed:before{content:"CLAIMED"}.fishingList>div .txt-dark,.fishingList>div .txt-darkBlue,.livecasino>div .txt-dark,.livecasino>div .txt-darkBlue,.slotList>div .txt-dark,.slotList>div .txt-darkBlue{font-weight:700;margin:15px 0}.fishingList>div .txt-gray li,.livecasino>div .txt-gray li,.slotList>div .txt-gray li{font-size:12px;list-style:disc;margin-left:16px}.fishingList>div img,.livecasino>div img,.slotList>div img{border-radius:10px}.fishingList .rollover,.livecasino .rollover,.slotList .rollover{display:flex;font-size:12px;font-weight:700;margin:10px 0}.fishingList .rollover>div,.livecasino .rollover>div,.slotList .rollover>div{flex:1 1}.fishingList .rollover>div .icon:before,.livecasino .rollover>div .icon:before,.slotList .rollover>div .icon:before{font-weight:400;margin-right:5px}.promotionsInfo{position:relative}.promotionsInfo img{border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0}.promotionsInfo .proData{background:#fff;border-radius:5px;margin-top:20px;padding:40px}.promotionsInfo .proData .rollover{display:flex;font-size:12px;font-weight:700;margin:10px 0}.promotionsInfo .proData .rollover>div{margin-right:20px;color:#5574a7}.promotionsInfo .proData .rollover>div:last-child{color:#b2b2b2}.promotionsInfo .proData .rollover>div .icon:before{font-weight:400;margin-right:5px}.promotionsInfo .proData .proDataTitle{display:flex;align-items:flex-end}.promotionsInfo .proData .proDataTitle .txt-darkBlue{font-weight:700;flex:3 1}.promotionsInfo .proData .proDataTitle .btnGroup{flex:1 1;justify-content:flex-end;margin:0}.promotionsInfo .proData .proDataTitle .btnGroup button{max-width:130px}.promotionsInfo .proData .proDataBody{margin-top:10px;line-height:30px}.icon-icon32px_deposit{position:relative}.icon-icon32px_deposit+.stepBar+.subModuleList{padding:0 50px 40px}.icon-icon32px_deposit+.stepBar+.subModuleList .subModule{margin-left:0;margin-right:10px;max-width:calc(33.3333333333% - 10px);min-width:calc(25% - 10px)}.icon-icon32px_deposit+.stepBar+.subModuleList .subModule:last-child{margin-right:0}.icon-icon32px_deposit+.subModuleListColumn .subModule .inputBox-blue.active{filter:grayscale(1)}.icon-icon32px_deposit+.subModuleListColumn .subModule .inputBox-blue.active button{cursor:auto}.icon-icon32px_deposit+.subModuleListColumn .subModule .inputBox-blue~.inputBox-white{margin:0 0 0 auto;width:auto}.icon-icon32px_deposit+.subModuleListColumn .subModule .inputBox-blue~.inputBox-white.active{filter:grayscale(1)}form{width:100%;color:#5574a7}.casinoSelect{display:flex;margin:auto;width:calc(100% - 100px);height:55px;background:rgba(210,226,249,.5)}.casinoSelect>div{flex:1 1;margin-right:5px;border-radius:0}.casinoSelect>div.promoType+.inputBox-white{flex:0 0 200px}.casinoSelect>div.btnGroup{margin:0}.casinoSelect>div.btnGroup a,.casinoSelect>div.btnGroup button{border-radius:0;margin:0;padding:10px 20px;white-space:nowrap;min-width:auto}.casinoSelect>div.btnGroup a.blueBorder,.casinoSelect>div.btnGroup button.blueBorder{border:0;margin:0}.casinoSelect>div:not(.inputBox-white,.promoType,.btnGroup) .inputBox-white{min-height:20px;z-index:2}.casinoSelect>div:not(.inputBox-white,.promoType,.btnGroup) .inputBox-white:focus-within{border:1px solid transparent;outline:transparent}.casinoSelect>div:not(.inputBox-white,.promoType,.btnGroup) .inputBox-white button{white-space:nowrap}.casinoSelect .dropdown span{flex:1 1}.casinoSelect .dropdown span+button{width:auto;flex:auto;justify-content:flex-end;margin-right:20px}.casinoSelect .dropdown .dropdown-container{position:absolute;top:29px;left:0;border-radius:0 0 5px 5px;background:#fff;border-top:0;margin-left:0;overflow:hidden}.casinoSelect .dropdown .dropdown-container .dropdown-item{margin:0;padding:5px 0 5px 15px;text-align:left}.search-container{position:relative;display:inline-block;height:55px;width:55px;vertical-align:bottom;flex:none!important;margin:0!important}.search-container .button{display:inline-block;background:#fff;font-size:14px;padding:0 32px;height:55px;line-height:55px;text-align:center;color:#fff;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.search-container .button .button:hover{transition-duration:.4s;background-color:#fff;color:#5574a7}.search-container .mglass{display:inline-block;pointer-events:none;color:#5574a7;transform:rotate(-45deg)}.search-container .searchbutton{position:absolute;font-size:22px;width:100%;margin:0;padding:0}.search-container .closebutton{display:flex;align-items:center;justify-content:center;margin:0;padding:0}.search-container .closebutton img{width:20px;height:20px}.search-container .search:focus+.searchbutton{color:#000}.search-container .search,.search-container .search:focus+.searchbutton{transition-duration:.4s;-moz-transition-duration:.4s;-webkit-transition-duration:.4s;-o-transition-duration:.4s;background-color:#fff}.search-container .search{position:absolute;left:49px;outline:none;border:none;padding:0;width:0;height:100%;z-index:10}.search-container .search:focus{width:205px;padding:0 16px 0 0}.search-container .expandright{left:auto;right:49px}.search-container .expandright:focus{padding:0 0 0 16px}.search-container input::placeholder{color:#aeacac}.fishingList .icon-new,.livecasino .icon-new,.slotList .icon-new{background:#f77900;position:absolute;right:25px;top:160px;padding:0 5px;border-radius:5px}.fishingList .icon-new:before,.livecasino .icon-new:before,.slotList .icon-new:before{position:unset;color:#fff}.fishingList>div,.livecasino>div,.slotList>div{flex-grow:0;flex-shrink:0;flex-basis:calc(20% - 45px);padding:15px;margin:10px 7px}.fishingList>div .txt-darkBlue,.livecasino>div .txt-darkBlue,.slotList>div .txt-darkBlue{font-size:12px;margin:0}.fishingList>div .under,.livecasino>div .under,.slotList>div .under{display:none;position:absolute;z-index:1;background:#555;padding:5px 10px;border-radius:5px;color:#fff}.fishingList>div.active,.livecasino>div.active,.slotList>div.active{opacity:1;display:flex;align-items:center;justify-content:center;filter:grayscale(1);flex-flow:column}.fishingList>div.active .under,.livecasino>div.active .under,.slotList>div.active .under{display:block}.fishingList>div:hover .btnGroup,.livecasino>div:hover .btnGroup,.slotList>div:hover .btnGroup{display:flex}.fishingList>div .btnGroup,.livecasino>div .btnGroup,.slotList>div .btnGroup{display:none;position:absolute;margin:0;bottom:40px}.fishingList>div .btnGroup button,.livecasino>div .btnGroup button,.slotList>div .btnGroup button{flex:1 1;min-width:auto;max-width:100px;margin:0 5px;padding:5px}.fishingList>div .btnGroup button:first-child,.livecasino>div .btnGroup button:first-child,.slotList>div .btnGroup button:first-child{background:linear-gradient(180deg,#f1d5b6,#cdae8e)}.fishingList>div .brand,.livecasino>div .brand,.slotList>div .brand{position:absolute;top:20px;left:25px}.fishingList>div .brand span,.livecasino>div .brand span,.slotList>div .brand span{font-weight:700;color:#f77a00;text-shadow:1px 0 0 #fff,-1px 0 0 #fff,0 1px 0 #fff,0 -1px 0 #fff,1px -1px 0 #fff,1px 1px 0 #fff,-1px 1px 0 #fff,-1px -1px 0 #fff}.fishingList>div .icon-star-full,.livecasino>div .icon-star-full,.slotList>div .icon-star-full{font-size:24px;color:#fff;filter:drop-shadow(0 0 1px rgba(0,0,0,.5))}.fishingList>div .icon-star-full.active,.livecasino>div .icon-star-full.active,.slotList>div .icon-star-full.active{color:#fab617}.slotList>div{transition:.6s;margin-top:15px;overflow:hidden}.slotList>div:hover{transition:.6s;transform:scale(1.1)}.slotList>div:hover .btnGroup{transition:.6s;opacity:1;top:15px}.slotList>div .btnGroup{transition:.6s;width:calc(100% - 30px);background:rgba(0,0,0,.6);height:219px;top:-220px;border-radius:15px;flex-flow:column;align-items:center;opacity:0;display:flex}.slotList>div .btnGroup button{max-height:25px;width:220px;margin:5px 0}.slotList>div .txt-darkBlue{display:flex;justify-content:space-between;width:100%;margin-top:10px}.slotList>div .txt-darkBlue>div:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal}.slotList>div.active{justify-content:unset}.slotList>div .under{top:110px}.slotList .icon-new{top:20px;right:20px}.fishingList,.livecasino{padding:0 0 0 40px}.fishingList>div,.livecasino>div{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 10px);margin:0 10px 10px 0;padding:0;cursor:pointer}.fishingList>div img,.livecasino>div img{border-radius:5px}.fishingList>div .name,.livecasino>div .name{width:100%;position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(210,226,249,.8);border-radius:0 0 5px 5px;color:#112240;height:47px;font-weight:700;font-size:12px;font-style:italic;transition:.6s}.fishingList>div:hover .name,.livecasino>div:hover .name{transition:.6s;background:linear-gradient(180deg,#98b6e9,#85a2d3);color:#fff}.fishingList>div .icon-mediafire,.fishingList>div .icon-new,.livecasino>div .icon-mediafire,.livecasino>div .icon-new{top:0;bottom:unset;left:0;right:unset;border-radius:5px 0 0 0}.fishingList>div .icon-mediafire:before,.fishingList>div .icon-new:before,.livecasino>div .icon-mediafire:before,.livecasino>div .icon-new:before{animation:none}.fishingList>div .icon-mediafire:after,.fishingList>div .icon-new:after,.livecasino>div .icon-mediafire:after,.livecasino>div .icon-new:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #f77900;border-style:solid;border-width:0 0 22px 17px;position:absolute;background:transparent;top:0;left:58px}.fishingList>div .icon-mediafire,.livecasino>div .icon-mediafire{position:absolute;padding:0 3px;background:#cf0404;color:#fff;display:flex;align-items:center;font-size:16px}.fishingList>div .icon-mediafire span,.livecasino>div .icon-mediafire span{font-size:12px;font-weight:700}.fishingList>div .icon-mediafire:after,.livecasino>div .icon-mediafire:after{border-color:transparent transparent transparent #cf0404;border-width:0 0 20px 17px;left:59px}.livecasino.newDesign{padding:0}.livecasino.newDesign>div{background:transparent;flex:auto;max-width:260px;margin:10px calc((25% - 260px)/2)}.livecasino.newDesign>div .animationImg{transition:.6s;position:absolute;opacity:0;top:50px;left:0}.livecasino.newDesign>div>img{position:relative}.livecasino.newDesign>div .name{background:transparent;color:#fff}.livecasino.newDesign>div:hover .animationImg{transition:.6s;opacity:1;top:0}.livecasino.newDesign>div:hover .name{background:transparent;color:#fff}article{padding:40px}article img{max-width:400px;float:right;margin:0 0 10px 20px;border-radius:10px}article h1,article h2{font-size:24px;margin-bottom:15px;color:#5574a7;font-weight:700}article h2{font-size:14px;margin-top:30px;font-weight:400}article h2.time{margin-top:0}article p{line-height:18px;margin-bottom:18px;letter-spacing:1px;color:#b2b2b2}.rdt{flex:auto}.rdt>input{width:calc(100% + 9px);cursor:pointer}.rdt+.icon-calendar{margin-right:0;color:#b2b2b2}.euro .rdt .inputBox-event,.rdt .euro .inputBox-event,.rdt .inputBox,.rdt .inputBox-blue,.rdt .inputBox-org,.rdt .inputBox-white,.rdt .worldcupEvent .event .event-content .inputBox-event,.rdt .worldcupEvent .event .event-content .ticket-item.finished .inputBox-event,.worldcupEvent .event .event-content .rdt .inputBox-event,.worldcupEvent .event .event-content .ticket-item.finished .rdt .inputBox-event{width:100%}.react-datepicker-wrapper{flex:auto}.react-datepicker-wrapper input{width:100%}.progressBarModule{font-weight:700;display:flex;align-items:center;column-gap:10px;flex-flow:wrap;font-size:12px}.progressBarModule .bounsName{font-weight:700;color:#242526}.progressBarModule .turnover{color:#242526}.progressBarModule .turnover span{color:#c01d21}.progressBarModule .turnover button{background:#c01d21;color:#fff;border-radius:100%;padding:2px;display:inline-flex;justify-items:center;align-items:center;font-size:12px}.progressBar{width:100%;display:flex;align-items:center}.progressBar .bar{height:10px;border:1px solid #d9a728;border-radius:10px;margin-right:10px;flex:auto;overflow:hidden}.progressBar .bar .progress{background:#d9a728;height:100%}.progressBar .percentage{color:#d9a728;flex:0 0 auto;font-weight:700}pre{color:#666}.bankLogo img{background:#fff}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#000}.otpLoading{display:flex;justify-content:center;align-items:center;margin-top:10px}.otpLoading .icon{font-size:14px;animation:rotate .7s linear infinite}button.icon-spinner11.active{animation:rotate .5s linear 2}button.icon-spinner11:before{margin:0}.icon-books{display:flex;align-items:center;justify-content:flex-end}.icon-books:hover:after{content:"ALL Transaction";font-size:12px;margin-left:10px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.changePassWordpop{position:relative;padding:0 20px}.changePassWordpop button.icon-cross{font-size:12px;position:absolute;right:10px;top:10px}.promoType .icon-icon32px_ALL:before{margin-right:5px}.checkBankSlip{display:flex;align-items:center;margin:20px 0;max-width:80%;min-width:75%}.checkBankSlip.smallList{display:block}.checkBankSlip.smallList>.txt-lightgray{margin:10px 0}.checkBankSlip.smallList>.txt-red{color:#eb4549}.checkBankSlip.smallList ul{display:flex;justify-content:space-between;width:100%;flex-flow:wrap}.checkBankSlip.smallList ul li{width:auto;display:flex;align-items:center}.checkBankSlip.smallList ul li .bankName{margin:0}.checkBankSlip.smallList ul li:first-child{flex:auto;width:100%}.checkBankSlip.smallList ul li .icon{color:#caa66f;margin-left:10px}.resend{display:flex;flex-flow:column;align-items:center;color:#aeacac}#Loading{position:fixed;top:0;left:0;bottom:0;right:0;margin:auto;z-index:10;display:none}#Loading.active{display:flex}.icon-information-solid{color:#1e85ec}.icon-information-solid.active{color:#fff}.icon-files-empty,.icon-new-tab{position:relative}.icon-files-empty span,.icon-new-tab span{display:none;float:right}.icon-files-empty:hover span,.icon-new-tab:hover span{display:block}.icon-new-tab span{position:absolute;right:5px;bottom:0;transform:translateY(20px)}.phone{display:flex;align-items:flex-start}.phone,.phone .tip{width:100%}.phone .txt-orange{font-size:12px}.phone>div:first-child{margin-right:5px;max-width:160px}.phone>div:first-child .dropdown-container{width:422px;overflow-y:auto;max-height:120px;align-items:flex-start}.phone>div:first-child .dropdown-container::-webkit-scrollbar{width:10px}.phone>div:first-child .dropdown-container::-webkit-scrollbar-track{background:#d2e2f9;border-radius:10px}.phone>div:first-child .dropdown-container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#435f8b,#6383b9);border-radius:10px}.phone>div:first-child .dropdown-container .dropdown-item{padding-left:10px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone>div:first-child .dropdown-container .inputBox-blue{width:94%;border-radius:3px;margin:2px;position:-webkit-sticky;position:sticky;top:0}.phone .btn{width:70%}.phoneErrorTip{color:#eb4549;font-size:12px;padding:0 10px}.transferModule{position:relative;width:100%;align-items:flex-start;margin-bottom:10px;margin-top:10px;padding:0}.transferModule .inputBox-blue,.transferModule .inputBox-org{width:calc(50% - 60px);padding:10px 20px;margin:0;z-index:3;display:block;border:1px solid transparent;color:#000;background:#fff}.transferModule .inputBox-blue span,.transferModule .inputBox-org span{flex:1 1}.transferModule .inputBox-blue button.btn,.transferModule .inputBox-org button.btn{width:auto;color:#000;flex:7 1;justify-content:flex-end;margin-right:15px}.transferModule .inputBox-blue button.btn:after,.transferModule .inputBox-org button.btn:after{border-color:#aeacac transparent transparent}.transferModule .inputBox-blue .dropdown-container,.transferModule .inputBox-org .dropdown-container{position:absolute;top:45px;left:-1px;width:calc(100% - 1px);border-radius:5px;background:#fff;border:1px solid #525252;margin-left:0;overflow:hidden}.transferModule .inputBox-blue .dropdown-container .dropdown-item,.transferModule .inputBox-org .dropdown-container .dropdown-item{margin:0;padding:5px 33px 5px 0}.transferModule .inputBox-blue .dropdown-container .dropdown-item.active,.transferModule .inputBox-blue .dropdown-container .dropdown-item:hover,.transferModule .inputBox-org .dropdown-container .dropdown-item.active,.transferModule .inputBox-org .dropdown-container .dropdown-item:hover{background:#caa66f;color:#fff}.transferModule .inputBox-blue .dropdown-item,.transferModule .inputBox-org .dropdown-item{text-align:right}.transferModule+.inputModuleRow .btn-check{margin-right:0}.depositSlip{font-size:12px;font-weight:700}.depositSlip .depositSlipList{display:flex;flex-flow:wrap}.depositSlip .depositSlipList>div{min-width:100px;margin:2px 0}.depositSlip .depositSlipList>div>div{border:1px solid #5574a7;padding:5px;color:#5574a7;text-align:right;border-bottom:0}.depositSlip .depositSlipList>div>div:nth-child(2){color:#b2b2b2;border-color:#b2b2b2;border-bottom:1px solid #b2b2b2}.depositSlip .txt-orange{margin:5px 0 15px;font-size:16px;border:1px solid #5574a7;padding:5px 10px;width:max-content;border-radius:10px;color:#5574a7}.colorInfo{margin-bottom:5px}.colorInfo>div{font-weight:700;display:flex;align-items:center}.colorInfo>div:first-child{color:#5574a7}.colorInfo>div:first-child span{background:#5574a7}.colorInfo>div:last-child{color:#b2b2b2}.colorInfo>div:last-child span{background:#b2b2b2}.colorInfo>div span{display:block;width:50px;height:8px;border-radius:5px;margin-right:10px}.icon-BTC~.platformName,.icon-icon32px_bank-account~.platformName{background:#5574a7;border:0}.icon-BTC~.platformName+div.subModuleList .subModuleBody>div>div.inputBox-white{margin:10px 0}.icon-new:before{position:absolute;top:-5px;right:0;color:#f77900;animation:new 3s infinite;font-size:16px;margin:0}@keyframes new{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.onegameModule{padding:40px;min-width:688px;margin-bottom:35px}.onegameModule .promotionsInfo{position:relative;background:url(/_next/static/media/bg.506dcd22.jpg) no-repeat 50%;height:500px;padding:0}.onegameModule .onegame{width:100%;height:100%;display:flex;justify-content:center;align-items:center;max-width:1115px;margin:auto}.onegameModule .onegame>a,.onegameModule .onegame>button,.onegameModule .onegame>div{flex:1 1;display:flex;align-items:center;justify-content:center}.onegameModule .onegame>a,.onegameModule .onegame>button{margin:0 15px}.onegameModule .onegame .left{height:252px;background:url(/_next/static/media/btnleftbg.388e8d62.png) no-repeat 100%/cover}.onegameModule .onegame .left.right{background:url(/_next/static/media/btnrightbg.4bca2645.png) no-repeat 0/cover;flex-flow:column;display:flex;padding:20px 0 10px;height:222px}.onegameModule .onegame .left.right .downloadItem{margin-bottom:10px}.onegameModule .onegame .left img{width:auto;max-height:60%;border-radius:0}.onegameModule .onegame .left .icon-android{color:#fff;margin-bottom:5px}.onegameModule .onegame .left .icon-android+button{width:150px;height:30px;border-radius:30px;background:#6495ed;border:1px solid #1e85ec;color:#fff;font-size:14px;font-weight:700}.onegameModule .onegame .left .downloadItem{display:flex;flex-flow:column}.onegameModule .onegame .left .downloadItem .title{font-size:14px;color:#73ccff}.onegameModule .onegame .left .downloadItem .readonly{display:flex;width:230px;height:40px;border-radius:5px;overflow:hidden;border:1px solid #55c1ff}.onegameModule .onegame .left .downloadItem .readonly input{border:0;padding:0 10px;box-sizing:border-box;outline:none;background-color:rgba(0,0,0,.5);width:100%;color:#fff}.onegameModule .onegame .left .downloadItem .readonly .icon{color:#fff;background:linear-gradient(0deg,#3694ff 0,#66cfff);width:50px}.installGuide{padding:40px 20px;background:#693392;border-radius:15px;border-top-left-radius:0;border-top-right-radius:0;font-size:28px;font-weight:700;margin-bottom:30px}.installGuide.kiss,.installGuide.mega{background:url(/_next/static/media/megabg.2f963dd3.jpg) no-repeat bottom/cover;padding:20px}.installGuide.kiss .guides,.installGuide.mega .guides{width:100%;display:flex;flex-flow:wrap}.installGuide.kiss .guides .title,.installGuide.mega .guides .title{text-align:center;color:#f77900}.installGuide.kiss .guides .step,.installGuide.mega .guides .step{width:calc(25% - 20px);margin-right:20px;margin-top:30px;border-bottom:3px solid #f77900;display:flex;flex-flow:column;justify-content:space-between}.installGuide.kiss .guides .content,.installGuide.mega .guides .content{font-size:18px;color:#f77900}@media(max-width:1024px){.installGuide.kiss .guides .content,.installGuide.mega .guides .content{font-size:14px;height:150px}}.installGuide.kiss .guides .content span,.installGuide.mega .guides .content span{font-size:16px;color:#fff;display:block;font-weight:400;margin:5px 0}@media(max-width:1024px){.installGuide.kiss .guides .content span,.installGuide.mega .guides .content span{font-size:10px}}.installGuide.kiss .guides img,.installGuide.mega .guides img{max-width:100%;margin-bottom:10px}.installGuide.kiss{background:#2d023a url(/_next/static/media/bg.296bfd83.jpg) no-repeat top/100%}.installGuide>div{background:#fff;border-radius:15px;width:100%;display:flex;flex-flow:wrap;align-items:center;margin-top:20px;color:#880cba;padding:20px 0}.installGuide>div.kissStyle,.installGuide>div.megaStyle{width:90%;background:rgba(0,0,0,.25);box-sizing:border-box;border:1px solid #0ad9f5;color:#f4f6f8;padding:20px 40px;margin:40px auto;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);justify-content:space-around}.installGuide>div.kissStyle .title,.installGuide>div.megaStyle .title{color:#fff;width:100%}.installGuide>div.kissStyle .top,.installGuide>div.megaStyle .top{display:flex;width:100%}.installGuide>div.kissStyle .top>div,.installGuide>div.megaStyle .top>div{display:flex;flex-flow:wrap;align-items:center}.installGuide>div.kissStyle .top>div>div,.installGuide>div.megaStyle .top>div>div{width:100%;display:flex;flex-flow:wrap}.installGuide>div.kissStyle .top>div>div:last-child,.installGuide>div.megaStyle .top>div>div:last-child{align-self:baseline}.installGuide>div.kissStyle .top>div>div:last-child>div,.installGuide>div.megaStyle .top>div>div:last-child>div{flex:1 1 auto}.installGuide>div.kissStyle .top+.installGuide>div img,.installGuide>div.megaStyle .top+.installGuide>div img{max-width:280px}.installGuide>div.kissStyle .downloadItem,.installGuide>div.megaStyle .downloadItem{position:relative;margin-right:10px;min-height:50px}.installGuide>div.kissStyle .downloadItem .title,.installGuide>div.megaStyle .downloadItem .title{font-size:16px;margin-bottom:10px;color:#fff}.installGuide>div.kissStyle .downloadItem .readonly,.installGuide>div.megaStyle .downloadItem .readonly{display:flex;max-width:320px;margin-bottom:10px}.installGuide>div.kissStyle .downloadItem .readonly .icon,.installGuide>div.megaStyle .downloadItem .readonly .icon{color:#fff;background:#0ad9f5;border:1px solid #0ad9f5;padding:2px;display:flex;align-items:center;margin-top:10px}.installGuide>div.kissStyle .downloadItem input,.installGuide>div.megaStyle .downloadItem input{border:1px solid #0ad9f5;padding:6px 4px;outline:none;width:100%;margin-top:10px}.installGuide>div.kissStyle .downloadItem a.downloadBtn,.installGuide>div.kissStyle .downloadItem button.downloadBtn,.installGuide>div.megaStyle .downloadItem a.downloadBtn,.installGuide>div.megaStyle .downloadItem button.downloadBtn{display:block;width:100%;background:#01075b;border:1px solid #1eecbb;border-radius:50px;color:#fff;padding:10px 5px;font-size:16px;text-align:center;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-weight:400;font-family:Microsoft YaHei,sans-serif;min-height:64px}.installGuide>div.kissStyle .downloadItem a.downloadBtn:hover,.installGuide>div.kissStyle .downloadItem button.downloadBtn:hover,.installGuide>div.megaStyle .downloadItem a.downloadBtn:hover,.installGuide>div.megaStyle .downloadItem button.downloadBtn:hover{background:#0a3561;transition:.2s}.installGuide>div.kissStyle .downloadItem .downloadQR,.installGuide>div.megaStyle .downloadItem .downloadQR{position:absolute;top:55px;left:calc(50% - 70px);background:#fefefe;text-align:center;padding:5px 10px;border-radius:5px;display:none;opacity:0;flex-direction:column;align-items:center;justify-content:center}.installGuide>div.kissStyle .downloadItem .downloadQR .icon-android,.installGuide>div.megaStyle .downloadItem .downloadQR .icon-android{color:#01c214}.installGuide>div.kissStyle .downloadItem .downloadQR .icon-appleinc,.installGuide>div.megaStyle .downloadItem .downloadQR .icon-appleinc{color:#cacaca}.installGuide>div.kissStyle .downloadItem .downloadQR .icon-android,.installGuide>div.kissStyle .downloadItem .downloadQR .icon-appleinc,.installGuide>div.megaStyle .downloadItem .downloadQR .icon-android,.installGuide>div.megaStyle .downloadItem .downloadQR .icon-appleinc{font-size:16px}.installGuide>div.kissStyle .downloadItem .downloadQR .icon-android span,.installGuide>div.kissStyle .downloadItem .downloadQR .icon-appleinc span,.installGuide>div.megaStyle .downloadItem .downloadQR .icon-android span,.installGuide>div.megaStyle .downloadItem .downloadQR .icon-appleinc span{color:#7e7e7e}.installGuide>div.kissStyle .downloadItem .downloadQR img,.installGuide>div.kissStyle .downloadItem .downloadQR svg,.installGuide>div.megaStyle .downloadItem .downloadQR img,.installGuide>div.megaStyle .downloadItem .downloadQR svg{width:120px;margin:0}.installGuide>div.kissStyle .downloadItem:hover .downloadQR,.installGuide>div.megaStyle .downloadItem:hover .downloadQR{display:flex;opacity:1;transition:.2s}.installGuide>div.kissStyle .icon,.installGuide>div.megaStyle .icon{margin-right:5px;font-size:20px}.installGuide>div.kissStyle .icon-android,.installGuide>div.megaStyle .icon-android{color:#5aff2c}.installGuide>div.kissStyle .icon-windows,.installGuide>div.megaStyle .icon-windows{color:#0ad9f5}.installGuide>div img{max-width:315px;margin:10px 0}.installGuide>div.kissStyle{border:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:20px}.installGuide>div.kissStyle .top img{max-width:414px;margin:0}.installGuide>div.kissStyle .downloadItem input{border:0}.installGuide>div.kissStyle .downloadItem .readonly .icon{background:#c211a1;border:0}.installGuide>div.kissStyle .downloadItem a.downloadBtn,.installGuide>div.kissStyle .downloadItem button.downloadBtn{background:#c211a1;border:1px solid #693392;font-size:14px}.installGuide>div.kissStyle .downloadItem a.downloadBtn:hover,.installGuide>div.kissStyle .downloadItem button.downloadBtn:hover{background:#290137;color:#c211a1}.rankList{background:#00616f;overflow-y:auto;max-height:450px;padding:10px 25px 24px;border-radius:10px}.rankList::-webkit-scrollbar{width:10px}.rankList::-webkit-scrollbar-track{background:linear-gradient(90deg,#212121,#313131);border-radius:10px}.rankList::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#28b8ce,#00616f);border-radius:10px}.rankList .tag{display:flex;height:30px;justify-content:flex-end}.rankList .tag+ul li:first-child{border-radius:15px 0 0 0}.rankList .tag button{color:#fff;padding:5px 10px;border:1px solid #134dae;border-bottom:0;border-radius:15px 15px 0 0;min-width:100px;margin-right:1px}.rankList .tag button.active{background:#134dae}.rankList li{display:flex;align-items:center;line-height:30px;border-radius:5px;background:#00616f;margin-bottom:10px;min-height:60px;border:1px solid #f5c346}.rankList li:first-child{background:transparent;align-items:flex-end;height:30px;min-height:auto;margin:0;border:0}.rankList li:first-child div{font-size:14px;display:flex;align-items:flex-end;justify-content:center}.rankList li:nth-child(2){background:#980b0b}.rankList li:nth-child(3){background:#ba4908}.rankList li:nth-child(4){background:#b45e08}.rankList li div{flex:1 1;padding:3px 10px;text-align:center;font-weight:700}.rankList li div:first-child{display:flex;align-items:center;min-width:110px}.rankList li div:first-child img{min-width:40px;margin:0 5px;width:auto;max-height:40px;display:unset}.rankList li div:last-child{justify-content:flex-end;text-align:right;min-width:195px}.lastUpdate{color:#fff;font-size:12px;text-align:center;width:100%}nav{padding:20px 34px 10px}nav.breadcrumb{padding:20px 20px 10px}nav.breadcrumb+.quickSelect{margin-bottom:20px;padding:0 25px}nav.breadcrumb ul{display:flex;padding:10px 20px;border-radius:30px;background:#3f4144;font-size:13px}nav.breadcrumb ul .breadcrumb-item a{color:#aeacac;text-transform:capitalize}nav.breadcrumb ul .breadcrumb-item+.breadcrumb-item:before{content:"";margin:0 5px;color:#aeacac}nav.breadcrumb ul .breadcrumb-item.active a{color:#caa66f}.statement{width:calc(100% - 50px);margin:0 auto}.statement>div{display:flex;background:#fff}.statement>div:nth-child(odd){background:#f4f4f4}.statement>div:first-child{background:#4e4e4e;border-radius:10px 10px 0 0}.statement>div:first-child div{border-right:1px solid #ccc;color:#fff;line-height:unset}.statement>div:last-child{border-radius:0 0 10px 10px}.statement>div div{border-right:1px solid #ccc;flex:1 1;padding:5px;text-align:center;box-sizing:border-box;color:#000;display:flex;align-items:center;justify-content:center;text-transform:capitalize;min-height:50px;word-break:break-all;font-size:13px}.statement>div div:last-child{border:0}.statement>div div.btnGroup a,.statement>div div.btnGroup button{font:normal 700 13px/1 Poppins,sans-serif;min-width:auto;max-width:80px;padding:8px 5px;margin:0}.statement .total{padding:10px;color:#c01d21;justify-content:flex-end;font-weight:700}.live:before{content:"●Live";position:absolute;top:-5px;right:0;color:#fff;font-size:12px;margin:0;font-weight:700;background:#cf0404;padding:0 5px;border-radius:5px;animation:new .7s infinite}.ErrorPage{background:rgba(0,0,0,.8);position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;display:none;align-items:center}.ErrorPage.active{display:flex}.ErrorPage>div{width:30%;height:50%;background:url(/_next/static/media/errorBG.59ed64a9.jpg) no-repeat 50%/cover;position:relative;margin:auto;padding:0 5%;display:flex;align-items:center}.ErrorPage>div .icon-close{color:#5574a7;position:absolute;top:10px;right:10px;font-size:16px}.ErrorPage>div .errorInfo .title{font-size:40px;font-weight:700;margin:20px 0 5px;text-transform:uppercase}.ErrorPage>div .errorInfo .stitle{font-size:30px;font-weight:700;color:#1e85ec;margin:0 0 30px}.ErrorPage>div .errorInfo a img{width:auto}.refbanner{width:calc(100% - 160px);margin:20px auto 10px}.rightModule .refer{margin:0 auto 10px;line-height:1.2;position:relative;background:#1f1f1f}.rightModule .refer-topbanner{border-radius:5px 5px 60px 60px;cursor:pointer}.rightModule .refer .title{font-size:20px;text-align:center;padding:30px 0 25px;position:relative}.rightModule .refer-history{display:inline-block;font-size:14px;background:#fff;padding:5px 15px;color:#7591c1;border:2px solid #7591c1;border-radius:20px;position:absolute;right:100px;top:50%;transform:translateY(-50%)}.rightModule .refer-history:after{content:"";background:url(/_next/static/media/icon-right.a138e437.webp) no-repeat 50%/12px 12px;display:inline-block;width:12px;height:12px;margin:2px 0 0 12px}.rightModule .refer .subtitle{color:#fff;font-weight:700;margin-bottom:10px;font-size:14px}.rightModule .refer .referstatus{border-radius:50px 50px 0 0;background:#1f1f1f;text-align:center;padding:0 0 40px;width:calc(100% - 140px);margin:-100px auto 0;position:relative}.rightModule .refer .referstatus-item{color:#777;font-size:14px;padding:0 80px;font-weight:700;display:flex;justify-content:center;align-items:flex-start;text-align:center}.rightModule .refer .referstatus-item .card{font-size:14px;font-weight:500;color:#242526;background:#fbfbfb;box-shadow:0 2px 3px 0 rgba(0,0,0,.2);border-radius:5px;flex:1 1;min-height:130px;padding-top:10px;margin-top:unset}.rightModule .refer .referstatus-item .card:first-child{margin-right:20px}.rightModule .refer .referstatus-item div{font-size:25px;font-weight:700;color:#caa66f;margin-top:30.2px}.rightModule .refer .referstatus-item div span{margin-right:8px}.rightModule .refer .referinfo{width:calc(100% - 300px);padding:0 80px;display:flex;justify-content:center;align-items:flex-start;margin:10px auto 50px}.rightModule .refer .referinfo-left{flex:1 1;margin-right:20px;text-align:left}.rightModule .refer .referinfo-left .subtitle{margin-bottom:2px}.rightModule .refer .referinfo-step{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;line-height:1.2;margin-bottom:55px}.rightModule .refer .referinfo-step .icon{width:70px;height:70px;position:relative}.rightModule .refer .referinfo-step .icon:after{content:"";display:block;background:url(/_next/static/media/refer-dashline.b83d4297.webp) no-repeat 50%;padding:5px 0;width:3px;height:45px;position:absolute;top:70px;left:calc(50% - 1.5px)}.rightModule .refer .referinfo-step:last-child .icon:after{display:none}.rightModule .refer .referinfo-step>div:last-child{margin-left:10px}.rightModule .refer .referinfo p{color:#4c5356;font-size:13px}.rightModule .refer .referinfo-right{flex:1 1;background-color:#292a2b;border-radius:5px}.rightModule .refer .referinfo-list{margin-bottom:20px;padding:0 30px}.rightModule .refer .referinfo-list .inputcopy{position:relative}.rightModule .refer .referinfo-list .inputcopy input{width:calc(100% - 24px);border-radius:20px;border:1px solid #bababa;padding:10px 12px;display:block;color:#777;font-size:13px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rightModule .refer .referinfo-list .inputcopy input:focus-visible{border:1px solid #bababa}.rightModule .refer .referinfo-list .inputcopy:after{content:"";display:inline-block;background:url(/_next/static/media/icon-copy.326acf58.webp) no-repeat 50%/20px 20px;width:20px;height:20px;position:absolute;right:10px;bottom:calc(50% - 10px);cursor:pointer;transition:.3s}.rightModule .refer .referinfo-list .inputcopy:hover:after{background:url(/_next/static/media/icon-copy-1.eea989bd.webp) no-repeat 50%/20px 20px}.rightModule .refer .referinfo-list-qr{width:90px;padding:2px;border:1px solid hsla(0,0%,71%,.933);border-radius:3px}.rightModule .refer .referinfo-share{display:flex;align-items:center}.rightModule .refer .referinfo-share img{width:25px;margin-right:15px;cursor:pointer;transition:.3s}.referralModule{display:flex;width:calc(100% - 140px);margin:15px 0 0;justify-content:space-between;padding:0 70px;color:#5574a7}.referralModule>div{margin-right:10px;width:calc(35% - 10px)}.referralModule>div:last-child{margin-right:0}.referralModule>div .title{margin-bottom:20px;padding-left:10px}.referralModule>div .refBox{display:flex;justify-content:space-between;flex-flow:wrap;background:rgba(210,226,249,.7);border-radius:15px;padding:20px;color:#5574a7}.referralModule>div .refBox>div{width:100%;margin:10px 10px 10px 0;border:1px solid #5574a7;border-radius:15px;padding:15px 10px}.referralModule>div .refBox>div div{line-height:30px}.referralModule>div .refBox>div.active{background:rgba(19,77,174,.7)}.referralModule>div .refBox>div span{font-weight:700}.referralModule>div .refBox>div a,.referralModule>div .refBox>div button{color:#1e85ec;text-decoration:underline;font-size:12px}.referralModule>div .refBox .icon{color:#5574a7}.referralModule>div.refLink{width:65%}.referralModule>div.refLink .refBox{flex-flow:column}.referralModule>div.refLink .refBox>div{width:calc(100% - 20px)}.referralModule>div.refLink .refBox>div>a{width:50%;float:left;line-height:30px}.achievement,.icon-friend+.title{width:calc(100% - 150px);margin:15px 0 0;padding:0 70px 0 80px}.achievement{color:#5574a7}.achievement span{margin-left:10px;color:#f77900}.achievement+.txt-lightgray{font-weight:400;width:calc(100% - 150px);margin:15px 0 0;padding:0 70px 0 80px}.list.refhistory .btnGroup a{padding:0}.list.refhistory .listBody div:nth-child(2),.list.refhistory .listHeader div:nth-child(2){flex:0 0 200px}.list.refhistory .listBody div:nth-child(3),.list.refhistory .listBody div:nth-child(4),.list.refhistory .listHeader div:nth-child(3),.list.refhistory .listHeader div:nth-child(4){flex:0 0 220px}.list.refhistory .listBody div:last-child,.list.refhistory .listHeader div:last-child{flex:1 1}.list.refhistory .listBody div:last-child a,.list.refhistory .listHeader div:last-child a{text-decoration:underline;color:#1f1f1f}.list.refhistory .listBody div:last-child a:hover,.list.refhistory .listHeader div:last-child a:hover{color:#5a5a5a}.list.refhistory+.btnGroup{width:max-content}.list.refhistory+.btnGroup button{margin:0 auto}.qrcode{background:#d2e2f9;padding:40px 40px 0;border-radius:15px;overflow-y:auto}.qrcode img{max-width:200px}#popup .eventpop,#popup .eventpop2{position:relative;width:315px;height:265px;background:rgba(218,39,73,.85);border-radius:5px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;flex-flow:column;justify-content:flex-start;align-items:center;color:#fff;text-align:center;min-width:auto;padding:0;max-height:none;overflow-y:unset}#popup .eventpop2>div,#popup .eventpop>div{display:block}#popup .eventpop .icon-close,#popup .eventpop2 .icon-close{color:#5574a7;position:absolute;right:10px;top:17px;font-size:14px;z-index:1}#popup .eventpop .title,#popup .eventpop2 .title{width:100%;height:50px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #fff;margin-bottom:25px}#popup .eventpop .am,#popup .eventpop2 .am{width:90%;background:#121212;border-radius:3px;font-size:24px;font-weight:700;color:#fdae04;text-align:center;line-height:50px;margin:25px 0}#popup .eventpop2{background:hsla(29,36%,61%,.85)}#popup .eventpop2 .icon-close{color:#0f2d54}#popup .eventpop2 .title{border-bottom:1px solid #0f2d54;color:#0f2d54}#popup .linepop{position:relative}#popup .linepop .icon-close{position:absolute;top:-20px;right:0}#popup .statuspop{background:#000;width:500px;max-height:650px;overflow-y:auto;color:#112240;border-radius:7px}#popup .statuspop img{width:40px;margin:15px auto 0}#popup .statuspop .statustitle{font-weight:700;font-size:20px;color:#fff;border-radius:5px 5px 0 0;padding:15px 0 15px 20px;text-align:center}#popup .statuspop .statuscontent{padding:0 15px}#popup .statuspop .statuscontent>div{border-bottom:1px solid #4c5356;padding:15px 15px 10px}#popup .statuspop .statuscontent>div .subtitle{font-size:16px;color:#aeacac}#popup .statuspop .statuscontent>div>div{color:#4c5356}#popup .statuspop .statuscontent>div>div:nth-child(2){margin:10px 0 5px}#popup .statuspop .statuscontent>div:last-child{border-bottom:0}#popup .statuspop .success{background:#5574a7;padding:12px 50px;border-radius:30px;margin:auto auto 20px;color:#fff;display:block}#popup .statuspop .success:before{content:"";display:block}#popup .statuspop .success:hover{background:red;transition:.2s}.vip{min-width:1400px}.vip .swiper-container{overflow:hidden;width:100%;margin-bottom:25px;position:relative;z-index:1}.vip .swiper-slide{display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;position:relative}.vip .swiper-slide .vipbg{width:100%;min-width:2560px;text-align:center;position:relative;z-index:1}.vip .swiper-slide.vip1 .viprule{background:#009345}.vip .swiper-slide.vip2 .viprule{background:#56449a}.vip .swiper-slide.vip3 .viprule{background:#ed2550}.vip .swiper-slide.vip4 .viprule{background:#ba3622}.vip .swiper-slide.vip5 .viprule{background:#c7c8ca}.vip .swiper-slide.vip6 .viprule{background:#d9a728}.vip .swiper-slide.vip6 .rewardinfo{width:600px;font-size:23px}.vip .swiper-slide.vip6 .rewardinfo span{font-size:30px}.vip .vipinfo{position:absolute;top:442px;left:calc(50% - 570px);font-size:23px;text-align:center;width:650px;z-index:2;display:flex;flex-direction:column;align-items:center;color:#fff}.vip .vipinfo span{font-size:28px;font-weight:700}.vip .rewardinfo{background:#fff;width:590px;height:70px;margin-top:5px;display:flex;align-items:center;justify-content:center;border-radius:50px;font-size:25px;color:#1f1f1f}.vip .rewardinfo span{font-size:33px;margin-left:10px}.vip .viprule{background:#fff2ea;width:1400px;height:350px;margin:-100px auto 0;border-radius:0 0 40px 40px;text-align:center;position:relative;z-index:0}.vip .viprule,.vip .viprule-item{display:flex;align-items:center;justify-content:center}.vip .viprule-item{flex-direction:column;margin:95px 30px 0;word-wrap:break-word}.vip .viprule-item span{text-align:center;background:#eee;width:320px;height:65px;padding:5px;font-size:20px;border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:center;text-transform:capitalize;color:#1f1f1f}.vip .viprule-item span:nth-child(2){background:#fff;color:#1f1f1f;font-size:25px;border-radius:10px;margin-top:-10px}.vip .vipPage{width:1400px;margin:0 auto;border-radius:5px}.vip .vipPage~img{width:1400px;margin:30px auto;cursor:pointer}.vip .vipPage .eventList{font-weight:400;width:100%;margin:0 0 50px}.vip .vipPage .eventList .icon-nova88{font-size:17px;padding:5px}.vip .vipPage .eventList .icon-nova88:before{font-weight:400;margin-left:0}.vip .vipPage .eventList tr{font-size:15px}.vip .vipPage .eventList tr.title{background:#caa66f;color:#fff;border-left:1px solid #caa66f;border-right:1px solid #caa66f;font-weight:400}.vip .vipPage .eventList tr.title td:last-child{color:#fff}.vip .vipPage .eventList tr:last-child{background:#bc8f4a;border-right:1px solid #caa66f;font-weight:700}.vip .vipPage .eventList tr:last-child td{color:#fff}.vip .vipPage .eventList tr:not(.title):not(.lastTd) td:first-child{border-right:1px solid #5a5a5a;background:#1f1f1f;color:#fff}.vip .vipPage .eventList tr:not(.title):not(.lastTd):hover td{background:#414141;color:#fff}.vip .vipPage .eventList tr:not(.title):not(.lastTd):hover td:first-child{background:#4d4d4d;color:#fff}.vip .vipPage .eventList tr:not(.title):not(.lastTd) td{border:1px solid #5a5a5a;background:#1f1f1f}.vip .vipPage .eventList tr td{border:0;width:11%;padding:10px;line-height:30px;text-align:center;color:#fff}.vip .vipPage .eventList tr td:first-child{text-align:left;width:34%;padding-left:10px;color:#fff}.vip .vipPage .eventList tr td span.txt-orange{color:#fff}.vip .medal{margin-bottom:20px;background:#000}.vip .medal tr td{width:11%;text-align:center;color:#fff;text-transform:uppercase}.vip .medal tr td:first-child{width:34%;text-align:left}.vip .medal tr td img{transform:scale(.8)}.vip+footer .footerList>div a~div{display:none}.vip .swiper-button-next,.vip .swiper-button-prev{color:#fff;width:45px;right:100px;top:260px}.vip .vip-bottom{display:flex;justify-content:center;align-items:center;background:url(/_next/static/media/vip-bottom.287b1249.png) no-repeat center -20%/cover;padding:60px 0}.vip .vip-bottom-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.vip .vip-bottom-item img{width:300px}.vip .vip-bottom-item span{text-align:center;display:flex;justify-content:center;font-size:20px;width:150px;font-weight:700;filter:drop-shadow(0 0 5px rgba(255,255,255,.7))}.walletNickname{border-top:1px dotted #666;text-align:center;margin-top:10px;padding:10px 10px 0;color:#4c5356}.vipInfo{display:flex;flex-flow:wrap;background:rgba(210,226,249,.5);border-radius:15px;padding:20px 40px;margin-bottom:30px;color:#666}.vipInfo .vipTitle{display:flex;align-items:center;font-size:18px;margin:20px 0;font-weight:700;color:#5574a7;width:100%}.newvip{margin:-110px auto 30px;border-radius:0 0 40px 40px}.vip-program{width:1400px;margin:145px auto 30px;background:#1f1f1f;border-radius:30px;display:flex;align-items:center}.vip-program img{width:600px;padding:20px 0 20px 50px}.vip-program>div{padding:0 60px 0 45px}.vip-program>div>div{margin-bottom:25px}.vip-program>div>div:last-child{margin:0}.vip-program-title{font-size:20px;text-transform:uppercase;font-weight:500;margin-bottom:10px}.vip-program-text{font-weight:400;font-size:15px}.eventTitle{color:#ffff67;margin-top:150px;font-size:48px;font-weight:700;background:-webkit-linear-gradient(top,#f0b52d 30%,#fffccf 40%,#e2a625 65%,#ff6c00);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:.5px #ffff9b;filter:drop-shadow(0 3px 1px rgb(146,39,7));letter-spacing:1px}.subModuleTitle{color:#fff;font-weight:700;margin-bottom:10px;position:relative;display:flex}.subModuleTitle .info{margin-left:5px;color:rgba(224,48,53,.9);font-weight:400;font-size:13px}.subModuleTitle .txt-blue{color:#f77900}.subModuleTitle .txt-red{color:#e03035}.subModuleTitle .autotransfer{right:0}.subModuleTitle .autotransfer .swithModule{position:unset}.subModuleTitle .autotransfer .icon-question{font-weight:400;font-size:18px;color:#caa66f;display:flex}.subModuleTitle .autotransfer .icon-question+.inputInfo{display:none;background:#fff;color:#353535;border:1px solid #caa66f;border-radius:5px;padding:5px 10px;position:absolute;bottom:30px;right:-5px;min-width:330px;font-weight:600;font-size:13px}.subModuleTitle .autotransfer .icon-question+.inputInfo:before{content:"";width:0;height:0;border-color:#fff transparent transparent;border-style:solid dashed dashed;border-width:10px 10px 0;position:absolute;bottom:-10px;right:10px;z-index:1}.subModuleTitle .autotransfer .icon-question+.inputInfo.active{display:block}.subModuleListColumn{padding:20px;float:left;width:810px}.subModuleListColumn .note{background:#e2e2e2;color:#838383;margin-top:20px;border-radius:5px;padding:15px;font-size:13px}.subModuleListColumn .note .title{margin-bottom:15px;color:#cf0404}.subModuleListColumn .note li{margin-bottom:10px;line-height:1.5}.subModuleListColumn>.subModule{display:flex;align-items:center;background:#525252;padding:20px;border-radius:5px;margin-bottom:20px;flex-flow:wrap;position:relative}.subModuleListColumn>.subModule .subModule-item{width:50%}.subModuleListColumn>.subModule .subModule-item .btnGroup{margin:10px 0}.subModuleListColumn>.subModule .dropdown{min-width:190px}.subModuleListColumn>.subModule .dropdown button{width:auto;flex:auto;margin-right:20px}.subModuleListColumn>.subModule .dropdown .dropdown-container{position:absolute;top:27px;left:-1px;border-radius:0 0 5px 5px;background:#fff;border:1px solid #bfcce2;border-top:0;margin-left:0;overflow:auto;height:90px;z-index:3}.subModuleListColumn>.subModule .dropdown .dropdown-container .dropdown-item{margin:0;padding:5px 0 5px 15px;text-align:left}.subModuleListColumn>.subModule .inputBox-white{width:300px}.subModuleListColumn>.subModule .inputBox-white+.icon-files-empty,.subModuleListColumn>.subModule .inputBox-white+span{color:#fff;background:#1f1f1f;border-radius:5px;padding:7.5px 4.5px;max-height:32px;margin:10px 5px;font-size:12px}.subModuleListColumn>.subModule .inputBox-white+.icon-files-empty:before,.subModuleListColumn>.subModule .inputBox-white+span:before{font-size:15px}.subModuleListColumn>.subModule .inputBox-white+.icon-files-empty:hover,.subModuleListColumn>.subModule .inputBox-white+span:hover{background:#5a5a5a}.subModuleListColumn>.subModule .input-column{display:flex;flex-direction:column;margin-bottom:10px}.subModuleListColumn>.subModule .input-column div{display:flex}.subModuleListColumn>.subModule .tipImg{width:28%;position:absolute;right:15px;top:15px;display:none}.subModuleListColumn>.subModule .tipImg img{border-radius:10px}.subModuleListColumn>.subModule .tipImg.active{display:block}.subModuleListColumn>.subModule .inputBox-blue{width:auto;margin-right:10px}.subModuleListColumn>.subModule .inputBox-blue:focus-within{border:1px solid #bfcce2;outline:#bfcce2}.subModuleListColumn>.subModule .inputBox-blue+.btnGroup .btn-check{min-width:unset;width:35px}.subModuleListColumn>.subModule+.btnGroup+.text-center,.subModuleListColumn>.subModule+.note+.btnGroup+.text-center{color:#ccc}.subModuleListColumn>.subModule>.btnGroup,.subModuleListColumn>.subModule>.btnGroup button{margin:0}.subModuleListColumn>.subModule .icon-information{color:#caa66f}.subModuleListColumn>.subModule .icon-icon32px_check{color:#42ac5e}.subModuleListColumn>.subModule .icon-warning{color:#cf0404}.subModuleListColumn>.subModule .icon-icon32px_check,.subModuleListColumn>.subModule .icon-information,.subModuleListColumn>.subModule .icon-warning{cursor:pointer}.subModuleListColumn>.subModule .icon-icon32px_check+.tip,.subModuleListColumn>.subModule .icon-information+.tip,.subModuleListColumn>.subModule .icon-warning+.tip{padding:0;width:auto;height:auto}.subModuleListColumn>.subModule .icon-icon32px_check.active+.tip,.subModuleListColumn>.subModule .icon-information.active+.tip,.subModuleListColumn>.subModule .icon-warning.active+.tip{visibility:visible;opacity:1}.subModuleListColumn>.subModule>div{display:flex;flex-flow:wrap;width:100%;color:#e0e6e9}.subModuleListColumn>.subModule>div.shortcut{margin-top:10px}.subModuleListColumn>.subModule>div.shortcut button{background:#fff;border:1px solid #bfcce2;color:#000;width:auto;margin-right:5px;min-width:80px}.subModuleListColumn>.subModule>div.shortcut button.active,.subModuleListColumn>.subModule>div.shortcut button:hover{background:#bc8f4a;color:#fff}.subModuleListColumn>.subModule>div>a,.subModuleListColumn>.subModule>div>button{display:flex;flex-flow:column;align-items:center;margin:0 10px 5px;color:#fff;width:134px;position:relative}.subModuleListColumn>.subModule>div>a i,.subModuleListColumn>.subModule>div>button i{position:absolute;right:-5px;bottom:4px;color:#f77900;display:none;font-size:24px;justify-content:center;align-items:center}.subModuleListColumn>.subModule>div>a i:before,.subModuleListColumn>.subModule>div>button i:before{display:none;position:absolute;color:#fff;z-index:1;font-size:18px;right:0}.subModuleListColumn>.subModule>div>a i:after,.subModuleListColumn>.subModule>div>button i:after{display:none;content:"";border-bottom:none;border-radius:5px 0;transform:scaleY(1.3) perspective(6px) rotateX(5deg);background:#caa66f;width:40px;height:30px;transform-origin:bottom right;position:absolute;right:0}.subModuleListColumn>.subModule>div>a>div,.subModuleListColumn>.subModule>div>button>div{width:100%}.subModuleListColumn>.subModule>div>a>div.bank,.subModuleListColumn>.subModule>div>button>div.bank{color:#fff;margin:0 0 5px}.subModuleListColumn>.subModule>div>a>div.bank>div,.subModuleListColumn>.subModule>div>button>div.bank>div{color:#ccc}.subModuleListColumn>.subModule>div>a>div:first-child,.subModuleListColumn>.subModule>div>button>div:first-child{margin-bottom:10px;border-radius:5px;width:100px;padding:10px 5px;background:#fff;position:relative;transition:.6s}.subModuleListColumn>.subModule>div>a>div:first-child.icon,.subModuleListColumn>.subModule>div>button>div:first-child.icon{padding:13px 5px}.subModuleListColumn>.subModule>div>a>div:first-child:before,.subModuleListColumn>.subModule>div>button>div:first-child:before{color:#000;font-size:48px;margin:0}.subModuleListColumn>.subModule>div>a>div:first-child.icon-line:before,.subModuleListColumn>.subModule>div>button>div:first-child.icon-line:before{color:#07b802}.subModuleListColumn>.subModule>div>a>div.fast:after,.subModuleListColumn>.subModule>div>button>div.fast:after{content:"";background:url(/_next/static/media/fast-icon.cf4d4602.png) no-repeat 50%/cover;display:block;width:50px;height:15px;position:absolute;top:0;left:0}.subModuleListColumn>.subModule>div>a.active>div,.subModuleListColumn>.subModule>div>a:hover>div,.subModuleListColumn>.subModule>div>button.active>div,.subModuleListColumn>.subModule>div>button:hover>div{color:#caa66f}.subModuleListColumn>.subModule>div>a.active>div.bank,.subModuleListColumn>.subModule>div>a:hover>div.bank,.subModuleListColumn>.subModule>div>button.active>div.bank,.subModuleListColumn>.subModule>div>button:hover>div.bank{color:#fff}.subModuleListColumn>.subModule>div>a.active>div.bank>div:first-child,.subModuleListColumn>.subModule>div>a:hover>div.bank>div:first-child,.subModuleListColumn>.subModule>div>button.active>div.bank>div:first-child,.subModuleListColumn>.subModule>div>button:hover>div.bank>div:first-child{color:#caa66f;font-weight:700}.subModuleListColumn>.subModule>div>a.active>div:first-child,.subModuleListColumn>.subModule>div>a:hover>div:first-child,.subModuleListColumn>.subModule>div>button.active>div:first-child,.subModuleListColumn>.subModule>div>button:hover>div:first-child{box-shadow:inset 0 0 0 2px #caa66f}.subModuleListColumn>.subModule>div>a.active>div i,.subModuleListColumn>.subModule>div>a:hover>div i,.subModuleListColumn>.subModule>div>button.active>div i,.subModuleListColumn>.subModule>div>button:hover>div i{display:flex;position:relative;justify-content:flex-end}.subModuleListColumn>.subModule>div>a.active>div i:after,.subModuleListColumn>.subModule>div>a.active>div i:before,.subModuleListColumn>.subModule>div>a:hover>div i:after,.subModuleListColumn>.subModule>div>a:hover>div i:before,.subModuleListColumn>.subModule>div>button.active>div i:after,.subModuleListColumn>.subModule>div>button.active>div i:before,.subModuleListColumn>.subModule>div>button:hover>div i:after,.subModuleListColumn>.subModule>div>button:hover>div i:before{display:block}.subModuleListColumn>.subModule>div>a.limit,.subModuleListColumn>.subModule>div>button.limit{pointer-events:none}.subModuleListColumn>.subModule>div>a.limit>div:first-child:after,.subModuleListColumn>.subModule>div>button.limit>div:first-child:after{display:block;content:"";background:rgba(0,0,0,.2);width:100%;height:100%;position:absolute;left:0;top:0;border-radius:5px}.subModuleListColumn>.subModule>div>a.limit>div:first-child .limit-text,.subModuleListColumn>.subModule>div>button.limit>div:first-child .limit-text{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;text-align:center;font-size:9px;background-color:gray;color:#fff;padding:2px 0}.subModuleListColumn>.subModule>div>a.limit .icon .img,.subModuleListColumn>.subModule>div>button.limit .icon .img{filter:grayscale(100%)}.subModuleListColumn>.subModule.selectBank>div>button{flex-flow:row;width:calc(50% - 20px);position:relative}.subModuleListColumn>.subModule.selectBank>div>button.open:before{content:"●";color:#51cb33;position:absolute;top:-5px;left:42px;font-size:24px;z-index:1}.subModuleListColumn>.subModule.selectBank>div>button.close:before{content:"●";color:#cf0404;position:absolute;top:-5px;left:42px;font-size:24px;z-index:1}.subModuleListColumn>.subModule.selectBank>div>button.pending .icon{z-index:2}.subModuleListColumn>.subModule.selectBank>div>button.pending>div:first-child{position:relative}.subModuleListColumn>.subModule.selectBank>div>button.pending>div:first-child .mask{position:absolute;top:0;left:0;width:57px;height:57px;background:rgba(36,37,38,.6);border-radius:5px;z-index:1}.subModuleListColumn>.subModule.selectBank>div>button.pending>div:first-child .icon{z-index:2}.subModuleListColumn>.subModule.selectBank>div>button.pending>div:first-child:hover .mask{top:1.75px;left:1.95px;width:53.5px;height:53.5px;border-radius:3px}.subModuleListColumn>.subModule.selectBank>div>button.pending.active>div:first-child .mask{top:2px;left:2px;width:53.5px;height:53.5px;border-radius:3px}.subModuleListColumn>.subModule.selectBank>div>button>div:first-child{width:auto;padding:6px}.subModuleListColumn>.subModule.selectBank>div>button>div:first-child img{width:auto}.subModuleListColumn>.subModule.selectBank>div>button>div.bank{margin:0 0 10px 10px;text-align:left}.subModuleListColumn>.subModule.selectBank>div>button>div.bank>div:last-child{width:170px;margin:5px 0 0}.subModuleListColumn>.subModule.selectBank>div>button i:before{font-size:16px}.subModuleListColumn>.subModule.selectBank>div>button i:after{width:30px;height:20px}.subModuleListColumn>.subModule .tip.active{align-items:center}.subModuleListColumn>.subModule .tip.active .txt-red{font-weight:700;margin-left:5px;font-size:14px}.subModuleListColumn>.subModule.bankQR{align-items:flex-start;justify-content:space-between}.subModuleListColumn>.subModule.bankQR .bankAccount{width:80%}.subModuleListColumn>.subModule.bankQR .qrCode{width:calc(20% - 10px);height:114px;padding:5px;background:rgba(240,247,255,.8);overflow:hidden;justify-content:center;align-items:center}.subModuleListColumn>.subModule.bankQR .qrCode img,.subModuleListColumn>.subModule.bankQR .qrCode svg{width:auto;height:100%}.subModuleListColumn .column{width:calc(100% - 135px)}.subModuleListColumn .column .inputBox-white+.tip{margin:0 5px 10px}.subModuleListColumn .btnGroup.buttonBox{margin-top:0;justify-content:flex-start}.subModuleListColumn .btnGroup.buttonBox button.blue{max-width:156px;min-width:156px}.subModuleListColumn .btnGroup.buttonBox button.blue .icon{width:12px;height:12px;background:#fff;color:#f77900;font-size:16px}.subModuleListColumn .btnGroup.buttonBox button.blue .icon:before{margin:0}.subModuleListColumn .btnGroup:not(.buttonBox){width:max-content}.subModuleListColumn .bankAccount{flex-flow:column}.subModuleListColumn .bankAccount .smallList{margin-top:10px;width:100%}.subModuleListColumn .bankAccount .smallList ul{display:flex;align-items:center}.subModuleListColumn .bankAccount .smallList ul a,.subModuleListColumn .bankAccount .smallList ul button{color:#fff;background:#1f1f1f;border-radius:5px;height:23px}.subModuleListColumn .bankAccount .smallList ul a:hover,.subModuleListColumn .bankAccount .smallList ul button:hover{background:#5a5a5a}.subModuleListColumn .bankAccount .smallList ul li{min-width:130px;width:auto;margin-right:5px;color:#aeacac}.subModuleListColumn .bankAccount .smallList ul li:nth-child(2){min-width:130px;width:auto;color:#fff;font-weight:700}.icon-qrpay:before{background:url(/_next/static/media/qrpay.5f1686a2.png) 50%/cover}.icon-qrpay:before,.icon-quick:before{content:"";display:block;width:57px;height:57px;margin:0 auto!important}.icon-quick:before{background:url(/_next/static/media/quick-transfer.aa86ea41.png) 50%/cover}.icon-topup:before{background:url(/_next/static/media/topup.b3bc58ae.png) 50%/cover}.icon-dou:before,.icon-topup:before{content:"";display:block;width:57px;height:57px;margin:0 auto!important}.icon-dou:before{background:url(/_next/static/media/chat-transfer.afcc3e4d.png) 50%/cover}.text-center{text-align:center}.upload_new{padding:0!important}@media(max-width:800px){.upload_new{flex-flow:column!important}}.upload_new .checkBankSlip,.upload_new .smallList{padding:30px 20px;display:flex;flex-flow:column;align-items:center}.upload_new .checkBankSlip{max-width:unset;min-width:unset;margin:0;justify-content:center;flex:2 1}.upload_new .checkBankSlip.bankaccount{border-right:1px dashed #fff;display:flex;align-items:start;flex:1 1}.upload_new .checkBankSlip .directions ul li{width:100%}.hotGame,.promos{display:flex;margin:0 auto;overflow:hidden;width:1400px}.hotGame .swiper-container .swiper-wrapper>div,.promos .swiper-container .swiper-wrapper>div{border-radius:5px;overflow:hidden;position:relative;border:1px solid #bfcce2;line-height:normal;min-width:280px;display:flex;flex-flow:column;justify-content:space-between}.hotGame .swiper-container .swiper-wrapper>div .title,.promos .swiper-container .swiper-wrapper>div .title{color:#5574a7;max-width:170px;font-size:16px;text-align:left}.hotGame .swiper-container .swiper-wrapper>div>div,.promos .swiper-container .swiper-wrapper>div>div{display:flex;justify-content:center;text-align:center}.hotGame .swiper-container .swiper-wrapper>div>div.btnGroup,.promos .swiper-container .swiper-wrapper>div>div.btnGroup{margin:0 0 10px}.hotGame .swiper-container .swiper-wrapper>div>div.btnGroup a,.hotGame .swiper-container .swiper-wrapper>div>div.btnGroup button,.promos .swiper-container .swiper-wrapper>div>div.btnGroup a,.promos .swiper-container .swiper-wrapper>div>div.btnGroup button{max-width:120px;border-radius:5px;font-weight:700}.hotGame .swiper-container .swiper-wrapper>div>div>img,.promos .swiper-container .swiper-wrapper>div>div>img{width:400px}.promos .swiper-container .swiper-wrapper>div{background:url(/_next/static/media/promobg.511609ec.jpg) no-repeat 0/cover}.promos .swiper-container .swiper-wrapper>div>div{display:flex;justify-content:center;text-align:center}.promos .swiper-container .swiper-wrapper>div>div.title{align-items:flex-start;height:42px;margin:5px 0;padding:0 10px;overflow:hidden;white-space:wrap;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.promos .swiper-container .swiper-wrapper>div>div.btnGroup{margin:0 0 10px;justify-content:flex-end}.promos .swiper-container .swiper-wrapper>div>div.btnGroup a,.promos .swiper-container .swiper-wrapper>div>div.btnGroup button{background:linear-gradient(270deg,#556d97,#112240);max-width:100px;min-width:revert;border-radius:30px;font-weight:700;margin-right:10px}.promos .swiper-container .swiper-wrapper>div>div.btnGroup a:hover,.promos .swiper-container .swiper-wrapper>div>div.btnGroup button:hover{background:linear-gradient(90deg,#ff5e00 30%,#f39519)}.promos .swiper-container .swiper-wrapper>div>div>img{width:400px}.hotGame{margin-bottom:50px}.hotGame .swiper-container .swiper-wrapper>div{max-width:260px;min-width:260px;background:#fff;display:flex;flex-flow:wrap}.hotGame .swiper-container .swiper-wrapper>div>div{flex-flow:column;margin:0 0 10px 10px;color:#949494;text-align:left}.hotGame .swiper-container .swiper-wrapper>div>div .title{padding:0;text-align:left;margin:5px 0 0;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:170px}.hotGame .swiper-container .swiper-wrapper>div>div+img{width:70px;height:min-content;max-height:55px;margin:auto 10px auto 0}.recently{display:flex;margin:20px auto;overflow:hidden;width:1400px;position:relative;cursor:pointer}.recently:hover .swiper-button-next,.recently:hover .swiper-button-prev{opacity:1;transition:.5s}.recently .swiper-button-next,.recently .swiper-button-prev{background:#112240;font-family:icomoon;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;top:calc(50% + 5px);opacity:0;transition:.5s;z-index:2}.recently .swiper-button-next:before,.recently .swiper-button-prev:before{content:""}.recently .swiper-button-next{transform:rotate(180deg)}.recently .swiper-slide{cursor:pointer;padding-top:20px;margin-top:-10px;transition:.5s}.recently .swiper-slide:hover .recently-game{background:#5574a7;color:#fff;transition:.5s}.recently .swiper-slide:hover .recently-game.active{background:#efefef;color:#5574a7;cursor:default}.recently-game{background:#efefef;border-radius:7px;font-weight:700;color:#5574a7;padding:20px;position:relative}.recently-game>div:first-child{margin-top:-40px;display:flex;flex-direction:column;justify-content:center;align-items:center}.recently-game.active{filter:grayscale(1) brightness(.9)}.recently-game.active .under{display:flex}.recently-game .under{display:none;position:absolute;top:calc(50% - 25px);left:calc(50% - 105px);z-index:1;background:#555;border-radius:5px;color:#fff;font-weight:400;font-size:12px;width:190px;height:50px;padding:0 10px;text-align:center;align-items:center;justify-content:center}.recently-image{border-radius:15px}.recently-brand{height:55px;width:auto;max-width:200px;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5))}.recently-title{width:100%;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveVideo,.newsVideo{width:1400px;margin:auto auto 80px;display:flex}.liveVideo .latestVideo,.newsVideo .latestVideo{overflow:hidden}.liveVideo .latestVideo iframe,.newsVideo .latestVideo iframe{margin-top:-1px}.liveVideo .latestVideo .moduleTitle,.newsVideo .latestVideo .moduleTitle{pointer-events:none}.liveVideo .latestVideo,.liveVideo .newsList,.newsVideo .latestVideo,.newsVideo .newsList{width:780px;float:left;margin-right:15px}.liveVideo .latestVideo iframe,.liveVideo .newsList iframe,.newsVideo .latestVideo iframe,.newsVideo .newsList iframe{border-radius:5px 5px 0 0}.liveVideo .latestVideo .title,.liveVideo .newsList .title,.newsVideo .latestVideo .title,.newsVideo .newsList .title{background:url(/_next/static/media/latestvideotitlebg.6fbc2396.jpg) no-repeat;line-height:46px;border-radius:0 0 5px 5px;padding-left:20px;color:#fff;position:relative;margin-top:-3px}.liveVideo .latestVideo .newsModule,.liveVideo .newsList .newsModule,.newsVideo .latestVideo .newsModule,.newsVideo .newsList .newsModule{display:flex;background:hsla(0,0%,100%,.5);border-radius:5px;overflow:hidden;color:#949494;margin:2px 0}.liveVideo .latestVideo .newsModule img,.liveVideo .newsList .newsModule img,.newsVideo .latestVideo .newsModule img,.newsVideo .newsList .newsModule img{height:auto;max-width:260px;max-height:150px}.liveVideo .latestVideo .newsModule .lightblue,.liveVideo .newsList .newsModule .lightblue,.newsVideo .latestVideo .newsModule .lightblue,.newsVideo .newsList .newsModule .lightblue{font-weight:400;border-radius:5px;margin:5px 0 0;border-radius:30px;font-weight:700;background:linear-gradient(90deg,#ff5e00 30%,#f39519)}.liveVideo .latestVideo .newsModule>div,.liveVideo .newsList .newsModule>div,.newsVideo .latestVideo .newsModule>div,.newsVideo .newsList .newsModule>div{width:100%;padding:5px 10px;display:flex;flex-flow:column;justify-content:space-between}.liveVideo .latestVideo .newsModule>div>div,.liveVideo .newsList .newsModule>div>div,.newsVideo .latestVideo .newsModule>div>div,.newsVideo .newsList .newsModule>div>div{font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;display:-webkit-box;margin:0 0 3px}.liveVideo .latestVideo .newsModule>div>div:first-child,.liveVideo .newsList .newsModule>div>div:first-child,.newsVideo .latestVideo .newsModule>div>div:first-child,.newsVideo .newsList .newsModule>div>div:first-child{color:#cdae8e}.liveVideo .latestVideo .newsModule>div>div:nth-child(2),.liveVideo .newsList .newsModule>div>div:nth-child(2),.newsVideo .latestVideo .newsModule>div>div:nth-child(2),.newsVideo .newsList .newsModule>div>div:nth-child(2){color:#113158}.liveVideo .latestVideo .newsModule>div>div:nth-child(3),.liveVideo .newsList .newsModule>div>div:nth-child(3),.newsVideo .latestVideo .newsModule>div>div:nth-child(3),.newsVideo .newsList .newsModule>div>div:nth-child(3){font-weight:400}.liveVideo .latestVideo .newsModule>div .btnGroup,.liveVideo .newsList .newsModule>div .btnGroup,.newsVideo .latestVideo .newsModule>div .btnGroup,.newsVideo .newsList .newsModule>div .btnGroup{display:unset;margin:0}.liveVideo .latestVideo .newsBorder,.liveVideo .newsList .newsBorder,.newsVideo .latestVideo .newsBorder,.newsVideo .newsList .newsBorder{height:1px;background:#5574a7;margin:10px 0}.liveVideo .latestVideo+div,.liveVideo .newsList+div,.newsVideo .latestVideo+div,.newsVideo .newsList+div{width:605px}.liveVideo .latestVideo+div .hotevent,.liveVideo .newsList+div .hotevent,.newsVideo .latestVideo+div .hotevent,.newsVideo .newsList+div .hotevent{height:183px}.liveVideo .latestVideo+div .hotevent>img,.liveVideo .newsList+div .hotevent>img,.newsVideo .latestVideo+div .hotevent>img,.newsVideo .newsList+div .hotevent>img{z-index:-1;position:absolute;border-radius:5px}.liveVideo .latestVideo+div .hotevent .gamename,.liveVideo .newsList+div .hotevent .gamename,.newsVideo .latestVideo+div .hotevent .gamename,.newsVideo .newsList+div .hotevent .gamename{display:block!important;padding:0 15px!important;box-sizing:border-box;width:211px;height:27px;text-align:center;line-height:2;margin:0 auto 25px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:url(/_next/static/media/gamenamebg.cb32f65d.png) no-repeat top/cover}.liveVideo .latestVideo+div .hotevent .team,.liveVideo .newsList+div .hotevent .team,.newsVideo .latestVideo+div .hotevent .team,.newsVideo .newsList+div .hotevent .team{height:100%;text-align:center;font-size:12px}.liveVideo .latestVideo+div .hotevent .team>img,.liveVideo .newsList+div .hotevent .team>img,.newsVideo .latestVideo+div .hotevent .team>img,.newsVideo .newsList+div .hotevent .team>img{width:auto;margin:auto}.liveVideo .latestVideo+div .hotevent .team>div,.liveVideo .newsList+div .hotevent .team>div,.newsVideo .latestVideo+div .hotevent .team>div,.newsVideo .newsList+div .hotevent .team>div{display:flex;font-weight:700;margin-top:-15px;padding:0 15px}.liveVideo .latestVideo+div .hotevent .team>div>div,.liveVideo .newsList+div .hotevent .team>div>div,.newsVideo .latestVideo+div .hotevent .team>div>div,.newsVideo .newsList+div .hotevent .team>div>div{flex:1 1}.liveVideo .latestVideo+div .hotevent .team>div>div.teamL>div,.liveVideo .latestVideo+div .hotevent .team>div>div.teamR>div,.liveVideo .newsList+div .hotevent .team>div>div.teamL>div,.liveVideo .newsList+div .hotevent .team>div>div.teamR>div,.newsVideo .latestVideo+div .hotevent .team>div>div.teamL>div,.newsVideo .latestVideo+div .hotevent .team>div>div.teamR>div,.newsVideo .newsList+div .hotevent .team>div>div.teamL>div,.newsVideo .newsList+div .hotevent .team>div>div.teamR>div{line-height:14px}.liveVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child,.liveVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child,.liveVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child,.liveVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child,.newsVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child,.newsVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child,.newsVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child,.newsVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child{position:relative;width:66px;height:66px;margin:auto;display:flex;justify-content:center;align-items:center}.liveVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child>img,.liveVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child>img,.liveVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child>img,.liveVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child>img,.newsVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child>img,.newsVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child>img,.newsVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child>img,.newsVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child>img{width:46px;z-index:1;position:relative;margin:auto}.liveVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child:after,.liveVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child:before,.liveVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child:after,.liveVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child:before,.liveVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child:after,.liveVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child:before,.liveVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child:after,.liveVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child:before,.newsVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child:after,.newsVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child:before,.newsVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child:after,.newsVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child:before,.newsVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child:after,.newsVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child:before,.newsVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child:after,.newsVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child:before{content:"";background:hsla(0,0%,100%,.3);width:66px;height:66px;border-radius:66px;display:block;position:absolute}.liveVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child:after,.liveVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child:after,.liveVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child:after,.liveVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child:after,.newsVideo .latestVideo+div .hotevent .team>div>div.teamL>div:first-child:after,.newsVideo .latestVideo+div .hotevent .team>div>div.teamR>div:first-child:after,.newsVideo .newsList+div .hotevent .team>div>div.teamL>div:first-child:after,.newsVideo .newsList+div .hotevent .team>div>div.teamR>div:first-child:after{width:60px;height:60px;border-radius:60px}.liveVideo .latestVideo+div .hotevent .team>div>div.teamL>div:nth-child(2),.liveVideo .latestVideo+div .hotevent .team>div>div.teamR>div:nth-child(2),.liveVideo .newsList+div .hotevent .team>div>div.teamL>div:nth-child(2),.liveVideo .newsList+div .hotevent .team>div>div.teamR>div:nth-child(2),.newsVideo .latestVideo+div .hotevent .team>div>div.teamL>div:nth-child(2),.newsVideo .latestVideo+div .hotevent .team>div>div.teamR>div:nth-child(2),.newsVideo .newsList+div .hotevent .team>div>div.teamL>div:nth-child(2),.newsVideo .newsList+div .hotevent .team>div>div.teamR>div:nth-child(2){width:90px;height:30px;overflow:hidden;text-overflow:ellipsis}.liveVideo .latestVideo+div .hotevent .team>div>div.teamL>div:nth-child(3),.liveVideo .latestVideo+div .hotevent .team>div>div.teamR>div:nth-child(3),.liveVideo .newsList+div .hotevent .team>div>div.teamL>div:nth-child(3),.liveVideo .newsList+div .hotevent .team>div>div.teamR>div:nth-child(3),.newsVideo .latestVideo+div .hotevent .team>div>div.teamL>div:nth-child(3),.newsVideo .latestVideo+div .hotevent .team>div>div.teamR>div:nth-child(3),.newsVideo .newsList+div .hotevent .team>div>div.teamL>div:nth-child(3),.newsVideo .newsList+div .hotevent .team>div>div.teamR>div:nth-child(3){color:#f77900}.liveVideo .latestVideo+div .hotevent .team>div>div.btnGroup,.liveVideo .newsList+div .hotevent .team>div>div.btnGroup,.newsVideo .latestVideo+div .hotevent .team>div>div.btnGroup,.newsVideo .newsList+div .hotevent .team>div>div.btnGroup{height:min-content;align-items:flex-end;margin:auto auto 15px}.liveVideo .latestVideo+div .hotevent .team>div>div.btnGroup button,.liveVideo .newsList+div .hotevent .team>div>div.btnGroup button,.newsVideo .latestVideo+div .hotevent .team>div>div.btnGroup button,.newsVideo .newsList+div .hotevent .team>div>div.btnGroup button{border-radius:20px;padding:5px;min-width:unset;background:linear-gradient(90deg,#ff5e00,#f39519);font-weight:700;word-wrap:break-word}.liveVideo .latestVideo+div .hotevent .team>div>div.btnGroup button:hover,.liveVideo .newsList+div .hotevent .team>div>div.btnGroup button:hover,.newsVideo .latestVideo+div .hotevent .team>div>div.btnGroup button:hover,.newsVideo .newsList+div .hotevent .team>div>div.btnGroup button:hover{background:#cf0404}.liveVideo .latestVideo+div .hotevent .team>div.odds,.liveVideo .newsList+div .hotevent .team>div.odds,.newsVideo .latestVideo+div .hotevent .team>div.odds,.newsVideo .newsList+div .hotevent .team>div.odds{margin-top:5px}.liveVideo .latestVideo+div .hotevent .team>div.odds>div,.liveVideo .newsList+div .hotevent .team>div.odds>div,.newsVideo .latestVideo+div .hotevent .team>div.odds>div,.newsVideo .newsList+div .hotevent .team>div.odds>div{height:30px;background:rgba(29,54,98,.5);display:flex;flex-flow:column;justify-content:center;font-weight:400}.liveVideo .latestVideo+div .hotevent .team>div.odds>div>div,.liveVideo .newsList+div .hotevent .team>div.odds>div>div,.newsVideo .latestVideo+div .hotevent .team>div.odds>div>div,.newsVideo .newsList+div .hotevent .team>div.odds>div>div{line-height:14px}.liveVideo .latestVideo+div .hotevent .team>div.odds>div>div:nth-child(2),.liveVideo .newsList+div .hotevent .team>div.odds>div>div:nth-child(2),.newsVideo .latestVideo+div .hotevent .team>div.odds>div>div:nth-child(2),.newsVideo .newsList+div .hotevent .team>div.odds>div>div:nth-child(2){color:#9ac2f3}.liveVideo .latestVideo+div .hotevent .team>div.odds>div:nth-child(2),.liveVideo .newsList+div .hotevent .team>div.odds>div:nth-child(2),.newsVideo .latestVideo+div .hotevent .team>div.odds>div:nth-child(2),.newsVideo .newsList+div .hotevent .team>div.odds>div:nth-child(2){background:rgba(7,58,139,.6)}.liveVideo .latestVideo+div .upcomingmatches>img,.liveVideo .newsList+div .upcomingmatches>img,.newsVideo .latestVideo+div .upcomingmatches>img,.newsVideo .newsList+div .upcomingmatches>img{position:absolute}.liveVideo .latestVideo+div .liveTv,.liveVideo .latestVideo+div .upcomingmatches,.liveVideo .newsList+div .liveTv,.liveVideo .newsList+div .upcomingmatches,.newsVideo .latestVideo+div .liveTv,.newsVideo .latestVideo+div .upcomingmatches,.newsVideo .newsList+div .liveTv,.newsVideo .newsList+div .upcomingmatches{height:180px}.liveVideo .latestVideo+div .liveTv .team,.liveVideo .latestVideo+div .upcomingmatches .team,.liveVideo .newsList+div .liveTv .team,.liveVideo .newsList+div .upcomingmatches .team,.newsVideo .latestVideo+div .liveTv .team,.newsVideo .latestVideo+div .upcomingmatches .team,.newsVideo .newsList+div .liveTv .team,.newsVideo .newsList+div .upcomingmatches .team{display:flex;flex-flow:column;height:100%;justify-content:space-between;position:relative;z-index:1}.liveVideo .latestVideo+div .liveTv .team>div,.liveVideo .latestVideo+div .upcomingmatches .team>div,.liveVideo .newsList+div .liveTv .team>div,.liveVideo .newsList+div .upcomingmatches .team>div,.newsVideo .latestVideo+div .liveTv .team>div,.newsVideo .latestVideo+div .upcomingmatches .team>div,.newsVideo .newsList+div .liveTv .team>div,.newsVideo .newsList+div .upcomingmatches .team>div{display:flex;justify-content:center;font-weight:700}.liveVideo .latestVideo+div .liveTv .team>div:first-child,.liveVideo .latestVideo+div .upcomingmatches .team>div:first-child,.liveVideo .newsList+div .liveTv .team>div:first-child,.liveVideo .newsList+div .upcomingmatches .team>div:first-child,.newsVideo .latestVideo+div .liveTv .team>div:first-child,.newsVideo .latestVideo+div .upcomingmatches .team>div:first-child,.newsVideo .newsList+div .liveTv .team>div:first-child,.newsVideo .newsList+div .upcomingmatches .team>div:first-child{background:url(/_next/static/media/upcomingmatchestitle.45afad75.png) no-repeat top/auto;line-height:27px;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:210px;margin:0 auto;display:block;padding:0 20px;text-align:center}.liveVideo .latestVideo+div .liveTv .team>div:last-child,.liveVideo .latestVideo+div .upcomingmatches .team>div:last-child,.liveVideo .newsList+div .liveTv .team>div:last-child,.liveVideo .newsList+div .upcomingmatches .team>div:last-child,.newsVideo .latestVideo+div .liveTv .team>div:last-child,.newsVideo .latestVideo+div .upcomingmatches .team>div:last-child,.newsVideo .newsList+div .liveTv .team>div:last-child,.newsVideo .newsList+div .upcomingmatches .team>div:last-child{background:url(/_next/static/media/upcomingmatchestitledown.5fc287c0.png) no-repeat top/auto;line-height:27px;font-size:12px}.liveVideo .latestVideo+div .liveTv .team>div.odds,.liveVideo .latestVideo+div .upcomingmatches .team>div.odds,.liveVideo .newsList+div .liveTv .team>div.odds,.liveVideo .newsList+div .upcomingmatches .team>div.odds,.newsVideo .latestVideo+div .liveTv .team>div.odds,.newsVideo .latestVideo+div .upcomingmatches .team>div.odds,.newsVideo .newsList+div .liveTv .team>div.odds,.newsVideo .newsList+div .upcomingmatches .team>div.odds{position:absolute;padding:0;font-size:12px;font-weight:400;bottom:27px;display:flex;width:100%;height:auto}.liveVideo .latestVideo+div .liveTv .team>div.odds div,.liveVideo .latestVideo+div .upcomingmatches .team>div.odds div,.liveVideo .newsList+div .liveTv .team>div.odds div,.liveVideo .newsList+div .upcomingmatches .team>div.odds div,.newsVideo .latestVideo+div .liveTv .team>div.odds div,.newsVideo .latestVideo+div .upcomingmatches .team>div.odds div,.newsVideo .newsList+div .liveTv .team>div.odds div,.newsVideo .newsList+div .upcomingmatches .team>div.odds div{margin:0 0 3px;background:#c9c9c9;border-radius:5px;padding:2px 5px!important;display:flex;height:auto!important;transform:scale(.8);justify-content:center;flex:none!important;width:80px;color:#000;font-weight:700}.liveVideo .latestVideo+div .liveTv .team>div.odds div:nth-child(2),.liveVideo .latestVideo+div .upcomingmatches .team>div.odds div:nth-child(2),.liveVideo .newsList+div .liveTv .team>div.odds div:nth-child(2),.liveVideo .newsList+div .upcomingmatches .team>div.odds div:nth-child(2),.newsVideo .latestVideo+div .liveTv .team>div.odds div:nth-child(2),.newsVideo .latestVideo+div .upcomingmatches .team>div.odds div:nth-child(2),.newsVideo .newsList+div .liveTv .team>div.odds div:nth-child(2),.newsVideo .newsList+div .upcomingmatches .team>div.odds div:nth-child(2){background:#e1c3a4}.liveVideo .latestVideo+div .liveTv .team>div>div:not(.btnGroup),.liveVideo .latestVideo+div .upcomingmatches .team>div>div:not(.btnGroup),.liveVideo .newsList+div .liveTv .team>div>div:not(.btnGroup),.liveVideo .newsList+div .upcomingmatches .team>div>div:not(.btnGroup),.newsVideo .latestVideo+div .liveTv .team>div>div:not(.btnGroup),.newsVideo .latestVideo+div .upcomingmatches .team>div>div:not(.btnGroup),.newsVideo .newsList+div .liveTv .team>div>div:not(.btnGroup),.newsVideo .newsList+div .upcomingmatches .team>div>div:not(.btnGroup){flex:1 1;font-size:12px;text-align:center;height:120px;overflow:hidden;text-overflow:ellipsis;padding-left:5px}.liveVideo .latestVideo+div .liveTv .team>div>div:not(.btnGroup).teamR,.liveVideo .latestVideo+div .upcomingmatches .team>div>div:not(.btnGroup).teamR,.liveVideo .newsList+div .liveTv .team>div>div:not(.btnGroup).teamR,.liveVideo .newsList+div .upcomingmatches .team>div>div:not(.btnGroup).teamR,.newsVideo .latestVideo+div .liveTv .team>div>div:not(.btnGroup).teamR,.newsVideo .latestVideo+div .upcomingmatches .team>div>div:not(.btnGroup).teamR,.newsVideo .newsList+div .liveTv .team>div>div:not(.btnGroup).teamR,.newsVideo .newsList+div .upcomingmatches .team>div>div:not(.btnGroup).teamR{padding-left:0;padding-right:5px}.liveVideo .latestVideo+div .liveTv .team>div>div:not(.btnGroup).teamR .odds,.liveVideo .latestVideo+div .upcomingmatches .team>div>div:not(.btnGroup).teamR .odds,.liveVideo .newsList+div .liveTv .team>div>div:not(.btnGroup).teamR .odds,.liveVideo .newsList+div .upcomingmatches .team>div>div:not(.btnGroup).teamR .odds,.newsVideo .latestVideo+div .liveTv .team>div>div:not(.btnGroup).teamR .odds,.newsVideo .latestVideo+div .upcomingmatches .team>div>div:not(.btnGroup).teamR .odds,.newsVideo .newsList+div .liveTv .team>div>div:not(.btnGroup).teamR .odds,.newsVideo .newsList+div .upcomingmatches .team>div>div:not(.btnGroup).teamR .odds{left:unset;right:0}.liveVideo .latestVideo+div .liveTv .team>div>div:not(.btnGroup) img,.liveVideo .latestVideo+div .upcomingmatches .team>div>div:not(.btnGroup) img,.liveVideo .newsList+div .liveTv .team>div>div:not(.btnGroup) img,.liveVideo .newsList+div .upcomingmatches .team>div>div:not(.btnGroup) img,.newsVideo .latestVideo+div .liveTv .team>div>div:not(.btnGroup) img,.newsVideo .latestVideo+div .upcomingmatches .team>div>div:not(.btnGroup) img,.newsVideo .newsList+div .liveTv .team>div>div:not(.btnGroup) img,.newsVideo .newsList+div .upcomingmatches .team>div>div:not(.btnGroup) img{width:45px;margin:15px auto 5px}.liveVideo .latestVideo+div .liveTv .team>div>.btnGroup,.liveVideo .latestVideo+div .upcomingmatches .team>div>.btnGroup,.liveVideo .newsList+div .liveTv .team>div>.btnGroup,.liveVideo .newsList+div .upcomingmatches .team>div>.btnGroup,.newsVideo .latestVideo+div .liveTv .team>div>.btnGroup,.newsVideo .latestVideo+div .upcomingmatches .team>div>.btnGroup,.newsVideo .newsList+div .liveTv .team>div>.btnGroup,.newsVideo .newsList+div .upcomingmatches .team>div>.btnGroup{height:min-content;align-items:flex-end;margin:auto auto 24px}.liveVideo .latestVideo+div .liveTv .team>div>.btnGroup button,.liveVideo .latestVideo+div .upcomingmatches .team>div>.btnGroup button,.liveVideo .newsList+div .liveTv .team>div>.btnGroup button,.liveVideo .newsList+div .upcomingmatches .team>div>.btnGroup button,.newsVideo .latestVideo+div .liveTv .team>div>.btnGroup button,.newsVideo .latestVideo+div .upcomingmatches .team>div>.btnGroup button,.newsVideo .newsList+div .liveTv .team>div>.btnGroup button,.newsVideo .newsList+div .upcomingmatches .team>div>.btnGroup button{border-radius:5px;padding:2px 5px;min-width:max-content;background:#cf0404}.liveVideo .latestVideo+div .liveTv .team>div>.btnGroup button:hover,.liveVideo .latestVideo+div .upcomingmatches .team>div>.btnGroup button:hover,.liveVideo .newsList+div .liveTv .team>div>.btnGroup button:hover,.liveVideo .newsList+div .upcomingmatches .team>div>.btnGroup button:hover,.newsVideo .latestVideo+div .liveTv .team>div>.btnGroup button:hover,.newsVideo .latestVideo+div .upcomingmatches .team>div>.btnGroup button:hover,.newsVideo .newsList+div .liveTv .team>div>.btnGroup button:hover,.newsVideo .newsList+div .upcomingmatches .team>div>.btnGroup button:hover{background:#f77900}.liveVideo .latestVideo+div .liveTvBox,.liveVideo .newsList+div .liveTvBox,.newsVideo .latestVideo+div .liveTvBox,.newsVideo .newsList+div .liveTvBox{display:flex;height:320px;margin-top:5px}.liveVideo .latestVideo+div .liveTvBox .liveTvTag,.liveVideo .newsList+div .liveTvBox .liveTvTag,.newsVideo .latestVideo+div .liveTvBox .liveTvTag,.newsVideo .newsList+div .liveTvBox .liveTvTag{display:flex;flex-flow:column;min-width:160px;margin-right:5px}.liveVideo .latestVideo+div .liveTvBox .liveTvTag button,.liveVideo .newsList+div .liveTvBox .liveTvTag button,.newsVideo .latestVideo+div .liveTvBox .liveTvTag button,.newsVideo .newsList+div .liveTvBox .liveTvTag button{background:linear-gradient(180deg,#f4f7fb,#aec3e2 20%,#e2eaf4 70%,#fff);border-radius:5px;border:1px solid #bfcce2;flex:1 1;text-align:left;margin:0 0 7px;color:#7591c1;font-weight:700;font-size:14px;display:flex;align-items:center;position:relative;line-height:32px}.liveVideo .latestVideo+div .liveTvBox .liveTvTag button:before,.liveVideo .newsList+div .liveTvBox .liveTvTag button:before,.newsVideo .latestVideo+div .liveTvBox .liveTvTag button:before,.newsVideo .newsList+div .liveTvBox .liveTvTag button:before{font-weight:400;font-size:24px}.liveVideo .latestVideo+div .liveTvBox .liveTvTag button.active,.liveVideo .newsList+div .liveTvBox .liveTvTag button.active,.newsVideo .latestVideo+div .liveTvBox .liveTvTag button.active,.newsVideo .newsList+div .liveTvBox .liveTvTag button.active{background:linear-gradient(180deg,#f1d5b6,#cdae8e);color:#fff;border:1px solid #cdae8e}.liveVideo .latestVideo+div .liveTvBox .liveTvTag button.active:after,.liveVideo .newsList+div .liveTvBox .liveTvTag button.active:after,.newsVideo .latestVideo+div .liveTvBox .liveTvTag button.active:after,.newsVideo .newsList+div .liveTvBox .liveTvTag button.active:after{content:"";width:0;height:0;border-color:transparent transparent transparent #cdae8e;border-style:solid;border-width:5px 0 5px 8px;position:absolute;right:-8px}.liveVideo .latestVideo+div .liveTvBox .liveTv,.liveVideo .newsList+div .liveTvBox .liveTv,.newsVideo .latestVideo+div .liveTvBox .liveTv,.newsVideo .newsList+div .liveTvBox .liveTv{background:linear-gradient(180deg,#f1d5b6,#cdae8e);height:auto;width:100%;border-radius:5px;border:1px solid #cdae8e;padding:10px;display:none}.liveVideo .latestVideo+div .liveTvBox .liveTv.active,.liveVideo .newsList+div .liveTvBox .liveTv.active,.newsVideo .latestVideo+div .liveTvBox .liveTv.active,.newsVideo .newsList+div .liveTvBox .liveTv.active{display:block}.liveVideo .latestVideo+div .liveTvBox .liveTv>div,.liveVideo .newsList+div .liveTvBox .liveTv>div,.newsVideo .latestVideo+div .liveTvBox .liveTv>div,.newsVideo .newsList+div .liveTvBox .liveTv>div{overflow-y:auto;height:100%}.liveVideo .latestVideo+div .liveTvBox .liveTv>div::-webkit-scrollbar,.liveVideo .newsList+div .liveTvBox .liveTv>div::-webkit-scrollbar,.newsVideo .latestVideo+div .liveTvBox .liveTv>div::-webkit-scrollbar,.newsVideo .newsList+div .liveTvBox .liveTv>div::-webkit-scrollbar{width:8px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div::-webkit-scrollbar-track,.liveVideo .newsList+div .liveTvBox .liveTv>div::-webkit-scrollbar-track,.newsVideo .latestVideo+div .liveTvBox .liveTv>div::-webkit-scrollbar-track,.newsVideo .newsList+div .liveTvBox .liveTv>div::-webkit-scrollbar-track{background:#b18e6a;border-radius:8px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div::-webkit-scrollbar-thumb,.liveVideo .newsList+div .liveTvBox .liveTv>div::-webkit-scrollbar-thumb,.newsVideo .latestVideo+div .liveTvBox .liveTv>div::-webkit-scrollbar-thumb,.newsVideo .newsList+div .liveTvBox .liveTv>div::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#435f8b,#6383b9);border-radius:8px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule{background:#fff;height:70px;border-radius:5px;color:#000;text-align:center;margin-bottom:2px;margin-right:5px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.icon,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.icon,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.icon,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.icon{height:calc(100% - 7px);display:flex;align-items:center;flex-flow:column;justify-content:center}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.icon:before,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.icon:before,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.icon:before,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.icon:before{font-size:60px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.active>.title,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.active>.title,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.active>.title,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.active>.title{background:url(/_next/static/media/livetvtitlebggold.f097bf3b.png) no-repeat 50%/75% 100%}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.active>.title:before,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.active>.title:before,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.active>.title:before,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.active>.title:before{color:red}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.active .time,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.active .time,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.active .time,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.active .time{color:red;font-weight:700}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.active .time+.title span,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.active .time+.title span,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule.active .time+.title span,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.active .time+.title span{display:unset}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule>.title,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule>.title,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule>.title,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule>.title{width:100%;display:flex;align-items:center;justify-content:center;background:url(/_next/static/media/livetvtitlebg.cd79f231.png) no-repeat 50%/75% 100%;color:#fff;position:relative;font-size:12px;line-height:20px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule>.title:before,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule>.title:before,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule>.title:before,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule>.title:before{position:absolute;left:0;top:1px;color:#aec3e1;font-weight:400;font-size:18px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo{display:flex;padding:0 5px;height:50px;align-items:center;line-height:20px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div{flex:1 1;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:131px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:first-child,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:first-child,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:first-child,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:first-child{text-align:left}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:nth-child(2) .title,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:nth-child(2) .title,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:nth-child(2) .title,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:nth-child(2) .title{font-size:18px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:nth-child(3),.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:nth-child(3),.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:nth-child(3),.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div:nth-child(3){text-align:right}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div{color:#5574a7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div span,.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div span,.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div span,.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div span{background:#7591c1;border-radius:5px;color:#fff;display:none;padding:5px 10px;margin:0 5px;font-size:12px}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div:nth-child(2),.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div:nth-child(2),.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div:nth-child(2),.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div:nth-child(2){font-weight:700}.liveVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div:nth-child(2):not(.title),.liveVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div:nth-child(2):not(.title),.newsVideo .latestVideo+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div:nth-child(2):not(.title),.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule .liveTvInfo>div div:nth-child(2):not(.title){color:#b2b2b2}.liveVideo .latestVideo+div .liveCasinoBox,.liveVideo .newsList+div .liveCasinoBox,.newsVideo .latestVideo+div .liveCasinoBox,.newsVideo .newsList+div .liveCasinoBox{display:flex;height:320px;margin-top:2px;width:100%;position:relative}.liveVideo .latestVideo+div .liveCasinoBox:before,.liveVideo .newsList+div .liveCasinoBox:before,.newsVideo .latestVideo+div .liveCasinoBox:before,.newsVideo .newsList+div .liveCasinoBox:before{content:"";width:300px;height:435px;background:url(/_next/static/media/livacasino-item.88702d8a.png) no-repeat;position:absolute;z-index:2;right:20px;bottom:0}.liveVideo .latestVideo+div .liveCasinoBox .content,.liveVideo .newsList+div .liveCasinoBox .content,.newsVideo .latestVideo+div .liveCasinoBox .content,.newsVideo .newsList+div .liveCasinoBox .content{width:calc(100% - 70px);height:calc(100% - 70px);position:absolute;padding:65px 35px 35px}.liveVideo .latestVideo+div .liveCasinoBox .content .title,.liveVideo .newsList+div .liveCasinoBox .content .title,.newsVideo .latestVideo+div .liveCasinoBox .content .title,.newsVideo .newsList+div .liveCasinoBox .content .title{font-size:36px;color:#fff;margin-bottom:10px}.liveVideo .latestVideo+div .liveCasinoBox .content .info,.liveVideo .newsList+div .liveCasinoBox .content .info,.newsVideo .latestVideo+div .liveCasinoBox .content .info,.newsVideo .newsList+div .liveCasinoBox .content .info{width:340px;line-height:24px}.liveVideo .latestVideo+div .liveCasinoBox .content button,.liveVideo .newsList+div .liveCasinoBox .content button,.newsVideo .latestVideo+div .liveCasinoBox .content button,.newsVideo .newsList+div .liveCasinoBox .content button{position:absolute;background:#000 linear-gradient(90deg,#ff5e00 30%,#f39519);border-radius:30px;padding:0 20px;font-weight:700;font-size:16px;align-items:center;line-height:35px;color:#fff;bottom:90px;left:38px;cursor:pointer}.liveVideo .latestVideo+div .liveCasinoBox .content button:hover,.liveVideo .newsList+div .liveCasinoBox .content button:hover,.newsVideo .latestVideo+div .liveCasinoBox .content button:hover,.newsVideo .newsList+div .liveCasinoBox .content button:hover{background-color:#cfa972}.liveVideo .latestVideo+div .liveCasinoBox .content button:before,.liveVideo .newsList+div .liveCasinoBox .content button:before,.newsVideo .latestVideo+div .liveCasinoBox .content button:before,.newsVideo .newsList+div .liveCasinoBox .content button:before{position:absolute;font-size:60px;font-weight:400;color:#cdae8e;left:-80px}.liveVideo .matches,.newsVideo .matches{height:265px;overflow:hidden}.liveVideo .matches iframe,.newsVideo .matches iframe{margin-top:-82px;height:calc(100% + 82px)}.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.icon-youtube{position:relative;justify-content:flex-start;height:70px}.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.icon-youtube.active:before{color:red}.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.icon-youtube:before{position:absolute;left:0;top:1px;color:#aec3e1;font-weight:400;font-size:18px}.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.icon-youtube>.title{width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-size:100%;padding:0 15px;display:block}.newsVideo .newsList+div .liveTvBox .liveTv>div .liveTvModule.icon-youtube>.title+.liveTvInfo{width:calc(100% - 10px)}.quickLinkNew1,.quickLinkNew2,.quickLinkNew3,.quickLinkNew4{position:fixed;right:0;top:180px;z-index:1;transition:.6s;padding:10px;cursor:pointer;background:linear-gradient(180deg,hsla(0,0%,80%,.8) 75%,hsla(0,0%,100%,0));color:#0f2346;font-weight:700;display:flex;flex-flow:column;justify-content:center;align-items:center;height:175px;width:20px}.quickLinkNew1 i,.quickLinkNew2 i,.quickLinkNew3 i,.quickLinkNew4 i{position:absolute;top:10px}.quickLinkNew1 i:before,.quickLinkNew2 i:before,.quickLinkNew3 i:before,.quickLinkNew4 i:before{margin:0}.quickLinkNew1>div,.quickLinkNew2>div,.quickLinkNew3>div,.quickLinkNew4>div{letter-spacing:1px;height:24px;width:160px;white-space:nowrap;transform:rotate(-90deg);display:flex;align-items:center;font-family:Poppins,sans-serif}.quickLinkNew1.active,.quickLinkNew2.active,.quickLinkNew3.active,.quickLinkNew4.active{transform:translateX(40px);transition:.6s}.quickLinkNew2,.quickLinkNew4{background:#fff;filter:drop-shadow(0 0 2px rgb(196,196,196));height:calc(100% - 180px);padding:35px 0 0;justify-content:flex-start;width:auto}.quickLinkNew2 i:before,.quickLinkNew4 i:before{color:#7591c1}.quickLinkNew2 a,.quickLinkNew2 button,.quickLinkNew4 a,.quickLinkNew4 button{border-top:1px dotted #b2b2b2;color:#b2b2b2;padding:10px 0;width:100%;text-align:center;position:relative;font-size:20px}.quickLinkNew2 a:nth-child(2),.quickLinkNew2 button:nth-child(2),.quickLinkNew4 a:nth-child(2),.quickLinkNew4 button:nth-child(2){border-top:none}.quickLinkNew2 a:not(.icon-chat),.quickLinkNew2 button:not(.icon-chat),.quickLinkNew4 a:not(.icon-chat),.quickLinkNew4 button:not(.icon-chat){font-weight:400;font-size:22px}.quickLinkNew2 a.active,.quickLinkNew2 button.active,.quickLinkNew4 a.active,.quickLinkNew4 button.active{color:#7591c1}.quickLinkNew2 a.active>div,.quickLinkNew2 button.active>div,.quickLinkNew4 a.active>div,.quickLinkNew4 button.active>div{display:block}.quickLinkNew2 a>div,.quickLinkNew2 button>div,.quickLinkNew4 a>div,.quickLinkNew4 button>div{display:none;position:absolute;transform:translateX(-100%);white-space:nowrap;font-size:12px;top:0;background:#fff;padding:10px;text-align:left}.quickLinkNew2 a>div img,.quickLinkNew2 a>div svg,.quickLinkNew2 button>div img,.quickLinkNew2 button>div svg,.quickLinkNew4 a>div img,.quickLinkNew4 a>div svg,.quickLinkNew4 button>div img,.quickLinkNew4 button>div svg{display:flex;flex-flow:column;width:118px;height:118px}.quickLinkNew2 a img,.quickLinkNew2 button img,.quickLinkNew4 a img,.quickLinkNew4 button img{margin:0 auto;width:25px}.quickLinkNew2 a.icon-line:before,.quickLinkNew2 a.icon-whatsapp:before,.quickLinkNew2 button.icon-line:before,.quickLinkNew2 button.icon-whatsapp:before{color:#07b802}.quickLinkNew2 a.icon-telegram,.quickLinkNew2 a.icon-twitter,.quickLinkNew2 button.icon-telegram,.quickLinkNew2 button.icon-twitter{color:#1c99e6}.quickLinkNew2 a.icon-facebook2,.quickLinkNew2 button.icon-facebook2{color:#7591c1}.quickLinkNew2 a.icon-instagram,.quickLinkNew2 button.icon-instagram{color:#cf0404}.quickLinkNew2 a.icon-envelope,.quickLinkNew2 button.icon-envelope{color:#f77900}.quickLinkNew3{right:auto;left:0}.quickLinkNew3.active{transform:translateX(-40px)}.quickLinkNew4{width:123px;right:auto;left:0;transform:translateX(0)}.quickLinkNew4 i{left:10px}.quickLinkNew4 a,.quickLinkNew4 button{display:flex;flex-flow:wrap;padding:10px 0 10px 5px}.quickLinkNew4 a.icon-android:before,.quickLinkNew4 button.icon-android:before{color:#4bad30}.quickLinkNew4 a>div,.quickLinkNew4 button>div{position:unset;transform:translateX(0);display:block;float:right;padding:0}.quickLinkNew4 a>div img,.quickLinkNew4 button>div img{margin-left:-3px}.quickLinkNew4 a:not(.icon-chat),.quickLinkNew4 button:not(.icon-chat){font-size:14px}.quickLinkNew4 a:before,.quickLinkNew4 button:before{display:block}.quickLinkNew4.active{transform:translateX(-100%)}.indexCenterBanner{width:1400px;position:relative;margin:30px auto 85px}.indexCenterBanner img{width:100%;display:block;border-radius:5px}.indexCenterBanner .qrGroup{display:flex;flex-flow:row}.indexCenterBanner .qrGroup .qrCode svg{width:170px;height:170px}.indexCenterBanner .qrGroup .qrCode:first-child{position:absolute;left:60px;bottom:77px}.indexCenterBanner .qrGroup .qrCode:last-child{position:absolute;left:257.5px;bottom:77px}.streaming{padding:35px 0;width:1400px;flex-flow:wrap}.streaming .inside-title{width:100%;height:35px;padding:0;color:#fff;align-items:flex-end;border:0;margin-bottom:5px!important}.streaming .inside-title:after{content:"";border-bottom:none;border-radius:5px 0;transform:scaleY(1.3) perspective(110px) rotateX(-15deg);background:linear-gradient(180deg,#435f8b,#6383b9);width:340px;height:30px;transform-origin:top left;position:absolute;left:0}.streaming .inside-title span,.streaming .inside-title:before{z-index:1}.streaming .inside-title:before{font-size:24px;margin-left:15px}.streaming #streamingMenu{width:18%;margin-right:20px;margin-top:10px}.streaming #streamingMenu+div{width:80%;display:flex;margin-top:10px}.streaming #streamingMenu .menuModule{border-radius:5px;overflow:hidden;margin-bottom:10px;background:#f0f7ff}.streaming #streamingMenu .menuModule a,.streaming #streamingMenu .menuModule button{display:flex;align-items:center;padding:10px;width:100%;color:#5574a7;font-size:16px;letter-spacing:1px;text-align:left;font-weight:700}.streaming #streamingMenu .menuModule a:hover,.streaming #streamingMenu .menuModule button:hover{color:#fff}.streaming #streamingMenu .menuModule .menuSelect{border-bottom:1px solid #fff;overflow:hidden;position:relative}.streaming #streamingMenu .menuModule .menuSelect span{z-index:1;position:relative;display:flex;align-items:center;letter-spacing:0}.streaming #streamingMenu .menuModule .menuSelect span:before{font-weight:400;font-size:24px;margin-right:10px}.streaming #streamingMenu .menuModule .menuSelect span.icon-new:before{top:0;right:-10px;transform:translateX(100%)}.streaming #streamingMenu .menuModule .menuSelect.active span,.streaming #streamingMenu .menuModule .menuSelect:hover span{color:#cdae8e}.streaming #streamingMenu .menuModule .menuSelect.active span:before,.streaming #streamingMenu .menuModule .menuSelect:hover span:before{background:linear-gradient(180deg,#f1d5b6,#cdae8e);background-clip:text;-webkit-background-clip:text;color:transparent}.streaming #streamingMenu .menuModule .menuSelect:last-child{border-bottom:0}.streaming #streamingMenu+.rightModule .infoModule{width:700px;padding:20px 20px 10px}.streaming #streamingMenu+.rightModule .infoModule .subModuleListColumn{width:100%;padding:0}.streaming .streamingAD{width:360px;float:left;margin-left:20px}.streaming .streamingTime{color:#838383;position:absolute;margin:-25px 0 0 5px;font-size:12px}.streaming .liveTvTag{display:flex}.streaming .liveTvTag button{background:#acc1e0;border-radius:5px 5px 0 0;border:1px solid transparent;padding:5px 10px;margin:0 10px 0 0;flex:1 1;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#5574a7}.streaming .liveTvTag button:before{font-size:24px;font-weight:400;margin-left:0}.streaming .liveTvTag button.active{background:linear-gradient(180deg,#f1d5b6,#cdae8e);color:#884500;border:1px solid #cdae8e}.streaming .liveTv{border-radius:0 5px 5px 5px;display:none;height:800px;overflow-y:auto;padding-right:20px}.streaming .liveTv::-webkit-scrollbar{width:8px}.streaming .liveTv::-webkit-scrollbar-track{background:#e2e2e2;border-radius:8px}.streaming .liveTv::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#bfcce2,#7591c1);border-radius:8px}.streaming .liveTv.active{display:block}.streaming .liveTv>.liveTvModule{background:#fff;border-radius:5px;color:#000;text-align:center;margin:35px 0;border:1px solid #bfcce2;position:relative}.streaming .liveTv>.liveTvModule.icon{padding:50px 0;color:#7591c1}.streaming .liveTv>.liveTvModule.icon:before{font-size:72px}.streaming .liveTv>.liveTvModule:not(.icon-nolive):before{content:"";width:350px;height:20px;position:absolute;top:0;left:50%;margin-left:-200px;border:30px solid transparent;border-top-color:#6383b9}.streaming .liveTv>.liveTvModule.active:before{content:"";width:370px;height:20px;position:absolute;top:0;left:50%;margin-left:-220px;border:30px solid transparent;border-top-color:#f1d5b6}.streaming .liveTv>.liveTvModule.active>.title:before{color:red}.streaming .liveTv>.liveTvModule.active>.title .started{background:linear-gradient(90deg,#51cb33,#05bc0b)}.streaming .liveTv>.liveTvModule>.title{width:calc(100% - 300px);height:30px;display:block;color:#fff;position:relative;margin-top:6px;padding:0 150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.streaming .liveTv>.liveTvModule>.title:before{position:absolute;left:5px;top:0;color:#aec3e1;font-weight:400;font-size:32px}.streaming .liveTv>.liveTvModule>.title .started{background:#949494;position:absolute;left:50px;padding:3px 10px;font-size:12px;top:5px;border-radius:5px}.streaming .liveTv>.liveTvModule>.title .betbtn{position:absolute;right:10px;background:#112240;padding:3px 10px;font-size:12px;top:5px;border-radius:5px;color:#fff;font-weight:700;height:22px}.streaming .liveTv>.liveTvModule .liveTvInfo{display:flex;padding:30px 10px 10px}.streaming .liveTv>.liveTvModule .liveTvInfo>div{flex:1 1}.streaming .liveTv>.liveTvModule .liveTvInfo>div div{color:#5574a7;text-align:left;font-size:12px}.streaming .liveTv>.liveTvModule .liveTvInfo>div div.time{color:#bfcce2;font-weight:700;font-size:14px;transform:translateY(-15px)}.streaming .liveTv>.liveTvModule .liveTvInfo>div div.time+.title span{display:unset}.streaming .liveTv>.liveTvModule .liveTvInfo>div div span{background:linear-gradient(180deg,#95aacf,#bfcce2);padding:5px 10px;margin:20px;border-radius:5px;color:#fff;display:none}.streaming .liveTv>.liveTvModule .liveTvInfo>div div:nth-child(2){font-weight:700;font-size:16px}.streaming .liveTv>.liveTvModule .liveTvInfo>div div:nth-child(2):not(.title){color:#949494}.streaming .liveTv>.liveTvModule .liveTvInfo>div:nth-child(2) div{text-align:center}.streaming .liveTv>.liveTvModule .liveTvInfo>div:nth-child(3) div{text-align:right}.infoModuleLeft{float:left;width:850px}.infoModuleLeft .walletModule{width:auto}.features{background:#e2e2e2;color:#838383;border-radius:5px;float:left;font-size:12px;padding-bottom:20px;min-width:400px;min-height:660px}.features div,.features ul{padding:10px}.features .title{text-align:left;color:#666}.features .title:first-child{background:#5574a7;color:#fff}.features .icon-information:before{margin-left:0;font-weight:400}.features li{list-style:disc;line-height:24px;margin-left:25px}.features li a,.features li span{font-weight:700}.important{background:#353535;color:#e0e6e9;width:220px;margin-top:20px;border-radius:5px;padding:15px;float:left;font-size:12px}.important .title{margin-bottom:15px;text-align:center;font-weight:700;color:#e65d60;font-size:15px}.important .icon-information:before{margin-left:0;font-weight:400}.important li{list-style:decimal;line-height:20px;margin-left:15px;word-wrap:break-word}.important li a,.important li span{font-weight:700}.important li a,.important li button{color:#e65d60;display:contents}.historyTag{padding:0 20px;justify-content:flex-start}.historyTag button{margin:0 10px 0 0;flex:none;color:#fff;background:#525252}.historyTag button.active,.historyTag button:hover{background:#dfdfdf;color:#4c5356}.historyModule{background:#1f1f1f;width:calc(100% - 40px);margin:auto;padding:10px 0 1px;border-radius:5px;display:none}.historyModule.active{display:block}.historyModule .quickSelect{padding-bottom:15px;border-bottom:1px solid #bfcce2}.cashBack{background:#e4e4e4;padding:15px;margin:10px 0}.cashBack table{color:#5574a7;font-size:12px;width:100%;overflow:hidden}.cashBack table tr:first-child{background:#112240;color:#fff;font-weight:700}.cashBack table tr:first-child td{border-right:1px solid #fff}.cashBack table tr:nth-child(2n){background:#eef2fb}.cashBack table tr:nth-last-child(3){border-top:1px solid #d2e2f9}.cashBack table tr:nth-last-child(-n+3){font-weight:700;width:100%;background:transparent}.cashBack table tr:nth-last-child(-n+3) td span:first-child{display:inline-block}.cashBack table tr td{border-right:1px solid #d2e2f9;padding:5px;width:25%}.cashBack table tr td:last-child{border:0}.cashBack.newStyle table tr:nth-last-child(3){border-top:none}.cashBack.newStyle table tr:nth-last-child(6){border-top:1px solid #ccc}.cashBack.newStyle table tr:nth-last-child(-n+6){font-weight:700;width:100%;background:transparent}.cashBack.newStyle table tr:nth-last-child(-n+6) td{border-right:0}.cashBack.newStyle table tr:nth-last-child(-n+6) td span{white-space:nowrap}.slots-lobby .inside{padding-top:15px}.jpotModule{width:605px;position:relative}.jpotModule .slotsbox img{border-radius:5px;height:203px}.jpotModule .slotsbox img:nth-child(2){position:absolute;bottom:0;right:0;width:320px;height:auto;z-index:1;pointer-events:none}.swithModule{position:absolute;right:20px;text-align:center;color:#ccc!important;font-size:12px;display:flex;align-items:center}.swithModule .switchBtn{width:60px;height:28px;border:1px solid #666;background:#666;border-radius:28px;display:flex;align-items:center;justify-content:space-between;position:relative;padding:5px;margin:5px}.swithModule .switchBtn.active{background:#42ac5e;border-color:#42ac5e}.swithModule .switchBtn.active>span:nth-child(2){opacity:0;transition:.6s}.swithModule .switchBtn>span{color:#fff;font-size:12px;font-weight:400;margin:0}.swithModule .switchBtn>div{position:absolute;background:#fff;width:26px;height:26px;border-radius:26px;left:0;transition:.6s}.swithModule .switchBtn>div.active{transition:.6s;left:calc(100% - 26px)}.swithModule .icon{color:#caa66f;font-size:18px;font-weight:700;margin-bottom:-2px}.swithModule .icon:hover~.inputInfo.transfer{display:block}.swithModule .inputInfo{display:none;background:#fff;border-radius:5px;padding:5px 10px;position:absolute;bottom:40px;right:-5px;min-width:500px;font-weight:400;color:#aeacac;z-index:4;filter:drop-shadow(0 0 2px #AEACAC)}.swithModule .inputInfo.active{display:block}.swithModule .inputInfo:before{content:"";width:0;height:0;border-color:#fff transparent transparent;border-style:solid dashed dashed;border-width:10px 10px 0;position:absolute;bottom:-9px;right:10px;z-index:1}.swithModule .inputInfo span{display:block;font-size:14px;font-weight:700;color:#cf0404;margin:0 auto}.swithModule .inputInfo .btnGroup button{padding:5px 0;flex:0 0 80px}.partnerSelect{overflow:hidden;width:calc(100% - 100px);margin:20px auto 10px;background:rgba(210,226,249,.5);border-radius:5px}.partnerSelect .swiper-container{position:relative}.partnerSelect .swiper .swiper-button-next,.partnerSelect .swiper .swiper-button-prev,.partnerSelect .swiper-container .swiper-button-next,.partnerSelect .swiper-container .swiper-button-prev{color:#fff;background:#5574a7;border-radius:30px;height:27px;margin-top:-13.5px;z-index:3}.partnerSelect .swiper .swiper-button-next:before,.partnerSelect .swiper .swiper-button-prev:before,.partnerSelect .swiper-container .swiper-button-next:before,.partnerSelect .swiper-container .swiper-button-prev:before{font-family:icomoon;font-size:28px;margin-top:-1px}.partnerSelect .swiper .swiper-button-next:after,.partnerSelect .swiper .swiper-button-prev:after,.partnerSelect .swiper-container .swiper-button-next:after,.partnerSelect .swiper-container .swiper-button-prev:after{display:none}.partnerSelect .swiper .swiper-button-next,.partnerSelect .swiper-container .swiper-button-next{right:7px}.partnerSelect .swiper .swiper-button-next:before,.partnerSelect .swiper-container .swiper-button-next:before{content:"";margin-left:2px}.partnerSelect .swiper .swiper-button-prev,.partnerSelect .swiper-container .swiper-button-prev{left:7px}.partnerSelect .swiper .swiper-button-prev:before,.partnerSelect .swiper-container .swiper-button-prev:before{content:"";margin-right:2px}.partnerSelect .swiper .swiper-slide,.partnerSelect .swiper-container .swiper-slide{display:flex;justify-content:center}.partnerSelect .swiper .swiper-slide a,.partnerSelect .swiper .swiper-slide button,.partnerSelect .swiper-container .swiper-slide a,.partnerSelect .swiper-container .swiper-slide button{text-align:center;display:flex;align-items:center;flex-flow:column;color:#7591c1;padding:15px 0;width:100%}.partnerSelect .swiper .swiper-slide a img,.partnerSelect .swiper .swiper-slide button img,.partnerSelect .swiper-container .swiper-slide a img,.partnerSelect .swiper-container .swiper-slide button img{width:auto;filter:brightness(70%) contrast(50%) sepia(1) hue-rotate(170deg);opacity:.7;transition:.6s}.partnerSelect .swiper .swiper-slide a.active,.partnerSelect .swiper .swiper-slide a:hover,.partnerSelect .swiper .swiper-slide button.active,.partnerSelect .swiper .swiper-slide button:hover,.partnerSelect .swiper-container .swiper-slide a.active,.partnerSelect .swiper-container .swiper-slide a:hover,.partnerSelect .swiper-container .swiper-slide button.active,.partnerSelect .swiper-container .swiper-slide button:hover{background:#284985;color:#fff}.partnerSelect .swiper .swiper-slide a.active img,.partnerSelect .swiper .swiper-slide a:hover img,.partnerSelect .swiper .swiper-slide button.active img,.partnerSelect .swiper .swiper-slide button:hover img,.partnerSelect .swiper-container .swiper-slide a.active img,.partnerSelect .swiper-container .swiper-slide a:hover img,.partnerSelect .swiper-container .swiper-slide button.active img,.partnerSelect .swiper-container .swiper-slide button:hover img{transition:.6s;transform:translateY(-5px);filter:none;opacity:1}.partnerSelect .swiper .swiper-slide a div,.partnerSelect .swiper .swiper-slide button div,.partnerSelect .swiper-container .swiper-slide a div,.partnerSelect .swiper-container .swiper-slide button div{margin-top:5px;font-size:12px}.fishinginside{background:#84eff9 url(/_next/static/media/fishbg.08120a36.jpg) no-repeat bottom/100%;padding-bottom:130px;min-height:100%}.fishinginside .inside{padding:35px calc((100% - 1400px)/2) 100px;height:calc(100% - 145px)}.fishinginside .inside .fishingList{padding:0;animation:fishing 5s infinite}.fishinginside .inside .fishingList>div{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 80px);padding:0;margin:15px 40px 40px;background:transparent;position:relative}.fishinginside .inside .fishingList>div .name{background:transparent;color:#fff;bottom:17px;font-size:14px;position:unset;height:auto;margin-top:-50px}.fishinginside .inside .fishingList>div:hover .name{color:#2b2b2b}.fishinginside .inside .fishingList>div .btnGroup{width:100%;flex-flow:column;align-items:center}.fishinginside .inside .fishingList>div .btnGroup button{background:#f77900;color:#fff;font-weight:700;margin-bottom:5px;border:1px solid hsla(0,0%,100%,.7)}.fishinginside .inside .fishingList>div .btnGroup button:nth-child(2){background:#134dae}@keyframes fishing{0%{transform:translateY(-15px)}50%{transform:translateY(0)}to{transform:translateY(-15px)}}.lotteryinside{position:relative;background:#020321 url(/_next/static/media/lotterybg.02c1b093.jpg) no-repeat bottom/100%;min-height:100%}.lotteryinside .inside{padding:35px calc((100% - 1400px)/2) 100px}.lotteryinside .inside .lotterySwiper{margin-top:50px;height:400px}.lotteryinside .inside .lotterySwiper .swiper-wrapper{align-items:center}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide{opacity:.7;text-align:center;cursor:pointer}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide.swiper-slide-active{transform:scale(1.2);opacity:1}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .name{color:#70ddfc;font-weight:700}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide img{width:200px;margin:auto}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .under{display:none;position:absolute;z-index:1;background:#555;padding:5px 10px;border-radius:5px;color:#fff}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .under+div{font-size:12px}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide.active{display:flex;align-items:center;justify-content:center;filter:grayscale(1);flex-flow:column}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide.active .under{display:block}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-mediafire,.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new{background:#cf0404;position:absolute;bottom:85px;left:40px;padding:0 3px;border-radius:5px 0 0 0;display:flex;align-items:center;font-size:12px;font-weight:700}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-mediafire:before,.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new:before{position:unset;color:#fff;font-weight:400}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-mediafire:after,.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #cf0404;border-style:solid;border-width:0 0 16px 10px;position:absolute;background:transparent;top:0;left:55px}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new{background:#f77900;top:40px;bottom:unset}.lotteryinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new:after{border-color:transparent transparent transparent #f77900;left:54px}.esport{margin-top:50px;height:400px;display:flex;justify-content:center;align-items:center}.esport-item{text-align:center;margin:10px 30px;cursor:pointer;position:relative}.esport-item img{width:250px;margin:0 auto}.esport-item .under{display:none;position:absolute;z-index:1;background:#555;padding:5px 10px;border-radius:5px;color:#fff}.esport-item .under+div{font-size:12px}.esport-item.active{display:flex;align-items:center;justify-content:center;filter:grayscale(1);flex-flow:column}.esport-item.active .under{display:block}.esport-item .icon-mediafire,.esport-item .icon-new{background:#cf0404;position:absolute;top:20px;left:-10px;padding:3px;border-radius:5px 0 0 0;display:flex;align-items:center;font-size:12px;font-weight:700}.esport-item .icon-mediafire:before,.esport-item .icon-new:before{position:unset;color:#fff;font-weight:400}.esport-item .icon-mediafire:after,.esport-item .icon-new:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #cf0404;border-style:solid;border-width:0 0 21px 10px;position:absolute;background:transparent;top:0;left:54px}.esport-item .icon-new{background:#f77900}.esport-item .icon-new:after{border-color:transparent transparent transparent #f77900;left:54px}.esport-name{color:#70ddfc;font-weight:700;position:absolute;bottom:15px;left:50%;transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.esportinside{position:relative;background:#131419 url(/_next/static/media/esportsbg.80c87fdd.jpg) no-repeat bottom/100%;min-height:100%}.esportinside .bannerInfo .text img{width:auto;margin-left:165px}.esportinside .bannerInfo .animation img{width:auto;position:absolute;top:-160px;right:130px}.esportinside .bannerInfo .animation .leesin{animation:leesin 2s ease-in-out infinite alternate}@keyframes leesin{0%{transform:translateY(1%)}3%{opacity:.1}5%{opacity:.8}7%{opacity:.2}10%{opacity:1}to{transform:translate(0)}}.esportinside .bannerInfo .animation .spark{right:330px;animation:spark 3s ease-in-out 1s infinite alternate}@keyframes spark{0%{transform:scale(.93) translate(0);opacity:.2}20%{opacity:.9}50%{opacity:.2}80%{opacity:.9}to{transform:scale(1) translateY(10%)}}.esportinside .inside{padding:35px calc((100% - 1400px)/2) 100px}.esportinside .inside .lotterySwiper{margin-top:50px;height:400px}.esportinside .inside .lotterySwiper .swiper-wrapper{align-items:center}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide{opacity:.7;text-align:center;cursor:pointer}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide.swiper-slide-active{transform:scale(1.2);opacity:1}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .name{color:#70ddfc;font-weight:700;width:100%;position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;border-radius:0 0 5px 5px;height:37px;font-size:12px;transition:.6s}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide img{width:200px;margin:auto}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .under{display:none;position:absolute;z-index:1;background:#555;padding:5px 10px;border-radius:5px;color:#fff}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .under+div{font-size:12px}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide.active{display:flex;align-items:center;justify-content:center;filter:grayscale(1);flex-flow:column}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide.active .under{display:block}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-mediafire,.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new{background:#cf0404;position:absolute;bottom:40px;left:40px;padding:0 3px;border-radius:5px 0 0 0;display:flex;align-items:center;font-size:12px;font-weight:700}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-mediafire:before,.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new:before{position:unset;color:#fff;font-weight:400}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-mediafire:after,.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #cf0404;border-style:solid;border-width:0 0 16px 10px;position:absolute;background:transparent;top:0;left:55px}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new{background:#f77900}.esportinside .inside .lotterySwiper .swiper-wrapper .swiper-slide .icon-new:after{border-color:transparent transparent transparent #f77900;left:54px}.gameinside{position:relative;background:#3e132e url(/_next/static/media/gamebg.11a225f2.jpg) no-repeat bottom/100%;min-height:100%}.gameinside .inside .rightModule{display:flex;justify-content:flex-start;flex-wrap:wrap}.gameinside .inside .rightModule .gameItem{text-align:center;margin:0 20px 30px;display:flex;align-items:center;justify-content:center;flex-flow:column}.gameinside .inside .rightModule .gameItem:hover{cursor:pointer}.gameinside .inside .rightModule .gameItem>img{max-width:300px}.gameinside .inside .rightModule .gameItem .name{color:#70ddfc;font-size:18px;font-weight:700;margin-top:-28px}.gameinside .inside .rightModule .gameItem .under{display:none;position:absolute;z-index:1;background:#555;padding:5px 10px;border-radius:5px;color:#fff}.gameinside .inside .rightModule .gameItem .under+button{font-size:14px;background:#f77900;padding:7px 14px;border-radius:5px;margin-top:20px;color:#fff;font-weight:700}.gameinside .inside .rightModule .gameItem .icon-new{top:0;bottom:unset;left:0;right:unset;border-radius:5px 0 0 0;margin:0 auto 0 0;padding:1px 5px;background:#f77900;position:relative}.gameinside .inside .rightModule .gameItem .icon-new:before{color:#fff;animation:none;position:unset}.gameinside .inside .rightModule .gameItem .icon-new:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #f77900;border-style:solid;border-width:0 0 22px 17px;position:absolute;background:transparent;top:0;left:58px}.gameinside .inside .rightModule .gameItem.active{filter:grayscale(1)}.gameinside .inside .rightModule .gameItem.active .under{display:block}#article{position:absolute;left:0;bottom:0;width:100%;height:100%;pointer-events:none}.app{min-width:auto;background:url(/_next/static/media/appbg.94a61abe.jpg) no-repeat top/cover}.appHeader{height:50px;background:#fff;position:relative;display:flex;justify-content:center;z-index:1}.appHeader a{width:26.2vw;margin:50px auto 0;position:absolute}.appTitle{font-size:1.5vw;color:#fff;font-weight:700;position:absolute;margin-top:-1.5vw}.appBanner{width:100%;background:url(/_next/static/media/appbg-main.7fa00cf1.png) no-repeat top/contain}.appPage{max-width:1400px;margin:auto;padding-top:5vw;position:relative}.appPage,.appPage .scan{display:flex;flex-flow:column;align-items:center}.appPage .scan{width:100%;margin-top:36vw;color:#fff}.appPage .scan .scan-title{font-size:1.5vw}.appPage .scan>div{display:flex;justify-content:center;color:#112240}.appPage .scan>div:first-child{flex-flow:column;align-items:center;width:54vw;padding:1vw 0}.appPage .scan>div:first-child div{margin:.3vw 0;font-size:20px}@media(min-width:2200px){.appPage .scan>div:first-child div{font-size:30px}}.appPage .scan>div:first-child div:nth-child(2){font-weight:700;font-size:1.5vw}.appPage .scan>div:nth-child(2){width:57vw}.appPage .scan>div:nth-child(2)>div>div{flex:1 1;margin:5px 1vw 1vw;display:flex;background:hsla(0,0%,100%,.6);padding:1vw;align-items:stretch;justify-content:center;border-radius:3px}.appPage .scan>div:nth-child(2)>div>div:first-child{padding:.5em 0;margin-bottom:0;font-size:1.2rem}.appPage .scan>div:nth-child(2)>div>div>img{width:8vw;height:8vw}.appPage .scan>div:nth-child(2)>div>div>div{margin-left:1vw;display:flex;flex-flow:column;justify-content:space-between}.appPage .scan>div:nth-child(2)>div>div>div>div{display:flex;align-items:center;font-size:1vw}.appPage .scan>div:nth-child(2)>div>div>div>div img{width:4.8vw}.appPage .scan>div:nth-child(2)>div>div>div button{background:linear-gradient(180deg,#0d346c,#0e1933);color:#fff;border-radius:3px;font-size:1vw;font-weight:700;padding:.2vw 1.5vw}.appPage .install{color:#112240;margin-top:50px}.appPage .install>div{text-align:center;display:flex;justify-content:center;flex-flow:column;margin:.3vw 0}.appPage .install>div:first-child{font-size:1.5vw;font-weight:700}.appPage .install>div:nth-child(2){flex-flow:row;align-items:center}.appPage .install>div:nth-child(2)>img{width:2vw;margin-right:.5vw}.appPage .install>div:last-child{display:block;margin:auto;width:28vw}.appPage .install>div:last-child>img{width:14vw;float:left}.appPage .install .installStep{display:flex;flex-wrap:wrap}.appPage .install .installStep>div{position:relative;width:calc(25% - 2vw);margin:2vw 1vw}.appPage .install .installStep>div>div span{text-transform:uppercase;display:block;font-weight:700;color:#f77900;font-size:18px}.appPage .install .installStep>div:before{content:"";width:0;height:0;border-color:#f77900 transparent transparent;border-style:solid dashed dashed;border-width:10px 10px 0;position:absolute;transform:rotate(-90deg);bottom:calc(50% + 55px);right:-32px;z-index:1}.appPage .install .installStep>div:last-child:before{display:none}.appPage .install>div.installWrapper{width:1200px;margin:20px auto}.dragonPayPop{padding:5px 10px!important;font-size:12px;width:350px}.dragonPayPop ul{color:#aeacac}.dragonPayPop ul li{margin-left:15px;list-style:decimal}.dragonPayPop ul li button{font-size:12px;background:#5574a7;color:#fff;padding:2px 5px;margin-right:10px}.dragonPayPop .title{margin:5px 0!important}.dragonPayPop>div{width:100%;color:#aeacac;margin:2px 0}.dragonPayPop>div span{color:#fff;font-weight:500}.dragonPayPop>div.popTit{background:#525252;display:flex;align-items:center;padding:5px 0;position:relative;justify-content:center;border-radius:5px;color:#fff}.dragonPayPop>div.popTit img{width:auto;height:20px;position:absolute;left:5px}.dragonPayPop>div.popTit .icon-close{right:0!important;top:auto!important;color:#fff!important}.dragonPayPop>div.sisa{text-align:center;margin:10px 0;color:#cf0404}.dragonPayPop>div.sisa div:last-child{font-weight:700}.dragonPayPop>div.guide{display:flex;flex-flow:column;align-items:center;border-top:1px dotted #aeacac;border-bottom:1px dotted #aeacac;padding:10px 0}.dragonPayPop>div.guide span{color:#cf0404}.dragonPayPop>div.guide .qrCode{width:200px;margin:5px 0;min-height:200px}.accountInfo{margin:10px 0 0}.accountInfo>div{display:flex;margin:0 0 10px;align-items:center;justify-content:center}.accountInfo>div button{padding:2px 10px;background:#525252;color:#fff;display:flex;align-items:center;margin-left:10px;border-radius:3px}.rolloverTitle{font-weight:700;color:#284985;margin:10px 0}.minAmount,.remainingTime,.rolloverList{display:flex;margin:20px 0}.minAmount>div,.remainingTime>div,.rolloverList>div{flex:1 1;flex-flow:column}.minAmount>div>div,.remainingTime>div>div,.rolloverList>div>div{background:#eee;border:1px solid #ccc;border-width:0 1px 1px 0;text-align:center;padding:5px 0;color:#242526}.minAmount>div>div:first-child,.remainingTime>div>div:first-child,.rolloverList>div>div:first-child{background:#525252;color:#fff}.minAmount>div>div:last-child,.remainingTime>div>div:last-child,.rolloverList>div>div:last-child{border-bottom:0}.minAmount>div:last-child div,.remainingTime>div:last-child div,.rolloverList>div:last-child div{border-right:0}.remainingTime{margin-bottom:0}.remainingTime+.rolloverList{margin-top:0;border-top:0}.remainingTime>div div{border-right:0}.rolloverListNew>div{display:flex}.rolloverListNew>div:first-child div{background:#525252;color:#fff}.rolloverListNew>div:first-child div:last-child{border-right:0}.rolloverListNew>div:last-child div{border-bottom:0}.rolloverListNew>div>div{background:#eee;color:#242526;flex:1 1;border:1px solid #e1e1e1;border-width:0 1px 1px 0;text-align:center;padding:5px 0}.rolloverListNew>div>div:last-child{border-right:0}.rolloverListNew.mission{margin-top:20px}.rolloverList div div{display:flex;align-items:center;justify-content:center;min-height:30px}.rolloverList div div:first-child{min-height:38px}.rolloverListNew>div{min-height:25px}.rolloverListNew>div:first-child{min-height:49px}.rolloverListNew>div div{display:flex;align-items:center;justify-content:center}.mission-content{margin:20px 0}.mission-title{background:linear-gradient(90deg,#7f1919,#c01d21 50%,#7f1919);padding:12px 0;text-align:center;font-size:20px}.mission-progress{background:#eee;padding:20px 0 30px 25px;color:#a72323;font-weight:600}.mission-progress>div{display:flex;align-items:center;height:70px;justify-content:space-between}.mission-progress>div .state{background:#000;height:25px;width:100px;display:flex;align-items:center;justify-content:center;padding:5px;color:#fff;font-weight:500;font-size:12px;border-radius:20px 0 0 20px}.mission-progress>div .state.completed{background:#936a08}.mission-progress>div .state.undone{background:#858585}.mission-progress-item .progress{background:#fff;height:8px;width:650px;border-radius:20px}.mission-progress-item .progress .progress-bar{background:linear-gradient(90deg,#5e0000,red);height:8px;border-radius:20px}.mission-progress-item.turnover .progress-bar{background:linear-gradient(90deg,#8e4501 0,#d8bd93)}.mission-progress-text{display:flex;justify-content:space-between}.mission-progress-text>div:first-child{margin-bottom:5px}.mission-progress-text>div:last-child{font-size:12px;color:#8d8d8d}.mission-progress-text span.amount{color:#d9a728}.checkspeed{background:#000 url(/_next/static/media/bg.4bda9c71.jpg) no-repeat center 87px/cover;width:100%}.checkspeed img{width:auto;display:block}.checkspeed button{color:#fff;cursor:pointer;font-size:16px}.checkspeed button img{margin:auto}.checkspeed nav{width:1200px;position:fixed;top:0;left:0;background:#03122c;padding:10px calc((100% - 1200px)/2);border-bottom:1px solid #2653ae}.checkspeed nav ul{display:flex;align-items:center}.checkspeed nav ul li:first-child{margin:0 auto 0 0}.checkspeed nav ul li:nth-child(2){border-right:1px solid #fff;padding-right:10px;margin-right:10px}.checkspeed nav button{background:#2653ae;padding:5px 10px;border-radius:5px}.checkspeed .wallpaper{width:1200px;padding:393px 0 20px;margin:auto}.checkspeed .wallpaper .logo{display:block;width:150px;height:66px}.checkspeed .wallpaper .module{border-radius:5px;position:relative;padding:20px;box-sizing:border-box;z-index:1}.checkspeed .wallpaper .module .moduleBg{height:100%;position:absolute;left:0;top:0;background:rgba(5,24,57,.8);z-index:-1}.checkspeed .wallpaper .module>div{width:100%;display:flex;justify-content:center}.checkspeed .wallpaper .module>div.top button>div{margin-top:-30px;text-shadow:.1em .1em 0 #000;font-size:14px}.checkspeed .wallpaper .module>div.top>div{text-align:center;margin:15px 15px 0 0}.checkspeed .wallpaper .module>div.top>div>div{font-size:20px}.checkspeed .wallpaper .module>div.top>div>div:nth-child(2){font-size:46px;font-weight:700;letter-spacing:3px;text-shadow:0 0 .2em #2b7bdd}.checkspeed .wallpaper .module>.bottom{justify-content:unset}.checkspeed .wallpaper .module>.bottom>div{margin:15px 0 0;flex:1 1;font-size:16px}.checkspeed .wallpaper .module>.bottom>div.left{margin-right:10px}.checkspeed .wallpaper .module>.bottom>div.left>div>div{display:flex;align-items:center;margin:0 0 15px}.checkspeed .wallpaper .module>.bottom>div.left>div>div.time{margin-left:50px;margin-top:-10px;display:flex}.checkspeed .wallpaper .module>.bottom>div.left>div>div.time span{margin-left:5px;color:#fab617}.checkspeed .wallpaper .module>.bottom>div.left>div>div:last-child:not(.time){margin:0}.checkspeed .wallpaper .module>.bottom>div.left>div>div>div{flex:auto;background:#fff;color:#000;padding:10px;margin:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:360px}.checkspeed .wallpaper .module>.bottom>div.left>div>div>a,.checkspeed .wallpaper .module>.bottom>div.left>div>div>button{background-color:#f77900;border-radius:5px;padding:8px 10px;color:#fff;font-family:Microsoft YaHei,sans-serif;font-size:xx-small;text-align:center}.checkspeed .wallpaper .module>.bottom>div.left>div:nth-child(2){background:rgba(62,99,181,.6);border-radius:5px}.checkspeed .wallpaper .module>.bottom>div.right{border-left:1px solid #2653ae}.checkspeed .wallpaper .module>.bottom>div.right>div:nth-child(2){padding-top:0}.checkspeed .wallpaper .module>.bottom>div.right ul{margin-left:20px}.checkspeed .wallpaper .module>.bottom>div.right ul li{margin-bottom:10px;list-style:upper-alpha}.checkspeed .wallpaper .module>.bottom>div.right ul li div{line-height:24px}.checkspeed .wallpaper .module>.bottom>div.right button{background:linear-gradient(#0639b4,#062178);border-radius:5px;padding:8px 10px;float:right}.checkspeed .wallpaper .module>.bottom>div>div{padding:15px}.checkspeed .wallpaper .module>.bottom>div>div>div{margin-bottom:15px}@media (orientation:portrait),screen and (max-width:767px){.checkspeed{background:#0339a2 url(/_next/static/media/bg.4bda9c71.jpg) no-repeat top/cover;height:auto}.checkspeed .wallpaper{width:100%;position:unset;margin-left:unset}.checkspeed .wallpaper nav{width:calc(100% - 6vw);padding:3vw;position:unset}.checkspeed .wallpaper nav .logo{margin:0 auto}.checkspeed .wallpaper nav button{font-size:3vw}.checkspeed .wallpaper .module{width:95vw;margin:7vw auto 0}.checkspeed .wallpaper .module>div{flex-flow:column;align-items:center}.checkspeed .wallpaper .module>div.top>div{margin-right:0}.checkspeed .wallpaper .module>div.top>div>div{font-size:5vw}.checkspeed .wallpaper .module>div.top>div>div:nth-child(2){font-size:9vw}.checkspeed .wallpaper .module>div.top>button>div{font-size:4vw}.checkspeed .wallpaper .module>div.bottom>div.left{margin-right:0}.checkspeed .wallpaper .module>div.bottom>div.left>div>div>div{max-width:40vw}.checkspeed .wallpaper .module>div.bottom>div.left>div>div>a,.checkspeed .wallpaper .module>div.bottom>div.left>div>div>button{padding:1vw 10px}.checkspeed .wallpaper .module>div.bottom>div.right{border:0}.checkspeed .wallpaper .module>div.bottom>div.right button{float:unset;font-size:4vw;width:100%}.checkspeed .wallpaper .module>div.bottom>div>div{font-size:3vw}}.swiper-casino+.inside,.swiper-casino+.inside .infoModule{padding-top:15px}.slotJpot{width:1400px;display:flex;margin:auto auto 15px}.slotJpot~.infoModule{padding-top:20px}.slotJpot .jpot{width:100%;height:140px;animation:lobbyjpot .3s infinite;position:relative;cursor:pointer}.slotJpot .jpot .number{position:absolute;top:50%;right:140px;width:330px;height:30px;font-weight:700;display:flex;align-items:baseline;font-size:18px;overflow:hidden;transform:translateY(-45%)}.slotJpot .jpot .number>div:first-child{font-size:20px;margin:auto auto auto 0}.slotJpot .jpot .number>div:nth-child(n+2){font-size:24px;margin:0 1px;width:15px;position:relative}.slotJpot .jpot .number>div:nth-child(n+2)>div{position:absolute;top:0;height:600px}.slotJpot .jpot .number>div:nth-child(n+2)>div>div{height:30px}.mainBanner{position:relative;overflow:hidden;display:flex;justify-content:center}.mainBanner .signature{position:absolute;top:75%;right:20%;display:flex;align-items:center;flex-flow:column}.mainBanner .signature div:first-child{font-size:16px;font-weight:700}.mainBanner .bannerInfo{width:1400px;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.mainBanner .bannerInfo .text{font-size:60px;font-weight:700}.mainBanner .bannerInfo .text>div:first-child{color:#f77900;font-size:30px}.mainBanner .bannerInfo>button{background:#f77900;color:#fff;font-weight:700;font-size:24px;padding:10px 15px;border-radius:5px;margin-top:10px}.mainBanner .bannerInfo .bannerLogo{width:auto;margin-top:20px}.mainBanner .bannerInfo .ball{position:absolute;width:292px;height:336px;left:60%;top:0;z-index:3;animation:nova 1.5s ease-in-out infinite alternate}@keyframes nova{0%{transform:translateY(5%)}to{transform:translate(0)}}.mainBanner .bannerInfo .ball1{position:absolute;width:230px;height:232px;left:70%;top:0;z-index:2;animation:ball1 1s ease-in,img_g 3s ease-in-out 1s infinite alternate}.mainBanner .bannerInfo .ball2{position:absolute;width:250px;height:250px;left:50%;top:60px;z-index:2;animation:ball2 1s ease-in,img_i 3s ease-in-out 1s infinite alternate}@keyframes ball1{0%{opacity:5%;transform:scale(.5) translate(200px,50%)}to{opacity:100%;transform:scale(1) translate(0)}}@keyframes ball2{0%{opacity:5%;transform:scale(.5) translate(-200px,-100%)}to{opacity:100%;transform:scale(1) translate(0)}}@keyframes img_g{0%{transform:translateY(10%)}20%{transform:rotate(-30deg)}40%{transform:translate(0)}80%{transform:translateY(15%)}to{transform:translate(0)}}@keyframes img_i{0%{transform:translateY(1%)}20%{transform:translateY(12%)}50%{transform:rotate(10deg)}80%{transform:translate(0)}to{transform:translateY(10%)}}.mainBanner .bannerInfo .card{position:absolute;width:317px;height:345px;left:550px;top:0;z-index:-1;animation:card 1s,img_dice 3s 1s infinite}.mainBanner .bannerInfo .dice4{position:absolute;width:114px;height:127px;left:63%;top:70px;z-index:3;animation:dicerotate 1s,img_dice 3s 1.5s infinite}.mainBanner .bannerInfo .dice3{position:absolute;width:74px;height:77px;left:20%;bottom:140px;z-index:3;animation:dicerotate .8s,img_dice 2s 1.5s infinite}.mainBanner .bannerInfo .dice2{position:absolute;width:214px;height:217px;left:78%;top:180px;z-index:3;animation:dice 1s,img_dice 3s 2s infinite}.mainBanner .bannerInfo .dice1{position:absolute;width:126px;height:133px;left:85%;top:0;z-index:3;animation:dicerotate .8s,img_dice 3s 1.5s infinite}@keyframes card{0%{transform:scale(.5) translate(75%,-25%)}to{transform:scale(1) translate(0)}}@keyframes dice{0%{transform:scale(.5) translateX(-50%)}to{transform:scale(1) translateX(0)}}@keyframes dicerotate{0%{transform:scale(.1) translateX(-75%) rotate(-180deg)}to{transform:scale(1) translateX(0) rotate(0deg)}}@keyframes img_dice{0%{transform:translate(0)}50%{transform:translateY(12%)}to{transform:translate(0)}}.mainBanner .bannerInfo .chip1{position:absolute;width:159px;height:155px;left:50%;top:80px;z-index:3;animation:overturn 3s ease-in-out infinite normal}@keyframes overturn{0%{transform:rotate(-15deg)}40%{transform:rotate(25deg)}80%{transform:rotateY(0deg) rotateX(180deg)}90%{transform:rotateY(0deg) rotateX(-180deg) translateZ(5px)}to{transform:rotateY(0) rotateX(0) translateZ(0) rotate(-15deg)}}.mainBanner .bannerInfo .chip{animation:chip 1s ease-in}.mainBanner .bannerInfo .chip2{width:107px;height:118px;left:325px;top:240px}.mainBanner .bannerInfo .chip2,.mainBanner .bannerInfo .chip3{position:absolute;z-index:3;animation:chipflow 2s infinite,chip 1s ease-in}.mainBanner .bannerInfo .chip3{width:106px;height:88px;right:20px;top:20px}@keyframes chip{0%{opacity:5%;transform:scale(.5) translateY(40%) rotateY(0deg) rotateX(180deg);margin-top:40px}50%{opacity:50%;transform:scale(.75) translateY(20%) rotateY(0deg) rotateX(-180deg) translateZ(5px);margin-top:20px}to{opacity:100%;transform:scale(1) translate(0) rotateY(0) rotateX(0) translateZ(0);margin-top:0}}@keyframes chipflow{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.rankingNew{background:url(/_next/static/media/leaderboard_new_bg.029d6cd3.jpg) no-repeat top;background-position:top;background-size:cover;min-height:1025px}.rankingNew section{flex-flow:column;padding:35px 0}.rankingNew section a{color:#f77900;text-decoration:underline}.rankingNew section button{text-transform:uppercase}.rankingNew section>.btnGroup{min-width:768px;margin:0;flex-flow:wrap;align-self:flex-end;justify-content:flex-start}.rankingNew section>.btnGroup~div{display:none;background:rgba(0,0,0,.7);min-height:968px}.rankingNew section>.btnGroup~div.active{display:flex}.rankingNew section>.btnGroup button{border-radius:5px 5px 0 0;color:#666;white-space:nowrap;background:#202d40;width:min-content;margin:0 4px 0 0;color:#c6d2e8;flex:auto}.rankingNew section>.btnGroup button.active,.rankingNew section>.btnGroup button:hover{background:#6483b9;color:#fff}.rankingNew section .rankList{background:#6483b9}.rankingNew section .rankList::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#f1d5b6,#cdae8e)}.rankingNew section .rankList li{background:#28344a;height:auto;align-items:center}.rankingNew section .rankList li:first-child{background:transparent}.rankingNew section .rankList li .icon{font-size:24px}.rankingNew section .rankList li .icon-arrow_drop_up{color:red}.rankingNew section .rankList li .icon-arrow_drop_down{color:#05bc0b}.rankingNew section .champion,.rankingNew section .eventRule,.rankingNew section .lastevent{display:flex;flex-flow:column;line-height:30px;width:768px;align-self:flex-end;border:2px solid #6483b9;border-radius:0 0 10px 10px;box-sizing:border-box;padding:30px;min-height:725px;position:relative}.rankingNew section .champion .title,.rankingNew section .eventRule .title,.rankingNew section .lastevent .title{font-size:28px;clear:both;margin-top:10px;margin-bottom:25px;text-align:center}.rankingNew section .champion .rankModule,.rankingNew section .eventRule .rankModule,.rankingNew section .lastevent .rankModule{position:relative;display:flex;align-items:center;justify-content:center;flex-flow:column}.rankingNew section .champion .rankModule .icon-nodata,.rankingNew section .eventRule .rankModule .icon-nodata,.rankingNew section .lastevent .rankModule .icon-nodata{color:#fab617}.rankingNew section .champion .rankModule .btnGroup button,.rankingNew section .eventRule .rankModule .btnGroup button,.rankingNew section .lastevent .rankModule .btnGroup button{border-radius:0;min-width:auto;padding:5px 10px}.rankingNew section .champion .rankModule .rankList,.rankingNew section .eventRule .rankModule .rankList,.rankingNew section .lastevent .rankModule .rankList{width:calc(100% - 50px);padding:10px 25px;max-height:718px}.rankingNew section .champion .rankTag .btnGroup button,.rankingNew section .lastevent .rankTag .btnGroup button{border-radius:5px}.rankingNew section .champion li,.rankingNew section .lastevent li{min-height:auto}.rankingNew section .champion li.userRank,.rankingNew section .lastevent li.userRank{background:#1e85ec;color:#fff}.rankingNew section .champion .rankTag{margin:25px 0 45px}.rankingNew section .champion .rankTag .btnGroup{display:block}.rankingNew section .champion .rankTag .btnGroup button{background:transparent;border-right:1px solid #fff;border-radius:0;float:left;padding:0 10px;text-decoration:underline}.rankingNew section .champion .rankTag .btnGroup button.active{background:transparent;text-decoration:none}.rankingNew section .champion .rankTag .btnGroup button:last-child{border:0}.rankingNew section .rankTag{display:flex;flex-flow:column;text-align:left;margin-bottom:20px}.rankingNew section .rankTag .btnGroup{margin:0}.rankingNew section .rankTag .btnGroup button{text-transform:uppercase;border-radius:5px 5px 0 0;padding:10px;min-width:auto;white-space:nowrap;margin-left:0;font-weight:700;font-size:15px;background:#202d40;color:#c5d2e5}.rankingNew section .rankTag .btnGroup button.active{background:#6483b9;color:#fff}.rankingNew section .rankTag .inputBox-blue{width:300px;margin:0 0 6px;padding:0}.rankingNew section .rankTag .inputBox-blue .btn{padding:6px 10px}.rankingNew section .rankTag .inputBox-blue .dropdown .dropdown-container{position:absolute;top:27px;left:-1px;border-radius:0 0 5px 5px;background:#fff;border:1px solid #bfcce2;border-top:0;margin-left:0;overflow:hidden;padding:0;width:100%}.rankingNew section .rankTag .inputBox-blue .dropdown .dropdown-container .dropdown-item{padding:0 10px 5px}.rankingNew section .eventRule{align-items:center}.rankingNew section .eventRule .stitle{font-weight:700;font-size:20px}.rankingNew section .eventRule .title{word-wrap:break-word;color:#fff;margin:0 auto 15px}.rankingNew section .eventRule .title div{font-weight:400}.rankingNew section .eventRule .rankTag{margin-bottom:0}.rankingNew section .eventRule .rankList{width:calc(100% - 30px);text-align:center;padding:0 15px 15px;max-height:unset;margin:auto}.rankingNew section .eventRule .rankList .title{margin:20px auto 5px;font-size:18px}.rankingNew section .eventRule .rankList::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#f1d5b6,#cdae8e);border-radius:10px}.rankingNew section .eventRule .rankList a,.rankingNew section .eventRule .rankList button{color:#fff;background:#202d40;border-radius:30px;padding:5px 10px;margin-top:12px}.rankingNew section .eventRule .rankList a:hover,.rankingNew section .eventRule .rankList button:hover{background:#202d40;color:#6483b9}.rankingNew section .eventRule .rankList li{line-height:normal;min-height:unset;margin-bottom:3px}.rankingNew section .eventRule .rankList li:first-child{color:#202d40}.rankingNew section .eventRule .rankList li div{min-width:110px}.rankingNew section .eventRule .rankList li div:first-child{min-width:170px}.rankingNew section .eventRule .rankList li div:first-child img{float:right}.rankingNew+footer .footerList>div a~div{display:none}.promos .swiper-container .swiper-wrapper>div .title{max-width:none}.sponsor .inside{display:block}.sponsor .inside .typeTag{background:#dde7f6;display:flex;margin:10px 0;width:100%}.sponsor .inside .typeTag button{color:#7591c1;padding:10px}.sponsor .inside .typeTag button.active{color:#fff;background:#112240}.sponsor .inside .sponsorModule{margin:10px 0}.sponsor .inside .sponsorModule .sponsorPage{display:none}.sponsor .inside .sponsorModule .sponsorPage .sponsorVideo{display:flex;flex-flow:wrap}.sponsor .inside .sponsorModule .sponsorPage .sponsorVideo iframe{margin-right:25px;margin-bottom:15px}.sponsor .inside .sponsorModule .sponsorPage .sponsorVideo iframe:nth-child(3n-3){margin-right:0}.sponsor .inside .sponsorModule .sponsorPage.active{display:block}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo{background:#112240;margin:10px 0;display:flex}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo>img{min-width:680px}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo img{width:auto}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo>div{width:100%;display:flex;justify-content:space-around;align-items:center;flex-flow:column;font-weight:700;padding:35px;font-size:36px;text-align:center}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo>div h1{color:#f77900}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo>div h3{font-size:24px;font-weight:400}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo>div .photoList{display:flex;justify-content:space-between}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo>div .photoList button{width:196px;height:120px;margin:10px;overflow:hidden;transition:.6s}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo>div .photoList button img{width:100%}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo>div .photoList button:hover{transform:scale(1.2);transition:.6s;border-bottom:3px solid #f77900}.sponsor .inside .sponsorModule .sponsorPage .sponsorInfo:nth-child(2n){flex-flow:row-reverse}.Straight-lock{position:fixed;top:0;left:0;right:0;bottom:0;padding:5vw;background:#001942;z-index:9;display:none;justify-content:center;align-items:center;flex-flow:column}.Straight-lock.in{display:flex}.Straight-lock.right .img-rotate{transform:scaleX(-1);filter:FlipH}.Straight-lock .icon-mobile{position:relative}.Straight-lock .icon-mobile:before{font-size:10vw}.Straight-lock i.icon-spinner11{position:absolute;display:flex;justify-content:center;align-items:center;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.Straight-lock i.icon-spinner11:before{font-size:3vw;color:#f77900;transform:scaleX(-1);animation-name:reload1;animation-duration:1s;animation-iteration-count:infinite}.Straight-lock .text{margin:2vw 0 0;text-align:center;line-height:4vw}@keyframes reload1{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.backstage del,.backstage em,.backstage ins,.backstage li,.backstage ol,.backstage p,.backstage pre,.backstage span,.backstage ul{list-style:revert;margin:revert;padding:revert;border:revert;font-size:revert;font:revert;vertical-align:revert}.backstage h1,.backstage h2,.backstage h3,.backstage h4,.backstage h5,.backstage h6,.backstage strong{margin:revert;padding:revert;border:revert;font-size:revert;font:revert;vertical-align:revert}.backstage img{width:100%!important}.promosSelect{display:flex;margin:20px auto 10px;width:calc(100% - 60px);height:40px;background:#292a2b;justify-content:space-between}.promosSelect>div{margin-right:10px;border-radius:0}.promosSelect>div.btnGroup{margin:0;width:100%}.promosSelect>div.btnGroup a,.promosSelect>div.btnGroup button{border-radius:0;margin:0;border:0;font-size:14px;padding:10px 20px;white-space:nowrap}.promosSelect>div.inputBox-white{max-width:200px}.proListNew{display:flex;justify-content:flex-start;padding:0 20px;flex-flow:wrap}.proListNew>div{width:100%;padding:15px;background:#fff;border-radius:5px;color:#aeacac;position:relative;display:flex;margin:10px}.proListNew>div.active{background:#aeacac}.proListNew>div.active .bar{border-color:#9a773e!important}.proListNew>div.active .progress{background-color:#9a773e!important}.proListNew>div.active .percentage{color:#9a773e!important}.proListNew>div.expired{filter:grayscale(1)}.proListNew>div:hover{background:#e2e2e2;box-shadow:inset 0 0 0 3px #caa66f}.proListNew>div .claimed,.proListNew>div .hot,.proListNew>div .new{position:absolute;top:10px;left:-3px;background:#42ac5e;border-radius:0 0 10px 0;width:auto;height:28px;padding:0 20px;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:12px;transform:rotate(-15deg) skewX(-15deg)}.proListNew>div .claimed{background:#4c5356}.proListNew>div .hot{background:#cf0404}.proListNew>div>.promoImg{width:450px;height:170px;overflow:hidden;display:flex;justify-content:center}.proListNew>div>.promoImg img{width:auto;height:100%}.proListNew>div>.promoInfo{display:flex;flex-flow:column;margin:0 40px;max-width:550px}.proListNew>div>.promoInfo .txt-gray{color:#666!important}.proListNew>div>.promoInfo>div.txt-darkBlue{font-weight:700;font-size:24px;line-height:30px}.proListNew>div>.promoInfo>div.txt-gray{display:-webkit-box;-webkit-line-clamp:2;white-space:unset;font-weight:400;margin:0 0 10px}.proListNew>div>.promoInfo>div.rollover{display:flex;font-size:12px;font-weight:700;flex-flow:row;margin:auto 0 10px}.proListNew>div>.promoInfo>div.rollover>div{margin:0 10px 0 0}.proListNew>div>.promoInfo>div.rollover>div:before{margin-left:0;font-weight:400}.proListNew>div>.promoInfo>div.rollover>div span{margin-left:5px;color:#f77900}.proListNew>div>.promoInfo>div.btnGroup{margin:auto auto 0 0}.proListNew>div>.promoInfo>div.btnGroup a,.proListNew>div>.promoInfo>div.btnGroup button{margin:0 10px 0 0;font:700 13px Poppins,sans-serif;box-sizing:border-box}.proListNew>div>.promoInfo>div.btnGroup a.orange,.proListNew>div>.promoInfo>div.btnGroup button.orange{background:#f77900}.proListNew .remain{min-width:230px;padding:10px 0;text-align:center;margin:0 0 0 auto;font-weight:700;color:#5b5853}.proListNew .remain>div div{color:#c01d21;display:flex;align-items:center;justify-content:center}.proListNew .remain>div div.icon{color:#1e85ec}.proListNew .remain>div div.icon:before{margin-left:0;font-size:16px;font-weight:400}.proListNew.expired{filter:grayscale(1)}.proListNew.expired>div{background:#b2b2b2}.proListNew.expired>div:hover{background:#fff}.proListNew.expired>div .expiredIcon{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%) rotate(-20deg);background:rgba(66,66,66,.38);border-radius:10px;border:1px solid #fff;font-weight:700;padding:15px 20px;color:#fff;font-size:24px;font-style:italic}.promoInfoPopMask{width:100%;height:100%;position:fixed;top:0;display:none;background:rgba(0,0,0,.5);z-index:-1}.promoInfoPopMask.active{display:block}.promoInfoPop{width:100%;height:100%;position:fixed;z-index:5;top:0;overflow-y:auto;display:none}.promoInfoPop.active{display:block}.promoInfoPop::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}.promoInfoPop::-webkit-scrollbar-thumb{background:hsla(0,0%,49%,.7)}.promoInfoPop .promotionsInfo{width:820px;background:#fff;margin:30px auto;border-radius:5px;padding:20px 40px;position:relative}.promoInfoPop .promotionsInfo .icon-close{position:absolute;color:#242526;right:10px;top:10px}.promoInfoPop .promotionsInfo img{margin-top:15px}.promoInfoPop .promotionsInfo .proData{margin-top:0;border-radius:0 0 5px 5px;padding:20px 0 0}.promoInfoPop .promotionsInfo .proData a,.promoInfoPop .promotionsInfo .proData button{margin:0 0 0 5px;padding:6px 0}.promoInfoPop .promotionsInfo .proData a.orange,.promoInfoPop .promotionsInfo .proData button.orange{background:#f77900}.promoInfoPop .promotionsInfo .proData a{color:#e03e2d}.promoInfoPop .promotionsInfo .proData a:hover{opacity:.8}.promoInfoPop .promotionsInfo .proData .proDataTitle .txt-dark{font-size:20px;font-weight:700}.promoInfoPop .promotionsInfo .proData .proDataTitle .txt-dark .txt-gray{font-weight:400;font-size:16px;color:#666!important}.promoInfoPop .promotionsInfo .proData .proDataTitle button{font-weight:700}.promoInfoPop .promotionsInfo .proData .proDataBody a{margin:0}.promoInfoPop strong{font-weight:700!important}.promoInfoPop ul{padding-left:20px}.promoInfoPop ul li{list-style:initial}.promoInfoPop ul li ul li{list-style:circle}.promoInfoPop ol{padding-left:20px}.promoInfoPop ol li{list-style:decimal}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#ccc}::-webkit-scrollbar-thumb{background:#959595}::-webkit-scrollbar-button{display:none}.vipAnimation{width:120px;height:120px;position:absolute}.vipAnimation:after,.vipAnimation:before,.vipAnimation>div{width:100%;height:100%;border-radius:100%;position:absolute;background:#203769;display:flex;align-items:center;justify-content:center;transform:scale(1);opacity:0}.vipAnimation:after,.vipAnimation:before{content:"";display:block}.vipAnimation:before{animation-delay:1s}.vipAnimation:after{animation-delay:2s}@keyframes vipAnimation{0%{transform:scale(.33);opacity:0}50%{transform:scale(.66);opacity:.8}to{transform:scale(1);opacity:0}}.profileModule{display:flex;padding:15px 20px;justify-content:space-between;gap:20px}.profileModule .infoContent{background:#525252;border-radius:5px;padding:48px 40px}.profileModule .vipLv{width:100%;max-width:revert;margin:0;justify-content:flex-start;background:#525252;border-radius:5px;padding:48px 24px}.profileModule .vipLv .vipbg{width:100px;height:100px;padding:0;display:flex;justify-content:center;align-items:center;background:transparent}.profileModule .vipLv .vipbg img{z-index:1}.profileModule .infoContent{display:flex;flex-direction:column}.profileModule .infoContent .profile{width:640px;max-width:revert;margin:0;flex-flow:column}.profileModule .infoContent .profile .icon-calendar:before,.profileModule .infoContent .profile .icon-warning:before{color:#bc8f4a}.profileModule .infoContent .profile>div{margin:0 0 30px}.profileModule .infoContent .profile>div:last-child{margin:0}.profileModule .infoContent .profile>div>div{align-items:center}.profileModule .infoContent .profile>div>div:first-child{width:180px;color:#aeacac}.profileModule .infoContent .profile>div>div:last-child{width:360px;display:flex;flex-flow:wrap;position:relative;justify-content:flex-start;color:#fff}.profileModule .infoContent .profile>div>div:last-child .inputBox-blue{border-radius:3px}.profileModule .infoContent .profile>div>div:last-child .inputBox-blue+.inputBox-blue{margin-left:5px;width:auto;max-width:revert}.profileModule .infoContent .profile>div>div>span{color:#42ac5e;font-size:16px;margin:0}.profileModule .infoContent .profile>div>div>button.icon{background:#caa66f;color:#fff;padding:3px 4px;border-radius:3px;display:flex;align-items:center;margin-left:5px;position:relative}.profileModule .infoContent .profile>div>div>button.icon:hover .description{display:block;border:1px solid #caa66f}.profileModule .infoContent .profile>div>div>button.icon:hover .description:before{border-color:transparent transparent #f77900}.profileModule .infoContent .profile>div>div>button.icon:hover .description .title{color:#caa66f}.profileModule .infoContent .profile>div>div>button.icon:before{margin-left:0}.profileModule .infoContent .profile>div>div>button.pencil{background:#2e2e2e;border:1px solid #caa66f;color:#caa66f}.profileModule .infoContent .profile>div>div>button.pencil:before{margin:0}.profileModule .infoContent .profile>div>div>button.pencil:hover{background:#3e3a3a;color:#fff}.profileModule .infoContent .profile .dropdown-container::-webkit-scrollbar{width:8px}.profileModule .infoContent .profile .dropdown-container::-webkit-scrollbar-track{background:#aeacac;border-radius:4px}.profileModule .infoContent .profile .dropdown-container::-webkit-scrollbar-thumb{background:#c01d21;border-radius:4px}.profileModule .infoContent .profile .dropdown-container::-webkit-scrollbar-thumb:hover{background:#caa66f}.profileModule .infoContent .profile input::placeholder{color:#b2b2b2}.profileModule+.btnGroup{width:270px}.profileModule .description{position:absolute;border:1px solid #caa66f;border-radius:3px;background:#fff;font-size:12px;z-index:1;padding:10px 20px;width:max-content;text-align:center;color:#aeacac;left:0;top:0;transform:translate(-13px,50%);display:none}.profileModule .description .title{color:#caa66f;font-size:14px;margin-bottom:5px}form .profileModule .vipLv .vipname{color:#fff}.accountSafety{display:flex;color:#5574a7;align-items:center;margin:20px 0}.accountSafety div{color:#fff}.accountSafety div:first-child{font-weight:700}.safetyLv{display:flex}.safetyLv span{width:40px;height:10px;background:#cacaca;margin:0 3px}.safetyLv span:first-child.active{background:#ffe518}.safetyLv span:nth-child(2).active{background:#7fca3a}.safetyLv span:nth-child(3).active{background:#39b248}.userVerification{color:#5574a7;min-width:135px;margin-bottom:20px;color:#fff}.userVerification>div:first-child{font-weight:700;margin:20px 0;text-align:center}.userVerification>div:last-child{display:flex;justify-content:space-between;gap:12px}.userVerification>div:last-child>div{width:35px;height:35px;background:#cacaca;border-radius:100%;color:#fff;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.userVerification>div:last-child>div:hover .description{display:block}.userVerification>div:last-child>div:after{content:"＄";width:15px;height:15px;background:#ffc000;border-radius:100%;font-size:12px;display:flex;justify-content:center;align-items:center;position:absolute;bottom:0;right:-7px}.userVerification>div:last-child>div.icon-person{font-size:30px}.userVerification>div:last-child>div.icon-email{font-size:28px}.userVerification>div:last-child>div.icon-mobile{font-size:20px}.userVerification>div:last-child>div.icon-2fa img{width:24px;height:24px}.userVerification>div:last-child>div.icon-2fa:after{font-family:icomoon;content:"";background-color:#999}.userVerification>div:last-child>div.active{background:#c01d21}.userVerification>div:last-child>div.active:after{font-family:icomoon;content:"";background:#42ac5e}.line-connect .btn-line-connect{background-color:#fff;color:#000;font-weight:700;font-size:14px;padding:5px 10px;min-width:168.5px}.line-connect .btn-line-connect.active{background-color:#51cb33;color:#fff}.line-connect .btn-line-connect:hover{filter:hue-rotate(0deg)}.line-connect .btn-line-connect .line-img{width:22px;height:22px;margin-right:5px}.sportsRebateStatus{color:#fff;font-weight:700;min-width:135px;margin-bottom:20px}.two-factor-btn{display:flex;align-items:center;width:100%;background:#1e1f1d;border:1px solid #999;border-radius:4px;padding:16px 10px;transition:border-color .2s;text-align:left;gap:4px;cursor:pointer}.two-factor-btn:hover{border-color:#fff}.two-factor-btn__icon-group{display:flex;flex-direction:column;align-items:center}.two-factor-btn__icon-group img{width:24px;height:24px}.two-factor-btn__text-group{flex:1 1;display:flex;flex-direction:column;justify-content:center}.two-factor-btn__title{color:#fff;font-size:12px;font-weight:600;line-height:1.2}.two-factor-btn__desc{color:#b2b2b2;font-size:10px;font-weight:400;margin-top:4px}.two-factor-btn__arrow{display:flex;align-items:center;font-size:20px;color:#999}#goTop{position:fixed;bottom:150px;right:80px;width:40px;height:40px;background:#ff5e00;border-radius:100%;z-index:2;color:#fff}#goTop i{display:flex;align-items:center;justify-content:center}#goTop i:before{font-size:14px;font-weight:700}.addressModule{display:flex;justify-content:flex-end;padding:15px 20px}.addressModule .inside-title{flex-direction:column;align-items:flex-start;padding-left:0;border-bottom:1px solid #bfcce2}.addressModule .inside-title span{width:100%;margin:0 0 10px;padding:0;background:transparent;color:#fff}.addressModule .inside-title span:after{display:none;opacity:0}.addressModule .inside-title div{max-width:revert;width:100%;margin:0}.addressModule .sub-title{color:#ccc;font-size:16px;margin:10px 0 20px}.addressModule .address-container{width:640px;background:#525252;padding:20px 40px;border-radius:5px}.addressModule .address-list>div{display:flex;color:#5574a7;margin-bottom:20px}.addressModule .address-list>div>div:first-child{width:100px;line-height:30px;color:#ccc}.addressModule .address-list>div>div:last-child{width:310px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;position:relative}.addressModule .address-list>div>div:last-child .inputBox-blue{border-radius:3px}.addressModule .address-list>div>div:last-child .tip{white-space:nowrap;color:#e86569}.addressModule .inputBox-blue,.addressModule .inputBox-white{margin:0 0 5px;padding:5px 0;width:100%;z-index:revert}.addressModule .inputBox-blue .description,.addressModule .inputBox-white .description{display:none;top:-5px;position:absolute;left:0;transform:translateY(-100%);background:#caa66f;border-radius:5px;padding:5px 10px;margin-right:10px;border:1px solid hsla(0,0%,100%,.9);z-index:1;color:#fff;font-weight:400;width:max-content;font-size:12px}.addressModule .inputBox-blue .description:before,.addressModule .inputBox-white .description:before{border:5px solid transparent;border-top-color:#caa66f;bottom:0;content:"";height:0;left:15px;position:absolute;width:0;transform:translateY(100%)}.addressModule .inputBox-blue:hover .description,.addressModule .inputBox-white:hover .description{display:block}.addressModule .btnGroup{width:270px;margin:10px 0 0 96px}.worldcupEvent{overflow:hidden;position:relative}.worldcupEvent .eventLink{position:fixed;top:216px;bottom:auto;left:20px;z-index:3;cursor:pointer}.worldcupEvent .eventLink .icon-close{width:18px;height:18px;color:#ca0c41;position:absolute;left:10px;top:-20px;font-size:12px;font-weight:700;z-index:4;background:#fff;border-radius:100%;line-height:20px}.worldcupEvent .eventLink .icon-close:before{margin:0}.worldcupEvent .eventLink:before{position:absolute;left:0;top:0}.worldcupEvent .eventLink img{width:200px;animation:none}.worldcupEvent .eventLink:hover img{transform:scale(1.15);transition:.5s}.worldcupEvent .eventPage{margin-top:-1px}.worldcupEvent .eventPage.top{position:relative;padding-top:50px;height:942px;background:url(/_next/static/media/bg.1b934df2.jpg) no-repeat 50%,linear-gradient(180deg,#730a33,#1d1a1b)}.worldcupEvent .eventPage.middle{position:relative;padding-top:100px;height:1170px;background:url(/_next/static/media/bg2.e3d0452f.jpg) no-repeat 50%,linear-gradient(180deg,#1d1a1b,#730a33,#1d1a1b);text-align:center}.worldcupEvent .eventPage.bottom{padding:50px 0;background:linear-gradient(#300113,#810736)}.worldcupEvent .fixture{width:100%;min-width:1400px;margin:2% 0;position:relative}.worldcupEvent .fixture img{width:100%}.worldcupEvent .fixture .group-left .group-col{position:absolute;top:20%;left:2%}.worldcupEvent .fixture .group-left .group-four>.item:nth-child(2){position:relative}.worldcupEvent .fixture .group-left .group-four>.item:nth-child(2):after,.worldcupEvent .fixture .group-left .group-four>.item:nth-child(2):before{content:"";top:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-left .group-four>.item:nth-child(2):before{right:-20px;width:20px;height:1px}.worldcupEvent .fixture .group-left .group-four>.item:nth-child(2):after{right:-20px;width:1px;height:40px}.worldcupEvent .fixture .group-left .group-four>.item:last-child{position:relative;margin-bottom:0}.worldcupEvent .fixture .group-left .group-four>.item:last-child:after,.worldcupEvent .fixture .group-left .group-four>.item:last-child:before{content:"";bottom:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-left .group-four>.item:last-child:before{right:-20px;width:20px;height:1px}.worldcupEvent .fixture .group-left .group-four>.item:last-child:after{right:-20px;width:1px;height:40px}.worldcupEvent .fixture .group-left .group-two{margin:-1% 0 0 1.5%}.worldcupEvent .fixture .group-left .group-two>.item{width:80%}.worldcupEvent .fixture .group-left .group-two>.item:first-child{position:relative;margin-bottom:3.75%}.worldcupEvent .fixture .group-left .group-two>.item:first-child:after,.worldcupEvent .fixture .group-left .group-two>.item:first-child:before{content:"";top:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-left .group-two>.item:first-child:before{right:-20px;width:20px;height:1px}.worldcupEvent .fixture .group-left .group-two>.item:first-child:after{right:-20px;width:1px;height:10px}.worldcupEvent .fixture .group-left .group-two>.item:last-child{position:relative}.worldcupEvent .fixture .group-left .group-two>.item:last-child:after,.worldcupEvent .fixture .group-left .group-two>.item:last-child:before{content:"";bottom:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-left .group-two>.item:last-child:before{right:-20px;width:20px;height:1px}.worldcupEvent .fixture .group-left .group-two>.item:last-child:after{right:-20px;width:1px;height:10px}.worldcupEvent .fixture .group-left .group-one{margin:-1% 0 0 -4.5%}.worldcupEvent .fixture .group-left .group-one>.item{width:80%;display:flex;position:relative}.worldcupEvent .fixture .group-left .group-one>.item:after,.worldcupEvent .fixture .group-left .group-one>.item:before{content:"";top:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-left .group-one>.item:before{right:-10px!important;width:10px!important;height:1px}.worldcupEvent .fixture .group-left .group-one>.item:after{right:-10px!important;width:1px;height:90px!important}@media(min-width:2100px){.worldcupEvent .fixture .group-left .group-one>.item:after{height:110px!important}}.worldcupEvent .fixture .group-left .group-semi{position:absolute;right:1%;top:44.5%;width:25.5%;z-index:1}.worldcupEvent .fixture .group-left .group-semi .item{margin-bottom:0}.worldcupEvent .fixture .group-left .group-semi .item:after,.worldcupEvent .fixture .group-left .group-semi .item:before{content:"";top:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-left .group-semi .item:before{right:-14px!important;width:10px!important;height:1px}.worldcupEvent .fixture .group-left .group-semi .item:after{right:-14px!important;width:1px;height:230px!important}@media(min-width:2100px){.worldcupEvent .fixture .group-left .group-semi{top:42.5%}.worldcupEvent .fixture .group-left .group-semi .item:after{height:265px!important}}.worldcupEvent .fixture .group-right .group-col{position:absolute;top:20%;right:2%}.worldcupEvent .fixture .group-right .group-row{flex-direction:row-reverse}.worldcupEvent .fixture .group-right .group-four>.item:nth-child(2){position:relative}.worldcupEvent .fixture .group-right .group-four>.item:nth-child(2):after,.worldcupEvent .fixture .group-right .group-four>.item:nth-child(2):before{content:"";top:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-right .group-four>.item:nth-child(2):before{left:-20px;width:20px;height:1px}.worldcupEvent .fixture .group-right .group-four>.item:nth-child(2):after{left:-20px;width:1px;height:40px}.worldcupEvent .fixture .group-right .group-four>.item:last-child{position:relative;margin-bottom:0}.worldcupEvent .fixture .group-right .group-four>.item:last-child:after,.worldcupEvent .fixture .group-right .group-four>.item:last-child:before{content:"";bottom:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-right .group-four>.item:last-child:before{left:-20px;width:20px;height:1px}.worldcupEvent .fixture .group-right .group-four>.item:last-child:after{left:-20px;width:1px;height:40px}.worldcupEvent .fixture .group-right .group-two{margin:-1% -4.75% 0 0}.worldcupEvent .fixture .group-right .group-two>.item{width:80%}.worldcupEvent .fixture .group-right .group-two>.item:first-child{position:relative;margin-bottom:3.75%}.worldcupEvent .fixture .group-right .group-two>.item:first-child:after,.worldcupEvent .fixture .group-right .group-two>.item:first-child:before{content:"";top:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-right .group-two>.item:first-child:before{left:-20px;width:20px;height:1px}.worldcupEvent .fixture .group-right .group-two>.item:first-child:after{left:-20px;width:1px;height:10px}.worldcupEvent .fixture .group-right .group-two>.item:last-child{position:relative}.worldcupEvent .fixture .group-right .group-two>.item:last-child:after,.worldcupEvent .fixture .group-right .group-two>.item:last-child:before{content:"";bottom:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-right .group-two>.item:last-child:before{left:-20px;width:20px;height:1px}.worldcupEvent .fixture .group-right .group-two>.item:last-child:after{left:-20px;width:1px;height:10px}.worldcupEvent .fixture .group-right .group-one{margin:-1% -4.5% 0 0}.worldcupEvent .fixture .group-right .group-one>.item{width:80%;display:flex;position:relative}.worldcupEvent .fixture .group-right .group-one>.item:after,.worldcupEvent .fixture .group-right .group-one>.item:before{content:"";top:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-right .group-one>.item:before{left:-10px!important;width:10px!important;height:1px}.worldcupEvent .fixture .group-right .group-one>.item:after{left:-10px!important;width:1px;height:90px!important}@media(min-width:2100px){.worldcupEvent .fixture .group-right .group-one>.item:after{height:110px!important}}.worldcupEvent .fixture .group-right .group-semi{position:absolute;left:1%;top:44.5%;width:25.5%;z-index:1}.worldcupEvent .fixture .group-right .group-semi .item{margin-bottom:0}.worldcupEvent .fixture .group-right .group-semi .item:after,.worldcupEvent .fixture .group-right .group-semi .item:before{content:"";top:12px;position:absolute;background:#fff}.worldcupEvent .fixture .group-right .group-semi .item:before{left:-10px!important;width:10px!important;height:1px}.worldcupEvent .fixture .group-right .group-semi .item:after{left:-10px!important;width:1px;height:230px!important}@media(min-width:2100px){.worldcupEvent .fixture .group-right .group-semi{top:42.5%}.worldcupEvent .fixture .group-right .group-semi .item:after{height:265px!important}}.worldcupEvent .fixture .group-right .group-four .item,.worldcupEvent .fixture .group-right .group-one .item,.worldcupEvent .fixture .group-right .group-semi .item,.worldcupEvent .fixture .group-right .group-two .item{flex-direction:row-reverse}.worldcupEvent .fixture .group-right .group-four img,.worldcupEvent .fixture .group-right .group-one img,.worldcupEvent .fixture .group-right .group-semi img,.worldcupEvent .fixture .group-right .group-two img{margin-left:2%;margin-right:0}.worldcupEvent .fixture .group-middle .group-final{position:absolute;top:48%;left:40.4%;width:19.5%;flex-direction:row}.worldcupEvent .fixture .group-middle .group-final .subtitle{font-size:2.75rem;color:#fff;position:absolute}.worldcupEvent .fixture .group-middle .group-final:nth-child(2) .item:first-child:before{width:2px;height:20px;top:-20px;left:105px}.worldcupEvent .fixture .group-middle .group-final:nth-child(2) .item:first-child:after{width:55px;height:2px;top:-20px;left:105px}.worldcupEvent .fixture .group-middle .group-final:nth-child(2) .item:last-child:before{width:2px;height:20px;top:-20px;right:105px}.worldcupEvent .fixture .group-middle .group-final:nth-child(2) .item:last-child:after{width:55px;height:2px;top:-20px;right:105px}.worldcupEvent .fixture .group-middle .group-final:nth-child(3){top:62%}.worldcupEvent .fixture .group-middle .group-final:nth-child(3) .item:first-child:before{width:2px;height:20px;bottom:-20px;left:105px}.worldcupEvent .fixture .group-middle .group-final:nth-child(3) .item:first-child:after{width:55px;height:2px;bottom:-20px;left:105px}.worldcupEvent .fixture .group-middle .group-final:nth-child(3) .item:last-child:before{width:2px;height:20px;bottom:-20px;right:105px}.worldcupEvent .fixture .group-middle .group-final:nth-child(3) .item:last-child:after{width:55px;height:2px;bottom:-20px;right:105px}.worldcupEvent .fixture .group-middle .group-final .item{display:flex;margin:auto 1%;position:relative}.worldcupEvent .fixture .group-middle .group-final .item:after,.worldcupEvent .fixture .group-middle .group-final .item:before{content:"";display:block;background:#fff;position:absolute}@media(min-width:1700px){.worldcupEvent .fixture .group-middle .group-final .item:after{width:85px!important}}@media(min-width:2100px){.worldcupEvent .fixture .group-middle .group-final .item:after{width:152px!important}}.worldcupEvent .fixture .group-middle .prize{width:19.5%;position:absolute;top:16%;left:40.4%;text-align:center}@media(min-width:1770px){.worldcupEvent .fixture .group-middle .prize{top:18%}}.worldcupEvent .fixture .group-middle .prize:last-child{top:68%}.worldcupEvent .fixture .group-middle .prize:last-child div{font-size:2.5rem;margin-bottom:2%}.worldcupEvent .fixture .group-middle .prize:last-child img{width:50%}.worldcupEvent .fixture .group-middle .prize img{width:22%;text-align:center;margin:0 auto}.worldcupEvent .fixture .group-middle .prize div{font-size:2.75rem;background:linear-gradient(180deg,#cb9942,#f6ef6b 15.1%,#fffdf0 34.38%,#db9130 51.56%,#744c10 72.4%,#ca8422 91.15%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 3px 1px rgb(146,39,7));letter-spacing:1px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:600}.worldcupEvent .fixture .group-middle .prize .subtitle{font-size:2rem!important;color:#fff;-webkit-text-fill-color:#fff;filter:none}.worldcupEvent .fixture .group-prize{position:absolute;top:3%;display:flex;width:38%}.worldcupEvent .fixture .group-prize.left{left:2%}.worldcupEvent .fixture .group-prize.right{right:2%;flex-direction:row-reverse}.worldcupEvent .fixture .group-prize.right .prize-col{margin:auto 0 auto 12%}.worldcupEvent .fixture .group-prize.right .prize-col .prize{align-items:flex-end}.worldcupEvent .fixture .group-prize.right .prize-row{margin:auto 0 auto 6%}.worldcupEvent .fixture .group-prize .prize-col{display:flex;flex-direction:column;margin:auto 12% auto 0}.worldcupEvent .fixture .group-prize .prize-col .prize{align-items:flex-start;margin-bottom:3%}.worldcupEvent .fixture .group-prize .prize-row{margin:auto 6% auto 0}.worldcupEvent .fixture .group-prize .prize{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.worldcupEvent .fixture .group-prize .prize div{font-size:1.4rem;background:linear-gradient(180deg,#cb9942,#f6ef6b 15.1%,#fffdf0 34.38%,#db9130 51.56%,#744c10 72.4%,#ca8422 91.15%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 3px 1px rgb(146,39,7));letter-spacing:1px;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:600}.worldcupEvent .fixture .group-prize .prize .subtitle{font-size:1.2rem!important;color:#fff;-webkit-text-fill-color:#fff;white-space:nowrap;filter:none}.worldcupEvent .fixture .group-prize .prize img{width:100%}@media(max-width:1440px){.worldcupEvent .fixture .group-prize .prize{width:100%}.worldcupEvent .fixture .group-prize .prize div{font-size:1.2rem}.worldcupEvent .fixture .group-prize .prize .subtitle{font-size:.9rem!important}}@media(max-width:1600px){.worldcupEvent .fixture .group-prize .prize-row{margin:auto 3% auto 0}.worldcupEvent .fixture .group-prize.right .prize-row{margin:auto 0 auto 3%}}@media(min-width:2100px){.worldcupEvent .fixture .group-prize .prize div{font-size:1.8rem}.worldcupEvent .fixture .group-prize .prize .subtitle{font-size:1.6rem!important}}.worldcupEvent .fixture .group-col{width:38%}.worldcupEvent .fixture .group-col:nth-child(3){top:56%}.worldcupEvent .fixture .group-col:nth-child(3) .group-semi>.item:after{top:-218px}@media(min-width:2100px){.worldcupEvent .fixture .group-col:nth-child(3) .group-semi>.item:after{top:-252px}}.worldcupEvent .fixture .group-row{display:flex;align-items:center;margin-top:10%;margin-bottom:10%}.worldcupEvent .fixture .group-row:first-child{margin-top:0}.worldcupEvent .fixture .group-row:last-child{margin-bottom:0}.worldcupEvent .fixture .group-row:nth-child(2n) .group-one>.item:after{top:-78px}@media(min-width:2100px){.worldcupEvent .fixture .group-row:nth-child(2n) .group-one>.item:after{top:-98px}}.worldcupEvent .fixture .group-final,.worldcupEvent .fixture .group-four,.worldcupEvent .fixture .group-one,.worldcupEvent .fixture .group-semi,.worldcupEvent .fixture .group-two{display:flex;flex-direction:column;justify-content:center;flex:0 0 30.5%}.worldcupEvent .fixture .group-final img,.worldcupEvent .fixture .group-four img,.worldcupEvent .fixture .group-one img,.worldcupEvent .fixture .group-semi img,.worldcupEvent .fixture .group-two img{width:14%;min-width:22px;border:1px solid #fff;margin-right:3%}.worldcupEvent .fixture .group-final>.item,.worldcupEvent .fixture .group-four>.item,.worldcupEvent .fixture .group-one>.item,.worldcupEvent .fixture .group-semi>.item,.worldcupEvent .fixture .group-two>.item{display:flex;background:#76002e;margin-bottom:3.75%;padding:1.25%;width:100%;white-space:nowrap}@media(min-width:2100px){.worldcupEvent .fixture .group-final>.item,.worldcupEvent .fixture .group-four>.item,.worldcupEvent .fixture .group-one>.item,.worldcupEvent .fixture .group-semi>.item,.worldcupEvent .fixture .group-two>.item{font-size:1.5rem}}.worldcupEvent .fixture .group-final .group-title,.worldcupEvent .fixture .group-four .group-title,.worldcupEvent .fixture .group-one .group-title,.worldcupEvent .fixture .group-semi .group-title,.worldcupEvent .fixture .group-two .group-title{font-size:1.5rem;font-weight:700;margin-top:-22%;margin-bottom:3%;text-align:center;box-sizing:border-box;width:100%;position:relative}.worldcupEvent .fixture .group-final .group-title:after,.worldcupEvent .fixture .group-final .group-title:before,.worldcupEvent .fixture .group-four .group-title:after,.worldcupEvent .fixture .group-four .group-title:before,.worldcupEvent .fixture .group-one .group-title:after,.worldcupEvent .fixture .group-one .group-title:before,.worldcupEvent .fixture .group-semi .group-title:after,.worldcupEvent .fixture .group-semi .group-title:before,.worldcupEvent .fixture .group-two .group-title:after,.worldcupEvent .fixture .group-two .group-title:before{content:"";display:block;width:30%;height:30%;position:absolute;top:33%;transform:scale(.75);background:url(/_next/static/media/fixture-deco.4a97938c.webp);background-repeat:no-repeat}@media(min-width:1700px){.worldcupEvent .fixture .group-final .group-title:after,.worldcupEvent .fixture .group-final .group-title:before,.worldcupEvent .fixture .group-four .group-title:after,.worldcupEvent .fixture .group-four .group-title:before,.worldcupEvent .fixture .group-one .group-title:after,.worldcupEvent .fixture .group-one .group-title:before,.worldcupEvent .fixture .group-semi .group-title:after,.worldcupEvent .fixture .group-semi .group-title:before,.worldcupEvent .fixture .group-two .group-title:after,.worldcupEvent .fixture .group-two .group-title:before{transform:scale(1)}}@media(min-width:2100px){.worldcupEvent .fixture .group-final .group-title:after,.worldcupEvent .fixture .group-final .group-title:before,.worldcupEvent .fixture .group-four .group-title:after,.worldcupEvent .fixture .group-four .group-title:before,.worldcupEvent .fixture .group-one .group-title:after,.worldcupEvent .fixture .group-one .group-title:before,.worldcupEvent .fixture .group-semi .group-title:after,.worldcupEvent .fixture .group-semi .group-title:before,.worldcupEvent .fixture .group-two .group-title:after,.worldcupEvent .fixture .group-two .group-title:before{transform:scale(1.4);transform-origin:left}}.worldcupEvent .fixture .group-final .group-title:before,.worldcupEvent .fixture .group-four .group-title:before,.worldcupEvent .fixture .group-one .group-title:before,.worldcupEvent .fixture .group-semi .group-title:before,.worldcupEvent .fixture .group-two .group-title:before{left:0}.worldcupEvent .fixture .group-final .group-title:after,.worldcupEvent .fixture .group-four .group-title:after,.worldcupEvent .fixture .group-one .group-title:after,.worldcupEvent .fixture .group-semi .group-title:after,.worldcupEvent .fixture .group-two .group-title:after{right:0;transform:scale(.75) rotate(180deg)}@media(min-width:1700px){.worldcupEvent .fixture .group-final .group-title:after,.worldcupEvent .fixture .group-four .group-title:after,.worldcupEvent .fixture .group-one .group-title:after,.worldcupEvent .fixture .group-semi .group-title:after,.worldcupEvent .fixture .group-two .group-title:after{transform:scale(1) rotate(180deg)}}@media(min-width:2100px){.worldcupEvent .fixture .group-final .group-title:after,.worldcupEvent .fixture .group-four .group-title:after,.worldcupEvent .fixture .group-one .group-title:after,.worldcupEvent .fixture .group-semi .group-title:after,.worldcupEvent .fixture .group-two .group-title:after{transform:scale(1.4) rotate(180deg);transform-origin:right;right:40%}.worldcupEvent .fixture .group-final .group-title,.worldcupEvent .fixture .group-four .group-title,.worldcupEvent .fixture .group-one .group-title,.worldcupEvent .fixture .group-semi .group-title,.worldcupEvent .fixture .group-two .group-title{font-size:1.85rem}}.worldcupEvent .awards{text-align:center;margin:85px auto 0}.worldcupEvent .awards div{color:#fff;margin-top:0;font-size:30px;font-weight:700;text-transform:uppercase}.worldcupEvent .visual .a-left{position:absolute;top:205px;left:calc(50% - 600px);width:200px;height:auto;animation:a-left 1.25s ease-in-out}.worldcupEvent .visual .a-right{position:absolute;bottom:0;right:0;width:450px;height:auto;animation:a-right 1.25s ease-in-out}.worldcupEvent .visual .ball{position:absolute;top:275px;left:calc(50% - 750px);width:90px;height:auto;animation:floating 1.25s ease-in-out infinite alternate}.worldcupEvent .visual .logo{position:absolute;bottom:120px;left:calc(50% - 265px);width:500px;animation:floating 2s ease-in-out infinite alternate}.worldcupEvent .visual .deco{position:absolute;display:flex;flex-direction:column;align-items:center;bottom:65px;left:calc(50% - 7.5px);cursor:pointer}.worldcupEvent .visual .deco .item{width:5px;height:5px;margin:8px auto;transform:rotate(45deg);background:#02d2b8}.worldcupEvent .visual .deco .item:first-child{animation:move 2s ease-out .25s infinite}.worldcupEvent .visual .deco .item:nth-child(2){width:10px;height:10px;animation:move 2s ease-out .75s infinite}.worldcupEvent .visual .deco .item:nth-child(3){width:15px;height:15px;animation:move 2s ease-out 1.5s infinite}.worldcupEvent .deco-line{width:100%;position:absolute;bottom:-10px;z-index:1}.worldcupEvent .item-wrapper{max-width:1350px;height:988px;margin:21px auto 40px;background:url(/_next/static/media/arrow-bg.c8781f63.png) no-repeat 50%/cover;animation:breathe 1s infinite alternate}.worldcupEvent .item-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px}.worldcupEvent .item-row .item{width:350px;background:rgba(45,0,11,.7);outline:.75px solid #02d2b8;position:relative;margin-top:60px;box-sizing:border-box}.worldcupEvent .item-row .item .info{display:none;opacity:0;width:200px;position:absolute;top:-60px;left:calc(50% - 100px);background:rgba(39,39,39,.65);font-size:12px;color:#fff;text-align:center;padding:5px 10px;border-radius:5px;border:0}.worldcupEvent .item-row .item .info:before{content:"";width:0;height:0;border-color:rgba(39,39,39,.65) transparent transparent;border-style:solid dashed dashed;border-width:10px 10px 0;position:absolute;bottom:-10px;right:calc(50% - 5px)}.worldcupEvent .item-row .item .info span{display:block;font-size:14px;color:#02d2b8}.worldcupEvent .item-row .item:hover{transform:scale(1.1);background:rgba(45,0,11,.9);outline:3px solid #02d2b8;transition:.3s}.worldcupEvent .item-row .item:hover .info{opacity:1;display:block}.worldcupEvent .item-row .item:last-child{margin-right:0}.worldcupEvent .item-row:last-child{margin-bottom:0}.worldcupEvent .btn-event{padding:10px 30px;color:#fff;font-size:16px;background:#02d2b8;border:3px solid #fff;border-radius:10px;margin:0 auto;width:260px;filter:drop-shadow(0 5px 5px #272727);text-align:center;text-transform:capitalize}.worldcupEvent .btn-event:hover{background:#1eaa99;transition:.2s}.worldcupEvent .title{width:max-content;font-size:24px;font-weight:700;position:relative;margin:0 auto 20px;padding-left:25px;color:#fff;text-transform:capitalize}.worldcupEvent .title:before{content:"";display:block;width:20px;height:20px;background:url(/_next/static/media/icon-fifa.9fdf4fcf.webp) no-repeat 50%/cover;position:absolute;left:-5px;top:6px}.worldcupEvent .title+img{max-width:100%;margin:0 auto}.worldcupEvent .event{max-width:1350px;margin:20px auto 50px;display:flex}.worldcupEvent .event .event-content{flex:1 1}.worldcupEvent .event .event-content:first-child{margin-right:15px}.worldcupEvent .event .event-content:last-child{margin-left:15px}.worldcupEvent .event .event-content .title{margin-left:5px}.worldcupEvent .event .event-content .info,.worldcupEvent .event .event-content .ticket-item{padding:20px;border:1px solid #fff;border-radius:10px;background:rgba(65,10,27,.4);min-height:276px;box-sizing:border-box}.worldcupEvent .event .event-content .info .userInfo{display:flex;align-items:center;padding-bottom:10px;border-bottom:1px solid #fff}.worldcupEvent .event .event-content .info .userInfo img{width:20px;margin-right:10px}.worldcupEvent .event .event-content .ticket-wrapper{display:flex}.worldcupEvent .event .event-content .inputBox-event{border:1px solid #ff004e;background:#fff;color:#ff004e}.worldcupEvent .event .event-content .inputBox-event:nth-child(2){z-index:3!important}.worldcupEvent .event .event-content .inputBox-event .dropdown>.btn{color:#ff004e}.worldcupEvent .event .event-content .inputBox-event .dropdown>.btn:after{border-color:#ff004e transparent transparent}.worldcupEvent .event .event-content .inputBox-event .dropdown .dropdown-container{position:absolute;top:27px;left:-6px;background:#fff;border:1px solid #ff004e;border-top:0;border-radius:0 0 5px 5px}.worldcupEvent .event .event-content .inputBox-event .dropdown .dropdown-container .dropdown-item{padding-left:15px;color:#ff004e}.worldcupEvent .event .event-content .inputBox-event .dropdown .dropdown-container .dropdown-item:hover{background:#272727;color:#fff}.worldcupEvent .event .event-content .inputBox-event .icon:before{color:#ff004e}.worldcupEvent .event .event-content .ticket-item{flex:1 1;padding:15px;margin-right:10px}.worldcupEvent .event .event-content .ticket-item:last-child{margin-right:0}.worldcupEvent .event .event-content .ticket-item .ticket-title{font-size:20px;font-weight:700;text-align:center;padding-bottom:5px;border-bottom:1px solid #02d2b8;margin-bottom:15px}.worldcupEvent .event .event-content .ticket-item .ticket-title img{margin:10px auto;width:55px}.worldcupEvent .event .event-content .ticket-item.disabled{filter:grayscale(1)}.worldcupEvent .event .event-content .ticket-item.disabled .dropdown-container{display:none}.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event{border:1px solid transparent;background:#272727;color:#02d2b8}.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event .dropdown>.btn{color:#02d2b8;cursor:auto}.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event .dropdown>.btn:after{border-color:#02d2b8 transparent transparent}.worldcupEvent .event .event-content .ticket-item.finished .inputBox-event .icon:before{color:#02d2b8}.worldcupEvent .event .event-content .ticket-item.finished .dropdown-container{display:none}.worldcupEvent .event .event-content .ticket-item .message{font-size:12px;text-align:center;color:#f1f1f1}.worldcupEvent .event .event-content .ticket-item .message .icon{font-size:20px;display:block;margin:0 auto 10px}.worldcupEvent .event .event-content .ticket-item .message .icon.icon-error{color:#7e7e7e}.worldcupEvent .event .event-content .ticket-item .message .icon.icon-icon32px_check{color:#02d2b8;font-size:18px}.worldcupEvent .progressBar{margin:55px 25px 55px auto;position:relative;background:#e1e1e1;border-radius:4px}.worldcupEvent .progressBar .progressItem{width:35%;height:8px;border-radius:4px;position:relative;background:#e1e1e1}.worldcupEvent .progressBar .progressItem:last-child{width:30%}.worldcupEvent .progressBar .progressItem:before{content:"";display:block;width:8px;height:8px;border-radius:3px;background:#fff;position:absolute;right:-4px;z-index:2}.worldcupEvent .progressBar .progressItem .value{position:absolute;color:#fff;font-size:12px;width:max-content;width:50px;right:-25px;bottom:-20px;text-align:center}.worldcupEvent .progressBar .progressItem .value:before{content:"";position:absolute;top:-40px;left:0;width:50px;height:22px;background:url(/_next/static/media/ticket.8f0d283d.png) no-repeat 50%/cover}.worldcupEvent .progressBar .progressItem.active .value{color:#02d2b8}.worldcupEvent .progressBar .progressValue{position:absolute;background:#02d2b8;height:8px;border-radius:4px;left:0;z-index:1}.worldcupEvent .status{display:flex}.worldcupEvent .status>div{background:#76002e;border:1px solid #ff004e;width:33.333%;margin-right:10px;border-radius:5px}.worldcupEvent .status>div:last-child{margin-right:0}.worldcupEvent .status>div>div{padding:10px 0;text-align:center}.worldcupEvent .status>div>div+div{color:#fff;border-top:1px solid #ff004e}.worldcupEvent .status>div>div+div span{color:#02d2b8;font-weight:700;position:relative}.worldcupEvent .btnGroup{flex-direction:column;margin:45px auto 0}.worldcupEvent .btnGroup>button{padding:5px 10px;margin:auto 0;border-radius:3px}.worldcupEvent .btnGroup .btn-gray{background:#b7b7b7;color:#fff;margin-bottom:6px;cursor:pointer}.worldcupEvent .btnGroup .btn-gray:hover{background:#858383;transition:.2s}.worldcupEvent .btnGroup .btn-green{background:#02d2b8;color:#fff;cursor:pointer}.worldcupEvent .btnGroup .btn-green:hover{background:#1eaa99;transition:.2s}.worldcupEvent .info{max-width:1350px;box-sizing:border-box;margin:0 auto;padding:45px 20px;border:1px solid #fff;border-radius:10px;background:rgba(65,10,27,.4);text-align:center}.worldcupEvent .info .subtitle{position:relative;width:max-content;font-size:18px;margin:0 auto}.worldcupEvent .info .subtitle:after,.worldcupEvent .info .subtitle:before{content:"";position:absolute;top:7px;width:72.5px;height:12.5px;background:url(/_next/static/media/5deco.38dc12d6.webp) no-repeat 50%/cover}.worldcupEvent .info .subtitle:before{left:-85px;transform:rotate(-180deg)}.worldcupEvent .info .subtitle:after{right:-85px}.worldcupEvent .info .content{margin:15px auto 25px;font-size:15px;font-weight:400;width:800px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.worldcupEvent .info .content span{font-weight:800}.worldcupEvent .info .content ol{text-align:left}.worldcupEvent .info .content ol li{margin:10px auto 15px;list-style:decimal}.worldcupEvent .info .btn-event{border:0;filter:drop-shadow(0 0 0 transparent);border-radius:3px;margin-bottom:20px;padding:5px 30px}@keyframes a-left{0%{left:0;opacity:0}to{left:calc(50% - 600px);opacity:1}}@keyframes a-right{0%{right:-150px;opacity:0}to{right:0;opacity:1}}@keyframes floating{0%{transform:translateY(5%)}to{transform:translate(0)}}@keyframes breathe{0%{background:url(/_next/static/media/arrow-bg.c8781f63.png) no-repeat 50%/cover}to{background:url(/_next/static/media/arrow-bgb.18988461.png) no-repeat 50%/cover}}@keyframes deco{0%{height:0}to{height:100%}}@keyframes move{0%{opacity:1}to{opacity:0}}.resetPassWordpop .title{font-size:18px;display:flex;align-items:center;margin-bottom:0}.resetPassWordpop .title .icon{margin-right:5spx}.resetPassWordpop .resetPassWord{margin:0 auto;width:350px}.resetPassWordpop .resetPassWord .icon{font-size:14px}.resetPassWordpop .resetPassWord .tip{text-align:left}.resetPassWordpop .btnGroup{margin:10px auto}.duitnowPop{padding:5px 10px!important;font-size:12px;width:350px}.duitnowPop ul{color:#5574a7;margin-bottom:5px}.duitnowPop ul li{margin-left:15px;list-style:decimal;color:#fff}.duitnowPop ul li button{font-size:12px;background:#5574a7;color:#fff;padding:2px 5px;margin-right:10px}.duitnowPop .title{margin:5px auto!important;text-align:center;font-size:18px}.duitnowPop>div{width:100%;color:#5574a7;margin:2px auto;text-align:center}.duitnowPop>div span{font-weight:700}.duitnowPop>div.popTit{background:#525252;display:flex;align-items:center;padding:5px 0;position:relative;justify-content:center;border-radius:5px;color:#fff}.duitnowPop>div.popTit img{width:auto;max-width:300px;height:20px;position:absolute;left:5px}.duitnowPop>div.popTit .icon-close{right:0!important;top:auto!important;color:#fff!important}.duitnowPop>div .sisa{text-align:center;margin:5px 0;color:#fff}.duitnowPop>div .sisa div:last-child{font-weight:700;margin-top:5px;display:flex;align-items:center;justify-content:center;color:#182e56}.duitnowPop>div .sisa div:last-child span{font-size:14px;color:#182e56;font-weight:400;padding:2px 5px;margin:0 1px;background:hsla(0,0%,100%,.95);border:1px solid #d2e2f9;border-radius:4px}.duitnowPop>div.guide{display:flex;flex-flow:column;align-items:center;border-top:1px dotted #aeacac;border-bottom:1px dotted #aeacac;padding:10px 0}.duitnowPop>div.guide span{color:#cf0404}.duitnowPop>div.guide .qrCode{width:180px;height:180px;padding:5px;background:rgba(240,247,255,.8);overflow:hidden;margin:5px 0;display:flex;justify-content:center;align-items:center}.duitnowPop>div.guide .qrCode img,.duitnowPop>div.guide .qrCode svg{width:auto;height:180px}.duitnowPop>div.guide .qrCode path:nth-child(2){fill:#ee2968}.duitnowPop .amount span{font-size:16px;display:block;padding:5px 10px;background:hsla(0,0%,100%,.95);border:1px solid #d2e2f9;border-radius:3px;width:160px;margin:5px auto 10px}.angpaoEvent{min-width:auto;@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&family=Poppins:wght@200;300;400;500;600;800&family=Pridi:wght@300;500&display=swap"}.angpaoEvent .eventPage{min-width:1400px}.angpaoEvent .eventPage--top{min-width:100%;display:flex;align-items:center;flex-flow:column;background:url(/_next/static/media/bg-top.4ad1b035.jpg) no-repeat top,#990100;margin:-1px auto auto}.angpaoEvent .eventPage--bottom{min-width:100%;background:url(/_next/static/media/bg-bottom.3c437590.jpg) no-repeat top,#990100;padding-top:50px;padding-bottom:30px}.angpaoEvent .eventPage .eventTitle{margin:110px auto 40px;width:1200px}.angpaoEvent .eventPage .angpaoModule{position:relative;margin:105px auto 20px;display:flex;justify-content:center;align-items:center;font-family:Poppins,Noto Sans SC,Pridi,sans-serif}.angpaoEvent .eventPage .angpaoModule .angpao{width:350px;height:350px;position:relative;text-align:center;animation:bounce2 1.5s ease-in-out .9s infinite;cursor:pointer}.angpaoEvent .eventPage .angpaoModule .angpao.active{animation:hithere 1s ease 3}.angpaoEvent .eventPage .angpaoModule .angpao--front{position:absolute;bottom:0;z-index:2}.angpaoEvent .eventPage .angpaoModule .angpao--back{position:absolute;top:-100px;left:16px;width:318px;z-index:0}.angpaoEvent .eventPage .angpaoModule .angpao .coin--right{position:absolute;top:-95px;right:50px;width:100px;animation:flip 1.5s ease .2s infinite}.angpaoEvent .eventPage .angpaoModule .angpao .coin--left{position:absolute;top:-120px;left:100px;width:80px;animation:flip 1.5s ease .5s infinite}.angpaoEvent .eventPage .angpaoModule .angpao .btn{font-weight:600;font-size:22px;text-transform:uppercase;color:#fff;background:url(/_next/static/media/btn.179e48f1.png) no-repeat top/contain;width:230px;height:80px;line-height:1;position:absolute;bottom:45px;left:calc(50% - 115px);z-index:3;padding:14px 17px}.angpaoEvent .eventPage .angpaoModule .angpao .btn:hover{transform:translateY(-5px);transition:.5s}.angpaoEvent .eventPage .angpaoModule .angpao .message{position:absolute;z-index:3;bottom:10px;left:calc(50% - 135px);width:270px;height:35px;line-height:1.2;font-size:14px;font-weight:400}.angpaoEvent .eventPage .info .title{font-size:36px;color:#fff;text-align:center;font-family:Poppins,Noto Sans SC,Pridi,sans-serif;font-weight:680;line-height:40px;text-transform:uppercase}.angpaoEvent .eventPage .info ul{margin:20px auto 60px;width:700px;text-align:center}.angpaoEvent .eventPage .info li{font-family:Poppins,Noto Sans SC,Pridi,sans-serif;font-weight:400;font-size:18px;margin-bottom:15px;line-height:1.4}.angpaoEvent .eventPage .info li a{color:#ffce6e}.angpaoEvent .eventPage .info li a:hover{color:#492a0c;transition:.5s}.angpaoEvent .eventPage .info .eventList{width:700px;margin:30px auto;padding-bottom:50px}.angpaoEvent .eventPage .info .eventList>div{display:flex}.angpaoEvent .eventPage .info .eventList>div>div{margin:1.5px;padding:10px 5px;color:#1e1e1e;font-weight:700;text-align:center;flex:1 1}.angpaoEvent .eventPage .info .eventList>div:nth-child(2n)>div{background:#ff9e95}.angpaoEvent .eventPage .info .eventList>div:nth-child(odd)>div{background:#ff5f4f}.angpaoEvent .eventPage .info .eventList>div:first-child>div{background:#f83637;color:#fff}.angpaoEvent .eventPage .info .nodata{flex-direction:column;align-items:center;justify-content:center;color:#fff}.angpaoEvent .eventPage .info .nodata>div{color:#fff;background:transparent}@keyframes bounce2{0%,30%,70%,90%,to{transform:translateY(0)}40%{transform:translateY(-10px) scaleX(1.05)}60%{transform:translateY(-15px)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out}40%{transform:perspective(400px) translateY(180px) rotateY(170deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateY(180px) rotateY(190deg);animation-timing-function:ease-in}80%{transform:perspective(400px) rotateY(1turn);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.header .logo{position:relative}.thiaPop{padding:5px 10px!important;font-size:12px;width:350px}.thiaPop ul{color:#5574a7;margin-bottom:5px}.thiaPop ul li{margin-left:15px;list-style:decimal;color:#ccc}.thiaPop ul li button{font-size:12px;background:#5574a7;color:#fff;padding:2px 5px;margin-right:10px}.thiaPop .title{margin:5px auto!important;text-align:center;font-size:16px}.thiaPop>div{width:100%;color:#5574a7;margin:2px auto;text-align:center}.thiaPop>div span{font-weight:700}.thiaPop>div.popTit{background:#0d3e64;display:flex;align-items:center;padding:5px 0;position:relative;justify-content:center;border-radius:5px;color:#fff}.thiaPop>div.popTit img{width:auto;max-width:150px}.thiaPop>div.popTit .icon-close{position:absolute;right:0!important;top:5px!important;color:#fff!important}.thiaPop>div.guide{display:flex;flex-flow:column;align-items:center;justify-content:center;border-radius:5px;width:calc(100% - 14px);padding:10px 7px;margin:5px auto;background:#1f1f1f}.thiaPop>div.guide span{color:#cf0404}.thiaPop>div.guide .banklogo{padding:0 10px}.thiaPop>div.guide .banklogo img{width:130px}.thiaPop>div.guide .qrCode{width:160px;height:160px;padding:5px;background:#525252;overflow:hidden;margin:5px 0;display:flex;justify-content:center;align-items:center}.thiaPop>div.guide .qrCode img,.thiaPop>div.guide .qrCode svg{width:auto;height:160px}.thiaPop>div.guide .qrCode path:nth-child(2){fill:#ee2968}.thiaPop .amount{color:#cf0404;border-radius:3px;line-height:1.8}.thiaPop .amount span{padding:2px 5px;background:hsla(0,0%,100%,.95);margin:5px auto 10px}.thiaPop .description{margin:10px auto 5px;display:flex;align-items:center;justify-content:center;width:100%;color:#aeacac}.thiaPop .description input{border:0;background:#525252;padding:3px 5px;border-radius:3px;margin:0 5px;color:#aeacac}.thiaPop .description input:focus{outline:none;background:hsla(0,0%,100%,.85);transition:.2s}.thiaPop .description button{border-radius:3px;background:#caa66f;color:#fff;display:flex;align-items:center;justify-content:center;height:21px;transition:.3s}.thiaPop .description button:hover{background:#e3ba79;transition:.3s}.thiaPop .info{line-height:1.2}.thiaPop .info span{color:#cf0404;font-weight:400}.thiaPop .info p{font-weight:700;font-size:13px;margin:4px auto;padding-bottom:8px;border-bottom:1px dotted #aeacac;color:#ccc}.thiaPop .info div{margin:10px auto 8px;color:#ccc}.thiaPop .info .note{font-weight:700;margin:5px auto;padding-top:10px;border-top:1px dotted #1e85ec}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.lobby{overflow:hidden}.lobby-content{width:1400px;margin:85px auto 90px;display:flex;flex-wrap:wrap;justify-content:flex-start}.lobby-content-item{display:flex;flex-direction:column;align-items:center;font-weight:500;margin:0 10px 20px;position:relative}.lobby-content-item .img-wrapper{position:relative;overflow:hidden;border-radius:25px}.lobby-content-item .img-wrapper img{width:260px}.lobby-content-item .img-wrapper .btn-container{background:url(/_next/static/media/lobby-hover.cf9889b7.png) no-repeat 50%/cover;position:absolute;z-index:2;width:260px;height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.3s;transform:translateY(0);opacity:0;visibility:hidden}.lobby-content-item .img-wrapper .btn-container button{border-radius:50px;width:110px;height:40px;color:#fff;border:2px solid #fff;margin-top:80px;box-shadow:0 0 3px #fff;text-shadow:0 0 3px #fff}.lobby-content-item .img-wrapper:hover{cursor:pointer}.lobby-content-item .img-wrapper:hover .btn-container{transform:translateY(-100%);visibility:visible;opacity:1}.lobby-content-item.under:before{display:block;content:"";background:url(/_next/static/media/lobby-under.f0268ee8.png) no-repeat 50%/cover;width:260px;height:260px;position:absolute;left:0;top:0;z-index:3;border-radius:25px}.lobby-content-item.under .under-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;font-size:16px;text-shadow:0 0 4px #fff}.lobby-content-item.under .img-wrapper img{filter:grayscale(100%)}.lobby-content.slots{display:flex;flex-direction:column}.lobby-content.slots .top{border-radius:20px;padding:35px;background:#101010}.lobby-content.slots .top .search-bar{display:flex;border-bottom:1px solid #404648;padding-bottom:18px;margin:10px 80px 25px 15px}.lobby-content.slots .top .search-bar img{width:20px}.lobby-content.slots .top .search-input{border:none;margin-left:2px;outline:none;background:#101010;caret-color:#fff}.lobby-content.slots .top .search-input::-webkit-input-placeholder{color:#959292}.lobby-content.slots .top .search-input:not(:placeholder-shown){color:#fff}.lobby-content.slots .top .provider{height:80px;overflow:hidden;position:relative}.lobby-content.slots .top .provider-list{display:flex;flex-wrap:wrap}.lobby-content.slots .top .provider-list-item{letter-spacing:.8px;font-weight:400;display:flex;color:#fff;align-items:center;background:#1f1f1f;width:179px;height:55px;padding-left:15px;border-radius:15px;margin:15px 0 0 15px}.lobby-content.slots .top .provider-list-item>div:first-child{box-shadow:0 0 5px #fff;width:35px;height:35px;border-radius:50px;display:flex;background:#fff}.lobby-content.slots .top .provider-list-item>div:last-child{margin-left:7px}.lobby-content.slots .top .provider-list-item img{width:50px;padding:3px}.lobby-content.slots .top .provider-list-item:hover{cursor:pointer}.lobby-content.slots .top .provider-list-item.active,.lobby-content.slots .top .provider-list-item:hover{color:#fff;background:linear-gradient(90deg,#1e1e1e 0,red)}.lobby-content.slots .top .provider-list-item.under{position:relative;background:#000}.lobby-content.slots .top .provider-list-item.under:after{position:absolute;display:block;content:"";background:url(/_next/static/media/under.9282268d.png) no-repeat 50%/cover;height:40px;width:40px;right:75px}.lobby-content.slots .top .provider-list-item.under:before{position:absolute;background:rgba(0,0,0,.651);display:block;content:"";width:100%;height:55px;border-radius:15px;left:0;top:0}.lobby-content.slots .top .provider.active{height:auto}.lobby-content.slots .top .provider.active button{transition:.7s;transform:rotate(-180deg)}.lobby-content.slots .top .provider button{position:absolute;background:#aeacac;border-radius:50px;padding:15px;right:5px;top:17px;transition:.7s}.lobby-content.slots .top .provider button img{width:18px}.lobby-content.slots .select-bar{display:flex;align-items:center;color:#bfbfbf;justify-content:space-around;width:1000px;margin:30px auto 10px;padding:10px 0 0;border-bottom:2px solid #1c1f20;position:relative}.lobby-content.slots .select-bar>div{margin-bottom:-2px;padding-bottom:20px;color:#fff;font-weight:400}.lobby-content.slots .select-bar>div.active{border-bottom:2px solid red;color:red;font-weight:700}.lobby-content.slots .select-bar>div:hover{color:red;cursor:pointer}.lobby-content.slots .slots-list{display:flex;justify-content:flex-start;flex-wrap:wrap;width:1400px}.lobby-content.slots .slots-list-item{margin-top:40px;flex-grow:0;flex-shrink:0;flex-basis:calc(20% - 47px);position:relative}.lobby-content.slots .slots-list-item .img-wrapper{position:relative;overflow:hidden;border-radius:25px;z-index:2;width:222px}.lobby-content.slots .slots-list-item .img-wrapper img{width:220px;border-radius:25px;border:1px solid rgba(0,0,0,.059)}.lobby-content.slots .slots-list-item .img-wrapper .btn-container{background:linear-gradient(180deg,rgba(0,0,0,.317),#000);position:absolute;z-index:2;width:222px;height:222px;border-radius:25px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.3s;transform:translateY(0);opacity:0;visibility:hidden}.lobby-content.slots .slots-list-item .img-wrapper .btn-container .btn-demo,.lobby-content.slots .slots-list-item .img-wrapper .btn-container .btn-play{border-radius:50px;width:110px;height:40px;color:#fff}.lobby-content.slots .slots-list-item .img-wrapper .btn-container .btn-play{background:#c01d21;box-shadow:0 0 12px 0 hsla(0,0%,100%,.85);margin-bottom:15px;font-weight:700}.lobby-content.slots .slots-list-item .img-wrapper .btn-container .btn-demo{border:1px solid #fff}.lobby-content.slots .slots-list-item .img-wrapper:hover .btn-container{transform:translateY(-100%);visibility:visible;opacity:1}.lobby-content.slots .slots-list-item .details{display:flex;align-items:center;position:relative}.lobby-content.slots .slots-list-item .details>div:first-child{border:1px solid #5a5a5a;width:220px;margin-top:-40px;border-radius:25px;padding:48px 0 12px}.lobby-content.slots .slots-list-item .details>div:last-child{position:absolute;right:30px;bottom:20px}.lobby-content.slots .slots-list-item .details>div:last-child img{width:23px;filter:drop-shadow(0 0 6px #C9C9C9)}.lobby-content.slots .slots-list-item .details>div:last-child.active img{filter:unset}.lobby-content.slots .slots-list-item .details>div>div{margin-left:12px}.lobby-content.slots .slots-list-item .details>div>div:first-child{color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:155px}.lobby-content.slots .slots-list-item .details>div>div:last-child{color:#707a7f;font-size:10px}.lobby-content.slots .slots-list-item:hover{cursor:pointer}.lobby-content.slots .slots-list-item:hover .details>div:first-child{background:linear-gradient(90deg,#1e1e1e 0,red);border:0;width:222px}.lobby-content.slots .slots-list-item:hover .details>div>div:first-child{color:#fff}.lobby-content.slots .slots-list-item .under{background:rgba(0,0,0,.631);width:222px;height:221px;border-radius:25px;position:absolute;top:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;text-shadow:0 0 4px #fff}.lobby-content.slots .slots-list-item .new-icon{right:10px;top:-13px}.lobby-content.esports{width:100%;background:#000;display:flex;justify-content:center;padding:30px 0;margin:85px auto 50px;flex-wrap:nowrap}.lobby-content.esports .lobby-content-item{margin:0 18px 0 0}.lobby-content.esports .lobby-content-item img{width:455px}.lobby-content.esports .lobby-content-item:hover{filter:drop-shadow(0 0 10px #A1A1A1);cursor:pointer;transition:.2s}.lobby-content.esports .lobby-content-item:hover img{width:460px;transition:.3s}.lobby-content.esports .lobby-content-item.under:before{display:block;content:"";width:100%;height:80%;top:unset;bottom:45px;background:linear-gradient(180deg,transparent,#000 80%);border-radius:15px}.lobby-content.esports .lobby-content-item.under .under-text{color:#fff}.lobby-content.esports .lobby-content-item.under img{filter:grayscale(1)}.lobby-content.esports .lobby-content-item .new-icon{right:0;top:5px}.lobby-title{color:#fff;margin-top:15px;font-size:20px}.lobby .esports-game-list{display:flex;justify-content:center;margin-bottom:90px}.lobby .esports-game-list a{margin-right:15px;position:relative}.lobby .esports-game-list a .new-icon{background:#42ac5e;border-radius:50px;width:50px;height:50px;position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;right:0;top:-15px;color:#fff}.lobby .esports-game-list a:hover{filter:drop-shadow(0 0 10px #A1A1A1);cursor:pointer;transition:.2s}.lobby .esports-game-list a:hover img{width:345px;transition:.3s}.lobby .esports-game-list a.under{position:relative}.lobby .esports-game-list a.under:before{position:absolute;display:block;content:"";width:100%;height:80%;bottom:0;background:linear-gradient(180deg,transparent,#000 80%);border-radius:15px;z-index:2}.lobby .esports-game-list a.under .under-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;z-index:3;text-align:center;font-size:16px;text-shadow:0 0 4px #fff}.lobby .esports-game-list a.under img{filter:grayscale(1)}.lobby .esports-game-list img{width:340px;border-radius:20px}.lobby .new-icon{background:#42ac5e;border-radius:50px;width:50px;height:50px;color:#fff}.lobby .hot-icon,.lobby .new-icon{position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;left:0;top:18px}.lobby .hot-icon{width:60px;height:60px}.lobby .hot-icon img{width:100%}.lobby .nodata{color:#e5e5e5;display:flex;flex-direction:column;align-items:center;margin-top:70px}.lobby .nodata img{width:60px;margin-bottom:10px}.euro{background:#143cdb}.euro .wrapper{padding-top:150px;min-height:1900px;background:#143cdb url(/_next/static/media/top-bg.ea61f11e.jpg) no-repeat bottom/cover;position:relative}@media(min-width:2000px){.euro .wrapper{min-height:2500px}}.euro .wrapper:before{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:512px;z-index:0;background:url(/_next/static/media/top-item.0c0c3326.png) no-repeat 50%/cover}@media(min-width:2000px){.euro .wrapper:before{height:650px}}.euro-predition{margin:0 0 120px;position:relative;z-index:2;display:none}.euro-predition.active{display:block}.euro-predition-content{position:relative}.euro-predition-content.end>.mask{display:flex}.euro-predition-content>.mask{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;border-radius:15px;max-width:1355px;height:100%;padding:0 50px;box-sizing:border-box;font-size:20px;background:rgba(14,42,153,.75);z-index:5;display:none;align-items:center;justify-content:center}.euro-predition .title{font-size:60px;font-weight:700;line-height:1.2;text-transform:uppercase;color:#f9bf4b;margin-bottom:10px}.euro-predition .title span{display:block}.euro-predition .subtitle{width:500px;font-size:26px;line-height:1.2;color:#fff}.euro-predition .top{margin:0 auto 50px;display:flex;align-items:center;justify-content:center}.euro-predition .top>div{margin-right:50px}.euro-predition .top img{width:438px}.euro>.title{font-size:50px;font-weight:700;line-height:1.2;text-transform:uppercase;color:#f9bf4b;text-align:center;margin:50px auto}.euro>.title span{display:block;color:#fff;font-size:25px;margin:10px auto 20px}.euro .logo{width:500px;display:block;margin:0 auto 50px}.euro .event-title{width:800px;font-size:80px;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;line-height:1;margin:0 auto;position:relative;z-index:1}.euro .event-date{font-size:30px;font-weight:400;color:#f9bf4b;display:block;text-transform:capitalize;margin-top:20px}.euro .banner{margin-top:-200px;pointer-events:none}@media(max-width:1920px){.euro .banner{margin-top:-90px}}.euro-mission{max-width:1350px;margin:0 auto 30px;display:flex;justify-content:space-between;position:relative}.euro-mission.end>.mask{display:flex}.euro-mission>.mask{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1355px;height:100%;padding:0 50px;font-size:20px;background:rgba(14,42,153,.75);z-index:5;display:none;align-items:center;justify-content:center}.euro-mission-item,.euro-mission>.mask{border-radius:15px;box-sizing:border-box}.euro-mission-item{flex:0 0 49%;padding:30px 50px;margin-right:30px;background:#0e2a99}.euro-mission-item:last-child{margin-right:0}.euro-mission .title{display:flex;align-items:center;justify-content:space-between;font-size:26px;color:#fff;text-transform:capitalize;position:relative}.euro-mission .title:after{content:"";display:block;position:absolute;bottom:-10px;background:#fff;width:100%;height:1px}.euro-mission .title a,.euro-mission .title button{color:#143cda;background:#f9bf4b;padding:10px;display:inline-block;min-width:157px;text-align:center;border-radius:50px;font-size:16px;transition:.2s}.euro-mission .title a:hover,.euro-mission .title button:hover{background:#fff;transition:.2s}.euro-mission .progressBar{margin:150px 25px 100px auto;position:relative;background:#e1e1e1;border-radius:4px}.euro-mission .progressBar .progressItem{width:50%;height:10px;border-radius:10px;position:relative;background:#e1e1e1}.euro-mission .progressBar .progressItem:before{content:"";display:block;width:20px;height:20px;border-radius:50%;background:#0e2a99;position:absolute;right:-9px;top:-4px;z-index:2}.euro-mission .progressBar .progressItem:after{content:"";display:block;width:28px;height:28px;border-radius:50%;background:#fff;position:absolute;right:-13px;top:-8px;z-index:1}.euro-mission .progressBar .progressItem .value{position:absolute;color:#f9bf4b;font-size:16px;width:max-content;width:150px;right:0;top:-35px;transform:translateX(calc(50% - 10px));display:flex;align-items:center;justify-content:center}.euro-mission .progressBar .progressItem .value:before{content:"";position:absolute;top:-30px;width:55px;height:25px;background:url(/_next/static/media/tickets-1.6d427d3b.png) no-repeat 50%/cover}.euro-mission .progressBar .progressItem.active:after{background:#f9bf4b}.euro-mission .progressBar .progressValue{position:absolute;background:#f9bf4b;height:8px;border-radius:4px;left:0;z-index:1}.euro-mission .progressBar .progressValue .number{position:absolute;top:30px;right:0;font-size:16px;font-weight:700;transform:translateX(50%);background:#f9bf4b;color:#143cdb;border-radius:3px;padding:3px 10px}.euro-mission .progressBar .progressValue .number:before{content:"";position:absolute;top:-7px;left:50%;width:10px;height:9px;transform:translateX(-50%);background:url(/_next/static/media/frame.d1161c5b.png) no-repeat 50%/cover}.euro-poll{display:flex;flex-wrap:wrap;justify-content:space-between;background:#0e2a99;max-width:1350px;margin:0 auto;border-radius:15px;padding:30px 50px;box-sizing:border-box}.euro-poll .title{font-size:26px;color:#fff;position:relative;width:100%;margin-bottom:20px;text-transform:capitalize}.euro-poll .title:after{content:"";display:block;position:absolute;bottom:-10px;background:#fff;width:100%;height:1px}.euro-poll-item{flex:0 0 23%;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:10px;padding:20px 0 0;margin-top:15px;position:relative}.euro-poll-item img{width:110px;margin-bottom:20px}.euro-poll-item .title{color:#000;text-transform:capitalize;text-align:center}.euro-poll-item .close-icon{display:none;opacity:0;width:45px}.euro-poll-item .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(14,42,153,.75);z-index:4;display:none;align-items:center;justify-content:center}.euro-poll-item.closed .close-icon{display:block;opacity:1}.euro-poll-item.closed .mask{display:flex}.euro-poll-item.finished{justify-content:flex-end}.euro-poll-item.finished .inputBox-event{background:#143cdb;border:0}.euro-poll-item.finished .inputBox-event .dropdown{text-align:center}.euro-poll-item.finished .inputBox-event .dropdown>.btn{color:#fff;width:100%;justify-content:center;cursor:text}.euro-poll-item.finished .inputBox-event .dropdown>.btn:after{display:none;opacity:0;visibility:hidden}.euro-poll-item.finished .dropdown-container.active{display:none}.euro-poll-item.finished .btn-group{display:flex;flex-direction:column;height:100px}.euro-poll-item.finished .btn-group img{width:30px;margin-bottom:12px}.euro .inputBox-group{width:100%;padding:0 10px;box-sizing:border-box}.euro .inputBox-event{border:1px solid transparent;border-radius:10px;background:#eee;color:#000;z-index:unset}.euro .inputBox-event.active{border:1px solid #143cdb;border-bottom:0}.euro .inputBox-event.active .dropdown>.btn:after{transform:scaleY(-1)}.euro .inputBox-event:nth-child(2){z-index:3!important}.euro .inputBox-event .dropdown>.btn{color:#000;font-size:15px}.euro .inputBox-event .dropdown>.btn:after{width:22px;height:22px;background:url(/_next/static/media/arrow-icon.be811cc0.png) no-repeat 50%/cover;border:0}.euro .inputBox-event .dropdown .dropdown-container{position:absolute;top:27px;left:-6px;background:#eee;border:1px solid #143cdb;border-top:0;border-radius:0 0 10px 10px;padding-top:5px;z-index:4;transition:none}.euro .inputBox-event .dropdown .dropdown-container .dropdown-item{padding-left:15px;font-size:15px;color:#000;display:flex}.euro .inputBox-event .dropdown .dropdown-container .dropdown-item img{display:flex;align-items:center;justify-content:center;width:25px;margin:0 5px 0 0}.euro .inputBox-event .dropdown .dropdown-container .dropdown-item:hover{background:#143cdb;color:#fff}.euro .inputBox-event .icon:before{color:#ff004e}.euro .btn-group{display:flex;align-items:center;justify-content:center;background:#f9bf4b;width:100%;height:100px;padding:20px 10px;box-sizing:border-box;border-radius:0 0 10px 10px}.euro .btn-group .btn-cancel,.euro .btn-group .btn-submit{border-radius:10px;padding:15px 10px;background:#fff;min-width:100px;margin-right:10px}.euro .btn-group .btn-submit{background:#143cdb;color:#fff;margin-right:0;transition:.2s}.euro .btn-group .btn-submit:hover{filter:brightness(1.2);transition:.2s}.euro .btn-group .btn-submit.disable{background:#eee;color:#8f8f8f;cursor:auto}.euro .btn-group .btn-submit.disable:hover{filter:brightness(1);background:#eee}.euro .btn-group .btn-cancel:hover{background:#eee;transition:.2s}.euro-reward{display:flex;justify-content:space-between;max-width:1350px;margin:0 auto 120px}.euro-reward-item{flex:0 0 32%;border-radius:20px;overflow:hidden}.euro-reward-top{display:flex;align-items:center;justify-content:space-between;padding:5px 20px;min-height:75px}.euro-reward-top.first{background:#ff0100}.euro-reward-top.second{background:#00ba5d}.euro-reward-top.third{background:#5375ff}.euro-reward-top .title{font-size:24px;font-weight:700;color:#fff}.euro-reward-top .title span{font-size:14px;display:block;font-weight:400}.euro-reward-top img{width:75px;margin:-10px 0 5px;display:block}.euro-reward-content{background:#fff;display:flex;align-items:center;justify-content:center;padding:20px 0;height:200px}.euro-reward-content img{width:170px;margin-right:30px;border-radius:20px}.euro-reward-content .info{display:flex;flex-direction:column}.euro-reward-content .info .subtitle{color:#c2c2c2;font-size:14px}.euro-reward-content .info .reward{color:#143cdb;font-size:18px;width:150px;margin-bottom:20px}.euro-reward-result{background:#c2c2c2;text-align:center;padding:10px;line-height:1.2;font-weight:700;border-radius:0 0 20px 20px;height:85px;display:flex;align-items:center;justify-content:center}.euro-reward-result span{display:block}.euro-reward-result.active{background:#f9bf4b;color:#143cdb}.euro-reward-result.active.one>div>div{flex:1 0 50%}.euro-reward-result.active.one>div span{flex:1 0 50%;font-size:18px}.euro-reward-result.active>div{display:flex;align-items:center;justify-content:center;height:100%;font-size:16px;width:100%}.euro-reward-result.active>div>div{flex:1 0 30%}.euro-reward-result.active>div span{flex:1 0 80%;position:relative;padding:10px 20px;box-sizing:border-box;height:100%;font-size:12px;display:flex;align-items:center;justify-content:center}.euro-reward-result.active>div span:before{content:"";position:absolute;height:100%;width:1px;top:0;left:0;background:#143cdb}.euro-extra-reward{max-width:1350px;margin:0 auto 120px}.euro-extra-reward>div:first-child{display:flex;flex-direction:column;border-radius:20px;overflow:hidden}.euro-extra-reward-item{display:flex;color:#143cdb;background:#f8f8f8;font-size:20px;font-weight:700}.euro-extra-reward-item:nth-child(2n){background:#f9bf4b}.euro-extra-reward-item .subtitle{flex:1 0 20%;border-right:3px solid #fff;padding:10px 10px 10px 20px}.euro-extra-reward-item .reward{flex:1 0 80%;padding:10px 10px 10px 20px}.euro-extra-reward-rule{display:flex;align-items:center;justify-content:center;border-radius:0;width:80%;margin:30px auto}.euro-extra-reward-rule-item{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:20px 30px;font-size:20px}.euro-extra-reward-rule-item:first-child{flex:0 0 60%;padding-right:60px;color:#f9bf4b;font-size:20px;font-weight:700}.euro-extra-reward-rule-item:first-child div{line-height:1.2;margin-bottom:10px}.euro-extra-reward-rule-item:last-child{flex:0 0 40%;position:relative}.euro-extra-reward-rule-item:last-child:before{content:"";position:absolute;top:50%;left:-50px;height:calc(100% - 40px);transform:translateY(-50%);width:1px;background:#fff}.euro-extra-reward-rule-item>div{width:100%;display:flex;justify-content:space-between}.euro-extra-reward-rule-item .subtitle{font-weight:700;margin-bottom:5px}.euro-tnc{max-width:1350px;margin:0 auto;padding-bottom:50px}.euro-tnc ul{font-size:16px}.euro-tnc ul li{margin-bottom:20px}.euro-footer{background:#143cda}.euro-tab{display:flex;align-items:center;justify-content:center;text-align:center;margin:-500px 0 120px;position:relative;z-index:3}@media(min-width:2000px){.euro-tab{margin-top:-600px}}.euro-tab button{color:#fff;font-size:20px;padding:10px 20px;border-bottom:2px solid transparent;transition:.3s;font-weight:600}.euro-tab button.active,.euro-tab button:hover{border-bottom:2px solid #fff;transition:.3s}.euro-fixture{background:url(/_next/static/media/fixture-bg.aa708ed4.png) no-repeat 50%/cover;min-width:1400px;min-height:1000px;position:relative;margin:-150px 0 120px;padding:2%;box-sizing:border-box;display:none;align-items:center}.euro-fixture.active{display:flex}@media(max-width:1600px){.euro-fixture{margin:-150px 0 80px}}.euro-fixture .group-left,.euro-fixture .group-right{display:flex;align-items:center;justify-content:center;width:40%}.euro-fixture .group-middle{display:flex;flex-direction:column;width:20%;min-height:1000px;position:relative}@media(max-width:1600px){.euro-fixture .group-middle{min-height:880px}}.euro-fixture .group-middle .logo{position:absolute;top:10%;left:50%;transform:translateX(-50%);width:250px;margin-bottom:50px}@media(min-width:2000px){.euro-fixture .group-middle .logo{width:320px}}.euro-fixture .group-right,.euro-fixture .group-right .group-row{flex-direction:row-reverse}.euro-fixture .group-right .group-row>div{margin-right:0;margin-left:2%}.euro-fixture .group-right .group-row>div:nth-child(2) .group-two:before{left:-12px;width:12px;right:unset}@media(min-width:2200px){.euro-fixture .group-right .group-row>div:nth-child(2) .group-two:before{width:15px;left:-15px}}.euro-fixture .group-right .group-two:before{left:-10px;right:unset}.euro-fixture .group-right .group-two.before:after{right:-12px;left:unset;width:12px}@media(max-width:1700px){.euro-fixture .group-right .group-two.before:after{width:10px;right:-10px}}@media(min-width:2200px){.euro-fixture .group-right .group-two.before:after{width:15px;right:-15px}}.euro-fixture .group-right .group-two.after-bottom:after,.euro-fixture .group-right .group-two.after-top:after{left:-10px;right:unset}.euro-fixture .group-right .group-two .group-item{border-bottom:0;margin-bottom:5%;padding:0}.euro-fixture .group-right .group-two .group-item:last-child{margin-bottom:0}@media(max-width:1600px){.euro-fixture .group-right .group-two .group-item{padding:2% 0}}.euro-fixture .group-right .group-one .group-item{border-bottom:0;padding:0}.euro-fixture .group-col{display:flex;flex-direction:column;position:relative;width:25%}.euro-fixture .group-col-match{display:flex;flex-direction:column;width:75%}.euro-fixture .group-match{display:flex;flex-direction:column;border-radius:25px;overflow:hidden;margin-bottom:5%}.euro-fixture .group-match .title{background:#f9bf4b;color:#143cdb;text-align:center;padding:10px 20px;text-transform:uppercase}.euro-fixture .group-item{background:#fafafa;display:flex;align-items:center;color:#143cdb;font-weight:700;padding:5% 8%;border-bottom:1px solid #e6e6e6}.euro-fixture .group-item:last-child{border:0}.euro-fixture .group-item img{width:26px;margin-right:5%;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.25))}@media(max-width:1600px){.euro-fixture .group-item img{width:20px}}.euro-fixture .group-item .team-empty{width:26px;height:26px;margin-right:5%;border-radius:50%;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.25))}.euro-fixture .group-item>div{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width:1600px){.euro-fixture .group-item>div{font-size:12px}}.euro-fixture .group-item .vs,.euro-fixture .group-item-left,.euro-fixture .group-item-right{width:max-content!important;overflow:unset!important;white-space:unset!important;text-overflow:unset!important;align-items:center}.euro-fixture .group-item-left,.euro-fixture .group-item-right{display:flex}.euro-fixture .group-item-left>div,.euro-fixture .group-item-right>div{width:85px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(min-width:2000px){.euro-fixture .group-item-left>div,.euro-fixture .group-item-right>div{width:120px}}.euro-fixture .group-item-right{flex-direction:row-reverse}.euro-fixture .group-item-right img{margin-right:0;margin-left:5%}.euro-fixture .group-item-right>div{text-align:right}.euro-fixture .group-final{box-sizing:border-box;position:absolute;top:50%;transform:translateY(-50%);width:100%}.euro-fixture .group-final .vs{font-size:18px}.euro-fixture .group-final .group-item{border-radius:25px;padding:6% 5%;overflow:hidden;position:relative;z-index:1;justify-content:space-between}.euro-fixture .group-final .title{position:absolute;top:-34px;left:0;z-index:0;height:55px;width:96%;background:#ff0100;border-radius:25px;text-align:center;color:#fff;padding:2%}.euro-fixture .group-row{display:flex;align-items:center;justify-content:center;margin-bottom:2%}.euro-fixture .group-row>div{width:27%;margin-right:3.5%}.euro-fixture .group-row>div:nth-child(2){margin-right:2%}@media(min-width:2200px){.euro-fixture .group-row>div:nth-child(2) .group-two:before{width:15px;right:-15px}}.euro-fixture .group-two{border-radius:20px;margin-bottom:8%;padding:10% 8%;background:#fafafa;position:relative}.euro-fixture .group-two:before{right:-10px}.euro-fixture .group-two.before:after,.euro-fixture .group-two:before{content:"";display:block;height:2px;width:10px;background:#fff;position:absolute;top:50%;transform:translateY(-50%)}.euro-fixture .group-two.before:after{left:-10px}@media(max-width:1700px){.euro-fixture .group-two.before:after{width:10px;left:-8px}}@media(min-width:2200px){.euro-fixture .group-two.before:after{width:15px;left:-15px}}.euro-fixture .group-two.after-top:after{top:calc(50% + 30px);transform:translateY(-50%)}.euro-fixture .group-two.after-bottom:after,.euro-fixture .group-two.after-top:after{content:"";display:block;height:60px;width:1.75px;background:#fff;position:absolute;right:-10px}.euro-fixture .group-two.after-bottom:after{bottom:calc(50% + 30px);transform:translateY(50%)}.euro-fixture .group-two .group-item{border-bottom:0;margin-bottom:5%;padding:0}.euro-fixture .group-two .group-item:last-child{margin-bottom:0}@media(max-width:1600px){.euro-fixture .group-two .group-item{padding:2% 0}}.euro-fixture .group-one{border-radius:20px;margin-bottom:8%;padding:10% 8%;background:#fafafa;position:relative}.euro-fixture .group-one .group-item{border-bottom:0;padding:0}.milestones{scroll-behavior:smooth}.milestones-home{height:100vh;background:url(/_next/static/media/top-bg.97d7c7d0.jpg) no-repeat 50%/cover;justify-content:center;position:relative;padding-bottom:10px}.milestones-home,.milestones-home>div{display:flex;flex-direction:column;align-items:center}.milestones-home>div{margin-top:-300px}.milestones-home>div>div:first-child{font-size:90px;font-weight:700;display:flex;align-items:center}.milestones-home>div>div:first-child span{color:#f60}.milestones-home>div>div:nth-child(2){font-size:65px;width:800px;text-align:center;margin-bottom:30px;line-height:75px}.milestones-home>div>div:nth-child(3){font-size:19px;width:700px;text-align:center;color:#c1c1c1}.milestones-home .top-btn{position:absolute;bottom:210px;animation-iteration-count:infinite;animation-duration:1.5s;animation:bounce 3.6s ease infinite;transform-origin:50% 50%}.milestones-home .top-btn:hover{box-shadow:0 0 12px #fff;border-radius:100%}@keyframes bounce{0%{transform:translateY(0)}5.55556%{transform:translateY(0)}11.11111%{transform:translateY(0)}22.22222%{transform:translateY(-15px)}27.77778%{transform:translateY(0)}33.33333%{transform:translateY(-15px)}44.44444%{transform:translateY(0)}to{transform:translateY(0)}}.milestones .milestones-swiper .swiper-slide.five,.milestones .milestones-swiper .swiper-slide.four,.milestones .milestones-swiper .swiper-slide.six,.milestones .milestones-swiper .swiper-slide.three,.milestones .milestones-swiper .swiper-slide.two{height:100vh;width:100%;background:url(/_next/static/media/two-bg.ca9be3b6.jpg) no-repeat 50%/cover;display:flex;align-items:center}.milestones .milestones-swiper .swiper-slide.five .page-item,.milestones .milestones-swiper .swiper-slide.four .page-item,.milestones .milestones-swiper .swiper-slide.six .page-item,.milestones .milestones-swiper .swiper-slide.three .page-item,.milestones .milestones-swiper .swiper-slide.two .page-item{position:relative;display:flex;flex-direction:column}.milestones .milestones-swiper .swiper-slide.five .page-item>div:first-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:first-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:first-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:first-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:first-child{position:absolute;font-size:35px;background:#fff;border-radius:50px;color:#366dcb;width:160px;padding:0 10px;font-weight:700;text-align:center;left:180px;bottom:250px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:nth-child(2),.milestones .milestones-swiper .swiper-slide.four .page-item>div:nth-child(2),.milestones .milestones-swiper .swiper-slide.six .page-item>div:nth-child(2),.milestones .milestones-swiper .swiper-slide.three .page-item>div:nth-child(2),.milestones .milestones-swiper .swiper-slide.two .page-item>div:nth-child(2){position:absolute;left:180px;bottom:-180px;display:flex;flex-direction:column}.milestones .milestones-swiper .swiper-slide.five .page-item>div:nth-child(2) span:first-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:nth-child(2) span:first-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:nth-child(2) span:first-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:nth-child(2) span:first-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:nth-child(2) span:first-child{font-size:55px;font-weight:900;line-height:70px;width:805px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:nth-child(2) span:last-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:nth-child(2) span:last-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:nth-child(2) span:last-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:nth-child(2) span:last-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:nth-child(2) span:last-child{color:#e6e6e6;font-size:20px;width:800px;font-weight:400}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child{border-bottom:5px solid #2b61bf;display:flex;position:absolute;top:380px;left:210px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child a,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child a,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child a,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child a,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child a{padding:0 30px;display:flex;flex-direction:column;align-items:center;position:relative}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child a span,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child a span,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child a span,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child a span,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child a span{text-align:center;font-size:25px;font-weight:600;color:#2b61bf;padding-bottom:10px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child a:first-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child a:first-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child a:first-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child a:first-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child a:first-child{padding:0 30px 0 0}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child a:last-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child a:last-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child a:last-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child a:last-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child a:last-child{padding:0 0 0 30px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child a.active span,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child a.active span,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child a.active span,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child a.active span,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child a.active span{color:#fff}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child a.active:after,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child a.active:after,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child a.active:after,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child a.active:after,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child a.active:after{display:block;content:"";height:5px;background:#fff;padding:0 55px;position:absolute;bottom:-5.5px}.milestones .milestones-swiper .swiper-slide.five .page-img,.milestones .milestones-swiper .swiper-slide.four .page-img,.milestones .milestones-swiper .swiper-slide.six .page-img,.milestones .milestones-swiper .swiper-slide.three .page-img,.milestones .milestones-swiper .swiper-slide.two .page-img{position:absolute;bottom:0;left:70%}@media(min-width:2560px){.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child{top:530px}}@media(max-width:1600px){.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child{top:260px}}@media(max-width:1400px){.milestones .milestones-swiper .swiper-slide.five .page-item>div:first-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:first-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:first-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:first-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:first-child{bottom:200px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:nth-child(2),.milestones .milestones-swiper .swiper-slide.four .page-item>div:nth-child(2),.milestones .milestones-swiper .swiper-slide.six .page-item>div:nth-child(2),.milestones .milestones-swiper .swiper-slide.three .page-item>div:nth-child(2),.milestones .milestones-swiper .swiper-slide.two .page-item>div:nth-child(2){width:800px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:nth-child(2) span:first-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:nth-child(2) span:first-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:nth-child(2) span:first-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:nth-child(2) span:first-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:nth-child(2) span:first-child{font-size:50px;line-height:60px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child,.milestones .milestones-swiper .swiper-slide.two .page-item>div:last-child{top:335px;left:180px}}.milestones .milestones-swiper .swiper-slide.two .page-img{width:670px;height:800px}.milestones .milestones-swiper .swiper-slide.two .page-item>div:nth-child(2) span:first-child{margin-bottom:40px}@media(min-width:2560px){.milestones .milestones-swiper .swiper-slide.two .page-img{right:0;width:870px;height:1100px}}@media(max-width:1600px){.milestones .milestones-swiper .swiper-slide.two .page-img{width:545px;height:650px;left:66%}}.milestones .milestones-swiper .swiper-slide.three{height:100vh;width:100%;background:url(/_next/static/media/three-bg.081cf244.jpg) no-repeat 50%/cover}.milestones .milestones-swiper .swiper-slide.three .page-item>div:first-child{color:#ff6000}.milestones .milestones-swiper .swiper-slide.three .page-item>div:nth-child(2){line-height:80px}.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child{border-bottom:5px solid #e94801}.milestones .milestones-swiper .swiper-slide.three .page-item>div:last-child a span{color:#e94801;padding-bottom:10px}.milestones .milestones-swiper .swiper-slide.three .page-img{width:560px;height:870px;right:60px;bottom:-80px}@media(min-width:2560px){.milestones .milestones-swiper .swiper-slide.three .page-img{width:730px;height:1150px}}@media(max-width:1600px){.milestones .milestones-swiper .swiper-slide.three .page-img{width:460px;height:720px;right:-20px}}.milestones .milestones-swiper .swiper-slide.four{height:100vh;width:100%;background:url(/_next/static/media/four-bg.9be956d8.jpg) no-repeat 50%/cover}.milestones .milestones-swiper .swiper-slide.four .page-item>div:first-child{color:#4747ae}.milestones .milestones-swiper .swiper-slide.four .page-item>div:nth-child(2){line-height:80px}.milestones .milestones-swiper .swiper-slide.four .page-item>div:nth-child(2) span:first-child{width:850px}.milestones .milestones-swiper .swiper-slide.four .page-item>div:nth-child(2) span:last-child{line-height:30px;margin-top:30px}.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child{border-bottom:5px solid #4747ae}.milestones .milestones-swiper .swiper-slide.four .page-item>div:last-child a span{color:#4747ae;padding-bottom:10px}.milestones .milestones-swiper .swiper-slide.four .page-img{width:605px;height:900px;right:50px;bottom:-80px}@media(min-width:2560px){.milestones .milestones-swiper .swiper-slide.four .page-img{width:820px;height:1200px}}@media(max-width:1600px){.milestones .milestones-swiper .swiper-slide.four .page-img{width:525px;height:740px;bottom:-72px;left:68%}}.milestones .milestones-swiper .swiper-slide.five{height:100vh;width:100%;background:url(/_next/static/media/five-bg.2b60b298.jpg) no-repeat 50%/cover}.milestones .milestones-swiper .swiper-slide.five .page-item>div:first-child{color:#ae0000}.milestones .milestones-swiper .swiper-slide.five .page-item>div:nth-child(2){bottom:-220px;line-height:80px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:nth-child(2) span:last-child{line-height:30px;margin-top:30px}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child{border-bottom:5px solid #af0e0e}.milestones .milestones-swiper .swiper-slide.five .page-item>div:last-child a span{color:#af0e0e;padding-bottom:10px}.milestones .milestones-swiper .swiper-slide.five .page-img{width:600px;height:790px;right:20px}@media(min-width:2560px){.milestones .milestones-swiper .swiper-slide.five .page-img{width:790px;height:1050px}}@media(max-width:1600px){.milestones .milestones-swiper .swiper-slide.five .page-item>div:nth-child(2){bottom:-195px}.milestones .milestones-swiper .swiper-slide.five .page-img{width:520px;height:665px;left:67%}}.milestones .milestones-swiper .swiper-slide.six{height:100vh;width:100%;background:url(/_next/static/media/six-bg.dfc2aa1e.jpg) no-repeat 50%/cover}.milestones .milestones-swiper .swiper-slide.six .page-item>div:first-child{color:#01156d}.milestones .milestones-swiper .swiper-slide.six .page-item>div:nth-child(2){line-height:80px}.milestones .milestones-swiper .swiper-slide.six .page-item>div:nth-child(2) span:last-child{line-height:30px;margin-top:30px}.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child{border-bottom:5px solid #01156d}.milestones .milestones-swiper .swiper-slide.six .page-item>div:last-child a span{color:#01156d;padding-bottom:10px}.milestones .milestones-swiper .swiper-slide.six .page-img{width:605px;height:750px;right:50px}@media(min-width:2560px){.milestones .milestones-swiper .swiper-slide.six .page-img{width:820px;height:1000px}}@media(max-width:1600px){.milestones .milestones-swiper .swiper-slide.six .page-img{width:570px;height:655px;left:65%}}.milestones .milestones-swiper .swiper-button-next,.milestones .milestones-swiper .swiper-button-prev{position:absolute;width:50px;height:50px}.milestones .milestones-swiper .swiper-button-next{background:url(/_next/static/media/right-btn.41f99b62.png) no-repeat 50%/cover;top:90%;right:35%}@media(max-width:1600px){.milestones .milestones-swiper .swiper-button-next{right:32%}}.milestones .milestones-swiper .swiper-button-prev{background:url(/_next/static/media/left-btn.d1011494.png) no-repeat 50%/cover;top:90%;left:58%}@media(max-width:1600px){.milestones .milestones-swiper .swiper-button-prev{left:60%}}.exclusion .infoModule{height:300px}.exclusion-title{display:flex}.exclusion-title:before{background:url(/_next/static/media/exclusion-icon.d3559300.webp) no-repeat 50%/100%;display:block;content:"";width:31px;height:30px;margin-right:2px}.exclusion-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.exclusion-text>div{color:#ccc;font-size:16px;font-weight:600;letter-spacing:.5px;width:500px;text-align:center}.exclusion-text a,.exclusion-text button{margin-bottom:15px;background:#caa66f;font-size:18px;font-weight:700;padding:10px 45px;border-radius:50px;box-sizing:border-box;color:#0a1b38;display:flex;align-items:center;justify-content:center;transition:.2s}.exclusion-text a img,.exclusion-text button img{width:20px;margin-right:8px;margin-top:3px}.exclusion-text a:hover,.exclusion-text button:hover{background:#e3ba79;transition:.2s}.retention{background:#0f1f3b;padding:200px 0 150px;background:url(/_next/static/media/top-bg.dc6235a9.jpg) no-repeat top/cover;position:relative;display:flex;flex-direction:column;align-items:center}.retention .eventpage-tap{margin-top:10px}.retention-wrapper{margin-top:95px}.retention-wrapper,.retention-wrapper .top{display:flex;flex-direction:column;align-items:center}.retention-wrapper .top-item{width:750px;animation:baloon_1 2s infinite;position:relative}.retention-wrapper .top-item-two{position:absolute;width:800px;top:900px}.retention-wrapper .top-btn{background:url(/_next/static/media/btn-bg.59783661.png) no-repeat 50%/100%;width:350px;height:200px;display:flex;align-items:center;justify-content:center;padding:10px;font-size:25px;font-weight:700;color:#fff;text-shadow:0 0 10px #ffce57;margin-top:-70px;animation:livesports 1.5s ease-in-out infinite}.retention-wrapper .top-btn.close{display:none}.retention-wrapper .bonus-list{padding-bottom:100px;display:flex;flex-direction:column;align-items:center}.retention-wrapper .bonus-list>div:last-child{width:1000px}.retention-wrapper .bonus-list .title{display:flex;align-items:center;width:100%}.retention-wrapper .bonus-list .title>div:first-child{color:#fff;background:url(/_next/static/media/title-bg.b180fae1.png) no-repeat 50%/100%;padding:20px 0 3px 40px;font-size:25px;letter-spacing:1px;height:50px;line-height:30px;display:flex;align-items:center}.retention-wrapper .bonus-list .title>div:last-child{background:#4689ff;height:2px;width:670px;margin:20px 0 0 30px}.retention-wrapper .bonus-list .sheet{display:flex;justify-content:center;align-items:center;text-align:center;width:1200px;margin-top:20px}.retention-wrapper .bonus-list .sheet>div{border-right:3px solid #4689ff}.retention-wrapper .bonus-list .sheet>div>div{padding:10px 20px;display:flex;align-items:center;justify-content:center;text-align:center;width:400px}.retention-wrapper .bonus-list .sheet>div>div:first-child{background:#113f90;font-size:23px;font-weight:700;height:70px}.retention-wrapper .bonus-list .sheet>div>div:last-child{background:#e9e9e9;color:#112240;font-size:20px;font-weight:600;height:100px}.retention-wrapper .bonus-list .sheet>div:first-child>div:first-child{border-radius:20px 0 0 0}.retention-wrapper .bonus-list .sheet>div:first-child>div:last-child{border-radius:0 0 0 20px}.retention-wrapper .bonus-list .sheet>div:last-child{border-right:none}.retention-wrapper .bonus-list .sheet>div:last-child>div:first-child{border-radius:0 20px 0 0}.retention-wrapper .bonus-list .sheet>div:last-child>div:last-child{border-radius:0 0 20px 0}.retention-wrapper .turnover-progress{display:flex;flex-direction:column;align-items:center;margin:20px 0 70px}.retention-wrapper .turnover-progress .turnover-title{background:linear-gradient(90deg,#ff6d00,#ffc602);font-size:25px;font-weight:700;letter-spacing:1px;padding:25px 20px 25px 50px;border-radius:55px 55px 0 0;width:900px}.retention-wrapper .turnover-progress .turnover-item{background:linear-gradient(90deg,#ffecab,#ff6d00);width:1050px;border-radius:55px;margin-top:-10px;padding:8px;height:250px}.retention-wrapper .turnover-progress .turnover-item>div{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:25px;font-weight:700;border-radius:55px;height:250px;background:linear-gradient(180deg,#0a3f9d,#09214d)}.retention-wrapper .turnover-progress .turnover-item>div .number{display:flex;width:920px;margin-bottom:20px}.retention-wrapper .turnover-progress .turnover-item>div .number>div:last-child{color:#2c69d8;margin-left:10px}.retention-wrapper .turnover-progress .turnover-item>div .progress{height:30px;background:#000;width:920px;border-radius:50px}.retention-wrapper .turnover-progress .turnover-item>div .progress-bar{background:linear-gradient(90deg,#ff6d00,#fff);height:30px;border-radius:50px;box-shadow:0 0 9px #ffb12a}.retention-wrapper .turnover-progress .turnover-item>div .percent{color:#ffc602;width:920px;display:flex;justify-content:end;margin-top:15px}.retention-wrapper .chip img{position:absolute}.retention-wrapper .chip img:first-child{width:200px;bottom:calc(50% - 750px);left:calc(50% - 1100px);animation:baloon_1 4.5s infinite}.retention-wrapper .chip img:nth-child(2){width:180px;top:calc(50% - 500px);right:0;animation:baloon_1 3s infinite}.retention-wrapper .chip img:last-child{width:220px;bottom:calc(50% - 1200px);right:0;animation:baloon_1 6.5s infinite}.retention-wrapper .bottom{width:1300px}.retention-wrapper .bottom-title{font-size:30px;font-weight:700;margin-bottom:22px}.retention-wrapper .bottom>div{margin-bottom:50px}.retention-wrapper .bottom>div ul{font-size:20px;color:#bcbcbc}.retention-wrapper .bottom>div ul li{margin-bottom:15px}.retention-title{font-size:70px;font-weight:800;text-shadow:0 0 30px #ffd268;display:flex;flex-direction:column;align-items:center;width:1200px;text-align:center;line-height:85px}.retention-title>div{margin-bottom:10px;font-size:22px;text-shadow:none;font-weight:500}@keyframes baloon_1{0%{transform:translateY(10px)}50%{transform:translateY(60px)}to{transform:translateY(10px)}}.eventpage-tap{position:absolute;background:hsla(0,0%,100%,.761);display:flex;align-items:center;justify-content:center;padding:20px 10px;border-radius:50px;margin-top:15px;width:900px}.eventpage-tap>button{display:flex;justify-content:center;width:300px;font-size:20px;font-weight:700;color:#979797}.eventpage-tap>button.active{color:#112240;display:flex;flex-direction:column;align-items:center;position:relative}.eventpage-tap>button.active:after{position:absolute;display:block;content:"";background:#ff7600;height:5px;width:300px;bottom:-20px}.retention-wrapper .bonus-list p span strong,.retention-wrapper .bonus-list p strong span{color:#fff!important;font-weight:700!important}.retention-wrapper .bonus-list p,.retention-wrapper .bonus-list span{color:#fff!important}.retention-wrapper .bonus-list p a span,.retention-wrapper .bonus-list p span a{color:#15c!important}.retention-wrapper .bonus-list table{width:100%!important}.retention-wrapper .bonus-list table tr p span,.retention-wrapper .bonus-list table tr p span span,.retention-wrapper .bonus-list table tr td span{color:#112240!important}.retention-wrapper .bonus-list table tr:first-child p span{color:#fff!important}.retention-wrapper .bonus-list table tr:first-child td{background-color:#113f90!important}.retention-wrapper .bonus-list strong span{color:#fff!important;font-weight:700!important}.retention-wrapper .bonus-list span strong{font-weight:700!important}.retention-wrapper .bonus-list table td{border:none!important;border-right:2px solid #4689ff!important}.retention-wrapper .bonus-list tr td:last-child{border-right:none!important}.retention-wrapper .bonus-list tr:first-child td:first-child{border-top-left-radius:10px!important}.retention-wrapper .bonus-list tr:first-child td:last-child{border-top-right-radius:10px!important}.retention-wrapper .bonus-list tr:last-child td:first-child{border-bottom-left-radius:10px!important}.retention-wrapper .bonus-list tr:last-child td:last-child{border-bottom-right-radius:10px!important}.olympic{font-family:Open Sans,sans-serif}.olympic button{text-transform:uppercase}.olympic-top{background:url(/_next/static/media/background-a.1d5f134e.jpg) no-repeat 50%/cover;position:relative}.olympic-top-logo{width:150px;position:absolute;top:0;left:calc(50% - 740px)}.olympic-top-text{display:flex;flex-direction:column;align-items:center;padding:800px 0 280px;justify-content:end}.olympic-top-text img{width:175px;margin:20px 0 8px}.olympic-top-text>div{font-size:30px;font-weight:400;letter-spacing:1px}.olympic-top-text>div:nth-child(2){font-size:50px;color:#ff8b21;font-weight:700;margin-bottom:20px;letter-spacing:-1px}.olympic-top-text>div:nth-child(3){margin-bottom:5px}.olympic-center{background:#ff8c01;padding-top:50px}.olympic-center-wrapper{max-width:1350px;margin:0 auto;position:relative;z-index:1}.olympic-center .tasks-title{display:flex;justify-content:start;font-size:40px;font-weight:700;text-transform:uppercase;letter-spacing:-1px;width:900px;margin:0 0 40px 8px}.olympic-center .tasks-content{display:flex;align-items:center}.olympic-center .tasks-content .progress-title{background:#301363;border-radius:27px 27px 0 0;display:flex;align-items:center;justify-content:space-between;padding:20px 40px}.olympic-center .tasks-content .progress-title>div{text-transform:uppercase}.olympic-center .tasks-content .progress-title>div:first-child{font-size:30px;font-weight:700}.olympic-center .tasks-content .progress-title>div:last-child{font-size:20px;display:flex;align-items:center}.olympic-center .tasks-content .progress-title>div:last-child:after{display:block;content:"";background:url(/_next/static/media/arrow.5e33a03c.png) no-repeat 50%/cover;width:8px;height:13px;margin:2px 0 0 10px}.olympic-center .tasks-content .progress-box{background:#fff;padding:50px 40px 0;border-radius:0 0 27px 27px}.olympic-center .tasks-content .progress-box>div{display:flex;align-items:center;justify-content:space-between;padding-bottom:55px}.olympic-center .tasks-content .progress-box-item .text{width:540px;color:#301363;font-weight:700;font-size:20px;display:flex;justify-content:space-between;margin-bottom:10px}.olympic-center .tasks-content .progress-box-item .progress-bar{background:#e1e1e1;width:540px;height:26px;border-radius:9px}.olympic-center .tasks-content .progress-box-item .progress-bar-inside{background:#ff8b21;height:26px;border-radius:9px}.olympic-center .tasks-content .progress-box button{background:#ff8b21;color:#fff;font-size:19px;text-transform:uppercase;padding:12px 20px;border-radius:50px;display:flex;align-items:center;justify-content:center;width:250px;margin-left:50px;word-wrap:break-word;text-align:center}.olympic-center .tasks-content .progress-box button:after{display:block;content:"";background:url(/_next/static/media/arrow.5e33a03c.png) no-repeat 50%/cover;width:8px;height:13px;margin:0 0 0 10px}.olympic-center .tasks-content .progress-box button:hover{background:#f97700}.olympic-center .tasks .medal{display:flex;flex-direction:column;align-items:center;margin-left:40px;box-sizing:border-box}.olympic-center .tasks .medal>div{background:#fff;color:#301363;display:flex;flex-direction:column;align-items:center;border-radius:27px;padding-bottom:30px;width:360px;height:335px;justify-content:end;position:relative}.olympic-center .tasks .medal>div span:first-child{font-size:30px;font-weight:800}.olympic-center .tasks .medal>div span:last-child{font-size:100px;color:#ff8b21;margin-top:10px;font-weight:700}.olympic-center .tasks .medal>div:before{position:absolute;display:block;content:"";background:url(/_next/static/media/gold-medal.97cc2fdf.png) no-repeat 50%/cover;width:360px;height:360px;top:-200px}.olympic-center .bouns-title{font-size:40px;font-weight:700;text-transform:uppercase;width:100%;display:flex;justify-content:center;margin:110px 0 45px}.olympic-center .bouns-content{display:flex;align-items:center;justify-content:space-around;padding:0 160px}.olympic-center .bouns-content-item{width:320px}.olympic-center .bouns-content-item .money{background:#fff;padding:0 0 30px;display:flex;flex-direction:column;align-items:center;border-radius:15px 15px 0 0}.olympic-center .bouns-content-item .money img{width:220px}.olympic-center .bouns-content-item .money>div{color:#301363;font-size:30px;font-weight:700}.olympic-center .bouns-content-item .redeem-btn{background:#301363;display:flex;flex-direction:column;align-items:center;padding:20px 0;border-radius:0 0 15px 15px}.olympic-center .bouns-content-item .redeem-btn>div{font-size:30px;color:#fff;font-weight:700;margin-top:10px;text-align:center}.olympic-center .bouns-content-item .redeem-btn button{background:#fff;padding:10px;font-size:16px;border-radius:50px;width:200px;margin:15px 20px;color:#301363;font-weight:700}.olympic-center .bouns-content-item .redeem-btn button:hover{box-shadow:0 0 10px #eadeff;color:#805cbf}.olympic-center-bn{margin-top:-200px}.olympic-bottom{background:#301363;padding-bottom:150px}.olympic-bottom-wrapper{max-width:1350px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.olympic-bottom-title{color:#ff8b21;font-size:40px;font-weight:700;text-transform:uppercase;margin-bottom:50px}.olympic-bottom .sheet{background:#ff8b21;padding:15px;border-radius:30px;margin-bottom:95px}.olympic-bottom .sheet-content-title{border-radius:15px 15px 0 0;background:#ffbd81;display:flex;font-size:30px;font-weight:700}.olympic-bottom .sheet-content-title>div{padding:15px 30px;width:350px;text-align:center}.olympic-bottom .sheet-content-text{height:355px;overflow:hidden;overflow-y:scroll;border-radius:0 0 15px 15px}.olympic-bottom .sheet-content-text>div{background:#ffefe1;display:flex;align-items:center}.olympic-bottom .sheet-content-text>div>div{color:#301363;font-size:20px;padding:20px 30px;width:350px;text-align:center;font-weight:400}.olympic-bottom .sheet-content-text>div:nth-child(odd){background:#fff}.olympic-bottom .sheet-content-text>div:last-child{border-radius:0 0 15px 15px}.olympic-bottom-tnc{padding:0 70px}.olympic-bottom-tnc ul li{line-height:40px;font-size:20px;font-weight:600;margin-bottom:45px;text-indent:-22px}.olympic-footer>div{background:#ff8b21;display:flex;justify-content:center}.olympic-footer>div img{width:220px;padding:40px 0}#survey{position:fixed;bottom:75px;right:70px;width:345px;border-radius:10px;color:#fff;z-index:5;transition:.5s}#survey .survey-icon-btn{position:absolute;bottom:60px;right:-60px;display:flex;justify-content:center;align-items:center;background:#c01d21;border-radius:100%;padding:15px;width:60px;height:60px}#survey .survey-icon-btn img{width:35px;margin-left:3px}#survey .survey-icon-btn:hover{background:red;transition:.3s}#survey .survey-box{position:absolute;bottom:45px;right:-60px;visibility:hidden;background:#f8f8f8;border-radius:10px;width:400px;opacity:0;box-shadow:0 0 6px hsla(0,0%,50%,.431)}#survey .survey-box.active{opacity:1;transition:all 1s ease;visibility:visible}#survey .survey-before{display:flex;flex-direction:column;align-items:center;margin-top:20px;padding:20px 30px}#survey .survey-before>div:first-child{color:#0a1b38;font-size:17px;font-weight:600;text-align:left;width:100%}#survey .survey-before>div:nth-child(2){text-align:left;width:100%;color:#9c9c9c;margin:25px 0 12px;font-size:12px}#survey .survey-before fieldset{border:none;min-width:100%;padding:0;width:100%;display:flex;flex-direction:column;align-items:center}#survey .survey-before fieldset input{width:100%;border:1px solid #e5e5e5;background:#fff;margin:0 0 5px;padding:10px 0 10px 8px;color:#0a1b38;border-radius:5px}#survey .survey-before fieldset input::placeholder{font-size:12px;color:#d8d8d8;font-family:Poppins,sans-serif}#survey .survey-before fieldset input:focus{outline:0;border:2px solid #648dd6}#survey .survey-before fieldset textarea{width:100%;height:150px;border:1px solid #e5e5e5;background:#fff;margin:0 0 5px;padding:10px 0 10px 8px;max-width:100%;resize:none;border-radius:5px;font-size:12px}#survey .survey-before fieldset textarea::placeholder{color:#d8d8d8;font-family:Poppins,sans-serif}#survey .survey-before fieldset textarea:focus{outline:0;border:2px solid #648dd6}#survey .survey-before fieldset button{background:#d83535;font-size:14px;font-weight:600;border-radius:10px;padding:10px 25px;margin:50px 0 20px;color:#fff}#survey .survey-before fieldset button:last-child{background:#dfdfdf;color:#9b9b9b;margin-left:8px}#survey .survey-before fieldset:nth-child(2){margin-top:25px}#survey .survey-before fieldset .tip{display:none}#survey .survey-before fieldset .tip.active{display:block;color:red}#survey .survey-before fieldset.error input,#survey .survey-before fieldset.error textarea{border:2px solid red}#survey .survey-before .survey-input{margin-top:3px;display:flex;flex-direction:column;align-items:center}#survey .survey-before .survey-btn{width:100%;display:flex;flex-direction:row;justify-content:right}#survey .survey-before .survey-btn button:first-child:hover{background:red}#survey .survey-before .survey-btn button:last-child:hover{background:#d6d9df}#survey .survey-before.close{display:none}#survey .survey-after{display:flex;flex-direction:column;align-items:center;padding:130px 30px}#survey .survey-after img{width:150px}#survey .survey-after .icon-close{position:absolute;background:hsla(0,0%,50%,.58);color:#fff;border-radius:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:32px;width:32px;font-size:14px;right:15px;top:15px}#survey .survey-after .icon-close:hover{background:hsla(0,0%,67%,.6)}#survey .survey-after>div:nth-child(2){display:flex;flex-direction:column;align-items:center;color:#0a1b38;font-size:17px;font-weight:600;text-align:left}#survey .survey-after>div:nth-child(2)>div{margin:30px 0}#survey .survey-after>div:last-child{color:#9c9c9c;font-size:12px;text-align:center}#survey .survey-after.close{display:none}.upgrade-tutorial-back{width:900px;min-height:500px;background-color:#000;overflow:hidden;padding:30px;position:relative;border-radius:8px}.upgrade-tutorial-back .closepop{position:absolute;right:0;top:0}.upgrade-tutorial-back .swiper-button-next,.upgrade-tutorial-back .swiper-button-prev{font-size:30px;color:#ccc;font-weight:900;opacity:.2}.upgrade-tutorial-back .swiper-button-next:hover,.upgrade-tutorial-back .swiper-button-prev:hover{opacity:1}.upgrade-tutorial-back .content div{display:flex;justify-content:center;text-align:center;flex-direction:column}.upgrade-tutorial-back .swiper-pagination{position:static}.upgrade-tutorial-back .upgrade-tutorial-radio{display:flex;justify-content:center;margin-top:30px}.edit-phone .input-group{display:flex;justify-content:center;gap:.5em;margin:0 5px}.edit-phone .input-group .inputBox-blue .dropdown .dropdown-container{visibility:hidden;opacity:0;height:300px;overflow-y:auto;position:absolute;background:#fff;width:250px;top:35px;left:-5px;border-radius:5px}.edit-phone .input-group .inputBox-blue .dropdown .dropdown-container.active{visibility:visible;opacity:1;transition:.6s}.edit-phone .input-group .inputBox-blue .dropdown .dropdown-container .inputBox-blue:has(.search){width:80%;justify-self:center}.edit-phone .input-group .inputBox-blue .dropdown .btn,.edit-phone .input-group .inputBox-blue:first-child{width:100px}.edit-phone .input-group .inputBox-blue:nth-child(2){height:21px}.edit-phone .input-group .icon{line-height:0;font-size:12px}#popup .pop .phoneModify{text-align:left}#popup .pop .phoneModify .phoneModify-container{width:100%}#popup .pop .phoneModify .form-content{width:100%;padding:0}#popup .pop .phoneModify .title{font-size:16px;margin:.5em 0 1em;text-align:center}#popup .pop .phoneModify .btnGroup{margin:1em 0}#popup .promotionsInfo .proDataBody{color:#555}#popup .promotionsInfo .table-wrapper{width:100%;overflow:auto}#popup .promotionsInfo table{width:100%!important}#popup .promotionsInfo table tr:first-child p span{color:#fff!important}#popup .promotionsInfo table td{background-color:#eee!important}#popup .promotionsInfo table tr:first-child td{background-color:#525252!important}#popup .promotionsInfo table tbody tr td{border-color:#ccc!important;border-right:1px solid #e1e1e1!important}#popup .promotionsInfo .cashBack table tr{font-weight:700}#popup .promotionsInfo .cashBack table tr .tpName{color:#121311;border-bottom:1px solid #e1e1e1}#popup .promotionsInfo .cashBack table tr .lossAmount{color:#a3742d;border-bottom:1px solid #000}#popup .promotionsInfo .cashBack table tr .cashBackTd span:first-child{color:#121311}#popup .promotionsInfo .cashBack table tr .cashBackTd span:nth-child(2){color:#a3742d}#popup .promotionsInfo .cashBack table td{background-color:#fff!important}#popup .promotionsInfo .proDataBody table{border:none!important}#popup .promotionsInfo .proDataBody table tbody tr:first-child td{border:none!important;border-right:1px solid #ccc!important;background:#525252!important;color:#fff}#popup .promotionsInfo .proDataBody table tbody tr:first-child td span{color:#fff!important}#popup .promotionsInfo .proDataBody table tbody td{background:none!important;background-color:#eee!important;border:1px solid #e1e1e1!important;color:#000}#popup .promotionsInfo table tbody tr th{border-color:#ccc!important;border-bottom:1px solid #ccc!important;background:#525252!important}#popup .promotionsInfo h1,#popup .promotionsInfo h2{color:#000!important}#popup .promotionsInfo .popup-tnc div{width:100%!important}.login-buttons-container{display:flex;justify-content:center;gap:10px}.login-btn{position:relative;border:none;background:transparent;padding:0;border-radius:50%;transition:all .3s ease}.login-btn:hover{box-shadow:0 0 8px 2px hsla(0,0%,71%,.8)}.login-btn img{display:block}.login-btn--line img,.login-btn--telegram img{border-radius:50%;width:40px;height:40px}.binding-divider{display:flex;align-items:center;text-align:center;color:#fff;white-space:nowrap}.binding-divider:after,.binding-divider:before{content:"────";color:hsla(0,0%,100%,.2);flex:1 1;margin:0 10px}.binding-buttons-container{display:flex;flex-direction:row;gap:10px;border-top:10px;justify-content:center;align-items:center}.binding-border-warpper{margin-bottom:8px}.inputModuleRow .iconModule{position:absolute;right:.5vw;top:50%;transform:translateY(-50%);pointer-events:none}.trust-pilot-modal{display:flex;flex-direction:column;align-items:center;padding:40px 20px;text-align:center;color:#fff;background-color:#000;width:480px;border-radius:16px}.trust-pilot-modal_emoji{margin-bottom:24px}.trust-pilot-modal_emoji>img{width:64px;height:64px}.trust-pilot-modal_title{font-size:24px;font-weight:700;margin-bottom:16px;color:#fff}.trust-pilot-modal_description{font-size:16px;margin-bottom:32px;color:#fff;opacity:.8;max-width:400px;line-height:1.5}.trust-pilot-modal_button{background-color:#dc2626;color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:700;margin-bottom:24px;width:100%;max-width:400px;text-align:center}.trust-pilot-modal_skip-button{background:none;border:none;color:#fff;text-decoration:underline;cursor:pointer;opacity:.8;font-size:14px}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}