body,
html {
    margin: 0;
    padding: 0
}

a,
abbr,
acronym,
address,
blockquote,
button,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: Arial, sans-serif, serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,
ul {
    list-style: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
    overflow-y: scroll
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0 none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    *zoom: 1;
    display: inline-block;
    *display: inline
}

audio:not([controls]) {
    display: none
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal;
    *overflow: visible
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

.hover_1 .name {
    bottom: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    line-height: 1.4;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2
}

.hover_1 .name,
.hover_1:before {
    display: none;
    position: absolute;
    width: 100%
}

.hover_1:before {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    content: "";
    -webkit-filter: blur(16px);
    filter: blur(16px);
    height: 36px;
    left: 0
}

.hover_1:hover {
    animation: shake_1 .6s linear forwards;
    box-shadow: 0 0 5px 0 #fff;
    position: relative;
    z-index: 3
}

.hover_1:hover .name,
.hover_1:hover:before {
    display: block
}

.hover_2:hover {
    animation: shake_2 .6s linear forwards;
    position: relative
}

.hover_2:before {
    background: rgba(0, 0, 0, .55);
    bottom: 0;
    content: "";
    -webkit-filter: blur(10px);
    filter: blur(10px);
    height: 44px;
    left: 0
}

.hover_2 .name,
.hover_2:before {
    display: none;
    position: absolute;
    width: 100%
}

.hover_2 .name {
    bottom: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    line-height: 1.4;
    text-align: center;
    transform: translateX(-50%);
    z-index: 3
}

.hover_2:hover .name,
.hover_2:hover:before {
    display: block
}

.hover_2-1:hover {
    animation: shake_2 .6s linear forwards
}

@keyframes shake_1 {
    0% {
        transform: scale(1)
    }

    35% {
        transform: scale(1.2)
    }

    65% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1.3)
    }
}

@keyframes shake_2 {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.05)
    }

    50% {
        transform: scale(1.03)
    }

    to {
        transform: scale(1.08)
    }
}

@keyframes shake_3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes shake_4 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.1)
    }
}

@keyframes x_jitter {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(16px)
    }
}

@keyframes y_jitter {
    0% {
        transform: translateY(-8px)
    }

    to {
        transform: translateY(8px)
    }
}

@keyframes rotate_pacman_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotate_pacman_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .5
    }

    to {
        -webkit-transform: translateY(-6.25px);
        transform: translate(-50px, -6.25px)
    }
}

@-webkit-keyframes changeBgColor {
    0% {
        background: #90ee90
    }

    to {
        background: #add8e6
    }
}

@-webkit-keyframes changePosition {
    0% {
        background: #90ee90
    }

    to {
        background: #01a9f0;
        margin-left: 142px
    }
}

.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    width: 0
}

a:focus {
    outline: none
}

a {
    text-decoration: none
}

img {
    color: #000;
    font-size: 0
}

