@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1.75em;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

.main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 415px;
  height: 100vh;
  margin: 0 auto;
}
.main img {
  width: 100%;
}

/*固定頁首*/
.header {
  width: 415px;
  height: 56px;
  top: -1px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 7px 7px -5px #a4a4a4;
          box-shadow: 0px 7px 7px -5px #a4a4a4;
}
@media screen and (max-width: 435px) {
  .header {
    width: 100%;
  }
}
.header .logo {
  width: 52%;
  margin-left: 5%;
}
.header ul {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2%;
}
.header ul li {
  text-align: center;
  width: 14%;
  list-style: none;
}
.header ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.header ul li:last-child {
  width: 22%;
}

.irich {
  padding: 56px 0;
}

.main .content1 {
  margin: 0 auto;
  min-height: 56px;
  position: relative;
  width: calc(100% - 48px);
  padding-bottom: 32px;
}
.main .content1 .boxA {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}
.main .content1 .boxA .icon {
  width: 20%;
  margin: 7px 24px 0 0;
}
.main .content1 .boxA .title {
  width: 80%;
}
.main .content1 .boxA .title h1 {
  line-height: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.main .content1 .boxA .title .text1 a {
  color: #01875f;
  font-weight: bold;
  line-height: 1rem;
  font-size: 0.9rem;
}
.main .content1 .boxA .title .text2 {
  color: #5f6368;
  line-height: 1rem;
  font-size: 0.9rem;
}
.main .content1 ul.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  margin: 16px auto 24px auto;
  padding: 12px 0;
  width: 100%;
}
.main .content1 ul.information li {
  width: 33%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 3%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  list-style: none;
}
.main .content1 ul.information li p {
  font-size: 0.9rem;
  line-height: 16px;
}
.main .content1 ul.information li:nth-child(1) img {
  width: 35%;
  padding-bottom: 11%;
}
.main .content1 ul.information li:nth-child(2) img {
  width: 65%;
  padding-bottom: 11%;
}
.main .content1 ul.information li:nth-child(3) {
  border-right: none;
}
.main .content1 ul.information li:nth-child(3) img {
  width: 22%;
  padding-bottom: 11%;
}
.main .content1 ul.information li:nth-child(3) p img {
  width: 15%;
  margin-top: 7px;
}
.main .content1 .button {
  width: 100%;
  background-color: #01875f;
  border-radius: 8px;
  margin-bottom: 0.5em;
}
.main .content1 .button a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  padding: 3%;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1rem;
}
.main .content1 .buttonB {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0.5em;
  border: 1px solid #dadce0;
}
.main .content1 .buttonB a {
  width: 100%;
  height: 100%;
  display: block;
  color: #01875f;
  padding: 3%;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1rem;
}
.main .content1 ul.boxB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  width: 100%;
}
.main .content1 ul.boxB li {
  padding: 0 4%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  list-style: none;
}
.main .content1 ul.boxB li a {
  width: 100%;
  height: 100%;
  color: #01875f;
  font-weight: bold;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content1 ul.boxB li p {
  font-size: 0.9rem;
  line-height: 1rem;
}
.main .content1 ul.boxB li:nth-child(1) img {
  width: 18px;
  margin-right: 10px;
}
.main .content1 ul.boxB li:nth-child(2) img {
  width: 14px;
  margin-right: 10px;
}

/*banner*/
.main .content2 {
  margin: 0 auto;
  min-height: 56px;
  position: relative;
  width: calc(100% - 48px);
  margin-top: 29px;
  overflow: hidden;
}
.main .content2 .swiper-slide {
  height: 100%;
  text-align: center;
  padding: 5px 0;
}
.main .content2 .swiper-slide img {
  border-radius: 10px;
  width: 96%;
  -webkit-box-shadow: 1px 1px 3px #989898;
          box-shadow: 1px 1px 3px #989898;
}

.main .content3 {
  min-height: 56px;
  position: relative;
  width: calc(100% - 48px);
  margin: 10px auto 20px auto;
}
.main .content3 .slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}
.main .content3 .slogan h1 {
  font-size: 1.1rem;
  line-height: 1rem;
  font-weight: bold;
  margin-right: 16px;
}
.main .content3 .slogan .arrow {
  width: 15px;
  margin: 6px;
}
.main .content3 .slogan .arrow a {
  width: 100%;
  height: 100%;
  display: block;
}
.main .content3 .box {
  font-size: 0.9rem;
  line-height: 1.6em;
  color: #5f6368;
}
.main .content3 .time {
  margin-top: 24px;
}
.main .content3 .time_version {
  font-size: 0.9rem;
  font-weight: 600;
  color: #202124;
  line-height: 1rem;
}
.main .content3 .time_date {
  font-size: 0.9rem;
  line-height: 1rem;
  margin-top: 4px;
  color: #5f6368;
}
.main .content3 .button {
  margin-top: 28px;
  margin-bottom: 18px;
  border: 1px solid #dadce0;
  border-radius: 50px;
  display: inline-block;
}
.main .content3 .button a {
  font-size: 0.9rem;
  color: #5f6368;
  padding: 1px 14px;
  display: block;
}
.main .content3 .group {
  border-radius: 8px;
  border: 1px solid #dadce0;
  margin: 30px 0 15px 0;
  padding: 20px 20px 0;
}
.main .content3 .group ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  list-style: none;
}
.main .content3 .group ul li img {
  width: auto;
  margin-right: 20px;
}
.main .content3 .group ul li p {
  font-size: 0.9rem;
  line-height: 1rem;
  word-break: break-all;
}
.main .content3 .group a {
  color: #01875f;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 1em 0;
  margin-bottom: 1%;
  display: block;
}
.main .content3 .verify_text a {
  color: #a6a8ab;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1rem;
}
.main .content3 .verify_text a img {
  width: 13px;
  margin-left: 3px;
  margin-top: -6px;
}

