/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


* {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
}

*:active,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: Arial, sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}


body {
  height: 100svh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #19356d;
}

@font-face {
  font-family: "HuangYuChenZuoHei";
  src: url("/fonts/黄煜臣拙黑体繁体.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GenSenRounded";
  src: url("/fonts/GenSenRounded2TW-B.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GenSenRounded";
  src: url("/fonts/GenSenRounded2TW-R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.mobile-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100svh;
  width: 100vw;
}

.container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing-top {
  position: absolute;
  top: 0;
}

.landing-mid {
  height: auto;
}

.landing-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.enter-name-mid-wrapper {
  position: relative;
  z-index: 1;
}

.bg {
  position: absolute;
  object-fit: fill;
  height: 100%;
  width: 100%;
}

.button-wrapper {
  flex-direction: column;
  position: absolute;
  bottom: 6%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.start-button-wrapper {
  display: flex;
  top: 7%;
  height: 36%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.start-button {
  width: 60%;
  height: 100%;
}

.button-wrapper {
  top: 55%;
  height: 19%;
  width: 100%;
  position: absolute;
}

.instruction-top {
  position: absolute;
  top: 0;
  z-index: 1;
}

.instruction-mid-wrapper {
  z-index: 1;
}



.instruction-bottom {
  position: absolute;
  bottom: 0;
}

.enter-name-top {
  position: absolute;
  top: 0;
}

.enter-name-bottom {
  position: absolute;
  bottom: 0;
}

.privacy-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.privacy {
  width: 90%;
  margin: auto;
}

.privacy-button {
  height: 20px;
  width: 20%;
  position: absolute;
  bottom: 15%;
  left: 58%;
}

.info-modal {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.info2-modal {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}


.info-modal-content {
  position: absolute;
  bottom: 0;
}

.info2-modal-content {
  position: absolute;
  bottom: 0;
}

.info-confirm-button-wrapper {
  top: 33%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info2-confirm-button-wrapper {
  top: 33%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-confirm-button {
  width: 50%;
}

.info2-confirm-button {
  width: 50%;
}


.privacy-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.privacy-modal-content {
  position: relative;
}

.privacy-modal-pic-wrapper {
  text-align: right;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 8% 10%;
}

.privacy-close-button {
  width: 8%;
}


.instruction-modal {
  position: relative;
}

.instruction-confirm-button-wrapper {
  display: flex;
  position: absolute;
  bottom: 12%;
  height: 9%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.instruction-confirm-button {
  height: 100%;
  width: 50%;
}

.enter-name-modal {
  position: relative;
}

.enter-name-confirm-button-wrapper {
  display: flex;
  position: absolute;
  top: 86%;
  height: 12%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.enter-name-confirm-button {
  height: 100%;
  width: 50%;
}

.enter-name-confirm-input-wrapper {
  display: flex;
  position: absolute;
  top: 62%;
  height: 10%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.enter-name-confirm-input {
  font-family: "HuangYuChenZuoHei", sans-serif;
  text-align: center;
  background-color: transparent;
  border: 0;
  font-size: 2rem;
  width: 55%;
}


.fb-on-ios-pic {
  width: 90%;
  margin-left: auto;
  margin-right: 1.5rem;
}

.fb-on-ios {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8)
}

.desktopWrapper {
  width: 56.221889055vh;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}