.page_container {
  width: 100vw;
  height: var(--app-height);
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#watermark_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--app-height);
  pointer-events: none;
  z-index: 1;
  background-repeat: repeat;
}

.footer_down {
  background-color: #ffa000;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: calc(100% - 32px);
}

.footer_text {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.footer_btn {
  padding: 8px 24px;
  background: linear-gradient(82.86deg, #d4004e 20.44%, #cac7c3 54.51%);
  border-radius: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.content_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  position: relative;
  padding-bottom: 70px;
}

.content_title {
  font-size: 24px;
  background: linear-gradient(189.84deg, #f5d997 8.91%, #e68621 94.18%);
  background: -webkit-linear-gradient(189.84deg, #f5d997 8.91%, #e68621 94.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.down_load {
  background: linear-gradient(82.86deg, #fea854 20.44%, #fffcf8 54.51%);
  border-radius: 20px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.down_name {
  color: #601202;
  font-size: 24px;
}

.down_text {
  color: #000000;
  font-size: 16px;
}

.text_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.text_item {
  color: #fec58b;
  font-size: 16px;
}

.content_img_cell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 4px;
  padding: 8px 0;
}

.content_img_cell img {
  width: 120px;
  border-radius: 10px;
  margin: 0 auto;
}

.none {
  display: none !important;
}

.visibility {
  visibility: hidden !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  flex-direction: column;
  padding: 12px 0;
}

.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popup_img {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
}

.popup_img img {
  width: 100%;
}

.popup_text {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding-bottom: 14px;
}

.popup_android {
  width: 320px;
  background-color: #d9d9d9;
  padding: 24px;
}

.popup_title {
  font-size: 48px;
  color: #000000;
  text-align: center;
}

.popup_hint {
  color: #120bdd;
  font-size: 26px;
  padding: 12px 0;
}

.popup_url {
  color: #14141b;
  font-size: 26px;
}
