@charset "UTF-8";
:root {
  --bold-font: PingFangTC-Medium;
  --general-font: PingFangTC-Regular;
  --text-color: #231916;
}

img {
  width: 100%;
}

body {
  overscroll-behavior: none;
  scrollbar-width: auto;
  pointer-events: none;
  background-image: url("./img/web-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background: transparent;
}

.general-text {
  font-family: var(--general-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.24px;
  color: #000000;
}

.container {
  pointer-events: none;
  position: relative;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 85px 58px 36px 168px 0 490px 145px 777px 72px 750px 7px 58px 49px;
      grid-template-rows: 85px 58px 36px 168px 0 490px 145px 777px 72px 750px 7px 58px 49px;
  width: inherit;
      grid-template-areas: "." "logo" "." "title" "additional" "qr-code" "lion" "good-item" "." "how" "." "precautions";
}

#back-to-top {
  pointer-events: auto;
  position: fixed;
  width: 77px;
  height: 77px;
  right: 80px;
  bottom: 80px;
}

#logo {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: logo;
}

#logo img {
  width: 504px;
}

#title {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: title;
}

#title img {
  width: 706px;
}

#additional {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: additional;
}

#additional img {
  width: 380px;
  margin-left: 40px;
}

#mobile-qr-code {
  display: none;
}

#duration {
  display: none;
}

#qr-code {
  position: relative;
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: qr-code;
  z-index: -2;
}

#qr-code .main-content {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

#qr-code .main-content img {
  height: 237px;
  width: auto;
  margin-left: 38px;
}

#qr-code p {
  padding-left: 36px;
  position: absolute;
  top: 85px;
}

#qr-code img {
  width: 1129px;
}

#qr-code .qr-link {
  pointer-events: auto;
}

#qr-code p,
#duration p {
  width: 100%;
  color: var(--text-color);
  line-height: 20px;
}

#qr-code p strong,
#duration p strong {
  font-family: var(--bold-font);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04px;
}

#qr-code p small,
#duration p small {
  font-family: var(--general-font);
  font-size: 15px;
}

#good-item {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  grid-area: good-item;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 28px;
}

#good-item img {
  width: 770px;
}

#good-item .good-item__nav {
  pointer-events: auto;
  z-index: -1;
  position: absolute;
  width: 770px;
  height: 74px;
  top: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#good-item .good-item__nav button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
  margin-left: 16px;
}

#good-item .good-item__nav button .active {
  width: 191px;
}

#good-item .good-item__nav button .rest {
  width: 158px;
}

#good-item .good-item__nav button:first-child {
  right: 388px;
}

#good-item .good-item__nav button:nth-child(2) {
  right: 194px;
}

#good-item .good-item__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}

#good-item .good-item__switch {
  position: absolute;
  top: 57px;
}

#good-item .good-item__switch img {
  width: 654px;
}

#good-item .good-item__switch .good-item__cue {
  position: absolute;
  width: 556px;
  bottom: 0;
  right: 20px;
  text-align: left;
}

#good-item .good-item__switch .good-item__cue .good-item__end {
  position: absolute;
  right: 0;
  top: -25px;
}

#good-item .good-item__switch .good-item__cue .good-item__end img {
  width: 225px;
  height: auto;
}

#good-item .good-item__switch .good-item__cue .general-text {
  line-height: 1.4;
  padding: 25px 0px;
}

#good-item .good-item__switch .good-item__cue .general-text:nth-child(1) {
  padding-bottom: 40px;
}

#good-item .good-item__bg img {
  -webkit-filter: drop-shadow(0px 0px 10px #29626c);
  filter: drop-shadow(0px 0px 10px #29626c);
}

#good-item .good-item__btn {
  position: absolute;
  bottom: 36px;
  pointer-events: auto;
}

#good-item .good-item__btn img {
  width: 337px;
}

#good-item .side-text {
  position: absolute;
  width: 26px;
  right: -54px;
}

