@charset "UTF-8";
.el-input[data-v-82b69dca] {
  --el-input-focus-border-color: #000; /* 改为黑色 */
}
.el-loading-mask[data-v-82b69dca] {
  --el-color-primary: rgb(161, 166, 175);
}
[data-v-82b69dca] {
  line-height: calc(100% + 8px);
}
.section[data-v-82b69dca] {
  padding: 7.2916666667vw 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 0) and (max-width: 767px) {
.section[data-v-82b69dca] {
    padding: 60px 0;
}
}
.section.light[data-v-82b69dca] {
  background-color: #ffffff !important;
}
.section.grey[data-v-82b69dca] {
  background-color: #f5f7fa !important;
}
.section.dark[data-v-82b69dca] {
  background-color: #000000 !important;
}
.section.dark .section-title[data-v-82b69dca],
.section.dark .tab.is-active[data-v-82b69dca],
.section.dark .tab-desc[data-v-82b69dca] {
  color: #ffffff !important;
}
.section.dark .section-desc[data-v-82b69dca] {
  color: rgba(255, 255, 255, 0.8) !important;
}
.section.dark .tab-desc-extra[data-v-82b69dca] {
  color: rgba(255, 255, 255, 0.6) !important;
}
.section.dark .tab-header[data-v-82b69dca] {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
.section.dark .tab[data-v-82b69dca] {
  color: rgba(255, 255, 255, 0.4) !important;
}
.section.dark .tab.is-active[data-v-82b69dca]::after {
  background-color: #ffffff !important;
}
.section .section-header[data-v-82b69dca] {
  padding: 0 12.5vw;
  margin-bottom: 3.2291666667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-header[data-v-82b69dca] {
    padding: 0 24px;
    margin-bottom: 26px;
}
}
.section .section-title-img[data-v-82b69dca] {
  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-82b69dca] {
    height: 9.592vw;
    margin: auto auto 8px;
}
}
.section .section-title[data-v-82b69dca] {
  text-align: center;
  font-family: HYQiHeiX1-Bold;
  font-size: 1.7708333333vw;
  color: #001433;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-title[data-v-82b69dca] {
    font-size: clamp(11.2px, 3.7333333333vw, 16.8px);
    font-size-adjust: ic-width 1;
}
}
.section .section-desc[data-v-82b69dca] {
  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-82b69dca] {
    margin-top: 8px;
    font-size: 12px;
}
}
.section .pic-item[data-v-82b69dca],
.section .common-pic-item[data-v-82b69dca] {
  position: relative;
  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-82b69dca],
  .section .common-pic-item[data-v-82b69dca] {
    height: 74.6666666667vw;
}
}
.section .pic-item img[data-v-82b69dca],
.section .common-pic-item img[data-v-82b69dca] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .pic-item .params-layout[data-v-82b69dca],
.section .common-pic-item .params-layout[data-v-82b69dca] {
  position: absolute;
  padding-bottom: 2.8645833333vw;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 99.237%);
  color: #ffffff;
}
@media (min-width: 0) and (max-width: 767px) {
.section .pic-item .params-layout[data-v-82b69dca],
  .section .common-pic-item .params-layout[data-v-82b69dca] {
    background: transparent;
}
}
.section .pic-item .params-layout .param-item[data-v-82b69dca],
.section .common-pic-item .params-layout .param-item[data-v-82b69dca] {
  text-align: center;
  position: relative;
  padding: 0 3.0729166667vw;
  white-space: nowrap;
}
@media (min-width: 0) and (max-width: 767px) {
.section .pic-item .params-layout .param-item[data-v-82b69dca],
  .section .common-pic-item .params-layout .param-item[data-v-82b69dca] {
    padding: 0;
}
}
.section .pic-item .params-layout .param-item[data-v-82b69dca]:not(:last-child):after,
.section .common-pic-item .params-layout .param-item[data-v-82b69dca]:not(:last-child):after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}
.section .pic-item .params-layout .param-item .param-label[data-v-82b69dca],
.section .common-pic-item .params-layout .param-item .param-label[data-v-82b69dca] {
  font-size: clamp(30px, 2.6041666667vw, 2.6041666667vw);
  font-family: URW Form;
  line-height: 1;
}
@media (min-width: 0) and (max-width: 767px) {
.section .pic-item .params-layout .param-item .param-label[data-v-82b69dca],
  .section .common-pic-item .params-layout .param-item .param-label[data-v-82b69dca] {
    font-size: 24px;
}
}
.section .pic-item .params-layout .param-item .param-desc[data-v-82b69dca],
.section .common-pic-item .params-layout .param-item .param-desc[data-v-82b69dca] {
  font-size: clamp(12px, 0.8333333333vw, 0.8333333333vw);
  line-height: 1;
  margin-top: 0.7291666667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .pic-item .params-layout .param-item .param-desc[data-v-82b69dca],
  .section .common-pic-item .params-layout .param-item .param-desc[data-v-82b69dca] {
    font-size: 10px;
    line-height: 18px;
    margin-top: 8px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .pic-item .params-layout[data-v-82b69dca],
  .section .common-pic-item .params-layout[data-v-82b69dca] {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.section .pic-item .params-layout.three[data-v-82b69dca],
  .section .common-pic-item .params-layout.three[data-v-82b69dca] {
    height: 100%;
    bottom: 0;
    flex-direction: column;
    justify-content: space-around;
}
.section .pic-item .params-layout.three .param-item[data-v-82b69dca],
  .section .common-pic-item .params-layout.three .param-item[data-v-82b69dca] {
    margin-left: 6.9333333333vw;
    width: 30.4vw;
    text-align: center;
    text-wrap: wrap;
}
.section .pic-item .params-layout.three .param-item[data-v-82b69dca]::after,
  .section .common-pic-item .params-layout.three .param-item[data-v-82b69dca]::after {
    display: none;
}
.section .pic-item .params-layout.center[data-v-82b69dca],
  .section .common-pic-item .params-layout.center[data-v-82b69dca] {
    bottom: 0;
    padding-bottom: 10.6666666667vw;
    justify-content: center;
    gap: 37px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 99.237%);
}
.section .pic-item .params-layout.center .param-item[data-v-82b69dca],
  .section .common-pic-item .params-layout.center .param-item[data-v-82b69dca] {
    width: 50%;
    text-align: center;
}
.section .pic-item .params-layout.center .param-item[data-v-82b69dca]::after,
  .section .common-pic-item .params-layout.center .param-item[data-v-82b69dca]::after {
    display: block;
}
}
.section .swiper-wrapper[data-v-82b69dca] {
  transform: none !important;
  height: 37.5vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .swiper-wrapper[data-v-82b69dca] {
    height: 74.6666666667vw;
}
}
.section .swiper-wrapper .swiper-slide[data-v-82b69dca] {
  width: 100%;
  height: 37.5vw;
  position: absolute;
  left: 0;
  z-index: 0;
}
.section .swiper-wrapper .swiper-slide.swiper-slide-active[data-v-82b69dca] {
  z-index: 1;
}
.section .swiper-wrapper .swiper-slide.slide-enter[data-v-82b69dca] {
  animation: slider-enter-82b69dca 0.8s ease-in-out;
}
@keyframes slider-enter-82b69dca {
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-82b69dca] {
    height: 74.6666666667vw;
}
}
.section .section-footer[data-v-82b69dca] {
  padding: 0 12.5vw;
  margin-top: 3.2291666667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-footer[data-v-82b69dca] {
    padding: 0 24px;
    margin-top: 24px;
}
}
.section .tab-container[data-v-82b69dca] {
  position: relative;
}
.section .tab-container .tab-header[data-v-82b69dca] {
  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-82b69dca]::-webkit-scrollbar {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-header[data-v-82b69dca] {
    gap: 26px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-header.tab-header-center[data-v-82b69dca] {
    gap: 26px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
}
}
.section .tab-container .tab-header .tab[data-v-82b69dca] {
  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-82b69dca] {
    font-size: 14px;
    padding-bottom: 16px;
}
}
.section .tab-container .tab-header .tab.is-active[data-v-82b69dca] {
  font-family: HYQiHeiX1-Bold;
  color: #001433;
}
@keyframes growWidth-82b69dca {
from {
    width: 0;
}
to {
    width: 100%;
}
}
.section .tab-container .tab-header .tab.is-active[data-v-82b69dca]::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #001433;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  animation: growWidth-82b69dca 0.5s ease;
}
@keyframes descFadeIn-82b69dca {
from {
    opacity: 0;
    transform: translate(0, 20px);
}
to {
    opacity: 1;
    transform: translate(0, 0);
}
}
.section .tab-container .tab-content[data-v-82b69dca] {
  width: 100%;
  margin-top: 1.6666666667vw;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-content[data-v-82b69dca] {
    margin-top: 16px;
    text-align: justify;
}
}
.section .tab-container .tab-content .tab-desc[data-v-82b69dca] {
  font-size: 0.8333333333vw;
  color: #263751;
  white-space: pre-line;
  animation: descFadeIn-82b69dca 0.5s ease-in;
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-content .tab-desc[data-v-82b69dca] {
    font-size: 12px;
}
.section .tab-container .tab-content .tab-desc[data-v-82b69dca] br {
    display: none;
}
}
.section .tab-container .tab-content .tab-desc-extra[data-v-82b69dca] {
  font-size: clamp(10px, 0.625vw, 0.625vw);
  color: #8c95a3;
  animation: descFadeIn-82b69dca 0.5s ease-in;
}
@media (min-width: 0) and (max-width: 767px) {
.section .tab-container .tab-content .tab-desc-extra[data-v-82b69dca] {
    font-size: 12px;
    margin-top: 24px;
}
}