.innoContainer {
  font-size: 1.2rem;
  color: #fff;
  background-color: #000;
}

.innoContainer img.if {
  width: 6.7rem;
}

.innoContainer .part-sticky {
  height: 100vh;
}

.innoContainer p {
  font-family: "FZLTXHJW";
  margin: 0;
}

.innoContainer h2,
.innoContainer h3,
.innoContainer h4 {
  font-family: 'FZLTZCHJW';
}

.innoContainer .bgvideo {
  height: 100%;
}

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

.innoContainer .bgvideo canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.part {
  position: relative;
  overflow: hidden;
}

.part .font-thin {
  font-family: "FZLTXHJW";
}

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

.part .container {
  padding: 0 12rem;
}

.part .part-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.part .part-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}

.part .product-text h4 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
}

.part .product-text p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 0.5rem;
}

.part .part-desc {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #94969d;
}

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

.part .part-text .title {
  font-size: 3.25rem;
  line-height: 4.5rem;
  margin: 0;
}

.part .part-text .subtitle {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.part .part-text span.sup {
  font-size: 1.1rem !important;
  vertical-align: text-top;
}

.part .part-text .desc {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 1.5rem;
  color: #a1a0a6;
}

.part .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}

.part .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part .gsapStickyAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
  transform: translateY(50px);
  opacity: 0;
}

.part .gsapStickyAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part-banner {
  height: 100vh;
}

