@charset 'utf-8';
ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
li img,
dt img,
dd img {
  vertical-align: top;
}
img {
  border: 0;
}
form {
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  outline: none;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-box .icon-size {
  height: 2vw !important;
  margin-left: 10px;
}

.flex-box .icon-size-win {
  height: 1.7vw !important;
  margin-left: 11px;
  margin-right: 1px;
}

html {
  height: 100vh;
}

/* 第一版先出簡體中文，並隱藏語系選項 */
/* header {
  height: 8vh;
  background-color: #00a6ba;
  color: white;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px #00525b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: auto;
  height: 80%;
  margin-left: 32px;
}
.app-name {
  width: auto;
  height: 80%;
} */

/* .language-wrapper {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.language {
  width: 50%;
  height: auto;
  cursor: pointer;
}
.lang-btn {
  width: 10%;
  height: auto;
  cursor: pointer;
} */

header {
  height: 8vh;
  background-color: #00a6ba;
  color: white;
  position: relative;
}
.logo {
  width: auto;
  height: 80%;
  margin-left: 2%;
  position: absolute;
  transform: translate(0%, 10%);
}
.app-name {
  width: auto;
  height: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

body {
  height: 88vh;
  font-family: "Noto Sans TC", "Noto Sans SC", Helvetica, arial, sans-serif;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px #00525b;
  background: url("../images/bg.png") center center/cover no-repeat fixed;
}
.wrapper {
  width: 100vh;
  height: 100%;
  margin: auto;
}
.zone {
  width: 100%;
  height: 80%;
  display: flex;
}

.zone-left {
  width: 38%;
  height: 100%;
  padding-top: 8%;
  margin-left: 0%;
  position: relative;
  text-align: center;
}
.qr-code {
  width: auto;
  height: 45%;
}
/* 設定動態生成的 qrcode 樣式 */
.qr-code .qr-code-img {
  padding: 10px;
  background-color: #fff;
  display: inline-block;
}
.download-text {
  width: 50%;
  height: auto;
}
.android {
  width: 24%;
  height: auto;
}
.phone-ver {
  width: 32%;
  height: auto;
}
.pc {
  width: 24%;
  height: auto;
}
.pc-ver {
  width: 32%;
  height: auto;
}
.software-text{
  width: 240px;
  height: auto;
  cursor: pointer;
  font-size: 20px;
  margin-top: 5px;
}
.software-text a:link, a:visited, a:hover, a:active {
  color:white;
  text-decoration: underline;
  text-decoration-color: white;
}
.btn{
  background: url(../images/button.png) no-repeat center center;
  min-width: 220px;
  min-height: 84px;
  background-size: 100% auto;
  cursor: pointer;
}
.btn a {
  font-size: 20px;
  text-decoration: none;
  text-decoration-color: white;
}

.zone-right {
  width: 62%;
  height: 100%;
  padding-top: 5%;
}
.phone {
  width: 56%;
  height: auto;
  margin: 0 -4%;
}

.footer {
  width: 100%;
  height: 20%;
  justify-content: space-around;
  padding: 10% 0%;
}
.footer-wrapper {
  flex-direction: column;
}
.point {
  width: 25%;
  height: 20%;
}
.footer-img {
  width: 30%;
  height: 30%;
}
.footer-title {
  width: 30%;
  height: auto;
  margin-top: 8px;
}
.footer-text {
  width: 80%;
  height: auto;
  margin-top: 8px;
}
.anti-block {
  width: 35%;
  height: auto;
  margin-top: 8px;
}

@media screen and (max-height: 960px) {
  .btn {
    min-width: 160px;
    min-height: 60px;
  }
  /* .language {
    max-height: 36px;
  }
  .lang-btn {
    max-height: 24px;
  } */
}

@media screen and (max-height: 600px) {
  /* .language {
    max-height: 24px;
  }
  .lang-btn {
    max-height: 12px;
  } */
  .btn {
    min-width: 120px;
    min-height: 40px;
  }
  .footer{
    padding: 0% 0% 2% 0%;
  }
}

@media screen and (max-height: 400px) {
  /* .language {
    max-height: 24px;
  }
  .lang-btn {
    max-height: 12px;
  } */
  .qr-code{
    margin-bottom:-10%;
  }
  .btn {
    min-width: 64px;
    min-height: 28px;
  }
  .footer{
    padding: 0% 0% 2% 0%;
  }
}
