html, body { padding: 0px; margin: 0px; }
body { color: #333; font-size: 14px; font-family: "微軟正黑體",'Microsoft YaHei',"微软雅黑"; }

/* link */

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

.space-0 { width: 100%; height: 0px; clear: both; }
.space-10 { width: 100%; height: 10px; clear: both; }
.space-20 { width: 100%; height: 20px; clear: both; }
.space-30 { width: 100%; height: 30px; clear: both; }
.space-40 { width: 100%; height: 40px; clear: both; }
.space-50 { width: 100%; height: 50px; clear: both; }

.main { height: 100vh; padding: 40px 25px 0px; box-sizing: border-box; background: url('../img//body.jpg') no-repeat center bottom #ffd300; background-size: 100% auto; }
.logo { width: 80px; display: block; margin: 0px auto; }

.hgroup .h1 { padding-top: 20px; }
.hgroup .h1 a { color: #000; font-weight: bold; font-size: 28px; }
.hgroup small { line-height: 27px; color: #000; font-size: 16px; font-weight: 200; display: block; padding-top: 20px; }

.p11 { line-height: 30px; font-size: 14px; color: #000; padding-top: 20px; }
.p11 span.circle { display: inline-block; width: 8px; height: 8px; background: #000; border-radius: 50%; margin-right: 10px }

.download a { display: flex; justify-content: center; align-items: center; flex: 1; height: 40px; background-color: #000; opacity: 0.9; border-radius: 30px; text-align: center; margin-top: 20px; }
.download a span { display: block; font-size: 14px; color: #fff; text-align: center; line-height: 40px; padding-left: 10px; }
.download a img { width: 20px; display: block; }


.share .mask {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
  }
  .share .imgbox {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
  }
  .share .imgbox img {
    display: block;
    float: right;
  }
  .share .imgbox div {
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border: #fff solid 1px; /* no */
    margin: 30px auto;
    clear: both;
    border-radius: 10px;
  }