* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body {
  height: 100%;
  width: 100%;
}
@font-face {
    font-family: "headerIcon";
    src: none format(truetype);
}
.headerIconFontStyle {
    font-family: "Frijole", system-ui;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #085E7D;
}

@font-face {
    font-family: "footerIcon";
    src: none format(truetype);
}
.footerIconFontStyle {
    font-family: "Frijole", system-ui;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #085E7D;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans', sans-serif;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  box-sizing: border-box;
}


a {
  color: #fff;
  text-decoration: none;
}


html,
body {
  background-color: #fff;
}

h2 {
  color: black;
}

.lazy-load {
  display: none;
}

.detail-main-container {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 1200px;
  padding: 0 24px;
  width: 100%;
  background-color: #fff;
}

.phone {
  display: none !important;
}


.detail-main-container .main-container {
  width: calc(100% - 321px)
}

.detail-main-container .right-rec-container {
  width: 300px
}

.detail-info-main-cointainer {
  width: 100%
}

.info-card {
  display: flex;
  width: 100%;
  height: 231px;
  margin-bottom: 30px;
}

.relative {
  position: relative;
}

.info-card .info-img {
  position: relative;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  width: 231px;
  background-color: #EEE;
}

.info-card .info-img .cover-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

h1 {
  font-size: unset;
}

