@charset "UTF-8";
.el-input[data-v-fe5023d7] {
  --el-input-focus-border-color: #000; /* 改为黑色 */
}
.el-loading-mask[data-v-fe5023d7] {
  --el-color-primary: rgb(161, 166, 175);
}
.section[data-v-fe5023d7] {
  position: relative;
  overflow: hidden;
}
.section[data-v-fe5023d7] * {
  line-height: calc(100% + 8px);
}
.section .header-img[data-v-fe5023d7] {
  width: 100%;
  height: 35.3125vw;
}
@media (max-width: 768px) {
.section .header-img[data-v-fe5023d7] {
    height: 290px;
}
}
.section .header-img img[data-v-fe5023d7] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .section-container[data-v-fe5023d7] {
  margin-top: -18.2291666667vw;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 72.286%), linear-gradient(0, #000, #000);
  background-size: 100% 18.2291666667vw, 100% calc(100% - 18.2291666667vw);
  background-position: center 0, center 18.2291666667vw;
  background-repeat: no-repeat, no-repeat;
  padding: 10.9375vw 0 4.84375vw;
  position: relative;
}
@media (max-width: 768px) {
.section .section-container[data-v-fe5023d7] {
    margin-top: -163px;
    padding: 57px 0 61px;
    background-image: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgb(0, 0, 0) 60.924%), linear-gradient(0, #000, #000);
    background-size: 100% 163px, 100% calc(100% - 163px);
    background-position: center 0, center 163px;
    background-repeat: no-repeat, no-repeat;
}
}
.section .section-container .title[data-v-fe5023d7] {
  font-family: HYQiHeiX1-Bold;
  font-size: clamp(24px, 2.9166666667vw, 2.9166666667vw);
  white-space: pre-line;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-48.14deg, rgb(203, 149, 118), rgb(241, 209, 168));
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-container .title[data-v-fe5023d7] {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
    font-size-adjust: ic-width 1;
}
}
.section .section-container .date-range[data-v-fe5023d7] {
  margin: 0.625vw 0 1.9791666667vw;
  font-size: clamp(12px, 0.8333333333vw, 0.8333333333vw);
  color: #edcba3;
  text-align: center;
}
@media (max-width: 768px) {
.section .section-container .date-range[data-v-fe5023d7] {
    font-size: 12px;
    margin: 13px 0 45px;
}
}
.section .section-container .special-desc[data-v-fe5023d7] {
  margin: 0 12.5vw;
  font-size: clamp(10px, 0.625vw, 0.625vw);
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  white-space: pre-wrap;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-container .special-desc[data-v-fe5023d7] {
    margin: 0 24px;
    display: block;
    text-align: justify;
}
}
.section .section-container .tab-container[data-v-fe5023d7] {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-container .tab-container[data-v-fe5023d7] {
    display: block;
    position: relative;
    padding-inline: 24px;
}
}
.section .section-container .tab-container .tab-header[data-v-fe5023d7] {
  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 rgba(255, 255, 255, 0.14);
}
.section .section-container .tab-container .tab-header[data-v-fe5023d7]::-webkit-scrollbar {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-container .tab-container .tab-header[data-v-fe5023d7] {
    gap: 26px;
}
}
.section .section-container .tab-container .tab-header .tab[data-v-fe5023d7] {
  position: relative;
  font-size: 1.3541666667vw;
  color: #fff;
  white-space: nowrap;
  padding-bottom: 0.8854166667vw;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-container .tab-container .tab-header .tab[data-v-fe5023d7] {
    font-size: 14px;
    padding-bottom: 16px;
}
}
.section .section-container .tab-container .tab-header .tab.is-active[data-v-fe5023d7] {
  font-family: HYQiHeiX1-Bold;
}
@keyframes growWidth-fe5023d7 {
from {
    width: 0;
}
to {
    width: 100%;
}
}
.section .section-container .tab-container .tab-header .tab.is-active[data-v-fe5023d7]::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  animation: growWidth-fe5023d7 0.3s ease;
}
@keyframes descFadeIn-fe5023d7 {
from {
    opacity: 0;
    transform: translate(0, 20px);
}
to {
    opacity: 1;
    transform: translate(0, 0);
}
}
.section .section-container .tab-container .tab-content[data-v-fe5023d7] {
  width: 100%;
  margin-top: 1.6666666667vw;
  text-align: center;
}
@media (max-width: 768px) {
.section .section-container .tab-container .tab-content[data-v-fe5023d7] {
    margin-top: 16px;
    text-align: justify;
}
}
.section .section-container .tab-container .tab-content .tab-desc[data-v-fe5023d7] {
  font-size: clamp(12px, 0.8333333333vw, 0.8333333333vw);
  color: #263751;
  white-space: pre-line;
  animation: descFadeIn-fe5023d7 0.3s ease-in;
}
@media (max-width: 768px) {
.section .section-container .tab-container .tab-content .tab-desc[data-v-fe5023d7] {
    font-size: 12px;
    white-space: normal;
}
}
@media (min-width: 768px) {
.section .section-container .benefit-layout[data-v-fe5023d7] {
    padding: 1.25vw 12.5vw 1.1458333333vw;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
}
}
@media (min-width: 768px) and (max-width: 1099px) {
.section .section-container .benefit-layout[data-v-fe5023d7] {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 16px;
         column-gap: 16px;
}
}
@media (min-width: 768px) {
.section .section-container .benefit-layout .benefit-item[data-v-fe5023d7] {
    border-radius: 4px;
    background-color: rgb(22, 22, 22);
    margin-bottom: 1.25vw;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}
}
@media (min-width: 768px) and (max-width: 1099px) {
.section .section-container .benefit-layout .benefit-item[data-v-fe5023d7] {
    margin-bottom: 16px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-container .benefit-layout .benefit-item[data-v-fe5023d7] {
    display: none;
    padding: 16px 24px;
}
.section .section-container .benefit-layout .benefit-item.is-active-mobile[data-v-fe5023d7] {
    display: block;
}
}
.section .section-container .benefit-layout .benefit-item .benefit-item-header[data-v-fe5023d7] {
  padding: 1.6666666667vw 1.5625vw 0 1.3541666667vw;
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-header[data-v-fe5023d7] {
    display: none;
}
}
.section .section-container .benefit-layout .benefit-item .benefit-item-header .icon[data-v-fe5023d7] {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media (min-width: 768px) and (max-width: 1099px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-header .icon[data-v-fe5023d7] {
    width: 24px;
    height: 24px;
}
}
.section .section-container .benefit-layout .benefit-item .benefit-item-header .benefit-name[data-v-fe5023d7] {
  font-size: clamp(14px, 1.3541666667vw, 1.3541666667vw);
  color: #fff;
  margin-left: 0.625vw;
  margin-right: auto;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1099px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-header .benefit-name[data-v-fe5023d7] {
    font-size: 14px;
    margin-left: 2px;
}
}
.section .section-container .benefit-layout .benefit-item .benefit-item-header .yang-wang[data-v-fe5023d7] {
  width: 10.4166666667vw;
  height: 1.25vw;
}
@media (min-width: 768px) and (max-width: 1099px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-header .yang-wang[data-v-fe5023d7] {
    width: auto;
    height: 14px;
}
}
.section .section-container .benefit-layout .benefit-item .benefit-item-content[data-v-fe5023d7] {
  color: rgba(255, 255, 255, 0.6);
  padding: 1.0416666667vw 1.5625vw 1.5625vw;
  font-size: clamp(10px, 0.8333333333vw, 0.8333333333vw);
}
@media (min-width: 768px) and (max-width: 1099px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-content[data-v-fe5023d7] {
    padding: 12px 24px;
    font-size: 12px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-content[data-v-fe5023d7] {
    padding: 0;
    font-size: 12px;
}
}
.section .section-container .benefit-layout .benefit-item .benefit-item-content .benefit-ul[data-v-fe5023d7] {
  list-style: square;
  padding-left: 0.7291666667vw;
}
@media (max-width: 768px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-content .benefit-ul[data-v-fe5023d7] {
    padding-left: 12px;
}
}
.section .section-container .benefit-layout .benefit-item .benefit-item-content .benefit-ul li[data-v-fe5023d7] {
  font-size: clamp(12.8px, 0.8333333333vw, 19.2px);
}
@media (min-width: 768px) and (max-width: 1099px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-content .benefit-ul li[data-v-fe5023d7] {
    font-size: 12px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-content .benefit-ul li[data-v-fe5023d7] {
    font-size: 12px;
}
}
.section .section-container .benefit-layout .benefit-item .benefit-item-content .benefit-ul li + li[data-v-fe5023d7] {
  margin-top: 0.3125vw;
}
@media (max-width: 768px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-content .benefit-ul li + li[data-v-fe5023d7] {
    margin-top: 4px;
}
}
.section .section-container .benefit-layout .benefit-item .benefit-item-content .benefit-ul li .benefit-content[data-v-fe5023d7] {
  text-align: justify;
  white-space: pre-line;
}
.section .section-container .benefit-layout .benefit-item .benefit-item-content .extra-desc[data-v-fe5023d7] {
  font-size: clamp(10px, 0.625vw, 0.625vw);
  margin-top: 0.3125vw;
  text-align: justify;
}
@media (max-width: 768px) {
.section .section-container .benefit-layout .benefit-item .benefit-item-content .extra-desc[data-v-fe5023d7] {
    margin-top: 4px;
    font-size: 10px;
}
}