.part-banner .part-product {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.part-banner .part-product .pic-left {
  width: 20.73%;
  margin-right: 6rem;
  transform: translateX(-4rem);
  opacity: 0;
}

.part-banner .part-product .pic-right {
  width: 23.65%;
  margin-left: 6rem;
  transform: translateX(4rem);
  opacity: 0;
}

.part-banner .part-content {
  top: 36%;
}

.part-banner .part-text > * {
  opacity: 0;
  transform: translateY(-2rem);
}

.part-banner .part-text .title {
  margin-top: 3.2rem;
}

.part-banner .part-text .subtitle {
  margin-top: 1.4rem;
  letter-spacing: 0.1em;
}

.part1 .part-product {
  width: 40%;
  height: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.part1 .part-product .product-pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.part1 .points-list li {
  text-align: center;
  font-size: 5rem;
  line-height: 6rem;
  font-family: 'FZLTZCHJW';
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -3rem;
  transform: translateY(30vh);
  opacity: 0;
}

.part2 {
  padding-top: 4rem;
  background: linear-gradient(-75deg, #1b1c1e, #07080a);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.part2 .part-product {
  position: relative;
  flex: 1;
  height: calc(100vh - 14.6rem);
}

.part2 .part-product .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80%;
  width: auto;
  transform: translate(-50%, -50%);
  animation: wave 2s ease-in-out infinite;
}

.part2 .product-container {
  position: relative;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

.part2 .product-container .product-pic {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.part2 .product-container .product-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.part2 .product-container .product-point .point {
  position: absolute;
  text-align: center;
  min-width: 8em;
}

.part2 .product-container .product-point p {
  font-size: 0.8rem;
  color: #a1a0a6;
}

.part2 .product-container .product-point .point1 {
  top: 11%;
  left: -50%;
}

.part2 .product-container .product-point .point2 {
  bottom: 11%;
  left: -50%;
}

.part2 .product-container .product-point .point3 {
  top: 11%;
  right: -50%;
}

.part2 .product-container .product-point .point4 {
  bottom: 11%;
  right: -50%;
}

@keyframes wave {
  0%,
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.part3 .part-product {
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.part3 .part-product .product-pic {
  height: 100%;
  object-fit: cover;
}

.part3 .part-content {
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(/assets/imgs/activity/inno/part3/bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-left: 6.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: none;
}

.part3 .part-content * {
  transition: none !important;
}

.part3 .part-content .part-text {
  text-align: left;
}

.part3 .part-content .product {
  width: 55%;
  height: calc(80vh - 15.2rem);
  position: relative;
  margin-top: 3rem;
}

.part3 .part-content .product img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.part3 .part-content .product .new {
  height: 100%;
  object-fit: contain;
  opacity: 0;
}

.part4 {
  padding-top: 4rem;
  text-align: center;
  background: linear-gradient(-75deg, #070b17, #07080e);
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.part4 .product-container {
  height: 68%;
  display: inline-block;
  position: relative;
  top: 6%;
  display: inline-flex;
  align-items: center;
}

.part4 .product-pic {
  height: 100%;
}

.part4 .product-pic > img {
  height: 100%;
  width: auto;
}

.part4 .part-product {
  flex: 1;
}

.part4 .details-box {
  position: absolute;
  bottom: -14%;
  left: 20%;
  width: 48.6%;
}

.part4 .details-box .wave {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130%;
  transform: translate(-50%, -50%);
  animation: wave 2s ease-in-out infinite;
}

.part4 .details-box .details {
  position: relative;
}

.part5 {
  padding: 0 12rem;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.part5 .part-text {
  text-align: left;
}

.part5 .part-product {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 2.2rem 0 2.5rem;
}

.part5 .part-product .product-item {
  display: inline-block;
  width: 30%;
  height: 100%;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}

.part5 .part-product .product-item .product-pic {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.part5 .part-product .product-item .product-text {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  z-index: 2;
  padding-left: 1.5rem;
}

.part5 .part-product .product-getup .product-pic {
  object-fit: fill;
}

.part5 .part-product .product-getup .wind {
  position: absolute;
  width: 110%;
  top: 18%;
  left: -5%;
  transform-origin: top;
}

.part5 .part-product .product-sleep .mask-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.part5 .part-product .product-home .arrow-box img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
}

.part5 .part-product .product-home .arrowtop {
  left: 16%;
  transform-origin: bottom;
}

.part5 .part-product .product-home .arrowbottom {
  left: 4%;
  transform-origin: top;
}

.part6 {
  padding-top: 23vh;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(to top, #202225, #08090c);
}

.part6 .part-text {
  text-align: left;
}

.part6 .part-product {
  width: 44.58%;
  margin-left: 12rem;
  position: relative;
}

.part6 .part-product img.if {
  position: absolute;
  top: 0;
  left: 53%;
}

.part6 .part-content {
  left: 60%;
}

.part7 {
  height: 100vh;
}

.part7 .part-product {
  height: 100%;
  position: relative;
}

.part7 .part-product .product-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.part7 .part-content {
  top: 5rem;
  transform: none;
}

.part8 {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
}

.part8 .part-product {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.part8 .product-container {
  height: 100%;
  position: absolute;
  top: 0;
}

.part8 .product-container.toleft {
  right: 0;
}

.part8 .product-container.toright {
  left: 0;
}

.part8 .product-row {
  position: relative;
  white-space: nowrap;
  height: 45%;
}

.part8 .product-item {
  display: inline-block;
  height: 100%;
}

.part8 .product-item img {
  height: 100%;
  width: auto;
}

.part9 {
  background: url(/assets/imgs/activity/inno/part9/bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.part9 .product-item {
  position: absolute;
}

.part9 .product-item img {
  width: auto;
  height: 100%;
}

.part9 .product1 {
  height: 22.22vh;
  top: 12.78vh;
  left: 20%;
}

.part9 .product2 {
  height: 30.09vh;
  left: 41.67%;
  top: 4.17vh;
}

.part9 .product3 {
  height: 30.09vh;
  left: 71.66%;
  top: 9.44vh;
}

.part9 .product4 {
  height: 39.35vh;
  top: 48.61vh;
  left: 13.7%;
}

.part9 .product5 {
  height: 17.59vh;
  top: 65.56vh;
  left: 34.3%;
}

.part9 .product6 {
  height: 26.39vh;
  left: 51.43%;
  top: 68.89vh;
}

.part9 .product7 {
  height: 23.61vh;
  left: 69.79%;
  top: 56.20vh;
}

.part10 {
  padding-top: 4rem;
}

.part10 .part-product {
  position: relative;
  margin-top: 4rem;
}

.part10 .product-container {
  white-space: nowrap;
  padding-left: 12rem;
  padding-right: 12rem;
  position: absolute;
  left: 0;
  top: 0;
}

.part10 .product-container .product-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 10rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
}

.part10 .product-container .product-item:first-child {
  margin-left: 0;
}

.part10 .product-container .product-pic {
  height: calc(100vh - 22rem);
}

.part10 .product-container .product-pic img {
  width: auto;
  height: 100%;
}

.part11 {
  background: linear-gradient(-75deg, #1b1c1e, #07080a);
  padding-top: 4rem;
  height: 100vh;
}

.part11 .part-text {
  text-align: left;
  margin-left: 12rem;
}

.part11 .part-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  left: auto;
  right: 11%;
}

.part11 .product-item {
  position: relative;
}

.part11 .product-pic {
  height: 100%;
}

.part11 .product-pic > img {
  height: 100%;
  width: auto;
}

.part11 .product-point {
  position: absolute;
  top: 0;
  left: -60%;
  width: 160%;
  height: 100%;
}

.part11 .product-point .point {
  position: absolute;
  font-size: 0;
}

.part11 .product-point .point .point-name {
  position: absolute;
  left: 0.5rem;
  bottom: 0.2rem;
  font-size: 1.2rem;
}

.part11 .product-point .point .line {
  transform-origin: right;
}

.part11 .product-point .point1 {
  width: 45.5%;
  top: 20%;
}

.part11 .product-point .point2 {
  top: 26.5%;
  width: 55%;
}

.part11 .product-point .point3 {
  width: 70.5%;
  top: 31.5%;
}

.part11 .product-point .point4 {
  top: 78%;
  width: 57.5%;
}

.part11 .product-point .point5 {
  width: 57.5%;
  bottom: 41%;
}

.part11 .product1 {
  height: 58.52vh;
}

.part11 .product2 {
  height: 11.85vh;
}

.part11 .product2 .product-pic > img {
  margin-left: 37%;
}

.ie9 .part .gsapFadeIn,
.ie9 .part .gsapAnimate {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.ie9 .part-banner .part-text > * {
  opacity: 1;
  transform: none;
}

@media (min-width: 768px) {
  .innoContainer .attached-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s;
    transform-origin: top;
    opacity: 0;
    transform: scaleY(0);
    z-index: 1000;
  }
  .innoContainer .attached-nav.on {
    opacity: 1;
    transform: scaleY(1);
  }
  .innoContainer .attached-nav .nav-content {
    padding: 0 4.2%;
    height: 52px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background-color, backdrop-filter, -webkit-backdrop-filter 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  }
  .innoContainer .attached-nav .nav-content .product-name {
    font-size: 21px;
    line-height: 52px;
    opacity: 0.88;
    margin: 0;
  }
  .innoContainer .attached-nav .nav-content .fr {
    font-size: 12px;
    height: 52px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .innoContainer .attached-nav .nav-content .fr a {
    margin-left: 24px;
    cursor: pointer;
  }
  .innoContainer .attached-nav .nav-content .fr .menu-wrap {
    float: left;
  }
  .innoContainer .attached-nav .nav-content .fr .menu-wrap li {
    display: inline-block;
    opacity: 0.88;
  }
  .innoContainer .attached-nav .nav-content .fr .menu-wrap li:hover {
    color: #64c2fc;
  }
  .innoContainer .attached-nav .nav-content .fr .btn-appointment {
    display: inline-block;
    color: #fff;
    padding: 0 11px;
    line-height: 2em;
    border-radius: 1.5em;
  }
  .innoContainer .part-sticky[data-sticky="mob"] {
    height: auto;
  }
  .part5 .part-product .product-home .arrow-box {
    height: calc(70% - 5rem);
    top: 15%;
    position: absolute;
    left: -2%;
    width: 104%;
  }
  .part5 .part-product .product-home .arrow-box img {
    width: 100%;
  }
  .part5 .part-product .product-home .arrow-box .arrowtop {
    position: relative;
    margin-left: -5.5%;
  }
  .part5 .part-product .product-home .arrow-box .arrowbottom {
    margin-left: 5.5%;
  }
}
