@charset "UTF-8";._section_uqw9s_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_uqw9s_1 ul {
  list-style: none;
}
._section_uqw9s_1 ul li {
  margin: 0;
}
._section_uqw9s_1 {
  width: 100%;
  box-sizing: border-box;
  height: 48.4375vw;
  position: relative;
  overflow: hidden;
}
._section_uqw9s_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 48.4375vw;
  z-index: 1;
  opacity: 1;
}
._section_uqw9s_1 .video-container.end {
  opacity: 0;
}
._section_uqw9s_1 .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_uqw9s_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
._section_uqw9s_1 .img-container.end {
  opacity: 1;
}
._section_uqw9s_1 .img-container .img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_uqw9s_1 .img-container .img-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: SourceHanSansCN-Light;
  z-index: 4;
  opacity: 0;
  transform-origin: 0 0;
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_uqw9s_1 .img-container .img-text.end {
  opacity: 1;
}
._section_uqw9s_1 .img-container .img-text img {
  width: 677px;
}
._section_uqw9s_1 .img-container .img-text h1 {
  margin: 30px 0 50px;
  font-size: 22px;
  letter-spacing: 7.5px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_uqw9s_1 .img-container .img-text h2 {
  margin-bottom: 40px;
  font-size: 52px;
  letter-spacing: 6.3px;
  line-height: 1.349;
  font-family: HelveticaNeueLTStd-Roman;
}
._section_uqw9s_1 .img-container .img-text .box-item {
  display: flex;
  margin-left: -18px;
  font-size: 14px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_uqw9s_1 .img-container .img-text .box-item .item-info {
  margin-top: 12px;
  width: 108px;
  text-align: center;
}
._section_uqw9s_1 .img-container .img-text .box-item .item-info.large {
  width: 116px;
}
._section_uqw9s_1 .img-container .box-products {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._section_uqw9s_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_uqw9s_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_uqw9s_1 .img-container .box-products .pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_uqw9s_1 .color-list {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_uqw9s_1 .color-list.end {
  opacity: 1;
}
._section_uqw9s_1 .color-list .x-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._section_uqw9s_1 .color-list .img-logo {
  width: 10.6640625vw;
}
._section_uqw9s_1 .color-list .right-btns {
  height: 30px;
}
._section_uqw9s_1 .color-list .colornav-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
._section_uqw9s_1 .color-list .colornav-title.none {
  display: none;
}
._section_uqw9s_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_uqw9s_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_uqw9s_1 .color-list .colornav-items {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
}
._section_uqw9s_1 .color-list .colornav-items .colornav-item {
  float: left;
}
._section_uqw9s_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_uqw9s_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_uqw9s_1 .color-list .colornav-items .colornav-item input:focus ~ .colornav-link {
  outline: 1px solid #0071e3;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  outline-offset: 0px;
  padding-top: 5px;
}
._section_uqw9s_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_uqw9s_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
}
._section_uqw9s_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_uqw9s_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_uqw9s_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}
._section_uqw9s_1 .box-tips {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  left: 0;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_uqw9s_1 .box-tips.end {
  opacity: 1;
}
._section_uqw9s_1 .box-tips .x-container {
  position: relative;
  height: 50px;
}
._section_uqw9s_1 .box-tips .x-container span {
  position: absolute;
  transform-origin: 0 0;
  display: inline-block;
  font-size: 14px;
}._section_116r6_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_116r6_1 {
  padding: 200px 0 100px;
}
._section_116r6_1 .top-parts {
  display: flex;
}
._section_116r6_1 .top-parts .item-title,
._section_116r6_1 .top-parts .item-subtitle,
._section_116r6_1 .top-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .top-parts .item-subtitle {
  height: auto !important;
}
._section_116r6_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_116r6_1 .bottom-parts {
  display: flex;
}
._section_116r6_1 .bottom-parts .item-title,
._section_116r6_1 .bottom-parts .item-subtitle,
._section_116r6_1 .bottom-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 110.43%;
}
._section_116r6_1 .item-part {
  margin-bottom: 40px;
  flex: 1;
  padding: 15px 15px 45px;
  position: relative;
}
._section_116r6_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_116r6_1 .item-part .item-img:hover img {
  transform: scale(1.15);
}
._section_116r6_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_116r6_1 .item-part .item-title {
  margin: 30px 0 10px;
  font-size: 27px;
  color: #fff;
  line-height: 1.333;
}
._section_116r6_1 .item-part .item-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_116r6_1 .item-part .item-link {
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-top: 20px;
  font-size: 18px;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_116r6_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_116r6_1 .item-part .item-link img {
  width: 19px;
  margin-left: 10px;
}._section_jicw2_1 {
  position: relative;
  padding: 70px 0 200px;
}
._section_jicw2_1 .video-container {
  margin: 0 auto;
  width: 78%;
}
._section_jicw2_1 .video-container img,
._section_jicw2_1 .video-container video {
  width: 100%;
  border-radius: 25px;
}
._section_jicw2_1 .info-container {
  position: absolute;
  top: 9.4vw;
  left: 24%;
}
@media (max-width: 1550px) {
  ._section_jicw2_1 .info-container {
    top: 10.5vw;
  }
}
@media (min-width: 2500px) {
  ._section_jicw2_1 .info-container {
    top: 8.4vw;
  }
}
._section_jicw2_1 .info-container .info-title {
  font-size: 2.65625vw;
  color: rgb(22, 22, 22);
  line-height: 1.147;
  margin-bottom: 1.5625vw;
  background: -webkit-linear-gradient(43deg, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._section_jicw2_1 .info-container .info-subtitle {
  width: 23.5vw;
  font-size: 0.9375vw;
  color: rgb(22, 22, 22);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_jicw2_1 .info-container .info-subtitle p {
  margin: 0 auto;
}._section_1a9mk_1 {
  height: 650vh;
  background-color: #fff;
}
._section_1a9mk_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_1a9mk_1 .animate-box .box-container {
  margin: 0 auto;
  width: 58%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_1a9mk_1 .animate-box .section-top {
  position: relative;
  margin: 3.125vw 0 1.0416666667vw 3.125vw;
}
._section_1a9mk_1 .animate-box .section-top .section-title {
  font-size: 0.9375vw;
}
._section_1a9mk_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 5.2083333333vw;
}
._section_1a9mk_1 .animate-box .section-top .box-items {
  position: relative;
  height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  font-size: 2.65625vw;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item {
  height: 5.2083333333vw;
  line-height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.5208333333vw;
  font-size: 4.6875vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 2.65625vw;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 0.9375vw;
  top: -1.5625vw;
}
._section_1a9mk_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  position: relative;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
._section_1a9mk_1 .animate-box .section-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_1a9mk_1 .animate-box .section-bottom video.active {
  opacity: 1;
}
._section_1a9mk_1 .animate-box .section-bottom .bottom-text {
  width: 55%;
  color: #fff;
  line-height: 1.417;
  font-size: 0.9375vw;
  position: absolute;
  bottom: 9%;
  left: 0;
  padding-left: 4.1666666667vw;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all ease-out 0.5s;
  transition-delay: 0.5s;
}
._section_1a9mk_1 .animate-box .section-bottom .bottom-text.active {
  transform: translate(0, 0);
  opacity: 1;
}
._section_1a9mk_1 .animate-box .section-bottom .bottom-text img {
  position: absolute;
  right: 4.1666666667vw;
  bottom: 0;
  width: 13.28125vw;
}._section_114a8_1 {
  height: 190vh;
  position: relative;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_114a8_1 .anchor {
  position: absolute;
  top: -70px;
}
._section_114a8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
._section_114a8_1 .animate-box .section-title {
  position: absolute;
  top: 50vh;
  left: 0;
  padding-top: 1.5625vw;
  width: 100%;
  text-align: center;
  font-size: 2.65625vw;
  line-height: 1.206;
}
._section_114a8_1 .animate-box .img-pro {
  position: absolute;
  top: 24vh;
  left: 50%;
  margin-left: -20.0390625vw;
  width: 40.078125vw;
  height: 49.453125vw;
}
._section_114a8_1 .box-icons {
  position: absolute;
  bottom: 20vh;
  right: 20%;
  width: 31.0546875vw;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_114a8_1 .box-icons > div {
  width: 40%;
  margin: 15px 15px;
}
._section_114a8_1 .box-icons > div img {
  width: 3.2206119163vw;
  height: 3.2206119163vw;
}
._section_114a8_1 .box-icons > div .icons-title .title {
  font-size: 0.859375vw;
  line-height: 1.286;
  margin-bottom: 5px;
  color: #1e1e1e;
}
._section_114a8_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 0.625vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_10bf8_1 {
  height: 240vh;
  background-color: #000;
}
._section_10bf8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_10bf8_1 .animate-box .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 14%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video.active {
  opacity: 1;
}
._section_10bf8_1 .animate-box .box-video video {
  border-radius: 1.3020833333vw;
}
._section_10bf8_1 .animate-box .box-video .video-text {
  height: 10vw;
  padding: 0 3%;
  margin-top: -5vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video .video-text.active {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text {
  width: 60%;
  padding-right: 2.6041666667vw;
  font-size: 2.65625vw;
  color: #fff;
  line-height: 1.441;
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text sup {
  font-size: 0.8333333333vw;
  top: -2vw;
}
._section_10bf8_1 .animate-box .box-video .video-text .right-text {
  width: 40%;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_r2k6d_1 {
  height: 160vh;
  background-color: #000;
  color: #fff;
}
._section_r2k6d_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_r2k6d_1 .animate-box video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
._section_r2k6d_1 .animate-box .video-text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease-out 1s;
}
._section_r2k6d_1 .animate-box .video-text.active {
  opacity: 1;
  transform: translateY(0);
}
._section_r2k6d_1 .animate-box .video-text .text-title {
  font-size: 3.046875vw;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.171875vw;
}
._section_r2k6d_1 .animate-box .video-text .text-subtitle {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}._section_xuqed_1 {
  position: relative;
  padding: 180px 0 100px;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #fff;
}
._section_xuqed_1 .anchor {
  position: absolute;
  top: 100px;
}
._section_xuqed_1 .swiper-button-next {
  top: 26vw;
  left: 53%;
}
@media (max-width: 1600px) {
  ._section_xuqed_1 .swiper-button-next {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_xuqed_1 .swiper-button-next {
    top: 26vw;
    left: 52%;
  }
}
._section_xuqed_1 .swiper-button-prev {
  top: 26vw;
  left: 47%;
}
@media (max-width: 1600px) {
  ._section_xuqed_1 .swiper-button-prev {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_xuqed_1 .swiper-button-prev {
    top: 26vw;
    left: 48%;
  }
}
._section_xuqed_1 .swiper-button-prev:hover::before,
._section_xuqed_1 .swiper-button-next:hover::before {
  background-color: #4d4d4d;
}
._section_xuqed_1 .swiper-button-prev::after,
._section_xuqed_1 .swiper-button-next::after {
  z-index: 3;
}
._section_xuqed_1 .swiper-button-prev::before,
._section_xuqed_1 .swiper-button-next::before {
  position: absolute;
  top: -17px;
  left: -19px;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
._section_xuqed_1 .section-title {
  position: absolute;
  top: 24vw;
  left: 50%;
  margin-left: -10.6640625vw;
  z-index: 1;
  width: 21.3671875vw;
  height: 6.9921875vw;
}
@media (max-width: 1600px) {
  ._section_xuqed_1 .section-title {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_xuqed_1 .section-title {
    top: 21vw;
  }
}
._section_xuqed_1 .section-title .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.953125vw;
}
._section_xuqed_1 .section-title .section-btns img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.7734375vw;
  height: 3.1640625vw;
}
._section_xuqed_1 .section-title .section-btns > div {
  position: absolute;
  top: 0;
  width: 3.515625vw;
  height: 3.515625vw;
  cursor: pointer;
}
._section_xuqed_1 .section-title .section-btns .left-btn {
  left: 31%;
}
._section_xuqed_1 .section-title .section-btns .right-btn {
  right: 31%;
}
._section_xuqed_1 .swiper .swiper-slide {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
._section_xuqed_1 .box-item {
  width: 50%;
  font-size: 0;
}
._section_xuqed_1 .box-item img {
  width: 54.6%;
  border-radius: 0.9765625vw;
}
._section_xuqed_1 .box-item > div {
  margin: 40px 0 80px;
  font-size: 1.40625vw;
  line-height: 1.4;
}
._section_xuqed_1 .box-item > div p {
  margin: 0 auto;
  font-size: 0.9375vw;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}
._section_xuqed_1 .box-left,
._section_xuqed_1 .box-right {
  width: 50%;
}
._section_xuqed_1 .box-left .box-item,
._section_xuqed_1 .box-right .box-item {
  width: 100%;
  font-size: 0;
}
._section_xuqed_1 .box-left .box-item img,
._section_xuqed_1 .box-right .box-item img {
  width: 54.6%;
}._section_1c16z_1 {
  position: relative;
  padding: 180px 0;
  color: #1c1c1c;
  background-color: #fff;
  text-align: center;
}
._section_1c16z_1 .section-title {
  font-size: 51px;
  line-height: 1.441;
  margin-bottom: 40px;
}
._section_1c16z_1 .section-subtitle {
  font-size: 18px;
  margin-bottom: 100px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1c16z_1 .video-container {
  margin: 0 auto;
  width: 1500px;
  border-radius: 25px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1500px) {
  ._section_1c16z_1 .video-container {
    width: 1200px;
  }
}
._section_1c16z_1 .video-container video {
  width: 100%;
}._section_1vt5p_1 {
  position: relative;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 180px;
}
._section_1vt5p_1 .x-container {
  display: flex;
  justify-content: space-around;
}
._section_1vt5p_1 .x-container.product {
  padding: 50px 0 100px;
  justify-content: center;
}
._section_1vt5p_1 .x-container.product .img-box {
  position: relative;
}
._section_1vt5p_1 .x-container.product .img-box img {
  width: 336px;
}
._section_1vt5p_1 .x-container.product .img-box .img-logo {
  position: absolute;
  top: 0;
  left: -94px;
  width: 118px;
}
._section_1vt5p_1 .x-container.product .box-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px 0 90px;
}
._section_1vt5p_1 .x-container.product .box-info .info-title {
  font-size: 32px;
}
._section_1vt5p_1 .x-container.product .box-info .info-subtitle {
  margin: 20px 0;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-family: HelveticaNeueLTStd-Light;
}
._section_1vt5p_1 .x-container.product .box-info img {
  width: 214px;
}
._section_1vt5p_1 .x-container.product .box-info .info-price {
  margin-bottom: 10px;
  font-size: 27px;
}
._section_1vt5p_1 .x-container.product .box-info .pro-btn {
  display: inline-block;
  margin: 0 auto;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  line-height: 1.25;
  padding: 5px 25px 4px;
  cursor: pointer;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1vt5p_1 .x-container.product .box-info .pro-btn:hover {
  background-color: #087cf2;
}
._section_1vt5p_1 .x-container.box-product {
  width: 80%;
  justify-content: center;
}
._section_1vt5p_1 .x-container.box-product .pro-item {
  width: 22%;
  padding-bottom: 40px;
  margin: 0 80px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1vt5p_1 .pro-item {
  width: 24%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
._section_1vt5p_1 .pro-item .pro-list {
  flex: 1;
}
._section_1vt5p_1 .pro-item .pro-list .list-item {
  height: 240px;
  position: relative;
}
._section_1vt5p_1 .pro-item .pro-list .list-item.short {
  height: 190px;
}
._section_1vt5p_1 .pro-item .pro-list .list-item.short2 {
  height: 160px;
}
._section_1vt5p_1 .pro-item .pro-list .list-item img {
  width: 60px;
  margin-bottom: 10px;
}
._section_1vt5p_1 .pro-item .pro-list .list-item .item-title {
  font-size: 22px;
  line-height: 1.166;
  margin-bottom: 10px;
}
._section_1vt5p_1 .pro-item .pro-list .list-item .item-subtitle {
  line-height: 1.417;
  color: rgba(255, 255, 255, 0.5);
  font-family: HelveticaNeueLTStd-Light;
}
._section_1vt5p_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-10px);
  width: 20px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_chza6_1 {
  position: relative;
  padding-bottom: 200px;
  margin: 0 auto;
  font-size: 14px;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  padding-left: 10px;
  overflow: hidden;
}
._section_chza6_1 .line {
  margin: 20px auto 100px;
  width: 1500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_chza6_1 .x-container {
  padding: 0 100px;
}
._section_chza6_1 p {
  position: relative;
  margin-bottom: 0;
  padding-left: 26px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_chza6_1 p:first-of-type {
  padding-left: 8px;
}
._section_chza6_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}._wrap_1o54p_1 {
  overflow-x: 0;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_1o54p_1 .js-fade {
  opacity: 0;
}
._wrap_1o54p_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1o54p_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1o54p_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1o54p_1 .js-showLeft,
._wrap_1o54p_1 .js-showRight,
._wrap_1o54p_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1o54p_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1o54p_1 .go-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
._wrap_1o54p_1 .go-top img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
._wrap_1o54p_1 .x2-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  transition: all ease-out 0.5s;
}
._wrap_1o54p_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1o54p_1 .x2-header .btn-buy {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 7px 18px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1o54p_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_1o54p_81 .MuiPaper-root {
  background-color: #000;
}
._dialog_1o54p_81 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_1o54p_81 .dialog-title svg {
  margin: 10px;
  font-size: 40px;
  color: #fff;
}._section_1isob_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1isob_1 ul {
  list-style: none;
}
._section_1isob_1 ul li {
  margin: 0;
}
._section_1isob_1 {
  width: 100%;
  box-sizing: border-box;
  height: 126.0064412238vw;
  position: relative;
  overflow: hidden;
}
._section_1isob_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 126.0064412238vw;
  z-index: 1;
  opacity: 1;
}
._section_1isob_1 .video-container.end {
  opacity: 0;
}
._section_1isob_1 .video-container video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
._section_1isob_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  opacity: 0;
}
._section_1isob_1 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_1isob_1 .img-container.end {
  opacity: 1;
}
._section_1isob_1 .img-container .img-text {
  position: absolute;
  top: 4vw;
  left: 0;
  width: 100%;
  z-index: 4;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_1isob_1 .img-container .img-text.end {
  opacity: 1;
  transform: translateY(0);
}
._section_1isob_1 .img-container .box-products {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._section_1isob_1 .img-container .box-products .swiper {
  width: 100%;
  height: 100%;
}
._section_1isob_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1isob_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_1isob_1 .color-list {
  position: absolute;
  bottom: 4.8309178744vw;
  left: 0;
  width: 100%;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1isob_1 .color-list.end {
  opacity: 1;
}
._section_1isob_1 .color-list .x-container {
  position: relative;
}
._section_1isob_1 .color-list .colornav-title {
  position: relative;
  color: #fff;
  font-size: 2.8985507246vw;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
._section_1isob_1 .color-list .colornav-title.none {
  display: none;
}
._section_1isob_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1isob_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_1isob_1 .color-list .colornav-items {
  width: 100%;
  margin: 0;
  padding: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_1isob_1 .color-list .colornav-items .colornav-item {
  margin: 0 4px;
}
._section_1isob_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_1isob_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 18px;
  height: 18px;
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}._section_1fiad_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_1fiad_1 {
  padding-top: 16.1030595813vw;
  overflow: hidden;
}
._section_1fiad_1 .top-parts .item-title,
._section_1fiad_1 .top-parts .item-subtitle,
._section_1fiad_1 .top-parts .item-link {
  padding: 0 4.0257648953vw;
}
._section_1fiad_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_1fiad_1 .item-part {
  position: relative;
  margin-bottom: 6.4412238325vw;
}
._section_1fiad_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_1fiad_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_1fiad_1 .item-part .item-title {
  margin: 6.4412238325vw 0 2.4154589372vw;
  font-size: 4.0257648953vw;
  color: #fff;
  line-height: 1;
}
._section_1fiad_1 .item-part .item-subtitle {
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
}
._section_1fiad_1 .item-part .item-link {
  margin-top: 3.2206119163vw;
  font-size: 2.8985507246vw;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_1fiad_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_1fiad_1 .item-part .item-link img {
  width: 2.8180354267vw;
  height: 2.8180354267vw;
  margin-left: 1.2882447665vw;
}
._section_1fiad_1 .bottom-parts {
  display: flex;
  justify-content: space-between;
}
._section_1fiad_1 .bottom-parts .item-part {
  width: 48.5%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._section_1fiad_1 .bottom-parts .item-title,
._section_1fiad_1 .bottom-parts .item-subtitle,
._section_1fiad_1 .bottom-parts .item-link {
  text-align: center;
}
._section_1fiad_1 .bottom-parts .item-link {
  justify-content: center;
}
._section_1fiad_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 126%;
}._section_abwtu_1 {
  overflow: hidden;
  padding: 14.4927536232vw 0 6.4412238325vw;
}
._section_abwtu_1 .video-container {
  margin: 0 auto;
}
._section_abwtu_1 .video-container img,
._section_abwtu_1 .video-container video {
  width: 100%;
  height: 130vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_abwtu_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_abwtu_1 .info-container {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_abwtu_1 .info-container .info-title {
  font-size: 7.0853462158vw;
  color: rgb(22, 22, 22);
  line-height: 1.136;
  background: -webkit-linear-gradient(43deg, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4.8309178744vw;
}
._section_abwtu_1 .info-container .info-title span {
  margin-left: -2.2544283414vw;
}
._section_abwtu_1 .info-container .info-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: rgb(22, 22, 22);
  line-height: 1.389;
}
._section_abwtu_1 .info-container .info-subtitle p {
  margin-bottom: 3.2206119163vw;
}._section_vstzl_1 {
  height: 650vh;
  background-color: #fff;
}
._section_vstzl_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_vstzl_1 .animate-box .x-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_vstzl_1 .animate-box .section-top {
  position: relative;
  text-align: center;
  margin-bottom: 8.0515297907vw;
}
._section_vstzl_1 .animate-box .section-top .section-title {
  margin-bottom: 9.2592592593vw;
  font-size: 2.8985507246vw;
}
._section_vstzl_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 10.4669887279vw;
}
._section_vstzl_1 .animate-box .section-top .text-box {
  position: relative;
  height: 10.4669887279vw;
  margin-top: 6.4412238325vw;
}
._section_vstzl_1 .animate-box .section-top .text-box .bottom-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2.8985507246vw;
  line-height: 1.417;
  font-size: 2.8985507246vw;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_vstzl_1 .animate-box .section-top .text-box .bottom-text.active {
  opacity: 1;
}
._section_vstzl_1 .animate-box .section-top .text-box .bottom-text img {
  position: absolute;
  right: 6.4412238325vw;
  bottom: 0;
  width: 27.3752012882vw;
}
._section_vstzl_1 .animate-box .section-top .box-items {
  position: relative;
  height: 10.4669887279vw;
  transition: all ease-out 0.5s;
  font-size: 4.0257648953vw;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item {
  height: 10.4669887279vw;
  line-height: 10.4669887279vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.8051529791vw;
  font-size: 9.6618357488vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 5.4750402576vw;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 2.0933977456vw;
  top: -2.4154589372vw;
}
._section_vstzl_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
._section_vstzl_1 .animate-box .section-bottom video {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_vstzl_1 .animate-box .section-bottom video.active {
  opacity: 1;
  transition-delay: 0.5s;
}._section_1n69u_1 {
  position: relative;
  height: 170vh;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_1n69u_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
._section_1n69u_1 .animate-box .section-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 7.0853462158vw;
  line-height: 1.206;
}
._section_1n69u_1 .animate-box .img-pro {
  position: absolute;
  top: 450px;
  left: 10%;
  width: 80%;
  transform: translateY(-110px) scale(0.7);
}
._section_1n69u_1 .box-icons {
  position: absolute;
  bottom: 8.8566827697vw;
  left: 5%;
  width: 90%;
  padding: 10px 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_1n69u_1 .box-icons > div {
  width: 40%;
  margin: 1.6103059581vw 1.6103059581vw;
}
._section_1n69u_1 .box-icons > div img {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
._section_1n69u_1 .box-icons > div .icons-title .title {
  font-size: 3.2206119163vw;
  line-height: 1.286;
  margin: 5px 0;
  color: #1e1e1e;
}
._section_1n69u_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 2.576489533vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_xldkw_1 {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  height: 156vw;
  box-sizing: border-box;
  padding-top: 14vw;
}
._section_xldkw_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_xldkw_1 .section-inbox {
  width: 100%;
}
._section_xldkw_1 .box-container {
  width: 200vw;
  display: flex;
  transform: translateX(0);
  transition: all 1.5s cubic-bezier(0.38, 0.78, 0.165, 1);
}
._section_xldkw_1 .left-box {
  width: 100vw;
  padding-bottom: 20vw;
}
._section_xldkw_1 .left-box .inbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_xldkw_1 .left-box .inbox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_xldkw_1 .left-box .text-title,
._section_xldkw_1 .left-box .text-subtitle {
  position: absolute;
  left: 5.6360708535vw;
}
._section_xldkw_1 .left-box .text-title {
  top: 12.077294686vw;
}
._section_xldkw_1 .left-box .text-subtitle {
  bottom: 5.6360708535vw;
}
._section_xldkw_1 .left-box .btn-right {
  position: absolute;
  right: 5.6360708535vw;
  bottom: 5.6360708535vw;
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_xldkw_1 .right-box {
  position: relative;
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20vw;
}
._section_xldkw_1 .right-box .inbox {
  width: 220vw;
  height: 100%;
  display: flex;
}
._section_xldkw_1 .right-box .video-text {
  width: 100vw;
  padding: 45.0885668277vw 0 0 12.8824476651vw;
}
._section_xldkw_1 .right-box .right-video {
  padding: 42.6731078905vw 0 0 4.8309178744vw;
}
._section_xldkw_1 .right-box .right-video video {
  width: 100vw;
  height: 62.5vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_xldkw_1 .back-box {
  position: absolute;
  bottom: 26vw;
  left: 105vw;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._section_xldkw_1 .back-box .line-box {
  width: 85%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
._section_xldkw_1 .back-box .line-box div {
  height: 2px;
  background-color: #fff;
}
._section_xldkw_1 .back-box .btn-back {
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_xldkw_1 .text-title {
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_xldkw_1 .text-title sup {
  font-size: 14px;
  top: -3.3vw;
}
._section_xldkw_1 .text-subtitle {
  width: 80%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
}._section_1cwu9_1 {
  background-color: #000;
  color: #fff;
}
._section_1cwu9_1 .x-container {
  position: relative;
}
._section_1cwu9_1 .x-container > div {
  width: 100%;
  height: 0;
  padding-bottom: 142%;
}
._section_1cwu9_1 .x-container > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_1cwu9_1 .video-text {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_1cwu9_1 .video-text .text-title {
  padding: 0 20px;
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_1cwu9_1 .video-text .text-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}._section_1ckal_1 {
  position: relative;
  padding: 16.1030595813vw 0 6.4412238325vw;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
._section_1ckal_1 .section-title {
  width: 100%;
  height: 14.4122383253vw;
  margin-bottom: 4.0257648953vw;
}
._section_1ckal_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8.0515297907vw;
}
._section_1ckal_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_1ckal_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_1ckal_1 .section-btns .left-btn {
  left: 41%;
}
._section_1ckal_1 .section-btns .right-btn {
  right: 41%;
}
._section_1ckal_1 .box-container {
  position: relative;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
._section_1ckal_1 .box-item {
  width: 50%;
  font-size: 0;
  color: #fff;
  padding: 0 3px;
  box-sizing: border-box;
}
._section_1ckal_1 .box-item img {
  width: 43.4782608696vw;
  height: 31.4009661836vw;
  border-radius: 2.0128824477vw;
}
._section_1ckal_1 .box-item > div {
  margin: 2.8180354267vw 0 8.0515297907vw;
  font-size: 2.8985507246vw;
  line-height: 1.4;
}
._section_1ckal_1 .box-item > div p {
  font-size: 2.4154589372vw;
  margin: 5px 0 0;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}._section_uu2qu_1 {
  position: relative;
  color: #fff;
  text-align: center;
}
._section_uu2qu_1 .section-title {
  font-size: 7.0853462158vw;
  line-height: 1.136;
  margin-bottom: 4.8309178744vw;
}
._section_uu2qu_1 .section-subtitle {
  font-size: 2.8985507246vw;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}
._section_uu2qu_1 .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_uu2qu_1 .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_uu2qu_1 .box-info {
  position: absolute;
  left: 20px;
  bottom: 11.2721417069vw;
  width: 70%;
}._section_1hlm8_1 {
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 14.4927536232vw;
}
._section_1hlm8_1 .product-box {
  padding: 4.4283413849vw 0;
  justify-content: center;
}
._section_1hlm8_1 .product-box .img-box {
  position: relative;
}
._section_1hlm8_1 .product-box .img-box .img-logo {
  position: absolute;
  top: 0;
  right: 12.8824476651vw;
  width: 14.4927536232vw;
}
._section_1hlm8_1 .product-box .box-info .info-subtitle {
  margin: 4.4283413849vw 0 6.4412238325vw;
  font-size: 3.7037037037vw;
  font-family: HelveticaNeueLTStd-Light;
  line-height: 1.087;
}
._section_1hlm8_1 .product-box .box-info .info-price {
  margin: 6.038647343vw 0 1.2077294686vw;
  font-size: 4.8309178744vw;
}
._section_1hlm8_1 .product-box .box-info .pro-btn {
  display: inline-block;
  margin: 0 auto;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  padding: 3px 25px;
  font-size: 3.7037037037vw;
  cursor: pointer;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1hlm8_1 .product-box .box-info .pro-btn:hover {
  background-color: #087cf2;
}
._section_1hlm8_1 .swiper-wrapper {
  display: flex;
}
._section_1hlm8_1 .swiper-wrapper .swiper-slide {
  flex: 1;
  height: auto;
}
._section_1hlm8_1 .pro-item {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._section_1hlm8_1 .pro-item .pro-list {
  flex: 1;
  margin: 0 4.8309178744vw;
}
._section_1hlm8_1 .pro-item .pro-list .list-item {
  margin-top: 5vw;
  height: 35vw;
  position: relative;
}
._section_1hlm8_1 .pro-item .pro-list .list-item.short {
  height: 25vw;
}
._section_1hlm8_1 .pro-item .pro-list .list-item.short2 {
  height: 20vw;
}
._section_1hlm8_1 .pro-item .pro-list .list-item img {
  width: 11.2721417069vw;
  margin-bottom: 4px;
}
._section_1hlm8_1 .pro-item .pro-list .list-item .item-title {
  font-size: 2.8985507246vw;
  line-height: 1.3;
  margin-bottom: 6px;
}
._section_1hlm8_1 .pro-item .pro-list .list-item .item-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.576489533vw;
  line-height: 1.3;
}
._section_1hlm8_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-5px);
  width: 10px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_1004c_1 {
  position: relative;
  padding-bottom: 12.8824476651vw;
  margin: 0 auto;
  font-size: 2.576489533vw;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  overflow: hidden;
}
._section_1004c_1 .line {
  margin: 12.8824476651vw auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1004c_1 p {
  position: relative;
  margin-bottom: 2.2544283414vw;
  padding-left: 4.8309178744vw;
}
._section_1004c_1 p:first-of-type {
  padding-left: 1.6103059581vw;
}
._section_1004c_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.7037037037vw;
  text-align: right;
}._wrap_1626l_1 {
  position: relative;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_1626l_1 .js-fade {
  opacity: 0;
}
._wrap_1626l_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1626l_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1626l_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1626l_1 .js-showLeft,
._wrap_1626l_1 .js-showRight,
._wrap_1626l_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1626l_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1626l_1 .go-top {
  position: fixed;
  bottom: 14%;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
._wrap_1626l_1 .go-top img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
._wrap_1626l_1 .x2-header {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 2.8985507246vw;
  transition: all ease-out 0.5s;
}
._wrap_1626l_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1626l_1 .x2-header .btn-buy {
  cursor: pointer;
  line-height: 1;
  padding: 5px 15px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1626l_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_1626l_77 .MuiPaper-root {
  background-color: #000;
  margin: 15px;
}
._dialog_1626l_77 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_1626l_77 .dialog-title svg {
  margin: 10px;
  font-size: 16px;
  color: #fff;
}
._liuzi_wap_hdb08_2 {
  text-align: center;
  color: #fff;
}
._liuzi_wap_hdb08_2 .img {
  width: 80%;
}
._liuzi_wap_hdb08_2 .input-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 90%;
  margin: 9.6618357488vw auto;
}
._liuzi_wap_hdb08_2 .input-box .input-title {
  font-size: 4.5088566828vw;
  line-height: 1.272;
  margin-bottom: 6.4412238325vw;
}
._liuzi_wap_hdb08_2 .input-box .input-form {
  width: 100%;
  height: 8.0515297907vw;
  border: 1px solid #0071e3;
  border-radius: 0.9661835749vw;
  display: flex;
  justify-content: space-between;
  background-color: #000;
  white-space: nowrap;
  font-family: HelveticaNeueLTStd-Light;
}
._liuzi_wap_hdb08_2 .input-box .input-form input {
  flex: 1;
  border: none;
  margin-left: 10px;
  padding-right: 10px;
  font-size: 2.8985507246vw;
  outline: none;
  color: #fff;
  background-color: #000;
}
._liuzi_wap_hdb08_2 .input-box .input-form button {
  color: #fff;
  background-color: #0071e3;
  border-radius: 0.6441223833vw;
  padding: 0.8051529791vw 3.6231884058vw;
  line-height: 1.1;
  border: none;
  margin-right: -0.1610305958vw;
  font-size: 3.9452495974vw;
}
._liuzi_wap_hdb08_2 .input-box .input-check {
  font-size: 12px;
  margin-bottom: 4.0257648953vw;
  display: flex;
  align-items: center;
  line-height: 1.1;
  font-family: HelveticaNeueLTStd-Light;
  text-align: left;
}
._liuzi_wap_hdb08_2 .input-box .input-check a {
  color: #fff;
  text-decoration: underline;
}
._liuzi_wap_hdb08_2 .input-box .input-check input[type=checkbox] {
  width: 0;
  height: 0;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
._liuzi_wap_hdb08_2 .input-box .input-check input[type=checkbox]:after {
  position: absolute;
  width: 3.2206119163vw;
  height: 3.2206119163vw;
  top: -2.0128824477vw;
  content: " ";
  color: #fff;
  display: inline-block;
  visibility: visible;
  border-radius: 2px;
  border: 1px solid #0071e3;
  background-color: #000;
  z-index: 11;
}
._liuzi_wap_hdb08_2 .input-box .input-check input[type=checkbox]:checked:after {
  background-color: #0071e3;
  content: "✓";
  font-size: 2.0128824477vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
._liuzi_wap_hdb08_2 .input-box .input-tips {
  margin-top: 3.2206119163vw;
  font-size: 12px;
  line-height: 1.41;
  font-family: HelveticaNeueLTStd-Light;
  text-align: left;
}

._liuzi_hdb08_2 {
  color: #fff;
  margin: 0 auto;
  padding: 1.0416666667vw 2.34375vw 4.1666666667vw;
  width: 62.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 {
    padding: 20 45px 80px;
    width: 1200px;
  }
}
._liuzi_hdb08_2 .img {
  width: 21.3541666667vw;
  height: auto;
  object-fit: contain;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .img {
    width: 410px;
  }
}
._liuzi_hdb08_2 .input-box {
  padding-left: 2.34375vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box {
    padding-left: 45px;
  }
}
._liuzi_hdb08_2 .input-box .input-title {
  text-align: center;
  margin-bottom: 1.25vw;
  font-size: 1.875vw;
  line-height: 1.25;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box .input-title {
    margin-bottom: 24px;
    font-size: 36px;
  }
}
._liuzi_hdb08_2 .input-box .input-title.ca-fr {
  font-size: 2.03125vw;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box .input-title.ca-fr {
    font-size: 39px;
  }
}
._liuzi_hdb08_2 .input-box .input-form {
  width: 100%;
  border: 3px solid #0071e3;
  border-radius: 0.625vw;
  display: flex;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box .input-form {
    border-radius: 12px;
  }
}
._liuzi_hdb08_2 .input-box .input-form input {
  flex: 1;
  border: none;
  margin-left: 10px;
  padding-right: 10px;
  font-size: 1.40625vw;
  outline: none;
  background-color: #000;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box .input-form input {
    font-size: 27px;
  }
}
._liuzi_hdb08_2 .input-box .input-form button {
  color: #fff;
  border-radius: 0.4166666667vw;
  padding: 0.5208333333vw 1.25vw;
  background-color: #0071e3;
  line-height: 1.12;
  border: none;
  margin-right: -0.1041666667vw;
  font-size: 1.5625vw;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box .input-form button {
    border-radius: 8px;
    padding: 10px 24px;
    margin-right: -2px;
    font-size: 30px;
  }
}
._liuzi_hdb08_2 .input-box .input-form button:hover {
  background-color: #087cf2;
}
._liuzi_hdb08_2 .input-box .input-check {
  font-size: 0.9375vw;
  margin-bottom: 0.8333333333vw;
  display: flex;
  align-items: center;
  font-family: HelveticaNeueLTStd-Light;
  text-align: left;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box .input-check {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
._liuzi_hdb08_2 .input-box .input-check a {
  color: #fff;
}
._liuzi_hdb08_2 .input-box .input-check a:hover {
  color: #087cf2;
  text-decoration: underline;
  cursor: pointer;
}
._liuzi_hdb08_2 .input-box .input-check input[type=checkbox] {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-right: 1.5625vw;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative;
}
._liuzi_hdb08_2 .input-box .input-check input[type=checkbox]:after {
  position: absolute;
  width: 1.3541666667vw;
  height: 1.3541666667vw;
  top: -0.4166666667vw;
  content: " ";
  color: #fff;
  display: inline-block;
  visibility: visible;
  border-radius: 0.3125vw;
  border: 2px solid rgb(0, 103, 170);
  background-color: #000;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box .input-check input[type=checkbox]:after {
    width: 26px;
    height: 26px;
    top: -8px;
  }
}
._liuzi_hdb08_2 .input-box .input-check input[type=checkbox]:checked:after {
  background-color: rgb(0, 103, 170);
  content: "✓";
  font-size: 0.9375vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box .input-check input[type=checkbox]:checked:after {
    font-size: 18px;
  }
}
._liuzi_hdb08_2 .input-box .input-tips {
  text-align: left;
  line-height: 1.417;
  margin-top: 0.8333333333vw;
  font-size: 0.9375vw;
  font-family: HelveticaNeueLTStd-Light;
}
@media (min-width: 1920px) {
  ._liuzi_hdb08_2 .input-box .input-tips {
    margin-top: 16px;
    font-size: 18px;
  }
}

._msgDialog_hdb08_292 .MuiPaper-root {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 43.375rem;
  max-width: 43.375rem;
  padding: 1rem 1rem 2rem;
  background-color: #000;
  color: #fff;
}
._msgDialog_hdb08_292 .dialog-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
._msgDialog_hdb08_292 .dialog-title svg {
  color: #fff;
}
._msgDialog_hdb08_292 .dialog-content {
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  ._msgDialog_hdb08_292 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  ._msgDialog_hdb08_292 .MuiPaper-root {
    width: 100%;
    min-width: unset;
  }
  ._msgDialog_hdb08_292 .MuiPaper-root .dialog-content {
    min-height: 10rem;
    font-size: 1.1428571429rem;
  }
}._section_1nhes_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1nhes_1 ul {
  list-style: none;
}
._section_1nhes_1 ul li {
  margin: 0;
}
._section_1nhes_1 {
  width: 100%;
  box-sizing: border-box;
  height: 48.4375vw;
  position: relative;
  overflow: hidden;
}
._section_1nhes_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 48.4375vw;
  z-index: 1;
  opacity: 1;
}
._section_1nhes_1 .video-container.end {
  opacity: 0;
}
._section_1nhes_1 .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_1nhes_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
._section_1nhes_1 .img-container.end {
  opacity: 1;
}
._section_1nhes_1 .img-container .img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_1nhes_1 .img-container .img-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: SourceHanSansCN-Light;
  z-index: 4;
  opacity: 0;
  transform-origin: 0 0;
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_1nhes_1 .img-container .img-text.end {
  opacity: 1;
}
._section_1nhes_1 .img-container .img-text img {
  width: 677px;
}
._section_1nhes_1 .img-container .img-text h1 {
  margin: 30px 0 50px;
  font-size: 22px;
  letter-spacing: 11px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1nhes_1 .img-container .img-text h2 {
  margin-bottom: 40px;
  font-size: 52px;
  letter-spacing: 6.3px;
  line-height: 1.349;
  font-family: HelveticaNeueLTStd-Roman;
}
._section_1nhes_1 .img-container .img-text .box-item {
  display: flex;
  margin-left: -18px;
  font-size: 14px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1nhes_1 .img-container .img-text .box-item .item-info {
  margin-top: 12px;
  width: 108px;
  text-align: center;
}
._section_1nhes_1 .img-container .img-text .box-item .item-info.large {
  width: 116px;
}
._section_1nhes_1 .img-container .box-products {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._section_1nhes_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1nhes_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_1nhes_1 .img-container .box-products .pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_1nhes_1 .color-list {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1nhes_1 .color-list.end {
  opacity: 1;
}
._section_1nhes_1 .color-list .x-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._section_1nhes_1 .color-list .img-logo {
  width: 10.6640625vw;
}
._section_1nhes_1 .color-list .right-btns {
  height: 30px;
}
._section_1nhes_1 .color-list .colornav-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
._section_1nhes_1 .color-list .colornav-title.none {
  display: none;
}
._section_1nhes_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1nhes_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_1nhes_1 .color-list .colornav-items {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
}
._section_1nhes_1 .color-list .colornav-items .colornav-item {
  float: left;
}
._section_1nhes_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_1nhes_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_1nhes_1 .color-list .colornav-items .colornav-item input:focus ~ .colornav-link {
  outline: 1px solid #0071e3;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  outline-offset: 0px;
  padding-top: 5px;
}
._section_1nhes_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_1nhes_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
}
._section_1nhes_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_1nhes_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_1nhes_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}
._section_1nhes_1 .box-tips {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  left: 0;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1nhes_1 .box-tips.end {
  opacity: 1;
}
._section_1nhes_1 .box-tips .x-container {
  position: relative;
  height: 50px;
}
._section_1nhes_1 .box-tips .x-container span {
  position: absolute;
  transform-origin: 0 0;
  display: inline-block;
  font-size: 14px;
}._section_116r6_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_116r6_1 {
  padding: 200px 0 100px;
}
._section_116r6_1 .top-parts {
  display: flex;
}
._section_116r6_1 .top-parts .item-title,
._section_116r6_1 .top-parts .item-subtitle,
._section_116r6_1 .top-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .top-parts .item-subtitle {
  height: auto !important;
}
._section_116r6_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_116r6_1 .bottom-parts {
  display: flex;
}
._section_116r6_1 .bottom-parts .item-title,
._section_116r6_1 .bottom-parts .item-subtitle,
._section_116r6_1 .bottom-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 110.43%;
}
._section_116r6_1 .item-part {
  margin-bottom: 40px;
  flex: 1;
  padding: 15px 15px 45px;
  position: relative;
}
._section_116r6_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_116r6_1 .item-part .item-img:hover img {
  transform: scale(1.15);
}
._section_116r6_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_116r6_1 .item-part .item-title {
  margin: 30px 0 10px;
  font-size: 27px;
  color: #fff;
  line-height: 1.333;
}
._section_116r6_1 .item-part .item-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_116r6_1 .item-part .item-link {
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-top: 20px;
  font-size: 18px;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_116r6_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_116r6_1 .item-part .item-link img {
  width: 19px;
  margin-left: 10px;
}._section_sqsd2_1 {
  height: 550vh;
  background-color: #fff;
}
._section_sqsd2_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_sqsd2_1 .animate-box .box-container {
  margin: 0 auto;
  width: 58%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_sqsd2_1 .animate-box .section-top {
  position: relative;
  margin: 3.125vw 0 1.0416666667vw 3.125vw;
}
._section_sqsd2_1 .animate-box .section-top .section-title {
  font-size: 0.9375vw;
}
._section_sqsd2_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 5.2083333333vw;
}
._section_sqsd2_1 .animate-box .section-top .box-items {
  position: relative;
  height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  font-size: 2.65625vw;
}
._section_sqsd2_1 .animate-box .section-top .box-items .top-item {
  height: 5.2083333333vw;
  line-height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_sqsd2_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_sqsd2_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.5208333333vw;
  font-size: 3.6458333333vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_sqsd2_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 2.65625vw;
}
._section_sqsd2_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 0.9375vw;
  top: -1.5625vw;
}
._section_sqsd2_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  position: relative;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
._section_sqsd2_1 .animate-box .section-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_sqsd2_1 .animate-box .section-bottom video.active {
  opacity: 1;
}
._section_sqsd2_1 .animate-box .section-bottom .bottom-text {
  width: 55%;
  color: #fff;
  line-height: 1.417;
  font-size: 0.9375vw;
  position: absolute;
  bottom: 9%;
  left: 0;
  padding-left: 4.1666666667vw;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all ease-out 0.5s;
  transition-delay: 0.5s;
}
._section_sqsd2_1 .animate-box .section-bottom .bottom-text.active {
  transform: translate(0, 0);
  opacity: 1;
}
._section_sqsd2_1 .animate-box .section-bottom .bottom-text img {
  position: absolute;
  right: 4.1666666667vw;
  bottom: 0;
  width: 13.28125vw;
}._section_114a8_1 {
  height: 190vh;
  position: relative;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_114a8_1 .anchor {
  position: absolute;
  top: -70px;
}
._section_114a8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
._section_114a8_1 .animate-box .section-title {
  position: absolute;
  top: 50vh;
  left: 0;
  padding-top: 1.5625vw;
  width: 100%;
  text-align: center;
  font-size: 2.65625vw;
  line-height: 1.206;
}
._section_114a8_1 .animate-box .img-pro {
  position: absolute;
  top: 24vh;
  left: 50%;
  margin-left: -20.0390625vw;
  width: 40.078125vw;
  height: 49.453125vw;
}
._section_114a8_1 .box-icons {
  position: absolute;
  bottom: 20vh;
  right: 20%;
  width: 31.0546875vw;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_114a8_1 .box-icons > div {
  width: 40%;
  margin: 15px 15px;
}
._section_114a8_1 .box-icons > div img {
  width: 3.2206119163vw;
  height: 3.2206119163vw;
}
._section_114a8_1 .box-icons > div .icons-title .title {
  font-size: 0.859375vw;
  line-height: 1.286;
  margin-bottom: 5px;
  color: #1e1e1e;
}
._section_114a8_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 0.625vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_10bf8_1 {
  height: 240vh;
  background-color: #000;
}
._section_10bf8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_10bf8_1 .animate-box .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 14%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video.active {
  opacity: 1;
}
._section_10bf8_1 .animate-box .box-video video {
  border-radius: 1.3020833333vw;
}
._section_10bf8_1 .animate-box .box-video .video-text {
  height: 10vw;
  padding: 0 3%;
  margin-top: -5vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video .video-text.active {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text {
  width: 60%;
  padding-right: 2.6041666667vw;
  font-size: 2.65625vw;
  color: #fff;
  line-height: 1.441;
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text sup {
  font-size: 0.8333333333vw;
  top: -2vw;
}
._section_10bf8_1 .animate-box .box-video .video-text .right-text {
  width: 40%;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_r2k6d_1 {
  height: 160vh;
  background-color: #000;
  color: #fff;
}
._section_r2k6d_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_r2k6d_1 .animate-box video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
._section_r2k6d_1 .animate-box .video-text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease-out 1s;
}
._section_r2k6d_1 .animate-box .video-text.active {
  opacity: 1;
  transform: translateY(0);
}
._section_r2k6d_1 .animate-box .video-text .text-title {
  font-size: 3.046875vw;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.171875vw;
}
._section_r2k6d_1 .animate-box .video-text .text-subtitle {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_xuqed_1 {
  position: relative;
  padding: 180px 0 100px;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #fff;
}
._section_xuqed_1 .anchor {
  position: absolute;
  top: 100px;
}
._section_xuqed_1 .swiper-button-next {
  top: 26vw;
  left: 53%;
}
@media (max-width: 1600px) {
  ._section_xuqed_1 .swiper-button-next {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_xuqed_1 .swiper-button-next {
    top: 26vw;
    left: 52%;
  }
}
._section_xuqed_1 .swiper-button-prev {
  top: 26vw;
  left: 47%;
}
@media (max-width: 1600px) {
  ._section_xuqed_1 .swiper-button-prev {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_xuqed_1 .swiper-button-prev {
    top: 26vw;
    left: 48%;
  }
}
._section_xuqed_1 .swiper-button-prev:hover::before,
._section_xuqed_1 .swiper-button-next:hover::before {
  background-color: #4d4d4d;
}
._section_xuqed_1 .swiper-button-prev::after,
._section_xuqed_1 .swiper-button-next::after {
  z-index: 3;
}
._section_xuqed_1 .swiper-button-prev::before,
._section_xuqed_1 .swiper-button-next::before {
  position: absolute;
  top: -17px;
  left: -19px;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
._section_xuqed_1 .section-title {
  position: absolute;
  top: 24vw;
  left: 50%;
  margin-left: -10.6640625vw;
  z-index: 1;
  width: 21.3671875vw;
  height: 6.9921875vw;
}
@media (max-width: 1600px) {
  ._section_xuqed_1 .section-title {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_xuqed_1 .section-title {
    top: 21vw;
  }
}
._section_xuqed_1 .section-title .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.953125vw;
}
._section_xuqed_1 .section-title .section-btns img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.7734375vw;
  height: 3.1640625vw;
}
._section_xuqed_1 .section-title .section-btns > div {
  position: absolute;
  top: 0;
  width: 3.515625vw;
  height: 3.515625vw;
  cursor: pointer;
}
._section_xuqed_1 .section-title .section-btns .left-btn {
  left: 31%;
}
._section_xuqed_1 .section-title .section-btns .right-btn {
  right: 31%;
}
._section_xuqed_1 .swiper .swiper-slide {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
._section_xuqed_1 .box-item {
  width: 50%;
  font-size: 0;
}
._section_xuqed_1 .box-item img {
  width: 54.6%;
  border-radius: 0.9765625vw;
}
._section_xuqed_1 .box-item > div {
  margin: 40px 0 80px;
  font-size: 1.40625vw;
  line-height: 1.4;
}
._section_xuqed_1 .box-item > div p {
  margin: 0 auto;
  font-size: 0.9375vw;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}
._section_xuqed_1 .box-left,
._section_xuqed_1 .box-right {
  width: 50%;
}
._section_xuqed_1 .box-left .box-item,
._section_xuqed_1 .box-right .box-item {
  width: 100%;
  font-size: 0;
}
._section_xuqed_1 .box-left .box-item img,
._section_xuqed_1 .box-right .box-item img {
  width: 54.6%;
}._section_1c16z_1 {
  position: relative;
  padding: 180px 0;
  color: #1c1c1c;
  background-color: #fff;
  text-align: center;
}
._section_1c16z_1 .section-title {
  font-size: 51px;
  line-height: 1.441;
  margin-bottom: 40px;
}
._section_1c16z_1 .section-subtitle {
  font-size: 18px;
  margin-bottom: 100px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1c16z_1 .video-container {
  margin: 0 auto;
  width: 1500px;
  border-radius: 25px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1500px) {
  ._section_1c16z_1 .video-container {
    width: 1200px;
  }
}
._section_1c16z_1 .video-container video {
  width: 100%;
}._section_1gld8_1 {
  position: relative;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 180px;
}
._section_1gld8_1 .liuzi > div {
  margin-bottom: 5.2083333333vw;
}
@media (min-width: 1920px) {
  ._section_1gld8_1 .liuzi > div {
    margin-bottom: 100px;
  }
}
._section_1gld8_1 .x-container {
  display: flex;
  justify-content: space-around;
}
._section_1gld8_1 .x-container.box-product {
  width: 1000px;
  justify-content: space-around;
}
._section_1gld8_1 .x-container.box-product .pro-item {
  width: 400px;
  padding-bottom: 40px;
  margin: 0 2.0833333333vw 5.2083333333vw;
}
@media (min-width: 1920px) {
  ._section_1gld8_1 .x-container.box-product .pro-item {
    margin: 0 40px 100px;
  }
}
._section_1gld8_1 .section-title {
  margin-bottom: 30px;
  font-size: 51px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1gld8_1 .section-subtitle {
  margin-bottom: 100px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1gld8_1 .pro-item {
  width: 24%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
._section_1gld8_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 240px;
  position: relative;
}
._section_1gld8_1 .pro-item .pro-img .pro-logo {
  position: absolute;
  top: 0;
  right: -130px;
  width: 123px;
}
._section_1gld8_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1gld8_1 .pro-item .pro-title {
  margin: 30px 0 20px;
  font-size: 27px;
}
._section_1gld8_1 .pro-item .pro-price {
  font-size: 34px;
  color: #087cf2;
}
._section_1gld8_1 .pro-item .pro-price span,
._section_1gld8_1 .pro-item .pro-price p {
  margin-left: 12px;
  text-decoration: line-through;
  font-size: 18px;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1gld8_1 .pro-item .pro-price .price-box {
  height: 60px;
  display: flex;
  line-height: 1.2;
}
._section_1gld8_1 .pro-item .pro-price .price-box .price-item {
  flex: 1;
  font-size: 30px;
}
._section_1gld8_1 .pro-item .pro-price .price-box .price-item .price-desc {
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_1gld8_1 .pro-item .pro-price .price-box .price-item .price-desc img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
._section_1gld8_1 .pro-item .pro-btn {
  margin: 15px auto 20px;
  display: inline-block;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  line-height: 1;
  width: 160px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
}
._section_1gld8_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_1gld8_1 .pro-item .btn-box {
  display: flex;
  justify-content: space-between;
}
._section_1gld8_1 .pro-item .btn-box a {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_1gld8_1 .pro-item .btn-box a img {
  width: 85px;
  height: 24px;
}
._section_1gld8_1 .pro-item .pro-desc {
  margin: 0 auto;
  padding: 10px 0 30px;
  width: 240px;
  line-height: 1.25;
  font-family: HelveticaNeueLTStd-Light;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1gld8_1 .pro-item .pro-list {
  flex: 1;
}
._section_1gld8_1 .pro-item .pro-list .list-item {
  height: 240px;
  position: relative;
}
._section_1gld8_1 .pro-item .pro-list .list-item.short {
  height: 190px;
}
._section_1gld8_1 .pro-item .pro-list .list-item.short2 {
  height: 160px;
}
._section_1gld8_1 .pro-item .pro-list .list-item img {
  width: 60px;
  margin-bottom: 10px;
}
._section_1gld8_1 .pro-item .pro-list .list-item .item-title {
  font-size: 22px;
  line-height: 1.166;
  margin-bottom: 10px;
}
._section_1gld8_1 .pro-item .pro-list .list-item .item-subtitle {
  line-height: 1.417;
  color: rgba(255, 255, 255, 0.5);
  font-family: HelveticaNeueLTStd-Light;
}
._section_1gld8_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-10px);
  width: 20px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_chza6_1 {
  position: relative;
  padding-bottom: 200px;
  margin: 0 auto;
  font-size: 14px;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  padding-left: 10px;
  overflow: hidden;
}
._section_chza6_1 .line {
  margin: 20px auto 100px;
  width: 1500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_chza6_1 .x-container {
  padding: 0 100px;
}
._section_chza6_1 p {
  position: relative;
  margin-bottom: 0;
  padding-left: 26px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_chza6_1 p:first-of-type {
  padding-left: 8px;
}
._section_chza6_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}._wrap_b4fjr_1 {
  overflow-x: 0;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_b4fjr_1 .js-fade {
  opacity: 0;
}
._wrap_b4fjr_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_b4fjr_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_b4fjr_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_b4fjr_1 .js-showLeft,
._wrap_b4fjr_1 .js-showRight,
._wrap_b4fjr_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_b4fjr_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_b4fjr_1 .go-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
._wrap_b4fjr_1 .go-top img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
._wrap_b4fjr_1 .x2-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  transition: all ease-out 0.5s;
}
._wrap_b4fjr_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_b4fjr_1 .x2-header .btn-buy {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 7px 18px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_b4fjr_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_b4fjr_81 .MuiPaper-root {
  background-color: #000;
}
._dialog_b4fjr_81 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_b4fjr_81 .dialog-title svg {
  margin: 10px;
  color: #fff;
}._section_1isob_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1isob_1 ul {
  list-style: none;
}
._section_1isob_1 ul li {
  margin: 0;
}
._section_1isob_1 {
  width: 100%;
  box-sizing: border-box;
  height: 126.0064412238vw;
  position: relative;
  overflow: hidden;
}
._section_1isob_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 126.0064412238vw;
  z-index: 1;
  opacity: 1;
}
._section_1isob_1 .video-container.end {
  opacity: 0;
}
._section_1isob_1 .video-container video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
._section_1isob_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  opacity: 0;
}
._section_1isob_1 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_1isob_1 .img-container.end {
  opacity: 1;
}
._section_1isob_1 .img-container .img-text {
  position: absolute;
  top: 4vw;
  left: 0;
  width: 100%;
  z-index: 4;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_1isob_1 .img-container .img-text.end {
  opacity: 1;
  transform: translateY(0);
}
._section_1isob_1 .img-container .box-products {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._section_1isob_1 .img-container .box-products .swiper {
  width: 100%;
  height: 100%;
}
._section_1isob_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1isob_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_1isob_1 .color-list {
  position: absolute;
  bottom: 4.8309178744vw;
  left: 0;
  width: 100%;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1isob_1 .color-list.end {
  opacity: 1;
}
._section_1isob_1 .color-list .x-container {
  position: relative;
}
._section_1isob_1 .color-list .colornav-title {
  position: relative;
  color: #fff;
  font-size: 2.8985507246vw;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
._section_1isob_1 .color-list .colornav-title.none {
  display: none;
}
._section_1isob_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1isob_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_1isob_1 .color-list .colornav-items {
  width: 100%;
  margin: 0;
  padding: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_1isob_1 .color-list .colornav-items .colornav-item {
  margin: 0 4px;
}
._section_1isob_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_1isob_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 18px;
  height: 18px;
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_1isob_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}._section_dbetd_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_dbetd_1 {
  padding: 16.1030595813vw 0;
  overflow: hidden;
}
._section_dbetd_1 .top-parts .item-title,
._section_dbetd_1 .top-parts .item-subtitle,
._section_dbetd_1 .top-parts .item-link {
  padding: 0 4.0257648953vw;
}
._section_dbetd_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_dbetd_1 .item-part {
  position: relative;
  margin-bottom: 6.4412238325vw;
}
._section_dbetd_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_dbetd_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_dbetd_1 .item-part .item-title {
  margin: 6.4412238325vw 0 2.4154589372vw;
  font-size: 4.0257648953vw;
  color: #fff;
  line-height: 1;
}
._section_dbetd_1 .item-part .item-subtitle {
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
}
._section_dbetd_1 .item-part .item-link {
  margin-top: 3.2206119163vw;
  font-size: 2.8985507246vw;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_dbetd_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_dbetd_1 .item-part .item-link img {
  width: 2.8180354267vw;
  height: 2.8180354267vw;
  margin-left: 1.2882447665vw;
}
._section_dbetd_1 .bottom-parts {
  display: flex;
  justify-content: space-between;
}
._section_dbetd_1 .bottom-parts .item-part {
  width: 48.5%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._section_dbetd_1 .bottom-parts .item-title,
._section_dbetd_1 .bottom-parts .item-subtitle,
._section_dbetd_1 .bottom-parts .item-link {
  text-align: center;
}
._section_dbetd_1 .bottom-parts .item-link {
  justify-content: center;
}
._section_dbetd_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 126%;
}._section_1in06_1 {
  height: 550vh;
  background-color: #fff;
}
._section_1in06_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_1in06_1 .animate-box .x-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_1in06_1 .animate-box .section-top {
  position: relative;
  text-align: center;
  margin-bottom: 8.0515297907vw;
}
._section_1in06_1 .animate-box .section-top .section-title {
  margin-bottom: 9.2592592593vw;
  font-size: 2.8985507246vw;
}
._section_1in06_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 16.1030595813vw;
}
._section_1in06_1 .animate-box .section-top .text-box {
  position: relative;
  height: 10.4669887279vw;
  margin-top: 6.4412238325vw;
}
._section_1in06_1 .animate-box .section-top .text-box .bottom-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2.8985507246vw;
  line-height: 1.417;
  font-size: 2.8985507246vw;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_1in06_1 .animate-box .section-top .text-box .bottom-text.active {
  opacity: 1;
}
._section_1in06_1 .animate-box .section-top .text-box .bottom-text img {
  position: absolute;
  right: 6.4412238325vw;
  bottom: 0;
  width: 27.3752012882vw;
}
._section_1in06_1 .animate-box .section-top .box-items {
  position: relative;
  height: 16.1030595813vw;
  transition: all ease-out 0.5s;
  font-size: 4.0257648953vw;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item {
  height: 16.1030595813vw;
  line-height: 4.0257648953vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.8051529791vw;
  font-size: 9.6618357488vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 5.4750402576vw;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 2.0933977456vw;
  top: -2.4154589372vw;
}
._section_1in06_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
._section_1in06_1 .animate-box .section-bottom video {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_1in06_1 .animate-box .section-bottom video.active {
  opacity: 1;
  transition-delay: 0.5s;
}._section_1n69u_1 {
  position: relative;
  height: 170vh;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_1n69u_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
._section_1n69u_1 .animate-box .section-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 7.0853462158vw;
  line-height: 1.206;
}
._section_1n69u_1 .animate-box .img-pro {
  position: absolute;
  top: 450px;
  left: 10%;
  width: 80%;
  transform: translateY(-110px) scale(0.7);
}
._section_1n69u_1 .box-icons {
  position: absolute;
  bottom: 8.8566827697vw;
  left: 5%;
  width: 90%;
  padding: 10px 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_1n69u_1 .box-icons > div {
  width: 40%;
  margin: 1.6103059581vw 1.6103059581vw;
}
._section_1n69u_1 .box-icons > div img {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
._section_1n69u_1 .box-icons > div .icons-title .title {
  font-size: 3.2206119163vw;
  line-height: 1.286;
  margin: 5px 0;
  color: #1e1e1e;
}
._section_1n69u_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 2.576489533vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_xldkw_1 {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  height: 156vw;
  box-sizing: border-box;
  padding-top: 14vw;
}
._section_xldkw_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_xldkw_1 .section-inbox {
  width: 100%;
}
._section_xldkw_1 .box-container {
  width: 200vw;
  display: flex;
  transform: translateX(0);
  transition: all 1.5s cubic-bezier(0.38, 0.78, 0.165, 1);
}
._section_xldkw_1 .left-box {
  width: 100vw;
  padding-bottom: 20vw;
}
._section_xldkw_1 .left-box .inbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_xldkw_1 .left-box .inbox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_xldkw_1 .left-box .text-title,
._section_xldkw_1 .left-box .text-subtitle {
  position: absolute;
  left: 5.6360708535vw;
}
._section_xldkw_1 .left-box .text-title {
  top: 12.077294686vw;
}
._section_xldkw_1 .left-box .text-subtitle {
  bottom: 5.6360708535vw;
}
._section_xldkw_1 .left-box .btn-right {
  position: absolute;
  right: 5.6360708535vw;
  bottom: 5.6360708535vw;
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_xldkw_1 .right-box {
  position: relative;
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20vw;
}
._section_xldkw_1 .right-box .inbox {
  width: 220vw;
  height: 100%;
  display: flex;
}
._section_xldkw_1 .right-box .video-text {
  width: 100vw;
  padding: 45.0885668277vw 0 0 12.8824476651vw;
}
._section_xldkw_1 .right-box .right-video {
  padding: 42.6731078905vw 0 0 4.8309178744vw;
}
._section_xldkw_1 .right-box .right-video video {
  width: 100vw;
  height: 62.5vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_xldkw_1 .back-box {
  position: absolute;
  bottom: 26vw;
  left: 105vw;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._section_xldkw_1 .back-box .line-box {
  width: 85%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
._section_xldkw_1 .back-box .line-box div {
  height: 2px;
  background-color: #fff;
}
._section_xldkw_1 .back-box .btn-back {
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_xldkw_1 .text-title {
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_xldkw_1 .text-title sup {
  font-size: 14px;
  top: -3.3vw;
}
._section_xldkw_1 .text-subtitle {
  width: 80%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
}._section_1cwu9_1 {
  background-color: #000;
  color: #fff;
}
._section_1cwu9_1 .x-container {
  position: relative;
}
._section_1cwu9_1 .x-container > div {
  width: 100%;
  height: 0;
  padding-bottom: 142%;
}
._section_1cwu9_1 .x-container > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_1cwu9_1 .video-text {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_1cwu9_1 .video-text .text-title {
  padding: 0 20px;
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_1cwu9_1 .video-text .text-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}._section_1ckal_1 {
  position: relative;
  padding: 16.1030595813vw 0 6.4412238325vw;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
._section_1ckal_1 .section-title {
  width: 100%;
  height: 14.4122383253vw;
  margin-bottom: 4.0257648953vw;
}
._section_1ckal_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8.0515297907vw;
}
._section_1ckal_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_1ckal_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_1ckal_1 .section-btns .left-btn {
  left: 41%;
}
._section_1ckal_1 .section-btns .right-btn {
  right: 41%;
}
._section_1ckal_1 .box-container {
  position: relative;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
._section_1ckal_1 .box-item {
  width: 50%;
  font-size: 0;
  color: #fff;
  padding: 0 3px;
  box-sizing: border-box;
}
._section_1ckal_1 .box-item img {
  width: 43.4782608696vw;
  height: 31.4009661836vw;
  border-radius: 2.0128824477vw;
}
._section_1ckal_1 .box-item > div {
  margin: 2.8180354267vw 0 8.0515297907vw;
  font-size: 2.8985507246vw;
  line-height: 1.4;
}
._section_1ckal_1 .box-item > div p {
  font-size: 2.4154589372vw;
  margin: 5px 0 0;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}._section_uu2qu_1 {
  position: relative;
  color: #fff;
  text-align: center;
}
._section_uu2qu_1 .section-title {
  font-size: 7.0853462158vw;
  line-height: 1.136;
  margin-bottom: 4.8309178744vw;
}
._section_uu2qu_1 .section-subtitle {
  font-size: 2.8985507246vw;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}
._section_uu2qu_1 .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_uu2qu_1 .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_uu2qu_1 .box-info {
  position: absolute;
  left: 20px;
  bottom: 11.2721417069vw;
  width: 70%;
}._section_f8lc3_1 {
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 14.4927536232vw;
}
._section_f8lc3_1 .section-title {
  margin-bottom: 12px;
  font-size: 7.0853462158vw;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_f8lc3_1 .section-subtitle {
  margin-bottom: 55px;
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}
._section_f8lc3_1 .swiper-wrapper {
  display: flex;
}
._section_f8lc3_1 .swiper-wrapper .swiper-slide {
  flex: 1;
  height: auto;
}
._section_f8lc3_1 .pro-item {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._section_f8lc3_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 55%;
  position: relative;
}
._section_f8lc3_1 .pro-item .pro-img .pro-logo {
  position: absolute;
  top: 0;
  right: -48%;
  width: 45%;
}
._section_f8lc3_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
}
._section_f8lc3_1 .pro-item .pro-title {
  margin: 20px 0 10px;
  line-height: 1.2;
  font-size: 2.8985507246vw;
}
._section_f8lc3_1 .pro-item .pro-price {
  font-size: 4.5088566828vw;
  color: #087cf2;
}
._section_f8lc3_1 .pro-item .pro-price span,
._section_f8lc3_1 .pro-item .pro-price p {
  display: block;
  text-decoration: line-through;
  font-size: 2.8985507246vw;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light;
}
._section_f8lc3_1 .pro-item .pro-price .price-box {
  height: 8.0515297907vw;
  display: flex;
  line-height: 1.2;
}
._section_f8lc3_1 .pro-item .pro-price .price-box .price-item {
  flex: 1;
  font-size: 4.5088566828vw;
}
._section_f8lc3_1 .pro-item .pro-price .price-box .price-item .price-desc {
  font-size: 2.576489533vw;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
._section_f8lc3_1 .pro-item .pro-price .price-box .price-item .price-desc img {
  margin-right: 2px;
  width: 2.2544283414vw;
  height: 2.2544283414vw;
}
._section_f8lc3_1 .pro-item .pro-btn {
  margin: 10px auto;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  width: 22.5442834138vw;
  height: 5.6360708535vw;
  line-height: 5.6360708535vw;
  font-size: 2.2544283414vw;
  cursor: pointer;
}
._section_f8lc3_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_f8lc3_1 .pro-item .btn-box {
  display: flex;
  justify-content: space-around;
}
._section_f8lc3_1 .pro-item .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_f8lc3_1 .pro-item .btn-box a img {
  width: 12.8824476651vw;
}
._section_f8lc3_1 .pro-item .pro-desc {
  position: relative;
  font-size: 2.2544283414vw;
  line-height: 1.25;
  font-family: HelveticaNeueLTStd-Light;
  color: rgba(255, 255, 255, 0.5);
  padding: 2.4154589372vw 0 4.8309178744vw;
}
._section_f8lc3_1 .pro-item .pro-desc::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  display: block;
  content: "";
  width: 60%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._section_f8lc3_1 .pro-item .pro-list {
  flex: 1;
  margin: 0 4.8309178744vw;
}
._section_f8lc3_1 .pro-item .pro-list .list-item {
  margin-top: 5vw;
  height: 35vw;
  position: relative;
}
._section_f8lc3_1 .pro-item .pro-list .list-item.short {
  height: 25vw;
}
._section_f8lc3_1 .pro-item .pro-list .list-item.short2 {
  height: 20vw;
}
._section_f8lc3_1 .pro-item .pro-list .list-item img {
  width: 11.2721417069vw;
  margin-bottom: 4px;
}
._section_f8lc3_1 .pro-item .pro-list .list-item .item-title {
  font-size: 2.8985507246vw;
  line-height: 1.3;
  margin-bottom: 6px;
}
._section_f8lc3_1 .pro-item .pro-list .list-item .item-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.576489533vw;
  line-height: 1.3;
}
._section_f8lc3_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-5px);
  width: 10px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_1004c_1 {
  position: relative;
  padding-bottom: 12.8824476651vw;
  margin: 0 auto;
  font-size: 2.576489533vw;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  overflow: hidden;
}
._section_1004c_1 .line {
  margin: 12.8824476651vw auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1004c_1 p {
  position: relative;
  margin-bottom: 2.2544283414vw;
  padding-left: 4.8309178744vw;
}
._section_1004c_1 p:first-of-type {
  padding-left: 1.6103059581vw;
}
._section_1004c_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.7037037037vw;
  text-align: right;
}._wrap_1626l_1 {
  position: relative;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_1626l_1 .js-fade {
  opacity: 0;
}
._wrap_1626l_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1626l_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1626l_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1626l_1 .js-showLeft,
._wrap_1626l_1 .js-showRight,
._wrap_1626l_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1626l_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1626l_1 .go-top {
  position: fixed;
  bottom: 14%;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
._wrap_1626l_1 .go-top img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
._wrap_1626l_1 .x2-header {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 2.8985507246vw;
  transition: all ease-out 0.5s;
}
._wrap_1626l_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1626l_1 .x2-header .btn-buy {
  cursor: pointer;
  line-height: 1;
  padding: 5px 15px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1626l_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_1626l_77 .MuiPaper-root {
  background-color: #000;
  margin: 15px;
}
._dialog_1626l_77 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_1626l_77 .dialog-title svg {
  margin: 10px;
  font-size: 16px;
  color: #fff;
}._section_etvrd_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_etvrd_1 ul {
  list-style: none;
}
._section_etvrd_1 ul li {
  margin: 0;
}
._section_etvrd_1 {
  width: 100%;
  box-sizing: border-box;
  height: 48.4375vw;
  position: relative;
  overflow: hidden;
}
._section_etvrd_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 48.4375vw;
  z-index: 1;
  opacity: 1;
}
._section_etvrd_1 .video-container.end {
  opacity: 0;
}
._section_etvrd_1 .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_etvrd_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
._section_etvrd_1 .img-container.end {
  opacity: 1;
}
._section_etvrd_1 .img-container .img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_etvrd_1 .img-container .img-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: SourceHanSansCN-Light;
  z-index: 4;
  opacity: 0;
  transform-origin: 0 0;
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_etvrd_1 .img-container .img-text.end {
  opacity: 1;
}
._section_etvrd_1 .img-container .img-text img {
  width: 677px;
}
._section_etvrd_1 .img-container .img-text h1 {
  margin: 30px 0 50px;
  font-size: 22px;
  letter-spacing: 6.8px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_etvrd_1 .img-container .img-text h2 {
  margin-bottom: 40px;
  font-size: 52px;
  letter-spacing: 7px;
  line-height: 1.349;
  font-family: HelveticaNeueLTStd-Roman;
}
._section_etvrd_1 .img-container .img-text .box-item {
  display: flex;
  margin-left: -18px;
  font-size: 14px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_etvrd_1 .img-container .img-text .box-item .item-info {
  margin-top: 12px;
  width: 108px;
  text-align: center;
}
._section_etvrd_1 .img-container .img-text .box-item .item-info.large {
  width: 116px;
}
._section_etvrd_1 .img-container .box-products {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._section_etvrd_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_etvrd_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_etvrd_1 .img-container .box-products .pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_etvrd_1 .color-list {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_etvrd_1 .color-list.end {
  opacity: 1;
}
._section_etvrd_1 .color-list .x-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._section_etvrd_1 .color-list .img-logo {
  width: 10.6640625vw;
}
._section_etvrd_1 .color-list .right-btns {
  height: 30px;
}
._section_etvrd_1 .color-list .colornav-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
._section_etvrd_1 .color-list .colornav-title.none {
  display: none;
}
._section_etvrd_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_etvrd_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_etvrd_1 .color-list .colornav-items {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item {
  float: left;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item input:focus ~ .colornav-link {
  outline: 1px solid #0071e3;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  outline-offset: 0px;
  padding-top: 5px;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}
._section_etvrd_1 .box-tips {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  left: 0;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_etvrd_1 .box-tips.end {
  opacity: 1;
}
._section_etvrd_1 .box-tips .x-container {
  position: relative;
  height: 50px;
}
._section_etvrd_1 .box-tips .x-container span {
  position: absolute;
  transform-origin: 0 0;
  display: inline-block;
  font-size: 14px;
}._section_116r6_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_116r6_1 {
  padding: 200px 0 100px;
}
._section_116r6_1 .top-parts {
  display: flex;
}
._section_116r6_1 .top-parts .item-title,
._section_116r6_1 .top-parts .item-subtitle,
._section_116r6_1 .top-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .top-parts .item-subtitle {
  height: auto !important;
}
._section_116r6_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_116r6_1 .bottom-parts {
  display: flex;
}
._section_116r6_1 .bottom-parts .item-title,
._section_116r6_1 .bottom-parts .item-subtitle,
._section_116r6_1 .bottom-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 110.43%;
}
._section_116r6_1 .item-part {
  margin-bottom: 40px;
  flex: 1;
  padding: 15px 15px 45px;
  position: relative;
}
._section_116r6_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_116r6_1 .item-part .item-img:hover img {
  transform: scale(1.15);
}
._section_116r6_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_116r6_1 .item-part .item-title {
  margin: 30px 0 10px;
  font-size: 27px;
  color: #fff;
  line-height: 1.333;
}
._section_116r6_1 .item-part .item-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_116r6_1 .item-part .item-link {
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-top: 20px;
  font-size: 18px;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_116r6_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_116r6_1 .item-part .item-link img {
  width: 19px;
  margin-left: 10px;
}._section_11gqm_1 {
  height: 550vh;
  background-color: #fff;
}
._section_11gqm_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_11gqm_1 .animate-box .box-container {
  margin: 0 auto;
  width: 58%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_11gqm_1 .animate-box .section-top {
  position: relative;
  margin: 3.125vw 0 1.0416666667vw 2.0833333333vw;
}
._section_11gqm_1 .animate-box .section-top .section-title {
  font-size: 0.9375vw;
}
._section_11gqm_1 .animate-box .section-top .out-box {
  overflow: hidden;
  width: 140%;
  height: 4.1666666667vw;
}
._section_11gqm_1 .animate-box .section-top .box-items {
  position: relative;
  height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  font-size: 2.109375vw;
}
._section_11gqm_1 .animate-box .section-top .box-items .top-item {
  height: 5.2083333333vw;
  line-height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_11gqm_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_11gqm_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.5208333333vw;
  font-size: 3.6458333333vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_11gqm_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 2.65625vw;
}
._section_11gqm_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 0.9375vw;
  top: -1.5625vw;
}
._section_11gqm_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  position: relative;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
._section_11gqm_1 .animate-box .section-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_11gqm_1 .animate-box .section-bottom video.active {
  opacity: 1;
}
._section_11gqm_1 .animate-box .section-bottom .bottom-text {
  width: 55%;
  color: #fff;
  line-height: 1.417;
  font-size: 0.9375vw;
  position: absolute;
  bottom: 9%;
  left: 0;
  padding-left: 4.1666666667vw;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all ease-out 0.5s;
  transition-delay: 0.5s;
}
._section_11gqm_1 .animate-box .section-bottom .bottom-text.active {
  transform: translate(0, 0);
  opacity: 1;
}
._section_11gqm_1 .animate-box .section-bottom .bottom-text img {
  position: absolute;
  right: 4.1666666667vw;
  bottom: 0;
  width: 13.28125vw;
}._section_114a8_1 {
  height: 190vh;
  position: relative;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_114a8_1 .anchor {
  position: absolute;
  top: -70px;
}
._section_114a8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
._section_114a8_1 .animate-box .section-title {
  position: absolute;
  top: 50vh;
  left: 0;
  padding-top: 1.5625vw;
  width: 100%;
  text-align: center;
  font-size: 2.65625vw;
  line-height: 1.206;
}
._section_114a8_1 .animate-box .img-pro {
  position: absolute;
  top: 24vh;
  left: 50%;
  margin-left: -20.0390625vw;
  width: 40.078125vw;
  height: 49.453125vw;
}
._section_114a8_1 .box-icons {
  position: absolute;
  bottom: 20vh;
  right: 20%;
  width: 31.0546875vw;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_114a8_1 .box-icons > div {
  width: 40%;
  margin: 15px 15px;
}
._section_114a8_1 .box-icons > div img {
  width: 3.2206119163vw;
  height: 3.2206119163vw;
}
._section_114a8_1 .box-icons > div .icons-title .title {
  font-size: 0.859375vw;
  line-height: 1.286;
  margin-bottom: 5px;
  color: #1e1e1e;
}
._section_114a8_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 0.625vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_10bf8_1 {
  height: 240vh;
  background-color: #000;
}
._section_10bf8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_10bf8_1 .animate-box .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 14%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video.active {
  opacity: 1;
}
._section_10bf8_1 .animate-box .box-video video {
  border-radius: 1.3020833333vw;
}
._section_10bf8_1 .animate-box .box-video .video-text {
  height: 10vw;
  padding: 0 3%;
  margin-top: -5vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video .video-text.active {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text {
  width: 60%;
  padding-right: 2.6041666667vw;
  font-size: 2.65625vw;
  color: #fff;
  line-height: 1.441;
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text sup {
  font-size: 0.8333333333vw;
  top: -2vw;
}
._section_10bf8_1 .animate-box .box-video .video-text .right-text {
  width: 40%;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_r2k6d_1 {
  height: 160vh;
  background-color: #000;
  color: #fff;
}
._section_r2k6d_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_r2k6d_1 .animate-box video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
._section_r2k6d_1 .animate-box .video-text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease-out 1s;
}
._section_r2k6d_1 .animate-box .video-text.active {
  opacity: 1;
  transform: translateY(0);
}
._section_r2k6d_1 .animate-box .video-text .text-title {
  font-size: 3.046875vw;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.171875vw;
}
._section_r2k6d_1 .animate-box .video-text .text-subtitle {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_cpmxw_1 {
  position: relative;
  padding: 180px 0 100px;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #fff;
}
._section_cpmxw_1 .anchor {
  position: absolute;
  top: 100px;
}
._section_cpmxw_1 .swiper-button-next {
  top: 26vw;
  left: 53%;
}
@media (max-width: 1600px) {
  ._section_cpmxw_1 .swiper-button-next {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_cpmxw_1 .swiper-button-next {
    top: 26vw;
    left: 52%;
  }
}
._section_cpmxw_1 .swiper-button-prev {
  top: 26vw;
  left: 47%;
}
@media (max-width: 1600px) {
  ._section_cpmxw_1 .swiper-button-prev {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_cpmxw_1 .swiper-button-prev {
    top: 26vw;
    left: 48%;
  }
}
._section_cpmxw_1 .swiper-button-prev:hover::before,
._section_cpmxw_1 .swiper-button-next:hover::before {
  background-color: #4d4d4d;
}
._section_cpmxw_1 .swiper-button-prev::after,
._section_cpmxw_1 .swiper-button-next::after {
  z-index: 3;
}
._section_cpmxw_1 .swiper-button-prev::before,
._section_cpmxw_1 .swiper-button-next::before {
  position: absolute;
  top: -17px;
  left: -19px;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
._section_cpmxw_1 .section-title {
  position: absolute;
  top: 24vw;
  left: 50%;
  margin-left: -9.4921875vw;
  z-index: 1;
  width: 18.984375vw;
  height: 6.9921875vw;
}
@media (max-width: 1600px) {
  ._section_cpmxw_1 .section-title {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_cpmxw_1 .section-title {
    top: 21vw;
  }
}
._section_cpmxw_1 .section-title .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.953125vw;
}
._section_cpmxw_1 .section-title .section-btns img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.7734375vw;
  height: 3.1640625vw;
}
._section_cpmxw_1 .section-title .section-btns > div {
  position: absolute;
  top: 0;
  width: 3.515625vw;
  height: 3.515625vw;
  cursor: pointer;
}
._section_cpmxw_1 .section-title .section-btns .left-btn {
  left: 31%;
}
._section_cpmxw_1 .section-title .section-btns .right-btn {
  right: 31%;
}
._section_cpmxw_1 .swiper .swiper-slide {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
._section_cpmxw_1 .box-item {
  width: 50%;
  font-size: 0;
}
._section_cpmxw_1 .box-item img {
  width: 54.6%;
  border-radius: 0.9765625vw;
}
._section_cpmxw_1 .box-item > div {
  margin: 40px 0 80px;
  font-size: 1.40625vw;
  line-height: 1.4;
}
._section_cpmxw_1 .box-item > div p {
  margin: 0 auto;
  font-size: 0.9375vw;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}
._section_cpmxw_1 .box-left,
._section_cpmxw_1 .box-right {
  width: 50%;
}
._section_cpmxw_1 .box-left .box-item,
._section_cpmxw_1 .box-right .box-item {
  width: 100%;
  font-size: 0;
}
._section_cpmxw_1 .box-left .box-item img,
._section_cpmxw_1 .box-right .box-item img {
  width: 54.6%;
}._section_1c16z_1 {
  position: relative;
  padding: 180px 0;
  color: #1c1c1c;
  background-color: #fff;
  text-align: center;
}
._section_1c16z_1 .section-title {
  font-size: 51px;
  line-height: 1.441;
  margin-bottom: 40px;
}
._section_1c16z_1 .section-subtitle {
  font-size: 18px;
  margin-bottom: 100px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1c16z_1 .video-container {
  margin: 0 auto;
  width: 1500px;
  border-radius: 25px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1500px) {
  ._section_1c16z_1 .video-container {
    width: 1200px;
  }
}
._section_1c16z_1 .video-container video {
  width: 100%;
}._section_1oa8x_1 {
  position: relative;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 180px;
}
._section_1oa8x_1 .liuzi > div {
  margin-bottom: 5.2083333333vw;
}
@media (min-width: 1920px) {
  ._section_1oa8x_1 .liuzi > div {
    margin-bottom: 100px;
  }
}
._section_1oa8x_1 .x-container {
  display: flex;
  justify-content: space-around;
}
._section_1oa8x_1 .x-container.box-product {
  width: 1000px;
  justify-content: space-around;
}
._section_1oa8x_1 .x-container.box-product .pro-item {
  width: 300px;
  padding-bottom: 40px;
  margin: 0 4.1666666667vw 5.2083333333vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1920px) {
  ._section_1oa8x_1 .x-container.box-product .pro-item {
    margin: 0 80px 100px;
  }
}
._section_1oa8x_1 .section-title {
  margin-bottom: 30px;
  font-size: 51px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1oa8x_1 .section-subtitle {
  margin-bottom: 100px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1oa8x_1 .pro-item {
  width: 24%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
._section_1oa8x_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 240px;
  position: relative;
}
._section_1oa8x_1 .pro-item .pro-img .pro-logo {
  position: absolute;
  top: 0;
  right: -130px;
  width: 123px;
}
._section_1oa8x_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1oa8x_1 .pro-item .pro-title {
  margin: 30px 0 20px;
  font-size: 27px;
}
._section_1oa8x_1 .pro-item .pro-price {
  font-size: 34px;
  color: #087cf2;
}
._section_1oa8x_1 .pro-item .pro-price span {
  margin-left: 12px;
  text-decoration: line-through;
  font-size: 18px;
  color: #fff;
}
._section_1oa8x_1 .pro-item .pro-btn {
  margin: 15px auto 20px;
  display: inline-block;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  line-height: 1.25;
  padding: 4px 0 3px;
  width: 210px;
  cursor: pointer;
}
._section_1oa8x_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_1oa8x_1 .pro-item .pro-desc {
  line-height: 1.25;
  font-family: HelveticaNeueLTStd-Light;
  color: rgba(255, 255, 255, 0.5);
}
._section_1oa8x_1 .pro-item .pro-list {
  flex: 1;
}
._section_1oa8x_1 .pro-item .pro-list .list-item {
  height: 240px;
  position: relative;
}
._section_1oa8x_1 .pro-item .pro-list .list-item.short {
  height: 190px;
}
._section_1oa8x_1 .pro-item .pro-list .list-item.short2 {
  height: 160px;
}
._section_1oa8x_1 .pro-item .pro-list .list-item img {
  width: 60px;
  margin-bottom: 10px;
}
._section_1oa8x_1 .pro-item .pro-list .list-item .item-title {
  font-size: 22px;
  line-height: 1.166;
  margin-bottom: 10px;
}
._section_1oa8x_1 .pro-item .pro-list .list-item .item-subtitle {
  line-height: 1.417;
  color: rgba(255, 255, 255, 0.5);
  font-family: HelveticaNeueLTStd-Light;
}
._section_1oa8x_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-10px);
  width: 20px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_chza6_1 {
  position: relative;
  padding-bottom: 200px;
  margin: 0 auto;
  font-size: 14px;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  padding-left: 10px;
  overflow: hidden;
}
._section_chza6_1 .line {
  margin: 20px auto 100px;
  width: 1500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_chza6_1 .x-container {
  padding: 0 100px;
}
._section_chza6_1 p {
  position: relative;
  margin-bottom: 0;
  padding-left: 26px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_chza6_1 p:first-of-type {
  padding-left: 8px;
}
._section_chza6_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}._wrap_b4fjr_1 {
  overflow-x: 0;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_b4fjr_1 .js-fade {
  opacity: 0;
}
._wrap_b4fjr_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_b4fjr_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_b4fjr_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_b4fjr_1 .js-showLeft,
._wrap_b4fjr_1 .js-showRight,
._wrap_b4fjr_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_b4fjr_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_b4fjr_1 .go-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
._wrap_b4fjr_1 .go-top img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
._wrap_b4fjr_1 .x2-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  transition: all ease-out 0.5s;
}
._wrap_b4fjr_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_b4fjr_1 .x2-header .btn-buy {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 7px 18px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_b4fjr_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_b4fjr_81 .MuiPaper-root {
  background-color: #000;
}
._dialog_b4fjr_81 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_b4fjr_81 .dialog-title svg {
  margin: 10px;
  color: #fff;
}._section_15gui_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_15gui_1 ul {
  list-style: none;
}
._section_15gui_1 ul li {
  margin: 0;
}
._section_15gui_1 {
  width: 100%;
  box-sizing: border-box;
  height: 126.0064412238vw;
  position: relative;
  overflow: hidden;
}
._section_15gui_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 126.0064412238vw;
  z-index: 1;
  opacity: 1;
}
._section_15gui_1 .video-container.end {
  opacity: 0;
}
._section_15gui_1 .video-container video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
._section_15gui_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  opacity: 0;
}
._section_15gui_1 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_15gui_1 .img-container.end {
  opacity: 1;
}
._section_15gui_1 .img-container .img-text {
  position: absolute;
  top: 4vw;
  left: 0;
  width: 100%;
  z-index: 4;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_15gui_1 .img-container .img-text.end {
  opacity: 1;
  transform: translateY(0);
}
._section_15gui_1 .img-container .img-text .img-logo {
  margin-bottom: 4vw;
}
._section_15gui_1 .img-container .img-text h1 {
  margin-top: 1.3333333333vw;
  font-family: HelveticaNeueLTStd-Light;
  letter-spacing: 0.1333333333vw;
  font-size: 2.1333333333vw;
}
._section_15gui_1 .img-container .img-text h2 {
  margin-top: 4vw;
  font-family: HelveticaNeueLTStd-Light;
  letter-spacing: 0.4vw;
  font-size: 4.5333333333vw;
}
._section_15gui_1 .img-container .box-products {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._section_15gui_1 .img-container .box-products .swiper {
  width: 100%;
  height: 100%;
}
._section_15gui_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_15gui_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_15gui_1 .color-list {
  position: absolute;
  bottom: 4.8309178744vw;
  left: 0;
  width: 100%;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_15gui_1 .color-list.end {
  opacity: 1;
}
._section_15gui_1 .color-list .x-container {
  position: relative;
}
._section_15gui_1 .color-list .colornav-title {
  position: relative;
  color: #fff;
  font-size: 2.8985507246vw;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
._section_15gui_1 .color-list .colornav-title.none {
  display: none;
}
._section_15gui_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_15gui_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_15gui_1 .color-list .colornav-items {
  width: 100%;
  margin: 0;
  padding: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_15gui_1 .color-list .colornav-items .colornav-item {
  margin: 0 4px;
}
._section_15gui_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_15gui_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 18px;
  height: 18px;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}._section_dbetd_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_dbetd_1 {
  padding: 16.1030595813vw 0;
  overflow: hidden;
}
._section_dbetd_1 .top-parts .item-title,
._section_dbetd_1 .top-parts .item-subtitle,
._section_dbetd_1 .top-parts .item-link {
  padding: 0 4.0257648953vw;
}
._section_dbetd_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_dbetd_1 .item-part {
  position: relative;
  margin-bottom: 6.4412238325vw;
}
._section_dbetd_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_dbetd_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_dbetd_1 .item-part .item-title {
  margin: 6.4412238325vw 0 2.4154589372vw;
  font-size: 4.0257648953vw;
  color: #fff;
  line-height: 1;
}
._section_dbetd_1 .item-part .item-subtitle {
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
}
._section_dbetd_1 .item-part .item-link {
  margin-top: 3.2206119163vw;
  font-size: 2.8985507246vw;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_dbetd_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_dbetd_1 .item-part .item-link img {
  width: 2.8180354267vw;
  height: 2.8180354267vw;
  margin-left: 1.2882447665vw;
}
._section_dbetd_1 .bottom-parts {
  display: flex;
  justify-content: space-between;
}
._section_dbetd_1 .bottom-parts .item-part {
  width: 48.5%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._section_dbetd_1 .bottom-parts .item-title,
._section_dbetd_1 .bottom-parts .item-subtitle,
._section_dbetd_1 .bottom-parts .item-link {
  text-align: center;
}
._section_dbetd_1 .bottom-parts .item-link {
  justify-content: center;
}
._section_dbetd_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 126%;
}._section_1in06_1 {
  height: 550vh;
  background-color: #fff;
}
._section_1in06_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_1in06_1 .animate-box .x-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_1in06_1 .animate-box .section-top {
  position: relative;
  text-align: center;
  margin-bottom: 8.0515297907vw;
}
._section_1in06_1 .animate-box .section-top .section-title {
  margin-bottom: 9.2592592593vw;
  font-size: 2.8985507246vw;
}
._section_1in06_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 16.1030595813vw;
}
._section_1in06_1 .animate-box .section-top .text-box {
  position: relative;
  height: 10.4669887279vw;
  margin-top: 6.4412238325vw;
}
._section_1in06_1 .animate-box .section-top .text-box .bottom-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2.8985507246vw;
  line-height: 1.417;
  font-size: 2.8985507246vw;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_1in06_1 .animate-box .section-top .text-box .bottom-text.active {
  opacity: 1;
}
._section_1in06_1 .animate-box .section-top .text-box .bottom-text img {
  position: absolute;
  right: 6.4412238325vw;
  bottom: 0;
  width: 27.3752012882vw;
}
._section_1in06_1 .animate-box .section-top .box-items {
  position: relative;
  height: 16.1030595813vw;
  transition: all ease-out 0.5s;
  font-size: 4.0257648953vw;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item {
  height: 16.1030595813vw;
  line-height: 4.0257648953vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.8051529791vw;
  font-size: 9.6618357488vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 5.4750402576vw;
}
._section_1in06_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 2.0933977456vw;
  top: -2.4154589372vw;
}
._section_1in06_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
._section_1in06_1 .animate-box .section-bottom video {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_1in06_1 .animate-box .section-bottom video.active {
  opacity: 1;
  transition-delay: 0.5s;
}._section_1n69u_1 {
  position: relative;
  height: 170vh;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_1n69u_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
._section_1n69u_1 .animate-box .section-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 7.0853462158vw;
  line-height: 1.206;
}
._section_1n69u_1 .animate-box .img-pro {
  position: absolute;
  top: 450px;
  left: 10%;
  width: 80%;
  transform: translateY(-110px) scale(0.7);
}
._section_1n69u_1 .box-icons {
  position: absolute;
  bottom: 8.8566827697vw;
  left: 5%;
  width: 90%;
  padding: 10px 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_1n69u_1 .box-icons > div {
  width: 40%;
  margin: 1.6103059581vw 1.6103059581vw;
}
._section_1n69u_1 .box-icons > div img {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
._section_1n69u_1 .box-icons > div .icons-title .title {
  font-size: 3.2206119163vw;
  line-height: 1.286;
  margin: 5px 0;
  color: #1e1e1e;
}
._section_1n69u_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 2.576489533vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_1291u_1 {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  height: 156vw;
  box-sizing: border-box;
  padding-top: 14vw;
}
._section_1291u_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_1291u_1 .section-inbox {
  width: 100%;
}
._section_1291u_1 .box-container {
  width: 200vw;
  display: flex;
  transform: translateX(0);
  transition: all 1.5s cubic-bezier(0.38, 0.78, 0.165, 1);
}
._section_1291u_1 .left-box {
  width: 100vw;
  padding-bottom: 20vw;
}
._section_1291u_1 .left-box .inbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_1291u_1 .left-box .inbox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_1291u_1 .left-box .text-title {
  position: absolute;
  top: 12.077294686vw;
  padding: 0 15px;
}
._section_1291u_1 .left-box .text-subtitle {
  position: absolute;
  left: 15px;
  bottom: 5.6360708535vw;
}
._section_1291u_1 .left-box .btn-right {
  position: absolute;
  right: 5.6360708535vw;
  bottom: 5.6360708535vw;
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_1291u_1 .right-box {
  position: relative;
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20vw;
}
._section_1291u_1 .right-box .inbox {
  width: 220vw;
  height: 100%;
  display: flex;
}
._section_1291u_1 .right-box .video-text {
  width: 100vw;
  padding: 45.0885668277vw 0 0 12.8824476651vw;
}
._section_1291u_1 .right-box .right-video {
  padding: 42.6731078905vw 0 0 4.8309178744vw;
}
._section_1291u_1 .right-box .right-video video {
  width: 100vw;
  height: 62.5vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_1291u_1 .back-box {
  position: absolute;
  bottom: 26vw;
  left: 105vw;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._section_1291u_1 .back-box .line-box {
  width: 85%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
._section_1291u_1 .back-box .line-box div {
  height: 2px;
  background-color: #fff;
}
._section_1291u_1 .back-box .btn-back {
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_1291u_1 .text-title {
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_1291u_1 .text-title sup {
  font-size: 14px;
  top: -3.3vw;
}
._section_1291u_1 .text-subtitle {
  width: 80%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
}._section_1cwu9_1 {
  background-color: #000;
  color: #fff;
}
._section_1cwu9_1 .x-container {
  position: relative;
}
._section_1cwu9_1 .x-container > div {
  width: 100%;
  height: 0;
  padding-bottom: 142%;
}
._section_1cwu9_1 .x-container > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_1cwu9_1 .video-text {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_1cwu9_1 .video-text .text-title {
  padding: 0 20px;
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_1cwu9_1 .video-text .text-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}._section_1ckal_1 {
  position: relative;
  padding: 16.1030595813vw 0 6.4412238325vw;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
._section_1ckal_1 .section-title {
  width: 100%;
  height: 14.4122383253vw;
  margin-bottom: 4.0257648953vw;
}
._section_1ckal_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8.0515297907vw;
}
._section_1ckal_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_1ckal_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_1ckal_1 .section-btns .left-btn {
  left: 41%;
}
._section_1ckal_1 .section-btns .right-btn {
  right: 41%;
}
._section_1ckal_1 .box-container {
  position: relative;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
._section_1ckal_1 .box-item {
  width: 50%;
  font-size: 0;
  color: #fff;
  padding: 0 3px;
  box-sizing: border-box;
}
._section_1ckal_1 .box-item img {
  width: 43.4782608696vw;
  height: 31.4009661836vw;
  border-radius: 2.0128824477vw;
}
._section_1ckal_1 .box-item > div {
  margin: 2.8180354267vw 0 8.0515297907vw;
  font-size: 2.8985507246vw;
  line-height: 1.4;
}
._section_1ckal_1 .box-item > div p {
  font-size: 2.4154589372vw;
  margin: 5px 0 0;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}._section_uu2qu_1 {
  position: relative;
  color: #fff;
  text-align: center;
}
._section_uu2qu_1 .section-title {
  font-size: 7.0853462158vw;
  line-height: 1.136;
  margin-bottom: 4.8309178744vw;
}
._section_uu2qu_1 .section-subtitle {
  font-size: 2.8985507246vw;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}
._section_uu2qu_1 .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_uu2qu_1 .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_uu2qu_1 .box-info {
  position: absolute;
  left: 20px;
  bottom: 11.2721417069vw;
  width: 70%;
}._section_jtgg8_1 {
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 14.4927536232vw;
}
._section_jtgg8_1 .section-title {
  margin-bottom: 12px;
  font-size: 7.0853462158vw;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_jtgg8_1 .section-subtitle {
  margin-bottom: 55px;
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}
._section_jtgg8_1 .swiper-wrapper {
  display: flex;
}
._section_jtgg8_1 .swiper-wrapper .swiper-slide {
  flex: 1;
  height: auto;
}
._section_jtgg8_1 .pro-item {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._section_jtgg8_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 55%;
  position: relative;
}
._section_jtgg8_1 .pro-item .pro-img .pro-logo {
  position: absolute;
  top: 0;
  right: -48%;
  width: 45%;
}
._section_jtgg8_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
}
._section_jtgg8_1 .pro-item .pro-title {
  margin: 20px 0;
  font-size: 2.8985507246vw;
}
._section_jtgg8_1 .pro-item .pro-price {
  font-size: 4.5088566828vw;
  color: #087cf2;
}
._section_jtgg8_1 .pro-item .pro-price div {
  margin-left: 12px;
  text-decoration: line-through;
  font-size: 2.8985507246vw;
  color: #fff;
}
._section_jtgg8_1 .pro-item .pro-btn {
  margin: 10px auto;
  display: inline-block;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  line-height: 1.25;
  padding: 4px 15px 3px;
  font-size: 2.2544283414vw;
  cursor: pointer;
}
._section_jtgg8_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_jtgg8_1 .pro-item .pro-desc {
  position: relative;
  font-size: 2.2544283414vw;
  line-height: 1.25;
  height: 12.077294686vw;
  font-family: HelveticaNeueLTStd-Light;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 6.4412238325vw;
}
._section_jtgg8_1 .pro-item .pro-desc::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  display: block;
  content: "";
  width: 60%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._section_jtgg8_1 .pro-item .pro-list {
  flex: 1;
  margin: 0 4.8309178744vw;
}
._section_jtgg8_1 .pro-item .pro-list .list-item {
  margin-top: 5vw;
  height: 35vw;
  position: relative;
}
._section_jtgg8_1 .pro-item .pro-list .list-item.short {
  height: 25vw;
}
._section_jtgg8_1 .pro-item .pro-list .list-item.short2 {
  height: 20vw;
}
._section_jtgg8_1 .pro-item .pro-list .list-item img {
  width: 11.2721417069vw;
  margin-bottom: 4px;
}
._section_jtgg8_1 .pro-item .pro-list .list-item .item-title {
  font-size: 2.8985507246vw;
  line-height: 1.3;
  margin-bottom: 6px;
}
._section_jtgg8_1 .pro-item .pro-list .list-item .item-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.576489533vw;
  line-height: 1.3;
}
._section_jtgg8_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-5px);
  width: 10px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_1004c_1 {
  position: relative;
  padding-bottom: 12.8824476651vw;
  margin: 0 auto;
  font-size: 2.576489533vw;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  overflow: hidden;
}
._section_1004c_1 .line {
  margin: 12.8824476651vw auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1004c_1 p {
  position: relative;
  margin-bottom: 2.2544283414vw;
  padding-left: 4.8309178744vw;
}
._section_1004c_1 p:first-of-type {
  padding-left: 1.6103059581vw;
}
._section_1004c_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.7037037037vw;
  text-align: right;
}._wrap_1626l_1 {
  position: relative;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_1626l_1 .js-fade {
  opacity: 0;
}
._wrap_1626l_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1626l_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1626l_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1626l_1 .js-showLeft,
._wrap_1626l_1 .js-showRight,
._wrap_1626l_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1626l_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1626l_1 .go-top {
  position: fixed;
  bottom: 14%;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
._wrap_1626l_1 .go-top img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
._wrap_1626l_1 .x2-header {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 2.8985507246vw;
  transition: all ease-out 0.5s;
}
._wrap_1626l_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1626l_1 .x2-header .btn-buy {
  cursor: pointer;
  line-height: 1;
  padding: 5px 15px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1626l_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_1626l_77 .MuiPaper-root {
  background-color: #000;
  margin: 15px;
}
._dialog_1626l_77 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_1626l_77 .dialog-title svg {
  margin: 10px;
  font-size: 16px;
  color: #fff;
}._section_jujx7_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_jujx7_1 ul {
  list-style: none;
}
._section_jujx7_1 ul li {
  margin: 0;
}
._section_jujx7_1 {
  width: 100%;
  box-sizing: border-box;
  height: 48.4375vw;
  position: relative;
  overflow: hidden;
}
._section_jujx7_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 48.4375vw;
  z-index: 1;
  opacity: 1;
}
._section_jujx7_1 .video-container.end {
  opacity: 0;
}
._section_jujx7_1 .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_jujx7_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
._section_jujx7_1 .img-container.end {
  opacity: 1;
}
._section_jujx7_1 .img-container .img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_jujx7_1 .img-container .img-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: SourceHanSansCN-Light;
  z-index: 4;
  opacity: 0;
  transform-origin: 0 0;
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_jujx7_1 .img-container .img-text.end {
  opacity: 1;
}
._section_jujx7_1 .img-container .img-text img {
  width: 677px;
}
._section_jujx7_1 .img-container .img-text h1 {
  margin: 30px 0 50px;
  font-size: 22px;
  letter-spacing: 7.5px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_jujx7_1 .img-container .img-text h2 {
  margin-bottom: 40px;
  font-size: 52px;
  letter-spacing: 6px;
  line-height: 1.349;
  font-family: HelveticaNeueLTStd-Roman;
}
._section_jujx7_1 .img-container .img-text .box-item {
  display: flex;
  margin-left: -18px;
  font-size: 14px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_jujx7_1 .img-container .img-text .box-item .item-info {
  margin-top: 12px;
  width: 108px;
  text-align: center;
}
._section_jujx7_1 .img-container .img-text .box-item .item-info.large {
  width: 116px;
}
._section_jujx7_1 .img-container .box-products {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._section_jujx7_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_jujx7_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_jujx7_1 .img-container .box-products .pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_jujx7_1 .color-list {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_jujx7_1 .color-list.end {
  opacity: 1;
}
._section_jujx7_1 .color-list .x-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._section_jujx7_1 .color-list .img-logo {
  width: 10.6640625vw;
}
._section_jujx7_1 .color-list .right-btns {
  height: 30px;
}
._section_jujx7_1 .color-list .colornav-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
._section_jujx7_1 .color-list .colornav-title.none {
  display: none;
}
._section_jujx7_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_jujx7_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_jujx7_1 .color-list .colornav-items {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
}
._section_jujx7_1 .color-list .colornav-items .colornav-item {
  float: left;
}
._section_jujx7_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_jujx7_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_jujx7_1 .color-list .colornav-items .colornav-item input:focus ~ .colornav-link {
  outline: 1px solid #0071e3;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  outline-offset: 0px;
  padding-top: 5px;
}
._section_jujx7_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_jujx7_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
}
._section_jujx7_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_jujx7_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_jujx7_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}
._section_jujx7_1 .box-tips {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  left: 0;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_jujx7_1 .box-tips.end {
  opacity: 1;
}
._section_jujx7_1 .box-tips .x-container {
  position: relative;
  height: 50px;
}
._section_jujx7_1 .box-tips .x-container span {
  position: absolute;
  transform-origin: 0 0;
  display: inline-block;
  font-size: 14px;
}._section_116r6_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_116r6_1 {
  padding: 200px 0 100px;
}
._section_116r6_1 .top-parts {
  display: flex;
}
._section_116r6_1 .top-parts .item-title,
._section_116r6_1 .top-parts .item-subtitle,
._section_116r6_1 .top-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .top-parts .item-subtitle {
  height: auto !important;
}
._section_116r6_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_116r6_1 .bottom-parts {
  display: flex;
}
._section_116r6_1 .bottom-parts .item-title,
._section_116r6_1 .bottom-parts .item-subtitle,
._section_116r6_1 .bottom-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 110.43%;
}
._section_116r6_1 .item-part {
  margin-bottom: 40px;
  flex: 1;
  padding: 15px 15px 45px;
  position: relative;
}
._section_116r6_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_116r6_1 .item-part .item-img:hover img {
  transform: scale(1.15);
}
._section_116r6_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_116r6_1 .item-part .item-title {
  margin: 30px 0 10px;
  font-size: 27px;
  color: #fff;
  line-height: 1.333;
}
._section_116r6_1 .item-part .item-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_116r6_1 .item-part .item-link {
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-top: 20px;
  font-size: 18px;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_116r6_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_116r6_1 .item-part .item-link img {
  width: 19px;
  margin-left: 10px;
}._section_jicw2_1 {
  position: relative;
  padding: 70px 0 200px;
}
._section_jicw2_1 .video-container {
  margin: 0 auto;
  width: 78%;
}
._section_jicw2_1 .video-container img,
._section_jicw2_1 .video-container video {
  width: 100%;
  border-radius: 25px;
}
._section_jicw2_1 .info-container {
  position: absolute;
  top: 9.4vw;
  left: 24%;
}
@media (max-width: 1550px) {
  ._section_jicw2_1 .info-container {
    top: 10.5vw;
  }
}
@media (min-width: 2500px) {
  ._section_jicw2_1 .info-container {
    top: 8.4vw;
  }
}
._section_jicw2_1 .info-container .info-title {
  font-size: 2.65625vw;
  color: rgb(22, 22, 22);
  line-height: 1.147;
  margin-bottom: 1.5625vw;
  background: -webkit-linear-gradient(43deg, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._section_jicw2_1 .info-container .info-subtitle {
  width: 23.5vw;
  font-size: 0.9375vw;
  color: rgb(22, 22, 22);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_jicw2_1 .info-container .info-subtitle p {
  margin: 0 auto;
}._section_1a9mk_1 {
  height: 650vh;
  background-color: #fff;
}
._section_1a9mk_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_1a9mk_1 .animate-box .box-container {
  margin: 0 auto;
  width: 58%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_1a9mk_1 .animate-box .section-top {
  position: relative;
  margin: 3.125vw 0 1.0416666667vw 3.125vw;
}
._section_1a9mk_1 .animate-box .section-top .section-title {
  font-size: 0.9375vw;
}
._section_1a9mk_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 5.2083333333vw;
}
._section_1a9mk_1 .animate-box .section-top .box-items {
  position: relative;
  height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  font-size: 2.65625vw;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item {
  height: 5.2083333333vw;
  line-height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.5208333333vw;
  font-size: 4.6875vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 2.65625vw;
}
._section_1a9mk_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 0.9375vw;
  top: -1.5625vw;
}
._section_1a9mk_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  position: relative;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
._section_1a9mk_1 .animate-box .section-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_1a9mk_1 .animate-box .section-bottom video.active {
  opacity: 1;
}
._section_1a9mk_1 .animate-box .section-bottom .bottom-text {
  width: 55%;
  color: #fff;
  line-height: 1.417;
  font-size: 0.9375vw;
  position: absolute;
  bottom: 9%;
  left: 0;
  padding-left: 4.1666666667vw;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all ease-out 0.5s;
  transition-delay: 0.5s;
}
._section_1a9mk_1 .animate-box .section-bottom .bottom-text.active {
  transform: translate(0, 0);
  opacity: 1;
}
._section_1a9mk_1 .animate-box .section-bottom .bottom-text img {
  position: absolute;
  right: 4.1666666667vw;
  bottom: 0;
  width: 13.28125vw;
}._section_114a8_1 {
  height: 190vh;
  position: relative;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_114a8_1 .anchor {
  position: absolute;
  top: -70px;
}
._section_114a8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
._section_114a8_1 .animate-box .section-title {
  position: absolute;
  top: 50vh;
  left: 0;
  padding-top: 1.5625vw;
  width: 100%;
  text-align: center;
  font-size: 2.65625vw;
  line-height: 1.206;
}
._section_114a8_1 .animate-box .img-pro {
  position: absolute;
  top: 24vh;
  left: 50%;
  margin-left: -20.0390625vw;
  width: 40.078125vw;
  height: 49.453125vw;
}
._section_114a8_1 .box-icons {
  position: absolute;
  bottom: 20vh;
  right: 20%;
  width: 31.0546875vw;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_114a8_1 .box-icons > div {
  width: 40%;
  margin: 15px 15px;
}
._section_114a8_1 .box-icons > div img {
  width: 3.2206119163vw;
  height: 3.2206119163vw;
}
._section_114a8_1 .box-icons > div .icons-title .title {
  font-size: 0.859375vw;
  line-height: 1.286;
  margin-bottom: 5px;
  color: #1e1e1e;
}
._section_114a8_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 0.625vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_10bf8_1 {
  height: 240vh;
  background-color: #000;
}
._section_10bf8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_10bf8_1 .animate-box .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 14%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video.active {
  opacity: 1;
}
._section_10bf8_1 .animate-box .box-video video {
  border-radius: 1.3020833333vw;
}
._section_10bf8_1 .animate-box .box-video .video-text {
  height: 10vw;
  padding: 0 3%;
  margin-top: -5vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video .video-text.active {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text {
  width: 60%;
  padding-right: 2.6041666667vw;
  font-size: 2.65625vw;
  color: #fff;
  line-height: 1.441;
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text sup {
  font-size: 0.8333333333vw;
  top: -2vw;
}
._section_10bf8_1 .animate-box .box-video .video-text .right-text {
  width: 40%;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_r2k6d_1 {
  height: 160vh;
  background-color: #000;
  color: #fff;
}
._section_r2k6d_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_r2k6d_1 .animate-box video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
._section_r2k6d_1 .animate-box .video-text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease-out 1s;
}
._section_r2k6d_1 .animate-box .video-text.active {
  opacity: 1;
  transform: translateY(0);
}
._section_r2k6d_1 .animate-box .video-text .text-title {
  font-size: 3.046875vw;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.171875vw;
}
._section_r2k6d_1 .animate-box .video-text .text-subtitle {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_ipofx_1 {
  position: relative;
  padding: 180px 0 100px;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #fff;
}
._section_ipofx_1 .anchor {
  position: absolute;
  top: 100px;
}
._section_ipofx_1 .swiper-button-next {
  top: 26vw;
  left: 53%;
}
@media (max-width: 1600px) {
  ._section_ipofx_1 .swiper-button-next {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_ipofx_1 .swiper-button-next {
    top: 26vw;
    left: 52%;
  }
}
._section_ipofx_1 .swiper-button-prev {
  top: 26vw;
  left: 47%;
}
@media (max-width: 1600px) {
  ._section_ipofx_1 .swiper-button-prev {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_ipofx_1 .swiper-button-prev {
    top: 26vw;
    left: 48%;
  }
}
._section_ipofx_1 .swiper-button-prev:hover::before,
._section_ipofx_1 .swiper-button-next:hover::before {
  background-color: #4d4d4d;
}
._section_ipofx_1 .swiper-button-prev::after,
._section_ipofx_1 .swiper-button-next::after {
  z-index: 3;
}
._section_ipofx_1 .swiper-button-prev::before,
._section_ipofx_1 .swiper-button-next::before {
  position: absolute;
  top: -17px;
  left: -19px;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
._section_ipofx_1 .section-title {
  position: absolute;
  top: 24vw;
  left: 50%;
  margin-left: -8.9453125vw;
  z-index: 1;
  width: 17.890625vw;
  height: 6.9921875vw;
}
@media (max-width: 1600px) {
  ._section_ipofx_1 .section-title {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_ipofx_1 .section-title {
    top: 21vw;
  }
}
._section_ipofx_1 .section-title .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.953125vw;
}
._section_ipofx_1 .section-title .section-btns img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.7734375vw;
  height: 3.1640625vw;
}
._section_ipofx_1 .section-title .section-btns > div {
  position: absolute;
  top: 0;
  width: 3.515625vw;
  height: 3.515625vw;
  cursor: pointer;
}
._section_ipofx_1 .section-title .section-btns .left-btn {
  left: 31%;
}
._section_ipofx_1 .section-title .section-btns .right-btn {
  right: 31%;
}
._section_ipofx_1 .swiper .swiper-slide {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
._section_ipofx_1 .box-item {
  width: 50%;
  font-size: 0;
}
._section_ipofx_1 .box-item img {
  width: 54.6%;
  border-radius: 0.9765625vw;
}
._section_ipofx_1 .box-item > div {
  margin: 40px 0 80px;
  font-size: 1.40625vw;
  line-height: 1.4;
}
._section_ipofx_1 .box-item > div p {
  margin: 0 auto;
  font-size: 0.9375vw;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}
._section_ipofx_1 .box-left,
._section_ipofx_1 .box-right {
  width: 50%;
}
._section_ipofx_1 .box-left .box-item,
._section_ipofx_1 .box-right .box-item {
  width: 100%;
  font-size: 0;
}
._section_ipofx_1 .box-left .box-item img,
._section_ipofx_1 .box-right .box-item img {
  width: 54.6%;
}._section_1c16z_1 {
  position: relative;
  padding: 180px 0;
  color: #1c1c1c;
  background-color: #fff;
  text-align: center;
}
._section_1c16z_1 .section-title {
  font-size: 51px;
  line-height: 1.441;
  margin-bottom: 40px;
}
._section_1c16z_1 .section-subtitle {
  font-size: 18px;
  margin-bottom: 100px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1c16z_1 .video-container {
  margin: 0 auto;
  width: 1500px;
  border-radius: 25px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1500px) {
  ._section_1c16z_1 .video-container {
    width: 1200px;
  }
}
._section_1c16z_1 .video-container video {
  width: 100%;
}._section_1h33d_1 {
  position: relative;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 180px;
}
._section_1h33d_1 .x-container {
  display: flex;
  justify-content: space-around;
}
._section_1h33d_1 .x-container.box-product {
  width: 80%;
  justify-content: center;
}
._section_1h33d_1 .x-container.box-product .pro-item {
  width: 22%;
  padding-bottom: 40px;
  margin: 0 80px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1h33d_1 .section-title {
  margin-bottom: 30px;
  font-size: 51px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .section-subtitle {
  margin-bottom: 100px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item {
  width: 24%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
._section_1h33d_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 90%;
  height: 0;
  padding-bottom: 110%;
  position: relative;
}
._section_1h33d_1 .pro-item .pro-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._section_1h33d_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item .pro-title {
  margin: 20px 0;
}
._section_1h33d_1 .pro-item .pro-btn {
  display: inline-block;
  margin: 0 auto;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  line-height: 1.25;
  padding: 4px 25px 3px;
  cursor: pointer;
}
._section_1h33d_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_1h33d_1 .pro-item .pro-desc {
  margin-top: 16px;
  line-height: 1.25;
  height: 45px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item .pro-desc.last {
  color: rgba(255, 255, 255, 0.5);
}
._section_1h33d_1 .pro-item .pro-list {
  flex: 1;
}
._section_1h33d_1 .pro-item .pro-list .list-item {
  height: 240px;
  position: relative;
}
._section_1h33d_1 .pro-item .pro-list .list-item.short {
  height: 190px;
}
._section_1h33d_1 .pro-item .pro-list .list-item.short2 {
  height: 160px;
}
._section_1h33d_1 .pro-item .pro-list .list-item img {
  width: 60px;
  margin-bottom: 10px;
}
._section_1h33d_1 .pro-item .pro-list .list-item .item-title {
  font-size: 22px;
  line-height: 1.166;
  margin-bottom: 10px;
}
._section_1h33d_1 .pro-item .pro-list .list-item .item-subtitle {
  line-height: 1.417;
  color: rgba(255, 255, 255, 0.5);
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-10px);
  width: 20px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_chza6_1 {
  position: relative;
  padding-bottom: 200px;
  margin: 0 auto;
  font-size: 14px;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  padding-left: 10px;
  overflow: hidden;
}
._section_chza6_1 .line {
  margin: 20px auto 100px;
  width: 1500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_chza6_1 .x-container {
  padding: 0 100px;
}
._section_chza6_1 p {
  position: relative;
  margin-bottom: 0;
  padding-left: 26px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_chza6_1 p:first-of-type {
  padding-left: 8px;
}
._section_chza6_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}._wrap_1h3gb_1 {
  overflow-x: 0;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_1h3gb_1 .js-fade {
  opacity: 0;
}
._wrap_1h3gb_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1h3gb_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1h3gb_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1h3gb_1 .js-showLeft,
._wrap_1h3gb_1 .js-showRight,
._wrap_1h3gb_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1h3gb_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1h3gb_1 .go-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
._wrap_1h3gb_1 .go-top img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
._wrap_1h3gb_1 .x2-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  transition: all ease-out 0.5s;
}
._wrap_1h3gb_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1h3gb_1 .x2-header .btn-buy {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 7px 18px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1h3gb_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_1h3gb_81 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_1h3gb_81 .dialog-title svg {
  margin: 10px;
  font-size: 40px;
}
._dialog_1h3gb_81 .box-buy {
  position: relative;
  margin: 40px auto 80px;
  padding: 0 100px;
}
._dialog_1h3gb_81 .box-buy img {
  width: 49.53125vw;
}
._dialog_1h3gb_81 .box-buy div {
  position: absolute;
  top: 26%;
  left: 7%;
  width: 86%;
  height: 74%;
  display: flex;
  flex-wrap: wrap;
}
._dialog_1h3gb_81 .box-buy div a {
  width: 33%;
}
._dialog_1h3gb_81 .box-buy div a:nth-of-type(4), ._dialog_1h3gb_81 .box-buy div a:nth-of-type(5) {
  width: 50%;
}._section_15gui_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_15gui_1 ul {
  list-style: none;
}
._section_15gui_1 ul li {
  margin: 0;
}
._section_15gui_1 {
  width: 100%;
  box-sizing: border-box;
  height: 126.0064412238vw;
  position: relative;
  overflow: hidden;
}
._section_15gui_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 126.0064412238vw;
  z-index: 1;
  opacity: 1;
}
._section_15gui_1 .video-container.end {
  opacity: 0;
}
._section_15gui_1 .video-container video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
._section_15gui_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  opacity: 0;
}
._section_15gui_1 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_15gui_1 .img-container.end {
  opacity: 1;
}
._section_15gui_1 .img-container .img-text {
  position: absolute;
  top: 4vw;
  left: 0;
  width: 100%;
  z-index: 4;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_15gui_1 .img-container .img-text.end {
  opacity: 1;
  transform: translateY(0);
}
._section_15gui_1 .img-container .img-text .img-logo {
  margin-bottom: 4vw;
}
._section_15gui_1 .img-container .img-text h1 {
  margin-top: 1.3333333333vw;
  font-family: HelveticaNeueLTStd-Light;
  letter-spacing: 0.1333333333vw;
  font-size: 2.1333333333vw;
}
._section_15gui_1 .img-container .img-text h2 {
  margin-top: 4vw;
  font-family: HelveticaNeueLTStd-Light;
  letter-spacing: 0.4vw;
  font-size: 4.5333333333vw;
}
._section_15gui_1 .img-container .box-products {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._section_15gui_1 .img-container .box-products .swiper {
  width: 100%;
  height: 100%;
}
._section_15gui_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_15gui_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_15gui_1 .color-list {
  position: absolute;
  bottom: 4.8309178744vw;
  left: 0;
  width: 100%;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_15gui_1 .color-list.end {
  opacity: 1;
}
._section_15gui_1 .color-list .x-container {
  position: relative;
}
._section_15gui_1 .color-list .colornav-title {
  position: relative;
  color: #fff;
  font-size: 2.8985507246vw;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
._section_15gui_1 .color-list .colornav-title.none {
  display: none;
}
._section_15gui_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_15gui_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_15gui_1 .color-list .colornav-items {
  width: 100%;
  margin: 0;
  padding: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_15gui_1 .color-list .colornav-items .colornav-item {
  margin: 0 4px;
}
._section_15gui_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_15gui_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 18px;
  height: 18px;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}._section_1fiad_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_1fiad_1 {
  padding-top: 16.1030595813vw;
  overflow: hidden;
}
._section_1fiad_1 .top-parts .item-title,
._section_1fiad_1 .top-parts .item-subtitle,
._section_1fiad_1 .top-parts .item-link {
  padding: 0 4.0257648953vw;
}
._section_1fiad_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_1fiad_1 .item-part {
  position: relative;
  margin-bottom: 6.4412238325vw;
}
._section_1fiad_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_1fiad_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_1fiad_1 .item-part .item-title {
  margin: 6.4412238325vw 0 2.4154589372vw;
  font-size: 4.0257648953vw;
  color: #fff;
  line-height: 1;
}
._section_1fiad_1 .item-part .item-subtitle {
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
}
._section_1fiad_1 .item-part .item-link {
  margin-top: 3.2206119163vw;
  font-size: 2.8985507246vw;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_1fiad_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_1fiad_1 .item-part .item-link img {
  width: 2.8180354267vw;
  height: 2.8180354267vw;
  margin-left: 1.2882447665vw;
}
._section_1fiad_1 .bottom-parts {
  display: flex;
  justify-content: space-between;
}
._section_1fiad_1 .bottom-parts .item-part {
  width: 48.5%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._section_1fiad_1 .bottom-parts .item-title,
._section_1fiad_1 .bottom-parts .item-subtitle,
._section_1fiad_1 .bottom-parts .item-link {
  text-align: center;
}
._section_1fiad_1 .bottom-parts .item-link {
  justify-content: center;
}
._section_1fiad_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 126%;
}._section_abwtu_1 {
  overflow: hidden;
  padding: 14.4927536232vw 0 6.4412238325vw;
}
._section_abwtu_1 .video-container {
  margin: 0 auto;
}
._section_abwtu_1 .video-container img,
._section_abwtu_1 .video-container video {
  width: 100%;
  height: 130vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_abwtu_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_abwtu_1 .info-container {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_abwtu_1 .info-container .info-title {
  font-size: 7.0853462158vw;
  color: rgb(22, 22, 22);
  line-height: 1.136;
  background: -webkit-linear-gradient(43deg, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4.8309178744vw;
}
._section_abwtu_1 .info-container .info-title span {
  margin-left: -2.2544283414vw;
}
._section_abwtu_1 .info-container .info-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: rgb(22, 22, 22);
  line-height: 1.389;
}
._section_abwtu_1 .info-container .info-subtitle p {
  margin-bottom: 3.2206119163vw;
}._section_vstzl_1 {
  height: 650vh;
  background-color: #fff;
}
._section_vstzl_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_vstzl_1 .animate-box .x-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_vstzl_1 .animate-box .section-top {
  position: relative;
  text-align: center;
  margin-bottom: 8.0515297907vw;
}
._section_vstzl_1 .animate-box .section-top .section-title {
  margin-bottom: 9.2592592593vw;
  font-size: 2.8985507246vw;
}
._section_vstzl_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 10.4669887279vw;
}
._section_vstzl_1 .animate-box .section-top .text-box {
  position: relative;
  height: 10.4669887279vw;
  margin-top: 6.4412238325vw;
}
._section_vstzl_1 .animate-box .section-top .text-box .bottom-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2.8985507246vw;
  line-height: 1.417;
  font-size: 2.8985507246vw;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_vstzl_1 .animate-box .section-top .text-box .bottom-text.active {
  opacity: 1;
}
._section_vstzl_1 .animate-box .section-top .text-box .bottom-text img {
  position: absolute;
  right: 6.4412238325vw;
  bottom: 0;
  width: 27.3752012882vw;
}
._section_vstzl_1 .animate-box .section-top .box-items {
  position: relative;
  height: 10.4669887279vw;
  transition: all ease-out 0.5s;
  font-size: 4.0257648953vw;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item {
  height: 10.4669887279vw;
  line-height: 10.4669887279vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.8051529791vw;
  font-size: 9.6618357488vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 5.4750402576vw;
}
._section_vstzl_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 2.0933977456vw;
  top: -2.4154589372vw;
}
._section_vstzl_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
._section_vstzl_1 .animate-box .section-bottom video {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_vstzl_1 .animate-box .section-bottom video.active {
  opacity: 1;
  transition-delay: 0.5s;
}._section_1l2wl_1 {
  position: relative;
  height: 170vh;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_1l2wl_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
._section_1l2wl_1 .animate-box .section-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 7.0853462158vw;
  line-height: 1.206;
}
._section_1l2wl_1 .animate-box .img-pro {
  position: absolute;
  top: 450px;
  left: 10%;
  width: 80%;
  transform: translateY(-110px) scale(0.7);
}
._section_1l2wl_1 .box-icons {
  position: absolute;
  bottom: 8.8566827697vw;
  left: 5%;
  width: 90%;
  padding: 10px 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_1l2wl_1 .box-icons > div {
  width: 40%;
  margin: 1.6103059581vw 1.6103059581vw;
}
._section_1l2wl_1 .box-icons > div img {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
._section_1l2wl_1 .box-icons > div .icons-title .title {
  font-size: 3.2206119163vw;
  color: #1e1e1e;
  line-height: 1.286;
  margin: 5px 0;
}
._section_1l2wl_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 2.576489533vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_xldkw_1 {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  height: 156vw;
  box-sizing: border-box;
  padding-top: 14vw;
}
._section_xldkw_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_xldkw_1 .section-inbox {
  width: 100%;
}
._section_xldkw_1 .box-container {
  width: 200vw;
  display: flex;
  transform: translateX(0);
  transition: all 1.5s cubic-bezier(0.38, 0.78, 0.165, 1);
}
._section_xldkw_1 .left-box {
  width: 100vw;
  padding-bottom: 20vw;
}
._section_xldkw_1 .left-box .inbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_xldkw_1 .left-box .inbox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_xldkw_1 .left-box .text-title,
._section_xldkw_1 .left-box .text-subtitle {
  position: absolute;
  left: 5.6360708535vw;
}
._section_xldkw_1 .left-box .text-title {
  top: 12.077294686vw;
}
._section_xldkw_1 .left-box .text-subtitle {
  bottom: 5.6360708535vw;
}
._section_xldkw_1 .left-box .btn-right {
  position: absolute;
  right: 5.6360708535vw;
  bottom: 5.6360708535vw;
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_xldkw_1 .right-box {
  position: relative;
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20vw;
}
._section_xldkw_1 .right-box .inbox {
  width: 220vw;
  height: 100%;
  display: flex;
}
._section_xldkw_1 .right-box .video-text {
  width: 100vw;
  padding: 45.0885668277vw 0 0 12.8824476651vw;
}
._section_xldkw_1 .right-box .right-video {
  padding: 42.6731078905vw 0 0 4.8309178744vw;
}
._section_xldkw_1 .right-box .right-video video {
  width: 100vw;
  height: 62.5vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_xldkw_1 .back-box {
  position: absolute;
  bottom: 26vw;
  left: 105vw;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._section_xldkw_1 .back-box .line-box {
  width: 85%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
._section_xldkw_1 .back-box .line-box div {
  height: 2px;
  background-color: #fff;
}
._section_xldkw_1 .back-box .btn-back {
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_xldkw_1 .text-title {
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_xldkw_1 .text-title sup {
  font-size: 14px;
  top: -3.3vw;
}
._section_xldkw_1 .text-subtitle {
  width: 80%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
}._section_1cwu9_1 {
  background-color: #000;
  color: #fff;
}
._section_1cwu9_1 .x-container {
  position: relative;
}
._section_1cwu9_1 .x-container > div {
  width: 100%;
  height: 0;
  padding-bottom: 142%;
}
._section_1cwu9_1 .x-container > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_1cwu9_1 .video-text {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_1cwu9_1 .video-text .text-title {
  padding: 0 20px;
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_1cwu9_1 .video-text .text-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}._section_1ckal_1 {
  position: relative;
  padding: 16.1030595813vw 0 6.4412238325vw;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
._section_1ckal_1 .section-title {
  width: 100%;
  height: 14.4122383253vw;
  margin-bottom: 4.0257648953vw;
}
._section_1ckal_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8.0515297907vw;
}
._section_1ckal_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_1ckal_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_1ckal_1 .section-btns .left-btn {
  left: 41%;
}
._section_1ckal_1 .section-btns .right-btn {
  right: 41%;
}
._section_1ckal_1 .box-container {
  position: relative;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
._section_1ckal_1 .box-item {
  width: 50%;
  font-size: 0;
  color: #fff;
  padding: 0 3px;
  box-sizing: border-box;
}
._section_1ckal_1 .box-item img {
  width: 43.4782608696vw;
  height: 31.4009661836vw;
  border-radius: 2.0128824477vw;
}
._section_1ckal_1 .box-item > div {
  margin: 2.8180354267vw 0 8.0515297907vw;
  font-size: 2.8985507246vw;
  line-height: 1.4;
}
._section_1ckal_1 .box-item > div p {
  font-size: 2.4154589372vw;
  margin: 5px 0 0;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}._section_1rlib_1 {
  position: relative;
  color: #fff;
  text-align: center;
}
._section_1rlib_1 .section-title {
  font-size: 7.0853462158vw;
  line-height: 1.136;
  margin-bottom: 4.8309178744vw;
}
._section_1rlib_1 .section-subtitle {
  font-size: 2.8985507246vw;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1rlib_1 .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_1rlib_1 .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_1rlib_1 .box-info {
  position: absolute;
  left: 1.6103059581vw;
  bottom: 11.2721417069vw;
  width: 70%;
}._section_101ip_1 {
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 14.4927536232vw;
}
._section_101ip_1 .section-title {
  font-size: 7.0853462158vw;
}
._section_101ip_1 .section-subtitle {
  margin-bottom: 4.0257648953vw;
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
}
._section_101ip_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2.4154589372vw;
}
._section_101ip_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_101ip_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_101ip_1 .section-btns .left-btn {
  left: 41%;
}
._section_101ip_1 .section-btns .right-btn {
  right: 41%;
}
._section_101ip_1 .swiper-wrapper {
  display: flex;
}
._section_101ip_1 .swiper-wrapper .swiper-slide {
  flex: 1;
  height: auto;
}
._section_101ip_1 .pro-item {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._section_101ip_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 70%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
._section_101ip_1 .pro-item .pro-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._section_101ip_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
  margin: 2.4154589372vw auto 4.8309178744vw;
  font-size: 2.576489533vw;
  line-height: 1;
  padding: 6px 15px;
}
._section_101ip_1 .pro-item .pro-title {
  font-size: 2.8985507246vw;
  margin: 1.6103059581vw 0 2.4154589372vw;
}
._section_101ip_1 .pro-item .pro-btn {
  display: inline-block;
  margin: 2.4154589372vw auto 4.8309178744vw;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  font-size: 2.576489533vw;
  line-height: 1;
  padding: 6px 15px;
  cursor: pointer;
}
._section_101ip_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_101ip_1 .pro-item .pro-desc {
  margin-top: 16px;
  line-height: 1.25;
  height: 45px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_101ip_1 .pro-item .pro-desc.last {
  color: rgba(255, 255, 255, 0.5);
}
._section_101ip_1 .pro-item .pro-line {
  margin: 20px 9.6618357488vw 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_101ip_1 .pro-item .pro-list {
  flex: 1;
  margin: 0 4.8309178744vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_101ip_1 .pro-item .pro-list .list-item {
  margin-top: 5vw;
  height: 35vw;
  position: relative;
}
._section_101ip_1 .pro-item .pro-list .list-item.short {
  height: 25vw;
}
._section_101ip_1 .pro-item .pro-list .list-item.short2 {
  height: 20vw;
}
._section_101ip_1 .pro-item .pro-list .list-item img {
  width: 11.2721417069vw;
  margin-bottom: 4px;
}
._section_101ip_1 .pro-item .pro-list .list-item .item-title {
  font-size: 2.8985507246vw;
  line-height: 1.3;
  margin-bottom: 6px;
}
._section_101ip_1 .pro-item .pro-list .list-item .item-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.576489533vw;
  line-height: 1.3;
}
._section_101ip_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-5px);
  width: 10px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_1004c_1 {
  position: relative;
  padding-bottom: 12.8824476651vw;
  margin: 0 auto;
  font-size: 2.576489533vw;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  overflow: hidden;
}
._section_1004c_1 .line {
  margin: 12.8824476651vw auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1004c_1 p {
  position: relative;
  margin-bottom: 2.2544283414vw;
  padding-left: 4.8309178744vw;
}
._section_1004c_1 p:first-of-type {
  padding-left: 1.6103059581vw;
}
._section_1004c_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.7037037037vw;
  text-align: right;
}._wrap_1jup7_1 {
  position: relative;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_1jup7_1 .js-fade {
  opacity: 0;
}
._wrap_1jup7_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1jup7_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1jup7_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1jup7_1 .js-showLeft,
._wrap_1jup7_1 .js-showRight,
._wrap_1jup7_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1jup7_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1jup7_1 .go-top {
  position: fixed;
  bottom: 14%;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
._wrap_1jup7_1 .go-top img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
._wrap_1jup7_1 .x2-header {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 2.8985507246vw;
  transition: all ease-out 0.5s;
}
._wrap_1jup7_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1jup7_1 .x2-header .btn-buy {
  cursor: pointer;
  line-height: 1;
  padding: 5px 15px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1jup7_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_1jup7_77 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_1jup7_77 .dialog-title svg {
  margin: 10px;
  font-size: 16px;
}
._dialog_1jup7_77 .box-buy {
  position: relative;
  padding: 0 20px;
  margin: 0 auto 20px;
}
._dialog_1jup7_77 .box-buy div {
  position: absolute;
  top: 24%;
  left: 1%;
  width: 98%;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
}
._dialog_1jup7_77 .box-buy div a {
  width: 50%;
}
._dialog_1jup7_77 .box-buy div a:nth-of-type(1) {
  width: 100%;
}._section_etvrd_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_etvrd_1 ul {
  list-style: none;
}
._section_etvrd_1 ul li {
  margin: 0;
}
._section_etvrd_1 {
  width: 100%;
  box-sizing: border-box;
  height: 48.4375vw;
  position: relative;
  overflow: hidden;
}
._section_etvrd_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 48.4375vw;
  z-index: 1;
  opacity: 1;
}
._section_etvrd_1 .video-container.end {
  opacity: 0;
}
._section_etvrd_1 .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_etvrd_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
._section_etvrd_1 .img-container.end {
  opacity: 1;
}
._section_etvrd_1 .img-container .img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_etvrd_1 .img-container .img-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: SourceHanSansCN-Light;
  z-index: 4;
  opacity: 0;
  transform-origin: 0 0;
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_etvrd_1 .img-container .img-text.end {
  opacity: 1;
}
._section_etvrd_1 .img-container .img-text img {
  width: 677px;
}
._section_etvrd_1 .img-container .img-text h1 {
  margin: 30px 0 50px;
  font-size: 22px;
  letter-spacing: 6.8px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_etvrd_1 .img-container .img-text h2 {
  margin-bottom: 40px;
  font-size: 52px;
  letter-spacing: 7px;
  line-height: 1.349;
  font-family: HelveticaNeueLTStd-Roman;
}
._section_etvrd_1 .img-container .img-text .box-item {
  display: flex;
  margin-left: -18px;
  font-size: 14px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_etvrd_1 .img-container .img-text .box-item .item-info {
  margin-top: 12px;
  width: 108px;
  text-align: center;
}
._section_etvrd_1 .img-container .img-text .box-item .item-info.large {
  width: 116px;
}
._section_etvrd_1 .img-container .box-products {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._section_etvrd_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_etvrd_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_etvrd_1 .img-container .box-products .pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_etvrd_1 .color-list {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_etvrd_1 .color-list.end {
  opacity: 1;
}
._section_etvrd_1 .color-list .x-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._section_etvrd_1 .color-list .img-logo {
  width: 10.6640625vw;
}
._section_etvrd_1 .color-list .right-btns {
  height: 30px;
}
._section_etvrd_1 .color-list .colornav-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
._section_etvrd_1 .color-list .colornav-title.none {
  display: none;
}
._section_etvrd_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_etvrd_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_etvrd_1 .color-list .colornav-items {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item {
  float: left;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item input:focus ~ .colornav-link {
  outline: 1px solid #0071e3;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  outline-offset: 0px;
  padding-top: 5px;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_etvrd_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}
._section_etvrd_1 .box-tips {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  left: 0;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_etvrd_1 .box-tips.end {
  opacity: 1;
}
._section_etvrd_1 .box-tips .x-container {
  position: relative;
  height: 50px;
}
._section_etvrd_1 .box-tips .x-container span {
  position: absolute;
  transform-origin: 0 0;
  display: inline-block;
  font-size: 14px;
}._section_116r6_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_116r6_1 {
  padding: 200px 0 100px;
}
._section_116r6_1 .top-parts {
  display: flex;
}
._section_116r6_1 .top-parts .item-title,
._section_116r6_1 .top-parts .item-subtitle,
._section_116r6_1 .top-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .top-parts .item-subtitle {
  height: auto !important;
}
._section_116r6_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_116r6_1 .bottom-parts {
  display: flex;
}
._section_116r6_1 .bottom-parts .item-title,
._section_116r6_1 .bottom-parts .item-subtitle,
._section_116r6_1 .bottom-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 110.43%;
}
._section_116r6_1 .item-part {
  margin-bottom: 40px;
  flex: 1;
  padding: 15px 15px 45px;
  position: relative;
}
._section_116r6_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_116r6_1 .item-part .item-img:hover img {
  transform: scale(1.15);
}
._section_116r6_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_116r6_1 .item-part .item-title {
  margin: 30px 0 10px;
  font-size: 27px;
  color: #fff;
  line-height: 1.333;
}
._section_116r6_1 .item-part .item-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_116r6_1 .item-part .item-link {
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-top: 20px;
  font-size: 18px;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_116r6_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_116r6_1 .item-part .item-link img {
  width: 19px;
  margin-left: 10px;
}._section_jicw2_1 {
  position: relative;
  padding: 70px 0 200px;
}
._section_jicw2_1 .video-container {
  margin: 0 auto;
  width: 78%;
}
._section_jicw2_1 .video-container img,
._section_jicw2_1 .video-container video {
  width: 100%;
  border-radius: 25px;
}
._section_jicw2_1 .info-container {
  position: absolute;
  top: 9.4vw;
  left: 24%;
}
@media (max-width: 1550px) {
  ._section_jicw2_1 .info-container {
    top: 10.5vw;
  }
}
@media (min-width: 2500px) {
  ._section_jicw2_1 .info-container {
    top: 8.4vw;
  }
}
._section_jicw2_1 .info-container .info-title {
  font-size: 2.65625vw;
  color: rgb(22, 22, 22);
  line-height: 1.147;
  margin-bottom: 1.5625vw;
  background: -webkit-linear-gradient(43deg, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._section_jicw2_1 .info-container .info-subtitle {
  width: 23.5vw;
  font-size: 0.9375vw;
  color: rgb(22, 22, 22);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_jicw2_1 .info-container .info-subtitle p {
  margin: 0 auto;
}._section_dz6do_1 {
  height: 650vh;
  background-color: #fff;
}
._section_dz6do_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_dz6do_1 .animate-box .box-container {
  margin: 0 auto;
  width: 58%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_dz6do_1 .animate-box .section-top {
  position: relative;
  margin: 3.125vw 0 1.0416666667vw 2.0833333333vw;
}
._section_dz6do_1 .animate-box .section-top .section-title {
  font-size: 0.9375vw;
}
._section_dz6do_1 .animate-box .section-top .out-box {
  overflow: hidden;
  width: 140%;
  height: 4.1666666667vw;
}
._section_dz6do_1 .animate-box .section-top .box-items {
  position: relative;
  height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  font-size: 2.109375vw;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item {
  height: 5.2083333333vw;
  line-height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.5208333333vw;
  font-size: 3.6458333333vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 2.65625vw;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 0.9375vw;
  top: -1.5625vw;
}
._section_dz6do_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  position: relative;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
._section_dz6do_1 .animate-box .section-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_dz6do_1 .animate-box .section-bottom video.active {
  opacity: 1;
}
._section_dz6do_1 .animate-box .section-bottom .bottom-text {
  width: 55%;
  color: #fff;
  line-height: 1.417;
  font-size: 0.9375vw;
  position: absolute;
  bottom: 9%;
  left: 0;
  padding-left: 4.1666666667vw;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all ease-out 0.5s;
  transition-delay: 0.5s;
}
._section_dz6do_1 .animate-box .section-bottom .bottom-text.active {
  transform: translate(0, 0);
  opacity: 1;
}
._section_dz6do_1 .animate-box .section-bottom .bottom-text img {
  position: absolute;
  right: 4.1666666667vw;
  bottom: 0;
  width: 13.28125vw;
}._section_114a8_1 {
  height: 190vh;
  position: relative;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_114a8_1 .anchor {
  position: absolute;
  top: -70px;
}
._section_114a8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
._section_114a8_1 .animate-box .section-title {
  position: absolute;
  top: 50vh;
  left: 0;
  padding-top: 1.5625vw;
  width: 100%;
  text-align: center;
  font-size: 2.65625vw;
  line-height: 1.206;
}
._section_114a8_1 .animate-box .img-pro {
  position: absolute;
  top: 24vh;
  left: 50%;
  margin-left: -20.0390625vw;
  width: 40.078125vw;
  height: 49.453125vw;
}
._section_114a8_1 .box-icons {
  position: absolute;
  bottom: 20vh;
  right: 20%;
  width: 31.0546875vw;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_114a8_1 .box-icons > div {
  width: 40%;
  margin: 15px 15px;
}
._section_114a8_1 .box-icons > div img {
  width: 3.2206119163vw;
  height: 3.2206119163vw;
}
._section_114a8_1 .box-icons > div .icons-title .title {
  font-size: 0.859375vw;
  line-height: 1.286;
  margin-bottom: 5px;
  color: #1e1e1e;
}
._section_114a8_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 0.625vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_10bf8_1 {
  height: 240vh;
  background-color: #000;
}
._section_10bf8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_10bf8_1 .animate-box .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 14%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video.active {
  opacity: 1;
}
._section_10bf8_1 .animate-box .box-video video {
  border-radius: 1.3020833333vw;
}
._section_10bf8_1 .animate-box .box-video .video-text {
  height: 10vw;
  padding: 0 3%;
  margin-top: -5vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video .video-text.active {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text {
  width: 60%;
  padding-right: 2.6041666667vw;
  font-size: 2.65625vw;
  color: #fff;
  line-height: 1.441;
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text sup {
  font-size: 0.8333333333vw;
  top: -2vw;
}
._section_10bf8_1 .animate-box .box-video .video-text .right-text {
  width: 40%;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_r2k6d_1 {
  height: 160vh;
  background-color: #000;
  color: #fff;
}
._section_r2k6d_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_r2k6d_1 .animate-box video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
._section_r2k6d_1 .animate-box .video-text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease-out 1s;
}
._section_r2k6d_1 .animate-box .video-text.active {
  opacity: 1;
  transform: translateY(0);
}
._section_r2k6d_1 .animate-box .video-text .text-title {
  font-size: 3.046875vw;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.171875vw;
}
._section_r2k6d_1 .animate-box .video-text .text-subtitle {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_cpmxw_1 {
  position: relative;
  padding: 180px 0 100px;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #fff;
}
._section_cpmxw_1 .anchor {
  position: absolute;
  top: 100px;
}
._section_cpmxw_1 .swiper-button-next {
  top: 26vw;
  left: 53%;
}
@media (max-width: 1600px) {
  ._section_cpmxw_1 .swiper-button-next {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_cpmxw_1 .swiper-button-next {
    top: 26vw;
    left: 52%;
  }
}
._section_cpmxw_1 .swiper-button-prev {
  top: 26vw;
  left: 47%;
}
@media (max-width: 1600px) {
  ._section_cpmxw_1 .swiper-button-prev {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_cpmxw_1 .swiper-button-prev {
    top: 26vw;
    left: 48%;
  }
}
._section_cpmxw_1 .swiper-button-prev:hover::before,
._section_cpmxw_1 .swiper-button-next:hover::before {
  background-color: #4d4d4d;
}
._section_cpmxw_1 .swiper-button-prev::after,
._section_cpmxw_1 .swiper-button-next::after {
  z-index: 3;
}
._section_cpmxw_1 .swiper-button-prev::before,
._section_cpmxw_1 .swiper-button-next::before {
  position: absolute;
  top: -17px;
  left: -19px;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
._section_cpmxw_1 .section-title {
  position: absolute;
  top: 24vw;
  left: 50%;
  margin-left: -9.4921875vw;
  z-index: 1;
  width: 18.984375vw;
  height: 6.9921875vw;
}
@media (max-width: 1600px) {
  ._section_cpmxw_1 .section-title {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_cpmxw_1 .section-title {
    top: 21vw;
  }
}
._section_cpmxw_1 .section-title .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.953125vw;
}
._section_cpmxw_1 .section-title .section-btns img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.7734375vw;
  height: 3.1640625vw;
}
._section_cpmxw_1 .section-title .section-btns > div {
  position: absolute;
  top: 0;
  width: 3.515625vw;
  height: 3.515625vw;
  cursor: pointer;
}
._section_cpmxw_1 .section-title .section-btns .left-btn {
  left: 31%;
}
._section_cpmxw_1 .section-title .section-btns .right-btn {
  right: 31%;
}
._section_cpmxw_1 .swiper .swiper-slide {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
._section_cpmxw_1 .box-item {
  width: 50%;
  font-size: 0;
}
._section_cpmxw_1 .box-item img {
  width: 54.6%;
  border-radius: 0.9765625vw;
}
._section_cpmxw_1 .box-item > div {
  margin: 40px 0 80px;
  font-size: 1.40625vw;
  line-height: 1.4;
}
._section_cpmxw_1 .box-item > div p {
  margin: 0 auto;
  font-size: 0.9375vw;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}
._section_cpmxw_1 .box-left,
._section_cpmxw_1 .box-right {
  width: 50%;
}
._section_cpmxw_1 .box-left .box-item,
._section_cpmxw_1 .box-right .box-item {
  width: 100%;
  font-size: 0;
}
._section_cpmxw_1 .box-left .box-item img,
._section_cpmxw_1 .box-right .box-item img {
  width: 54.6%;
}._section_1c16z_1 {
  position: relative;
  padding: 180px 0;
  color: #1c1c1c;
  background-color: #fff;
  text-align: center;
}
._section_1c16z_1 .section-title {
  font-size: 51px;
  line-height: 1.441;
  margin-bottom: 40px;
}
._section_1c16z_1 .section-subtitle {
  font-size: 18px;
  margin-bottom: 100px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1c16z_1 .video-container {
  margin: 0 auto;
  width: 1500px;
  border-radius: 25px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1500px) {
  ._section_1c16z_1 .video-container {
    width: 1200px;
  }
}
._section_1c16z_1 .video-container video {
  width: 100%;
}._section_1h33d_1 {
  position: relative;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 180px;
}
._section_1h33d_1 .x-container {
  display: flex;
  justify-content: space-around;
}
._section_1h33d_1 .x-container.box-product {
  width: 80%;
  justify-content: center;
}
._section_1h33d_1 .x-container.box-product .pro-item {
  width: 22%;
  padding-bottom: 40px;
  margin: 0 80px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1h33d_1 .section-title {
  margin-bottom: 30px;
  font-size: 51px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .section-subtitle {
  margin-bottom: 100px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item {
  width: 24%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
._section_1h33d_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 90%;
  height: 0;
  padding-bottom: 110%;
  position: relative;
}
._section_1h33d_1 .pro-item .pro-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._section_1h33d_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item .pro-title {
  margin: 20px 0;
}
._section_1h33d_1 .pro-item .pro-btn {
  display: inline-block;
  margin: 0 auto;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  line-height: 1.25;
  padding: 4px 25px 3px;
  cursor: pointer;
}
._section_1h33d_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_1h33d_1 .pro-item .pro-desc {
  margin-top: 16px;
  line-height: 1.25;
  height: 45px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item .pro-desc.last {
  color: rgba(255, 255, 255, 0.5);
}
._section_1h33d_1 .pro-item .pro-list {
  flex: 1;
}
._section_1h33d_1 .pro-item .pro-list .list-item {
  height: 240px;
  position: relative;
}
._section_1h33d_1 .pro-item .pro-list .list-item.short {
  height: 190px;
}
._section_1h33d_1 .pro-item .pro-list .list-item.short2 {
  height: 160px;
}
._section_1h33d_1 .pro-item .pro-list .list-item img {
  width: 60px;
  margin-bottom: 10px;
}
._section_1h33d_1 .pro-item .pro-list .list-item .item-title {
  font-size: 22px;
  line-height: 1.166;
  margin-bottom: 10px;
}
._section_1h33d_1 .pro-item .pro-list .list-item .item-subtitle {
  line-height: 1.417;
  color: rgba(255, 255, 255, 0.5);
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-10px);
  width: 20px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_chza6_1 {
  position: relative;
  padding-bottom: 200px;
  margin: 0 auto;
  font-size: 14px;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  padding-left: 10px;
  overflow: hidden;
}
._section_chza6_1 .line {
  margin: 20px auto 100px;
  width: 1500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_chza6_1 .x-container {
  padding: 0 100px;
}
._section_chza6_1 p {
  position: relative;
  margin-bottom: 0;
  padding-left: 26px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_chza6_1 p:first-of-type {
  padding-left: 8px;
}
._section_chza6_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}._wrap_z7vhs_1 {
  overflow-x: 0;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_z7vhs_1 .js-fade {
  opacity: 0;
}
._wrap_z7vhs_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_z7vhs_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_z7vhs_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_z7vhs_1 .js-showLeft,
._wrap_z7vhs_1 .js-showRight,
._wrap_z7vhs_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_z7vhs_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_z7vhs_1 .go-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
._wrap_z7vhs_1 .go-top img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
._wrap_z7vhs_1 .x2-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  transition: all ease-out 0.5s;
}
._wrap_z7vhs_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_z7vhs_1 .x2-header .btn-buy {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 7px 18px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_z7vhs_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_z7vhs_81 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_z7vhs_81 .dialog-title svg {
  margin: 10px;
  font-size: 40px;
}
._dialog_z7vhs_81 .box-buy {
  position: relative;
  margin: 20px auto 60px;
  padding: 0 160px;
}
._dialog_z7vhs_81 .box-buy img {
  width: 32.6953125vw;
}
._dialog_z7vhs_81 .box-buy div {
  position: absolute;
  top: 26%;
  left: 20%;
  width: 60%;
  height: 74%;
  display: flex;
  flex-wrap: wrap;
}
._dialog_z7vhs_81 .box-buy div a {
  width: 50%;
}._section_15gui_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_15gui_1 ul {
  list-style: none;
}
._section_15gui_1 ul li {
  margin: 0;
}
._section_15gui_1 {
  width: 100%;
  box-sizing: border-box;
  height: 126.0064412238vw;
  position: relative;
  overflow: hidden;
}
._section_15gui_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 126.0064412238vw;
  z-index: 1;
  opacity: 1;
}
._section_15gui_1 .video-container.end {
  opacity: 0;
}
._section_15gui_1 .video-container video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
._section_15gui_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  opacity: 0;
}
._section_15gui_1 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_15gui_1 .img-container.end {
  opacity: 1;
}
._section_15gui_1 .img-container .img-text {
  position: absolute;
  top: 4vw;
  left: 0;
  width: 100%;
  z-index: 4;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_15gui_1 .img-container .img-text.end {
  opacity: 1;
  transform: translateY(0);
}
._section_15gui_1 .img-container .img-text .img-logo {
  margin-bottom: 4vw;
}
._section_15gui_1 .img-container .img-text h1 {
  margin-top: 1.3333333333vw;
  font-family: HelveticaNeueLTStd-Light;
  letter-spacing: 0.1333333333vw;
  font-size: 2.1333333333vw;
}
._section_15gui_1 .img-container .img-text h2 {
  margin-top: 4vw;
  font-family: HelveticaNeueLTStd-Light;
  letter-spacing: 0.4vw;
  font-size: 4.5333333333vw;
}
._section_15gui_1 .img-container .box-products {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._section_15gui_1 .img-container .box-products .swiper {
  width: 100%;
  height: 100%;
}
._section_15gui_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_15gui_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_15gui_1 .color-list {
  position: absolute;
  bottom: 4.8309178744vw;
  left: 0;
  width: 100%;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_15gui_1 .color-list.end {
  opacity: 1;
}
._section_15gui_1 .color-list .x-container {
  position: relative;
}
._section_15gui_1 .color-list .colornav-title {
  position: relative;
  color: #fff;
  font-size: 2.8985507246vw;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
._section_15gui_1 .color-list .colornav-title.none {
  display: none;
}
._section_15gui_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_15gui_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_15gui_1 .color-list .colornav-items {
  width: 100%;
  margin: 0;
  padding: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_15gui_1 .color-list .colornav-items .colornav-item {
  margin: 0 4px;
}
._section_15gui_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_15gui_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 18px;
  height: 18px;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}._section_1fiad_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_1fiad_1 {
  padding-top: 16.1030595813vw;
  overflow: hidden;
}
._section_1fiad_1 .top-parts .item-title,
._section_1fiad_1 .top-parts .item-subtitle,
._section_1fiad_1 .top-parts .item-link {
  padding: 0 4.0257648953vw;
}
._section_1fiad_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_1fiad_1 .item-part {
  position: relative;
  margin-bottom: 6.4412238325vw;
}
._section_1fiad_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_1fiad_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_1fiad_1 .item-part .item-title {
  margin: 6.4412238325vw 0 2.4154589372vw;
  font-size: 4.0257648953vw;
  color: #fff;
  line-height: 1;
}
._section_1fiad_1 .item-part .item-subtitle {
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
}
._section_1fiad_1 .item-part .item-link {
  margin-top: 3.2206119163vw;
  font-size: 2.8985507246vw;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_1fiad_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_1fiad_1 .item-part .item-link img {
  width: 2.8180354267vw;
  height: 2.8180354267vw;
  margin-left: 1.2882447665vw;
}
._section_1fiad_1 .bottom-parts {
  display: flex;
  justify-content: space-between;
}
._section_1fiad_1 .bottom-parts .item-part {
  width: 48.5%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._section_1fiad_1 .bottom-parts .item-title,
._section_1fiad_1 .bottom-parts .item-subtitle,
._section_1fiad_1 .bottom-parts .item-link {
  text-align: center;
}
._section_1fiad_1 .bottom-parts .item-link {
  justify-content: center;
}
._section_1fiad_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 126%;
}._section_abwtu_1 {
  overflow: hidden;
  padding: 14.4927536232vw 0 6.4412238325vw;
}
._section_abwtu_1 .video-container {
  margin: 0 auto;
}
._section_abwtu_1 .video-container img,
._section_abwtu_1 .video-container video {
  width: 100%;
  height: 130vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_abwtu_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_abwtu_1 .info-container {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_abwtu_1 .info-container .info-title {
  font-size: 7.0853462158vw;
  color: rgb(22, 22, 22);
  line-height: 1.136;
  background: -webkit-linear-gradient(43deg, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4.8309178744vw;
}
._section_abwtu_1 .info-container .info-title span {
  margin-left: -2.2544283414vw;
}
._section_abwtu_1 .info-container .info-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: rgb(22, 22, 22);
  line-height: 1.389;
}
._section_abwtu_1 .info-container .info-subtitle p {
  margin-bottom: 3.2206119163vw;
}._section_8z8j2_1 {
  height: 650vh;
  background-color: #fff;
}
._section_8z8j2_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_8z8j2_1 .animate-box .x-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_8z8j2_1 .animate-box .section-top {
  position: relative;
  text-align: center;
  margin-bottom: 8.0515297907vw;
}
._section_8z8j2_1 .animate-box .section-top .section-title {
  margin-bottom: 9.2592592593vw;
  font-size: 2.8985507246vw;
}
._section_8z8j2_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 16.1030595813vw;
}
._section_8z8j2_1 .animate-box .section-top .text-box {
  position: relative;
  height: 10.4669887279vw;
  margin-top: 6.4412238325vw;
}
._section_8z8j2_1 .animate-box .section-top .text-box .bottom-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2.8985507246vw;
  line-height: 1.417;
  font-size: 2.8985507246vw;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_8z8j2_1 .animate-box .section-top .text-box .bottom-text.active {
  opacity: 1;
}
._section_8z8j2_1 .animate-box .section-top .text-box .bottom-text img {
  position: absolute;
  right: 6.4412238325vw;
  bottom: 0;
  width: 27.3752012882vw;
}
._section_8z8j2_1 .animate-box .section-top .box-items {
  position: relative;
  height: 16.1030595813vw;
  transition: all ease-out 0.5s;
  font-size: 4.0257648953vw;
}
._section_8z8j2_1 .animate-box .section-top .box-items .top-item {
  height: 16.1030595813vw;
  line-height: 4.0257648953vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_8z8j2_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_8z8j2_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.8051529791vw;
  font-size: 9.6618357488vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_8z8j2_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 5.4750402576vw;
}
._section_8z8j2_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 2.0933977456vw;
  top: -2.4154589372vw;
}
._section_8z8j2_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
._section_8z8j2_1 .animate-box .section-bottom video {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_8z8j2_1 .animate-box .section-bottom video.active {
  opacity: 1;
  transition-delay: 0.5s;
}._section_1n69u_1 {
  position: relative;
  height: 170vh;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_1n69u_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
._section_1n69u_1 .animate-box .section-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 7.0853462158vw;
  line-height: 1.206;
}
._section_1n69u_1 .animate-box .img-pro {
  position: absolute;
  top: 450px;
  left: 10%;
  width: 80%;
  transform: translateY(-110px) scale(0.7);
}
._section_1n69u_1 .box-icons {
  position: absolute;
  bottom: 8.8566827697vw;
  left: 5%;
  width: 90%;
  padding: 10px 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_1n69u_1 .box-icons > div {
  width: 40%;
  margin: 1.6103059581vw 1.6103059581vw;
}
._section_1n69u_1 .box-icons > div img {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
._section_1n69u_1 .box-icons > div .icons-title .title {
  font-size: 3.2206119163vw;
  line-height: 1.286;
  margin: 5px 0;
  color: #1e1e1e;
}
._section_1n69u_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 2.576489533vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_1291u_1 {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  height: 156vw;
  box-sizing: border-box;
  padding-top: 14vw;
}
._section_1291u_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_1291u_1 .section-inbox {
  width: 100%;
}
._section_1291u_1 .box-container {
  width: 200vw;
  display: flex;
  transform: translateX(0);
  transition: all 1.5s cubic-bezier(0.38, 0.78, 0.165, 1);
}
._section_1291u_1 .left-box {
  width: 100vw;
  padding-bottom: 20vw;
}
._section_1291u_1 .left-box .inbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_1291u_1 .left-box .inbox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_1291u_1 .left-box .text-title {
  position: absolute;
  top: 12.077294686vw;
  padding: 0 15px;
}
._section_1291u_1 .left-box .text-subtitle {
  position: absolute;
  left: 15px;
  bottom: 5.6360708535vw;
}
._section_1291u_1 .left-box .btn-right {
  position: absolute;
  right: 5.6360708535vw;
  bottom: 5.6360708535vw;
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_1291u_1 .right-box {
  position: relative;
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20vw;
}
._section_1291u_1 .right-box .inbox {
  width: 220vw;
  height: 100%;
  display: flex;
}
._section_1291u_1 .right-box .video-text {
  width: 100vw;
  padding: 45.0885668277vw 0 0 12.8824476651vw;
}
._section_1291u_1 .right-box .right-video {
  padding: 42.6731078905vw 0 0 4.8309178744vw;
}
._section_1291u_1 .right-box .right-video video {
  width: 100vw;
  height: 62.5vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_1291u_1 .back-box {
  position: absolute;
  bottom: 26vw;
  left: 105vw;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._section_1291u_1 .back-box .line-box {
  width: 85%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
._section_1291u_1 .back-box .line-box div {
  height: 2px;
  background-color: #fff;
}
._section_1291u_1 .back-box .btn-back {
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_1291u_1 .text-title {
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_1291u_1 .text-title sup {
  font-size: 14px;
  top: -3.3vw;
}
._section_1291u_1 .text-subtitle {
  width: 80%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
}._section_1cwu9_1 {
  background-color: #000;
  color: #fff;
}
._section_1cwu9_1 .x-container {
  position: relative;
}
._section_1cwu9_1 .x-container > div {
  width: 100%;
  height: 0;
  padding-bottom: 142%;
}
._section_1cwu9_1 .x-container > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_1cwu9_1 .video-text {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_1cwu9_1 .video-text .text-title {
  padding: 0 20px;
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_1cwu9_1 .video-text .text-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}._section_1ckal_1 {
  position: relative;
  padding: 16.1030595813vw 0 6.4412238325vw;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
._section_1ckal_1 .section-title {
  width: 100%;
  height: 14.4122383253vw;
  margin-bottom: 4.0257648953vw;
}
._section_1ckal_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8.0515297907vw;
}
._section_1ckal_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_1ckal_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_1ckal_1 .section-btns .left-btn {
  left: 41%;
}
._section_1ckal_1 .section-btns .right-btn {
  right: 41%;
}
._section_1ckal_1 .box-container {
  position: relative;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
._section_1ckal_1 .box-item {
  width: 50%;
  font-size: 0;
  color: #fff;
  padding: 0 3px;
  box-sizing: border-box;
}
._section_1ckal_1 .box-item img {
  width: 43.4782608696vw;
  height: 31.4009661836vw;
  border-radius: 2.0128824477vw;
}
._section_1ckal_1 .box-item > div {
  margin: 2.8180354267vw 0 8.0515297907vw;
  font-size: 2.8985507246vw;
  line-height: 1.4;
}
._section_1ckal_1 .box-item > div p {
  font-size: 2.4154589372vw;
  margin: 5px 0 0;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}._section_o9m4c_1 {
  position: relative;
  color: #fff;
  text-align: center;
}
._section_o9m4c_1 .section-title {
  font-size: 7.0853462158vw;
  line-height: 1.136;
  margin-bottom: 4.8309178744vw;
}
._section_o9m4c_1 .section-subtitle {
  font-size: 2.8985507246vw;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}
._section_o9m4c_1 .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_o9m4c_1 .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_o9m4c_1 .box-info {
  position: absolute;
  left: 8.0515297907vw;
  bottom: 11.2721417069vw;
  width: 70%;
}._section_101ip_1 {
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 14.4927536232vw;
}
._section_101ip_1 .section-title {
  font-size: 7.0853462158vw;
}
._section_101ip_1 .section-subtitle {
  margin-bottom: 4.0257648953vw;
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
}
._section_101ip_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2.4154589372vw;
}
._section_101ip_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_101ip_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_101ip_1 .section-btns .left-btn {
  left: 41%;
}
._section_101ip_1 .section-btns .right-btn {
  right: 41%;
}
._section_101ip_1 .swiper-wrapper {
  display: flex;
}
._section_101ip_1 .swiper-wrapper .swiper-slide {
  flex: 1;
  height: auto;
}
._section_101ip_1 .pro-item {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._section_101ip_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 70%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
._section_101ip_1 .pro-item .pro-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._section_101ip_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
  margin: 2.4154589372vw auto 4.8309178744vw;
  font-size: 2.576489533vw;
  line-height: 1;
  padding: 6px 15px;
}
._section_101ip_1 .pro-item .pro-title {
  font-size: 2.8985507246vw;
  margin: 1.6103059581vw 0 2.4154589372vw;
}
._section_101ip_1 .pro-item .pro-btn {
  display: inline-block;
  margin: 2.4154589372vw auto 4.8309178744vw;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  font-size: 2.576489533vw;
  line-height: 1;
  padding: 6px 15px;
  cursor: pointer;
}
._section_101ip_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_101ip_1 .pro-item .pro-desc {
  margin-top: 16px;
  line-height: 1.25;
  height: 45px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_101ip_1 .pro-item .pro-desc.last {
  color: rgba(255, 255, 255, 0.5);
}
._section_101ip_1 .pro-item .pro-line {
  margin: 20px 9.6618357488vw 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_101ip_1 .pro-item .pro-list {
  flex: 1;
  margin: 0 4.8309178744vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_101ip_1 .pro-item .pro-list .list-item {
  margin-top: 5vw;
  height: 35vw;
  position: relative;
}
._section_101ip_1 .pro-item .pro-list .list-item.short {
  height: 25vw;
}
._section_101ip_1 .pro-item .pro-list .list-item.short2 {
  height: 20vw;
}
._section_101ip_1 .pro-item .pro-list .list-item img {
  width: 11.2721417069vw;
  margin-bottom: 4px;
}
._section_101ip_1 .pro-item .pro-list .list-item .item-title {
  font-size: 2.8985507246vw;
  line-height: 1.3;
  margin-bottom: 6px;
}
._section_101ip_1 .pro-item .pro-list .list-item .item-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.576489533vw;
  line-height: 1.3;
}
._section_101ip_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-5px);
  width: 10px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_1004c_1 {
  position: relative;
  padding-bottom: 12.8824476651vw;
  margin: 0 auto;
  font-size: 2.576489533vw;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  overflow: hidden;
}
._section_1004c_1 .line {
  margin: 12.8824476651vw auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1004c_1 p {
  position: relative;
  margin-bottom: 2.2544283414vw;
  padding-left: 4.8309178744vw;
}
._section_1004c_1 p:first-of-type {
  padding-left: 1.6103059581vw;
}
._section_1004c_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.7037037037vw;
  text-align: right;
}._wrap_1lmor_1 {
  position: relative;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_1lmor_1 .js-fade {
  opacity: 0;
}
._wrap_1lmor_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1lmor_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1lmor_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1lmor_1 .js-showLeft,
._wrap_1lmor_1 .js-showRight,
._wrap_1lmor_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1lmor_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1lmor_1 .go-top {
  position: fixed;
  bottom: 14%;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
._wrap_1lmor_1 .go-top img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
._wrap_1lmor_1 .x2-header {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 2.8985507246vw;
  transition: all ease-out 0.5s;
}
._wrap_1lmor_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1lmor_1 .x2-header .btn-buy {
  cursor: pointer;
  line-height: 1;
  padding: 5px 15px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1lmor_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_1lmor_77 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_1lmor_77 .dialog-title svg {
  margin: 10px;
  font-size: 16px;
}
._dialog_1lmor_77 .box-buy {
  position: relative;
  margin: 0 auto 30px;
}
._dialog_1lmor_77 .box-buy div {
  position: absolute;
  top: 25%;
  left: 3%;
  width: 94%;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
}
._dialog_1lmor_77 .box-buy div a {
  width: 50%;
}._section_1f74m_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1f74m_1 ul {
  list-style: none;
}
._section_1f74m_1 ul li {
  margin: 0;
}
._section_1f74m_1 {
  width: 100%;
  box-sizing: border-box;
  height: 42.96875vw;
  position: relative;
  overflow: hidden;
}
._section_1f74m_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 42.96875vw;
  z-index: 1;
  opacity: 1;
}
._section_1f74m_1 .video-container.end {
  opacity: 0;
}
._section_1f74m_1 .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_1f74m_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
._section_1f74m_1 .img-container.end {
  opacity: 1;
}
._section_1f74m_1 .img-container .img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_1f74m_1 .img-container .img-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: SourceHanSansCN-Light;
  z-index: 4;
  opacity: 0;
  transform-origin: 0 0;
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_1f74m_1 .img-container .img-text.end {
  opacity: 1;
}
._section_1f74m_1 .img-container .img-text img {
  width: 620px;
}
._section_1f74m_1 .img-container .img-text h1 {
  margin: 30px 0 80px;
  font-size: 45px;
  letter-spacing: 19px;
  line-height: 1;
}
._section_1f74m_1 .img-container .img-text h2 {
  margin-bottom: 40px;
  font-size: 56px;
  letter-spacing: 20px;
  line-height: 1;
}
._section_1f74m_1 .img-container .img-text .box-item {
  display: flex;
  margin-left: -18px;
  font-size: 14px;
  font-family: HelveticaNeueLTStd-Light, SourceHanSansCN-Light;
}
._section_1f74m_1 .img-container .img-text .box-item .item-info {
  margin-top: 12px;
  width: 108px;
  text-align: center;
}
._section_1f74m_1 .img-container .img-text .box-item .item-info.large {
  width: 116px;
}
._section_1f74m_1 .img-container .box-products {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._section_1f74m_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1f74m_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_1f74m_1 .img-container .box-products .pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_1f74m_1 .color-list {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1f74m_1 .color-list.end {
  opacity: 1;
}
._section_1f74m_1 .color-list .x-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._section_1f74m_1 .color-list .img-logo {
  width: 10.6640625vw;
}
._section_1f74m_1 .color-list .right-btns {
  height: 30px;
}
._section_1f74m_1 .color-list .colornav-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
._section_1f74m_1 .color-list .colornav-title.none {
  display: none;
}
._section_1f74m_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1f74m_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_1f74m_1 .color-list .colornav-items {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
}
._section_1f74m_1 .color-list .colornav-items .colornav-item {
  float: left;
}
._section_1f74m_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_1f74m_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_1f74m_1 .color-list .colornav-items .colornav-item input:focus ~ .colornav-link {
  outline: 1px solid #0071e3;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  outline-offset: 0px;
  padding-top: 5px;
}
._section_1f74m_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_1f74m_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
}
._section_1f74m_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_1f74m_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_1f74m_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}
._section_1f74m_1 .box-tips {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  left: 0;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light, SourceHanSansCN-Light;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1f74m_1 .box-tips.end {
  opacity: 1;
}
._section_1f74m_1 .box-tips .x-container {
  position: relative;
  height: 50px;
}
._section_1f74m_1 .box-tips .x-container span {
  position: absolute;
  transform-origin: 0 0;
  display: inline-block;
  font-size: 14px;
}._section_xq7tp_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_xq7tp_1 {
  padding: 200px 0 100px;
}
._section_xq7tp_1 .top-parts {
  display: flex;
}
._section_xq7tp_1 .top-parts .item-title,
._section_xq7tp_1 .top-parts .item-subtitle,
._section_xq7tp_1 .top-parts .item-link {
  padding-left: 45px;
}
._section_xq7tp_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_xq7tp_1 .bottom-parts {
  display: flex;
}
._section_xq7tp_1 .bottom-parts .item-title,
._section_xq7tp_1 .bottom-parts .item-subtitle,
._section_xq7tp_1 .bottom-parts .item-link {
  padding-left: 32px;
}
._section_xq7tp_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 110.43%;
}
._section_xq7tp_1 .item-part {
  flex: 1;
  padding: 15px 15px 45px;
}
._section_xq7tp_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_xq7tp_1 .item-part .item-img:hover img {
  transform: scale(1.15);
}
._section_xq7tp_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_xq7tp_1 .item-part .item-title {
  margin: 45px 0 20px;
  font-size: 27px;
  color: #fff;
  line-height: 1;
}
._section_xq7tp_1 .item-part .item-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Medium, SourceHanSansCN-Medium;
}
._section_xq7tp_1 .item-part .item-link {
  margin-top: 20px;
  font-size: 18px;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_xq7tp_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_xq7tp_1 .item-part .item-link img {
  width: 19px;
  margin-left: 10px;
}._section_oeytn_1 {
  position: relative;
  padding: 70px 0 200px;
}
._section_oeytn_1 .video-container {
  margin: 0 auto;
  width: 78%;
}
._section_oeytn_1 .video-container img,
._section_oeytn_1 .video-container video {
  width: 100%;
  border-radius: 25px;
}
._section_oeytn_1 .info-container {
  position: absolute;
  top: 9.4vw;
  left: 24%;
}
@media (max-width: 1550px) {
  ._section_oeytn_1 .info-container {
    top: 10.5vw;
  }
}
@media (min-width: 2500px) {
  ._section_oeytn_1 .info-container {
    top: 8.4vw;
  }
}
._section_oeytn_1 .info-container .info-title {
  font-size: 2.65625vw;
  color: rgb(22, 22, 22);
  line-height: 1.368;
  letter-spacing: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}
._section_oeytn_1 .info-container .info-title span {
  margin-left: -1.4583333333vw;
}
._section_oeytn_1 .info-container .info-subtitle {
  font-size: 0.9375vw;
  color: rgb(22, 22, 22);
  line-height: 2;
  letter-spacing: 0.15625vw;
}._section_1xe6z_1 {
  height: 650vh;
  background-color: #fff;
}
._section_1xe6z_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_1xe6z_1 .animate-box .box-container {
  margin: 0 auto;
  width: 58%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_1xe6z_1 .animate-box .section-top {
  position: relative;
  margin: 3.125vw 4.1666666667vw 1.0416666667vw;
}
._section_1xe6z_1 .animate-box .section-top .section-title {
  font-size: 0.9375vw;
  font-family: SourceHanSansCN-Bold;
}
._section_1xe6z_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 5.2083333333vw;
}
._section_1xe6z_1 .animate-box .section-top .box-items {
  position: relative;
  height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  font-size: 2.65625vw;
}
._section_1xe6z_1 .animate-box .section-top .box-items .top-item {
  height: 5.2083333333vw;
  line-height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  opacity: 0;
  font-family: HelveticaNeueLTStd-Medium, SourceHanSansCN-Medium;
}
._section_1xe6z_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_1xe6z_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.5208333333vw;
  font-size: 4.6875vw;
  background: -webkit-linear-gradient(left, #7bb4dc, #104e85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
._section_1xe6z_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 2.65625vw;
}
._section_1xe6z_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 0.9375vw;
  top: -1.5625vw;
}
._section_1xe6z_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  position: relative;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
._section_1xe6z_1 .animate-box .section-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_1xe6z_1 .animate-box .section-bottom video.active {
  opacity: 1;
}
._section_1xe6z_1 .animate-box .section-bottom .bottom-text {
  width: 100%;
  color: #fff;
  line-height: 1.75;
  font-size: 0.9375vw;
  position: absolute;
  bottom: 9%;
  left: 0;
  padding-left: 4.1666666667vw;
  font-family: HelveticaNeueLTStd-Medium, SourceHanSansCN-Medium;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all ease-out 0.5s;
  transition-delay: 0.5s;
}
._section_1xe6z_1 .animate-box .section-bottom .bottom-text.active {
  transform: translate(0, 0);
  opacity: 1;
}
._section_1xe6z_1 .animate-box .section-bottom .bottom-text img {
  position: absolute;
  right: 4.1666666667vw;
  bottom: 0;
  width: 13.28125vw;
}._section_1zjkg_1 {
  height: 190vh;
  position: relative;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_1zjkg_1 .anchor {
  position: absolute;
  top: -70px;
}
._section_1zjkg_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
._section_1zjkg_1 .animate-box .section-title {
  position: absolute;
  top: 50vh;
  left: 0;
  padding-top: 3.125vw;
  width: 100%;
  text-align: center;
  font-size: 3.125vw;
  line-height: 1.206;
}
._section_1zjkg_1 .animate-box .img-pro {
  position: absolute;
  top: 24vh;
  left: 50%;
  margin-left: -20.0390625vw;
  width: 40.078125vw;
  height: 49.453125vw;
}
._section_1zjkg_1 .box-icons {
  position: absolute;
  bottom: 20vh;
  right: 20%;
  width: 28.4375vw;
}._section_1sw1o_1 {
  height: 240vh;
  background-color: #000;
}
._section_1sw1o_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_1sw1o_1 .animate-box .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 14%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_1sw1o_1 .animate-box .box-video.active {
  opacity: 1;
}
._section_1sw1o_1 .animate-box .box-video video {
  border-radius: 1.3020833333vw;
}
._section_1sw1o_1 .animate-box .box-video .video-text {
  padding: 0 6%;
  margin-top: -4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease-out 0.5s;
}
._section_1sw1o_1 .animate-box .box-video .video-text.active {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
._section_1sw1o_1 .animate-box .box-video .video-text .left-text {
  width: 60%;
  padding-right: 2.6041666667vw;
  font-size: 3.0208333333vw;
  color: #fff;
  line-height: 1.256;
}
._section_1sw1o_1 .animate-box .box-video .video-text .left-text sup {
  font-size: 0.8333333333vw;
  top: -2vw;
}
._section_1sw1o_1 .animate-box .box-video .video-text .right-text {
  width: 40%;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.75;
}._section_4wast_1 {
  height: 160vh;
  background-color: #000;
  color: #fff;
}
._section_4wast_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_4wast_1 .animate-box video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
._section_4wast_1 .animate-box .video-text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease-out 1s;
}
._section_4wast_1 .animate-box .video-text.active {
  opacity: 1;
  transform: translateY(0);
}
._section_4wast_1 .animate-box .video-text .text-title {
  font-size: 3.046875vw;
  color: #fff;
  line-height: 1.256;
  margin-bottom: 1.953125vw;
}
._section_4wast_1 .animate-box .video-text .text-subtitle {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.75;
}._section_1n2ww_1 {
  position: relative;
  padding: 180px 0 100px;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #fff;
}
._section_1n2ww_1 .anchor {
  position: absolute;
  top: 100px;
}
._section_1n2ww_1 .swiper-button-next {
  top: 26vw;
  left: 53%;
}
@media (max-width: 1600px) {
  ._section_1n2ww_1 .swiper-button-next {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_1n2ww_1 .swiper-button-next {
    top: 26vw;
    left: 52%;
  }
}
._section_1n2ww_1 .swiper-button-prev {
  top: 26vw;
  left: 47%;
}
@media (max-width: 1600px) {
  ._section_1n2ww_1 .swiper-button-prev {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_1n2ww_1 .swiper-button-prev {
    top: 26vw;
    left: 48%;
  }
}
._section_1n2ww_1 .swiper-button-prev:hover::before,
._section_1n2ww_1 .swiper-button-next:hover::before {
  background-color: #4d4d4d;
}
._section_1n2ww_1 .swiper-button-prev::after,
._section_1n2ww_1 .swiper-button-next::after {
  z-index: 3;
}
._section_1n2ww_1 .swiper-button-prev::before,
._section_1n2ww_1 .swiper-button-next::before {
  position: absolute;
  top: -17px;
  left: -19px;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1n2ww_1 .section-title {
  position: absolute;
  top: 24vw;
  left: 50%;
  margin-left: -10.859375vw;
  z-index: 1;
  width: 21.6796875vw;
  height: 8.046875vw;
}
@media (max-width: 1600px) {
  ._section_1n2ww_1 .section-title {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_1n2ww_1 .section-title {
    top: 21vw;
  }
}
._section_1n2ww_1 .section-title .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.953125vw;
}
._section_1n2ww_1 .section-title .section-btns img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.7734375vw;
  height: 3.1640625vw;
}
._section_1n2ww_1 .section-title .section-btns > div {
  position: absolute;
  top: 0;
  width: 3.515625vw;
  height: 3.515625vw;
  cursor: pointer;
}
._section_1n2ww_1 .section-title .section-btns .left-btn {
  left: 31%;
}
._section_1n2ww_1 .section-title .section-btns .right-btn {
  right: 31%;
}
._section_1n2ww_1 .swiper .swiper-slide {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
._section_1n2ww_1 .box-item {
  width: 50%;
  font-size: 0;
}
._section_1n2ww_1 .box-item img {
  width: 54.6%;
  border-radius: 0.9765625vw;
}
._section_1n2ww_1 .box-item > div {
  margin: 40px 0 80px;
  font-size: 18px;
  line-height: 1.4;
}
._section_1n2ww_1 .box-left,
._section_1n2ww_1 .box-right {
  width: 50%;
}
._section_1n2ww_1 .box-left .box-item,
._section_1n2ww_1 .box-right .box-item {
  width: 100%;
  font-size: 0;
}
._section_1n2ww_1 .box-left .box-item img,
._section_1n2ww_1 .box-right .box-item img {
  width: 54.6%;
}._section_hz4ym_1 {
  position: relative;
  padding: 180px 0;
  color: #1c1c1c;
  background-color: #fff;
  text-align: center;
}
._section_hz4ym_1 .section-title {
  font-size: 51px;
  line-height: 1;
  margin-bottom: 40px;
}
._section_hz4ym_1 .section-subtitle {
  font-size: 18px;
  margin-bottom: 100px;
}
._section_hz4ym_1 .video-container {
  margin: 0 auto;
  width: 1500px;
  border-radius: 25px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1500px) {
  ._section_hz4ym_1 .video-container {
    width: 1200px;
  }
}
._section_hz4ym_1 .video-container video {
  width: 100%;
}._section_xmgge_1 {
  position: relative;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 180px;
}
._section_xmgge_1 .x-container {
  display: flex;
  justify-content: space-around;
}
._section_xmgge_1 .section-title {
  margin-bottom: 30px;
  font-size: 51px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Medium, SourceHanSansCN-Medium;
}
._section_xmgge_1 .section-subtitle {
  margin-bottom: 100px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
._section_xmgge_1 .pro-item {
  width: 24%;
  display: flex;
  flex-direction: column;
  font-family: HelveticaNeueLTStd-Medium, SourceHanSansCN-Normal;
}
._section_xmgge_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 80%;
  height: 0;
  padding-bottom: 110%;
  position: relative;
}
._section_xmgge_1 .pro-item .pro-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._section_xmgge_1 .pro-item .pro-title {
  font-size: 18px;
  margin: 40px 0 30px;
}
._section_xmgge_1 .pro-item .pro-btn {
  display: inline-block;
  margin: 0 auto;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  font-size: 18px;
  padding: 8px 25px 6px;
  cursor: pointer;
  font-family: SourceHanSansCN-Normal;
}
._section_xmgge_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_xmgge_1 .pro-item .pro-line {
  margin: 50px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_xmgge_1 .pro-item .pro-list {
  flex: 1;
}
._section_xmgge_1 .pro-item .pro-list .list-item {
  height: 240px;
  position: relative;
}
._section_xmgge_1 .pro-item .pro-list .list-item.short {
  height: 190px;
}
._section_xmgge_1 .pro-item .pro-list .list-item.short2 {
  height: 160px;
}
._section_xmgge_1 .pro-item .pro-list .list-item img {
  width: 80px;
  margin-bottom: 10px;
}
._section_xmgge_1 .pro-item .pro-list .list-item .item-title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}
._section_xmgge_1 .pro-item .pro-list .list-item .item-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
._section_xmgge_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-10px);
  width: 20px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_a6k7y_1 {
  position: relative;
  padding-bottom: 200px;
  margin: 0 auto;
  font-size: 14px;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  padding-left: 10px;
  overflow: hidden;
  font-family: HelveticaNeueLTStd-Medium, SourceHanSansCN-Normal;
}
._section_a6k7y_1 .line {
  margin: 100px auto;
  width: 1500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_a6k7y_1 .x-container {
  padding: 0 100px;
}
._section_a6k7y_1 p {
  position: relative;
  padding-left: 26px;
}
._section_a6k7y_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}._wrap_1mui7_1 {
  overflow-x: 0;
  background-color: #000;
  font-family: SourceHanSansCN-Medium;
}
._wrap_1mui7_1 .js-fade {
  opacity: 0;
}
._wrap_1mui7_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1mui7_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1mui7_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1mui7_1 .js-showLeft,
._wrap_1mui7_1 .js-showRight,
._wrap_1mui7_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1mui7_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1mui7_1 .go-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
._wrap_1mui7_1 .go-top img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
._wrap_1mui7_1 .x2-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  transition: all ease-out 0.5s;
}
._wrap_1mui7_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1mui7_1 .x2-header span {
  font-family: HelveticaNeueLTStd-Medium;
}
._wrap_1mui7_1 .x2-header .btn-buy {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 7px 18px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1mui7_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}._section_3mlw8_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_3mlw8_1 ul {
  list-style: none;
}
._section_3mlw8_1 ul li {
  margin: 0;
}
._section_3mlw8_1 {
  width: 100%;
  box-sizing: border-box;
  height: 126.0064412238vw;
  position: relative;
  overflow: hidden;
}
._section_3mlw8_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 126.0064412238vw;
  z-index: 1;
  opacity: 1;
}
._section_3mlw8_1 .video-container.end {
  opacity: 0;
}
._section_3mlw8_1 .video-container video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
._section_3mlw8_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  opacity: 0;
}
._section_3mlw8_1 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_3mlw8_1 .img-container.end {
  opacity: 1;
}
._section_3mlw8_1 .img-container .img-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  opacity: 0;
  transform: translateY(50px);
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_3mlw8_1 .img-container .img-text.end {
  opacity: 1;
  transform: translateY(0);
}
._section_3mlw8_1 .img-container .box-products {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._section_3mlw8_1 .img-container .box-products .swiper {
  width: 100%;
  height: 100%;
}
._section_3mlw8_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_3mlw8_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_3mlw8_1 .color-list {
  position: absolute;
  bottom: 6.4412238325vw;
  left: 0;
  width: 100%;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_3mlw8_1 .color-list.end {
  opacity: 1;
}
._section_3mlw8_1 .color-list .x-container {
  position: relative;
}
._section_3mlw8_1 .color-list .colornav-title {
  position: relative;
  color: #fff;
  font-size: 2.8985507246vw;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
._section_3mlw8_1 .color-list .colornav-title.none {
  display: none;
}
._section_3mlw8_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_3mlw8_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_3mlw8_1 .color-list .colornav-items {
  width: 100%;
  margin: 0;
  padding: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_3mlw8_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_3mlw8_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_3mlw8_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_3mlw8_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 18px;
  height: 18px;
}
._section_3mlw8_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_3mlw8_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_3mlw8_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}._section_1bcun_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_1bcun_1 {
  padding-top: 16.1030595813vw;
  overflow: hidden;
  font-family: SourceHanSansCN-Medium;
}
._section_1bcun_1 .top-parts .item-title,
._section_1bcun_1 .top-parts .item-subtitle,
._section_1bcun_1 .top-parts .item-link {
  padding-left: 7.2463768116vw;
}
._section_1bcun_1 .top-parts .item-link {
  position: absolute;
  right: 6.4412238325vw;
  bottom: 0.4830917874vw;
}
._section_1bcun_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_1bcun_1 .item-part {
  position: relative;
  margin-bottom: 6.4412238325vw;
}
._section_1bcun_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_1bcun_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_1bcun_1 .item-part .item-title {
  margin: 6.4412238325vw 0 2.4154589372vw;
  font-size: 5.3140096618vw;
  color: #fff;
  line-height: 1;
}
._section_1bcun_1 .item-part .item-subtitle {
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
}
._section_1bcun_1 .item-part .item-link {
  margin-top: 6.4412238325vw;
  font-size: 2.8985507246vw;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_1bcun_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_1bcun_1 .item-part .item-link img {
  width: 2.8180354267vw;
  height: 2.8180354267vw;
  margin-left: 1.2882447665vw;
}
._section_1bcun_1 .bottom-parts {
  display: flex;
  justify-content: space-between;
}
._section_1bcun_1 .bottom-parts .item-part {
  width: 48.5%;
  margin-bottom: 0;
}
._section_1bcun_1 .bottom-parts .item-title,
._section_1bcun_1 .bottom-parts .item-subtitle,
._section_1bcun_1 .bottom-parts .item-link {
  text-align: center;
}
._section_1bcun_1 .bottom-parts .item-subtitle {
  height: 8.8566827697vw;
}
._section_1bcun_1 .bottom-parts .item-link {
  justify-content: center;
}
._section_1bcun_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 110.43%;
}._section_l1txw_1 {
  overflow: hidden;
  padding: 14.4927536232vw 0 6.4412238325vw;
}
._section_l1txw_1 .video-container {
  margin: 0 auto;
}
._section_l1txw_1 .video-container img,
._section_l1txw_1 .video-container video {
  width: 100%;
  height: 130vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_l1txw_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_l1txw_1 .info-container {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_l1txw_1 .info-container .info-title {
  font-size: 7.0853462158vw;
  color: rgb(22, 22, 22);
  line-height: 1.368;
  letter-spacing: 3.2206119163vw;
  margin-bottom: 2.4154589372vw;
}
._section_l1txw_1 .info-container .info-title span {
  margin-left: -2.2544283414vw;
}
._section_l1txw_1 .info-container .info-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: rgb(22, 22, 22);
  line-height: 1.694;
  letter-spacing: 0.3220611916vw;
}._section_ghmlo_1 {
  height: 650vh;
  background-color: #fff;
}
._section_ghmlo_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_ghmlo_1 .animate-box .x-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_ghmlo_1 .animate-box .section-top {
  position: relative;
  text-align: center;
  margin-bottom: 8.0515297907vw;
}
._section_ghmlo_1 .animate-box .section-top .section-title {
  margin-bottom: 9.2592592593vw;
  font-size: 2.8985507246vw;
  font-family: SourceHanSansCN-Bold;
}
._section_ghmlo_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 10.4669887279vw;
}
._section_ghmlo_1 .animate-box .section-top .text-box {
  position: relative;
  height: 10.4669887279vw;
  margin-top: 6.4412238325vw;
}
._section_ghmlo_1 .animate-box .section-top .text-box .bottom-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.167;
  font-size: 2.8985507246vw;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_ghmlo_1 .animate-box .section-top .text-box .bottom-text.active {
  opacity: 1;
}
._section_ghmlo_1 .animate-box .section-top .text-box .bottom-text img {
  position: absolute;
  right: 6.4412238325vw;
  bottom: 0;
  width: 27.3752012882vw;
}
._section_ghmlo_1 .animate-box .section-top .box-items {
  position: relative;
  height: 10.4669887279vw;
  transition: all ease-out 0.5s;
  font-size: 5.3140096618vw;
}
._section_ghmlo_1 .animate-box .section-top .box-items .top-item {
  height: 10.4669887279vw;
  line-height: 10.4669887279vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_ghmlo_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_ghmlo_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.8051529791vw;
  font-size: 9.6618357488vw;
  background: -webkit-linear-gradient(left, #7bb4dc, #104e85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
._section_ghmlo_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 5.4750402576vw;
}
._section_ghmlo_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 2.0933977456vw;
  top: -2.4154589372vw;
}
._section_ghmlo_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
._section_ghmlo_1 .animate-box .section-bottom video {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_ghmlo_1 .animate-box .section-bottom video.active {
  opacity: 1;
  transition-delay: 0.5s;
}._section_1e7yu_1 {
  position: relative;
  height: 130vh;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_1e7yu_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
._section_1e7yu_1 .animate-box .section-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 7.0853462158vw;
  line-height: 1.206;
}
._section_1e7yu_1 .animate-box .img-pro {
  position: absolute;
  top: 450px;
  left: 10%;
  width: 80%;
  transform: translateY(-110px) scale(0.7);
}
._section_1e7yu_1 .box-icons {
  position: absolute;
  bottom: 8.8566827697vw;
  left: 10%;
  width: 80%;
}._section_11kyz_1 {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  height: 156vw;
  box-sizing: border-box;
  padding-top: 14vw;
}
._section_11kyz_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_11kyz_1 .section-inbox {
  width: 100%;
}
._section_11kyz_1 .box-container {
  width: 200vw;
  display: flex;
  transform: translateX(0);
  transition: all 1.5s cubic-bezier(0.38, 0.78, 0.165, 1);
}
._section_11kyz_1 .left-box {
  width: 100vw;
  padding-bottom: 20vw;
}
._section_11kyz_1 .left-box .inbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_11kyz_1 .left-box .inbox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_11kyz_1 .left-box .text-title,
._section_11kyz_1 .left-box .text-subtitle {
  position: absolute;
  left: 5.6360708535vw;
}
._section_11kyz_1 .left-box .text-title {
  top: 12.077294686vw;
}
._section_11kyz_1 .left-box .text-subtitle {
  bottom: 5.6360708535vw;
}
._section_11kyz_1 .left-box .btn-right {
  position: absolute;
  right: 5.6360708535vw;
  bottom: 5.6360708535vw;
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_11kyz_1 .right-box {
  position: relative;
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20vw;
}
._section_11kyz_1 .right-box .inbox {
  width: 220vw;
  height: 100%;
  display: flex;
}
._section_11kyz_1 .right-box .video-text {
  width: 100vw;
  padding: 56.3607085346vw 0 0 12.8824476651vw;
}
._section_11kyz_1 .right-box .right-video {
  padding: 42.6731078905vw 0 0 4.8309178744vw;
}
._section_11kyz_1 .right-box .right-video video {
  width: 100vw;
  height: 62.5vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_11kyz_1 .back-box {
  position: absolute;
  bottom: 26vw;
  left: 105vw;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._section_11kyz_1 .back-box .line-box {
  width: 85%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
._section_11kyz_1 .back-box .line-box div {
  height: 2px;
  background-color: #fff;
}
._section_11kyz_1 .back-box .btn-back {
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_11kyz_1 .text-title {
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.256;
  margin-bottom: 4.0257648953vw;
}
._section_11kyz_1 .text-title sup {
  font-size: 14px;
  top: -3.3vw;
}
._section_11kyz_1 .text-subtitle {
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.75;
}._section_11cky_1 {
  background-color: #000;
  color: #fff;
}
._section_11cky_1 .x-container {
  position: relative;
}
._section_11cky_1 .x-container > div {
  width: 100%;
  height: 0;
  padding-bottom: 142%;
}
._section_11cky_1 .x-container > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_11cky_1 .video-text {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_11cky_1 .video-text .text-title {
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.256;
  margin-bottom: 4.0257648953vw;
}
._section_11cky_1 .video-text .text-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.75;
}._section_1l0gq_1 {
  position: relative;
  padding: 9.6618357488vw 0 6.4412238325vw;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
._section_1l0gq_1 .section-title {
  width: 100%;
  height: 22.383252818vw;
  margin-bottom: 4.0257648953vw;
}
._section_1l0gq_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8.0515297907vw;
}
._section_1l0gq_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_1l0gq_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_1l0gq_1 .section-btns .left-btn {
  left: 41%;
}
._section_1l0gq_1 .section-btns .right-btn {
  right: 41%;
}
._section_1l0gq_1 .box-container {
  position: relative;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
._section_1l0gq_1 .box-item {
  width: 50%;
  font-size: 0;
  color: #fff;
  padding: 0 3px;
  box-sizing: border-box;
}
._section_1l0gq_1 .box-item img {
  width: 43.4782608696vw;
  height: 31.4009661836vw;
  border-radius: 2.0128824477vw;
}
._section_1l0gq_1 .box-item > div {
  margin: 2.8180354267vw 0 8.0515297907vw;
  font-size: 2.8985507246vw;
  line-height: 1.4;
}._section_224nd_1 {
  position: relative;
  color: #fff;
  text-align: center;
}
._section_224nd_1 .section-title {
  font-size: 7.0853462158vw;
  line-height: 1.227;
  margin-bottom: 4.8309178744vw;
}
._section_224nd_1 .section-subtitle {
  font-size: 2.8985507246vw;
  line-height: 1.583;
}
._section_224nd_1 .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_224nd_1 .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_224nd_1 .box-info {
  position: absolute;
  left: 11.2721417069vw;
  bottom: 11.2721417069vw;
}._section_15qt5_1 {
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 14.4927536232vw;
}
._section_15qt5_1 .section-title {
  font-size: 7.0853462158vw;
}
._section_15qt5_1 .section-subtitle {
  margin-bottom: 4.0257648953vw;
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
}
._section_15qt5_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2.4154589372vw;
}
._section_15qt5_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_15qt5_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_15qt5_1 .section-btns .left-btn {
  left: 41%;
}
._section_15qt5_1 .section-btns .right-btn {
  right: 41%;
}
._section_15qt5_1 .swiper-wrapper {
  display: flex;
}
._section_15qt5_1 .swiper-wrapper .swiper-slide {
  flex: 1;
  height: auto;
}
._section_15qt5_1 .pro-item {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: HelveticaNeueLTStd-Medium, SourceHanSansCN-Normal;
}
._section_15qt5_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 70%;
  height: 0;
  padding-bottom: 110%;
  position: relative;
}
._section_15qt5_1 .pro-item .pro-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._section_15qt5_1 .pro-item .pro-title {
  font-size: 2.8985507246vw;
  margin: 4.8309178744vw 0 2.4154589372vw;
}
._section_15qt5_1 .pro-item .pro-btn {
  display: inline-block;
  margin: 0 auto;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  font-size: 2.576489533vw;
  line-height: 1;
  padding: 6px 15px;
  cursor: pointer;
  font-family: SourceHanSansCN-Medium;
}
._section_15qt5_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_15qt5_1 .pro-item .pro-line {
  margin: 20px 9.6618357488vw 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_15qt5_1 .pro-item .pro-list {
  flex: 1;
  padding: 0 10px;
}
._section_15qt5_1 .pro-item .pro-list .list-item {
  height: 33vw;
  position: relative;
}
._section_15qt5_1 .pro-item .pro-list .list-item.short {
  height: 25vw;
}
._section_15qt5_1 .pro-item .pro-list .list-item.short2 {
  height: 20vw;
}
._section_15qt5_1 .pro-item .pro-list .list-item img {
  width: 11.2721417069vw;
  margin-bottom: 4px;
}
._section_15qt5_1 .pro-item .pro-list .list-item .item-title {
  font-size: 2.8985507246vw;
  line-height: 1.3;
  margin-bottom: 6px;
}
._section_15qt5_1 .pro-item .pro-list .list-item .item-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.576489533vw;
  line-height: 1.3;
}
._section_15qt5_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-5px);
  width: 10px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_1reh2_1 {
  position: relative;
  padding-bottom: 12.8824476651vw;
  margin: 0 auto;
  font-size: 2.576489533vw;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  overflow: hidden;
  font-family: HelveticaNeueLTStd-Medium, SourceHanSansCN-Normal;
}
._section_1reh2_1 .line {
  margin: 12.8824476651vw auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1reh2_1 p {
  position: relative;
  margin-bottom: 2.2544283414vw;
  padding-left: 4.8309178744vw;
}
._section_1reh2_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.7037037037vw;
  text-align: right;
}._wrap_1uv4k_1 {
  position: relative;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Medium, SourceHanSansCN-Medium;
}
._wrap_1uv4k_1 .js-fade {
  opacity: 0;
}
._wrap_1uv4k_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1uv4k_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1uv4k_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1uv4k_1 .js-showLeft,
._wrap_1uv4k_1 .js-showRight,
._wrap_1uv4k_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1uv4k_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1uv4k_1 .go-top {
  position: fixed;
  bottom: 14%;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
._wrap_1uv4k_1 .go-top img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
._wrap_1uv4k_1 .x2-header {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 2.8985507246vw;
  transition: all ease-out 0.5s;
}
._wrap_1uv4k_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1uv4k_1 .x2-header .btn-buy {
  cursor: pointer;
  line-height: 1;
  padding: 5px 15px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  font-family: SourceHanSansCN-Medium;
}
._wrap_1uv4k_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}._section_1opij_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1opij_1 ul {
  list-style: none;
}
._section_1opij_1 ul li {
  margin: 0;
}
._section_1opij_1 {
  width: 100%;
  box-sizing: border-box;
  height: 48.4375vw;
  position: relative;
  overflow: hidden;
}
._section_1opij_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 48.4375vw;
  z-index: 1;
  opacity: 1;
}
._section_1opij_1 .video-container.end {
  opacity: 0;
}
._section_1opij_1 .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_1opij_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
._section_1opij_1 .img-container.end {
  opacity: 1;
}
._section_1opij_1 .img-container .img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_1opij_1 .img-container .img-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: SourceHanSansCN-Light;
  z-index: 4;
  opacity: 0;
  transform-origin: 0 0;
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_1opij_1 .img-container .img-text.end {
  opacity: 1;
}
._section_1opij_1 .img-container .img-text img {
  width: 677px;
}
._section_1opij_1 .img-container .img-text h1 {
  margin: 30px 0 50px;
  font-size: 22px;
  letter-spacing: 7.5px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1opij_1 .img-container .img-text h2 {
  margin-bottom: 40px;
  font-size: 52px;
  letter-spacing: 8.5px;
  line-height: 1.349;
  font-family: HelveticaNeueLTStd-Roman;
}
._section_1opij_1 .img-container .img-text .box-item {
  display: flex;
  margin-left: -18px;
  font-size: 14px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1opij_1 .img-container .img-text .box-item .item-info {
  margin-top: 12px;
  width: 108px;
  text-align: center;
}
._section_1opij_1 .img-container .img-text .box-item .item-info.large {
  width: 116px;
}
._section_1opij_1 .img-container .box-products {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._section_1opij_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1opij_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_1opij_1 .img-container .box-products .pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_1opij_1 .color-list {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1opij_1 .color-list.end {
  opacity: 1;
}
._section_1opij_1 .color-list .x-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._section_1opij_1 .color-list .img-logo {
  width: 10.6640625vw;
}
._section_1opij_1 .color-list .right-btns {
  height: 30px;
}
._section_1opij_1 .color-list .colornav-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
._section_1opij_1 .color-list .colornav-title.none {
  display: none;
}
._section_1opij_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_1opij_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_1opij_1 .color-list .colornav-items {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
}
._section_1opij_1 .color-list .colornav-items .colornav-item {
  float: left;
}
._section_1opij_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_1opij_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_1opij_1 .color-list .colornav-items .colornav-item input:focus ~ .colornav-link {
  outline: 1px solid #0071e3;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  outline-offset: 0px;
  padding-top: 5px;
}
._section_1opij_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_1opij_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
}
._section_1opij_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_1opij_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_1opij_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}
._section_1opij_1 .box-tips {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  left: 0;
  color: #fff;
  font-family: HelveticaNeueLTStd-Light;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_1opij_1 .box-tips.end {
  opacity: 1;
}
._section_1opij_1 .box-tips .x-container {
  position: relative;
  height: 50px;
}
._section_1opij_1 .box-tips .x-container span {
  position: absolute;
  transform-origin: 0 0;
  display: inline-block;
  font-size: 14px;
}._section_116r6_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_116r6_1 {
  padding: 200px 0 100px;
}
._section_116r6_1 .top-parts {
  display: flex;
}
._section_116r6_1 .top-parts .item-title,
._section_116r6_1 .top-parts .item-subtitle,
._section_116r6_1 .top-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .top-parts .item-subtitle {
  height: auto !important;
}
._section_116r6_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_116r6_1 .bottom-parts {
  display: flex;
}
._section_116r6_1 .bottom-parts .item-title,
._section_116r6_1 .bottom-parts .item-subtitle,
._section_116r6_1 .bottom-parts .item-link {
  padding: 0 24px;
}
._section_116r6_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 110.43%;
}
._section_116r6_1 .item-part {
  margin-bottom: 40px;
  flex: 1;
  padding: 15px 15px 45px;
  position: relative;
}
._section_116r6_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_116r6_1 .item-part .item-img:hover img {
  transform: scale(1.15);
}
._section_116r6_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_116r6_1 .item-part .item-title {
  margin: 30px 0 10px;
  font-size: 27px;
  color: #fff;
  line-height: 1.333;
}
._section_116r6_1 .item-part .item-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_116r6_1 .item-part .item-link {
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-top: 20px;
  font-size: 18px;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_116r6_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_116r6_1 .item-part .item-link img {
  width: 19px;
  margin-left: 10px;
}._section_jicw2_1 {
  position: relative;
  padding: 70px 0 200px;
}
._section_jicw2_1 .video-container {
  margin: 0 auto;
  width: 78%;
}
._section_jicw2_1 .video-container img,
._section_jicw2_1 .video-container video {
  width: 100%;
  border-radius: 25px;
}
._section_jicw2_1 .info-container {
  position: absolute;
  top: 9.4vw;
  left: 24%;
}
@media (max-width: 1550px) {
  ._section_jicw2_1 .info-container {
    top: 10.5vw;
  }
}
@media (min-width: 2500px) {
  ._section_jicw2_1 .info-container {
    top: 8.4vw;
  }
}
._section_jicw2_1 .info-container .info-title {
  font-size: 2.65625vw;
  color: rgb(22, 22, 22);
  line-height: 1.147;
  margin-bottom: 1.5625vw;
  background: -webkit-linear-gradient(43deg, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._section_jicw2_1 .info-container .info-subtitle {
  width: 23.5vw;
  font-size: 0.9375vw;
  color: rgb(22, 22, 22);
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}
._section_jicw2_1 .info-container .info-subtitle p {
  margin: 0 auto;
}._section_dz6do_1 {
  height: 650vh;
  background-color: #fff;
}
._section_dz6do_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_dz6do_1 .animate-box .box-container {
  margin: 0 auto;
  width: 58%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_dz6do_1 .animate-box .section-top {
  position: relative;
  margin: 3.125vw 0 1.0416666667vw 2.0833333333vw;
}
._section_dz6do_1 .animate-box .section-top .section-title {
  font-size: 0.9375vw;
}
._section_dz6do_1 .animate-box .section-top .out-box {
  overflow: hidden;
  width: 140%;
  height: 4.1666666667vw;
}
._section_dz6do_1 .animate-box .section-top .box-items {
  position: relative;
  height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  font-size: 2.109375vw;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item {
  height: 5.2083333333vw;
  line-height: 5.2083333333vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.5208333333vw;
  font-size: 3.6458333333vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 2.65625vw;
}
._section_dz6do_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 0.9375vw;
  top: -1.5625vw;
}
._section_dz6do_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  position: relative;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
._section_dz6do_1 .animate-box .section-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_dz6do_1 .animate-box .section-bottom video.active {
  opacity: 1;
}
._section_dz6do_1 .animate-box .section-bottom .bottom-text {
  width: 55%;
  color: #fff;
  line-height: 1.417;
  font-size: 0.9375vw;
  position: absolute;
  bottom: 9%;
  left: 0;
  padding-left: 4.1666666667vw;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all ease-out 0.5s;
  transition-delay: 0.5s;
}
._section_dz6do_1 .animate-box .section-bottom .bottom-text.active {
  transform: translate(0, 0);
  opacity: 1;
}
._section_dz6do_1 .animate-box .section-bottom .bottom-text img {
  position: absolute;
  right: 4.1666666667vw;
  bottom: 0;
  width: 13.28125vw;
}._section_rdrbm_1 {
  height: 190vh;
  position: relative;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_rdrbm_1 .anchor {
  position: absolute;
  top: -70px;
}
._section_rdrbm_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
._section_rdrbm_1 .animate-box .section-title {
  position: absolute;
  top: 50vh;
  left: 0;
  padding-top: 1.5625vw;
  width: 100%;
  text-align: center;
  font-size: 2.65625vw;
  line-height: 1.206;
}
._section_rdrbm_1 .animate-box .img-pro {
  position: absolute;
  top: 24vh;
  left: 50%;
  margin-left: -20.0390625vw;
  width: 40.078125vw;
  height: 49.453125vw;
}
._section_rdrbm_1 .box-icons {
  position: absolute;
  bottom: 20vh;
  right: 20%;
  width: 31.0546875vw;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_rdrbm_1 .box-icons > div {
  width: 40%;
  margin: 15px 15px;
}
._section_rdrbm_1 .box-icons > div img {
  width: 4.4025157233vw;
  height: 4.4025157233vw;
}
._section_rdrbm_1 .box-icons > div .icons-title .title {
  font-size: 0.859375vw;
  line-height: 1.286;
  margin-bottom: 5px;
  color: #1e1e1e;
}
._section_rdrbm_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 0.625vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_10bf8_1 {
  height: 240vh;
  background-color: #000;
}
._section_10bf8_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_10bf8_1 .animate-box .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 14%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video.active {
  opacity: 1;
}
._section_10bf8_1 .animate-box .box-video video {
  border-radius: 1.3020833333vw;
}
._section_10bf8_1 .animate-box .box-video .video-text {
  height: 10vw;
  padding: 0 3%;
  margin-top: -5vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease-out 0.5s;
}
._section_10bf8_1 .animate-box .box-video .video-text.active {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text {
  width: 60%;
  padding-right: 2.6041666667vw;
  font-size: 2.65625vw;
  color: #fff;
  line-height: 1.441;
}
._section_10bf8_1 .animate-box .box-video .video-text .left-text sup {
  font-size: 0.8333333333vw;
  top: -2vw;
}
._section_10bf8_1 .animate-box .box-video .video-text .right-text {
  width: 40%;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_r2k6d_1 {
  height: 160vh;
  background-color: #000;
  color: #fff;
}
._section_r2k6d_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_r2k6d_1 .animate-box video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
._section_r2k6d_1 .animate-box .video-text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease-out 1s;
}
._section_r2k6d_1 .animate-box .video-text.active {
  opacity: 1;
  transform: translateY(0);
}
._section_r2k6d_1 .animate-box .video-text .text-title {
  font-size: 3.046875vw;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.171875vw;
}
._section_r2k6d_1 .animate-box .video-text .text-subtitle {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.417;
  font-family: HelveticaNeueLTStd-Light;
}._section_2t0bd_1 {
  position: relative;
  padding: 180px 0 100px;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #fff;
}
._section_2t0bd_1 .anchor {
  position: absolute;
  top: 100px;
}
._section_2t0bd_1 .swiper-button-next {
  top: 26vw;
  left: 53%;
}
@media (max-width: 1600px) {
  ._section_2t0bd_1 .swiper-button-next {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_2t0bd_1 .swiper-button-next {
    top: 26vw;
    left: 52%;
  }
}
._section_2t0bd_1 .swiper-button-prev {
  top: 26vw;
  left: 47%;
}
@media (max-width: 1600px) {
  ._section_2t0bd_1 .swiper-button-prev {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_2t0bd_1 .swiper-button-prev {
    top: 26vw;
    left: 48%;
  }
}
._section_2t0bd_1 .swiper-button-prev:hover::before,
._section_2t0bd_1 .swiper-button-next:hover::before {
  background-color: #4d4d4d;
}
._section_2t0bd_1 .swiper-button-prev::after,
._section_2t0bd_1 .swiper-button-next::after {
  z-index: 3;
}
._section_2t0bd_1 .swiper-button-prev::before,
._section_2t0bd_1 .swiper-button-next::before {
  position: absolute;
  top: -17px;
  left: -19px;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
._section_2t0bd_1 .section-title {
  position: absolute;
  top: 24vw;
  left: 50%;
  margin-left: -9.1015625vw;
  z-index: 1;
  width: 18.203125vw;
  height: 6.9921875vw;
}
@media (max-width: 1600px) {
  ._section_2t0bd_1 .section-title {
    top: 29vw;
  }
}
@media (min-width: 2000px) {
  ._section_2t0bd_1 .section-title {
    top: 21vw;
  }
}
._section_2t0bd_1 .section-title .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.953125vw;
}
._section_2t0bd_1 .section-title .section-btns img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.7734375vw;
  height: 3.1640625vw;
}
._section_2t0bd_1 .section-title .section-btns > div {
  position: absolute;
  top: 0;
  width: 3.515625vw;
  height: 3.515625vw;
  cursor: pointer;
}
._section_2t0bd_1 .section-title .section-btns .left-btn {
  left: 31%;
}
._section_2t0bd_1 .section-title .section-btns .right-btn {
  right: 31%;
}
._section_2t0bd_1 .swiper .swiper-slide {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
._section_2t0bd_1 .box-item {
  width: 50%;
  font-size: 0;
}
._section_2t0bd_1 .box-item img {
  width: 54.6%;
  border-radius: 0.9765625vw;
}
._section_2t0bd_1 .box-item > div {
  margin: 40px 0 80px;
  font-size: 1.40625vw;
  line-height: 1.4;
}
._section_2t0bd_1 .box-item > div p {
  margin: 0 auto;
  font-size: 0.9375vw;
}
._section_2t0bd_1 .box-left,
._section_2t0bd_1 .box-right {
  width: 50%;
}
._section_2t0bd_1 .box-left .box-item,
._section_2t0bd_1 .box-right .box-item {
  width: 100%;
  font-size: 0;
}
._section_2t0bd_1 .box-left .box-item img,
._section_2t0bd_1 .box-right .box-item img {
  width: 54.6%;
}._section_1c16z_1 {
  position: relative;
  padding: 180px 0;
  color: #1c1c1c;
  background-color: #fff;
  text-align: center;
}
._section_1c16z_1 .section-title {
  font-size: 51px;
  line-height: 1.441;
  margin-bottom: 40px;
}
._section_1c16z_1 .section-subtitle {
  font-size: 18px;
  margin-bottom: 100px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1c16z_1 .video-container {
  margin: 0 auto;
  width: 1500px;
  border-radius: 25px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1500px) {
  ._section_1c16z_1 .video-container {
    width: 1200px;
  }
}
._section_1c16z_1 .video-container video {
  width: 100%;
}._section_1h33d_1 {
  position: relative;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 180px;
}
._section_1h33d_1 .x-container {
  display: flex;
  justify-content: space-around;
}
._section_1h33d_1 .x-container.box-product {
  width: 80%;
  justify-content: center;
}
._section_1h33d_1 .x-container.box-product .pro-item {
  width: 22%;
  padding-bottom: 40px;
  margin: 0 80px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1h33d_1 .section-title {
  margin-bottom: 30px;
  font-size: 51px;
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .section-subtitle {
  margin-bottom: 100px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item {
  width: 24%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
._section_1h33d_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 90%;
  height: 0;
  padding-bottom: 110%;
  position: relative;
}
._section_1h33d_1 .pro-item .pro-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._section_1h33d_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item .pro-title {
  margin: 20px 0;
}
._section_1h33d_1 .pro-item .pro-btn {
  display: inline-block;
  margin: 0 auto;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  line-height: 1.25;
  padding: 4px 25px 3px;
  cursor: pointer;
}
._section_1h33d_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_1h33d_1 .pro-item .pro-desc {
  margin-top: 16px;
  line-height: 1.25;
  height: 45px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item .pro-desc.last {
  color: rgba(255, 255, 255, 0.5);
}
._section_1h33d_1 .pro-item .pro-list {
  flex: 1;
}
._section_1h33d_1 .pro-item .pro-list .list-item {
  height: 240px;
  position: relative;
}
._section_1h33d_1 .pro-item .pro-list .list-item.short {
  height: 190px;
}
._section_1h33d_1 .pro-item .pro-list .list-item.short2 {
  height: 160px;
}
._section_1h33d_1 .pro-item .pro-list .list-item img {
  width: 60px;
  margin-bottom: 10px;
}
._section_1h33d_1 .pro-item .pro-list .list-item .item-title {
  font-size: 22px;
  line-height: 1.166;
  margin-bottom: 10px;
}
._section_1h33d_1 .pro-item .pro-list .list-item .item-subtitle {
  line-height: 1.417;
  color: rgba(255, 255, 255, 0.5);
  font-family: HelveticaNeueLTStd-Light;
}
._section_1h33d_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-10px);
  width: 20px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_chza6_1 {
  position: relative;
  padding-bottom: 200px;
  margin: 0 auto;
  font-size: 14px;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  padding-left: 10px;
  overflow: hidden;
}
._section_chza6_1 .line {
  margin: 20px auto 100px;
  width: 1500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_chza6_1 .x-container {
  padding: 0 100px;
}
._section_chza6_1 p {
  position: relative;
  margin-bottom: 0;
  padding-left: 26px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_chza6_1 p:first-of-type {
  padding-left: 8px;
}
._section_chza6_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}._wrap_1uxs2_1 {
  overflow-x: 0;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_1uxs2_1 .js-fade {
  opacity: 0;
}
._wrap_1uxs2_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1uxs2_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1uxs2_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1uxs2_1 .js-showLeft,
._wrap_1uxs2_1 .js-showRight,
._wrap_1uxs2_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1uxs2_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1uxs2_1 .go-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
._wrap_1uxs2_1 .go-top img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
._wrap_1uxs2_1 .x2-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  transition: all ease-out 0.5s;
}
._wrap_1uxs2_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1uxs2_1 .x2-header .btn-buy {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 7px 18px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1uxs2_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_1uxs2_81 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_1uxs2_81 .dialog-title svg {
  margin: 10px;
  font-size: 40px;
}
._dialog_1uxs2_81 .box-buy {
  position: relative;
  margin: 40px auto 80px;
  padding: 0 100px;
}
._dialog_1uxs2_81 .box-buy img {
  width: 32.6953125vw;
}
._dialog_1uxs2_81 .box-buy div {
  position: absolute;
  top: 39%;
  left: 14%;
  width: 72%;
  height: 68%;
  display: flex;
  flex-wrap: wrap;
}
._dialog_1uxs2_81 .box-buy div a {
  width: 50%;
}._section_15gui_1 {
  --bezier-line: cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_15gui_1 ul {
  list-style: none;
}
._section_15gui_1 ul li {
  margin: 0;
}
._section_15gui_1 {
  width: 100%;
  box-sizing: border-box;
  height: 126.0064412238vw;
  position: relative;
  overflow: hidden;
}
._section_15gui_1 .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 126.0064412238vw;
  z-index: 1;
  opacity: 1;
}
._section_15gui_1 .video-container.end {
  opacity: 0;
}
._section_15gui_1 .video-container video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
._section_15gui_1 .img-container {
  position: relative;
  width: 100vw;
  height: 100%;
  opacity: 0;
}
._section_15gui_1 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
._section_15gui_1 .img-container.end {
  opacity: 1;
}
._section_15gui_1 .img-container .img-text {
  position: absolute;
  top: 4vw;
  left: 0;
  width: 100%;
  z-index: 4;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 2s var(--bezier-line), -webkit-transform 2s var(--bezier-line);
}
._section_15gui_1 .img-container .img-text.end {
  opacity: 1;
  transform: translateY(0);
}
._section_15gui_1 .img-container .img-text .img-logo {
  margin-bottom: 4vw;
}
._section_15gui_1 .img-container .img-text h1 {
  margin-top: 1.3333333333vw;
  font-family: HelveticaNeueLTStd-Light;
  letter-spacing: 0.1333333333vw;
  font-size: 2.1333333333vw;
}
._section_15gui_1 .img-container .img-text h2 {
  margin-top: 4vw;
  font-family: HelveticaNeueLTStd-Light;
  letter-spacing: 0.4vw;
  font-size: 4.5333333333vw;
}
._section_15gui_1 .img-container .box-products {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._section_15gui_1 .img-container .box-products .swiper {
  width: 100%;
  height: 100%;
}
._section_15gui_1 .img-container .box-products .pro {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_15gui_1 .img-container .box-products .pro.current {
  opacity: 1;
}
._section_15gui_1 .color-list {
  position: absolute;
  bottom: 4.8309178744vw;
  left: 0;
  width: 100%;
  z-index: 6;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._section_15gui_1 .color-list.end {
  opacity: 1;
}
._section_15gui_1 .color-list .x-container {
  position: relative;
}
._section_15gui_1 .color-list .colornav-title {
  position: relative;
  color: #fff;
  font-size: 2.8985507246vw;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
._section_15gui_1 .color-list .colornav-title.none {
  display: none;
}
._section_15gui_1 .color-list .colornav-title .colornav-alt-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
._section_15gui_1 .color-list .colornav-title .colornav-alt-label.current {
  opacity: 1;
  transition-delay: 0.5s;
}
._section_15gui_1 .color-list .colornav-items {
  width: 100%;
  margin: 0;
  padding: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section_15gui_1 .color-list .colornav-items .colornav-item {
  margin: 0 4px;
}
._section_15gui_1 .color-list .colornav-items .colornav-item input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
._section_15gui_1 .color-list .colornav-items .colornav-item input:checked ~ .colornav-link {
  border-color: #fff;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-link {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-bottom: 0;
  margin-left: 0.24em;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch {
  border-radius: 50%;
  display: block;
  width: 18px;
  height: 18px;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-grey {
  background-color: rgb(38, 38, 38);
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-white {
  background-color: #f0f2f2;
}
._section_15gui_1 .color-list .colornav-items .colornav-item .colornav-swatch.color-gold {
  font-size: 0;
}._section_1fiad_1 {
  --bezier-line: cubic-bezier(0.38, 0.005, 0.215, 1);
}
._section_1fiad_1 {
  padding-top: 16.1030595813vw;
  overflow: hidden;
}
._section_1fiad_1 .top-parts .item-title,
._section_1fiad_1 .top-parts .item-subtitle,
._section_1fiad_1 .top-parts .item-link {
  padding: 0 4.0257648953vw;
}
._section_1fiad_1 .top-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 85.53%;
}
._section_1fiad_1 .item-part {
  position: relative;
  margin-bottom: 6.4412238325vw;
}
._section_1fiad_1 .item-part .item-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
._section_1fiad_1 .item-part .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s var(--bezier-line), -webkit-transform 0.6s var(--bezier-line);
}
._section_1fiad_1 .item-part .item-title {
  margin: 6.4412238325vw 0 2.4154589372vw;
  font-size: 4.0257648953vw;
  color: #fff;
  line-height: 1;
}
._section_1fiad_1 .item-part .item-subtitle {
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.417;
}
._section_1fiad_1 .item-part .item-link {
  margin-top: 3.2206119163vw;
  font-size: 2.8985507246vw;
  color: #0071e3;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
._section_1fiad_1 .item-part .item-link:hover {
  text-decoration: underline;
}
._section_1fiad_1 .item-part .item-link img {
  width: 2.8180354267vw;
  height: 2.8180354267vw;
  margin-left: 1.2882447665vw;
}
._section_1fiad_1 .bottom-parts {
  display: flex;
  justify-content: space-between;
}
._section_1fiad_1 .bottom-parts .item-part {
  width: 48.5%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._section_1fiad_1 .bottom-parts .item-title,
._section_1fiad_1 .bottom-parts .item-subtitle,
._section_1fiad_1 .bottom-parts .item-link {
  text-align: center;
}
._section_1fiad_1 .bottom-parts .item-link {
  justify-content: center;
}
._section_1fiad_1 .bottom-parts .item-img {
  width: 100%;
  height: 0;
  padding-bottom: 126%;
}._section_abwtu_1 {
  overflow: hidden;
  padding: 14.4927536232vw 0 6.4412238325vw;
}
._section_abwtu_1 .video-container {
  margin: 0 auto;
}
._section_abwtu_1 .video-container img,
._section_abwtu_1 .video-container video {
  width: 100%;
  height: 130vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_abwtu_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_abwtu_1 .info-container {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_abwtu_1 .info-container .info-title {
  font-size: 7.0853462158vw;
  color: rgb(22, 22, 22);
  line-height: 1.136;
  background: -webkit-linear-gradient(43deg, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4.8309178744vw;
}
._section_abwtu_1 .info-container .info-title span {
  margin-left: -2.2544283414vw;
}
._section_abwtu_1 .info-container .info-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: rgb(22, 22, 22);
  line-height: 1.389;
}
._section_abwtu_1 .info-container .info-subtitle p {
  margin-bottom: 3.2206119163vw;
}._section_pxnvo_1 {
  height: 650vh;
  background-color: #fff;
}
._section_pxnvo_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
._section_pxnvo_1 .animate-box .x-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._section_pxnvo_1 .animate-box .section-top {
  position: relative;
  text-align: center;
  margin-bottom: 8.0515297907vw;
}
._section_pxnvo_1 .animate-box .section-top .section-title {
  margin-bottom: 9.2592592593vw;
  font-size: 2.8985507246vw;
}
._section_pxnvo_1 .animate-box .section-top .out-box {
  overflow: hidden;
  height: 16.1030595813vw;
}
._section_pxnvo_1 .animate-box .section-top .text-box {
  position: relative;
  height: 14.4927536232vw;
  margin-top: 6.4412238325vw;
}
._section_pxnvo_1 .animate-box .section-top .text-box .bottom-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2.8985507246vw;
  line-height: 1.417;
  font-size: 2.8985507246vw;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_pxnvo_1 .animate-box .section-top .text-box .bottom-text.active {
  opacity: 1;
}
._section_pxnvo_1 .animate-box .section-top .text-box .bottom-text img {
  position: absolute;
  right: 6.4412238325vw;
  bottom: 0;
  width: 27.3752012882vw;
}
._section_pxnvo_1 .animate-box .section-top .box-items {
  position: relative;
  height: 16.1030595813vw;
  transition: all ease-out 0.5s;
  font-size: 4.0257648953vw;
}
._section_pxnvo_1 .animate-box .section-top .box-items .top-item {
  height: 16.1030595813vw;
  line-height: 4.0257648953vw;
  transition: all ease-out 0.5s;
  opacity: 0;
}
._section_pxnvo_1 .animate-box .section-top .box-items .top-item.active {
  opacity: 1;
}
._section_pxnvo_1 .animate-box .section-top .box-items .top-item > span {
  padding: 0 0.8051529791vw;
  font-size: 9.6618357488vw;
  background: -webkit-linear-gradient(left, #0075c9, #003d7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Medium;
}
._section_pxnvo_1 .animate-box .section-top .box-items .top-item > span i {
  font-style: normal;
  font-size: 5.4750402576vw;
}
._section_pxnvo_1 .animate-box .section-top .box-items .top-item sup {
  font-size: 2.0933977456vw;
  top: -2.4154589372vw;
}
._section_pxnvo_1 .animate-box .section-bottom {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
._section_pxnvo_1 .animate-box .section-bottom video {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease-out 0.5s;
}
._section_pxnvo_1 .animate-box .section-bottom video.active {
  opacity: 1;
  transition-delay: 0.5s;
}._section_1n69u_1 {
  position: relative;
  height: 170vh;
  color: rgb(28, 28, 28);
  background-color: #f8f8fa;
  text-align: center;
}
._section_1n69u_1 .animate-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
._section_1n69u_1 .animate-box .section-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 7.0853462158vw;
  line-height: 1.206;
}
._section_1n69u_1 .animate-box .img-pro {
  position: absolute;
  top: 450px;
  left: 10%;
  width: 80%;
  transform: translateY(-110px) scale(0.7);
}
._section_1n69u_1 .box-icons {
  position: absolute;
  bottom: 8.8566827697vw;
  left: 5%;
  width: 90%;
  padding: 10px 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
}
._section_1n69u_1 .box-icons > div {
  width: 40%;
  margin: 1.6103059581vw 1.6103059581vw;
}
._section_1n69u_1 .box-icons > div img {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
._section_1n69u_1 .box-icons > div .icons-title .title {
  font-size: 3.2206119163vw;
  line-height: 1.286;
  margin: 5px 0;
  color: #1e1e1e;
}
._section_1n69u_1 .box-icons > div .icons-title .subTitle {
  color: #8d8d8d;
  line-height: 1.182;
  font-size: 2.576489533vw;
  font-family: HelveticaNeueLTStd-Light;
}._section_xldkw_1 {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  height: 156vw;
  box-sizing: border-box;
  padding-top: 14vw;
}
._section_xldkw_1 .x-container {
  position: relative;
  font-size: 0;
}
._section_xldkw_1 .section-inbox {
  width: 100%;
}
._section_xldkw_1 .box-container {
  width: 200vw;
  display: flex;
  transform: translateX(0);
  transition: all 1.5s cubic-bezier(0.38, 0.78, 0.165, 1);
}
._section_xldkw_1 .left-box {
  width: 100vw;
  padding-bottom: 20vw;
}
._section_xldkw_1 .left-box .inbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_xldkw_1 .left-box .inbox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_xldkw_1 .left-box .text-title,
._section_xldkw_1 .left-box .text-subtitle {
  position: absolute;
  left: 5.6360708535vw;
}
._section_xldkw_1 .left-box .text-title {
  top: 12.077294686vw;
}
._section_xldkw_1 .left-box .text-subtitle {
  bottom: 5.6360708535vw;
}
._section_xldkw_1 .left-box .btn-right {
  position: absolute;
  right: 5.6360708535vw;
  bottom: 5.6360708535vw;
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_xldkw_1 .right-box {
  position: relative;
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20vw;
}
._section_xldkw_1 .right-box .inbox {
  width: 220vw;
  height: 100%;
  display: flex;
}
._section_xldkw_1 .right-box .video-text {
  width: 100vw;
  padding: 45.0885668277vw 0 0 12.8824476651vw;
}
._section_xldkw_1 .right-box .right-video {
  padding: 42.6731078905vw 0 0 4.8309178744vw;
}
._section_xldkw_1 .right-box .right-video video {
  width: 100vw;
  height: 62.5vw;
  border-radius: 20px;
  object-fit: cover;
}
._section_xldkw_1 .back-box {
  position: absolute;
  bottom: 26vw;
  left: 105vw;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._section_xldkw_1 .back-box .line-box {
  width: 85%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
._section_xldkw_1 .back-box .line-box div {
  height: 2px;
  background-color: #fff;
}
._section_xldkw_1 .back-box .btn-back {
  width: 6.038647343vw;
  height: 6.038647343vw;
}
._section_xldkw_1 .text-title {
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_xldkw_1 .text-title sup {
  font-size: 14px;
  top: -3.3vw;
}
._section_xldkw_1 .text-subtitle {
  width: 80%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
}._section_1cwu9_1 {
  background-color: #000;
  color: #fff;
}
._section_1cwu9_1 .x-container {
  position: relative;
}
._section_1cwu9_1 .x-container > div {
  width: 100%;
  height: 0;
  padding-bottom: 142%;
}
._section_1cwu9_1 .x-container > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
._section_1cwu9_1 .video-text {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
._section_1cwu9_1 .video-text .text-title {
  padding: 0 20px;
  font-size: 7.0853462158vw;
  color: #fff;
  line-height: 1.136;
  margin-bottom: 4.0257648953vw;
}
._section_1cwu9_1 .video-text .text-subtitle {
  padding: 0 10%;
  font-size: 2.8985507246vw;
  color: #fff;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}._section_1ndbu_1 {
  position: relative;
  padding: 16.1030595813vw 0 6.4412238325vw;
  color: #1c1c1c;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
._section_1ndbu_1 .section-title {
  width: 100%;
  height: 20.0483091787vw;
  margin-bottom: 4.0257648953vw;
}
._section_1ndbu_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8.0515297907vw;
}
._section_1ndbu_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_1ndbu_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_1ndbu_1 .section-btns .left-btn {
  left: 41%;
}
._section_1ndbu_1 .section-btns .right-btn {
  right: 41%;
}
._section_1ndbu_1 .box-container {
  position: relative;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
._section_1ndbu_1 .box-item {
  width: 50%;
  font-size: 0;
  color: #fff;
  padding: 0 3px;
  box-sizing: border-box;
}
._section_1ndbu_1 .box-item img {
  width: 43.4782608696vw;
  height: 31.4009661836vw;
  border-radius: 2.0128824477vw;
}
._section_1ndbu_1 .box-item > div {
  margin: 2.8180354267vw 0 8.0515297907vw;
  font-size: 2.8985507246vw;
  line-height: 1.4;
}
._section_1ndbu_1 .box-item > div p {
  font-size: 2.4154589372vw;
  margin: 5px 0 0;
  line-height: 1.2;
  font-family: HelveticaNeueLTStd-Light;
}._section_o9m4c_1 {
  position: relative;
  color: #fff;
  text-align: center;
}
._section_o9m4c_1 .section-title {
  font-size: 7.0853462158vw;
  line-height: 1.136;
  margin-bottom: 4.8309178744vw;
}
._section_o9m4c_1 .section-subtitle {
  font-size: 2.8985507246vw;
  line-height: 1.389;
  font-family: HelveticaNeueLTStd-Light;
}
._section_o9m4c_1 .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 140.8%;
}
._section_o9m4c_1 .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._section_o9m4c_1 .box-info {
  position: absolute;
  left: 8.0515297907vw;
  bottom: 11.2721417069vw;
  width: 70%;
}._section_5tusy_1 {
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 14.4927536232vw;
}
._section_5tusy_1 .section-title {
  font-size: 7.0853462158vw;
  font-family: HelveticaNeueLTStd-Light;
}
._section_5tusy_1 .section-subtitle {
  margin-bottom: 4.0257648953vw;
  font-size: 2.8985507246vw;
  color: rgba(255, 255, 255, 0.5);
  font-family: HelveticaNeueLTStd-Light;
}
._section_5tusy_1 .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2.4154589372vw;
}
._section_5tusy_1 .section-btns img {
  width: 16.0225442834vw;
  height: 6.5217391304vw;
}
._section_5tusy_1 .section-btns > div {
  position: absolute;
  top: 0;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}
._section_5tusy_1 .section-btns .left-btn {
  left: 41%;
}
._section_5tusy_1 .section-btns .right-btn {
  right: 41%;
}
._section_5tusy_1 .swiper-wrapper {
  display: flex;
}
._section_5tusy_1 .swiper-wrapper .swiper-slide {
  flex: 1;
  height: auto;
}
._section_5tusy_1 .pro-item {
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._section_5tusy_1 .pro-item .pro-img {
  margin: 0 auto;
  width: 70%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
._section_5tusy_1 .pro-item .pro-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._section_5tusy_1 .pro-item .pro-tag {
  color: #0071e3;
  font-family: HelveticaNeueLTStd-Light;
  margin: 2.4154589372vw auto 4.8309178744vw;
  font-size: 2.576489533vw;
  line-height: 1;
  padding: 6px 15px;
}
._section_5tusy_1 .pro-item .pro-title {
  font-size: 2.8985507246vw;
  margin: 1.6103059581vw 0 2.4154589372vw;
}
._section_5tusy_1 .pro-item .pro-btn {
  display: inline-block;
  margin: 2.4154589372vw auto 4.8309178744vw;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
  font-size: 2.576489533vw;
  line-height: 1;
  padding: 6px 15px;
  cursor: pointer;
}
._section_5tusy_1 .pro-item .pro-btn:hover {
  background-color: #087cf2;
}
._section_5tusy_1 .pro-item .pro-desc {
  margin-top: 16px;
  line-height: 1.25;
  height: 45px;
  font-family: HelveticaNeueLTStd-Light;
}
._section_5tusy_1 .pro-item .pro-desc.last {
  color: rgba(255, 255, 255, 0.5);
}
._section_5tusy_1 .pro-item .pro-line {
  margin: 20px 9.6618357488vw 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_5tusy_1 .pro-item .pro-list {
  flex: 1;
  margin: 0 4.8309178744vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_5tusy_1 .pro-item .pro-list .list-item {
  margin-top: 5vw;
  height: 35vw;
  position: relative;
}
._section_5tusy_1 .pro-item .pro-list .list-item.short {
  height: 25vw;
}
._section_5tusy_1 .pro-item .pro-list .list-item.short2 {
  height: 20vw;
}
._section_5tusy_1 .pro-item .pro-list .list-item img {
  width: 11.2721417069vw;
  margin-bottom: 4px;
}
._section_5tusy_1 .pro-item .pro-list .list-item .item-title {
  font-size: 2.8985507246vw;
  line-height: 1.3;
  margin-bottom: 6px;
}
._section_5tusy_1 .pro-item .pro-list .list-item .item-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.576489533vw;
  line-height: 1.3;
  font-family: HelveticaNeueLTStd-Light;
}
._section_5tusy_1 .pro-item .pro-list .list-item .nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-5px);
  width: 10px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}._section_1004c_1 {
  position: relative;
  padding-bottom: 12.8824476651vw;
  margin: 0 auto;
  font-size: 2.576489533vw;
  color: rgb(123, 123, 123);
  line-height: 1.5;
  overflow: hidden;
}
._section_1004c_1 .line {
  margin: 12.8824476651vw auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
._section_1004c_1 p {
  position: relative;
  margin-bottom: 2.2544283414vw;
  padding-left: 4.8309178744vw;
}
._section_1004c_1 p:first-of-type {
  padding-left: 1.6103059581vw;
}
._section_1004c_1 p span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.7037037037vw;
  text-align: right;
}._wrap_1v2xs_1 {
  position: relative;
  background-color: #000;
  font-family: HelveticaNeueLTStd-Roman;
}
._wrap_1v2xs_1 .js-fade {
  opacity: 0;
}
._wrap_1v2xs_1 .showUp {
  transform: translate(0, 5.3333333333vw);
}
._wrap_1v2xs_1 .showLeft {
  transform: translate(-5.3333333333vw, 0);
}
._wrap_1v2xs_1 .showRight {
  transform: translate(5.3333333333vw, 0);
}
._wrap_1v2xs_1 .js-showLeft,
._wrap_1v2xs_1 .js-showRight,
._wrap_1v2xs_1 .js-showUp {
  opacity: 1;
  transition: 1s ease-out;
  transition-delay: 0s;
  transform: translate(0, 0) scale(1);
}
._wrap_1v2xs_1 .lazyAnimate {
  opacity: 1;
  transition: opacity 1.2s 0s ease-out, transform 1.2s 0s ease-out;
}
._wrap_1v2xs_1 .go-top {
  position: fixed;
  bottom: 14%;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
._wrap_1v2xs_1 .go-top img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
._wrap_1v2xs_1 .x2-header {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 2.8985507246vw;
  transition: all ease-out 0.5s;
}
._wrap_1v2xs_1 .x2-header .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrap_1v2xs_1 .x2-header .btn-buy {
  cursor: pointer;
  line-height: 1;
  padding: 5px 15px;
  background-color: #0071e3;
  color: #fff;
  border-radius: 99px;
}
._wrap_1v2xs_1 .x2-header .btn-buy:hover {
  background-color: #087cf2;
}

._dialog_1v2xs_77 .dialog-title {
  position: relative;
  text-align: right;
}
._dialog_1v2xs_77 .dialog-title svg {
  margin: 10px;
  font-size: 16px;
}
._dialog_1v2xs_77 .box-buy {
  position: relative;
  margin: 0 auto 30px;
}
._dialog_1v2xs_77 .box-buy div {
  position: absolute;
  top: 35%;
  left: 1%;
  width: 98%;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
}
._dialog_1v2xs_77 .box-buy div a {
  width: 50%;
}
#global-nav {
  display: none;
}

.dev-page-nav {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
.dev-page-nav > a {
  padding: 0 5px;
}

img,
video {
  max-width: 100%;
}

.video-layer .close-btn {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  color: #fff;
  width: 50px;
  height: 50px;
}

.video-layer .layui-m-layercont {
  padding: 10px;
}

@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.15); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.15);
  }
}
.js-animate {
  -webkit-animation-name: scaleDraw; /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
  -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
  -webkit-animation-duration: 6s; /*动画所花费的时间*/
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  top: -0.5em;
  vertical-align: baseline;
}

.x-container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  .x-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .x-container {
    max-width: 960px;
  }
}
@media (min-width: 1242px) {
  .x-container {
    max-width: 1210px;
  }
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url(https://site-static.ecovacs.com/a/2023/x2/assets/SourceHanSansCN-Bold-97e5eff6.otf);
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url(https://site-static.ecovacs.com/a/2023/x2/assets/SourceHanSansCN-Normal-df5ff3ec.otf);
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url(https://site-static.ecovacs.com/a/2023/x2/assets/SourceHanSansCN-Light-317e53f4.otf);
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url(https://site-static.ecovacs.com/a/2023/x2/assets/SourceHanSansCN-Medium-f748b45d.otf);
}
@font-face {
  font-family: "HelveticaNeueLTStd-Bold";
  src: url(https://site-static.ecovacs.com/a/2023/x2/assets/HelveticaNeueLTStd-Bd-d93fbd45.otf);
}
@font-face {
  font-family: "HelveticaNeueLTStd-Medium";
  src: url(https://site-static.ecovacs.com/a/2023/x2/assets/HelveticaNeueLTStd-Md-82d0f20d.otf);
}
@font-face {
  font-family: "HelveticaNeueLTStd-Light";
  src: url(https://site-static.ecovacs.com/a/2023/x2/assets/HelveticaNeueLTStd-Lt-3ab0b3bf.otf);
}
@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url(https://site-static.ecovacs.com/a/2023/x2/assets/HelveticaNeueLTStd-Roman-ba2f9df4.otf);
}
.MuiSnackbar-root {
  display: inline-block !important;
  left: 50% !important;
  right: unset !important;
  bottom: 48% !important;
  transform: translateX(-50%);
}
.MuiSnackbar-root .MuiPaper-root {
  display: inline-block !important;
  white-space: nowrap;
}