.site-header {
  position: fixed;
  transition: transform .3s;
}

.site-sidebar,
.fa-float {
  display: none;
}

.scroll-down .site-header {
  transform: translateY(-100%);
}

.page-full {
  height: 100vh;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-bottom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-bottom-wrap .pic-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner-mask-ani {
  --banner-mask-ratio: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--banner-mask-ratio) var(--banner-mask-ratio);
  mask-size: var(--banner-mask-ratio) var(--banner-mask-ratio);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  z-index: 13;
  /* background-image: url(../images/bg1.jpg); */
  background-position: left top;
  background-color: #fff;
}

.banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-container,
.banner-container-area {
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner-container .main {
  justify-content: flex-end;
}

.banner-container-area {
  text-align: center;
  gap: 30px;
}

.banner-container-area .sec-intro {
  width: auto;
}

.banner.close-ani .banner-ring {
  display: none;
}

.banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.9) 0%, white 0%);
  filter: blur(5px);
  z-index: 3;
}

.down-roll {
  gap: 10px;
  position: absolute;
  bottom: max(30px, 10%);
  color: #fff;
  font-size: 18px;
  padding: max(10px, 20 * var(--custom-size)) max(20px, 40 * var(--custom-size));
  border-radius: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.up-ani {
  width: 22px;
  height: 16px;
  position: relative;
  overflow: hidden;
}

.up-ani i {
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/arrow-bottom.svg) 50% / contain no-repeat;
  animation: scrollHintAngleMove 3s linear infinite;
  opacity: 0;
  z-index: 1;
}

.up-ani i:nth-of-type(2) {
  animation-delay: 1s
}

.up-ani i:nth-of-type(3) {
  animation-delay: 2s
}

@keyframes scrollHintAngleMove {
  0% {
    opacity: 0;
    transform: translateY(-12px)
  }

  33% {
    opacity: 0.5;
    transform: translateY(-4px)
  }

  50% {
    opacity: 1;
    transform: translateY(0)
  }

  67% {
    opacity: 0.5;
    transform: translateY(4px)
  }

  to {
    opacity: 0;
    transform: translateY(12px)
  }
}


.banner-wrap .qr-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-ring img {
  object-fit: contain;
}

.sec1 {
  background-image: url(../images/bg2.jpg);
  --sec-top-h: 50vh;
}

.sec1 .swiper-wrapper {
  align-items: flex-end;
}

.sec1 .swiper-slide {
  height: auto;
}

.sec1 .position {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.layer1 {
  height: var(--sec-top-h);
  padding: max(30px, 5%) 0;
}

.window-wrap,
.lock-wrap {
  height: var(--sec-top-h);
}

.window-item {
  width: 50%;
}

.sec1 .container-cont {
  height: 100%;
  padding: 0 max(30px, 8%);
  padding-bottom: max(80px, 12%);
}

.sec1 .container-wrap {
  height: 100%;
  align-items: flex-end;
}

.sec1 .container-cont .item {
  cursor: pointer;
}

.sec1 .container-cont .pic {
  width: max(80px, 180 * var(--custom-size));
  aspect-ratio: 1;
  position: relative;
}

.sec1 .container-cont .pic-wrap {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/circle.svg);
  mask-image: url(../images/circle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  transition: .3s;
  transform-origin: bottom;
  position: relative;
  z-index: 1;
}

.sec1 .container-cont .pic-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

.sec1 .container-cont .pic-wrap img:last-child {
  opacity: 0;
  visibility: hidden;
}

.sec1 .container-cont .pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 10px);
  height: calc(100% + 15px);
  transform: translate(-5px, -3px);
  background: url(../images/petal-bg.png) no-repeat center / contain;
  transition: .3s;
  transform-origin: bottom;
  opacity: 0;
}

.sec1 .container-cont .keyword {
  margin-top: max(30px, 50 * var(--custom-size));
}

.sec1 .container-cont .txt {
  text-align: center;
  font-size: max(24px, 38 * var(--custom-size));
  font-weight: bold;
  margin-top: max(10px, 30 * var(--custom-size));
  font-family: 'SourceHanSerifCN';
}

