.am-whitespace.am-whitespace-xs{height:3px}.am-whitespace.am-whitespace-sm{height:6px}.am-whitespace.am-whitespace-md{height:9px}.am-whitespace.am-whitespace-lg{height:15px}.am-whitespace.am-whitespace-xl{height:21px}.am-flexbox{text-align:left;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.am-flexbox.am-flexbox-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.am-flexbox.am-flexbox-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.am-flexbox.am-flexbox-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.am-flexbox.am-flexbox-dir-column .am-flexbox-item{margin-left:0}.am-flexbox.am-flexbox-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.am-flexbox.am-flexbox-dir-column-reverse .am-flexbox-item{margin-left:0}.am-flexbox.am-flexbox-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.am-flexbox.am-flexbox-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.am-flexbox.am-flexbox-wrap-reverse{-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.am-flexbox.am-flexbox-justify-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.am-flexbox.am-flexbox-justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.am-flexbox.am-flexbox-justify-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.am-flexbox.am-flexbox-justify-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.am-flexbox.am-flexbox-justify-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.am-flexbox.am-flexbox-align-start{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.am-flexbox.am-flexbox-align-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.am-flexbox.am-flexbox-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.am-flexbox.am-flexbox-align-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.am-flexbox.am-flexbox-align-baseline{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.am-flexbox.am-flexbox-align-content-start{-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.am-flexbox.am-flexbox-align-content-end{-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.am-flexbox.am-flexbox-align-content-center{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.am-flexbox.am-flexbox-align-content-between{-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between}.am-flexbox.am-flexbox-align-content-around{-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around}.am-flexbox.am-flexbox-align-content-stretch{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.am-flexbox .am-flexbox-item{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:8px;min-width:10px}.am-flexbox .am-flexbox-item:first-child{margin-left:0}.am-button{display:block;outline:0 none;-webkit-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;text-align:center;font-size:18px;height:47px;line-height:47px;overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:nowrap;color:#000;background-color:#fff;border:1px solid #ddd;border-radius:5px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button{position:relative;border:none}html:not([data-scale]) .am-button:before{content:"";position:absolute;left:0;top:0;width:200%;height:200%;border:1px solid #ddd;border-radius:10px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}}.am-button-borderfix:before{-webkit-transform:scale(.49)!important;-ms-transform:scale(.49)!important;transform:scale(.49)!important}.am-button.am-button-active{background-color:#ddd}.am-button.am-button-disabled{color:rgba(0,0,0,.3);opacity:.6}.am-button-primary{color:#fff;background-color:#108ee9;border:1px solid #108ee9;border-radius:5px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-primary{position:relative;border:none}html:not([data-scale]) .am-button-primary:before{content:"";position:absolute;left:0;top:0;width:200%;height:200%;border:1px solid #108ee9;border-radius:10px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}}.am-button-primary.am-button-active{color:hsla(0,0%,100%,.3);background-color:#0e80d2}.am-button-primary.am-button-disabled{color:hsla(0,0%,100%,.6);opacity:.4}.am-button-ghost{color:#108ee9;background-color:transparent;border:1px solid #108ee9;border-radius:5px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-ghost{position:relative;border:none}html:not([data-scale]) .am-button-ghost:before{content:"";position:absolute;left:0;top:0;width:200%;height:200%;border:1px solid #108ee9;border-radius:10px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}}.am-button-ghost.am-button-active{color:rgba(16,142,233,.6);background-color:transparent;border:1px solid rgba(16,142,233,.6);border-radius:5px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-ghost.am-button-active{position:relative;border:none}html:not([data-scale]) .am-button-ghost.am-button-active:before{content:"";position:absolute;left:0;top:0;width:200%;height:200%;border:1px solid rgba(16,142,233,.6);border-radius:10px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}}.am-button-ghost.am-button-disabled{color:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1);border-radius:5px;opacity:1}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-ghost.am-button-disabled{position:relative;border:none}html:not([data-scale]) .am-button-ghost.am-button-disabled:before{content:"";position:absolute;left:0;top:0;width:200%;height:200%;border:1px solid rgba(0,0,0,.1);border-radius:10px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}}.am-button-warning{color:#fff;background-color:#e94f4f}.am-button-warning.am-button-active{color:hsla(0,0%,100%,.3);background-color:#d24747}.am-button-warning.am-button-disabled{color:hsla(0,0%,100%,.6);opacity:.4}.am-button-inline{display:inline-block;padding:0 15px}.am-button-inline.am-button-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.am-button-small{font-size:13px;height:30px;line-height:30px;padding:0 15px}.am-button-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.am-button>.am-button-icon{margin-right:.5em}.am-carousel{position:relative}.am-carousel-wrap{font-size:18px;color:#000;background:none;text-align:center;zoom:1;width:100%}.am-carousel-wrap-dot{display:inline-block;zoom:1}.am-carousel-wrap-dot>span{display:block;width:8px;height:8px;margin:0 3px;border-radius:50%;background:#ccc}.am-carousel-wrap-dot-active>span{background:#888}.main.HomeMain{padding-bottom:1rem;min-height:12.5rem}.eurocup_Gif{position:fixed;z-index:1000;right:.2rem;bottom:2rem;display:inline-flex}.adjust_euro_gif{z-index:1;width:2rem}.adjust_euro_closeIcon{width:.4rem;height:.4rem}.home-mar{margin:.3rem .23rem .1rem}.home-pad{box-sizing:border-box}#logo_img .am-navbar-left{padding-top:.01rem;padding-left:.15rem;-webkit-box-flex:0.3!important;-webkit-flex:0.3!important;-ms-flex:0.3!important;flex:0.3!important}#logo_img .am-navbar-left img{width:.8rem;height:.4rem}#logo_img .am-navbar-title{-webkit-box-flex:0!important;-webkit-flex:0!important;-ms-flex:0!important;flex:0!important}#logo_img .am-navbar-right{-webkit-box-flex:0.7!important;-webkit-flex:0.7!important;-ms-flex:0.7!important;flex:0.7!important}#app .am-navbar-right{margin-right:.15rem}.am-button-small.home-btn-login,.home-btn-login{background:url(/vn/mobile/assets/images/login/login.png) .05rem no-repeat;background-size:auto 50%;margin:0 .05rem;font-size:.12rem;height:.5rem;line-height:.6rem;padding-left:.5rem;background-color:#2a2a2a;color:#fff;border:0;border-radius:.1rem}.am-button-small.home-btn-register,.home-btn-register{background:url(/vn/mobile/assets/images/login/Register_Icon.png) .1rem no-repeat;background-size:auto 55%;margin:0 0 0 .05rem;font-size:.12rem;height:.6rem;line-height:.6rem;padding-left:.6rem;background-color:#2a2a2a;color:#fff;border:0}.btn.home-btn-withdrawal{border:.02rem solid #00caff!important;height:auto!important;line-height:.7rem!important;margin-left:.2rem;color:#00caff!important}.btn.home-btn-active,.btn.home-btn-withdrawal{background:transparent linear-gradient(180deg,#333,#141414) 0 0 no-repeat padding-box}.btn.home-btn-active{border:.02rem solid #00e62e!important;height:auto;color:#00e62e!important;line-height:.7rem}.slider.banner .slider-slide img{border-radius:.2rem;overflow:hidden}.slider.banner .slider-frame{overflow:visible!important}.home-banner{overflow:hidden;width:93%;margin:auto}.home-banner .slider-slide{text-align:center}.bannerImg{width:100%;border-radius:.1rem;height:auto!important}.home-banner .am-carousel-wrap{position:absolute;bottom:.15rem}.home-banner .am-carousel-wrap-dot>span{background:#7a7a7a;display:block;width:.2rem;height:.1rem;margin:0 .06rem;border-radius:.1rem}.home-banner .am-carousel-wrap-dot.am-carousel-wrap-dot-active>span{width:.2rem;height:.1rem;border-radius:.1rem;background:#fff;animation:carouselwidth .2s;-webkit-animation:carouselwidth .2s}.slider-decorator-0{bottom:.22rem!important}.font-mark{color:#ffdf40;font-weight:700;font-size:.3rem}.home-user-arm{flex-direction:row}.home-user-arm,.home-user-arm-logined{color:#fff;display:flex;overflow:hidden}.home-user-arm-logined{margin:.4rem .3rem}.home-left{flex:0.5;font-size:.32rem;display:box;box-orient:vertical;box-align:baseline;display:flex;flex-direction:column;justify-content:flex-start}.home-right{flex:0.6;display:flex;justify-content:flex-end;align-items:center}.main-content-box{color:#fff;margin-top:.15rem;height:.68rem;overflow:hidden;display:flex;border-radius:.1rem}.carousel-box{position:relative}.carousel-box .my-carousel{font-size:.3rem;line-height:.68rem}.icon-notify{align-self:center}.icon-notify i{display:block;width:.4rem;height:.4rem;background-size:6.6rem auto;background-position:-4.98rem -.14rem}.notifications{padding-left:.3rem;font-size:.24rem}.home-game-item{width:100%;border-radius:.05rem;margin-bottom:.36rem;color:#fff;position:relative;z-index:2}.home-game-title{width:100%;height:.33rem;line-height:.33rem;font-size:.16rem;position:relative}.home-game-title h4{padding-left:.6rem;margin-left:.2rem;background:url(/vn/mobile/assets/images/home/gamepad.png) .1rem no-repeat}.home-game-title:before{content:"";position:absolute;width:.1rem;height:100%;background-color:#5084ff;top:0;left:0}.home-game-wrap{width:100%;display:flex;justify-content:space-between}.home-game-wrap.only .home-game,.home-game-wrap.only .home-game-single{flex:1}.home-game-wrap.more .home-game{width:100%}.home-game-wrap.more .home-game:first-child{margin-right:1%}.home-game-wrap.more .home-game:last-child{margin-left:1%}.home-game-wrap .home-game-start{width:100%;font-size:.2rem;padding:.1rem;display:flex;box-sizing:border-box;color:#dadada;justify-content:space-between;background-color:rgba(0,0,0,.5)}.home-game-wrap .home-game-start button{font-family:Roboto}.home-game-start span{width:66%;line-height:.3rem;font-size:.14rem;display:block}.home-game-sbt .home-game-start span{width:1.1rem}.home-game-wrap.more .home-game-start button{flex-basis:1.2rem}.home-game-wrap.more .home-game-start span{flex:1;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rightArrow-btn{background-color:#ffffff60;border-radius:50%;position:absolute;padding:.05rem;bottom:.3rem;left:.15rem;display:flex;box-shadow:.1rem .1rem .1rem #313b3320;backdrop-filter:blur(.5rem)}#homeGameList .rightArrow-icon{width:.35rem;height:.35rem;align-self:center;filter:contrast(200%);background-size:6.5rem auto;background-position:-2.3rem -1.04rem}.CasinoLabel{height:.3rem}.CasinoLabel,.NewProductLabel{border-radius:50%;position:absolute;bottom:1.2rem;left:.15rem;display:flex}.NewProductLabel{height:.45rem}.qp .home-game-title:before{background-color:#a3239f}.qp .home-game-title h4{background:url(/vn/mobile/assets/images/home/dice.png) .1rem no-repeat}.qp .home-game{background:url(/vn/mobile/assets/images/home/KY1.png) 50% no-repeat}.cp .home-game{background:url(/vn/mobile/assets/images/home/sgwcp.png) 50% no-repeat}.cp .home-game-title h4{background:url(/vn/mobile/assets/images/home/sgwcp_logo.png) .1rem no-repeat}.cp .home-game-title:before{background-color:red}.ty .home-game-title:before{background-color:#32e2ad}.ty .home-game-title h4{background:url(/vn/mobile/assets/images/home/football.png) .1rem no-repeat}.ty .home-game:first-child{background:url(/vn/mobile/assets/images/home/imsport-new1.png) 50% no-repeat;margin-right:.03rem}.ty .home-game:last-child{background:url(/vn/mobile/assets/images/home/bti-new1.png) 50% no-repeat}.ty .home-game-single{background:url(/vn/mobile/assets/images/home/sport-2-icon.png) 50% no-repeat}.zr .home-game-title:before{background-color:#ff3d5d}.zr .home-game-title h4{background:url(/vn/mobile/assets/images/home/poker.png) .1rem no-repeat}.zr .only{margin-bottom:.1rem}.zr .home-game-wrap .gpi{background:url(/vn/mobile/assets/images/home/entrance4-1.png) 50% no-repeat;margin-right:.03rem}.zr .home-game-wrap .ebet{background:url(/vn/mobile/assets/images/home/entrance4-2.png) 50% no-repeat}.zr .home-game-wrap .evo{background:url(/vn/mobile/assets/images/home/entrance-EVO.png) 50% no-repeat}.zr .home-game-wrap .wm{background:url(/vn/mobile/assets/images/home/mobile-WM.png) 50% no-repeat}.zr .home-game .home-game-start{font-size:.12rem}.zr .home-game .home-game-start span{width:50%}.home-game-list-wrap .zr .more{margin-top:.2rem}.home-game-list-wrap .zr .only .sexy{background:url(/vn/mobile/assets/images/home/entrance-7-Sexy-mobile.png) no-repeat 50%}.p2p{position:relative}.p2p .newLabel{position:absolute;top:.1rem;left:-.1rem;width:1rem;height:1rem;display:block;z-index:1000}.p2p .newLabel img{width:110%}.lottery .newLabel{position:absolute;top:.1rem;left:-.1rem;width:1rem;height:1rem;display:block;z-index:1000}.lottery .newLabel img{width:110%}.p2p .home-game-title:before{background-color:#ebb112}.p2p .home-game-title h4{background:url(/vn/mobile/assets/images/home/3DCASINO.png) .1rem no-repeat}.p2p .home-game:first-child{position:relative;background:url(/vn/mobile/assets/images/home/p2p/entrance3.png) 50% no-repeat}.gpi .home-game-title:before{background-color:#e65cff}.gpi .home-game-title h4{background:url(/vn/mobile/assets/images/home/star.png) .1rem no-repeat}.gpi .home-game:first-child{background:url(/vn/mobile/assets/images/home/gpi/Gpi-Mobile.png) 50% no-repeat}.home-game-list-wrap .slotgames .home-game.pp{background:url(/vn/mobile/assets/images/home/banner_solt_pp.png) no-repeat 50%}.home-game-list-wrap .slotgames .pp .MOI_tag_pp{width:1.1rem!important;height:.52rem;position:absolute;top:.1rem;left:-.1rem}.home-game-list-wrap .slotgames .only{margin-bottom:.2rem}.slotgames .home-game-title:before{background-color:#ff8900}.slotgames .home-game-title h4{background:url(/vn/mobile/assets/images/home/poker.png) .1rem no-repeat}.dj .home-game:first-child{background:url(/vn/mobile/assets/images/home/esport-new1.png) no-repeat 50%}.dj .home-game:last-child{background:url(/vn/mobile/assets/images/home/banner-one-tf.png) no-repeat 50%}.slotgames .home-game:first-child{background:url(/vn/mobile/assets/images/home/banne_four_spg.png) 50% no-repeat}.slotgames .slotmore .home-game:first-child{background:url(/vn/mobile/assets/images/home/PNG.png) 50% no-repeat}.slotgames .slotmore .home-game:last-child{background:url(/vn/mobile/assets/images/home/RLX.png) 50% no-repeat}.slotgames .home-game:last-child{background:url(/vn/mobile/assets/images/home/banne_four_yds.png) 50% no-repeat}.lottery .home-game:first-child{background:url(/vn/mobile/assets/images/home/entrance3/entrance3-1.png) 50% no-repeat}.dw .home-game-title:before{background-color:#30ea3c}.dw .home-game-title h4{background:url(/vn/mobile/assets/images/home/slot-machine.png) .1rem no-repeat}.dw .home-game:first-child{background:url(/vn/mobile/assets/images/home/Slot-JBO.jpg) 50% no-repeat}.dw .home-game:last-child{background:url(/vn/mobile/assets/images/home/Slot-MGSjpg.jpg) 50% no-repeat}.home-game-wrap .home-game-start button{color:#fff;border:0;background:url(/vn/mobile/assets/images/home/arrow-down-sign-to-navigate.png) 100% no-repeat;background-size:.1rem .15rem;padding-right:.2rem;outline:none;background-color:transparent;white-space:nowrap;font-size:.12rem}#homeGameList .home-game-wrap .home-game{height:100%;display:flex;justify-content:space-between;align-items:flex-end;background-size:100% 100%;animation:bounceUp .9s forwards}#homeGameList .home-game-wrap .home-game img{width:100%;height:auto}#homeGameList .home-game-wrap .home-game-single{height:100%;display:flex;justify-content:space-between;align-items:flex-end;background-size:contain}.gameList-Tab{background-color:#222;display:flex;flex-direction:column;flex:0.9;height:1.4rem;line-height:.18rem;padding-top:.1rem;padding-bottom:.1rem;border-radius:.12rem;width:20%}#homeGameList .am-tabs-default-bar-tab-active .gameList-Tab{border:.02rem solid #00e62e;background-color:#111}.gameList-Tab-skeleton{display:flex;flex-direction:column;width:90%;height:1.3rem;border-radius:.12rem}#homeGameList .am-tabs-default-bar-tab-active .gameList-Tab-skeleton,.gameList-Tab-skeleton{background-color:transparent}.gameList-img{width:.5rem;flex:2;align-self:center}.gameList-name{color:#ccc;font-size:.24rem;flex:1;align-self:center;white-space:nowrap}#homeGameList .am-tabs-default-bar-tab-active .gameList-name{color:#00e62e;font-size:.2rem;flex:1;align-self:center}#homeGameList .am-tabs-default-bar-tab:after{content:none}#homeGameList .am-tabs-default-bar-underline{display:none}#homeGameList .am-tabs-default-bar-tab,#homeGameList .am-tabs-default-bar-tab-active{background:transparent!important;height:1.7rem;line-height:.75rem;border-bottom:none!important;width:18%!important}.gameList-name.spr_font{transform:scale(.9)}#homeGameList .am-tabs-default-bar-content .am-tabs-nextpage:after,#homeGameList .am-tabs-default-bar-content .am-tabs-prevpage:before{background:transparent!important}#homeGameList .am-tabs-ink-bar{display:none!important}#homeGameList .icon_esport{background-size:4.83rem 5.14rem;background-position:-3.06rem -3.55rem}#homeGameList .icon_jif{background-size:4.13rem 5.14rem;background-position:-3.06rem -3.55rem}#homeGameList .am-tabs-default-bar-tab-active .icon_jif{background-position:-3.06rem -4.25rem}#homeGameList .icon_spr{background-position:-4.17rem -3.6rem}#homeGameList .spr_title{height:.5rem;line-height:.25rem;display:inline-block;text-align:center}#homeGameList .am-tabs-default-bar-tab-active .icon_spr{background-position:-4.17rem -4.29rem}#homeGameList .am-tabs-default-bar-tab-active .icon_esport{background-size:4.83rem 5.14rem;background-position:-3.06rem -4.25rem}#homeGameList .icon_sport{background-position:-1.79rem -3.57rem}#homeGameList .am-tabs-default-bar-tab-active .icon_sport{background-position:-1.79rem -4.27rem}#homeGameList .icon_casino{background-position:-2.46rem -3.55rem}#homeGameList .am-tabs-default-bar-tab-active .icon_casino{background-position:-2.46rem -4.25rem}#homeGameList .icon_p2p{background-position:-.52rem -3.5rem}#homeGameList .am-tabs-default-bar-tab-active .icon_p2p{background-position:-.52rem -4.2rem}#homeGameList .icon_slot{background-position:.04rem -3.55rem}#homeGameList .am-tabs-default-bar-tab-active .icon_slot{background-position:.04rem -4.25rem}#homeGameList .icon_lottery{background-position:-1.1rem -3.5rem}#homeGameList .am-tabs-default-bar-tab-active .icon_lottery{background-position:-1.1rem -4.2rem}.game-container{padding:.2rem .05rem;min-height:5rem}.game-cardBox{position:relative}.imageTry{width:100%;height:3rem}.game-cardBox>span{width:100%!important}.gameTitle{color:#fff;font-size:.3rem;position:absolute;top:.27rem;left:.4rem;font-weight:500}.labelTag-icon_p2p_new{width:.69rem;position:absolute;top:1.04rem;left:.18rem}.labelTag-icon_p2p_hot{width:.9rem;position:absolute;top:.75rem;left:.1rem}.labelTag-icon_p2p_new_single{width:.67rem;position:absolute;top:.73rem;left:.18rem}.labelTag-icon_p2p_hot_single{width:.9rem;position:absolute;top:.43rem;left:.2rem}.labelTag-icon_p2p_new_liveC{width:.9rem;position:absolute;top:-.1rem;left:74%}.labelTag-icon_p2p_newLiveC{width:.68rem;position:absolute;top:1.04rem;left:.2rem}.gameCasinoTitle{top:.36rem;left:.15rem}.gameCasinoTitle,.gameCasinoTitle2{color:#fff;font-size:.25rem;position:absolute;font-weight:bolder}.gameCasinoTitle2{top:.25rem;left:.35rem}.gameCasinoTitle3{top:.2rem;left:.2rem;font-weight:bolder}.gameCasinoTitle3,.letsPlay-btn{color:#fff;font-size:.25rem;position:absolute}.letsPlay-btn{padding:.1rem .1rem .1rem .2rem;font-weight:700;bottom:.36rem;left:.4rem;background-color:#ffffff50;border-radius:.08rem;display:flex;box-shadow:.1rem .1rem .1rem #313b3320}.letsPlay-btn span{align-self:center;font-weight:400}.home-game-wrap .more{width:48%;z-index:99}.pd-top-bottom{padding:.2rem 0}@keyframes bounceUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,30rem,0)}60%{opacity:1;transform:translate3d(0,-.2rem,0)}75%{transform:translate3d(0,.1rem,0)}90%{transform:translate3d(0,-.05rem,0)}to{transform:translateZ(0)}}@keyframes carouselwidth{0%{width:.16rem}to{width:.32rem}}@-webkit-keyframes carouselwidth{0%{width:.32rem}to{width:.16rem}}@media screen and (min-width:660px){.home-game-wrap{height:2.52rem}}@media screen and (min-width:760px){.home-game-wrap{height:2.52rem}}@media screen and (min-width:860px){.home-game-wrap{height:2.52rem}}@media screen and (min-width:960px){.home-game-wrap{height:2.52rem}}.am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage,.am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage,.am-tabs-default-bar-top .am-tabs-default-bar-nextpage,.am-tabs-default-bar-top .am-tabs-default-bar-prevpage{background:transparent!important}#homeGameList.specialDomain .dj .home-game{background:none}#homeGameList.specialDomain .home-game-item{height:100%}#homeGameList.specialDomain .home-game-wrap1{position:relative}#homeGameList.specialDomain .home-game-wrap1 img{width:100%}#homeGameList.specialDomain .home-game-wrap1 .home-game-start{position:absolute;left:0;right:0;bottom:0;width:100%;font-size:.2rem;padding:.15rem .1rem;display:flex;box-sizing:border-box;color:#dadada;justify-content:space-between;white-space:nowrap;text-overflow:ellipsis;background-color:rgba(0,0,0,.5);overflow:hidden}#homeGameList.specialDomain .home-game-wrap1 button{color:#fff;border:0;background:url(/vn/mobile/assets/images/home/arrow-down-sign-to-navigate.png) 100% no-repeat;background-size:auto 98%;padding-right:.2rem;outline:none;background-color:transparent}#homeGameList.specialDomain .group_box{margin-top:.2rem;background:url(/vn/mobile/assets/images/home/Group.png) 50% no-repeat;height:2rem}.special_block{line-height:.6rem;margin:.3rem .15rem .26rem;color:#fff;display:flex;align-content:center;justify-content:space-between}.special_block span{color:#fff;border-radius:.05rem;display:inline-block;padding:0 .3rem 0 .2rem;text-align:center;height:.6rem;line-height:.6rem;font-size:.22rem;display:flex;align-items:center}.special_block span img{width:.4rem;margin-right:.15rem}.special_block span.registered{margin-left:.08rem;background:#2a2a2a}.special_block span.login{background:#0d7f00}.home-game-forsport{position:relative;height:auto}.home-game-forsport img{display:block;width:100%}.home-game-forsport .home-game-start{position:absolute;bottom:0;left:0}.jbosport .home-game-title:before{background-color:#32ace2}.europesport .home-game-title:before{background-color:#32e2ad}.europesport .home-game-title h4,.jbosport .home-game-title h4{background:none;padding-left:0;margin-left:.4rem}.europesport .home-game-title h4 i,.jbosport .home-game-title h4 i{display:inline-block;width:.4rem;height:.4rem;vertical-align:middle;background-position:50%;background-repeat:no-repeat;background-size:100%;margin-right:.1rem}.europesport .home-game-title h4 span,.jbosport .home-game-title h4 span{vertical-align:middle}.jbosport .home-game-title h4 i{background-image:url(/vn/mobile/assets/images/home/jboports@2x.png)}.europesport .home-game-title h4 i{background-image:url(/vn/mobile/assets/images/home/football@2x.png)}@media (-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.jbosport .home-game-title h4 i{background-image:url(/vn/mobile/assets/images/home/jboports@3x.png)}.europesport .home-game-title h4 i{background-image:url(/vn/mobile/assets/images/home/football@3x.png)}}.home-game-wrap.forsport{height:auto}.registerSuccessModal{margin-top:-2rem}.registerSuccessModal .am-modal-content{background:transparent}.registerSuccessModal .am-modal-body{padding:0!important}.registerSuccessModal .img{width:5rem;height:5rem;background:url(/vn/mobile/assets/images/home/popup.png) no-repeat;background-size:100% 100%;margin:0 auto}.registerSuccessModal .text{color:#fff;text-align:center;margin-top:.5rem}.registerSuccessModal .closeBtn{display:block;width:.6rem;height:.6rem;background:url(/vn/mobile/assets/images/home/Close_Button.png) no-repeat;background-size:100% 100%;margin:0 auto}.sponsorContent{width:96%;margin:auto;font-size:.24rem;padding-bottom:.3rem}.sponsorContent .sponsor-title{width:100%}.sponsor-title .am-accordion-header{width:100%;line-height:.3rem;background:#000!important;color:#fff!important}.sponsor-title .am-accordion-content-box:after,.sponsor-title .am-accordion-header:after{border-bottom:0!important}.sponsor-title .am-accordion-content{background:#000!important;padding:.1rem}.sponsorContent h3{line-height:.7rem;font-size:.34rem;color:#fff}.sponsorContent ul li{line-height:.7rem;color:#ccc}.sponsorContent ul li a{color:#0ff}.sponsorContent ul h5{line-height:.7rem;font-size:.34rem;color:#fff}.sponsorContent ul li p{display:inline-block;font-weight:700}.sponsorContent ul .li-a a{color:#fff}.HomeMain .seocontent{width:96%;margin:auto;font-size:.24rem;padding-bottom:.4rem;flex-direction:column}.HomeMain .seocontent a{display:inline-block}.HomeMain .seocontent .seocontent-title{width:100%;flex-direction:row;align-items:center;justify-content:space-between}.HomeMain .seocontent .seocontent-title h1{width:90%;font-size:.26rem;color:#fff;overflow:hidden;margin:auto;text-align:center}.HomeMain .seocontent .seocontent-title span{display:block;width:.4rem;height:.4rem}.HomeMain .seocontent .seocontent-title .showicon{margin:.2rem auto;background-size:9.66rem auto;background-position:-5.49rem -1.64rem}.HomeMain .seocontent .seocontent-title .heidicon{margin:.2rem auto;background-size:9.66rem auto;background-position:-4.46rem -1.64rem}.HomeMain .seocontent ul li{line-height:.4rem;padding-bottom:.3rem;color:#ccc}.HomeMain .seocontent ul li a{color:#60afff;text-decoration:underline}.HomeMain .seocontent ul h2{padding-bottom:.3rem;line-height:.4rem;font-size:.28rem;color:#fff}.HomeMain .seocontent ul h3{padding-bottom:.3rem;line-height:.4rem;font-size:.25rem;color:#fff}.HomeMain .seocontent ul h5{font-size:.34rem;line-height:.5rem;padding-bottom:.3rem;color:#fff}.HomeMain .seocontent ul li p{display:inline-block;font-weight:800}.HomeMain .seocontent ul li i{color:#29fd3e}.HomeMain .seocontent ul .li-a a{color:#fff}.bannerGoTiYu{width:96%;height:2.32rem;margin:.25rem auto 0}.bannerGoTiYu img{width:100%;height:100%}.home-game-top{display:flex;justify-content:space-between;height:.56rem;line-height:.56rem}.home-game-top .home-game-big-title{font-size:.72rem;color:#444;opacity:.8;font-weight:700;padding-top:.15rem}.home-game-top .home-game-short-title{font-size:.24rem;color:#fff!important}.firstLogintModal{width:90%!important;margin:auto;color:#f5f5f5;border:.02rem solid #00b324}.firstLogintModal .am-modal-content{width:100%;background:url(/vn/mobile/assets/images/home/firstDepositModal.png) 50% no-repeat;background-size:112% 110%;overflow:hidden}.firstLogintModal .am-modal-content .am-modal-body{padding:0 .3rem .3rem!important}.firstLogintModal .flexcontent{width:100%;color:#f5f5f5;display:flex;flex-direction:column}.firstLogintModal .am-flexbox .am-flexbox-item{margin-left:0}.firstLogintModal .flexcontent .successLogo{width:1.2rem;height:1.2rem}.firstLogintModal .flexcontent .title{width:70%;font-size:.32rem;text-align:center;font-weight:700;color:#f5f5f5}.firstLogintModal .flexcontent .text{font-size:.28rem;color:#ccc;text-align:center}.firstLogintModal .flexcontent .line{width:100%;line-height:.4rem;text-align:left;background-color:#222;border-radius:.1rem;padding:.1rem .25rem;font-size:.28rem}.circle{display:inline-block;width:.3rem;height:.3rem;border-radius:50%;border:.01rem solid #999;box-sizing:border-box;position:absolute;top:.36rem;left:.1rem}.activeCircle{border:.1rem solid #00e62e!important}.firstLogintModal .flexcontent .closeModalBtn{width:100%;height:.8rem;line-height:.8rem;background-color:#00b324;text-align:center;border-radius:.1rem;margin:auto}.firstLogintModal .accept-promotion{width:100%;display:flex;flex-direction:row;align-items:center}.firstLogintModal .accept-promotion .notAccept{width:.3rem;height:.3rem;background:url(/vn/mobile/assets/images/svgicon/notaccept.svg) 50% no-repeat;background-size:cover}.firstLogintModal .accept-promotion .accept{width:.3rem;height:.3rem;background:url(/vn/mobile/assets/images/svgicon/accept.svg) 50% no-repeat;background-size:cover}.firstLogintModal .accept-promotion span{font-size:.24rem;color:#ccc;margin-left:.3rem}.firstLogintModal .accept-tip{width:100%;padding-left:.6rem;color:#00caff;font-size:.24rem}.lbqrModalClass .am-modal-content{background-color:#111;border-radius:0}.MOI_tag{width:1.1rem!important}.MOI_tag,.TI10_tag{position:absolute;top:0}.TI10_tag{width:1.5rem!important}.EURO_tag{width:45%!important;position:absolute;top:.04rem}.MOI_tag_wm{width:1.1rem!important;position:absolute;top:.1rem;left:-.1rem}.mg-b-15{margin-bottom:.15rem}.OpenGamemodal .am-modal-content{border-radius:.1rem!important;background:#000;border:.02rem solid #3eea22;color:#fff;overflow:hidden!important}.ReferFriendModal{width:90%!important}.am-modal.ReferFriendModal .am-modal-content{border-radius:0!important;box-shadow:0 0 .24rem rgba(0,179,36,.5)}.ReferFriendModal .am-modal-content{background:#000;border:.02rem solid #00b324}.ReferFriendModal .am-modal-header .am-modal-title{color:#00e62e!important;font-size:.4rem!important;text-align:center!important}.ReferFriendModal .rf-modal-button,.ReferFriendModal .rf-modal-steps{position:relative;height:.96rem;background:#2c2c2c;border-radius:.08rem;margin-bottom:.5rem;font-size:.24rem}.ReferFriendModal .rf-modal-steps.true{background:#00b324;color:#f5f5f5}.ReferFriendModal .rf-modal-step{width:100%;height:100%;color:#f5f5f5;padding:0 .2rem;box-sizing:border-box}.ReferFriendModal .rf-modal-button{background:#00b324;font-size:.32rem;color:#f5f5f5}.ReferFriendModal .rf-modal-button4{background:none;border:.02rem solid #00b324;color:#00b324}.ReferFriendModal .rf-modal-steps.step0{margin-top:.3rem}.ReferFriendModal .step-icon{display:block;width:.4rem;height:.4rem;margin-right:.1rem;background-size:100% 100%;background-repeat:no-repeat;background-position:50%}.ReferFriendModal .step-icon.step-icon0{background-image:url(/vn/mobile/assets/images/referfriend/step1.svg);width:.5rem;height:.5rem}.ReferFriendModal .step-icon.step-icon1{background-image:url(/vn/mobile/assets/images/referfriend/step2.svg);width:.5rem;height:.5rem}.ReferFriendModal .step-icon.step-icon2{background-image:url(/vn/mobile/assets/images/referfriend/step3.svg)}.ReferFriendModal .close-rfmodal{position:absolute;left:calc(50% - .24rem);bottom:-1.26rem;width:.48rem;height:1.26rem;background:url(/vn/mobile/assets/images/referfriend/close.svg) 50% no-repeat;background-size:100% 100%}.ReferFriendModal .am-modal-content{overflow:visible}.am-modal.ReferFriendModal .am-modal-content .am-modal-body{padding:0 .5rem .5rem!important}.socialicon{margin-right:9%;width:.6rem;margin-bottom:1rem}.VerticalLine{border-left:.05rem solid #29fd3e;height:1rem;margin-right:.1rem}.HomeMain .seocontent .bulletList li{list-style-type:disc!important;margin-left:.3rem;padding-bottom:.1rem!important}#rcDialogTitle0{color:#3eea22!important;text-align:center!important}.OpenGamemodal .am-modal-footer{padding:0!important}.OpenGamemodal .am-modal-footer .am-modal-button-group-normal{height:1rem;border-top:.02rem solid #ddd!important;display:flex!important;justify-content:space-between!important}.OpenGamemodal .am-modal-footer .am-modal-button-group-normal a{width:50%!important;display:block!important;color:#fff!important;height:1rem;line-height:1rem}.OpenGamemodal .am-modal-footer .am-modal-button-group-normal a:last-child{color:#ddd!important}.OpenGamemodal .am-modal-footer .am-modal-button-group-normal a:first-child{border-right:.02rem solid #ddd!important}.SabaLabel{position:absolute;top:.39rem;left:3.1rem}.SabaLabel i{display:block;width:.7rem;height:.4rem;background-size:9.06rem auto;background-position:-1.88rem -1.55rem}.Home_banner_BG{width:93%;height:3rem;background-color:grey;border-radius:.18rem;margin:.3rem auto auto}#homeGameList .hot-game{display:flex;align-items:center;height:1rem;color:#f5f5f5}.Ismaintenance{position:absolute;top:0;left:0;background-color:rgba(0,0,0,.3);height:100%;width:100%;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:500}