[data-v-f4269e4e] {
  line-height: calc(100% + 8px);
}
.section[data-v-f4269e4e] {
  padding: 7.2916666667vw 12.5vw;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 767px) {
.section[data-v-f4269e4e] {
    padding: 80px 24px;
}
}
.section.no-bottom[data-v-f4269e4e] {
  padding-bottom: 0 !important;
}
@media (min-width: 0) and (max-width: 767px) {
.section.no-bottom[data-v-f4269e4e] {
    padding: 80px 24px 0;
}
}
.section.no-top[data-v-f4269e4e] {
  padding-top: 0 !important;
}
@media (min-width: 0) and (max-width: 767px) {
.section.no-top[data-v-f4269e4e] {
    padding: 0 24px 80px;
}
}
.section.light[data-v-f4269e4e] {
  background-color: #ffffff !important;
}
.section.grey[data-v-f4269e4e] {
  background-color: #f5f7fa !important;
}
.section.dark[data-v-f4269e4e] {
  background-color: #000000 !important;
}
.section.dark .section-title[data-v-f4269e4e],
.section.dark .tab.is-active[data-v-f4269e4e],
.section.dark .tab-desc[data-v-f4269e4e] {
  color: #ffffff !important;
}
.section.dark .section-desc[data-v-f4269e4e] {
  color: rgba(255, 255, 255, 0.8) !important;
}
.section.dark .tab-desc-extra[data-v-f4269e4e] {
  color: rgba(255, 255, 255, 0.6) !important;
}
.section.dark .tab-header[data-v-f4269e4e] {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
.section.dark .tab[data-v-f4269e4e] {
  color: rgba(255, 255, 255, 0.4) !important;
}
.section.dark .tab.is-active[data-v-f4269e4e]::after {
  background-color: #ffffff !important;
}
.section .section-header[data-v-f4269e4e] {
  margin-bottom: 3.2291666667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-header[data-v-f4269e4e] {
    margin-bottom: 26px;
}
}
.section .section-title-img[data-v-f4269e4e] {
  display: block;
  height: 4.1666666667vw;
  margin: auto auto 1.25vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-title-img[data-v-f4269e4e] {
    height: 7.5306666667vw;
    margin: auto auto 8px;
}
}
.section .section-title[data-v-f4269e4e] {
  text-align: center;
  font-family: HYQiHeiX1-Bold;
  font-size: 2.9166666667vw;
  color: #001433;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-title[data-v-f4269e4e] {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
    font-size-adjust: ic-width 1;
}
}
.section .section-desc[data-v-f4269e4e] {
  margin-top: 1.25vw;
  font-size: 0.8333333333vw;
  color: #263751;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-desc[data-v-f4269e4e] {
    margin-top: 8px;
    font-size: 12px;
}
}
.section .pic-item[data-v-f4269e4e] {
  overflow: hidden;
  height: 37.5vw;
  clip-path: inset(0 0 0 0);
}
@media (min-width: 0) and (max-width: 767px) {
.section .pic-item[data-v-f4269e4e] {
    height: 49.0666666667vw;
}
}
.section .pic-item img[data-v-f4269e4e] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .swiper-wrapper[data-v-f4269e4e] {
  transform: none !important;
  height: 37.5vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .swiper-wrapper[data-v-f4269e4e] {
    height: 49.0666666667vw;
}
}
.section .swiper-wrapper .swiper-slide[data-v-f4269e4e] {
  width: 100%;
  height: 37.5vw;
  position: absolute;
  left: 0;
  z-index: 0;
}
.section .swiper-wrapper .swiper-slide.swiper-slide-active[data-v-f4269e4e] {
  z-index: 1;
}
.section .swiper-wrapper .swiper-slide.slide-enter[data-v-f4269e4e] {
  animation: slider-enter-f4269e4e 0.8s ease-in-out;
}
@keyframes slider-enter-f4269e4e {
from {
    clip-path: inset(0 0 0 100%);
}
to {
    clip-path: inset(0 0 0 0);
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .swiper-wrapper .swiper-slide[data-v-f4269e4e] {
    height: 49.0666666667vw;
}
}
.section .section-footer[data-v-f4269e4e] {
  margin-top: 3.2291666667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-footer[data-v-f4269e4e] {
    margin-top: 24px;
}
}
.section .tab-container[data-v-f4269e4e] {
  position: relative;
}
.section .tab-container .tab-header[data-v-f4269e4e] {
  display: flex;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 3.125vw;
  overflow-y: hidden;
  overflow-x: scroll;
  border-bottom: 1px solid #d9dce1;
}
.section .tab-container .tab-header[data-v-f4269e4e]::-webkit-scrollbar {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-header[data-v-f4269e4e] {
    gap: 26px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-header.tab-header-center[data-v-f4269e4e] {
    gap: 26px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
}
}
.section .tab-container .tab-header .tab[data-v-f4269e4e] {
  position: relative;
  font-size: 1.3541666667vw;
  color: #8c95a3;
  white-space: nowrap;
  padding-bottom: 0.8854166667vw;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-header .tab[data-v-f4269e4e] {
    font-size: 14px;
    padding-bottom: 16px;
}
}
.section .tab-container .tab-header .tab.is-active[data-v-f4269e4e] {
  font-family: HYQiHeiX1-Bold;
  color: #001433;
}
@keyframes growWidth-f4269e4e {
from {
    width: 0;
}
to {
    width: 100%;
}
}
.section .tab-container .tab-header .tab.is-active[data-v-f4269e4e]::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #001433;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  animation: growWidth-f4269e4e 0.5s ease;
}
@keyframes descFadeIn-f4269e4e {
from {
    opacity: 0;
    transform: translate(0, 20px);
}
to {
    opacity: 1;
    transform: translate(0, 0);
}
}
.section .tab-container .tab-content[data-v-f4269e4e] {
  width: 100%;
  margin-top: 1.6666666667vw;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-content[data-v-f4269e4e] {
    margin-top: 16px;
    text-align: justify;
}
}
.section .tab-container .tab-content .tab-desc[data-v-f4269e4e] {
  font-size: 0.8333333333vw;
  color: #263751;
  white-space: pre-line;
  animation: descFadeIn-f4269e4e 0.5s ease-in;
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-content .tab-desc[data-v-f4269e4e] {
    font-size: 12px;
}
.section .tab-container .tab-content .tab-desc[data-v-f4269e4e] br {
    display: none;
}
}
.section .tab-container .tab-content .tab-desc-extra[data-v-f4269e4e] {
  font-size: clamp(10px, 0.625vw, 0.625vw);
  color: #8c95a3;
  animation: descFadeIn-f4269e4e 0.5s ease-in;
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-content .tab-desc-extra[data-v-f4269e4e] {
    font-size: 12px;
    margin-top: 24px;
}
}
.params-layout[data-v-f4269e4e] {
  display: flex;
  justify-content: center;
  color: #001433;
  margin: 2.5vw auto 4.1666666667vw;
}
.params-layout .param-item[data-v-f4269e4e] {
  text-align: center;
  position: relative;
  padding: 0 3.0208333333vw;
  white-space: nowrap;
}
.params-layout .param-item p.param-row1[data-v-f4269e4e] {
  line-height: 0;
  margin: -0.625vw 0;
}
@media (min-width: 0) and (max-width: 767px) {
.params-layout .param-item p.param-row1[data-v-f4269e4e] {
    margin: -6.5px 0;
}
}
@media (min-width: 0) and (max-width: 767px) {
.params-layout .param-item[data-v-f4269e4e] {
    padding: 0;
}
}
.params-layout .param-item[data-v-f4269e4e]:not(:last-child):after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d9dce1;
  position: absolute;
  right: 0;
  top: 0;
}
.params-layout .param-item .param-label[data-v-f4269e4e] {
  font-size: clamp(12px, 0.8333333333vw, 0.8333333333vw);
  line-height: 1;
  margin-right: 4px;
}
@media (min-width: 0) and (max-width: 767px) {
.params-layout .param-item .param-label[data-v-f4269e4e] {
    font-size: 10px;
}
}
.params-layout .param-item .param-value[data-v-f4269e4e] {
  font-family: "URW Form";
  font-size: 2.6041666667vw;
  display: inline-flex;
  align-items: center;
  line-height: clamp(30px, 3.125vw, 3.125vw);
  height: clamp(30px, 3.125vw, 3.125vw);
}
@media (min-width: 0) and (max-width: 767px) {
.params-layout .param-item .param-value[data-v-f4269e4e] {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
}
}
.params-layout .param-item .param-unit[data-v-f4269e4e] {
  font-family: "URW Form";
  font-size: clamp(12px, 0.8333333333vw, 0.8333333333vw);
  line-height: 1;
  margin-left: 4px;
  display: inline-flex;
}
@media (min-width: 0) and (max-width: 767px) {
.params-layout .param-item .param-unit[data-v-f4269e4e] {
    font-family: "URW Form";
    font-size: 12px;
}
}
.params-layout .param-item .param-desc[data-v-f4269e4e] {
  font-size: clamp(12px, 0.8333333333vw, 0.8333333333vw);
  line-height: 1;
  margin-top: 0.7291666667vw;
  color: #8c95a3;
}
@media (min-width: 0) and (max-width: 767px) {
.params-layout .param-item .param-desc[data-v-f4269e4e] {
    font-size: 10px;
    line-height: 10px;
    margin-top: 8px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.params-layout[data-v-f4269e4e] {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 34px 48px;
    margin: 25px auto 60px;
}
.params-layout .param-item[data-v-f4269e4e] {
    text-align: left;
    justify-self: flex-start;
}
.params-layout .param-item[data-v-f4269e4e]::after {
    display: none;
}
.params-layout.center[data-v-f4269e4e] {
    justify-content: center;
    gap: 0;
}
.params-layout.center .param-item[data-v-f4269e4e] {
    width: 50%;
    text-align: center;
}
.params-layout.center .param-item[data-v-f4269e4e]::after {
    display: block;
}
}
.clipPath-transition-enter-active[data-v-f4269e4e] {
  transition: clip-path 0.4s ease;
}