.sec1 .container-cont .item:hover .txt {
  background: linear-gradient(91.77deg, #000, #da2027);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: text-slide 3s linear infinite;
}

.sec1 .container-cont .item:hover .keyword {
  filter: url(#custom-overlay);
}

.sec1 .container-cont .item:hover .pic::after {
  transform: translate(-5px, -3px) scale(1.5);
  opacity: 1;
}

.sec1 .container-cont .item:hover .pic-wrap {
  transform: scale(1.5);
  -webkit-mask-image: url(../images/petal.svg);
  mask-image: url(../images/petal.svg);
}

.sec1 .container-cont .item:hover .pic-wrap img:last-child {
  visibility: visible;
  opacity: 1;
}

@keyframes text-slide {
  0% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(50deg);
  }

  100% {
    filter: hue-rotate(0deg);
  }
}

.sec1 .swiper {
  width: 100%;
}

.sec1 .swiper-slide {
  width: 25%;
  justify-content: flex-end;
}

.mask-layer {
  height: var(--sec-top-h);
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.window-item:first-child img {
  object-position: right;
}

.window-item:last-child img {
  object-position: left;
}

.sec1 .line {
  height: 100%;
  align-items: flex-end;
  margin-top: 5%;
}

.sec2 {
  background-image: url(../images/bg3.jpg);
}

.sec-wrap {
  padding: max(30px, 10%) 0;
}

.sec-top {
  gap: max(30px, 5%);
}

.sec-title {
  margin-top: max(30px, 5%);
  font-size: max(26px, 40 * var(--custom-size));
  font-weight: bold;
  font-family: 'SourceHanSerifCN';
}

.sec-intro {
  font-size: 18px;
  margin-top: max(20px, 50 * var(--custom-size));
  width: max-content;
}

.sec-intro p {
  line-height: 1.8;
  margin-bottom: 1em;
}

.sec-area {
  position: absolute;
  z-index: 5;
}

.sec2 .sec-area {
  width: 100%;
}

.sec3 {
  background-image: url(../images/bg4.jpg);
  background-position: right;
}

.sec3 .sec-area {
  right: max(20px, 13%);
  bottom: max(20px, 13%);
}

.sec3 .sec-intro {
  width: calc(510 * var(--custom-size));
}

.sec4 {
  background-image: url(../images/bg5.gif);
  background-size: contain;
}

.sec4 .sec-area {
  right: max(20px, 12%);
  bottom: max(20px, 15%);
  width: 18%;
}

.sec5 {
  background-image: url(../images/bg6.jpg);
}

.sec5 .sec-area {
  right: max(20px, 15%);
  bottom: max(20px, 15%);
  z-index: 30;
}

.sec6 {
  background-image: url(../images/bg7.jpg);
  background-position: right;
}

.color-light .sec-top {
  color: #fff;
}

.sec2 .txt {
  position: relative;
}

.sec2 .sec-area {
  bottom: 0;
  left: 0;
  opacity: .5;
}

.reel {
  position: absolute;
  bottom: 10%;
  right: 0;
  /* width: 100vw;
  height: 240px; */
  z-index: 2;
}

.reel-map-bottom {
  width: 72vw;
  aspect-ratio: 2053 / 384;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .5);
}

.reel-bucket {
  aspect-ratio: 79 / 344;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 1;
}

.reel-map {
  width: 100%;
  padding: calc(20 * var(--custom-size)) 0;
  position: relative;
  --ratio: 0%;
}

.reel-map-top {
  width: 100%;
  height: calc(100% - 39 * var(--custom-size));
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(to right, black calc(var(--ratio) - 10%), transparent var(--ratio), transparent);
  mask-image: linear-gradient(to right, black calc(var(--ratio) - 10%), transparent var(--ratio), transparent);
}

.reel .reel-bucket .img-lay {
  object-fit: contain;
}

.video-play-wrap {
  background-image: url(../images/tu7.jpg);
  border-radius: 10px;
  cursor: pointer;
  transition: .3s;
}

.video-play-cont {
  border-radius: 10px;
  overflow: hidden;
  width: max(80px, 240 * var(--custom-size));
  aspect-ratio: 16 / 9;
  background: linear-gradient(to top, rgba(255, 0, 0, .7), transparent);
}

.video-play-cont .icon {
  width: 25%;
}

.video-play-wrap:hover {
  transform: scale(1.1);
}

.sec6 .img-wrap {
  --ratio: 0%;
  -webkit-mask-image: linear-gradient(to right, black calc(var(--ratio) - 10%), transparent var(--ratio), transparent);
  mask-image: linear-gradient(to right bottom, black calc(var(--ratio) - 10%), transparent var(--ratio), transparent);
  transform: scale(1.3);
}

.sec7 .map {
  flex: 1;
}

.sec7 .map img {
  object-position: top;
}

.sec7 .massage-wrap {
  background-image: url(../images/bg8.jpg);
  width: 35%;
  padding: max(20px, 5%);
  flex-shrink: 0;
}

.sec7 .qr-wrap {
  width: 40%;
}

.sec7 .item .title {
  width: 70%;
}

.sec7 .item+.item {
  margin-top: max(50px, 12%);
}

.sec7 .item .info-wrap {
  gap: 20px;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  align-items: flex-start;
}

.site-footer {
  display: none;
}

.footer-section .site-footer {
  display: block;
  font-weight: 300;
}

.footer-section .site-footer a {
  font-weight: 300;
}

.footer-section,
.footer-section .fp-tableCell {
  height: auto !important;
}

.mo-qr-wrap {
  display: none;
}


.sec-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-cont {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.video-cont .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
}

.video-cont .video-wrap {
  width: 50%;
  position: relative;
  z-index: 1;
}

.video-cont .video-wrap video {
  width: 100%;
}

.close-video {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: clamp(30px, 50* var(--custom-size), 50px);
  aspect-ratio: 1;
  background-color: #fff;
  cursor: pointer;
}

.close-video img {
  width: 30%;
}

.slimScrollBar {
  opacity: 0 !important;
}

.banner-bottom-wrap .pic-wrap .main:last-child {
  display: none;
}

#menu {
  position: fixed;
  top: 50%;
  right: var(--custom-size-20-40);
  transform: translate3d(calc(110% + var(--custom-size-20-40)), -50%, 0);
  z-index: 9999;
  transition: .3s;
  padding-left: 0;
}