#good-item .side-text p {
  font-family: var(--bold-font);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.28px;
  color: #ffffff;
}

#good-item #good-item__two .general-text {
  padding: 20px 0 !important;
}

.item_hide {
  display: none;
}

#how {
  margin-left: 10px;
  -ms-grid-row: 10;
  -ms-grid-column: 1;
  grid-area: how;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 116px 43px 24px 98px 446px;
      grid-template-rows: 116px 43px 24px 98px 446px;
      grid-template-areas: "." "how__switcher" "." "how__content" "how__demo";
}

#how .how__switcher {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: how__switcher;
  font-size: 0;
}

#how .how__switcher input[type="radio"]:checked ~ span {
  color: #fff;
  background-color: #0b8397;
  border-color: #0b8397;
}

#how .how__switcher .radio-group {
  pointer-events: auto;
}

#how .how__switcher .radio-group label {
  position: relative;
  display: inline-block;
  outline: none;
}

#how .how__switcher .radio-group label input {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
}

#how .how__switcher .radio-group label span {
  font-family: var(--bold-font);
  font-size: 28px;
  letter-spacing: 0.05px;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 8px 42px;
}

#how .how__switcher .radio-group label:first-child span {
  border-left: 1px solid #dcdfe6;
  border-radius: 4px 0 0 4px;
}

#how .how__switcher .radio-group label:last-child span {
  border-radius: 0 4px 4px 0;
}

#how .how__content {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: how__content;
}

#how .how__content p {
  max-width: 650px;
  font-family: var(--bold-font);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.28px;
  color: #000000;
  margin: auto;
  height: 100%;
  border-bottom: 1px solid #c4c4c4;
}

#how .how__demo {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: how__demo;
}

#how .how__demo__web {
  margin-top: 20px;
}

#how .how__demo__web img {
  width: 624px;
}

#how .how__demo__mobile {
  display: none;
}

#how img {
  width: 769px;
}

#lion {
  pointer-events: none;
  z-index: -1;
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: lion;
  width: 770px;
  text-align: left;
  margin: auto;
}

#lion img {
  width: 235px;
}

#precautions {
  -ms-grid-row: 12;
  -ms-grid-column: 1;
  grid-area: precautions;
}

#precautions button {
  width: 337px;
}

.hover_effect {
  cursor: pointer;
  z-index: 20;
  position: relative;
}

.hover_effect:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.closemodale img {
  width: 176px;
  height: auto !important;
}

