:root{
    --pagerKeyColor:rgb(243,98,98);
    --pagerActiveKeyColor:#9721e6;
    --theme-color: #d60000;
}a{background-color:transparent;-webkit-text-decoration-skip:objects;}a{color:#3cbaea;text-decoration:none;}a:hover,a:focus,a:active{color:#74b0f5 !important;text-decoration:none;}.adv{padding:10px 0;margin: 10px 0;width:100% !important;text-align:center;font-size:10px;font-weight:normal;text-transform: uppercase;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;background-color: #f8f8f82f;}#game_box_mask,#game_box{width:100%;height:100%;min-height:600px;position:relative;z-index:100;overflow:hidden;display:flex;align-items:center;justify-content:center;}#game_box_mask .bg_mask{position:absolute;width:100%;aspect-ratio:1/1;top:50%;transform:translateY(-50%);filter:blur(60px) grayscale(0.4);z-index:-1;}#game_box_mask .info_mask{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;}#game_box_mask .info_mask > img{border-radius:13px;}#game_box_mask .info_mask > h2{color:#fff;}#game_box_mask .info_mask > .btn_mask{text-decoration:none;background:#fff;color:#333;cursor:pointer;font-size:16px;font-weight:bold;height:44px;line-height:44px;margin:0 auto 32px;padding:0 80px;border-radius:40px;}#game_box{width:100%;overflow:hidden;position:relative;background:#000;}#game_box #iframe_game{width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;z-index:100;}.fullscreen{width:100% !important;height:100% !important;position:fixed !important;left:0 !important;right:0 !important;top:0 !important;bottom:0 !important;z-index:9999 !important;background-color:#000 !important;}.exitfullscreen{display:flex;align-items:center;justify-content:center;height:70px;position:absolute;top:100%;left:0;right:0;z-index:999;background-color:#fff;box-shadow:0 2px 5px 0 rgb(173,173,173);transition:all 0.3s;padding:0 20px 0;}.exitfullscreen .fullscreen_menu{display:flex;align-items:center;justify-content:center;transition:all 0.3s;position:absolute;bottom:99%;width:100px;height:15px;z-index:-1;border-radius:5px 5px 0 0;background:#fff url(/img/play_menu.png) no-repeat center / auto 6px;box-shadow:0 0px 4px 0 rgb(173,173,173);opacity:0.2;cursor:pointer;}.exitfullscreen .fullscreen_menu:hover{opacity:0.7;}.toggleFull .fullscreen_menu:hover{opacity:1 !important;}.toggleFull{top:calc(100% - 70px);}.exitfullscreen .toggleOpcity{opacity:1;}.exitfullscreen::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:-1;}.exitfullscreen .headBtns{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;}.headBtns .btns{display:flex;flex-direction:row;justify-content:center;align-items:center;}.headBtns .btns > div{margin:0 10px;display:flex;justify-content:center;align-items:center;border-radius:10px;width:40px;height:40px;box-shadow:0 0 10px 0 rgb(0 0 0 / 16%);background-image:url(/img/home.png);background-size:22px 22px;background-repeat:no-repeat;background-position:center;cursor:pointer;position:relative;}.headBtns .btns .gohome a{top:0;bottom:0;right:0;left:0;position:absolute;}.headBtns .btns .refresh{background-image:url(/img/refresh.png);}.headBtns .btns .s_screen{background-image:url(/img/smallscreen.png);}.headBtns .btns .f_screen{background-image:url(/img/fullscreen.png);}.headBtns .btns .copy{background-image:url(/img/copy.png);}.headBtns .btns .close{background-image:url(/img/close.png);background-size:19px auto;}.more_game{text-align:center;background-color:rgb(63,179,63);color:#fff;font-size:18px;padding:15px 0;margin:20px 0 0;cursor:pointer;border-radius:50px;}
.more_game:last-of-type{background-color:rgb(117,214,117);cursor:no-drop;}