@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: Helvetica, Arial, '微軟正黑體', sans-serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  background-color: #f3f3f3;
  color: #000;
  font-size: 16px;
  min-width: 320px;
  overflow-x: hidden;
}

.cp-tips {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p {
  margin: 0;
}

.cp-tips a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.cp-tips .cp-tips-close:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p {
  line-height: 1.6;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0px;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0px;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0px;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0px;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0px;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0px;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0px;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0px;
}

.pt-1,
.p-1,
.py-1 {
  padding-top: 10px;
}

.pb-1,
.p-1,
.py-1 {
  padding-bottom: 10px;
}

.pl-1,
.p-1,
.px-1 {
  padding-left: 10px;
}

.pr-1,
.p-1,
.px-1 {
  padding-right: 10px;
}

.mt-1,
.m-1,
.my-1 {
  margin-top: 10px;
}

.mb-1,
.m-1,
.my-1 {
  margin-bottom: 10px;
}

.ml-1,
.m-1,
.mx-1 {
  margin-left: 10px;
}

.mr-1,
.m-1,
.mx-1 {
  margin-right: 10px;
}

.pt-2,
.p-2,
.py-2 {
  padding-top: 20px;
}

.pb-2,
.p-2,
.py-2 {
  padding-bottom: 20px;
}

.pl-2,
.p-2,
.px-2 {
  padding-left: 20px;
}

.pr-2,
.p-2,
.px-2 {
  padding-right: 20px;
}

.mt-2,
.m-2,
.my-2 {
  margin-top: 20px;
}

.mb-2,
.m-2,
.my-2 {
  margin-bottom: 20px;
}

.ml-2,
.m-2,
.mx-2 {
  margin-left: 20px;
}

.mr-2,
.m-2,
.mx-2 {
  margin-right: 20px;
}

.pt-3,
.p-3,
.py-3 {
  padding-top: 30px;
}

.pb-3,
.p-3,
.py-3 {
  padding-bottom: 30px;
}

.pl-3,
.p-3,
.px-3 {
  padding-left: 30px;
}

.pr-3,
.p-3,
.px-3 {
  padding-right: 30px;
}

.mt-3,
.m-3,
.my-3 {
  margin-top: 30px;
}

.mb-3,
.m-3,
.my-3 {
  margin-bottom: 30px;
}

.ml-3,
.m-3,
.mx-3 {
  margin-left: 30px;
}

.mr-3,
.m-3,
.mx-3 {
  margin-right: 30px;
}

.pt-4,
.p-4,
.py-4 {
  padding-top: 40px;
}

.pb-4,
.p-4,
.py-4 {
  padding-bottom: 40px;
}

.pl-4,
.p-4,
.px-4 {
  padding-left: 40px;
}

.pr-4,
.p-4,
.px-4 {
  padding-right: 40px;
}

.mt-4,
.m-4,
.my-4 {
  margin-top: 40px;
}

.mb-4,
.m-4,
.my-4 {
  margin-bottom: 40px;
}

.ml-4,
.m-4,
.mx-4 {
  margin-left: 40px;
}

.mr-4,
.m-4,
.mx-4 {
  margin-right: 40px;
}

.pt-5,
.p-5,
.py-5 {
  padding-top: 50px;
}

.pb-5,
.p-5,
.py-5 {
  padding-bottom: 50px;
}

.pl-5,
.p-5,
.px-5 {
  padding-left: 50px;
}

.pr-5,
.p-5,
.px-5 {
  padding-right: 50px;
}

.mt-5,
.m-5,
.my-5 {
  margin-top: 50px;
}

.mb-5,
.m-5,
.my-5 {
  margin-bottom: 50px;
}

.ml-5,
.m-5,
.mx-5 {
  margin-left: 50px;
}

.mr-5,
.m-5,
.mx-5 {
  margin-right: 50px;
}

.pt-6,
.p-6,
.py-6 {
  padding-top: 60px;
}

.pb-6,
.p-6,
.py-6 {
  padding-bottom: 60px;
}

.pl-6,
.p-6,
.px-6 {
  padding-left: 60px;
}

.pr-6,
.p-6,
.px-6 {
  padding-right: 60px;
}

.mt-6,
.m-6,
.my-6 {
  margin-top: 60px;
}

.mb-6,
.m-6,
.my-6 {
  margin-bottom: 60px;
}

.ml-6,
.m-6,
.mx-6 {
  margin-left: 60px;
}

.mr-6,
.m-6,
.mx-6 {
  margin-right: 60px;
}

/* text */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-hidden {
  text-indent: -9999px;
  height: 0;
}

.text-justify {
  text-align: justify;
}

/* block */
.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.all-content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
}

