body {
  background-color: #f2f2f2;
  font-family: Ubuntu, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 914px;
  height: 100%;
  width: auto;
}

.center-body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background-color: #fff;
  min-height: 280px;
  min-height: 100vh;
  width: 100%;
}

.top-nav {
  width: 100%;
  background-color: #e24f85;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 200px;
  z-index: 1;
}

.top-nav2 {
  width: 100%;
  height: 200px;
  position: absolute;
  animation: slam-in 1s;
  animation-delay: 2s;
  animation-fill-mode: both;
}

.ico {
  min-width: 30px;
  max-width: 60px;
  width: 10vh;
  position: absolute;
  animation: gs_icon_anim 6s linear;
  animation-iteration-count: infinite;
  /* z-index: 2; */
}

.car {
  min-width: 40px;
  max-width: 70px;
  top: 22%;
  left: 25%;
  animation-delay: 2.2s;
  animation: gs_icon_anim_roate 4s linear;
  animation-iteration-count: infinite;
}

.sweet-b {
  min-width: 10px;
  max-width: 20px;
  top: 50%;
  left: 10%;
  animation-delay: 1.12s;
  animation: gs_icon_anim_roate45 5s linear;
  animation-iteration-count: infinite;
}
.sweet-g {
  min-width: 10px;
  max-width: 20px;
  top: 25%;
  left: 68%;
  animation-delay: 1.05s;
  animation: gs_icon_anim_roate45 5s linear;
  animation-iteration-count: infinite;
}

.carrot {
  min-width: 35px;
  max-width: 55px;
  top: 55%;
  left: 80%;
  animation-delay: 0.4s;
  animation: gs_icon_anim_roate45 6.5s linear;
  animation-iteration-count: infinite;
}

.grape {
  min-width: 25px;
  max-width: 35px;
  top: 15%;
  left: 85%;
  animation-delay: 1.36s;
}
.egg {
  min-width: 25px;
  max-width: 35px;
  top: 75%;
  left: 45%;
  animation-delay: 1.8s;
}

.demon {
  min-width: 50px;
  max-width: 60px;
  top: 72%;
  left: 20%;
  animation-delay: 1.2s;
}

.melon {
  top: -2%;
  left: 35%;
  animation-delay: 1.75s;
}

.duck {
  top: 20%;
  left: 55%;
  animation-delay: 1.55s;
}

@keyframes gs_icon_anim {
  0% {
    transform: translate(-10px, 0);
  }

  30% {
    transform: translate(0, -17px);
  }

  60% {
    transform: translate(10px, 0);
  }

  100% {
    transform: translate(-10px, 0);
  }
}

@keyframes gs_icon_anim_roate {
  0% {
    transform: translate(-10px, 0) rotate(-45deg);
  }

  30% {
    transform: translate(0, -17px) rotate(-45deg);
  }

  60% {
    transform: translate(10px, 0) rotate(-45deg);
  }

  100% {
    transform: translate(-10px, 0) rotate(-45deg);
  }
}

@keyframes gs_icon_anim_roate45 {
  0% {
    transform: translate(-10px, 0) rotate(45deg);
  }

  30% {
    transform: translate(0, -17px) rotate(45deg);
  }

  60% {
    transform: translate(10px, 0) rotate(45deg);
  }

  100% {
    transform: translate(-10px, 0) rotate(45deg);
  }
}

.top-nav1 {
  display: flex;
  align-content: center;
  min-width: 225px;
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  padding: 20px;
}

/* .top-nav1-1 {
  width: 20%;
  margin-bottom: 8px;
  align-self: flex-start;
  position: relative;
}

.top-nav1-1img {
  width: 100%;
} */

.top-nav1-2 {
  width: 95%;
  /* padding-left: 3%; */
  align-self: flex-start;
}

.push {
  position: relative;
  overflow: hidden;
}

.push-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
}

.push-1img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-y: bottom;
  filter: blur(2px);
  opacity: 0.38;
}

.push-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #fff);
}

a {
  color: #2962ff;
}

.push-3 {
  text-decoration: none;
  position: relative;
  height: 100%;
  margin: 32px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.push-3-1 {
  flex: 1 1 480px;
}

.push-3-11 {
  position: relative;
  padding-top: 56.25%;
}

.push-3-111 {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100%-4px);
  height: calc(100%-4px);
  border-radius: 20px;
  background-color: black;
}