.main .content4 {
  min-height: 56px;
  position: relative;
  width: calc(100% - 48px);
  margin: 20px auto;
}
.main .content4 ul.btn_device {
  padding-top: 20px;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main .content4 ul.btn_device > li {
  list-style: none;
}
.main .content4 ul.btn_device > li > a {
  border-radius: 50px;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: bold;
  padding: 7px 12px;
  display: block;
  color: #84888b;
  border: 1px solid #dadce0;
}
.main .content4 ul.btn_device > li > a img {
  width: 14px;
  margin-right: 2px;
}
.main .content4 ul.btn_device > li:first-child {
  margin-right: 4%;
}
.main .content4 ul.btn_device > li:first-child a {
  color: #01875f;
  background-color: #e6f3ef;
  border: none;
}
.main .content4 .device_text {
  color: #5f6368;
  padding: 16px 0 26px 0;
  font-size: 0.9rem;
  line-height: 1rem;
}
.main .content4 .comment {
  padding: 16px 0;
}
.main .content4 .comment .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.main .content4 .comment .name_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content4 .comment .name_left img {
  width: 32px;
  margin-right: 15px;
}
.main .content4 .comment .name_left p {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #202124;
}
.main .content4 .comment .name_right img {
  width: 18px;
}
.main .content4 .comment .fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.main .content4 .comment .fraction img {
  width: 13px;
  padding: 0 1px;
}
.main .content4 .comment .fraction p {
  font-size: 0.9rem;
  color: #5f6368;
  margin-left: 10px;
  line-height: 1rem;
}
.main .content4 .comment .comment_text {
  line-height: 1rem;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.main .content4 .comment .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content4 .comment .score p {
  width: 60%;
  font-size: 0.9rem;
  line-height: 1rem;
}
.main .content4 .comment .score_btn {
  width: 30%;
}
.main .content4 .comment .score_btn a {
  border-radius: 50px;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: bold;
  display: inline-block;
  color: #818588;
  border: 1px solid #dadce0;
  text-align: center;
  margin: 5px;
  padding: 4px 14px;
}
.main .content4 .comment_more a {
  color: #01875f;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 1em 0;
  margin-bottom: 6%;
  display: block;
}
.main .content4 .slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.main .content4 .slogan h1 {
  font-size: 1.1rem;
  line-height: 1rem;
  font-weight: bold;
  margin-right: 16px;
}
.main .content4 .slogan .arrow {
  width: 15px;
  margin: 6px;
}
.main .content4 .slogan .arrow a {
  width: 100%;
  height: 100%;
  display: block;
}
.main .content4 .label_text a {
  font-weight: bold;
  color: #606163;
  font-size: 0.9rem;
  line-height: 1rem;
}
.main .content4 .label_text a img {
  width: 12px;
  margin-right: 16px;
}

.main .content5 {
  min-height: 56px;
  position: relative;
  width: calc(100% - 48px);
  margin: 36px auto 20px auto;
  padding-top: 36px;
  border-top: 1px solid #e8eaed;
}
.main .content5 h1 {
  color: #5f6368;
  line-height: 32px;
  font-size: 0.9rem;
  font-weight: 600;
}
.main .content5 h2 {
  color: #5f6368;
  line-height: 32px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 24px;
}
.main .content5 .linkbtn a {
  color: #5f6368;
  line-height: 32px;
  font-size: 0.9rem;
  font-weight: 400;
}
.main .content5 ul.sv9Noe {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content5 ul.sv9Noe > li {
  list-style: none;
  margin-right: 24px;
  font-size: 0.9rem;
  line-height: 3rem;
  color: #5f6368;
}
.main .content5 ul.sv9Noe > li > a {
  color: #5f6368;
  display: block;
}

/*固定頁尾*/
.footer {
  width: 415px;
  height: 56px;
  bottom: -1px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  border-top: 1px solid #dadce0;
  z-index: 2;
}
@media screen and (max-width: 435px) {
  .footer {
    width: 100%;
  }
}
.footer ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5% 0;
}
.footer ul li {
  text-align: center;
  width: 25%;
  list-style: none;
}
.footer ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #5f6368;
}
.footer ul li p {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #5f6368;
}
.footer ul li:nth-child(2) a {
  color: #01875f;
}
.footer ul li:nth-child(2) p {
  color: #01875f;
}
.footer ul li img {
  display: block;
  margin: 0 auto 6px auto;
  width: auto;
}

/*手指箭頭*/
.arrow_Up, .arrow_Up_Line {
  background-image: url(../images/up-arrow.svg?v=20221109);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  z-index: 99999;
}

.arrow_Up {
  top: 2%;
  right: 1%;
}

.arrow_Up a {
  display: block;
  width: 100%;
  height: 100%;
}

.arrow_Up_Line {
  top: 2%;
  right: 9%;
}

.arrow_Up_animation {
  -webkit-animation: arrowUp linear 1s;
  animation: arrowUp linear 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes arrowUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrowUp {
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-40%);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
}
/*信任授權提示*/
.pup_trust {
  left: auto;
  bottom: -1px;
  width: 401px;
  height: 31rem;
  margin-left: 0;
}
@media screen and (max-width: 435px) {
  .pup_trust {
    width: 100%;
  }
}
.pup_trust .btn_close {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  line-height: 2.62rem;
}
.pup_trust .title {
  height: 2.5rem;
  padding-top: 0.4rem;
  font-size: 1.4rem;
}
.pup_trust .text {
  font-size: 1.15rem;
  line-height: 1.8em;
}
.pup_trust .text_second {
  line-height: 2.5rem;
  font-size: 0.9em;
}
.pup_trust .game {
  padding-right: 1rem;
}
.pup_trust .game .img_zm {
  height: 5.7rem;
  width: auto;
}
.pup_trust .game .inline-box {
  margin-left: 1rem;
}
.pup_trust .game .game_icon {
  width: 4rem;
  height: 4rem;
  margin: 0.3rem auto;
}
.pup_trust .game .game_name {
  line-height: 1rem;
  font-size: 0.9em;
}
.pup_trust .set_img {
  height: 5.4rem;
  width: auto;
}
.pup_trust .btn_trust {
  left: 14%;
  bottom: 5.5rem;
  width: 18.2rem;
  height: auto;
  margin-left: 0;
  font-size: 1rem;
  border-radius: 50px;
  padding: 0.6em 0;
}
.pup_trust .btn_detail {
  bottom: 3.5rem;
  right: 1rem;
  font-size: 0.9em;
}

/*進度條*/
.progress {
  width: 90%;
  margin: 0 auto;
}
.progress > p {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.progress-container {
  width: 100%;
  height: 1.5em;
  position: relative;
  background-color: #f1f1f1;
}
.progressbar {
  background-color: #757575;
  height: 100%;
  position: absolute;
  line-height: inherit;
}

.green {
  color: #fff !important;
  background-color: #4CAF50 !important;
}

.round-large {
  border-radius: 8px !important;
}

.delay_show_btn {
  -webkit-animation: delayshow linear 1s;
          animation: delayshow linear 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes delayshow {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}
@-webkit-keyframes delayshow {
  0% {
    -webkit-opacity: 1;
  }
  25% {
    -webkit-opacity: 0;
  }
  70% {
    -webkit-opacity: 1;
  }
}