.container {
  width: 840px;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row > [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.smmargin {
  margin-left: -5px;
  margin-right: -5px;
}

.row.smmargin > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row .col-2 {
  width: 16.66%;
}

.row .col-3 {
  width: 25%;
}

.row .col-4 {
  width: calc(100% / 3);
}

.row .col-5 {
  width: 41.66%;
}

.row .col-6 {
  width: 50%;
}

.row .col-7 {
  width: 58.34%;
}

.row .col-8 {
  width: calc(100% * 2 / 3);
}

.row .col-9 {
  width: 75%;
}

.row .col-12 {
  width: 100%;
}

.row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tk_content {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 6em 0;
}

.tk_inner {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #aee6bd;
}

.tk_check {
  position: absolute;
  width: 65px;
  top: -33px;
  left: 50%;
  margin-left: -33px;
}

.tk_inner_t {
  padding: 60px 20px 30px;
}

.tk_inner_t h2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}

.tk_inner_t h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 30px;
}

.tk_inner_t p {
  color: #666;
}

.tk_inner_b {
  padding: 30px 20px;
  background: #c4eccf;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.tk_inner_b a {
  border-bottom: 1px solid;
}

.banner {
  margin: 20px auto;
}

.banner .mySwiper {
  position: relative;
  padding-bottom: 40px;
}

.banner .swiper-slide {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #aee6bd;
}

.banner .swiper-slide > a {
  display: block;
  max-width: 800px;
}

.banner .swiper-pagination-bullet-active {
  background: #65b476;
}

.banner .mo {
  display: none;
}

.shareArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shareArea p {
  margin-right: 10px;
  letter-spacing: .05em;
  font-weight: bold;
}

.shareArea .shareBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 2px;
  border: 1px solid #fff;
  display: inline-block;
}

.shareArea .shareBtn.copyLink {
  background: url(../images/share_icon_copy.png) no-repeat center/contain;
  background-image: -webkit-image-set(url(../images/share_icon_copy.png) 1x, url(../images/share_icon_copy@2x.png) 2x);
  background-image: image-set(url(../images/share_icon_copy.png) 1x, url(../images/share_icon_copy@2x.png) 2x);
}

.shareArea .shareBtn.fbShare {
  background: url(../images/share_icon_fb.png) no-repeat center/contain;
  background-image: -webkit-image-set(url(../images/share_icon_fb.png) 1x, url(../images/share_icon_fb@2x.png) 2x);
  background-image: image-set(url(../images/share_icon_fb.png) 1x, url(../images/share_icon_fb@2x.png) 2x);
}

.shareArea .shareBtn.lineShare {
  background: url(../images/share_icon_line.png) no-repeat center/contain;
  background-image: -webkit-image-set(url(../images/share_icon_line.png) 1x, url(../images/share_icon_line@2x.png) 2x);
  background-image: image-set(url(../images/share_icon_line.png) 1x, url(../images/share_icon_line@2x.png) 2x);
}

.shareArea .shareBtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.tk_info_title {
  text-align: center;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  color: #65b476;
  border-bottom: 1px solid #aee6bd;
  letter-spacing: .1em;
}

.app_download {
  padding: 3em 40px;
  background: url(../images/app_bg.jpg) no-repeat center top/cover;
  background-image: -webkit-image-set(url(../images/app_bg.jpg) 1x, url(../images/app_bg@2x.jpg) 2x);
  background-image: image-set(url(../images/app_bg.jpg) 1x, url(../images/app_bg@2x.jpg) 2x);
  text-align: center;
  border-radius: 20px;
}

.app_download h4 {
  margin-bottom: 40px;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}

.app_download .box_line {
  border-right: 1px solid #fff;
}

.app_download .box {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.app_download .box a {
  position: absolute;
  width: 48%;
  height: 48px;
  bottom: 0;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .shareArea {
    padding: 5px;
  }
  .shareArea .shareBtn {
    width: 35px;
    height: 35px;
  }
  .app_download .col-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .app_download .box_line {
    border: none;
  }
}

@media only screen and (max-width: 640px) {
  .tk_content {
    padding: 3em 0;
  }
  .tk_check {
    width: 40px;
    top: -20px;
    margin-left: -20px;
  }
  .tk_inner_t {
    padding: 50px 20px 20px;
  }
}

@media only screen and (max-width: 576px) {
  .banner .pc {
    display: none;
  }
  .banner .mo {
    display: block;
  }
  .tk_inner {
    border-radius: 15px;
  }
  .banner .swiper-slide {
    border-radius: 15px;
  }
  .shareArea {
    display: block;
  }
  .shareArea p {
    margin: 0;
  }
  .shareArea .shareBtn {
    width: 45px;
    height: 45px;
  }
  .app_download {
    border-radius: 15px;
  }
  .app_download h4 span {
    display: block;
    text-indent: -9999px;
    height: 0;
  }
}

@media only screen and (max-width: 420px) {
  .shareArea .shareBtn {
    width: 10vw;
    height: 10vw;
  }
}

@media only screen and (max-width: 380px) {
  .shareArea p {
    font-size: .9em;
  }
}

#divLoading {
  text-align: center;
  color: #fff;
  background-color: #808080;
  font-size: 24px;
  padding: 20px 0;
  margin: 0;
}
