a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  color-scheme: light only;
  --wrapper-width: 1280px;
  --wrapper-padding: 8px;
}

*,
::before,
::after {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
  visibility: hidden;
}

body {
  /* Prevent scroll chaining */
  overscroll-behavior-y: contain;
  /* scroll bar space */
  scrollbar-gutter: stable;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif, monospace;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.3;
  background: #fff;
}

#app {
  overflow-x: hidden;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove default input eye */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

/* scrollbar */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Transition */
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s ease;
}
.fade-enter-to, .fade-leave-from {
  opacity: 1;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.base-wrapper {
  width: var(--wrapper-width);
  max-width: 100%;
  padding: 40px var(--wrapper-padding);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .base-wrapper {
    padding: 80px var(--wrapper-padding);
  }
}

.font-bold {
  font-weight: 700;
}

.base-link {
  overflow-wrap: break-word;
  text-decoration: none;
  color: #000;
}

.base-btn {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.text-blue {
  color: #0099ff;
}

.base-remark {
  font-size: 12px;
  color: #484848;
}
@media screen and (min-width: 768px) {
  .base-remark {
    font-size: 14px;
  }
}

.base-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07);
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.header .base-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 var(--wrapper-padding);
}

.footer {
  position: relative;
  color: #313e54;
  background: #f2f2f2;
  padding: 40px 0px 0;
  font-weight: bold;
  --background-rainbow: linear-gradient(
      90deg,
      #df1c4b 0%,
      #f41f5e 15%,
      #f96585 25%,
      #f8613c 40%,
      #b495cd 50%,
      #ceabf9 60%,
      #797df2 75%,
      #489cf6 85%,
      #6f59ed 100%
  );
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: 0;
  background: var(--background-rainbow);
}
.footer .footer-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}
.footer .footer-company-name {
  font-size: 22px;
  margin: 16px 0;
}
.footer .footer-company-desc {
  font-size: 14px;
}
.footer .footer-head-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 700;
}
.footer .footer-head-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-head-phone-number {
  font-size: 30px;
  color: #021d3a;
  text-decoration: none;
}
.footer .footer-social-media {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.footer .footer-social-media-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease all;
  background: #021d3a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
}
.footer .footer-warning {
  position: relative;
  padding: 24px 0 0;
}
.footer .footer-warning::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  background: var(--background-rainbow);
}
.footer .footer-warning ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 15px;
}
.footer .footer-warning ul li {
  margin-bottom: 16px;
  line-height: 1.5;
}
.footer .footer-copyright-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  border: solid 1px #50ffcf;
  margin: auto;
  padding: 4px 32px;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(75, 153, 255, 0.4) 0%, rgba(214, 125, 255, 0.5) 100%);
  line-height: 1.2rem;
}
.footer .footer-bottom-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #fff;
  background-color: #021d3a;
  padding: 16px 0;
  margin: 40px 0 0;
}
.footer .footer-bottom-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: -4px;
  background: var(--background-rainbow);
}
@media screen and (max-width: 1199px) {
  .footer .footer-head img {
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer-head {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .footer .footer-social-media {
    order: -1;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-head {
    text-align: left;
    justify-content: space-between;
  }
  .footer .footer-head-contact {
    flex-direction: row;
    align-self: flex-end;
  }
  .footer .footer-head-phone {
    flex-direction: row;
    align-items: center;
  }
}

.go-top-icon {
  position: fixed;
  bottom: 64px;
  right: 16px;
  border-radius: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: opacity 0.4s;
}
.go-top-icon:hover {
  opacity: 0.8;
}
.go-top-enter-active, .go-top-leave-active {
  transition: 0.3s;
}
.go-top-enter, .go-top-leave-to {
  transform: translateY(120px);
}
@media screen and (max-width: 767px) {
  .go-top-caret-icon {
    font-size: 24px;
  }
  .go-top-text {
    display: none;
  }
}

.section-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/bannerBg.png") no-repeat bottom/cover;
}
.section-banner .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 20px;
  padding: 0 8px;
  padding-left: max(20px, (100% - 1280px) / 2);
}
.section-banner .text .title {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(to right, #00abd9, #0099ff, #672fe2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.section-banner .text .subtitle {
  position: relative;
  color: #484848;
  margin-bottom: 48px;
}
.section-banner .text .subtitle::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #00beb3, #0099ff, #672fe2);
}
@media screen and (min-width: 768px) {
  .section-banner .text {
    font-size: 24px;
  }
  .section-banner .text .title {
    font-size: 64px;
    letter-spacing: 3.6px;
  }
  .section-banner .text .title-1 {
    margin-right: 32px;
  }
  .section-banner .text .subtitle {
    letter-spacing: 7.1px;
  }
}
@media screen and (min-width: 1024px) {
  .section-banner {
    flex-direction: row;
    gap: 40px;
  }
  .section-banner .text {
    width: 50%;
  }
  .section-banner .pic-banner {
    width: 50%;
  }
}

.section-quote .base-wrapper {
  padding: 80px var(--wrapper-padding);
}
.section-quote .content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding: 0 24px;
}
.section-quote .quote {
  position: absolute;
  font-size: 64px;
}
.section-quote .quote-start {
  top: -40px;
  left: -40px;
}
.section-quote .quote-end {
  bottom: -8px;
  right: -40px;
}
.section-quote .base-remark {
  font-weight: normal;
  margin-top: 32px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .section-quote .base-wrapper {
    padding: 104px var(--wrapper-padding);
  }
  .section-quote .content {
    font-size: 30px;
  }
}