@media screen and (min-width:910px) {
    body {
        padding-top: 20px
    }

    .main {
        margin: 0 auto;
        min-height: calc(100vh - 40px)
    }

    .game,
    .logo {
        background-color: #fff;
        border-radius: 16px;
        display: block;
        height: 100px;
        position: relative;
        width: 100px
    }

    .game .name {
        background-color: #fff;
        bottom: -24px;
        box-sizing: border-box;
        color: #1756e4;
        font-size: 12px;
        font-weight: 700;
        left: 0;
        line-height: 24px;
        overflow: hidden;
        padding: 0 10px;
        position: absolute;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }

    .game:hover {
        transform: scale(1.2);
        transition: all .3s ease-out;
        z-index: 2
    }

    .game:hover .name {
        bottom: 0 !important;
        transition: all .3s ease-out
    }

    .game-wall .game,
    .game-wall .logo {
        overflow: hidden;
        position: absolute
    }

    .game-wall {
        display: flex;
        height: 660px;
        justify-content: space-between
    }

    .game-wall .wall-area-1,
    .game-wall .wall-area-2,
    .game-wall .wall-area-3 {
        height: 100%;
        position: relative;
        width: 430px
    }

    .game-wall .wall-area-1 .g-1 {
        left: 0;
        top: 0
    }

    .game-wall .wall-area-1 .g-2 {
        height: 320px;
        left: 110px;
        top: 0;
        width: 320px
    }

    .game-wall .wall-area-1 .g-2 .name {
        bottom: -44px;
        font-size: 18px;
        line-height: 44px
    }

    .game-wall .wall-area-1 .g-2:hover {
        transform: scale(1.1)
    }

    .game-wall .wall-area-1 .g-3 {
        left: 0;
        top: 110px
    }

    .game-wall .wall-area-1 .g-4 {
        left: 0;
        top: 220px
    }

    .game-wall .wall-area-1 .g-5 {
        left: 0;
        top: 330px
    }

    .game-wall .wall-area-1 .g-6 {
        left: 110px;
        top: 330px
    }

    .game-wall .wall-area-1 .g-7 {
        height: 210px;
        left: 220px;
        top: 330px;
        width: 210px
    }

    .game-wall .wall-area-1 .g-7 .name {
        bottom: -34px;
        font-size: 14px;
        line-height: 34px
    }

    .game-wall .wall-area-1 .g-7:hover {
        transform: scale(1.15)
    }

    .game-wall .wall-area-1 .g-8 {
        height: 210px;
        left: 0;
        top: 440px;
        width: 210px
    }

    .game-wall .wall-area-1 .g-8 .name {
        bottom: -34px;
        font-size: 14px;
        line-height: 34px
    }

    .game-wall .wall-area-1 .g-8:hover {
        transform: scale(1.15)
    }

    .game-wall .wall-area-1 .g-9 {
        left: 220px;
        top: 550px
    }

    .game-wall .wall-area-1 .g-10 {
        left: 330px;
        top: 550px
    }

    .game-wall .wall-area-2 .g-1 {
        height: 210px;
        left: 110px;
        top: 0;
        width: 210px
    }

    .game-wall .wall-area-2 .g-1 .name {
        bottom: -34px;
        font-size: 14px;
        line-height: 34px
    }

    .game-wall .wall-area-2 .g-1:hover {
        transform: scale(1.15)
    }

    .game-wall .wall-area-2 .g-2 {
        left: 330px;
        top: 0
    }

    .game-wall .wall-area-2 .logo {
        left: 0;
        top: 0
    }

    .game-wall .wall-area-2 .logo:hover {
        transform: scale(1.2);
        transition: all .3s ease-out;
        z-index: 2
    }

    .game-wall .wall-area-2 .g-3 {
        left: 0;
        top: 110px
    }

    .game-wall .wall-area-2 .g-4 {
        left: 330px;
        top: 110px
    }

    .game-wall .wall-area-2 .g-5 {
        left: 0;
        top: 220px
    }

    .game-wall .wall-area-2 .g-6 {
        left: 0;
        top: 330px
    }

    .game-wall .wall-area-2 .g-7 {
        left: 0;
        top: 440px
    }

    .game-wall .wall-area-2 .g-8 {
        left: 0;
        top: 550px
    }

    .game-wall .wall-area-2 .g-9 {
        left: 110px;
        top: 550px
    }

    .game-wall .wall-area-2 .g-10 {
        left: 220px;
        top: 550px
    }

    .game-wall .wall-area-2 .g-11 {
        left: 330px;
        top: 550px
    }

    .game-wall .wall-area-2 .ads {
        background-color: rgba(0, 0, 0, .6);
        border-radius: 4px;
        height: 320px;
        left: 110px;
        overflow: hidden;
        position: absolute;
        top: 220px;
        width: 320px
    }

    .game-wall .wall-area-2 .ads .ads-title {
        color: #fff;
        font-size: 12px;
        line-height: 1;
        padding-bottom: 6px;
        padding-top: 10px;
        text-align: center
    }

    .game-wall .wall-area-2 .ads .ads-container {
        height: 292px;
        margin: 0 auto;
        width: 320px
    }

    .game-wall .wall-area-3 .g-1 {
        left: 0;
        top: 0
    }

    .game-wall .wall-area-3 .g-2 {
        left: 110px;
        top: 0
    }

    .game-wall .wall-area-3 .g-3 {
        left: 0;
        top: 110px
    }

    .game-wall .wall-area-3 .g-4 {
        left: 110px;
        top: 110px
    }

    .game-wall .wall-area-3 .g-5 {
        height: 210px;
        left: 220px;
        top: 0;
        width: 210px
    }

    .game-wall .wall-area-3 .g-5 .name {
        bottom: -34px;
        font-size: 14px;
        line-height: 34px
    }

    .game-wall .wall-area-3 .g-5:hover {
        transform: scale(1.15)
    }

    .game-wall .wall-area-3 .g-6 {
        left: 0;
        top: 220px
    }

    .game-wall .wall-area-3 .g-7 {
        left: 110px;
        top: 220px
    }

    .game-wall .wall-area-3 .g-8 {
        left: 220px;
        top: 220px
    }

    .game-wall .wall-area-3 .g-9 {
        left: 330px;
        top: 220px
    }

    .game-wall .wall-area-3 .g-10 {
        left: 0;
        top: 330px
    }

    .game-wall .wall-area-3 .g-11 {
        height: 210px;
        left: 110px;
        top: 330px;
        width: 210px
    }

    .game-wall .wall-area-3 .g-11 .name {
        bottom: -34px;
        font-size: 14px;
        line-height: 34px
    }

    .game-wall .wall-area-3 .g-11:hover {
        transform: scale(1.15)
    }

    .game-wall .wall-area-3 .g-12 {
        left: 330px;
        top: 330px
    }

    .game-wall .wall-area-3 .g-13 {
        left: 0;
        top: 440px
    }

    .game-wall .wall-area-3 .g-14 {
        left: 330px;
        top: 440px
    }

    .game-wall .wall-area-3 .g-15 {
        left: 0;
        top: 550px
    }

    .game-wall .wall-area-3 .g-16 {
        left: 110px;
        top: 550px
    }

    .game-wall .wall-area-3 .g-17 {
        left: 220px;
        top: 550px
    }

    .game-wall .wall-area-3 .g-18 {
        left: 330px;
        top: 550px
    }

    .game-wall .wall-area-4 {
        height: 100%;
        overflow: hidden
    }

    .game-wall .wall-area-4 .game {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
        position: relative
    }

    .game-waterfall .game {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
        overflow: hidden
    }

    .about-us {
        word-wrap: break-word;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 12px;
        margin-top: 32px;
        padding: 48px 32px;
        word-break: break-word
    }

    .about-us .au-title {
        color: #fff;
        font-size: 30px;
        text-align: center
    }

    .about-us .au-heading {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 16px
    }

    .about-us .au-container {
        color: #fff;
        font-size: 16px;
        margin-top: 40px
    }

    .about-us .au-content p {
        line-height: 1.5;
        margin-top: 16px
    }

    .about-us a {
        line-height: 1.5;
        margin-top: 4px
    }

    .about-us .sp-text,
    .about-us a {
        color: #c9c9ff
    }

    .cookie-confirm {
        background-color: rgba(0, 0, 0, .85);
        box-sizing: border-box;
        left: 0;
        padding: 14px 100px 14px 14px;
        position: fixed;
        top: -2000px;
        transition: all 2s;
        width: 100%;
        z-index: 999
    }

    .cookie-confirm.show {
        top: 0
    }

    .cookie-confirm .cookie-text {
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
        text-align: left
    }

    .cookie-confirm .cookie-text .cookie-link {
        color: #fff81a;
        font-size: 14px;
        text-decoration: underline
    }

    .cookie-confirm .cookie-accept {
        background-color: #f09;
        border: 2px solid #fff;
        border-radius: 17px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        position: absolute;
        right: 16px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 76px
    }

    .bottom-navbar {
        background-color: #323466;
        margin-top: 30px
    }

    .bottom-navbar>a {
        color: #fff
    }

    .bottom-navbar>a:not(:last-child):before {
        background-color: #fff
    }

    .bottom-navbar {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .bottom-navbar .right-box>a:last-child {
        margin-right: 0
    }

    .bottom-navbar .right-box>a:last-child:before {
        display: none
    }

    .bottom-navbar a {
        color: #fff;
        font-size: 12px;
        line-height: 40px;
        margin-right: 30px;
        position: relative;
        text-decoration: none
    }

    .bottom-navbar a:before {
        background-color: #fff;
        content: "";
        height: 13px;
        position: absolute;
        right: -16px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px
    }
}

@media screen and (min-width:1900px) {
    .main {
        width: 1860px
    }

    .game-wall .wall-area-4 {
        width: 540px
    }

    .game-wall .wall-area-4 .game:nth-child(5n),
    .game-waterfall .game:nth-child(17n) {
        margin-right: 0
    }
}

@media screen and (min-width:1790px) and (max-width:1899px) {
    .main {
        width: 1750px
    }

    .game-wall .wall-area-4 {
        width: 430px
    }

    .game-wall .wall-area-4 .game:nth-child(5n) {
        display: none
    }

    .game-wall .wall-area-4 .game:nth-child(5n-1),
    .game-waterfall .game:nth-child(16n) {
        margin-right: 0
    }
}

@media screen and (min-width:1680px) and (max-width:1789px) {
    .main {
        width: 1640px
    }

    .game-wall .wall-area-4 {
        width: 320px
    }

    .game-wall .wall-area-4 .game:nth-child(5n),
    .game-wall .wall-area-4 .game:nth-child(5n-2) {
        display: none
    }

    .game-wall .wall-area-4 .game:nth-child(5n-1),
    .game-wall .wall-area-4 .game:nth-child(5n-2),
    .game-waterfall .game:nth-child(15n) {
        margin-right: 0
    }
}

@media screen and (min-width:1570px) and (max-width:1679px) {
    .main {
        width: 1530px
    }

    .game-wall .wall-area-4 {
        width: 210px
    }

    .game-wall .wall-area-4 .game:nth-child(5n),
    .game-wall .wall-area-4 .game:nth-child(5n-2),
    .game-wall .wall-area-4 .game:nth-child(5n-3) {
        display: none
    }

    .game-wall .wall-area-4 .game:nth-child(5n-1),
    .game-wall .wall-area-4 .game:nth-child(5n-2),
    .game-wall .wall-area-4 .game:nth-child(5n-3),
    .game-waterfall .game:nth-child(14n) {
        margin-right: 0
    }
}

@media screen and (min-width:1460px) and (max-width:1569px) {
    .main {
        width: 1420px
    }

    .game-wall .wall-area-4 {
        width: 100px
    }

    .game-wall .wall-area-4 .game:nth-child(5n),
    .game-wall .wall-area-4 .game:nth-child(5n-2),
    .game-wall .wall-area-4 .game:nth-child(5n-3),
    .game-wall .wall-area-4 .game:nth-child(5n-4) {
        display: none
    }

    .game-wall .wall-area-4 .game:nth-child(5n-1),
    .game-wall .wall-area-4 .game:nth-child(5n-2),
    .game-wall .wall-area-4 .game:nth-child(5n-3),
    .game-wall .wall-area-4 .game:nth-child(5n-4),
    .game-waterfall .game:nth-child(13n) {
        margin-right: 0
    }
}

@media screen and (min-width:1350px) and (max-width:1459px) {
    .main {
        width: 1310px
    }

    .game-wall .wall-area-4 {
        display: none
    }

    .game-waterfall .game:nth-child(12n) {
        margin-right: 0
    }
}

@media screen and (min-width:1240px) and (max-width:1349px) {
    .main {
        width: 1200px
    }

    .game-wall .wall-area-3 {
        width: 320px
    }

    .game-wall .wall-area-3 .g-3,
    .game-wall .wall-area-3 .g-5,
    .game-wall .wall-area-3 .g-9,
    .game-wall .wall-area-3 .g-12,
    .game-wall .wall-area-3 .g-14,
    .game-wall .wall-area-3 .g-18,
    .game-wall .wall-area-4 {
        display: none
    }

    .game-waterfall .game:nth-child(11n) {
        margin-right: 0
    }
}

@media screen and (min-width:910px) and (max-width:1239px) {
    .main {
        width: 870px
    }

    .game-wall .wall-area-3,
    .game-wall .wall-area-4 {
        display: none
    }

    .game-waterfall .game:nth-child(8n) {
        margin-right: 0
    }
}

@media screen and (max-width:909px) {
    body {
        padding-top: .2rem
    }

    .main {
        margin: 0 auto;
        min-height: calc(100vh - .4rem);
        width: 6rem
    }

    .game,
    .logo {
        border-radius: .2rem;
        display: block;
        height: 1.38rem;
        width: 1.38rem
    }

    .game-wall .game,
    .game-wall .logo {
        overflow: hidden;
        position: absolute
    }

    .game-wall .wall-area-1,
    .game-wall .wall-area-3 {
        height: 9.24rem;
        overflow: hidden;
        position: relative
    }

    .game-wall .wall-area-2 {
        height: 4.62rem;
        position: relative
    }

    .game-wall .wall-area-1 .g-1 {
        left: 0;
        top: 0
    }

    .game-wall .wall-area-1 .g-2 {
        height: 4.46rem;
        left: 1.54rem;
        top: 0;
        width: 4.46rem
    }

    .game-wall .wall-area-1 .g-3 {
        left: 0;
        top: 1.54rem
    }

    .game-wall .wall-area-1 .g-4 {
        left: 0;
        top: 3.08rem
    }

    .game-wall .wall-area-1 .g-5 {
        left: 0;
        top: 4.62rem
    }

    .game-wall .wall-area-1 .g-6 {
        left: 1.54rem;
        top: 4.62rem
    }

    .game-wall .wall-area-1 .g-7 {
        height: 2.92rem;
        left: 3.08rem;
        top: 4.62rem;
        width: 2.92rem
    }

    .game-wall .wall-area-1 .g-8 {
        height: 2.92rem;
        left: 0;
        top: 6.16rem;
        width: 2.92rem
    }

    .game-wall .wall-area-1 .g-9 {
        left: 3.08rem;
        top: 7.7rem
    }

    .game-wall .wall-area-1 .g-10 {
        left: 4.62rem;
        top: 7.7rem
    }

    .game-wall .wall-area-2 .g-1 {
        height: 2.92rem;
        left: 1.54rem;
        top: 0;
        width: 2.92rem
    }

    .game-wall .wall-area-2 .g-2 {
        left: 4.62rem;
        top: 0
    }

    .game-wall .wall-area-2 .logo {
        left: 0;
        top: 0
    }

    .game-wall .wall-area-2 .g-3 {
        left: 0;
        top: 1.54rem
    }

    .game-wall .wall-area-2 .g-4 {
        left: 4.62rem;
        top: 1.54rem
    }

    .game-wall .wall-area-2 .g-5 {
        left: 0;
        top: 3.08rem
    }

    .game-wall .wall-area-2 .g-6 {
        left: 1.54rem;
        top: 3.08rem
    }

    .game-wall .wall-area-2 .g-7 {
        left: 3.08rem;
        top: 3.08rem
    }

    .game-wall .wall-area-2 .g-8 {
        left: 4.62rem;
        top: 3.08rem
    }

    .game-wall .wall-area-2 .ads,
    .game-wall .wall-area-2 .g-9,
    .game-wall .wall-area-2 .g-10,
    .game-wall .wall-area-2 .g-11 {
        display: none
    }

    .game-wall .wall-area-3 .g-1 {
        height: 2.92rem;
        left: 0;
        top: 0;
        width: 2.92rem
    }

    .game-wall .wall-area-3 .g-2 {
        left: 3.08rem;
        top: 0
    }

    .game-wall .wall-area-3 .g-3 {
        left: 4.62rem;
        top: 0
    }

    .game-wall .wall-area-3 .g-4 {
        left: 3.08rem;
        top: 1.54rem
    }

    .game-wall .wall-area-3 .g-5 {
        left: 4.62rem;
        top: 1.54rem
    }

    .game-wall .wall-area-3 .g-6 {
        left: 0;
        top: 3.08rem
    }

    .game-wall .wall-area-3 .g-7 {
        left: 1.54rem;
        top: 3.08rem
    }

    .game-wall .wall-area-3 .g-8 {
        left: 3.08rem;
        top: 3.08rem
    }

    .game-wall .wall-area-3 .g-9 {
        left: 4.62rem;
        top: 3.08rem
    }

    .game-wall .wall-area-3 .g-10 {
        left: 0;
        top: 4.62rem
    }

    .game-wall .wall-area-3 .g-11 {
        height: 2.92rem;
        left: 1.54rem;
        top: 4.62rem;
        width: 2.92rem
    }

    .game-wall .wall-area-3 .g-12 {
        left: 4.62rem;
        top: 4.62rem
    }

    .game-wall .wall-area-3 .g-13 {
        left: 0;
        top: 6.16rem
    }

    .game-wall .wall-area-3 .g-14 {
        left: 4.62rem;
        top: 6.16rem
    }

    .game-wall .wall-area-3 .g-15 {
        left: 0;
        top: 7.7rem
    }

    .game-wall .wall-area-3 .g-16 {
        left: 1.54rem;
        top: 7.7rem
    }

    .game-wall .wall-area-3 .g-17 {
        left: 3.08rem;
        top: 7.7rem
    }

    .game-wall .wall-area-3 .g-18 {
        left: 4.62rem;
        top: 7.7rem
    }

    .game-wall .wall-area-4 {
        display: none
    }

    .game-waterfall .game {
        float: left;
        margin-bottom: .16rem;
        margin-right: .16rem;
        overflow: hidden
    }

    .game-waterfall .game:nth-child(4n) {
        margin-right: 0
    }

    .about-us {
        word-wrap: break-word;
        background-color: rgba(0, 0, 0, .2);
        border-radius: .12rem;
        margin-top: .26rem;
        padding: .64rem .2rem .32rem;
        word-break: break-word
    }

    .about-us .au-title {
        color: #fff;
        font-size: .54rem;
        text-align: center
    }

    .about-us .au-heading {
        font-size: .28rem;
        font-weight: 700;
        margin-bottom: .24rem
    }

    .about-us .au-container {
        color: #fff;
        font-size: .22rem;
        margin-top: .64rem
    }

    .about-us .au-content p {
        line-height: 1.5;
        margin-top: .24rem
    }

    .about-us a {
        line-height: 1.5;
        margin-top: .1rem
    }

    .about-us .sp-text,
    .about-us a {
        color: #c9c9ff
    }

    .bottom-navbar {
        background-color: #323466;
        margin-top: .42rem
    }

    .bottom-navbar>a {
        color: #fff;
        font-size: .16rem
    }

    .bottom-navbar>a:not(:last-child):before {
        background-color: #fff
    }

    .bottom-navbar {
        display: flex;
        height: auto;
        justify-content: space-between;
        padding: .2rem .4rem
    }

    .bottom-navbar .left-box,
    .bottom-navbar .right-box {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .bottom-navbar .left-box a,
    .bottom-navbar .right-box a {
        color: #fff;
        font-size: .22rem;
        margin-bottom: .2rem
    }

    .bottom-navbar .left-box a:last-child,
    .bottom-navbar .right-box a:last-child {
        margin-bottom: 0
    }

    .cookie-confirm {
        background-color: rgba(0, 0, 0, .85);
        box-sizing: border-box;
        left: 0;
        padding: .16rem 1.68rem .16rem .16rem;
        position: fixed;
        top: 0;
        top: -20rem;
        transition: all 2s;
        width: 100%;
        z-index: 999
    }

    .cookie-confirm.show {
        top: 0
    }

    .cookie-confirm .cookie-text {
        color: #fff;
        font-size: .18rem;
        height: .76rem;
        line-height: 1.5;
        overflow: auto;
        text-align: left
    }

    .cookie-confirm .cookie-text .cookie-link {
        color: #fff81a;
        font-size: .18rem;
        text-decoration: underline
    }

    .cookie-confirm .cookie-accept {
        background-color: #f09;
        border: .04rem solid #fff;
        border-radius: .26rem;
        color: #fff;
        cursor: pointer;
        font-size: .24rem;
        font-weight: 700;
        line-height: .44rem;
        position: absolute;
        right: .16rem;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 1.12rem
    }
}

body {
    font-size: 0
}

.bg-head {
    left: 0;
    opacity: .4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.bg-head .bg-head-img {
    display: block;
    width: 100%
}

.bg-body {
    background: #fbd800;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0
}

.footer,
.main {
    position: relative;
    z-index: 100
}

.pic {
    display: block;
    height: 100%;
    width: 100%
}

.name {
    font-size: 0;
    overflow: hidden
}

img {
    filter: brightness(110%) contrast(110%)
}