/*PC端*/
/*M端*/
.scroll-fade-up {
  transform: translate(0, 0.2rem);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-duration: 1.2s;
  transition-property: all;
}
.scroll-animate {
  opacity: 1;
  transform: translate(0, 0);
}
[aos="new-animation"] {
  opacity: 0;
  transition-property: transform, opacity;
  transform-origin: 50% 0;
  transform: translate3d(0rem, 0rem, -5rem) rotateX(-45deg);
}
[aos="new-animation"].aos-animate {
  opacity: 1;
  transform: translate(0rem, 0rem) rotateX(0);
}
[aos="new-animation-2"] {
  opacity: 0;
  transition-property: transform, opacity;
  transform-origin: 50% 0;
  transform: translate3d(0rem, 3rem, -5rem) rotateX(-45deg);
}
[aos="new-animation-2"].aos-animate {
  opacity: 1;
  transform: translate(0rem, 0rem) rotateX(0);
}
.container-fluid {
  padding-top: 0.6rem;
}
.banner {
  height: 9rem;
  background: url("../../image/product/b600/banner.jpg") 100% no-repeat;
  background-size: cover;
}
.w1400 {
  width: 14rem;
  margin: 0 auto;
}
.con {
  color: #2238a1;
}
.con h3 {
  font-size: 0.5rem;
  line-height: 0.65rem;
  font-family: 'Kinetika-Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
.con p {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: 'Kinetika-Regular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.b-lazy {
  background-size: cover;
  background-position: center;
}
.hots {
  height: calc(100vh - 0.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hots .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.32);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.25rem;
  overflow: hidden;
}
.hots .bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.32rem;
  background: radial-gradient(50% 50% ellipse, #fff, transparent 45%);
  bottom: -0.16rem;
  left: 0;
}
.hots .icon {
  width: 1.26rem;
}
.hots .hots-box {
  position: relative;
  z-index: 2;
  display: flex;
  width: 11.2rem;
  justify-content: space-between;
  opacity: 0;
}
.hots .hots-box .hot-item {
  text-align: center;
  position: relative;
}
.hots .hots-box p {
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 0.334rem;
  color: #2238a1;
  margin-top: 0.3rem;
}
.video-box {
  height: 10.8rem;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part1 {
  height: 11.02rem;
}
.part1 .w1400 {
  height: 100%;
  display: flex;
  align-items: center;
}
.part1 .w1400 .con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part1 .w1400 h3 {
  width: 3.75rem;
  background: linear-gradient(-19deg, #541cb7, #2238a1);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.part1 .w1400 p {
  width: 3.48rem;
  margin-top: 0;
}
.part2 {
  height: 9rem;
  padding-top: 3.35rem;
}
.part2 .con p {
  width: 4.7rem;
}
.part3 {
  height: calc(100vh - 0.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: sticky;
  top: 0.6rem;
}
.part3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.part3 .con {
  float: right;
}
.part3 .con p {
  width: 4.5rem;
}
.part5 {
  height: calc(100vh - 0.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: sticky;
  top: 0.6rem;
}
.part5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.part5 .con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14.16rem;
  height: 4.57rem;
  text-align: center;
  color: #150b60;
  position: relative;
  z-index: 2;
  padding: 0 3.55rem;
}
.flavors {
  background: #101010;
  background-image: url("../../image/product/b600/flavors-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 2.25rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.flavors .tit {
  color: #2238a1;
  font-weight: bold;
  font-size: 0.57rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "'Kinetika-Bold'";
}
.flavors .pro-box {
  justify-content: space-between;
  display: grid;
  grid-template-rows: repeat(3, 5.04rem);
  grid-template-columns: repeat(4, 3.3rem);
  grid-row-gap: 0.22rem;
  perspective: 900px;
}
.flavors .pro-box .pro-item {
  overflow: hidden;
}
.flavors .pro-box .pro-item img {
  width: 100%;
  height: 100%;
}
.flavors .pro-box .pro-item .inner,
.flavors .pro-box .pro-item .back {
  position: relative;
  background-size: cover;
  background-position: center;
  backface-visibility: hidden;
  height: auto;
  color: #fff;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flavors .pro-box .pro-item .back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.flavors .pro-box .pro-item p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  font-size: 0.22rem;
  line-height: 0.75rem;
  text-align: center;
}
.flavors .pro-box .pro-item:hover .inner {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.flavors .pro-box .pro-item:hover .back {
  transform-style: preserve-3d;
  transform: rotateY(10deg);
}
.flavors .pro-box .pro-item:last-child p {
  color: #c20859;
}
.flavors .bg-swiper {
  height: 1.2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.flavors .bg-swiper .img-box {
  height: 100%;
  width: 200%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flavors .bg-swiper img {
  width: 3.76rem;
}
.part6 {
  height: calc(100vh - 0.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.part6 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.46);
  transform: translate(-50%, -50%);
}
.part6 .pro-img {
  width: 2.14rem;
  margin-right: 2.4rem;
}
.part6 .con-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.part6 .con {
  color: #020202;
  opacity: 0;
}
.part6 .con p {
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.part7 {
  height: 9rem;
  padding-top: 1.35rem;
}
.part7 .con {
  color: #010101;
  margin-bottom: 0.7rem;
}
.part7 .con p {
  margin-top: 0.15rem;
}
@media (max-width: 750px) {
  [aos="new-animation"] {
    opacity: 0;
    transition-property: transform, opacity;
    transform-origin: 50% 0;
    transform: translate3d(0px, 0px, -15rem) rotateX(-45deg);
  }
  [aos="new-animation"].aos-animate {
    opacity: 1;
    transform: translate(0px, 0px) rotateX(0);
  }
  [aos="new-animation-2"] {
    opacity: 0;
    transition-property: transform, opacity;
    transform-origin: 50% 0;
    transform: translate3d(0px, 300px, -15rem) rotateX(-45deg);
  }
  [aos="new-animation-2"].aos-animate {
    opacity: 1;
    transform: translate(0px, 0px) rotateX(0);
  }
  .container-fluid {
    padding-top: 1rem;
  }
  .w1400 {
    width: 100%;
  }
  .con h3 {
    margin-bottom: 0.2rem;
  }
  .con p {
    font-size: 0.22rem;
  }
  .banner {
    height: 13.34rem;
    background-image: url("../../image/product/b600/banner-m.jpg");
  }
  .hots .hots-box {
    width: 5.65rem;
    flex-wrap: wrap;
  }
  .hots .hots-box .hot-item {
    width: 50%;
    margin: 0.25rem 0;
  }
  .hots .bg::after {
    background: transparent;
  }
  .video-box {
    height: 4.21875rem;
  }
  .part1 {
    height: calc(100vh - 1rem);
  }
  .part1 .w1400 {
    justify-content: center;
  }
  .part1 .w1400 .con {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 6.6rem;
    height: 4.24rem;
    border-radius: 0.15rem;
    background: rgba(255, 255, 255, 0.73);
  }
  .part1 .w1400 .con h3 {
    width: 5.5rem;
  }
  .part1 .w1400 .con p {
    width: 3.82rem;
  }
  .part2 {
    height: calc(100vh - 1rem);
    padding-top: 2.35rem;
  }
  .part2 .con {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    text-align: center;
  }
  .part2 .con p {
    width: 5.12rem;
    margin: 0 auto;
  }
  .part3 {
    height: calc(100vh - 1rem);
    align-items: flex-start;
  }
  .part3 .w1400 {
    padding-top: 1.5rem;
  }
  .part3 .con {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    text-align: center;
    float: none;
  }
  .part3 .con p {
    width: 5rem;
    margin: 0 auto;
  }
  .part4 {
    height: calc(100vh - 1rem);
    padding-top: 1.3rem;
  }
  .part4 .con {
    padding: 0 0.3rem;
    text-align: center;
  }
  .part5 {
    height: calc(100vh - 1rem);
  }
  .part5 .con {
    width: 95%;
    height: 80%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.4rem;
  }
  .flavors .pro-box {
    padding: 0 0.3rem;
    grid-template-columns: repeat(2, 3.3rem);
    grid-template-rows: repeat(5, 5.04rem);
  }
  .part6 {
    height: calc(100vh - 1rem);
  }
  .part6 .con-box {
    flex-direction: column-reverse;
  }
  .part6 .pro-img {
    margin-right: 0;
    width: 2.26rem;
    margin-top: 0.5rem;
  }
  .part6 .con {
    text-align: center;
  }
  .part7 {
    height: calc(100vh - 1rem);
    background-position: 63% 100%;
    padding-top: 0.8rem;
  }
  .part7 .con {
    padding-left: 0.4rem;
  }
}
