@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
html.ie7 {
  overflow-x: hidden;
}
html.ie7 body {
  overflow-x: visible;
}
html.ie7 em {
  font-style: normal;
}
body {
  margin: 0;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #ffffff;
  background-color: #346E8E;
  background-position: center bottom;
  background-size: cover;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  flex-direction: column;
  min-height: 100vh;
}

footer{
    display: flex;
    width: 100%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background-color: #336e8e;
    align-items: center;
}
.footer-wrap{
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px;
}
.footer-wrap p{
    font-size: 15px;
}
.footer-wrap a{
    color: #dadada;
}

/* .content-wrap{
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-image: url(..img/bk.png);
} */
.wrap {
    padding: 50px 30px;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    background-image: url("../img/bk2.jpg");
}
.wrap >img {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 120px;
}
.product >img {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 230px;
}
.product a.btn-link{
    display: block;
    width: 300px;
    padding: 15px;
    text-align: center;
    border-radius: 28.5px;
    margin: 0 auto;
    background-color: #8CABC0;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    transition: all .4s;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffffa1;
    margin-top: 102px;
	font-size: 20px;
}
.product a.btn-link:hover{
    background-color: #5c86a3;
    transition: all .4s;
    border: 1px solid #fff;
}

.img-a {
    display: block;
    width: 100%;
    text-align: center;
}

.img-a img{
    max-width: 250px;
}

.wrap h1{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.wrap h2{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.wrap h3{
    margin-bottom: 60px;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 7px;
}

.wrap p {
    display: block;
    font-family: "微軟正黑體";
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0 20px;
    color: #f5f5f5;
    max-width: 670px;
}

@media all and (max-width: 767px) {
    .wrap p{
      padding: 0px;
      font-size: 15px;
      margin-bottom: 10px;
  }
    .product >img{
      width: 100%;
      margin: 0 auto;
      max-width: 200px;
    }
    .wrap h3 {
      margin-bottom: 20px;
      font-size: 32px;
      letter-spacing: 4px;
}

@media all and (max-width: 400px) {
  .wrap p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wrap h2{
    font-size: 14px;
  }
}
.wrap ul {
    display: block;
    font-family: "微軟正黑體";
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    color: #ffffff;
    list-style-type: none;
}
@media all and (max-width: 400px) {
  .wrap ul {
    font-size: 12px;
  }
}
.wrap ul li {
  margin-bottom: 5px;
  width: 340px;
}
@media all and (max-width: 400px) {
  .wrap ul li {
    width: 250px;
  }
}
.wrap ul li strong {
  display: inline-block;
  width: 90px;
  margin-right: 3px;
  letter-spacing: 1px;
}
@media all and (max-width: 400px) {
  .wrap ul li strong {
    width: 67px;
  }
}
.wrap ul .li-title {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
}
@media all and (max-width: 400px) {
  .wrap ul .li-title {
    font-size: 16px;
  }
}
.wrap ul .li-ios {
  margin-bottom: 30px;
}
@media all and (max-width: 400px) {
  .wrap ul .li-ios {
    margin-bottom: 30px;
  }
}
.wrap ul .li-android strong {
  width: 100%;
  text-align: center;
}
.wrap ul .li-qrcode {
  text-align: center;
}
@media screen and (max-width: 400px) {
  .wrap ul .li-qrcode img { width: 50%; }
}
