html, body {
  margin: 0 0;
  padding: 0 0;
  font-size: 62.5%;
  font-family: Roboto,Opensans,sans-serif,Arial,Helvetica,sans-serif;
  user-select: none; }

.ads-box {
  width: 100%;
  height: 320px;
  margin: 0 auto; }
  .ads-box p {
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(0.8); }

header {
  width: 100%;
  height: 4.5rem;
  box-sizing: border-box;
  padding: 0 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #56c2ff; }
  header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #56c2ff;
    filter: blur(2rem); }
  header path {
    stroke: #fff;
    fill: #fff; }
  header .logo {
    justify-self: center;
    display: block;
    height: 80%;
    width: auto;
    z-index: 10;}
    header .logo img {
      height: 100%; }
  header nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    header nav label {
      cursor: pointer;
      z-index: 2; }
    header nav input[type=checkbox]:checked ~ ul {
      display: block;
      transition: 200ms ease-in; }
    header nav input[type=checkbox] {
      opacity: 0;
      float: right;
      z-index: 1;
      display: none; }
    header nav input[type=checkbox]:checked:after {
      display: flex;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background-color: red; }
    header nav ul {
      display: none;
      position: absolute;
      top: 3rem;
      right: 0;
      background-color: rgb(105,48,195);
      margin: 0 auto;
      padding: 1rem 0 2rem;
      z-index: 99999; }
      header nav ul a {
        text-decoration: none; }
        header nav ul a li {
          list-style: none;
          padding: 1rem;
          font-weight: 400;
          font-size: 1.6rem;
          line-height: 1rem;
          letter-spacing: 2px;
          text-align: center;
          color: #fff; }
      header nav ul a:hover {
        display: block;
        background-color: #946EFE;
        padding: 1rem 0; }

.game:hover {
  transform: scale(1.05) translateY(0rem);
  transition: all 0.5s ease-in-out; }
  .game:hover a .game-title {
    height: 50% !important;
    visibility: visible !important; }

.image-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  .image-box .image-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .image-box .image-background img {
      width: 100%;
      height: 100%; }

footer {
  width: 100%;
  height: 40rem;
  padding: 0 16rem 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media (max-width: 1024px) {
    footer {
      padding: 0 8rem 2rem !important;
    } }
  footer ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    footer ul li {
      margin-top: 1rem;
      margin: 0 2rem;
    }
      footer ul li a {
        color: #fff;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5em;
        text-decoration: none;
      }
      footer ul li p {
        margin: 0.5rem 0.5rem; }

@keyframes categoryAni {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(5px); }
  50% {
    transform: translateY(0); }
  75% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }
@keyframes cateEnter {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
@keyframes cateLeave {
  from {
    transform: scale(1); }
  to {
    transform: scale(0); } }
.load-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer; }
  .load-more .loadingImage {
    animation: loadingAnimation 1s linear infinite; }

.cookie-tip {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 6rem;
  transition: all 1s;
  padding: 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 9999;
  align-items: center; }
  .cookie-tip .tip-text {
    font-size: 1rem;
    color: black;
    margin: 0 0.6rem; }
    .cookie-tip .tip-text a {
      text-decoration: none;
      color: #DAC7FF; }
  .cookie-tip .gotBtn {
    background-color: #DAC7FF;
    color: white;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0.8rem;
    width: 30%;
    border: none; }

.fullscreen {
  cursor: pointer; }

@keyframes loadingAnimation {
  to {
    transform: rotate(360deg); } }

/*# sourceMappingURL=common.pc.css.map */
