.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: none;
}
.animation-panel {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.footer {
  z-index: 4;
}
[class$='-floor'] {
  height: calc(100vh - var(--localnav-height));
  font-size: 100px;
}
[class$='-floor'] .title {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 0.64em;
}
@media (max-width: 1440px) {
  [class$='-floor'] {
    font-size: 80px;
  }
}
/* @media (max-width: 1024px) {
  [class$='-floor'] {
    font-size: 80px;
  }
} */
@media (max-width: 767px) {
  [class$='-floor'] {
    font-size: 50px;
  }
}
/********************************* star-floor **********************************/
#universum {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.will-change {
  will-change: transform,opacity;
}
.star-floor {
  position: relative;
  height: calc(100vh - 72px);
}
.overflow-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-content {
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  max-width: 14em;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  position: absolute;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.star-logo {
  display: block;
  max-width: 100%;
  width: 402px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 4;
  opacity: 0;
}
.logo-title {
  position: relative;
}
.logo-title .star-mask {
  display: block;
  background-color: #000;
  position: absolute;
  left: -2px;
  top: 0;
  width: 108%;
  height: 102%;
  z-index: 4;
  opacity: 0;
}
.star-floor h2, .star-floor h3, .star-floor h6 {
  opacity: 0;
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  max-width: 90%;
}
.star-floor h2 {
  font-size: 1em;
  white-space: nowrap;
  font-weight: 700;
}
.star-floor h3 .des {
  font-size: 0.24em;
  line-height: 1.2;
  font-weight: 500;
}
.star-floor h3 img {
  max-width: 72%;
  width: 8em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.star-floor h6 {
  line-height: 1.2;
}
.star-bg, .plant-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.plant-img {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 10%;
  z-index: 4;
  bottom: auto;
  display: none;
}
.plant-img .mask {
  position: absolute;
  display: block;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.plant-img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.star-bg img {
  display: block;
  width: 100%;
}
.overview-pd-right, 
.overview-pd-left {
  height: 66vh;
  position: absolute;
  bottom: 2.8em;
  right: 77%;
  width: max-content;
  /* height:76vh; */
  height: 64vh;
}
/* .overview-pd-left {
  right: 77%;
} */
.overview-pd-right {
  left: auto;
  top: auto;
  right: 0;
  bottom: -1.34em;
}
.overview-pd-right img,
.overview-pd-left img,
.plant-pd img {
  display: block;
  height: 100%;
}
.overview-pd-right img,
.overview-pd-left img {
  opacity: 0
}
.overview-pd-left img {
  transform: rotate(15deg);
}
.overview-pd-right img {
  transform: rotate(-15deg);
}

[class^='plant-des'] {
  font-size: 0.32em;
  text-align: center;
}
.plant-pd {
  display: block;
  height: 54vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
  z-index: 5;
}
/********************************* flavor-floor **********************************/
.flavor-container {
  position: absolute;
  width: 100%;
  height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  z-index: 5;
  visibility: hidden;
}
.flavor-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 614px;
  pointer-events: none;
}

.flavor-wrapper img {
  display: block;
  margin: 0 auto;
  height: 54vh;
}
.circle-ring {
  position: relative;
  margin: 0 auto;
  --bigCircle-width: 120vh;
  --smallCircle-width: 0.24em;
  --smallCircle-active-width: 0.48em;
  width: var(--bigCircle-width);
  height: var(--bigCircle-width);
  transform: scale(0.5);
  opacity: 0;
}
.circle-ring:before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  width: 100%;
  height: 20%;
  top: 0;
  left: 0;
  z-index: 1;
}
.circle-ring:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.zh-circle{
  width: inherit;
  height: inherit;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 auto;
}
.zh-circle2 {
  display: none;
}
/* 小 ⭕️ 「以-90度方向圆圈 为 初始位置」  transform-origin 正常（不偏移）来说是 -500px 0  因为偏移了小圆的一半，所以是 -488px 12px*/
.zh-circle li{
  --circle-width: var(--smallCircle-width);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: var(--circle-width);
  height: var(--circle-width);
  margin: calc(var(--circle-width) / -2) 0 0 calc(var(--circle-width) / -2);
  background: #999;
  border-radius: 50%;
  box-sizing: border-box;
  list-style: none;
  transform-origin: calc(calc(var(--bigCircle-width) / 2 + calc(var(--circle-width) / 2))) calc(var(--circle-width) / 2);
  cursor: pointer;
  transition: all .2s ease;
}
.zh-circle li.active {
  --circle-width: var(--smallCircle-active-width);
  background: #000;
  /* border: 3px solid #fff; */
}
.zh-circle li img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .zh-circle li:nth-child() */
.circle-ring svg {
  width: inherit;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ring-cons {
  position: absolute;
  width: 96%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2em;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  color: #fff;
}
.right-cons {
  text-align: right;
}
/* .flavor-title {
  position: absolute;
} */
.flavor-title {
  text-align: center;
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  opacity: 0;
}
.flavor-text-wrapper {
  position: absolute;
  max-width: 614px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16vh;
}
.flavor-text-wrapper p {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  background: #000;
  text-transform: capitalize;
}
.flavor-title .title {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.1;
}
.flavor-title .des {
  font-size: 0.48em;
  line-height: 1.2;
}
.view-more {
  position: absolute;
  bottom: 8vh;
  height: 42px;
  line-height: 42px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  max-width: 140px;
}
.view-more:hover {
  color: #fff;
}
@media (max-width: 1560px) {
  .section-img {
    max-width: 880px;
  }
  .overview-pd-left {
    bottom: 2em;
  }
}
@media (max-width: 1024px) {
  .section-img {
    max-width: 10.3em;
  }
  .overview-pd-left {
    right: 7.4em;
  }
  .star-floor h2, .star-floor h3, .star-floor h6 {
    padding: 0 24px;
   
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
  .circle-ring {
    --bigCircle-width:  65vh;
  }
  .overview-pd-right img, .overview-pd-left img {
    height: 77%;
  }
  .overview-pd-left {
    right: 8.4em;
  }
  .overview-pd-right {
    right: -0.6em;
  }
}
@media (max-width: 1023px) {
  .overview-pd-right, .overview-pd-left {
    bottom: 6.6em;
    right: 7.4em;
    height: 60vh;
  }
  .overview-pd-right {
    left: auto;
    top: auto;
    right: -61px;
    bottom: 0;
  }
  .circle-ring {
    --bigCircle-width: 670px;
  }
  .view-more {
    bottom: 40px;
  }
  
  [class^='plant-des'] {
    font-size: 24px;
  }
  .flavor-title .title {
    font-size: 0.7em;
  }
}
@media (max-width: 767px) {
  .star-logo {
    width: 280px;
  }
  .section-img {
    height: 50vh;
    top: 0;
    margin-top: 12%;
  }
  .logo-title {
    max-width: 240px;
  }
  .overview-pd-right, .overview-pd-left {
    top: 13%;
    left: 16%;
    height: 40vh;
    max-height: 290px;
    margin-left: 0;
  }
  .overview-pd-right {
    left: auto;
    top: auto;
    right: 16%;
    bottom: -44px;
  }
  
  .star-floor h2 {
    font-size: 36px;
  }
  .star-floor h3 .des {
    font-size: 16px;
  }
  .star-floor h3 {
    flex-direction: column-reverse;
  }
  .star-floor h3 img {
    width: auto;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .star-floor h3, .star-floor h6 {
    font-size: 14px;
  }
  .plant-img {
    margin-top: 14%;
  }
  .plant-pd {
    height: 44vh;
  }
  .zh-circle {
    position: absolute;
    left: 20px;
    right: 0;
  }
  .zh-circle2 {
    display: block;
    position: absolute;
    right: 20px;
    left: auto;
  }
  .zh-circle li.active {
    border-width: 3px;
  }
  .circle-ring {
    --bigCircle-width: 640px;
    --smallCircle-width: 18px; 
    overflow-x: hidden;
  }
  .circle-ring svg {
    left: 20px;
  }
  .circle-ring svg.mobile {
    left: auto;
    right: 20px;
  }
  .circle-ring:before,
  .circle-ring:after {
    height: 24%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 800px;
  }
  .ring-cons {
    padding: 0 24px;
    margin-top: -52%;
    font-size: 12px;
  }
  .flavor-wrapper img {
    height: 44vh;
  }
  .flavor-text-wrapper {
    bottom: 17vh;
  }
  .view-more {
    max-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .star-floor h2, .star-floor h3, .star-floor h6 {
    max-width: 100%;
  }
  .small-title {
    font-size: 0.8em;
    display: block;
  }
  .flavor-container .flavor-text-wrapper, .flavor-container .flavor-text-wrapper p { font-size: 24px!important; }
}
@media (max-width: 375px) {
  .overview-pd-right, .overview-pd-left {
    max-height: 260px;
  }
}

/********************************* about-floor **********************************/
.about-floor {
  margin-top: 1.2em;
  overflow-x: hidden;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.about-cons {
  max-width: 8.4em;
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 16px;
}
.about-cons .title {
  margin-bottom: 24px;
}
.about-floor .des p {
  font-size: 0.2em;
  margin-bottom: 16px;
}
.about-floor [class^='about-img'] {
  position: absolute;
  top: 6vh;
  left: 0;
  max-width: 4em;
  width: 25%;
  z-index: 1;
  animation: Updown 3s infinite alternate;
}
.about-floor [class^='about-img'] img {
  display: block;
  width: 100%;
}
.about-floor .about-img-copy {
  top: auto;
  left: auto;
  bottom: 9vh;
  right: 0;
  margin-right: -3%;
  animation: Updown1 3s infinite alternate .2s;
}
.about-floor .about-img-copy img {
  width: 90%;
  float: right;
  margin-right: -3%;
}
.about-light {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@keyframes Updown {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes Updown1 {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(20px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
  .about-cons {
    width: 100%; 
  }
  .about-floor [class^='about-img'] {
    width: 36%;
  }
}
@media (max-width: 1023px) {
  .about-cons {
    width: 82%;
  }
  .about-cons .title {
    font-size: 0.54em;
  }
  .about-floor [class^='about-img'] {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .about-cons {
    width: 100%;
  }
  .about-floor {
    height: auto;
    overflow: hidden;
  }
  .about-floor .des p {
    font-size: 14px;
  }
  .about-floor [class^='about-img'] {
    width: 160px;
    top: 3vh;
  }
  .about-floor .about-img-copy {
    bottom: 4%;
    top: auto;
  }
  .about-cons {
    padding-top: 148px;
    padding-bottom: 148px;
  }
  
  .about-floor .about-img-copy img {
    transform: rotate(30deg);
  }
}
/* community  */
.community-floor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.community-floor .community-img {
  max-width: 7em;
  margin: 0 auto;
  margin-top: -12%;
}
.community-floor p {
  font-size: 0.2em;
}
.community-floor .btn {
  width: 140px;
  height: 42px;
  line-height: 42px;
  margin-top: 24px;
  border-radius: 24px;
}
.community-floor .btn:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .community-floor .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .community-floor p {
    font-size: 14px;
  }
}


