@charset "UTF-8";.button-explore[data-v-cfde4632] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.button-explore .swing-icon .icon div[data-v-cfde4632],
.button-explore .swing-icon .icon div[data-v-cfde4632]::before,
.button-explore .swing-icon .icon div[data-v-cfde4632]::after {
  height: 2px;
  border-radius: 1px;
  background-color: #000;
}
.button-explore .swing-icon .icon div[data-v-cfde4632]::after {
  bottom: 0;
  transform: rotate(316deg);
  background: #000;
}
.button-explore.white-icon .swing-icon .icon div[data-v-cfde4632],
.button-explore.white-icon .swing-icon .icon div[data-v-cfde4632]::before,
.button-explore.white-icon .swing-icon .icon div[data-v-cfde4632]::after {
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.button-explore.white-icon .swing-icon .icon div[data-v-cfde4632]::after {
  bottom: 0;
  transform: rotate(316deg);
  background: #fff;
}
.swing-icon[data-v-cfde4632] {
  outline: none;
  cursor: pointer;
  font-size: 23px;
  background: transparent;
  letter-spacing: -1px;
  border: 0;
  position: relative;
  width: 32px;
  height: 32px;
}
.swing-icon .icon[data-v-cfde4632] {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-with: 1024.98px) {
.swing-icon .icon[data-v-cfde4632] {
    animation: resetArrow-cfde4632 0.8s cubic-bezier(0.7, -0.5, 0.3, 1.2) forwards;
}
}
.swing-icon .icon div[data-v-cfde4632],
.swing-icon .icon div[data-v-cfde4632]::before,
.swing-icon .icon div[data-v-cfde4632]::after {
  height: 2px;
  border-radius: 1px;
  background-color: #000;
}
.swing-icon .icon div[data-v-cfde4632]::before,
.swing-icon .icon div[data-v-cfde4632]::after {
  content: "";
  position: absolute;
  right: 0;
  transform-origin: center right;
  width: 8px;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.swing-icon .icon div[data-v-cfde4632] {
  position: relative;
  width: 15px;
  transform: scale(0.9);
  background: #000;
}
.swing-icon .icon div[data-v-cfde4632]::before {
  transform: rotate(44deg);
  top: 0;
}
.swing-icon .icon div[data-v-cfde4632]::after {
  bottom: 0;
  transform: rotate(316deg);
  background: #000;
}
@media (min-width: 1024.98px) {
.button-explore:hover .swing-icon .icon div[data-v-cfde4632]::before {
    animation: rotateArrowLine-cfde4632 1s linear infinite;
}
.button-explore:hover .swing-icon .icon div[data-v-cfde4632]::after {
    animation: rotateArrowLine2-cfde4632 1s linear infinite;
}
.button-explore:hover .swing-icon .icon div[data-v-cfde4632] {
    animation: swingArrow-cfde4632 1s ease-in-out infinite;
}
}
@media (max-width: 1440px) and (min-width: 1024.98px) {
.swing-icon[data-v-cfde4632] {
    font-size: 1.1979166667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
}
.swing-icon .icon div[data-v-cfde4632],
  .swing-icon .icon div[data-v-cfde4632]::before,
  .swing-icon .icon div[data-v-cfde4632]::after {
    height: 0.1041666667vw;
    border-radius: 0.0520833333vw;
}
.swing-icon .icon div[data-v-cfde4632]::before,
  .swing-icon .icon div[data-v-cfde4632]::after {
    width: 0.4166666667vw;
    border-radius: 0.78125vw;
}
.swing-icon .icon div[data-v-cfde4632] {
    width: 0.78125vw;
}
}
@media (max-width: 1024px) {
.button-explore-text[data-v-cfde4632] {
    margin-right: 6.39px;
}
.swing-icon[data-v-cfde4632] {
    width: 6.75px;
    height: 12px;
}
.swing-icon .icon div[data-v-cfde4632],
  .swing-icon .icon div[data-v-cfde4632]::before,
  .swing-icon .icon div[data-v-cfde4632]::after {
    height: 1px;
    border-radius: 1px;
}
.swing-icon .icon div[data-v-cfde4632]::before,
  .swing-icon .icon div[data-v-cfde4632]::after {
    width: 5px;
    border-radius: 15px;
}
.swing-icon .icon div[data-v-cfde4632] {
    width: 15px;
    transform: scale(0.9);
}
}
@keyframes swingArrow-cfde4632 {
50% {
    transform: translateX(5px) scale(0.9);
}
}
@keyframes rotateArrowLine-cfde4632 {
50% {
    transform: rotate(30deg);
}
80% {
    transform: rotate(55deg);
}
}
@keyframes rotateArrowLine2-cfde4632 {
50% {
    transform: rotate(330deg);
}
80% {
    transform: rotate(300deg);
}
}
@keyframes resetArrow-cfde4632 {
0% {
    transform: translateX(-128px);
}
100% {
    transform: translateX(0);
}
}.model-card .model-card-container[data-v-7c83b30f] {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 27px 30px 24px;
  height: 339px;
  border-radius: 12px;
  background: var(--Main-Colors-01-Brand, rgb(245, 247, 250));
  transition: all 0.3s;
}
.model-card .model-card-container[data-v-7c83b30f]:hover {
  background: #fff;
}
.model-card .model-card-top .title[data-v-7c83b30f] {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.model-card .model-card-top .title span[data-v-7c83b30f] {
  cursor: pointer;
}
.model-card .model-card-top .title .tip[data-v-7c83b30f] {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  transform: translateY(-50%);
  padding: 4px 12px;
  background: #fff;
  border-radius: 4px;
}
.model-card .model-card-top .des[data-v-7c83b30f] {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.model-card .model-card-center[data-v-7c83b30f] {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.model-card .model-card-center img[data-v-7c83b30f] {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  cursor: pointer;
}
.model-card .model-card-bottom[data-v-7c83b30f] {
  display: flex;
  align-items: center;
}
.model-card .model-card-bottom .link_btn[data-v-7c83b30f] {
  display: flex;
  align-items: center;
  margin-right: 24px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.model-card .model-card-bottom .link_btn[data-v-7c83b30f]:last-child {
  margin-right: 0;
}
.model-card .model-card-bottom .link_btn svg[data-v-7c83b30f] {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: all 0.25s;
}
.model-card .model-card-bottom .link_btn:hover svg[data-v-7c83b30f] {
  transform: translateX(15%);
}
@media (max-width: 1440px) and (min-width: 1024.98px) {
.model-card .model-card-container[data-v-7c83b30f] {
    padding: 1.40625vw 1.5625vw 1.25vw;
    height: 17.65625vw;
    border-radius: 0.625vw;
}
.model-card .model-card-top .title[data-v-7c83b30f] {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
}
.model-card .model-card-top .title .tip[data-v-7c83b30f] {
    font-size: 0.7291666667vw;
    line-height: 1.1458333333vw;
    padding: 0.2083333333vw 0.625vw;
    border-radius: 0.2083333333vw;
}
.model-card .model-card-top .des[data-v-7c83b30f] {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
}
.model-card .model-card-bottom .link_btn[data-v-7c83b30f] {
    margin-right: 1.25vw;
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
}
.model-card .model-card-bottom .link_btn svg[data-v-7c83b30f] {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.4166666667vw;
}
}
@media (max-width: 1024px) {
.model-card .model-card-container[data-v-7c83b30f] {
    padding: 14px 20px;
    height: 185px;
    border-radius: 12px;
    border-radius: 6px;
    background: rgb(245, 246, 247);
}
.model-card .model-card-container .model-card-top .title[data-v-7c83b30f] {
    color: rgb(26, 29, 37);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
}
.model-card .model-card-container .model-card-top .title .tip[data-v-7c83b30f] {
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0%;
    text-align: left;
    display: block;
    padding: 3px 6px;
    background: #fff;
    border-radius: 2px;
    transform: translate(0);
}
.model-card .model-card-container .model-card-top .des[data-v-7c83b30f] {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
}
.model-card .model-card-container .model-card-bottom .link_btn[data-v-7c83b30f] {
    margin-right: 24px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.model-card .model-card-container .model-card-bottom .link_btn svg[data-v-7c83b30f] {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: all 0.25s;
}
}.model-card .model-card-container[data-v-0d9cd5db] {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 27px 30px 24px;
  height: 339px;
  border-radius: 12px;
  background-color: var(--Main-Colors-01-Brand, rgb(245, 247, 250));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.model-card .model-card-bottom[data-v-0d9cd5db] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.model-card .model-card-bottom .des[data-v-0d9cd5db] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #f5f7fa;
}
.model-card .model-card-bottom .link_btn[data-v-0d9cd5db] {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #f5f7fa;
  cursor: pointer;
}
.model-card .model-card-bottom .link_btn svg[data-v-0d9cd5db] {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: all 0.25s;
  color: #f5f7fa;
}
.model-card .model-card-bottom .link_btn:hover svg[data-v-0d9cd5db] {
  transform: translateX(15%);
}
@media (max-width: 1440px) and (min-width: 1024.98px) {
.model-card .model-card-container[data-v-0d9cd5db] {
    padding: 1.40625vw 1.5625vw 1.25vw;
    height: 17.65625vw;
    border-radius: 0.625vw;
}
.model-card .model-card-bottom .des[data-v-0d9cd5db] {
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
}
.model-card .model-card-bottom .link_btn[data-v-0d9cd5db] {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
}
.model-card .model-card-bottom .link_btn svg[data-v-0d9cd5db] {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.4166666667vw;
}
}
@media (max-width: 1024px) {
.model-card .model-card-container[data-v-0d9cd5db] {
    padding: 10px 20px;
    height: 167px;
    border-radius: 6px;
}
.model-card .model-card-bottom .des[data-v-0d9cd5db] {
    color: rgb(245, 247, 250);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0%;
}
.model-card .model-card-bottom .link_btn[data-v-0d9cd5db] {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}
.model-card .model-card-bottom .link_btn svg[data-v-0d9cd5db] {
    width: 12px;
    height: 12px;
    margin-left: 4.67px;
}
}.model-card[data-v-05440e8e] {
  height: 100%;
}
.model-card .model-card-container[data-v-05440e8e] {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
.model-card .model-card-container .model-card-center[data-v-05440e8e] {
  flex: 0 1 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.model-card .model-card-container .model-card-center img[data-v-05440e8e] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
.model-card .model-card-container .model-button[data-v-05440e8e] {
  cursor: pointer;
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.model-card .model-card-container .model-button[data-v-05440e8e] .button-explore {
  color: #000;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.85);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 12px;
  transition: box-shadow 0.3s ease-in-out;
}
.model-card .model-card-container .model-button[data-v-05440e8e] .button-explore:hover {
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
}
.model-card .model-card-container .model-button[data-v-05440e8e] .button-explore .icon > div,
.model-card .model-card-container .model-button[data-v-05440e8e] .button-explore .icon > div::before,
.model-card .model-card-container .model-button[data-v-05440e8e] .button-explore .icon > div::after {
  color: #000;
}
@media (max-width: 1440px) and (min-width: 1024.98px) {
.model-card .model-card-container[data-v-05440e8e] {
    border-radius: 0.625vw;
}
}/* From Uiverse.io by KINGFRESS */
.text-slider {
  position: relative;
  cursor: pointer;
  width: auto;
  height: auto;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.span-mother {
  display: flex;
  flex-wrap: nowrap;
}
.span-mother2 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  transform: translateY(-100%);
}
.text-slider:hover .span-mother span {
  transform: translateY(100%);
}
.text-slider:hover .span-mother2 span {
  transform: translateY(100%);
}.enter-animation[data-v-0f2f5c02] {
  animation: header_show-0f2f5c02 2000ms forwards ease-in;
}
@keyframes header_show-0f2f5c02 {
0% {
    opacity: 0;
    transform: translateY(-100px);
}
75% {
    opacity: 0;
    transform: translateY(-100px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
.main-header-pc-container[data-v-0f2f5c02] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: calc(100% - 32px);
  height: 70px;
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 99999;
  transform: translateY(0);
  transition: all 0.4s;
}
.main-header-pc-container.header-scroll-intoView[data-v-0f2f5c02] {
  transform: translateY(calc(-100% - 16px));
}
.main-header-pc-container .mainheader-pc-box[data-v-0f2f5c02] {
  position: relative;
  height: 100%;
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap[data-v-0f2f5c02] {
  background: #fff;
  border-radius: 16px 16px 0 0;
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap[data-v-0f2f5c02]::before, .main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap[data-v-0f2f5c02]::after {
  background: #fff;
  border-radius: 16px 16px 0 0;
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap .left-section .nav_icon svg[data-v-0f2f5c02] {
  color: rgb(26, 29, 37);
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap .left-section .nav_icon .nav_icon_text[data-v-0f2f5c02] {
  color: rgb(26, 29, 37);
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-0f2f5c02] {
  color: rgb(26, 29, 37);
  cursor: pointer;
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-0f2f5c02]::after, .main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-0f2f5c02]::after {
  background: rgb(26, 29, 37);
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap .center-section .nav-logo .default-logo[data-v-0f2f5c02] {
  opacity: 0;
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap .center-section .nav-logo .fanse-logo[data-v-0f2f5c02] {
  opacity: 1;
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap .right-section .svg-btn svg[data-v-0f2f5c02] {
  color: rgb(26, 29, 37);
}
.main-header-pc-container .mainheader-pc-box:has(.pop-in) .mainheader-pc-wrap .usuall-btn.border.dark[data-v-0f2f5c02] {
  border: 1px solid rgb(0, 20, 51);
  color: rgb(0, 20, 51);
  background: transparent;
}
.main-header-pc-container .mainheader-pc-wrap[data-v-0f2f5c02] {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
  padding: 0 64px;
  border-radius: 16px;
  background: linear-gradient(269.75deg, rgba(255, 255, 255, 0) 2.31%, rgba(255, 255, 255, 0.2) 55.08%), linear-gradient(90.17deg, rgba(255, 255, 255, 0) 0.15%, rgba(255, 255, 255, 0.66) 71.57%);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}
.main-header-pc-container .mainheader-pc-wrap.is-light[data-v-0f2f5c02], .main-header-pc-container .mainheader-pc-wrap[data-v-0f2f5c02]:hover {
  background: #fff;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05), 0px 1px 8px 0px rgba(0, 0, 0, 0.08) inset;
}
.main-header-pc-container .mainheader-pc-wrap.is-light[data-v-0f2f5c02]::before, .main-header-pc-container .mainheader-pc-wrap.is-light[data-v-0f2f5c02]::after, .main-header-pc-container .mainheader-pc-wrap[data-v-0f2f5c02]:hover::before, .main-header-pc-container .mainheader-pc-wrap[data-v-0f2f5c02]:hover::after {
  opacity: 0;
}
.main-header-pc-container .mainheader-pc-wrap.is-light .left-section .nav_icon svg[data-v-0f2f5c02], .main-header-pc-container .mainheader-pc-wrap:hover .left-section .nav_icon svg[data-v-0f2f5c02] {
  color: rgb(26, 29, 37);
}
.main-header-pc-container .mainheader-pc-wrap.is-light .left-section .nav_icon .nav_icon_text[data-v-0f2f5c02], .main-header-pc-container .mainheader-pc-wrap:hover .left-section .nav_icon .nav_icon_text[data-v-0f2f5c02] {
  color: rgb(26, 29, 37);
}
.main-header-pc-container .mainheader-pc-wrap.is-light .left-section .nav-list .nav-item[data-v-0f2f5c02], .main-header-pc-container .mainheader-pc-wrap:hover .left-section .nav-list .nav-item[data-v-0f2f5c02] {
  color: rgb(26, 29, 37);
  cursor: pointer;
}
.main-header-pc-container .mainheader-pc-wrap.is-light .left-section .nav-list .nav-item[data-v-0f2f5c02]::after, .main-header-pc-container .mainheader-pc-wrap.is-light .left-section .nav-list .nav-item[data-v-0f2f5c02]::after, .main-header-pc-container .mainheader-pc-wrap:hover .left-section .nav-list .nav-item[data-v-0f2f5c02]::after, .main-header-pc-container .mainheader-pc-wrap:hover .left-section .nav-list .nav-item[data-v-0f2f5c02]::after {
  background: rgb(26, 29, 37);
}
.main-header-pc-container .mainheader-pc-wrap.is-light .center-section .nav-logo .default-logo[data-v-0f2f5c02], .main-header-pc-container .mainheader-pc-wrap:hover .center-section .nav-logo .default-logo[data-v-0f2f5c02] {
  opacity: 0;
}
.main-header-pc-container .mainheader-pc-wrap.is-light .center-section .nav-logo .fanse-logo[data-v-0f2f5c02], .main-header-pc-container .mainheader-pc-wrap:hover .center-section .nav-logo .fanse-logo[data-v-0f2f5c02] {
  opacity: 1;
}
.main-header-pc-container .mainheader-pc-wrap.is-light .right-section .svg-btn svg[data-v-0f2f5c02], .main-header-pc-container .mainheader-pc-wrap:hover .right-section .svg-btn svg[data-v-0f2f5c02] {
  color: rgb(26, 29, 37);
}
.main-header-pc-container .mainheader-pc-wrap.is-light .usuall-btn.border.dark[data-v-0f2f5c02], .main-header-pc-container .mainheader-pc-wrap:hover .usuall-btn.border.dark[data-v-0f2f5c02] {
  border: 1px solid rgb(0, 20, 51);
  color: rgb(0, 20, 51);
  background: transparent;
}
.main-header-pc-container .mainheader-pc-wrap:hover .usuall-btn.border.light[data-v-0f2f5c02] {
  border: 1px solid rgb(0, 20, 51);
  color: rgb(0, 20, 51);
  background: transparent;
}
.main-header-pc-container .mainheader-pc-wrap:hover .usuall-btn.full.light[data-v-0f2f5c02] {
  border: 1px solid rgb(0, 20, 51);
  color: #fff;
  background: rgb(0, 20, 51);
}
.main-header-pc-container .mainheader-pc-wrap:hover .usuall-btn.full[data-v-0f2f5c02]:hover {
  background: rgb(42, 103, 207) !important;
  border-color: rgb(42, 103, 207) !important;
}
.main-header-pc-container .mainheader-pc-wrap .left-section[data-v-0f2f5c02] {
  display: flex;
  align-items: center;
  flex: 1;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav_icon[data-v-0f2f5c02] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav_icon svg[data-v-0f2f5c02] {
  width: 24px;
  height: 24px;
  color: rgb(245, 247, 250);
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav_icon .nav_icon_text[data-v-0f2f5c02] {
  font-size: 18px;
  line-height: 26px;
  margin-left: 16px;
  color: rgb(245, 247, 250);
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list[data-v-0f2f5c02] {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-0f2f5c02] {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin-left: 40px;
  color: rgb(245, 247, 250);
  cursor: pointer;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-0f2f5c02]:first-child {
  margin-left: 0;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-0f2f5c02]::after, .main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-0f2f5c02]::after {
  position: absolute;
  content: "";
  height: 0.1041666667vw;
  width: 0;
  bottom: 0;
  left: 0;
  background: rgb(245, 247, 250);
  transition: all ease 0.5s;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item.nav-item-active[data-v-0f2f5c02]::after {
  width: 100%;
}
.main-header-pc-container .mainheader-pc-wrap .center-section[data-v-0f2f5c02] {
  flex-grow: 0;
}
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo[data-v-0f2f5c02] {
  position: relative;
  cursor: pointer;
}
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo img[data-v-0f2f5c02] {
  width: 186px;
  height: 40px;
}
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo .default-logo[data-v-0f2f5c02] {
  opacity: 1;
}
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo .fanse-logo[data-v-0f2f5c02] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main-header-pc-container .mainheader-pc-wrap .right-section[data-v-0f2f5c02] {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.main-header-pc-container .mainheader-pc-wrap .right-section .svg-btn[data-v-0f2f5c02] {
  margin-left: 31px;
  cursor: pointer;
}
.main-header-pc-container .mainheader-pc-wrap .right-section .svg-btn svg[data-v-0f2f5c02] {
  display: block;
  width: 24px;
  height: 24px;
  color: rgb(245, 247, 250);
}
.main-header-pc-container .mainheader-pc-wrap .right-section .usuall-btn[data-v-0f2f5c02] {
  margin-left: 16px;
  transition: all 0.3s;
}
.main-header-pc-container .mainheader-pc-wrap .right-section .usuall-btn[data-v-0f2f5c02]:last-child {
  margin-right: 0;
}
.main-header-pc-container .mainheader-pc-wrap .right-section .usuall-btn[data-v-0f2f5c02]:hover {
  background: rgb(42, 103, 207);
  border-color: rgb(42, 103, 207);
}
.main-header-pc-container .mainheader-pop[data-v-0f2f5c02] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: all 0.3s 0s;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.main-header-pc-container .mainheader-pop.pop-in[data-v-0f2f5c02] {
  transition: transform 0.3s 0.2s;
  transform: translateY(100%);
  pointer-events: initial;
  opacity: 1;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-wrap[data-v-0f2f5c02] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left[data-v-0f2f5c02] {
  flex: 0 0 33.33333%;
  padding: 48px 64px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .pop-list-item[data-v-0f2f5c02] {
  padding: 19.5px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .pop-list-item[data-v-0f2f5c02]:hover {
  background: rgba(194, 200, 211, 0.44);
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .pop-list-item.pop-active-item[data-v-0f2f5c02] {
  background: rgba(194, 200, 211, 0.44);
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .model-text .model-title[data-v-0f2f5c02] {
  color: #043492;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .model-text .model-desc[data-v-0f2f5c02] {
  margin-top: 16px;
  color: #9ba1af;
  font-size: 28px;
  line-height: 36px;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .btn-list[data-v-0f2f5c02] {
  display: flex;
  gap: 16px;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .btn-list[data-v-0f2f5c02] .button-explore {
  color: #021349;
  cursor: pointer;
  background-color: rgba(42, 103, 207, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 12px 16px;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .btn-list[data-v-0f2f5c02] .button-explore .icon > div,
.main-header-pc-container .mainheader-pop .mainheader-pop-left .btn-list[data-v-0f2f5c02] .button-explore .icon > div::before,
.main-header-pc-container .mainheader-pop .mainheader-pop-left .btn-list[data-v-0f2f5c02] .button-explore .icon > div::after {
  background: #021349;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-right[data-v-0f2f5c02] {
  flex: 1 1 auto;
  overflow: hidden;
  background: rgb(255, 255, 255);
  padding: 16px;
  display: flex;
  width: 100%;
  gap: 16px;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-right[data-v-0f2f5c02]:not(:has(.model-card:nth-child(2))) .model-card {
  width: 100%;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-right[data-v-0f2f5c02] .model-card:nth-child(1) {
  width: calc((100% - 16px) / 3 * 2);
}
.main-header-pc-container .mainheader-pop .mainheader-pop-right[data-v-0f2f5c02] .model-card:nth-child(2) {
  width: calc((100% - 16px) / 3 * 1);
}
.main-header-pc-container .language-pop[data-v-0f2f5c02] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 32px);
  height: calc(100svh - 32px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100vh);
  background-color: #fff;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0s 0.5s;
  will-change: transform, opacity;
  border-radius: 16px;
}
.main-header-pc-container .language-pop.pop-in[data-v-0f2f5c02] {
  transform: translateY(0);
  background-color: #fff;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
}
.main-header-pc-container .language-pop .title[data-v-0f2f5c02] {
  margin-top: 6.25vw;
  color: rgb(26, 26, 26);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.main-header-pc-container .language-pop .close-icon[data-v-0f2f5c02] {
  position: absolute;
  top: 3.6458333333vw;
  right: 3.6458333333vw;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #eaebec;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.main-header-pc-container .language-pop .close-icon[data-v-0f2f5c02]:hover {
  background-color: #cccccc;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] {
  margin-top: 3.125vw;
  padding: 0 14.1145833333vw 1px;
  overflow: auto;
  max-height: calc(100% - 40px - 15.625vw);
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse {
  border: none;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item {
  padding: 8px 0;
  position: relative;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item .el-collapse-item__header {
  position: sticky;
  top: 0;
  padding: 8px 4px;
  transition: all 0.3s 0s;
  border: none;
  height: 44px;
  box-sizing: border-box;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item .el-collapse-item__header .el-collapse-item__title {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item .el-collapse-item__header:hover {
  border-radius: 4px;
  background: rgb(245, 246, 247);
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item .el-collapse-item__wrap {
  padding: 8px 0;
  border: none;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.09375vw 2.1875vw;
  padding-bottom: 8px;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .country-item {
  flex: 0 0 calc((100% - 6.5625vw) / 4);
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.25s;
  border-radius: 8px;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .country-item .country-name {
  color: rgb(26, 29, 37);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .country-item .country-language {
  margin-top: 4px;
  color: rgb(92, 96, 106);
  font-size: 14px;
  font-weight: 450;
  line-height: 22px;
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .country-item:hover {
  background: rgb(245, 246, 247);
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item::after {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  bottom: 0;
  left: 4px;
  height: 1px;
  background: rgb(233, 234, 237);
}
.main-header-pc-container .language-pop .language-content[data-v-0f2f5c02] .el-collapse .el-collapse-item:first-of-type {
  padding-top: 0;
}
.main-header-pc-container .mainheader-slider[data-v-0f2f5c02] {
  position: absolute;
  left: 0;
  top: 0;
  width: 640px;
  height: calc(100vh - 32px);
  height: calc(100svh - 32px);
  background: #fff;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.8s;
  border-radius: 16px 0 0 16px;
}
.main-header-pc-container .mainheader-slider.slider-in[data-v-0f2f5c02] {
  opacity: 1;
  transform: translateX(0);
}
.main-header-pc-container .mainheader-slider .mainheader-slider-wrap[data-v-0f2f5c02] {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 48px 64px;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  border-radius: 16px 0 0 16px;
}
.main-header-pc-container .mainheader-slider .mainheader-slider-wrap.show-menu-slide[data-v-0f2f5c02] {
  opacity: 1;
}
.main-header-pc-container .mainheader-slider .close-section[data-v-0f2f5c02] {
  flex: 0 0 atuo;
  margin-bottom: 74px;
}
.main-header-pc-container .mainheader-slider .close-section svg[data-v-0f2f5c02] {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.main-header-pc-container .mainheader-slider .menu-list-section[data-v-0f2f5c02] {
  position: relative;
  flex: 1 0 auto;
  overflow: hidden;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap[data-v-0f2f5c02] {
  overflow-y: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item[data-v-0f2f5c02] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 4px;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item .list-title[data-v-0f2f5c02] {
  font-size: 24px;
  line-height: 32px;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item svg[data-v-0f2f5c02] {
  width: 24px;
  height: 24px;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item[data-v-0f2f5c02]:last-child {
  margin-bottom: 0;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item[data-v-0f2f5c02]:hover {
  background: rgba(194, 200, 211, 0.44);
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item.active-item[data-v-0f2f5c02] {
  background: rgba(194, 200, 211, 0.44);
}
.main-header-pc-container .mainheader-slider .language-section[data-v-0f2f5c02] {
  display: flex;
  align-items: center;
}
.main-header-pc-container .mainheader-slider .language-section .svg-btn[data-v-0f2f5c02] {
  padding-bottom: 53px;
  margin-right: 31px;
  cursor: pointer;
}
.main-header-pc-container .mainheader-slider .language-section .svg-btn svg[data-v-0f2f5c02] {
  display: block;
  width: 24px;
  height: 24px;
}
.main-header-pc-container .mainheader-slider .special-jump-section[data-v-0f2f5c02] {
  display: flex;
  gap: 16px;
}
.main-header-pc-container .mainheader-slider .special-jump-section .usuall-btn[data-v-0f2f5c02] {
  flex: 1 1 50%;
  border: 1px solid rgb(0, 20, 51);
  color: rgb(0, 20, 51);
  background: transparent;
}
.main-header-pc-container .mainheader-slider .special-jump-section .usuall-btn[data-v-0f2f5c02]:hover {
  background: rgb(42, 103, 207);
  border-color: rgb(42, 103, 207);
}
.main-header-pc-container .mainheader-slider .special-jump-section .usuall-btn:hover .btn-text[data-v-0f2f5c02] {
  color: rgb(245, 247, 250);
}
.main-header-pc-container .mainheader-slider .son-slider-wrap[data-v-0f2f5c02] {
  position: absolute;
  right: 0;
  top: 0;
  width: 640px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  transition: all 0.8s;
  border-radius: 0 16px 16px 0;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap.son-slider-in[data-v-0f2f5c02] {
  opacity: 1;
  pointer-events: initial;
  transform: translateX(100%);
}
.main-header-pc-container .mainheader-slider .son-slider-wrap.son-slider-in .son-slider-scroll_box[data-v-0f2f5c02] {
  opacity: 1;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-scroll_box[data-v-0f2f5c02] {
  position: absolute;
  left: -1999px;
  top: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 48px 20px;
  opacity: 0;
  transition: opacity 0.8s 0.5s;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-scroll_box.slider-active-leave .card-temp[data-v-0f2f5c02] {
  animation: leave-0f2f5c02 500ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-scroll_box.slider-active[data-v-0f2f5c02] {
  left: 0;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .card-temp[data-v-0f2f5c02] {
  margin-bottom: 16px;
  transition: all 1s;
}
.main-header-pc-container .usuall-btn[data-v-0f2f5c02] {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px;
  transition: all 0.25s;
  cursor: pointer;
}
.main-header-pc-container .usuall-btn .btn-text[data-v-0f2f5c02] {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: inherit;
}
.main-header-pc-container .usuall-btn.border.light[data-v-0f2f5c02] {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.main-header-pc-container .usuall-btn.full.light[data-v-0f2f5c02] {
  border: 1px solid #fff;
  color: rgb(0, 20, 51);
  background: #fff;
}
.main-header-pc-container .usuall-btn.full.dark[data-v-0f2f5c02] {
  border: 1px solid rgb(0, 20, 51);
  color: #fff;
  background: rgb(0, 20, 51);
}
@media (max-width: 1440px) and (min-width: 1024.98px) {
.main-header-pc-container .mainheader-slider[data-v-0f2f5c02] {
    width: 33.3333333333vw;
}
.main-header-pc-container .mainheader-slider .mainheader-slider-wrap[data-v-0f2f5c02] {
    padding: 2.5vw 3.3333333333vw;
}
.main-header-pc-container .mainheader-slider .close-section[data-v-0f2f5c02] {
    margin-bottom: 3.8541666667vw;
}
.main-header-pc-container .mainheader-slider .close-section svg[data-v-0f2f5c02] {
    width: 2.5vw;
    height: 2.5vw;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item[data-v-0f2f5c02] {
    padding: 0.625vw;
    margin-bottom: 0.8333333333vw;
    border-radius: 0.2083333333vw;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item .list-title[data-v-0f2f5c02] {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item svg[data-v-0f2f5c02] {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
}
.main-header-pc-container .mainheader-slider .language-section .svg-btn[data-v-0f2f5c02] {
    padding-bottom: 2.7604166667vw;
    margin-right: 1.6145833333vw;
}
.main-header-pc-container .mainheader-slider .language-section .svg-btn svg[data-v-0f2f5c02] {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
}
.main-header-pc-container .mainheader-slider .special-jump-section[data-v-0f2f5c02] {
    gap: 0.8333333333vw;
}
.main-header-pc-container .mainheader-slider .special-jump-section .usuall-btn[data-v-0f2f5c02] {
    padding: 0.8333333333vw 1.25vw;
    border-radius: 0.4166666667vw;
    border: 1px solid rgb(0, 20, 51);
    color: rgb(0, 20, 51);
    background: transparent;
}
.main-header-pc-container .mainheader-slider .special-jump-section .usuall-btn .btn-text[data-v-0f2f5c02] {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap[data-v-0f2f5c02] {
    width: 33.3333333333vw;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-scroll_box[data-v-0f2f5c02] {
    padding: 2.5vw 1.0416666667vw;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .card-temp[data-v-0f2f5c02] {
    margin-bottom: 0.8333333333vw;
}
}
@keyframes headerScrollIntoView-0f2f5c02 {
0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}
@keyframes headerScrollOutofView-0f2f5c02 {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-100%);
}
}
@keyframes leave-0f2f5c02 {
0% {
    opacity: 1;
    transform: translateY(0);
}
49% {
    opacity: 0.01;
    transform: translateY(0);
}
60% {
    opacity: 0;
    transform: translateY(20%);
}
61% {
    opacity: 0;
    transform: translateY(20%);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
.smart-icon[data-v-802d2bee] {
  display: inline-block;
  vertical-align: middle;
}
.svg-component-container[data-v-802d2bee] {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svg-component-container svg[data-v-802d2bee] {
  width: 24px !important;
  height: 24px !important;
}

/* 通过 CSS 变量控制 SVG 颜色 */.main-header-pc-container[data-v-32891fb0] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 48px;
  position: fixed;
  top: 0;
  z-index: 99999;
  transform: translateY(0);
  transition: all 0.4s;
}
.main-header-pc-container.header-scroll-intoView[data-v-32891fb0] {
  transform: translateY(-100%);
}
.main-header-pc-container .mainheader-pc-box[data-v-32891fb0] {
  position: relative;
  height: 100%;
}
.main-header-pc-container .mainheader-pc-wrap[data-v-32891fb0] {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
  padding: 0 24px;
}
.main-header-pc-container .mainheader-pc-wrap .left-section[data-v-32891fb0] {
  display: flex;
  align-items: center;
  flex: 1;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav_icon[data-v-32891fb0] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav_icon svg[data-v-32891fb0] {
  width: 16px;
  height: 16px;
  color: rgb(245, 247, 250);
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav_icon .nav_icon_text[data-v-32891fb0] {
  font-size: 18px;
  line-height: 26px;
  margin-left: 16px;
  color: rgb(245, 247, 250);
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list[data-v-32891fb0] {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-32891fb0] {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin-left: 40px;
  color: rgb(245, 247, 250);
  cursor: pointer;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-32891fb0]:first-child {
  margin-left: 0;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-32891fb0]::after, .main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-32891fb0]::after {
  position: absolute;
  content: "";
  height: 0.1041666667vw;
  width: 0;
  bottom: 0;
  left: 0;
  background: rgb(245, 247, 250);
  transition: all ease 0.5s;
}
.main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item.hovered[data-v-32891fb0]::after, .main-header-pc-container .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-32891fb0]:hover::after {
  width: 100%;
}
.main-header-pc-container .mainheader-pc-wrap .center-section[data-v-32891fb0] {
  flex-grow: 0;
}
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo[data-v-32891fb0] {
  position: relative;
  width: 24px;
  height: 24px;
}
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo .default-logo[data-v-32891fb0],
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo svg[data-v-32891fb0],
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo img[data-v-32891fb0] {
  width: 24px !important;
  height: 24px !important;
}
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo svg[data-v-32891fb0] {
  width: 24px !important;
  height: 24px !important;
}
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo .default-logo[data-v-32891fb0] {
  opacity: 1;
}
.main-header-pc-container .mainheader-pc-wrap .center-section .nav-logo .fanse-logo[data-v-32891fb0] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.main-header-pc-container .mainheader-pc-wrap .right-section[data-v-32891fb0] {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.main-header-pc-container .mainheader-pc-wrap .right-section .svg-btn[data-v-32891fb0] {
  margin-left: 11px;
  cursor: pointer;
}
.main-header-pc-container .mainheader-pc-wrap .right-section .svg-btn svg[data-v-32891fb0] {
  display: block;
  width: 16px;
  height: 16px;
  color: rgb(245, 247, 250);
}
.main-header-pc-container .mainheader-pc-wrap .right-section .svg-btn[data-v-32891fb0]:first-child {
  margin-left: 0;
}
.main-header-pc-container .mainheader-pop[data-v-32891fb0] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: all 0.3s 0s;
}
.main-header-pc-container .mainheader-pop.pop-in[data-v-32891fb0] {
  transition: transform 0.3s 0.2s;
  transform: translateY(100%);
  pointer-events: initial;
  opacity: 1;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-wrap[data-v-32891fb0] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left[data-v-32891fb0] {
  flex: 0 0 33.33333%;
  padding: 48px 64px;
  background: #fff;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .pop-list-item[data-v-32891fb0] {
  padding: 19.5px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .pop-list-item[data-v-32891fb0]:hover {
  background: rgba(194, 200, 211, 0.44);
}
.main-header-pc-container .mainheader-pop .mainheader-pop-left .pop-list-item.pop-active-item[data-v-32891fb0] {
  background: rgba(194, 200, 211, 0.44);
}
.main-header-pc-container .mainheader-pop .mainheader-pop-right[data-v-32891fb0] {
  flex: 1 1 auto;
  overflow: hidden;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.88);
  padding: 48px 59px 25px;
}
.main-header-pc-container .mainheader-slider[data-v-32891fb0] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #fff;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.4s;
}
.main-header-pc-container .mainheader-slider.slider-in[data-v-32891fb0] {
  opacity: 1;
  transform: translateX(0);
}
.main-header-pc-container .mainheader-slider .mainheader-slider-wrap[data-v-32891fb0] {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 24px 40px;
  background: #fff;
}
.main-header-pc-container .mainheader-slider .close-section[data-v-32891fb0] {
  flex: 0 0 atuo;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 0;
  margin-bottom: 24px;
}
.main-header-pc-container .mainheader-slider .close-section svg[data-v-32891fb0] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.main-header-pc-container .mainheader-slider .menu-list-section[data-v-32891fb0] {
  position: relative;
  flex: 1 0 auto;
  overflow: hidden;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap[data-v-32891fb0] {
  overflow-y: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item[data-v-32891fb0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 4px;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item .list-title[data-v-32891fb0] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item svg[data-v-32891fb0] {
  width: 24px;
  height: 24px;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item[data-v-32891fb0]:last-child {
  margin-bottom: 0;
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item[data-v-32891fb0]:hover {
  background: rgba(194, 200, 211, 0.44);
}
.main-header-pc-container .mainheader-slider .menu-list-section .menu-list-wrap .list-item.active-item[data-v-32891fb0] {
  background: rgba(194, 200, 211, 0.44);
}
.main-header-pc-container .mainheader-slider .language-section[data-v-32891fb0] {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.main-header-pc-container .mainheader-slider .language-section .svg-btn[data-v-32891fb0] {
  padding-bottom: 0;
  margin-right: 9.75px;
  cursor: pointer;
}
.main-header-pc-container .mainheader-slider .language-section .svg-btn svg[data-v-32891fb0] {
  display: block;
  width: 24px;
  height: 24px;
}
.main-header-pc-container .mainheader-slider .special-jump-section[data-v-32891fb0] {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.main-header-pc-container .mainheader-slider .special-jump-section .usuall-btn[data-v-32891fb0] {
  flex: 1 1 50%;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap[data-v-32891fb0] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  opacity: 0;
  pointer-events: none;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap.son-slider-in[data-v-32891fb0] {
  opacity: 1;
  pointer-events: initial;
  transform: translateX(0);
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-scroll_box[data-v-32891fb0] {
  position: absolute;
  left: -1999px;
  top: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 72px 20px;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-scroll_box.slider-active[data-v-32891fb0] {
  left: 0;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .card-temp[data-v-32891fb0] {
  margin-bottom: 16px;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-conctrl[data-v-32891fb0] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-conctrl svg[data-v-32891fb0] {
  display: block;
  width: 16px;
  height: 16px;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-conctrl .son_back-btn[data-v-32891fb0] {
  flex: 1;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-conctrl .son-toptitle[data-v-32891fb0] {
  flex: 1;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.main-header-pc-container .mainheader-slider .son-slider-wrap .son-slider-conctrl .son_close-btn[data-v-32891fb0] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.main-header-pc-container .language-pop[data-v-32891fb0] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #fff;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.4s;
  padding: 20px;
}
.main-header-pc-container .language-pop.slider-in[data-v-32891fb0] {
  opacity: 1;
  transform: translateX(0);
}
.main-header-pc-container .language-pop .close-icon[data-v-32891fb0] {
  width: 100%;
  height: 24px;
  text-align: end;
}
.main-header-pc-container .language-pop .close-icon svg[data-v-32891fb0] {
  width: 24px;
  height: 24px;
}
.main-header-pc-container .language-pop .title[data-v-32891fb0] {
  margin-top: 32px;
  color: rgb(26, 26, 26);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] {
  margin-top: 32px;
  padding: 0 4px 1px;
  overflow: auto;
  max-height: calc(100% - 140px);
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse {
  border: none;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item {
  padding: 8px 0;
  position: relative;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item .el-collapse-item__header {
  position: sticky;
  top: 0;
  padding: 8px 4px;
  border: none;
  height: 40px;
  box-sizing: border-box;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item .el-collapse-item__header .el-collapse-item__title {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item .el-collapse-item__wrap {
  padding: 8px 0;
  border: none;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-bottom: 8px;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .country-item {
  flex: 0 0 calc(50% - 8px);
  padding: 8px 12px;
  border-radius: 8px;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .country-item .country-name {
  color: rgb(26, 29, 37);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .country-item .country-language {
  margin-top: 4px;
  color: rgb(92, 96, 106);
  font-size: 14px;
  font-weight: 450;
  line-height: 22px;
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  height: 1px;
  background: rgb(233, 234, 237);
}
.main-header-pc-container .language-pop .language-content[data-v-32891fb0] .el-collapse .el-collapse-item:first-of-type {
  padding-top: 0;
}
.main-header-pc-container.active_header[data-v-32891fb0] {
  background: #fff;
}
.main-header-pc-container.active_header .mainheader-pc-wrap .left-section .nav_icon svg[data-v-32891fb0] {
  color: rgb(26, 29, 37);
}
.main-header-pc-container.active_header .mainheader-pc-wrap .left-section .nav_icon .nav_icon_text[data-v-32891fb0] {
  color: rgb(26, 29, 37);
}
.main-header-pc-container.active_header .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-32891fb0] {
  color: rgb(26, 29, 37);
  cursor: pointer;
}
.main-header-pc-container.active_header .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-32891fb0]::after, .main-header-pc-container.active_header .mainheader-pc-wrap .left-section .nav-list .nav-item[data-v-32891fb0]::after {
  background: rgb(26, 29, 37);
}
.main-header-pc-container.active_header .mainheader-pc-wrap .right-section .svg-btn svg[data-v-32891fb0] {
  color: rgb(26, 29, 37);
}
.main-header-pc-container .usuall-btn[data-v-32891fb0] {
  padding: 10px;
  border: 1px solid rgb(0, 20, 51);
  border-radius: 8px;
  transition: all 0.25s;
  cursor: pointer;
}
.main-header-pc-container .usuall-btn .btn-text[data-v-32891fb0] {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: inherit;
}
.main-header-pc-container .usuall-btn.border.light[data-v-32891fb0] {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.main-header-pc-container .usuall-btn.border.dark[data-v-32891fb0] {
  border: 1px solid rgb(0, 20, 51);
  color: rgb(0, 20, 51);
  background: transparent;
}
.main-header-pc-container .usuall-btn.full.light[data-v-32891fb0] {
  border: 1px solid #fff;
  color: rgb(0, 20, 51);
  background: #fff;
}
.main-header-pc-container .usuall-btn.full.dark[data-v-32891fb0] {
  border: 1px solid rgb(0, 20, 51);
  color: #fff;
  background: rgb(0, 20, 51);
}
@keyframes headerScrollIntoView-32891fb0 {
0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}
@keyframes headerScrollOutofView-32891fb0 {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-100%);
}
}
@keyframes leave-32891fb0 {
0% {
    opacity: 1;
    transform: translateY(0);
}
49% {
    opacity: 0.01;
    transform: translateY(0);
}
60% {
    opacity: 0;
    transform: translateY(20%);
}
61% {
    opacity: 0;
    transform: translateY(20%);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}.kaiping_ani-box[data-v-4c0e7299] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: header_delete-4c0e7299 1ms forwards linear;
  animation-delay: 4.7s;
}
@keyframes header_delete-4c0e7299 {
0% {
    opacity: 1;
    visibility: visible;
}
100% {
    opacity: 0;
    visibility: hidden;
}
}
.kaiping_ani-box .left-half-bg[data-v-4c0e7299],
.kaiping_ani-box .right-half-bg[data-v-4c0e7299] {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
}
.kaiping_ani-box .left-half-bg[data-v-4c0e7299] {
  left: 0;
}
.kaiping_ani-box .right-half-bg[data-v-4c0e7299] {
  right: 0;
}
@keyframes bg_devide_left-4c0e7299 {
0% {
    width: 50%;
    opacity: 1;
}
99% {
    opacity: 1;
}
100% {
    width: 0%;
    opacity: 0;
}
}
@keyframes bg_devide_right-4c0e7299 {
0% {
    width: 50%;
    opacity: 1;
}
99% {
    opacity: 1;
}
100% {
    opacity: 0;
    width: 0%;
}
}
.kaiping_ani-box .left-half-bg[data-v-4c0e7299] {
  animation: bg_devide_left-4c0e7299 1.5s forwards cubic-bezier(0.768, 0, 0.087, 1);
  animation-delay: 3.2s;
}
.kaiping_ani-box .right-half-bg[data-v-4c0e7299] {
  animation: bg_devide_right-4c0e7299 1.5s forwards cubic-bezier(0.768, 0, 0.087, 1);
  animation-delay: 3.2s;
}
.kaiping_ani-box .kaiping_ani-content[data-v-4c0e7299] {
  display: flex;
  align-items: center;
  animation: kaip_hidden-4c0e7299 1000ms forwards ease-in-out;
  animation-delay: 2.5s;
}
.kaiping_ani-box .logo01[data-v-4c0e7299] {
  position: relative;
  width: 74px;
  height: 74px;
  animation: kaip_logo_enter-4c0e7299 2s forwards ease-in-out;
  transform-origin: center center;
  opacity: 0;
  transform: translateX(180%);
}
.kaiping_ani-box .logo01 .logo_mask[data-v-4c0e7299] {
  position: absolute;
  left: 0;
  top: 0;
  animation: mask_enter-4c0e7299 1.2s forwards ease-in-out;
}
.kaiping_ani-box .logo01 svg[data-v-4c0e7299] {
  display: block;
  width: 100%;
  height: 100%;
  animation: kaip_logo_scale-4c0e7299 2s forwards ease-in-out;
}
.kaiping_ani-box .logo01 img[data-v-4c0e7299] {
  display: block;
  width: 100%;
}
.kaiping_ani-box .logo02[data-v-4c0e7299] {
  position: relative;
  width: 242px;
  height: 72px;
  animation: kaip_text_enter-4c0e7299 1s forwards;
  animation-delay: 2s;
  opacity: 0;
  margin-left: 20px;
}
.kaiping_ani-box .logo02 svg[data-v-4c0e7299] {
  display: block;
  width: 100%;
  height: 100%;
}
.kaiping_ani-box .logo02 img[data-v-4c0e7299] {
  display: block;
  width: 100%;
}
@keyframes kaip_logo_enter-4c0e7299 {
60% {
    opacity: 1;
    transform: translateX(180%);
}
70% {
    opacity: 1;
    transform: translateX(180%);
}
100% {
    opacity: 1;
    transform: translateX(0%);
}
}
@keyframes kaip_logo_scale-4c0e7299 {
0% {
    transform: scale(0.6);
}
60% {
    transform: scale(1);
}
100% {
    transform: scale(1);
}
}
@keyframes mask_enter-4c0e7299 {
0% {
    opacity: 1;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes kaip_text_enter-4c0e7299 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes kaip_hidden-4c0e7299 {
0% {
    opacity: 1;
}
99% {
    opacity: 0;
}
100% {
    opacity: 0;
    z-index: -9999;
}
}