:root{
    --theme-color:#000;
    --theme-color-secondary:#999;
    --theme-color-primary:#4582FF;
    --theme-background:#fff;
    --theme-background-secondary:#fff;
    --theme-content-background:#fff;
    --border-radius: 8px;
    --border-radius-sm: 12px;
    --border-radius-lg: 15px;
    --font-size-sm: 12px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --play-btn-bg: #fff;
    --play-btn-color: #fff;
    --play-btn-padding-top-bottom: 4px;
    --play-btn-padding-left-right: 24px;
}
body{
    background-color: var(--theme-background);
    font-family: Helvetica;
}

.play-btn {
    display: inline-block;
    text-align: center;
    font-size: var(--font-size-sm);
    font-weight: 500;
    line-height: 17px;
    color: var(--play-btn-color);
    border-radius: var(--border-radius-sm);
    background-color: var(--play-btn-bg);
    padding: var(--play-btn-padding-top-bottom) var(--play-btn-padding-left-right);
}
.play-btn.is-primary {
    background-color: var(--theme-color-primary);
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-center {
    text-align: center;
}
* {
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.globalMain {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh
}

.globalMain:after {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    content: ""
}

.divUrl {
    display: none;
    overflow: hidden;
    z-index: 4;
    width: 100vw;
    height: 0;
    font-weight: 800;
    font-size: 20px;
    color: #747474;
    transition: height .5s
}

.mainStyle {
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 125px)
}

.clickEnlarge:active {
    -webkit-tap-highlight-color: transparent;
    animation: clickEnlarge 0.2s linear;
}

@keyframes clickEnlarge {
    0% {
        transform: scale(1);
        box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
    }

    100% {
        transform: scale(1.4);
        box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
    }
}
.display-center-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
img{
    font-size: 16px;
    overflow: hidden;
}

*{
    box-sizing: border-box;
    cursor: pointer;
}
.mainStyle {
    display: block;
}
.gamebox[css-gamebox]{
    --nav-block-background: #1fb3ff;
    --hotGame-margin: 8px 0;
    --hotGame-border-radius: 15px;
    --hotGame-heigth:  4.6rem;
    margin: auto;
    min-width: 320px;
    max-width: 450px;
    margin: 0 auto;
    padding: 0 10px 8px;
}
.gamebox[css-gamebox] .absolute {
    position: absolute;
}
.gamebox[css-gamebox] .flexCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gamebox[css-gamebox] > .nav-block {
    height: 2.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--nav-block-background);
    border-radius: 8px;
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
}
.gamebox[css-gamebox] > .website-desc{
    word-break: break-word;
    font-weight: bolder;
    font-family: Helvetica;
    width: 100%;
    font-size: 18px;
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
    padding: 0 10px;
    margin-top: 8px;
    overflow:auto;
}
.gamebox[css-gamebox] > .website-desc a {
    text-decoration: underline;
    color: rgb(55, 142, 245);
}

