﻿/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/common.css ***!
  \****************************************************************************************************************/

/*---Public CSS---*/

html, body, div, applet, object, iframe,p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, select, textarea, img, table, th, td, article, aside, footer, header, hgroup, menu, nav,section,audio,video,a,i {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0 none;
}

html[lang="zh"] body {
  font-family: AlibabaPuHuiTi, -apple-system, system-ui, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif!important;
}

html[lang="en"] body {
  font-family: "Poppins", sans-serif!important;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

h1, h2, h3 {
  line-height: 1.2;
}

article, aside, footer, header, menu, nav, section,img {
  display: block;
}

html {
  font-size: 100%;
}

:root {
  --bg-grey: #EEEFF1;
  --bg-light: #ffffff;
  --theme-color: #2ad2a9;
  --dark-color: #1E1E1E;
  --black-color: #000000;
  --headline-fontsize: 2.8125vw;
  --title-fontsize: 1.875vw;
  --desc-fontsize: 1.5625vw;
  --text-fontsize: 1vw;
  --border-radius-4: 0.20833vw;
  --border-radius-6: 0.3125vw;
  --header-top: 56px;
  --max-height: calc(100vh - var(--header-top));
  --wrapper-padding: 100px;
}

body {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5!important;
  width: 100%;
  height: 100%;
  color: var(--dark-color);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  top: 0px !important; 
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  border-bottom: 1px solid rgba(0,0,0,0.54);
}

button, input, select, textarea, img, .button {
  vertical-align: middle;
  outline: 0;
}

button {
  font-weight: 500;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

em {
  font-style: normal;
}

b,.bold {
  font-weight: bold;
}

.show {
  display: block!important;
}

.hide {
  display: none!important;
}

.fixed {
  position: fixed;
}

.no-event{
  pointer-events: none;
}

.overflow-hide {
  overflow: hidden;
}

li {
  list-style: none;
}

.floor-container {
  position: relative;
}

.floor-headline {
  color: var(--dark-color);
  font-size: var(--headline-fontsize);
  font-weight: 600;
  line-height: 1.4;
}

.floor-headline-en {
  line-height: 1.3;
}

.floor-title {
  font-size: var(--title-fontsize);
  color: var(--dark-color);
  /* line-height: 1; */
  font-weight: 600;
}

.floor-dark-title {
  font-size: var(--title-fontsize);
  color: var(--black-color);
  line-height: 1.278;
  font-weight: 600;
}

.floor-desc {
  font-size: var(--desc-fontsize);
  color: var(--dark-color);
  line-height: 1.43;
}

.floor-desc-en {
  line-height: 1.3;
}

.floor-text {
  font-size: var(--text-fontsize);
  color: var(--dark-color);
  line-height: 1.33;
  margin-top: 1.25vw;
}

.floor-left {
  text-align: left;
}

.floor-center {
  text-align: center;
}

.floor-right {
  text-align: right;
}

.floor-bg {
  background-color: var(--bg-grey);
}

.is-pc {
  display: block;
}

.is-mobile {
  display: none;
}

.wrapper {
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--wrapper-padding);
}

.details-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 4.47917vw var(--wrapper-padding) 6.25vw;
}

.floor-video, .floor-img {
  width: 100%;
  height: 100%;
}

.floor-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky {
  height: var(--max-height);
  left: 0;
  position: sticky;
  top: var(--header-top);
  z-index: 1;
  overflow: hidden;
}

.canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: var(--max-height);
  overflow: hidden;
  z-index: 0;
  object-fit: cover;
  background: var(--bg-grey);
}

.is-pc {
  display: block;
}

.is-mobile {
  display: none;
}

/* 查看更多 */
.learn-more {
  margin-top: 1.4583vw;
}

.learn-more>a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.04167vw;
  height: 2.5vw;
  border: 1px solid var(--theme-color);
  border-radius: var(--border-radius-4);
  font-size: 0.9375vw;
  color: var(--dark-color);
  cursor: pointer;
}

@media (hover: hover) {
  .learn-more>a:hover {
    background-color: var(--theme-color);
    color: #ffffff;
  }

  .learn-more>a:hover .more-icon {
    color: #ffffff;
  }
}

.learn-more .more-icon {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-left: 0.83333vw;
  color: var(--theme-color);
}

