@charset "UTF-8";
.el-input[data-v-9ee3afeb] {
  --el-input-focus-border-color: #000; /* 改为黑色 */
}
.el-loading-mask[data-v-9ee3afeb] {
  --el-color-primary: rgb(161, 166, 175);
}
[data-v-9ee3afeb] {
  line-height: calc(100% + 8px);
}
.section[data-v-9ee3afeb] {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 0) and (max-width: 767px) {
.section[data-v-9ee3afeb] {
    padding: 60px 0;
}
}
.section.light[data-v-9ee3afeb] {
  background-color: #ffffff !important;
}
.section.grey[data-v-9ee3afeb] {
  background-color: #f5f7fa !important;
}
.section.dark[data-v-9ee3afeb] {
  background-color: #000000 !important;
}
.section.dark .section-title[data-v-9ee3afeb],
.section.dark .tab.is-active[data-v-9ee3afeb],
.section.dark .tab-desc[data-v-9ee3afeb] {
  color: #ffffff !important;
}
.section.dark .tab-desc-extra[data-v-9ee3afeb] {
  color: rgba(255, 255, 255, 0.6) !important;
}
.section.dark .tab-header[data-v-9ee3afeb] {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
.section.dark .tab[data-v-9ee3afeb] {
  color: rgba(255, 255, 255, 0.4) !important;
}
.section.dark .tab.is-active[data-v-9ee3afeb]::after {
  background-color: #ffffff !important;
}
.section .section-header[data-v-9ee3afeb] {
  position: absolute;
  top: 0;
  padding: 0 12.5vw;
  padding-top: 7.2916666667vw;
  padding-bottom: 14.8958333333vw;
  width: 100%;
  text-align: center;
  z-index: 2;
  background: linear-gradient(0, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 99.237%);
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-header[data-v-9ee3afeb] {
    position: relative;
    padding: 0 1.25vw;
    top: 0;
    margin-bottom: 26px;
    background: transparent;
}
}
.section .section-title[data-v-9ee3afeb] {
  text-align: center;
  font-size: 2.9166666667vw;
  color: rgb(255, 255, 255);
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-title[data-v-9ee3afeb] {
    color: #001433;
    font-size: clamp(19.2px, 6.4vw, 28.8px);
    font-size-adjust: ic-width 1;
}
}
.section .pic-item[data-v-9ee3afeb] {
  position: relative;
  overflow: hidden;
  height: 50.5208333333vw;
  clip-path: inset(0 0 0 0);
}
@media (min-width: 0) and (max-width: 767px) {
.section .pic-item[data-v-9ee3afeb] {
    height: 74.6666666667vw;
}
}
.section .pic-item img[data-v-9ee3afeb] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .params-layout[data-v-9ee3afeb] {
  position: absolute;
  padding-bottom: 4.2708333333vw;
  padding-top: 6.1458333333vw;
  bottom: 0;
  display: flex;
  width: 100%;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 99.237%);
}
@media (min-width: 0) and (max-width: 767px) {
.section .params-layout[data-v-9ee3afeb] {
    background: transparent;
}
}
.section .params-layout .param-item[data-v-9ee3afeb] {
  flex: 1 0 auto;
  text-align: center;
  position: relative;
  padding: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 767px) {
.section .params-layout .param-item[data-v-9ee3afeb] {
    padding: 0;
}
}
.section .params-layout .param-item[data-v-9ee3afeb]:not(:last-child):after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}
.section .params-layout .param-item .param-label[data-v-9ee3afeb] {
  font-size: 1.875vw;
  line-height: 1;
}
@media (min-width: 0) and (max-width: 767px) {
.section .params-layout .param-item .param-label[data-v-9ee3afeb] {
    font-size: 18px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .params-layout[data-v-9ee3afeb] {
    position: relative;
    bottom: 0;
    padding: 40px 24px 0;
    flex-wrap: wrap;
    color: rgb(0, 20, 51);
    gap: 26px 0;
}
.section .params-layout .param-item[data-v-9ee3afeb] {
    width: 50%;
    max-width: 100%;
    text-align: left;
    text-wrap: wrap;
}
.section .params-layout .param-item[data-v-9ee3afeb]::after {
    display: none;
}
}