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;
}
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: -0.5em;
}
sub {
  bottom: -0.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, 0.8);
  bottom: 0;
  content: "";
  -webkit-filter: blur(16px);
  filter: blur(16px);
  height: 36px;
  left: 0;
}
.hover_1:hover {
  animation: shake_1 0.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 0.6s linear forwards;
  position: relative;
}
.hover_2:before {
  background: rgba(0, 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 0.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: 0.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: 960px) {
  body {
    background-color: #438dbe;
    font-size: 0;
    padding-top: 29px;
  }
  .game-mobile {
    display: none;
  }
  .game-pc {
    display: grid;
    gap: 10px;
    grid-auto-flow: row dense;
    grid-template-rows: 146px;
    justify-content: center;
  }
  .game-pc .bg-1 {
    grid-area: bg-1;
  }
  .game-pc .bg-2 {
    grid-area: bg-2;
  }
  .game-pc .bg-3 {
    grid-area: bg-3;
  }
  .game-pc .ads-box {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    grid-area: ads-box;
  }
  .game-pc .ads-box .ads1 {
    margin: 25px auto;
  }
  .game-pc .ads-box .ads-title {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .game-pc .ads-box .ads-container {
    height: 250px;
    width: 300px;
  }
  .footer .about-us {
    padding: 30px 32px 0;
  }
  .footer .about-us .about-warp {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 48px 24px 28px;
  }
  .footer .about-us .about-warp .title {
    color: #fff;
    font-size: 30px;
    text-align: center;
  }
  .footer .about-us .about-warp .para {
    margin-top: 26px;
  }
  .footer .about-us .about-warp .para .para-title {
    color: #fff;
    font-size: 18px;
  }
  .footer .about-us .about-warp .para .para-text {
    color: #c5eaff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .footer .about-us .about-warp .para .para-text a {
    color: #27e9ff;
  }
  .footer .about-us .about-warp .para .email {
    font-size: 14px;
    line-height: 1.5;
  }
  .bottom-navbar {
    background-color: #e8e8e8;
    font-size: 0;
    height: 40px;
    overflow: hidden;
    text-align: center;
  }
  .bottom-navbar > a {
    color: #333;
    font-size: 12px;
    line-height: 40px;
    position: relative;
    text-decoration: none;
  }
  .bottom-navbar > a:not(:last-child) {
    margin-right: 30px;
  }
  .bottom-navbar > a:not(:last-child):before {
    background-color: #333;
    content: "";
    height: 13px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  .cookie-confirm {
    background-color: rgba(0, 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;
  }
  .game-warp {
    border-radius: 20px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position: relative;
  }
  .game-warp,
  .game-warp .pic {
    background-color: #fff;
    display: block;
    height: 100%;
    width: 100%;
  }
  .game-warp .pic {
    border: 4px solid #fff;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .game-warp .name {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    color: #438dbe;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    line-height: 38px;
    overflow: hidden;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    white-space: nowrap;
    width: 100%;
  }
  .game-warp:hover .name {
    transform: translateY(0);
  }
  .bottom-navbar {
    background-color: #285572;
    margin-top: 30px;
  }
  .bottom-navbar > a {
    color: #fff;
  }
  .bottom-navbar > a:not(:last-child):before {
    background-color: #fff;
  }
}
@media screen and (min-width: 1900px) {
  .game-pc {
    grid-template-areas: ".	.	bg-1	bg-1	.	.	bg-3	bg-3	.	.	ads-box	ads-box" ".	.	bg-1	bg-1	bg-2	bg-2	bg-3	bg-3	.	.	ads-box	ads-box" ".	.	.	.	bg-2	bg-2	.	.	.	.	ads-box	ads-box" ".	.	.	.	.	.	.	.	.	.	ads-box	ads-box";
    grid-template-columns: repeat(12, 146px);
  }
}
@media screen and (min-width: 1755px) and (max-width: 1899px) {
  .game-pc {
    grid-template-areas: ".	.	bg-1	bg-1	.	.	bg-3	bg-3	.	ads-box	ads-box" ".	.	bg-1	bg-1	bg-2	bg-2	bg-3	bg-3	.	ads-box	ads-box" ".	.	.	.	bg-2	bg-2	.	.	.	ads-box	ads-box" ".	.	.	.	.	.	.	.	.	ads-box	ads-box";
    grid-template-columns: repeat(11, 146px);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1754px) {
  .game-pc {
    grid-template-areas: ".	.	bg-1	bg-1	.	.	bg-3	bg-3	ads-box	ads-box" ".	.	bg-1	bg-1	bg-2	bg-2	bg-3	bg-3	ads-box	ads-box" ".	.	.	.	bg-2	bg-2	.	.	ads-box	ads-box" ".	.	.	.	.	.	.	.	ads-box	ads-box";
    grid-template-columns: repeat(10, 146px);
  }
}
@media screen and (min-width: 1300px) and (max-width: 1599px) {
  .game-pc {
    grid-template-areas: ".	.	bg-1	bg-1	.	.	ads-box	ads-box" ".	.	bg-1	bg-1	bg-2	bg-2	ads-box	ads-box" ".	.	.	.	bg-2	bg-2	ads-box	ads-box" ".	.	.	.	.	.	ads-box	ads-box";
    grid-template-columns: repeat(8, 146px);
  }
  .game-pc .bg-3 {
    display: none;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1299px) {
  .game-pc {
    grid-template-areas: ".	.	bg-1	bg-1 .	ads-box	ads-box" ".	.	bg-1	bg-1 .	ads-box	ads-box" ".	.	.	. .	ads-box	ads-box" ".	.	.	. .	ads-box	ads-box";
    grid-template-columns: repeat(7, 146px);
  }
  .game-pc .bg-2,
  .game-pc .bg-3 {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1179px) {
  .game-pc {
    grid-template-areas: ".	. bg-1	bg-1	ads-box	ads-box" ".	. bg-1	bg-1	ads-box	ads-box" ".	. . .	ads-box	ads-box" ".	. . .	ads-box	ads-box";
    grid-template-columns: repeat(6, 146px);
  }
  .game-pc .bg-2,
  .game-pc .bg-3 {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  body {
    background-color: #438dbe;
  }
  .bottom-navbar {
    display: none;
  }
  .m-bottom-navbar {
    background-color: #285572;
    display: block;
    width: 100%;
  }
  .m-bottom-navbar .box {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0.4rem;
  }
  .m-bottom-navbar .box .left-box,
  .m-bottom-navbar .box .right-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-bottom-navbar .box .left-box > a,
  .m-bottom-navbar .box .right-box > a {
    color: #fff;
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .m-bottom-navbar .box a:last-child {
    margin-bottom: 0;
  }
  .main {
    background-color: #438dbe;
    padding: 0.2rem;
  }
  .game-pc {
    display: none;
  }
  .game-mobile {
    display: grid;
    gap: 0.18rem;
    grid-template-areas: "bg1 bg1 ." "bg1 bg1 ." ". . ." ". bg2 bg2" ". bg2 bg2" ". . ." "bg3 bg3 ." "bg3 bg3 .";
    grid-template-columns: repeat(3, 1.88rem);
    grid-template-rows: 1.88rem;
  }
  .game-warp {
    background-color: #fff;
    border: 0.04rem solid #fff;
    border-radius: 0.2rem;
    box-shadow: 0 0.02rem 0.04rem rgba(0, 2, 4, 0.5);
    box-sizing: border-box;
    display: block;
  }
  .game-warp .pic {
    border-radius: 0.2rem;
    height: 100%;
    width: 100%;
  }
  .game-warp .name {
    display: none;
  }
  .game-warp.bg1 {
    grid-area: bg1;
  }
  .game-warp.bg2 {
    grid-area: bg2;
  }
  .game-warp.bg3 {
    grid-area: bg3;
  }
  .footer .about-us {
    padding: 0.2rem;
  }
  .footer .about-us .about-warp {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.12rem;
    padding: 0.68rem 0.2rem 0.34rem;
  }
  .footer .about-us .about-warp .title {
    color: #fff;
    font-size: 0.46rem;
    margin-bottom: 0.68rem;
    text-align: center;
  }
  .footer .about-us .about-warp .para {
    margin-top: 0.4rem;
  }
  .footer .about-us .about-warp .para .para-title {
    color: #fff;
    font-size: 0.26rem;
  }
  .footer .about-us .about-warp .para .para-text {
    color: #c5eaff;
    font-size: 0.22rem;
    line-height: 1.5;
    margin-top: 0.06rem;
  }
  .footer .about-us .about-warp .para .para-text a {
    color: #27e9ff;
  }
  .footer .about-us .about-warp .para .email {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .bottom-navbar {
    background-color: #e8e8e8;
    font-size: 0;
    height: 0.72rem;
    overflow: hidden;
    text-align: center;
  }
  .bottom-navbar > a {
    color: #333;
    font-size: 0.22rem;
    line-height: 0.72rem;
    position: relative;
    text-decoration: none;
  }
  .bottom-navbar > a:not(:last-child) {
    margin-right: 0.3rem;
  }
  .bottom-navbar > a:not(:last-child):before {
    background-color: #333;
    content: "";
    height: 0.23rem;
    position: absolute;
    right: -0.16rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.01rem;
  }
  .cookie-confirm {
    background-color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    left: 0;
    padding: 0.16rem 1.68rem 0.16rem 0.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: 0.18rem;
    height: 0.76rem;
    line-height: 1.5;
    overflow: auto;
    text-align: left;
  }
  .cookie-confirm .cookie-text .cookie-link {
    color: #fff81a;
    font-size: 0.18rem;
    text-decoration: underline;
  }
  .cookie-confirm .cookie-accept {
    background-color: #f09;
    border: 0.04rem solid #fff;
    border-radius: 0.26rem;
    color: #fff;
    cursor: pointer;
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 0.44rem;
    position: absolute;
    right: 0.16rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 1.12rem;
  }
  .bottom-navbar {
    background-color: #285572;
  }
  .bottom-navbar > a {
    color: #f8e8ff;
  }
  .bottom-navbar a:nth-child(2),
  .bottom-navbar a:nth-child(3),
  .bottom-navbar a:nth-child(5),
  .bottom-navbar a:nth-child(6) {
    display: none;
  }
  .bottom-navbar > a:not(:last-child):before {
    background-color: #fff;
  }
}
.main {
  margin: 0 auto;
  min-height: calc(100vh - 40px);
}
.pic {
  filter: brightness(110%);
}
