@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Lato:wght@300;400;700&display=swap";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
}
body {
  margin: 0;
  font-family: "Noto Sans TC", "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #22252b;
  text-align: left;
  background-color: #0a0510;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  padding-left: 1.5em;
}
.container {
  max-width: 71.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.wrapper {
  overflow-x: hidden;
}
[data-reveal],
[data-reveal-stagger] > * {
  opacity: 0;
}
.fix_aside {
  position: fixed;
  z-index: 99;
  right: calc(1rem + var(--scrollbar-w, 0px));
  bottom: 1.5rem;
  transform: translateX(calc(100% + 2rem));
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.fix_aside.is_active {
  transform: translateX(0);
}
.fix_aside .btn_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 0.3125rem;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.4);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.fix_aside .btn_top:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.5);
}
.fix_aside .btn_top img {
  width: 80%;
}
.g_kv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 30rem;
}
.kv_cover {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: #000;
  opacity: 1;
  pointer-events: none;
  transition:
    opacity 0.5s ease,
    visibility 0s linear 0.5s;
  animation: kv-cover-safety 0.6s ease 5s forwards;
}
.kv-ready .kv_cover {
  opacity: 0;
  visibility: hidden;
}
.kv_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.kv_bg__track {
  position: absolute;
  inset: 0;
  background: url("../images/kv/bg.png") center center/cover no-repeat;
  animation:
    kv-bg-scale 12s ease-in-out infinite,
    kv-enter-fade 1s ease-out both;
}
.kv_bg__light {
  position: absolute;
  inset: -8%;
  background: url("../images/kv/light.png") center center/cover no-repeat;
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: transform, filter;
  transform-origin: 58% 42%;
  animation:
    kv-enter-fade 1.4s ease-out 0.2s both,
    kv-light-orbit 12s ease-in-out infinite,
    kv-light-glow 4s ease-in-out infinite;
}
.kv_stage {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(10, 1fr);
  box-sizing: border-box;
}
.kv_cell {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
}
.kv_cell img {
  width: 100%;
  height: auto;
  display: block;
}
.kv_cell--logo {
  position: absolute;
  left: 6%;
  top: 10.7%;
  width: 19.2%;
}
.kv_cell--t1 {
  position: absolute;
  left: 5.4%;
  top: 38.1%;
  width: 39.9%;
}
.kv_enter {
  width: 100%;
  opacity: 0;
}
.g_main {
  position: relative;
  z-index: 1;
  padding-bottom: 3.75rem;
}
.main_wrap {
  position: relative;
  z-index: 2;
  padding: 4rem 1.25rem;
  border-radius: 1.25rem;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 0.625rem 1.875rem 0.125rem rgba(0, 0, 0, 0.2);
}
.main_wrap > section {
  margin-bottom: 3.5rem;
}
.main_wrap > section:last-child {
  margin-bottom: 0;
}
.sc_title {
  margin-bottom: 1.5rem;
}
.sc_title .tit {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 95%;
  min-height: 4.875rem;
  margin: 0 0 0 -1.25rem;
  padding: 0 2.5rem 0 0;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  background: linear-gradient(90deg, #ff3d9a, #c93be8);
  border-radius: 0 1.125rem 1.125rem 0;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
}
.sc_title .tit p {
  margin: 0;
}
.sc_title .tit_icon_container {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  padding: 0.4rem 2.25rem;
  color: rgb(214, 0, 102.587628866);
  background: #fff;
  clip-path: polygon(1.625rem 0, 100% 0, calc(100% - 1.625rem) 100%, 0 100%);
}
.sc_title .tit_icon {
  width: auto;
  height: 2.75rem;
  stroke-linejoin: round;
}
.sc_sub {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #22252b;
}
.sc_intro .intro_tit {
  max-width: 56.25rem;
  margin: 0 auto 1.75rem;
  font-size: clamp(1.5rem, 2.6vw, 1.875rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: rgb(214, 0, 102.587628866);
}
.sc_intro .parag {
  max-width: 56.25rem;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 2;
  color: #22252b;
}
.sc_intro .parag p {
  margin: 0 0 1.5rem;
}
.sc_intro .parag p:last-child {
  margin-bottom: 0;
}
.sc_intro .parag a {
  color: rgb(214, 0, 102.587628866);
  font-weight: 700;
  text-decoration: underline;
}
.sc_video .video_cnt {
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.06);
  padding: 2.5rem 3rem;
}
.sc_video .video_group {
  margin-bottom: 2.75rem;
}
.sc_video .video_group:last-child {
  margin-bottom: 0;
}
.sc_video .video_group_tit {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.75rem;
  margin: 0 0 1.5rem;
  padding-left: 0.75rem;
  border-left: 0.25rem solid #ff3d9a;
}
.sc_video .video_group_tit .zh {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #22252b;
}
.sc_video .video_group_tit .en {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #5b6068;
}
.sc_video .videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  column-gap: 2.5rem;
  row-gap: 0;
}
.sc_video .videos--lead {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
}
.videos > .video {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
@supports not (grid-template-rows: subgrid) {
  .videos > .video {
    display: flex;
    flex-direction: column;
  }
  .videos > .video .video_tit {
    min-height: 3.6rem;
  }
  .videos > .video .video_desc {
    min-height: 3.5rem;
  }
}
.videos--lead > .video--lead {
  grid-row: auto;
  grid-template-rows: auto 1fr;
}
.video .video_tit {
  margin: 0 0 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #22252b;
}
.video .pic {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  cursor: pointer;
  filter: drop-shadow(0.3125rem 0.5rem 0.625rem rgba(0, 0, 0, 0.2));
  transition: transform 0.3s;
  border-radius: 1.25rem;
  background-color: #d8dade;
}
.video .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}
.video .pic img.is-missing {
  visibility: hidden;
}
.video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  transition:
    transform 0.3s,
    background 0.3s;
}
.video .play::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.85rem;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
.video .video_desc {
  margin: 0.875rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #5b6068;
}
.video .pic:hover {
  transform: translateY(-0.1875rem);
}
.video .pic:hover .play {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgb(214, 0, 102.587628866);
}
.video--lead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas: "pic tit" "pic desc";
  align-items: start;
  column-gap: 2.5rem;
}
.video--lead .video_tit {
  grid-area: tit;
  align-self: end;
  font-size: 1.3125rem;
}
.video--lead .pic {
  grid-area: pic;
}
.video--lead .video_desc {
  grid-area: desc;
  align-self: start;
  margin-top: 0.75rem;
  font-size: 1.0625rem;
}
.sc_faq .faq_cnt {
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.06);
  padding: 2.5rem 3rem;
}
.sc_faq .faq_list {
  max-width: 56rem;
  margin: 0 auto;
}
.faq_item {
  border-top: 1px solid #e6e8ec;
}
.faq_item:last-child {
  border-bottom: 1px solid #e6e8ec;
}
.faq_item .faq_q {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  width: 100%;
  padding: 1.25rem 0.25rem;
  background: none;
  border: none;
  font-family: inherit;
  text-align: left;
  /* cursor: pointer; */
  color: #22252b;
}
.faq_item .label {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background: rgb(214, 0, 102.587628866);
}
.faq_item .text {
  flex: 1 1 auto;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.65;
}
.faq_item .icon {
  flex: 0 0 auto;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.35rem;
}
.faq_item .icon::before,
.faq_item .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgb(214, 0, 102.587628866);
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.faq_item .icon::before {
  width: 1.125rem;
  height: 2px;
}
.faq_item .icon::after {
  width: 2px;
  height: 1.125rem;
}
.faq_item .faq_a {
  /* max-height: 0; */
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq_item .faq_a_inner {
  display: flex;
  gap: 0.875rem;
  padding: 0 0.25rem 1.5rem;
}
.faq_item .faq_a_inner p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.9;
  color: #5b6068;
}
/* .faq_item .faq_q:hover .text {
  color: rgb(214, 0, 102.587628866);
} */
.faq_item.is-open .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.sc_gift .gift_cnt {
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.06);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem 3rem;
}
.sc_gift .gift-list {
  display: flex;
  flex-direction: column;
}
.sc_gift .gift-type {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid currentColor;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(214, 0, 102.587628866);
}
.sc_gift .gift-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sc_gift .gift-item img {
  width: 100%;
  max-width: 13rem;
  margin: 0 auto 1rem;
}
.sc_gift .gift-body {
  display: flex;
  flex-direction: column;
}
.sc_gift .gift-name {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgb(214, 0, 102.587628866);
}
.sc_gift .gift-text {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #22252b;
}
.sc_gift .gift-num {
  display: inline-block;
  align-self: flex-start;
  margin: 0;
  padding: 0.25rem 0.75rem;
  border: 1px solid currentColor;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #c93be8;
}
.sc_gift .gift-warning {
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  color: #5b6068;
}
.gift_cnt[data-gift-count="1"] .gift-list {
  width: 100%;
  max-width: 52rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 13rem);
  grid-template-areas: "type img" "body img";
  align-content: center;
  column-gap: 2.5rem;
  row-gap: 0.5rem;
}
.gift_cnt[data-gift-count="1"] .gift-item {
  display: contents;
}
.gift_cnt[data-gift-count="1"] .gift-type {
  grid-area: type;
  align-self: end;
  margin-bottom: 0;
}
.gift_cnt[data-gift-count="1"] .gift-item img {
  grid-area: img;
  align-self: center;
  margin: 0;
}
.gift_cnt[data-gift-count="1"] .gift-body {
  grid-area: body;
  align-self: start;
  text-align: left;
}
.gift_cnt[data-gift-count="2"] .gift-list,
.gift_cnt[data-gift-count="3"] .gift-list,
.gift_cnt[data-gift-count="4"] .gift-list {
  flex: 0 1 16rem;
  max-width: 16rem;
}
.swal_video {
  border-radius: 0.75rem;
}
.swal_video .swal2-title {
  font-size: 1.375rem;
  color: #22252b;
}
.swal_video .swal2-input-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5b6068;
}
.swal_video .swal2-input {
  color: #22252b;
  border: 1px solid #ccd0d6;
  box-shadow: none;
}
.swal_video .swal2-input:focus {
  border-color: #ff3d9a;
  box-shadow: 0 0 0 3px rgba(255, 61, 154, 0.18);
}
.swal_video .swal2-actions {
  gap: 0.75rem;
  width: 100%;
  padding: 0 1.25rem;
}
.swal_video .swal2-confirm,
.swal_video .swal2-cancel {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.7em 2em;
  border-radius: 0.3125rem;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
.swal_video .swal2-confirm {
  color: #fff;
  background: rgb(214, 0, 102.587628866);
  transition: background 0.25s;
}
.swal_video .swal2-confirm:hover {
  background: #ff3d9a;
}
.swal_video .swal2-cancel {
  color: #22252b;
  background: #eceef1;
  transition: background 0.25s;
}
.swal_video .swal2-cancel:hover {
  background: #dcdfe4;
}
@media (max-width: 1024px) {
  .main_wrap {
    padding: 3rem 1.25rem;
  }
  .sc_video .video_cnt,
  .sc_faq .faq_cnt,
  .sc_gift .gift_cnt {
    padding: 2rem 1.5rem;
  }
  .video--lead {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 1.75rem;
  }
}
@media (max-width: 768px) {
  body {
    background: #0a0510;
  }
  .g_kv {
    height: 56.25vw;
    min-height: 0;
  }
  .kv_bg__track,
  .kv_bg__light {
    background-size: 100% auto;
    background-position: top center;
  }
  .main_wrap {
    padding: 2rem 1rem;
    border-radius: 0;
  }
  .main_wrap > section {
    margin-bottom: 2.5rem;
  }
  .sc_title {
    margin-bottom: 1.125rem;
  }
  .sc_title .tit {
    min-height: 3.5rem;
    margin-left: -1rem;
    padding-right: 1.25rem;
    font-size: 1.125rem;
  }
  .sc_title .tit_icon_container {
    margin-right: 1rem;
    padding: 0.35rem 1.25rem;
    clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
  }
  .sc_title .tit_icon {
    height: 1.875rem;
  }
  .sc_sub {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
  .sc_intro .intro_tit {
    margin-bottom: 1.25rem;
  }
  .sc_intro .parag {
    font-size: 1rem;
    line-height: 1.9;
  }
  .sc_video .video_cnt {
    padding: 1.5rem 1.125rem;
  }
  .sc_video .video_group {
    margin-bottom: 2.25rem;
  }
  .sc_video .video_group_tit .zh {
    font-size: 1.125rem;
  }
  .sc_video .video_group_tit .en {
    font-size: 0.875rem;
  }
  .sc_video .videos {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
  }
  .videos > .video,
  .videos--lead > .video--lead {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .video--lead .video_tit,
  .video--lead .video_desc {
    align-self: stretch;
  }
  .video .video_tit,
  .video--lead .video_tit {
    font-size: 1.0625rem;
  }
  .video .video_desc,
  .video--lead .video_desc {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
  }
  .video .play,
  .video--lead .play {
    width: 3rem;
    height: 3rem;
  }
  .sc_faq .faq_cnt {
    padding: 1.5rem 1.125rem;
  }
  .faq_item .faq_q {
    padding: 1.125rem 0;
    gap: 0.625rem;
  }
  .faq_item .label {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
  .faq_item .text {
    font-size: 1rem;
  }
  .faq_item .faq_a_inner {
    padding: 0 0 1.25rem;
    gap: 0.625rem;
  }
  .faq_item .faq_a_inner p {
    font-size: 1rem;
    line-height: 1.85;
  }
  .sc_gift .gift_cnt {
    padding: 1.5rem 1.125rem;
  }
  .gift_cnt[data-gift-count="1"] .gift-list {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "type" "img" "body";
    row-gap: 1rem;
  }
  .gift_cnt[data-gift-count="1"] .gift-item img {
    justify-self: center;
  }
  .gift_cnt[data-gift-count="1"] .gift-body {
    text-align: center;
  }
  .gift_cnt[data-gift-count="1"] .gift-type,
  .gift_cnt[data-gift-count="1"] .gift-num {
    align-self: center;
  }
  .sc_gift .gift-name {
    font-size: 1.25rem;
  }
  .sc_gift .gift-text {
    font-size: 1rem;
  }
  .fix_aside {
    right: 0.5rem;
    bottom: 0.75rem;
  }
  .fix_aside .btn_top {
    width: 3.5rem;
    height: 3.5rem;
  }
}
[v-cloak] {
  display: none;
}
@keyframes kv-cover-safety {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes kv-light-orbit {
  0%,
  100% {
    transform: rotate(-2.5deg) translate(-0.4rem, 0) scale(1.04);
  }
  25% {
    transform: rotate(0deg) translate(0, 0.4rem) scale(1.05);
  }
  50% {
    transform: rotate(2.5deg) translate(0.4rem, 0) scale(1.06);
  }
  75% {
    transform: rotate(0deg) translate(0, -0.4rem) scale(1.05);
  }
}
@keyframes kv-light-glow {
  0%,
  100% {
    filter: brightness(0) saturate(1.4) contrast(1.05);
  }
  50% {
    filter: brightness(0.8) saturate(1.5) contrast(1.05);
  }
}
@keyframes kv-bg-scale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes kv-enter-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