#menu li {
  margin: 10px 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .3);
  transition: .3s;
}

#menu li.active {
  height: 30px;
  background-color: #f00;
  border-radius: 300px;
}

body:not(.fp-viewing-1, .fp-viewing-2) #menu {
  transform: translate3d(0, -50%, 0);
}

.sec-cont {
  height: 100%;
}

.sec6 .sec-wrap {
  height: 100%;
}

.sec6 .sec-top {
  height: 100%;
  align-items: center;
  padding-left: 10%;
}

.sec-top .pic img {
  width: max(30px, 160 * var(--custom-size));
}

@media (max-width: 1680px) {
  .sec6 .img-wrap {
    width: 30%;
    transform: unset;
  }

  .sec3 .sec-area {
    width: 30%;
  }

  .sec7 .item .title {
    width: 40%;
  }

  .sec7 .qr-wrap {
    width: 30%;
  }

  .reel-map-bottom {
    width: 65vw;
  }

  .sec1 .container-cont {
    padding-bottom: max(80px, 9%);
  }
}

@media (max-width: 580px) {
  :root {
    --main-margin: 20px;
  }

  .sec-intro {
    font-size: 16px;
  }

  .banner-bottom-wrap .pic-wrap {
    top: 15%;
    transform: unset;
  }

  .banner-bottom-wrap .pic-wrap img {
    width: 30%;
  }

  .banner-container-area {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20%;
  }

  .banner-container-area .pic {
    width: 80%;
  }

  .banner-wrap .qr-wrap {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec1 {
    --sec-top-h: 35vh;
  }

  .layer1 {
    transform: scale(1.5);
  }

  .sec1 .swiper {
    padding-bottom: 20%;
  }

  .sec1 .swiper-slide {
    width: 70%;
  }

  .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, .7);
  }

  .sec1 .container-cont .item .pic-wrap {
    transform: scale(2.5) !important;
  }

  .sec1 .container-cont .item .pic::after {
    transform: translate(-5px, -2px) scale(2.4) !important;
  }

  .sec1 .container-cont .item.swiper-slide-active .txt {
    background: linear-gradient(91.77deg, #000, #da2027);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: text-slide 3s linear infinite;
  }

  .sec1 .container-cont .item.swiper-slide-active .keyword {
    filter: url(#custom-overlay);
  }

  .sec1 .container-cont .item.swiper-slide-active .pic::after {
    opacity: 1;
  }

  .sec1 .container-cont .item.swiper-slide-active .pic-wrap {
    -webkit-mask-image: url(../images/petal.svg);
    mask-image: url(../images/petal.svg);
  }

  .sec1 .container-cont .item.swiper-slide-active .pic-wrap img:last-child {
    visibility: visible;
    opacity: 1;
  }

  .sec-top {
    flex-direction: column;
    align-items: center;
  }

  .sec-top .pic {
    width: 50%;
  }

  .sec-title {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .sec-wrap {
    padding: max(30px, 25%) 0 max(30px, 10%);
  }

  .sec-intro {
    width: 100%;
  }

  .sec-intro p {
    text-align: center;
  }

  .reel-map-bottom {
    width: 94vw;
  }

  .sec3 .sec-area,
  .sec4 .sec-area,
  .sec5 .sec-area {
    right: 0;
    bottom: 18%;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .sec3 .sec-area {
    bottom: 4%;
  }

  .sec4 .sec-area img,
  .sec5 .sec-area .video-play-cont {
    width: 70vw;
  }

  .sec3 .sec-area img {
    width: 50%;
  }

  .sec6 .img-wrap {
    width: 60%;
    padding-top: 10%;
  }

  .sec6 .sec-top {
    padding-left: 0;
  }

  .sec7 .sec-cont {
    flex-direction: column;
  }

  .sec7 .massage-wrap {
    width: 100%;
    background-image: url(../images/bg-mo-6.jpg);
  }

  .sec7 .massage .item .title {
    width: 30%;
    border-bottom: 1px solid rgba(192, 156, 111, 1);
  }

  .sec7 .item .info-wrap {
    margin-top: 15px;
  }

  .sec7 .qr-wrap {
    display: none;
  }

  .sec7 .mo-qr-wrap {
    width: 150px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    /* transform: translateX(-50%) scale(.8); */
    z-index: 1;
  }

  .sec-video {
    display: none;
  }

  .video-cont .video-wrap {
    width: 85%;
  }

  .sec7 .item+.item {
    margin-top: 20px;
  }

  .banner-mask-ani {
    background-image: url(../images/bg-mo-2.jpg);
    --banner-mask-ratio: 250%;
  }

  .banner-ring {
    transform: scale(2.5);
  }

  .sec1 {
    background-image: url(../images/bg-mo-3.jpg);
  }

  .sec2 {
    background-image: url(../images/bg-mo-4.jpg);
  }

  .sec3 {
    background-image: url(../images/bg-mo-5.jpg);
  }

  .sec6 {
    background-image: url(../images/bg-mo-7.jpg);
  }

  .sec2 .sec-area {
    bottom: 10%;
  }

  #menu {
    display: none;
  }

  .sec3 .sec-intro {
    width: 100%;
  }

  .sec-top .pic img {
    width: 150px;
    margin: 0 auto;
  }

  .reel {
    bottom: 25%;
  }

  .sec4 {
    background-size: 140%;
    background-color: #000;
    background-position-y: 78%;
  }

  .sec4 .sec-intro {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .sec5 {
    background-image: url(../images/bg-mo-10.jpg);
  }

  .sec5 .sec-area .video-play-cont {
    width: 40vw;
  }

  .sec5 .sec-area {
    bottom: 10%;
  }

  .banner-bottom-wrap .pic-wrap .main:first-child {
    display: none;
  }

  .banner-bottom-wrap .pic-wrap .main:last-child {
    display: flex;
    justify-content: center;
  }

  .banner-bottom-wrap .pic-wrap .main:last-child img {
    width: 60%;
  }
}