.gamebox[css-gamebox] > .website-desc h1 {
    border-bottom: 1px solid #e3e3e5;
    color: rgb(55, 142, 245);
    font-size: 27px;
}
.gamebox[css-gamebox] > .website-desc h2 {
    color: #747474;
}
.gamebox[css-gamebox] > .website-desc p,
.gamebox[css-gamebox] > .website-desc li {
    color: rgb(128, 144, 170);
}
.gamebox[css-gamebox] > .nav-block >a{
    height: 100%;
    width: 100%;
    font-size: 25px;
    text-decoration: none;
    color:#fff;
    font-weight: bolder;
}
.gamebox[css-gamebox]>.hotGame{
    height:var(--hotGame-heigth);
    width: 100%;
    border-radius: var(--hotGame-border-radius);
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
    margin: var(--hotGame-margin);
}
.gamebox[css-gamebox]>#hotGamePlaceholder>.hotGameSkeleton{
    height:var(--hotGame-heigth);
    width: 100%;
    border-radius: var(--hotGame-border-radius);
    margin: var(--hotGame-margin);
}
.gamebox[css-gamebox]>.hotGame, .gamebox[css-gamebox]>.hotGame>.hotGame-body{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gamebox[css-gamebox]>.hotGame>a{
    width: 100%;
    height: 100%;
    display: flex;
}
.gamebox[css-gamebox]>.hotGame>a>img{
    width: 100%;
    height:100%;
    border-radius: var(--hotGame-border-radius);
    object-fit: cover;
}
.gamebox[css-gamebox]>.box{
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.gamebox[css-gamebox] .title{
    position: absolute;
    top:0.2rem;
    z-index:1;
    font-size:0.3rem;
    color:#fff;
}
.gamebox[css-gamebox] .reflash {
    position: absolute;
    top:0.15rem;
    right: .5rem;
    z-index:1;
    border-radius: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    /*background-image: url(/static/images/gamebox/reflash.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: none;
}
:root {
    --glow: rgba(255, 195, 26, 0.4);
}
.gamebox[css-gamebox] .hexagon {
    z-index: -2;
    position: relative;
    width: 3.2rem;
    height: 1.8476rem;
    background-color: var(--glow);
    margin: 0.4238rem 0;
    filter: blur(20px);
}
.gamebox[css-gamebox] .hexagon:before,
.gamebox[css-gamebox] .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 1.6rem solid transparent;
    border-right: 1.6rem solid transparent;
}
.gamebox[css-gamebox] .hexagon:before {
    bottom: 100%;
    border-bottom: 0.9238rem solid var(--glow);
}
.gamebox[css-gamebox] .hexagon:after {
    top: 100%;
    width: 0;
    border-top: 0.9238rem solid var(--glow);
}
.gamebox[css-gamebox] .site{
    background-size: cover;
    background-position: center;
    z-index: 1;
    width: 3rem;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 3rem;
}
/*.gamebox[css-gamebox] .back {*/
/*    background-image: url("/static/images/gamebox/bg.png");*/
/*}*/
/*.gamebox[css-gamebox] .top {*/
/*    background-image: url("/static/images/gamebox/top.png");*/
/*}*/
/*.gamebox[css-gamebox] .left {*/
/*    background-image: url("/static/images/gamebox/left.png");*/
/*}*/
/*.gamebox[css-gamebox] .right {*/
/*    background-image: url("/static/images/gamebox/right.png");*/
/*}*/
.gamebox[css-gamebox] #cube {
    animation: hover 1.5s ease-in-out infinite alternate;
    transition: transform 300ms;
    animation-play-state: running;
    margin-top: 0.34rem;
}
.gamebox[css-gamebox] .powerup {
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    height: 0.96rem;
    width: 0.96rem;
    z-index: -5;
    left: 0;
    top: 0.6rem;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.gamebox[css-gamebox] .play {
    border-radius: 0.1rem;
    overflow: hidden;
    height: 0.48rem;
    width: 2rem;
    z-index: -5;
    left: 0;
    top: 2.4rem;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    font-size: 0.3rem;
    color:#378ef5;
    font-weight: bolder;
    opacity:0;
}
ins.adsbygoogle{
    margin-bottom: 8px;
    text-align: center;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
@keyframes hover {
    from {
        transform: translateY(-0.2rem);
    }
    to {
        transform: translateY(0.2rem);
    }
}


 :root{
     --foot-margin-top-height: 22px;
 }
.foot[css-foot] {
    width: 100%;
    font-size: 18px;
}
.footStyle[css-foot] {
    --foot-box-shadow: 0 15px 64px 16px rgba(0, 0, 0, .15);
    position: relative;
    margin-top: 22px;
    margin-top: var(--foot-margin-top-height);
    padding-top:40px;
    padding-bottom: 80px;
    width: 100%;
    box-shadow: var(--foot-box-shadow);
    text-align: center;
    font-family: Helvetica;
    font-weight: 400;
    color: #747474 !important
}
.div1[css-foot] {
    background-color: rgba(228, 161, 15, 0)
}
.logoStyle[css-foot] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 50px
}

.logoStyle>p[css-foot] {
    margin-top: 6px !important;
    margin-top: 0;
    margin-bottom: 0
}

.logoStyle a[css-foot]:-webkit-any-link {
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none
}

.logoStyle a>span[css-foot] {
    font-family: Helvetica;
    font-weight: 400;
    color: #747474 !important
}

.linkText[css-foot] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #747474 !important
}

.linkText>a[css-foot]:-webkit-any-link {
    margin-right: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #747474 !important
}

#selectLanguage>img[css-foot] {
    margin: 0 0 2px 6px
}

.openSelectStyle[css-foot] {
    position: absolute;
    right: calc(50% - 150px);
    bottom: 90%;
    width: 200px
}

 .footStyle[css-foot]{
     padding-top: 70px;
 }
.footStyle[css-foot]::before{
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(./img/logo.png);
    background-size: contain ;
    background-position: center;
    background-repeat: no-repeat;
    height:24px;
    width:121px;
    display: block;
    content: "";
}

.gamebox .card {
    margin: 18px 0;
}
.gamebox .card img[css-ninegridarea] {
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
}