* {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;
        outline: solid #f00 1px !important;*/
}

body,
html {
  font-family: "Noto Sans TC", sans-serif;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  background-color: #202322;
  font-size: 16px;
  letter-spacing: 0.15rem;
}

h1,
h1 a {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
}

.pjcit,
.pjcit a {
  font-size: 0.95rem;
  margin: 1rem 0 0.5rem;
  color: #aaa;
}

.pjcit a:hover {
  color: #fff;
}

button {
  border: none;
  background: none;
}

.page_popreal {
  position: relative;
  text-align: center;
  display: block;
  z-index: 2;
}

.page_popreal button {
  align-items: center;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.pop_desk_info {
  font-size: smaller;
}

.photo {
  width: 91vmin;
  height: auto;
  z-index: 1;
}

.modal-window {
  position: fixed;
  background-color: rgba(1, 1, 1, 0.15);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: x-large;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 50vw;
  position: relative;
  margin: 1% auto;
  padding: 1.125rem;
  background: #fff;
  border-radius: 50px;
}

.photoqr {
  max-height: 300px;
}

.inAPP > div {
  width: 80vw;
  font-size: 2rem;
  line-height: 3rem;
}

.modal-close {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  top: 25px;
  margin: 0 auto;
}

.modal-close::before {
  background-color: #036eb8;
  content: "";
  position: absolute;
  height: 3px;
  left: 6px;
  width: 26px;
  -webkit-transform: rotate(45deg);
}

.modal-close::after {
  background-color: #036eb8;
  content: "";
  position: absolute;
  height: 3px;
  left: 6px;
  width: 26px;
  -webkit-transform: rotate(135deg);
  z-index: 2;
}

.InAppImage {
  height: auto;
  width: 20%;
}

.BrowserIcon {
  height: 6vmin;
  width: 6vmin;
  vertical-align: middle;
}

.pop_inApp {
  font-size: 5.5vmin;
}

.end {
  text-align: center;
}

@media screen and (max-width: 980px) {
  body,
  html {
    font-size: 30px;
  }

  .photo {
    width: 100%;
  }
}