/* 按钮样式 */
.floor-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.floor-btn {
  height: 2.5vw;
  padding: 0 1.30208vw;
  font-size: 0.9375vw;
  border: 1px solid var(--theme-color);
  border-radius: var(--border-radius-4);
  margin: 0 0.28646vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floor-btn:first-child {
  margin-left: 0;
}

.floor-btn:last-child {
  margin-right: 0;
}

.floor-btn:hover, .floor-btn.is-active {
  background-color: var(--theme-color);
  color: #ffffff;
}

/* nums */
.floor-nums {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.floor-nums .nums-box {
  margin-right: 4.16667vw;
}

.floor-nums .nums-box-en {
  margin-right: 3.125vw;
}

.floor-nums .nums-box:last-child {
  margin-right: 0;
}

.floor-nums .nums-num {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.3;
}

.floor-nums .nums-wan {
  font-size: 2.2vw;
}

.floor-nums .nums-num .nums-plus {
  font-size: 1.65vw;
  color: var(--theme-color);
  font-weight: 600;
  margin-left: 0.41667vw;
  display: inline-block;
  vertical-align: top;
}

.floor-nums .nums-num .nums-text {
  font-size: 1.25vw;
  font-weight: 600;
  margin: 0 0.20833vw;
}

.floor-nums .nums-name {
  font-size: 0.83333vw;
}

.floor-nums .nums-small {
  font-size: 0.72917vw;
}

/* 分页样式 */
.page-wrap {
  margin: 2.5vw auto;
}

.page-wrap .page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-wrap .page li {
  width: 3.125vw;
  height: 3.125vw;
  margin: 0 0.20833vw;
}

.page-wrap .page li.is-active a {
  color: var(--theme-color);
}

.page-wrap .page li.is-disable a {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.page-wrap .page li a {
  font-size: 0.9375vw;
  color: var(--dark-color);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  
}

.page-wrap .page li a:hover {
  color: var(--theme-color);
}

/* 首页轮播样式 */
.unit-wrapper {
  position: relative;
  clear: both;
}
.unit-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.unit-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.unit-wrapper .unit-image {
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  -o-background-size: cover;
     background-size: cover;
}

/*---transition---*/

.transition{
  -webkit-transition: all .36s ease;
  -o-transition: all .36s ease;
  -moz-transition: all .36s ease;
  transition: all .36s ease;
}

.transition-sp1{
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* cookie css */
.consent-drawer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 1.197917vw;
  max-width: calc(1640px - var(--wrapper-padding) * 2);
  width: calc(100vw - var(--wrapper-padding) * 2);
  left: 0;
  right: 0;
  margin: auto;
  padding: 1.25vw 4.47917vw;
  overflow: auto;
  background-color: var(--bg-grey);
  border-radius: var(--border-radius-6);
  opacity: 0;
  transition: opacity .1s ease;
  z-index: 1;
  text-align: center;
}

.consent-drawer.drawshow {
  opacity: 1;
  z-index: 999;
}
.consent-drawer i.icon-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  cursor: pointer;
  padding: 12px;
}
.consent-drawer .headerline {
  font-size: 1.25vw;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 0.46875vw;
}
.consent-drawer .content {
  margin-bottom: 1.25vw;
  font-size: 0.9375vw;
}
.actions .button-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.button-bar button {
  height: 2.08333vw;
  min-width: 5.46875vw;
  border-radius: var(--border-radius-4);
  margin: 0 0.3125vw;
  opacity: 100%;
  border: 1px solid var(--theme-color);
}
.button-bar button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.88542vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375vw;
  color: var(--dark-color);
}

.button-bar button a:hover {
  color: #ffffff;
  background-color: var(--theme-color);
}

/*底部社媒*/

.footer-social {
  display: flex;
  gap: 12px;
  justify-content: flex-end; /* 右对齐 */
  align-items: center;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #f0f0f0;
  border-color: #27ae60;
}

.footer-social svg {
  width: 35px;
  height: 35px;
  fill: #717C84;
  transition: fill 0.3s ease;
}

.footer-social a:hover svg {
  fill: #27ae60;
}


#lang-switch button,#lang-switch2 button {
  padding: 6px 12px;
  margin: 0 5px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: background 0.3s;
}

#lang-switch button:hover,#lang-switch2 button:hover {
  background-color: #2ad2a9;
}









@media (min-width: 1921px) {
  .wrapper {
    max-width: 85.42vw;
  }
  .details-wrapper {
    max-width: 72.92vw;
  }
}

@media (max-width: 1300px) {
  :root {
    --wrapper-padding: 60px;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-top: 45px;
    --wrapper-padding: 24px;
  }
}