.push-3-112 {
  position: absolute;
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.push-3-2 {
  color: #000251;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  margin: 12px 0 12px 20px;
  flex: 1 1 284px;
}

.push-3-21 {
  color: #e24f85;
  opacity: 0.7;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

.push-3-22 {
  color: #68204f;
  font-size: 38px;
  line-height: 36px;
}

.line {
  height: 2px;
  background-color: #e8eaed;
}

.area-title {
  color: #68204f;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 20px 12px;
}

.game-area1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* padding-left: 20px; */
  width: 100%;
}

.inner {
  display: flex;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  overflow-x: auto;
  margin: auto 15px;
}

.inner-item {
  flex-basis: 12%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  border-radius: 8px;
  padding: 5px;
  margin-right: 15px;
}

.inner-item img {
  display: block;
  /* width: 100%; */
  border-radius: 8px;
}

.inner-text-content .name {
  color: #777;
  font-weight: bold;
  font-size: 18px;
  text-wrap: nowrap;
  overflow: hidden;
}

.items1 {
  flex-basis: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  padding: 5px;
}

.game-area {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  width: 100%;
  padding-left: 20px;
  /* flex-wrap: nowrap; */
  /* overflow-x: auto; */
  padding-bottom: 20px;
}

/* .game-area::before {
  content: "";
  display: block;
  padding-left: 20px;
}

.game-area::after {
  content: "";
  display: block;
  padding-right: 20px;
} */

.items {
  /* flex: 0 0 auto; */
  margin-bottom: 12px;
  margin-right: 12px;
  width: calc(16.7% - 14px);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.po {
  background-color: #2d3594;
  padding-top: 100%;
}

.item {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.items-r {
  /* flex: 0 0 auto; */
  margin-bottom: 12px;
  margin-right: 12px;
  width: calc(16.7% - 14px);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.po-r {
  background-color: #2d3594;
  padding-top: 150%;
}

img {
  border: none;
}

.itemimg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gos {
  margin-right: 2px;
  width: calc(20% - 9.6px);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.gos1 {
  border-radius: 0;
  position: relative;
}

.itemimg-s {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20%;
  filter: drop-shadow(0 0 10px #fff);
}

.area-title1 {
  color: #68204f;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 20px 12px;
}

.newarea-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.area-name {
  color: #68204f;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 20px 12px;
}

.more {
  color: #ffa319;
  font-weight: bold;
  padding-right: 20px;
}

.game-area-row {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding-left: 20px;
  width: 100%;
}

.new-a {
  margin-bottom: 14px;
  margin-right: 12px;
  width: calc(16.7% - 14px);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.row-a {
  margin-bottom: 14px;
  margin-right: 12px;
  width: calc(16.7% - 14px);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.a-div {
  background-color: #ffa319;
  padding-top: 56.25%;
}

.a-divs {
  background-color: #ffa319;
  padding-top: 100%;
}

.a-new {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.a-div-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footerline {
  margin-top: auto;
}

.footer-container {
  color: #5f6368;
  padding: 4px;
}

.tip-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
}
.tip {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.footer {
  display: flex;
  flex-direction: row;
  padding: 12px;
}

.footer1 {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  padding: 0 10px;
  width: 50px;
}

.f1img {
  width: 30px;
  height: 50px;
}

.footer2 {
  line-height: 1.6;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  flex: 1 1 0;
}

.f2-title1 {
  font-size: 14px;
  font-weight: 700;
}

.f2-link {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.r-coin {
  transform: rotate(180deg);
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.cookie-1 {
  opacity: 0.975;
  animation-duration: 0.8s;
  animation-name: fadeIn;
  background-color: white;
  color: #5f6368;
  padding: 16px;
  max-width: 816px;
  box-sizing: border-box;
  margin: 12px;
  border-radius: 12px;
  box-shadow: 0 4px #aab1ba;
  border: 2px solid #aab1ba;
}

.cookie-1-t {
  line-height: 1.6;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  flex: 1 1 0;
}

.cookie-1-b {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.cookie-btn {
  background: #6f7ff7;
  border: 2px solid #6f7ff7;
  color: #ffffff;
  border-radius: 20px;
  padding: 8px 24px;
  outline: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.75px;
}

@media only screen and (max-width: 992px) {
  .inner-text-content .name {
    font-size: 14px;
  }
  .row-a {
    width: calc(20% - 14px);
  }
}

@media only screen and (max-width: 768px) {
  .inner-text-content .name {
    font-size: 12px;
  }
  .new-a {
    width: calc(33.3% - 14px);
  }
  .row-a {
    width: calc(25% - 14px);
  }
}

@media only screen and (max-width: 576px) {
  .items,
  .items-r,
  .new-a,
  .row-a {
    width: calc(33.3% - 14px);
  }

  .top-nav1 {
    min-width: 120px;
    max-width: 180px;
  }

  .car {
    left: 20%;
    top: 30%;
    min-width: 15px;
    max-width: 30px;
  }

  .carrot {
    top: 56%;
    left: 72%;
    min-width: 15px;
    max-width: 25px;
  }

  .demon {
    min-width: 30px;
    max-width: 40px;
    top: 72%;
    left: 26%;
  }

  .egg {
    max-width: 30px;
    left: 46%;
  }

  .duck {
    min-width: 15px;
    max-width: 35px;
    top: 65%;
    left: 60%;
  }

  .grape {
    max-width: 28px;
    top: 25%;
    left: 56%;
  }

  .melon {
    top: 20%;
    left: 34%;
    min-width: 10px;
    max-width: 40px;
  }

  .sweet-b {
    max-width: 15px;
    left: 13%;
  }

  .sweet-g {
    top: 32%;
    left: 75%;
  }

  .inner-text-content {
    width: 100%;
  }
  .inner-item {
    width: 25%;
    margin-right: auto;
    /* flex-basis: 33%; */
  }

  .tip {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  /* .ico {
    display: none;
  } */
  .top-nav {
    height: 120px;
  }

  .push-3 {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 20px 0;
  }

  .push-3-1 {
    width: 100%;
    flex: 1 1;
  }

  .push-3-2 {
    margin: 12px 0;
    flex: 1 1;
  }

  .push-3-21 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
  }

  .push-3-22 {
    font-size: 24px;
    line-height: 20px;
  }

  .inner-text-content .name {
    font-size: 10px;
  }

  .items {
    width: calc(33.3% - 16px);
  }

  .row-a {
    width: calc(50% - 16px);
  }

  .tip {
    font-size: 12px;
  }
}