@media screen and (max-width: 425px) {
  #lion {
    display: none;
  }
  body {
    background-image: url("./img/mobile-background.png");
  }
  .container {
    -ms-grid-rows: 28px 25px 17px 75px 35px 70px 164px 70px 544px 21px 535px 24px 66px;
        grid-template-rows: 28px 25px 17px 75px 35px 70px 164px 70px 544px 21px 535px 24px 66px;
        grid-template-areas: "." "logo" "." "title" "additional" "word" "qr-code" "." "good-item" "." "how" "." "precautions" ".";
  }
  #back-to-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
  #logo img {
    width: 218px;
  }
  #title img {
    width: 318px;
  }
  #qr-code {
    display: none;
  }
  #additional img {
    width: 252px;
    margin-left: 0;
  }
  #duration {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    grid-area: word;
    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;
  }
  #duration p {
    line-height: unset;
  }
  #duration p strong {
    font-size: 15px;
    margin-bottom: 6px;
    display: inline-block;
  }
  #duration p small {
    font-size: 13px;
  }
  #mobile-qr-code {
    pointer-events: auto;
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: qr-code;
    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;
  }
  #mobile-qr-code .mobile-qr-code__img {
    height: 164px;
  }
  #mobile-qr-code .mobile-qr-code__img img {
    height: 100%;
    width: auto;
  }
  #good-item {
    margin: 0;
  }
  #good-item img {
    width: 346px;
  }
  #good-item .good-item__nav {
    width: 335px;
    top: -40px;
  }
  #good-item .good-item__nav button {
    margin-left: 7px;
  }
  #good-item .good-item__nav button .active {
    width: 115px;
  }
  #good-item .good-item__nav button .rest {
    width: 91px;
  }
  #good-item .good-item__switch {
    top: 40px;
  }
  #good-item .good-item__switch img {
    width: 300px;
  }
  #good-item .good-item__switch .good-item__cue {
    position: absolute;
    width: 226px;
    right: 16px;
  }
  #good-item .good-item__switch .good-item__cue .good-item__end {
    top: -10px;
  }
  #good-item .good-item__switch .good-item__cue .good-item__end img {
    width: 110px;
  }
  #good-item .good-item__switch .good-item__cue .general-text {
    font-size: 13px;
    padding: 15px 0px 22px;
  }
  #good-item .good-item__switch .good-item__cue .general-text:nth-child(1) {
    padding: 30px 0px;
  }
  #good-item .good-item__btn {
    bottom: 25px;
  }
  #good-item .good-item__btn img {
    width: 172px;
  }
  #good-item .good-item__bg img {
    width: 361px;
  }
  #good-item .side-text {
    display: none;
  }
  #how {
    margin: 0;
    -ms-grid-rows: 62px 30px 5px 68px 368px;
        grid-template-rows: 62px 30px 5px 68px 368px;
        grid-template-areas: "." "how__switcher" "." "how__content" "how__demo";
  }
  #how .how__switcher .radio-group label span {
    padding: 8px 18px;
    font-size: 14px;
  }
  #how .how__bg__img {
    width: 346px;
  }
  #how .how__demo__web {
    display: none;
  }
  #how .how__demo__mobile {
    height: 350px;
    display: block;
  }
  #how .how__demo__mobile .step-title {
    font-family: var(--general-font);
    font-size: 14px;
    letter-spacing: 0.05px;
    color: #595757;
    height: 40px;
    line-height: 1.2;
    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;
  }
  #how .how__demo__mobile .step-img {
    width: 156px;
    margin: auto;
  }
  #how .how__demo__mobile .step-img img {
    width: 100%;
    height: auto;
  }
  #how .how__content p {
    max-width: 286px;
    font-size: 15px;
    line-height: 1.31;
    border-bottom: none;
  }
  .bg-box .main-content {
    bottom: 75px;
    height: 290px !important;
  }
  .bg-box .main-content p {
    font-size: 14px !important;
    line-height: 1.46 !important;
    letter-spacing: 0.14px !important;
    padding-bottom: 24px !important;
  }
  .dialog__rule img,
  .dialog__precautions img {
    width: 92vw !important;
    height: auto !important;
  }
  .dialog__rule .main-content {
    height: 290px !important;
  }
  .closemodale img {
    width: 102px !important;
  }
  .modale__btn {
    bottom: 20px !important;
  }
  #precautions button {
    width: 172px;
  }
  .good-item__nav button {
    margin-left: 7px !important;
    position: unset !important;
    display: inline-block !important;
  }
  .good-item__nav button .active {
    width: 118px;
  }
  .good-item__nav button .rest {
    width: 94px;
  }
}

input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  width: 315px;
  font-size: 2em;
  border-radius: 1.5em;
  background-color: #0b8397;
  border-color: transparent;
  background-clip: padding-box;
  color: #ffffff;
  vertical-align: middle;
  margin: 0px;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-color: #58a8b9;
  border-radius: 1.5em;
  border: 0.2em solid transparent;
  background-clip: padding-box;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: switch-off-transform 0.25s ease-out forwards;
          animation: switch-off-transform 0.25s ease-out forwards;
  z-index: 2;
}

input[type="checkbox"]::after {
  position: absolute;
  left: 0.5em;
  top: 0.4em;
  line-height: 1.6;
  font-size: 24px;
  font-weight: bold;
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  content: "\00a0\00a0\00a0\00a0方式1\00a0\00a0\00a0\00a0\00a0\00a0\00a0方式2";
  letter-spacing: 0;
  word-spacing: 5px;
  z-index: 1;
}