.info-card .info-info {
  height: 100%;
  width: 60%;
  margin-left: 28px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-card .info-info .rating-container {
  margin-bottom: 12px;
}

.info-card .info-info .info-name {
  font-size: 44px !important;
  font-weight: 800;
  width: 100%
}

.info-card .info-info .info-name h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.info-card .info-info .info-developer {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.info-developer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-developer-item .number {
  color: #73777A;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

.info-developer-item .text {
  color: #B4B4B4;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.info-card .info-info .info-developer span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.rating-container {
  align-items: center;
  display: flex
}

.rating-container .start {
  margin-right: 4px;
  width: 39px;
}


.about-game {
  width: 100%;
  margin: 30px 0;
  border-radius: 10px;

}

.about-game .about-game-title {
  color: #585454;
  font-size: 24px;
  font-weight: 500;
  padding: 17px 0;
  width: 100%
}

.about-game .game-info-table {
  display: grid;
  list-style: none;
  margin: 0;
  width: 100%
}


.about-game .game-info-table li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  height: 50px;
}

.about-game .game-info-table li .info-key {
  border-bottom: none;
  color: #585454;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  text-align: left
}

.about-game .game-info-table li .info-value {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap
}

.editor-review {
  width: 100%;
  margin: 30px 0;
}

.editor-review .editor-review-title {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  width: 100%
}

.editor-review .desc span {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.editor-review .desc {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  white-space: pre-line;
  width: 100%
}

.download-link {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.download-link .get-the-game-down {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.download-link .get-the-game-down-4 {
  flex-wrap: wrap
}

.button-disabled:first-child {
  background-color: #DCDDDB;
}

.download-link .get-the-game-down .down-link-item {
  background-color: #48A8FF;
  border-radius: 10px;
  height: 70px;
  /*width: 402px;*/
  width: calc(50% - 20px);
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.download-link .get-the-game-down .gray {
  background-color: #DCDDDB;
  pointer-events: none;
  user-select: none;
}

.download-link .get-the-game-down .down-link-item img {
  width: 30px;
  /*height: 46px;*/
  margin-right: 20px;
}


.download-link .get-the-game-down .down-link-item span {
  color: #FDFDFD;
  font-size: 24px;
  font-weight: 500;
}

.rating-histogram {
  margin-top: 30px;
  width: 100%
}

.rating-histogram .rating-histogram-title {
  margin-bottom: 30px;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 500;
  width: 100%
}

.rating-histogram .rating-histogram-title span {
  color: #585454;
  font-size: 24px;
  font-weight: 500;
}

.rating-histogram .rating-box-container {
  display: flex;
  padding-left: 0;
  width: 100%;
  height: 145px;
}


.rating-histogram .rating-box-container .rating-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  width: 216px;
  margin-right: 50px;
}

.rating-histogram .rating-box-container .rating-info span {
  margin-left: -10px;
  color: #585454;
  font-size: 80px;
  font-weight: 700;
}

.rating-histogram .rating-box-container .histogram-info {
  width: 605px;
  height: 100%;
}

.rating-histogram .rating-box-container .histogram-info .rating-detail {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none
}

.rating-histogram .rating-box-container .histogram-info .rating-detail li {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between
}

.rating-histogram .rating-box-container .histogram-info .rating-detail li span {
  color: #5F6368;
  display: inline-block;
  font-size: 14px;
  text-align: center
}

.rating-histogram .rating-box-container .histogram-info .rating-detail li p {
  background-color: #EEE;
  border-radius: 10px;
  height: 15px;
  overflow: hidden;
  position: relative;
  width: 96%
}

.rating-histogram .rating-box-container .histogram-info .rating-detail li p b {
  background-color: #48A8FF;
  border-radius: 10px;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: var(--width)
}

.screenshots {
  width: 100%;
  margin-top: 30px;
}

.screenshots .screenshots-title {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 30px;
}

.screenshots-title span {
  color: #585454;
  font-size: 24px;
  font-weight: 500;
}

.screenshots .screenshot-list-swiper {
  height: 300px;
  position: relative;
  width: 100%
}

.screenshots .screenshot-list-swiper .screenshot-list-swiper-slide {
  width: auto
}

.screenshots .screenshot-list-swiper .screenshot-list-swiper-slide .screenshot-item-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto
}

.screenshot-list-swiper .swiper-button-prev {
  background-color: #00c9a9;
  border-radius: 50%;
  height: 60px;
  width: 60px
}

.screenshot-list-swiper .swiper-button-prev:after {
  display: none
}

.screenshot-list-swiper .swiper-button-next {
  background-color: #00c9a9;
  border-radius: 50%;
  height: 60px;
  width: 60px
}

.screenshot-list-swiper .swiper-button-next:after {
  display: none
}

.rec-game {
  margin-top: 30px;
  width: 100%
}

.rec-game .rec-game-title {
  color: #4f4f4f;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
  width: 100%
}

.rec-game .rec-game-container {
  width: 100%
}

.rec-game .rec-game-container .game-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.rec-game .rec-game-container .game-list .game-item {
  width: calc((100% - 100px) / 5);
  margin-bottom: 12px;
}

.rec-game .rec-game-container .game-list .game-item .item-img {
  background-color: #EEE;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%
}

.rec-game .rec-game-container .game-list .game-item .item-img .game-item-img {
  border-radius: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.rec-game .rec-game-container .game-list .game-item .item-info {
  margin-top: 6px;
  width: 100%
}

.rec-game .rec-game-container .game-list .game-item .item-info h2 {
  color: #585454;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.rec-game .rec-game-container .game-list .game-item .item-info span {
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.how-to-play {
  width: 100%;
  margin: 30px 0;
}

.how-to-play .how-to-play-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  width: 100%
}

.how-to-play .how-to-play-title span {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 500;
}

.how-to-play .how-to-play-info {
  color: #575757;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  white-space: pre-line;
  width: 100%
}

.how-to-play .how-to-play-info p {
  margin-bottom: 14px;
}

.you-may-like {
  overflow: hidden;
  width: 100%
}

.you-may-like .rating-container .start {
  width: 15px;
  margin-left: 2px;
}

.you-may-like .you-may-like-title {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  margin: 10px auto 30px;
}

.you-may-like .game-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.you-may-like .game-list .game-item {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  padding: 12px;
  width: 100%;
  height: 93px;
  border-radius: 10px;
  margin-bottom: 8px;
}

.you-may-like .game-list .game-item:hover {
  background-color: #F1F1F1;
}

.you-may-like .game-list .game-item .item-img {
  background-color: #EEE;
  border-radius: 10px;
  height: 71px;
  width: 71px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-right: 12px;
}

.you-may-like .game-list .game-item .game-item-img {
  width: 100%;
}

.you-may-like .game-list .game-item .item-info {
  width: 192px;
  height: 71px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.you-may-like .game-list .game-item .item-info h2 {
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #585454;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.you-may-like .game-list .game-item .item-info span {
  border: none;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0 !important;

  color: #B4B4B4;
  font-size: 15px;
  font-weight: 400;
}

.main-screenshots {
  width: 100%;
  position: relative;
}

#main-screenshots-content::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

#main-screenshots-left {
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  left: 10px;
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  background: url("/assets/89b88b901b3aee5b5019.png");
  background-size: contain;
  rotate: 180deg;
}

.disabled {
  opacity: 0.6;
}

#main-screenshots-right {
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  right: 10px;
  width: 58px;
  height: 58px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  background: url("/assets/89b88b901b3aee5b5019.png");
  background-size: contain;
}

#main-screenshots-content {
  display: flex;
  height: 320px;
  padding: 5px 0;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.main-screenshots-sub-container {
  display: flex;
  min-width: 100%;
}

.main-screenshots-item {
  background-color: #EEE;
  border-radius: 20px;
  min-width: 100px;
  margin-right: 14px;
  height: 100%;
  flex-shrink: 0;
}

.main-screenshots-item .loading-img {
  min-width: 174px;
  border-radius: 5px;
}

.main-screenshots-img {
  height: 100%;
  border-radius: 15px;
}

.info-info .rating-container .rating-score {
  color: #73777A;
  font-size: 27px;
  font-weight: 500;
  margin-left: 10px;
}

.loader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*width: 130px;*/
  /*height: 130px;*/
  width: 50%;
  height: 0;
  padding-top: 50%;
}

.loader::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #DCDDDB;
  border-top-color: #48A8FF;
  border-radius: 50%;
  -webkit-animation: loading 0.75s ease-out infinite;
  animation: loading 0.75s ease-out infinite;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .rec-game .rec-game-container .game-list .game-item .item-img:hover {
    scale: 1.08;
    box-shadow: rgba(0, 0, 0, .4) 0 2px 4px 0;
  }

  .download-link {
    margin-top: 32px;
  }

  .download-link .get-the-game-down .down-link-item:hover {
    scale: 1.08;
    box-shadow: rgba(0, 0, 0, .4) 0 2px 4px 0;
  }

  .detail-main-container .main-container {
    margin: 0 auto;
    width: 100%
  }

  .detail-main-container .right-rec-container {
    display: none
  }

  .share-header .share-header-logo {
    margin-left: 0
  }

}

@media screen and (min-width: 700px) {
  .info-card .loader::after {
    border: 10px solid #DCDDDB;
    border-top-color: #48a8ff;
  }
}

@media screen and (max-width: 700px) {
  .detail-main-container {
    margin: 24px auto 0;
    padding: 0 12px;
  }

  .info-card {
    height: 85px;
    margin-bottom: 24px;
  }

  .info-card .info-img {
    width: 88px;
    border-radius: 10px;
  }

  .info-card .info-info .info-name {
    height: 50px;
    display: flex;
    align-items: center;
    padding-top: 4px;
  }

  .info-card .info-info .info-name h1 {
    width: 100%;
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: break-spaces;
  }

  .info-card .info-info .info-rating {
    margin-top: 5px;
  }

  .info-card .info-info .rating-container {
    margin-bottom: 4px;
    height: 24px;
  }

  .rating-container .start {
    width: 22px;
    margin-right: 2px;
  }

  .info-info .rating-container .rating-score {
    font-size: 20px;
  }

  .about-game {
    margin: 24px auto;
  }

  .about-game .about-game-title,
  .editor-review .editor-review-title,
  .screenshots-title span,
  .rating-histogram .rating-histogram-title span,
  .rec-game .rec-game-title,
  .how-to-play .how-to-play-title span {
    font-size: 20px;
  }

  .editor-review {
    margin: 24px 0;
  }

  .editor-review .editor-review-title {
    margin-bottom: 19px;
  }

  .about-game .about-game-title {
    padding: 10px 0;
  }

  .about-game .game-info-table li {
    height: 44px;
  }

  .about-game .game-info-table li .info-key {
    line-height: 44px;
    font-size: 16px;
  }

  .about-game .game-info-table li .info-value {
    line-height: 44px;
    font-size: 16px;
  }

  .editor-review .desc span {
    font-size: 15px;
  }

  .download-link .get-the-game-down .down-link-item span {
    font-size: 14px;
    border-radius: 4px;
  }

  .screenshots {
    margin-top: 44px;
  }

  #main-screenshots-left,
  #main-screenshots-right {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }

  .download-link {
    margin-top: 24px;
  }

  .download-link .get-the-game-down .down-link-item img {
    width: 18px;
    /*height: 21px;*/
  }

  .download-link .get-the-game-down .down-link-item img:first-child {
    width: 18px;
  }

  .download-link .get-the-game-down .down-link-item {
    height: 40px;
    width: calc(50% - 5px);
  }

  #main-screenshots-content {
    height: 230px;
    padding: 0;

  }

  .screenshots,
  .rating-histogram {
    margin-top: 24px;
  }

  .rec-game .rec-game-title {
    margin-bottom: 24px;
  }

  .rec-game {
    margin-top: 24px;
  }

  .how-to-play {
    margin: 24px 0;
  }

  .how-to-play .how-to-play-title {
    margin-bottom: 24px;
  }

  .rating-histogram .rating-histogram-title {
    margin-bottom: 24px;
  }

  .screenshots .screenshots-title {
    margin-bottom: 24px;
  }

  .main-screenshots-sub-container {
    max-width: 100%;
    min-width: 100%;
  }

  .pc {
    display: none !important;
  }

  .phone {
    display: grid !important;
  }

  .main-screenshots-item {
    max-width: 100%;
    min-width: 30%;
  }

  .main-screenshots-img {
    max-width: 100%;
    min-width: 50%;
  }

  .rating-histogram .rating-box-container {
    height: 102px;
  }

  .rating-histogram .rating-box-container .rating-info {
    margin-right: 20px;
  }

  .rating-histogram .rating-box-container .rating-info span {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .rating-histogram .rating-box-container .histogram-info .rating-detail li p {
    height: 12px;
  }

  .rating-histogram .rating-box-container .histogram-info .rating-detail li span {
    margin-right: 8px;
  }

  .rec-game .rec-game-container .game-list .game-item {
    width: calc((100% - 36px) / 3);
    margin-bottom: 12px;
  }

  .rec-game .rec-game-container .game-list .game-item .item-info h2 {
    color: #5F6368;
    font-size: 14px;
  }

  .how-to-play .how-to-play-info {
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
  }
}


@-webkit-keyframes loading {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loading {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}


.body-loading {
  display: none;
  /*display: flex;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 31, 71, 0.8);
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.body-loading .loader {
  width: 3%;
  padding-top: 3%;
}

.tooltip {
  display: none;
  background: white;
  padding: 30px;
  max-width: 480px;
  border-radius: 4px;
  box-shadow: rgba(252, 213, 189, 0.45) 0px 0px 50px 0px;
}

.tooltip-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgb(23, 31, 71);
}

.tooltip-button {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.tooltip-button-cancel {
  width: 46%;
  color: rgb(72, 168, 255);
  background: white;
  border: 2px solid rgb(72, 168, 255);
  text-align: center;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
  cursor: pointer;
  transition: opacity 0.1s linear 0s;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  height: 40px;
  font-family: inherit;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.tooltip-button-continue {
  width: 46%;
  background: rgb(72, 168, 255);
  background: linear-gradient(90deg, rgba(72, 168, 255, 1) 4%, rgba(16, 221, 255, 1) 100%);
  border: 0px;
  color: white;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
  cursor: pointer;
  transition: opacity 0.1s linear 0s;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  height: 40px;
  font-family: inherit;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 400px) {
  .body-loading .loader {
    width: 9%;
    padding-top: 9%;
  }

  .tooltip {
    padding-bottom: 18px;
  }

  .tooltip-text {
    margin-bottom: 12px;
    text-align: center;
  }

  .tooltip-button {
    flex-direction: column;
  }

  .tooltip-button-cancel,
  .tooltip-button-continue {
    margin: 8px 0px;
    width: 200px;
  }
}


/* APK Download Button Styles */
.apk-download-container {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.apk-download-btn {
  background-color: #48A8FF;
  border-radius: 10px;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.apk-download-btn.loading,
.apk-download-btn.disabled {
  background-color: #DCDDDB;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.apk-download-btn span {
  color: #FDFDFD;
  font-size: 24px;
  font-weight: 500;
}

.apk-download-btn .apk-icon {
  width: 30px;
  margin-right: 20px;
  display: block;
}

.loading-spinner {
  display: none;
  width: 24px;
  height: 24px;
  border: 3px solid #B4B4B4;
  border-top-color: #73777A;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  margin-right: 15px;
}

.apk-download-btn.loading .loading-spinner {
  display: block;
}

.apk-download-btn.loading .apk-icon {
  display: none !important;
}

.apk-download-btn.disabled .apk-icon {
  -webkit-filter: grayscale(100%) opacity(0.5);
  filter: grayscale(100%) opacity(0.5);
  display: block !important;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* APK Button Responsive Styles */
@media screen and (max-width: 1200px) {
  .apk-download-btn:hover {
    scale: 1.08;
    box-shadow: rgba(0, 0, 0, .4) 0 2px 4px 0;
  }
  .apk-download-btn.loading:hover,
  .apk-download-btn.disabled:hover {
    scale: 1;
    box-shadow: none;
  }
}

@media screen and (max-width: 700px) {
  .apk-download-container {
    margin-top: 12px;
  }
  
  .apk-download-btn {
    height: 40px;
  }
  
  .apk-download-btn span {
    font-size: 14px;
  }
  
  .apk-download-btn .apk-icon {
    width: 18px;
    margin-right: 10px;
  }
  
  .loading-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #B4B4B4;
    border-top-color: #73777A;
    margin-right: 10px;
  }
}

/* Download Loading Overlay */
.download-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EEE;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-radius: 10px;
}

.download-loading-overlay.hidden {
  display: none;
}

.loading-spinner-large {
  width: 60px;
  height: 60px;
  border: 6px solid #DCDDDB;
  border-top-color: #48A8FF;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.ads {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.adsbygoogle[data-ad-status="unfilled"]{
  display: none !important;
}
.adsbygoogle{
  display: block;
  width: 100%;
}

 footer {
  width: 100%;
  padding: 0 10px;
}

footer .footer-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

footer .footer-content-header {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

footer .footer-content-header span {
  display: none;
}

footer .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 0;
}

footer .links a {
  color: inherit;
  /* 确保继承父元素的 color */
  text-decoration: none;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  height: 36px;
  background: #0000000F;
  border-radius: 21.5px;
  padding: 0 16px;
  margin-right: 82px;
}

footer span {
  margin-left: auto;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1200px) {
  footer {
    padding: 0 30px;
  }
}

@media (max-width: 764px) {
  footer {
    padding: 0 12px;
  }

  footer .links {
    justify-content: space-between;
  }

  footer .links a {
    margin-right: 0;
    padding: 0 20px;
  }

  footer .links span {
    display: none;
  }

  footer .footer-content-header span {
    display: unset;
  }
}