.section-performance .title {
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  color: #0099ff;
  margin-bottom: 24px;
}
.section-performance .table {
  width: 100%;
}
.section-performance .table thead {
  background: #672fe2;
  color: #fff;
}
.section-performance .table tbody tr:nth-child(odd) {
  background: #f0e9ff;
}
.section-performance .table th,
.section-performance .table td {
  font-size: 14px;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}
.section-performance .table .name {
  text-align: left;
}
.section-performance .table-1 {
  margin-top: 24px;
}
.section-performance .table-1 thead {
  background: #0099ff;
  color: #fff;
}
.section-performance .table-1 tbody tr:nth-child(odd) {
  background: #e1f0ff;
}
.section-performance .link {
  font-size: 14px;
  margin: 8px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.section-performance .link .icon-go {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .section-performance .title {
    font-size: 40px;
  }
  .section-performance .table th,
  .section-performance .table td {
    font-size: 20px;
    padding: 16px;
  }
  .section-performance .table-1 {
    margin-top: 56px;
  }
  .section-performance .link {
    font-size: 24px;
  }
  .section-performance .link .icon-go {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section-performance .title {
    font-size: 48px;
  }
}

.section-highlight {
  overflow: hidden;
}
.section-highlight .base-wrapper {
  position: relative;
  padding: 40px 24px;
  height: 100%;
}
.section-highlight .first {
  color: #fff;
  background: linear-gradient(to right, #3769ff, #672fe2);
}
.section-highlight .first .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-highlight .first .num {
  position: absolute;
  color: #fff;
  opacity: 0.2;
  font-weight: 700;
  font-size: 200px;
  bottom: -64px;
  right: -24px;
}
.section-highlight .second .base-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-highlight .second .title {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.section-highlight .second .item:nth-child(1) .title {
  color: #0099ff;
}
.section-highlight .second .item:nth-child(2) .title {
  color: #00beb3;
}
.section-highlight .second .item:nth-child(3) .title {
  color: #672fe2;
}
@media screen and (min-width: 768px) {
  .section-highlight .first .title {
    font-size: 48px;
  }
  .section-highlight .first .subtitle {
    font-size: 24px;
  }
  .section-highlight .first .num {
    bottom: -32px;
  }
  .section-highlight .second .title {
    font-size: 32px;
  }
  .section-highlight .second .desc {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .section-highlight {
    display: flex;
  }
  .section-highlight .base-wrapper {
    padding: 40px 80px;
  }
  .section-highlight .first {
    width: 40%;
    position: relative;
  }
  .section-highlight .first::after {
    content: "";
    position: absolute;
    top: 80px;
    right: -56px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 0 56px 56px;
    border-color: transparent transparent transparent #672fe2;
  }
  .section-highlight .first .title {
    margin-bottom: 64px;
  }
  .section-highlight .second {
    flex: 1;
  }
  .section-highlight .second .base-wrapper {
    gap: 80px;
  }
}

.section-now {
  background: #00beb3;
}
.section-now .base-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-now .title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 8px;
}
.section-now .subtitle {
  font-weight: 700;
  color: #fff;
}
.section-now .swiper {
  width: 100%;
  margin-top: 32px;
}
.section-now .swiper-button-next,
.section-now .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px;
  border-radius: 50%;
}
.section-now .swiper-button-disabled {
  display: none;
}
.section-now .card {
  width: 336px;
  height: auto;
  flex-shrink: 0;
  padding: 24px;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
}
.section-now .card:last-child {
  margin-right: 0 !important;
}
.section-now .card .card-title {
  font-size: 20px;
  font-weight: 700;
}
.section-now .card .card-desc {
  margin: 4px 0 32px;
}
.section-now .card .card-tag {
  color: #fff;
  background: #672fe2;
  padding: 8px;
  width: 100%;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 16px;
}
.section-now .card .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  aspect-ratio: 1/1;
  border: 8px solid;
  border-radius: 50%;
}
.section-now .card .circle-top {
  border-color: #00beb3;
}
.section-now .card .circle-bottom {
  transform: translateY(-40px);
  border-color: #0099ff;
}
.section-now .base-remark {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .section-now .title {
    font-size: 48px;
  }
  .section-now .subtitle {
    font-size: 20px;
  }
  .section-now .card {
    flex-grow: 1;
  }
  .section-now .card .card-title {
    font-size: 24px;
  }
  .section-now .card .card-desc {
    font-size: 20px;
  }
  .section-now .card .circle {
    font-size: 20px;
  }
}

.section-why .base-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-why .title {
  font-size: 30px;
  font-weight: 700;
  color: #0099ff;
  margin-bottom: 8px;
}
.section-why .subtitle {
  font-weight: 700;
}
.section-why .tag {
  width: 100%;
  background: #d9d9d9;
  padding: 8px;
  font-size: 14px;
  border-radius: 16px;
  text-align: center;
  margin: 32px 0 16px;
}
.section-why .base-remark {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .section-why .title {
    font-size: 48px;
  }
  .section-why .subtitle {
    font-size: 24px;
  }
}

.section-change .base-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-change .title {
  font-size: 30px;
  font-weight: 700;
  color: #0099ff;
  margin-bottom: 8px;
  text-align: center;
}
.section-change .subtitle {
  font-weight: 700;
}
.section-change .content {
  display: flex;
  gap: 8px;
  margin: 24px 0 16px;
}
.section-change .content-left, .section-change .content-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-change .content .icon {
  font-size: 40px;
  color: #00beb3;
  align-self: center;
}
.section-change .content .year {
  font-weight: 700;
}
.section-change .content .item {
  font-size: 14px;
  padding: 4px;
  background: #e1f0ff;
}
.section-change .content .item-highlight {
  color: #fff;
  background: #672fe2;
}
@media screen and (min-width: 768px) {
  .section-change .title {
    font-size: 48px;
  }
  .section-change .subtitle {
    font-size: 24px;
  }
  .section-change .content {
    gap: 32px;
  }
  .section-change .content .year {
    font-size: 24px;
    text-align: center;
  }
  .section-change .content .icon {
    font-size: 80px;
  }
  .section-change .content .item {
    font-size: 20px;
    padding: 8px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .section-change .content .item {
    padding: 8px 32px;
    white-space: nowrap;
  }
}

.section-effect .base-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-effect .title {
  font-size: 30px;
  font-weight: 700;
  color: #0099ff;
  margin-bottom: 8px;
  text-align: center;
}
.section-effect .subtitle {
  font-weight: 700;
}
.section-effect .content {
  margin: 0 0 16px;
}
.section-effect .bar-circle {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.section-effect .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  aspect-ratio: 1/1;
  border: 8px solid;
  border-radius: 50%;
}
.section-effect .circle-left {
  border-color: #00beb3;
}
.section-effect .circle-right {
  transform: translateX(-16px);
  border-color: #0099ff;
}
.section-effect .base-remark {
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .section-effect .title {
    font-size: 48px;
  }
  .section-effect .subtitle {
    font-size: 24px;
  }
  .section-effect .circle {
    width: 240px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .section-effect .content {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .section-effect .content {
    margin: 24px 0 16px;
  }
  .section-effect .bar-circle {
    flex-direction: column;
  }
  .section-effect .circle-right {
    transform: translateY(-24px);
  }
  .section-effect .pic-effect {
    width: 10%;
    flex-shrink: 1;
    flex-grow: 1;
  }
}

.section-link {
  background: url("../images/bg.png") no-repeat 80%/cover;
}
.section-link .base-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.section-link .base-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 8px;
  min-height: 160px;
  font-size: 20px;
  width: 100%;
  transition: 0.4s opacity;
}
.section-link .base-link .name {
  color: #fff;
}
.section-link .base-link:nth-child(1) {
  background: #0099ff;
}
.section-link .base-link:nth-child(2) {
  background: #00beb3;
}
.section-link .base-link:hover {
  opacity: 0.8;
}
.section-link .detail {
  margin-top: 16px;
  text-align: right;
  font-size: 16px;
}
.section-link .icon-go {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .section-link .base-wrapper {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }
  .section-link .base-link {
    font-size: 32px;
    height: auto;
    padding: 32px;
  }
  .section-link .detail {
    font-size: 24px;
  }
  .section-link .icon-go {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section-link {
    padding: 40px var(--wrapper-padding);
  }
}

@media screen and (min-width: 768px) {
  .change-line {
    display: inline-block;
  }
}/*# sourceMappingURL=index.css.map */