@media (max-width: 828px), (orientation:portrait) {
  :root {
    --headline-fontsize: 6.52174vw;
    --title-fontsize: 4.347826vw;
    --desc-fontsize: 3.62319vw;
    --text-fontsize: 3.38164vw;
    --border-radius-4: 0.48309vw;
    --border-radius-6: 0.72464vw;
    --header-top: 90px;
    --wrapper-padding: 32px;
  }

  .is-pc {
    display: none;
  }
  
  .is-mobile {
    display: block;
  }

  .floor-desc {
    line-height: 1.6;
  }

  .floor-text {
    margin-top: 1.207729vw;
  }

  .learn-more {
    margin-top: 2.53623vw;
  }

  .learn-more>a {
    height: 6.52174vw;
    padding: 0 2.41546vw;
    font-size: 3.38164vw;
  }

  .learn-more .more-icon {
    width: 3.38164vw;
    height: 3.38164vw;
    margin-left: 1.69082vw;
  }

  .floor-btn {
    height: 6.52174vw;
    padding: 0 1.69082vw;
    font-size: 3.38164vw;
    margin: 0 0.66425vw;
  }

  .floor-nums .nums-box {
    margin-right: 4.22705vw;
  }

  .floor-nums .nums-box-en {
    margin-right: 2.22705vw;
  }

  .floor-nums .nums-num {
      font-size: 5.7971vw;
  }

  .floor-nums .nums-wan {
      font-size: 5.07246vw;
  }

  .floor-nums .nums-num .nums-plus {
      font-size: 3.6232vw;
      margin-left: 0.9662vw;
  }

  .floor-nums .nums-num .nums-text {
      font-size: 2.41546vw;
      margin: 0 0.48309vw;
  }

  .floor-nums .nums-name {
      font-size: 2.89855vw;
  }

  .floor-nums .nums-small {
    font-size: 2.41546vw;
  }

  /* 分页样式 */
  .page-wrap {
    margin: 0 auto;
  }

  .page-wrap .page li {
    width: 5.87971vw;
    height: 5.87971vw;
    margin: 0 2.41546vw;
  }

  .page-wrap .page li a {
    font-size: 2.89855vw;
  }

  .details-wrapper {
    padding: 10.2657vw var(--wrapper-padding);
  }

  .consent-drawer {
    padding: 3.62319vw 6.24638vw 6.0386vw;
    bottom: 4.58937vw;
  }

  .consent-drawer .headerline {
    font-size: 4.34783vw;
    margin-bottom: 2.41546vw;
  }

  .button-bar button {
    height: 6.52174vw;
    min-width: 20.0483vw;
    margin: 0 1.44928vw;
  }

  .button-bar button a {
    font-size: 3.86473vw;
  }

  .consent-drawer .content {
    font-size: 3.38164vw;
    margin-bottom: 2.41546vw;
  }

  /*手机端底部社媒*/
  .footer-social {
    gap: 12px;
    margin-left:5%;
  }
  
  .footer-social a {
    width: 35px;
    height: 35px;
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  :root {
    --wrapper-padding: 20px;
  }
}

@media (max-width: 480px) {
  :root {
    --text-fontsize: 14px;
    --header-top: 48px;
  }
}

/* 超出不换行 */
.multi-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/* 文字动效 */
.animation-item {
  -webkit-transform: translateY(40px);
  -o-transform: translateY(40px);
     -moz-transform: translateY(40px);
       -ms-transform: translateY(40px);
      transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  -moz-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
}

.animation-item.animation {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
     -moz-transform: translateY(0);
       -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}


/* dialog */
.layui-layer-shade {
  background-color: rgba(245,245,247,.6)!important;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.normal-dialog {
  top: 0;
  left: 0px;
  background: transparent;
  box-shadow: none;
  width: 100%;
  height: 100%;
  --outer-padding: 80px;
}
.tech-dialog [class*='-dialog'] {
  height: inherit;
  display: flex;
  flex-direction: column-reverse;
  height: auto;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
}
.modal-box {
  background: #fff;
}

.btn {
  color: #333;
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1;
  overflow: hidden;
}



@media (-moz-touch-enabled: 0), (hover: hover) {
  .btn:not([disabled])::before {
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: -o-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  }

  .btn:not([disabled]):hover::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
     -ms-transform-origin: left center;
      -o-transform-origin: left center;
         transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
     -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1)
  }
}
.btn-circle {
  border-radius: 30px;
}
.video-btn {
  font-size: 20px;
}
.join-btn {
  margin-top: 10px;
}