input[type="checkbox"]:focus {
  color: #ffffff;
  border-color: transparent;
  background-color: #0b8397;
  outline: none;
}

input[type="checkbox"]:checked {
  color: #ffffff;
  background-color: #0b8397;
  border-color: transparent;
}

input[type="checkbox"]:checked::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: switch-on-transform 0.25s ease-out forwards;
          animation: switch-on-transform 0.25s ease-out forwards;
}

@-webkit-keyframes switch-on-transform {
  0% {
    -webkit-transform: translateX(0) scaleX(1) translateZ(0);
            transform: translateX(0) scaleX(1) translateZ(0);
  }
  25% {
    -webkit-transform: translateX(0) scaleX(1.33) translateZ(0);
            transform: translateX(0) scaleX(1.33) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(1) translateZ(0);
            transform: translateX(100%) scaleX(1) translateZ(0);
  }
}

@keyframes switch-on-transform {
  0% {
    -webkit-transform: translateX(0) scaleX(1) translateZ(0);
            transform: translateX(0) scaleX(1) translateZ(0);
  }
  25% {
    -webkit-transform: translateX(0) scaleX(1.33) translateZ(0);
            transform: translateX(0) scaleX(1.33) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(1) translateZ(0);
            transform: translateX(100%) scaleX(1) translateZ(0);
  }
}

@-webkit-keyframes switch-off-transform {
  0% {
    -webkit-transform: translateX(100%) scaleX(1) translateZ(0);
            transform: translateX(100%) scaleX(1) translateZ(0);
  }
  25% {
    -webkit-transform: translateX(100%) scaleX(1.33) translateZ(0);
            transform: translateX(100%) scaleX(1.33) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(0) scaleX(1) translateZ(0);
            transform: translateX(0) scaleX(1) translateZ(0);
  }
}

@keyframes switch-off-transform {
  0% {
    -webkit-transform: translateX(100%) scaleX(1) translateZ(0);
            transform: translateX(100%) scaleX(1) translateZ(0);
  }
  25% {
    -webkit-transform: translateX(100%) scaleX(1.33) translateZ(0);
            transform: translateX(100%) scaleX(1.33) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(0) scaleX(1) translateZ(0);
            transform: translateX(0) scaleX(1) translateZ(0);
  }
}

.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.opened:before {
  display: block;
}

.opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-dialog {
  width: 100%;
  position: fixed;
  top: -100%;
  z-index: 101;
  text-align: center;
  -webkit-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.bg-box {
  pointer-events: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}

.bg-box .main-content {
  text-align: left;
  position: absolute;
  height: 580px;
  padding: 0 5px;
  margin: 0 2.9%;
  max-height: 60vh;
}

.bg-box .main-content p {
  padding-right: 24px;
  font-family: var(--general-font);
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0.24px;
  color: #000000;
  padding-bottom: 36px;
}

.bg-box .main-content p strong {
  font-family: var(--bold-font);
}

.bg-box img {
  width: auto;
}

.dialog__rule .main-content {
  top: 14%;
}

.dialog__rule .main-content p {
  padding-right: 16px;
}

.dialog__rule img {
  height: 90vh;
  max-height: 566px;
}

.dialog__precautions .main-content {
  top: 12%;
}

.dialog__precautions img {
  height: 90vh;
  max-height: 816px;
}

.modale__btn {
  pointer-events: auto;
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.swiper-container {
  width: 300px;
  height: 360px;
}

.swiper-button-prev,
.swiper-button-next {
  pointer-events: auto;
  width: 22px;
  outline: none;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 100% !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.openmodale {
  pointer-events: auto;
}

.modale:first-of-type .bg-box .main-content {
  height: 360px;
}
/*# sourceMappingURL=style.css.map */