.page_container {
  width: 100vw;
  min-height: var(--app-height);
  background-color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px 0;
}

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

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

.footer_btn {
  padding: 4px 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 {
  height: 28px;
}

.content_title1 {
  margin-top: 12px;
  height: 20px;
}

.content_btn {
  padding: 6px 12px;
  border-radius: 10px;
  background: #ff5f00;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 12px;
}

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

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

.img_list img {
  width: 100%;
}

.content_text1 {
  font-size: 22px;
  color: #ffffff;
  padding-top: 12px;
}

.content_text2 {
  font-size: 16px;
  color: #ff6800;
}

.content_text3 {
  font-size: 14px;
  color: #ffffff;
}

.content_swiper {
  padding: 24px 12px;
}

.swiper-container {
  width: calc(100vw - 40vw - 24px);
  padding: 0 20vw;
}

.swiper-slide {
  width: auto;
  height: 88vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  position: relative;
}

.swiper-slide::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #848280;
  left: 0;
  top: 0;
  border-radius: 12px;
}

.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;
}
