@charset "UTF-8";
.el-input[data-v-86e27982] {
  --el-input-focus-border-color: #000; /* 改为黑色 */
}
.el-loading-mask[data-v-86e27982] {
  --el-color-primary: rgb(161, 166, 175);
}
.swiper[data-v-86e27982] {
  padding: 0 24px;
}
[data-v-86e27982] .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 26px;
}
[data-v-86e27982] .pagination .swiper-pagination-bullet {
  height: 2px;
  width: 28px;
  margin: 0;
  border-radius: 0;
  background-color: #bfc4cc;
  opacity: 1;
}
[data-v-86e27982] .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #001433;
}
[data-v-86e27982] .pagination.dark .swiper-pagination-bullet {
  background-color: rgba(243, 245, 247, 0.3);
}
[data-v-86e27982] .pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.pic-item[data-v-86e27982] {
  position: relative;
  height: 109.3333333333vw;
  overflow: hidden;
}
.pic-item img[data-v-86e27982] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-item[data-v-86e27982] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58.6666666667vw;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.text-item .title[data-v-86e27982] {
  font-family: HYQiHeiX1-Bold;
  color: #fff;
  font-size: clamp(14.4px, 4.8vw, 21.6px);
  font-size-adjust: ic-width 1;
}
.text-item .desc[data-v-86e27982] {
  font-size: 12px;
  margin-top: 12px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
}
.el-input[data-v-6730b2ac] {
  --el-input-focus-border-color: #000; /* 改为黑色 */
}
.el-loading-mask[data-v-6730b2ac] {
  --el-color-primary: rgb(161, 166, 175);
}
.module-container[data-v-6730b2ac] {
  height: 33.3333333333vw;
  overflow: hidden;
  display: flex;
}
.module-container .module-item[data-v-6730b2ac] {
  height: 100%;
  flex: 1 1 18.4375vw;
  transition: all 0.6s ease-in-out;
  position: relative;
  cursor: pointer;
}
.module-container .module-item .module-item-img-container[data-v-6730b2ac] {
  width: 100%;
  height: 100%;
}
.module-container .module-item .module-item-img-container img[data-v-6730b2ac] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-container .module-item .module-item-text-container[data-v-6730b2ac] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.5vw;
  padding: 0 1.5625vw 1.7708333333vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 79.132%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.module-container .module-item .module-item-text-container .title[data-v-6730b2ac] {
  font-family: HYQiHeiX1-Bold;
  font-size: 1.25vw;
  width: 14.8958333333vw;
  margin-bottom: 0.4166666667vw;
}
@keyframes three-descFadeIn-6730b2ac {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.module-container .module-item .module-item-text-container .desc[data-v-6730b2ac] {
  font-size: clamp(10px, 0.8333333333vw, 0.8333333333vw);
  width: 35vw;
  color: rgba(255, 255, 255, 0.6);
  text-align: justify;
}
.module-container .module-item .module-item-text-container .desc.show-desc[data-v-6730b2ac] {
  opacity: 0;
  display: block;
  animation: three-descFadeIn-6730b2ac 0.3s ease forwards;
}
.module-container .module-item .module-item-text-container .desc-transition-enter-active[data-v-6730b2ac],
.module-container .module-item .module-item-text-container .desc-transition-leave-active[data-v-6730b2ac] {
  transition: all 0.6s ease-in-out;
}
.module-container .module-item.is-active[data-v-6730b2ac] {
  flex: 1 0 38.125vw;
}
.module-container .module-item.is-active .title[data-v-6730b2ac] {
  width: 35vw;
}
.module-container .module-item.is-active .title[data-v-6730b2ac] br {
  display: none;
}
.navigation-container[data-v-6730b2ac] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
  margin-top: 3.2291666667vw;
}
.navigation-container .pages[data-v-6730b2ac] {
  display: flex;
  gap: 0.6770833333vw;
}
.navigation-container .pages .line[data-v-6730b2ac] {
  width: 2.9166666667vw;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.4);
}
.navigation-container .pages .line.is-active[data-v-6730b2ac] {
  background-color: #000;
}
.navigation-container .nav-btn[data-v-6730b2ac] {
  width: 3.125vw;
  height: 3.125vw;
  border: none;
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  line-height: 3.125vw;
}
.navigation-container .nav-btn[data-v-6730b2ac] .icon {
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  vertical-align: middle;
}
.navigation-container .nav-btn[data-v-6730b2ac] .icon path {
  stroke-opacity: 1;
}
.navigation-container .nav-btn[data-v-6730b2ac]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.section.dark .pages .line[data-v-6730b2ac] {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.section.dark .pages .line.is-active[data-v-6730b2ac] {
  background-color: #fff !important;
}
.section.dark .nav-btn[data-v-6730b2ac] {
  background-color: rgb(35, 35, 35) !important;
  color: #fff !important;
}
.section.dark .nav-btn[data-v-6730b2ac]:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.el-input[data-v-f0aa0d03] {
  --el-input-focus-border-color: #000; /* 改为黑色 */
}
.el-loading-mask[data-v-f0aa0d03] {
  --el-color-primary: rgb(161, 166, 175);
}
.section[data-v-f0aa0d03] {
  padding: 7.2916666667vw 12.5vw 7.2916666667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section[data-v-f0aa0d03] {
    padding: 80px 0;
    overflow: hidden;
}
}
.section.grey[data-v-f0aa0d03] {
  background-color: #f5f7fa !important;
}
.section.dark[data-v-f0aa0d03] {
  background-color: #000000 !important;
}
.section.dark .section-title[data-v-f0aa0d03],
.section.dark .section-desc[data-v-f0aa0d03],
.section.dark .tab.is-active[data-v-f0aa0d03],
.section.dark .tab-desc[data-v-f0aa0d03] {
  color: #ffffff !important;
}
.section.dark .tab-header[data-v-f0aa0d03] {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
.section.dark .tab[data-v-f0aa0d03] {
  color: rgba(255, 255, 255, 0.4) !important;
}
.section.dark .tab.is-active[data-v-f0aa0d03]::after {
  background-color: #ffffff !important;
}
.section[data-v-f0aa0d03] * {
  line-height: calc(100% + 8px);
}
.section .section-header[data-v-f0aa0d03] {
  margin-bottom: 3.2291666667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-header[data-v-f0aa0d03] {
    margin-bottom: 26px;
}
}
.section .section-header .section-title[data-v-f0aa0d03] {
  text-align: center;
  font-family: HYQiHeiX1-Bold;
  font-size: clamp(24px, 2.9166666667vw, 2.9166666667vw);
  color: #001433;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-header .section-title[data-v-f0aa0d03] {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
    font-size-adjust: ic-width 1;
    padding: 0 24px;
}
}
.section .section-header .section-desc[data-v-f0aa0d03] {
  margin-top: 0.8333333333vw;
  font-size: clamp(10px, 0.8333333333vw, 0.8333333333vw);
  color: #263751;
  white-space: pre-line;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-header .section-desc[data-v-f0aa0d03] {
    margin-top: 8px;
    margin-inline: auto;
    font-size: 12px;
    padding: 0 54px;
}
}