@import url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.css');
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url(../fonts/Rubik-Bold.ttf);
  font-weight: 700;
}
html,
body {
  font-family: 'Rubik', sans-serif;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.pc-style {
  display: block;
}
.mb-style,
.hide {
  display: none;
}
main {
  overflow: hidden;
}
.wrap-tit {
  color: #1d1d1d;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
}
.wrap-desc {
  max-width: 950px;
  margin: 12px auto 0;
  color: #1d1d1d;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: unset;
}
.header .header-nav-link {
  color: #fff;
}
.header .header-search-toggle .icon-search {
  color: #fff;
}
.header .header-menu-toggle .bar {
  background: #fff;
}
.banner {
  padding: 198px 0 128px;
  background: url('../../img/product/smc/banner-pc.webp') no-repeat center / cover;
}
.banner .container {
  display: flex;
}
.banner .banner-info {
  width: 540px;
}
.banner .banner-tips {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #28814b;
  color: #2fb262;
  font-size: 16px;
  font-weight: 400;
  line-height: 125.182%;
  /* 20.029px */
  animation: fadeUp 0.7s ease both;
  animation-delay: 0.2s;
}
.banner .banner-desc {
  margin-top: 28px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 112%;
  /* 47.04px */
  animation: fadeUp 0.8s ease both;
  animation-delay: 0.3s;
}
.banner .banner-desc span {
  color: #00bd4a;
}
.banner .banner-feature {
  margin-top: 28px;
}
.banner .banner-feature li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  animation: fadeUp 0.7s ease both;
}
.banner .banner-feature li::before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background: url('../../img/product/smc/banner-yes.svg') no-repeat center / cover;
}
.banner .banner-feature li:nth-child(1) {
  animation-delay: 0.4s;
}
.banner .banner-feature li:nth-child(2) {
  animation-delay: 0.5s;
}
.banner .banner-feature li:nth-child(3) {
  animation-delay: 0.6s;
}
.banner .banner-feature li:nth-child(4) {
  animation-delay: 0.7s;
}
.banner .banner-feature li:nth-child(5) {
  animation-delay: 0.8s;
}
.banner .toggle {
  position: relative;
  z-index: 2;
  height: 29px;
  width: 156px;
  margin: 40px 0 28px;
  background: #071a18;
  border-radius: 20px;
  animation: fadeUp 0.8s ease both;
  animation-delay: 0.9s;
}
.banner .toggle .toggle-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 29px;
  position: absolute;
  z-index: 2;
}
.banner .toggle .toggle-choose_btn {
  width: 74px;
  color: #cdede9;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  justify-content: center;
}
.banner .toggle .current_active {
  position: absolute;
  content: '';
  width: 74px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 18px;
  background: #29534f;
  z-index: 1;
  transition: all 0.3s;
}
.banner .btn-box {
  animation: fadeUp 0.8s ease both;
  animation-delay: 1s;
}
.banner .btn-box .btn-item {
  box-sizing: border-box;
  width: 204px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 0 0 18px;
  gap: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #41d686 0%, #13a053 100%);
  transition: all 0.4s;
}
.banner .btn-box .btn-item:hover {
  box-shadow: 0 10px 20.9px rgba(48, 233, 114, 0.29);
  transform: translateY(-6px);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 34.63%, rgba(255, 255, 255, 0.39) 49.13%, rgba(255, 255, 255, 0) 57.55%), linear-gradient(180deg, #49f888 0%, #21e166 100%), linear-gradient(180deg, #41d686 0%, #13a053 100%);
}
.banner .btn-box .btn-item p {
  display: flex;
  flex-direction: column;
}
.banner .btn-box .btn-item .devices {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 125.182%;
  /* 15.022px */
}
.banner .btn-box .btn-item .down {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 125.182%;
  /* 20.029px */
}
.banner .btn-box .btn-cart {
  width: 178px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid #485250;
  background: #283331;
  color: #29f387;
  font-size: 16px;
  font-weight: 500;
  line-height: 125.182%;
  /* 20.029px */
  transition: all 0.3s;
  box-sizing: border-box;
}
.banner .btn-box .btn-cart:hover {
  box-shadow: 0 10px 20.9px rgba(48, 233, 114, 0.29);
  transform: translateY(-6px);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 34.63%, rgba(255, 255, 255, 0.15) 49.13%, rgba(255, 255, 255, 0) 57.55%), #394543;
  border-color: #68827d;
}
.banner .btn-box .btn-box-item {
  gap: 22px;
}
.banner .banner-tax {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 262.5%;
  animation: fadeUp 0.8s ease both;
  animation-delay: 1.1s;
}
.banner .banner-wave {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 80px;
}
.banner .banner-wave span {
  width: 2px;
  border-radius: 4px;
  background: linear-gradient(180deg, #12b45f 0%, #084e29 100%);
  animation: waveMove 1s ease-in-out infinite;
}
.banner .banner-wave span:nth-child(1) {
  height: 2px;
  animation-delay: 0s;
}
.banner .banner-wave span:nth-child(2) {
  height: 5px;
  animation-delay: 0.1s;
}
.banner .banner-wave span:nth-child(3) {
  height: 10px;
  animation-delay: 0.2s;
}
.banner .banner-wave span:nth-child(4) {
  height: 12px;
  animation-delay: 0.3s;
}
.banner .banner-wave span:nth-child(5) {
  height: 20px;
  animation-delay: 0.4s;
}
.banner .banner-wave span:nth-child(6) {
  height: 16px;
  animation-delay: 0.5s;
}
.banner .banner-wave span:nth-child(7) {
  height: 30px;
  animation-delay: 0.6s;
}
.banner .banner-wave span:nth-child(8) {
  height: 42px;
  animation-delay: 0.7s;
}
.banner .banner-wave span:nth-child(9) {
  height: 58px;
  animation-delay: 0.8s;
}
.banner .banner-wave span:nth-child(10) {
  height: 38px;
  animation-delay: 0.9s;
}
.banner .banner-wave span:nth-child(11) {
  height: 42px;
  animation-delay: 1s;
}
.banner .banner-wave span:nth-child(12) {
  height: 24px;
  animation-delay: 1.1s;
}
.banner .banner-wave span:nth-child(13) {
  height: 12px;
  animation-delay: 1.2s;
}
.banner .banner-wave span:nth-child(14) {
  height: 8px;
  animation-delay: 1.3s;
}
.banner .banner-wave span:nth-child(15) {
  height: 4px;
  animation-delay: 1.4s;
}
.banner .banner-wave span:nth-child(16) {
  height: 3px;
  animation-delay: 1.5s;
}
.banner .banner-wave span:nth-child(17) {
  height: 2px;
  animation-delay: 1.6s;
}
.banner .banner-visual {
  position: relative;
  perspective: 1200px;
  transform: translateX(60px);
}
.banner .banner-visual .banner-visual-stage {
  width: 750px;
  margin-top: 54px;
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  overflow: visible;
}
.banner .banner-visual .banner-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 213px;
  height: 461px;
  animation: slideInLeft 1s ease both;
}
.banner .banner-visual .banner-arrow {
  position: absolute;
  left: 60px;
  top: 86px;
  width: 129px;
  height: 117px;
  animation: arrowMove 2.1s ease 1s both, arrowPulse 2s ease-in-out 2.7s infinite;
  z-index: 9;
}
.banner .banner-visual .main-card {
  position: absolute;
  left: 158px;
  top: 0;
  animation: zoomIn 1s ease both;
  animation-delay: 0.15s;
  transition: 0.45s ease;
}
.banner .banner-visual .banner-down {
  position: absolute;
  right: 0;
  bottom: 20px;
  filter: drop-shadow(0 5px 22.5px rgba(12, 185, 93, 0.37));
  animation: popIn 0.8s ease both, downloadFloat 3.8s ease-in-out infinite 1.4s;
  animation-delay: 1.05s;
  transition: 0.35s ease;
}
.banner .banner-visual .banner-wave {
  position: absolute;
  left: 520px;
  top: 360px;
  display: flex;
  gap: 4px;
  align-items: center;
  height: 70px;
  animation: fadeIn 0.8s ease both;
  animation-delay: 1s;
}
.banner .banner-visual .banner-music {
  position: absolute;
  left: 238px;
  top: 295px;
  animation: popIn 0.8s ease both, discFloat 4s ease-in-out infinite 1.2s;
  animation-delay: 0.65s;
}
.banner .banner-visual .banner-card {
  transition: all 0.3s;
  border-radius: 16px;
  max-width: 534px;
}
.banner .banner-visual .banner-card:hover {
  box-shadow: 0 0 25.1px 0 rgba(51, 202, 122, 0.46), 0 0 19.998px 0 rgba(51, 202, 122, 0.17);
}
@media (max-width: 1600px) {
  .banner .banner-visual {
    transform: translateX(0);
  }
}
@media (max-width: 1400px) {
  .banner .banner-tips {
    font-size: 14px;
  }
  .banner .banner-desc {
    font-size: 32px;
  }
  .banner .banner-feature li {
    font-size: 12px;
  }
  .banner .banner-info {
    width: 480px;
  }
  .banner .banner-visual {
    transform: translateX(60px);
  }
  .banner .banner-visual .banner-visual-stage {
    width: 640px;
  }
  .banner .banner-visual .banner-side {
    width: 180px;
    height: 390px;
  }
  .banner .banner-visual .main-card {
    left: 136px;
  }
  .banner .banner-visual .banner-card {
    width: 460px;
    height: auto;
  }
  .banner .banner-visual .banner-arrow {
    left: 50px;
    top: 74px;
    width: 110px;
    height: 100px;
  }
  .banner .banner-visual .banner-music {
    width: 236px;
    height: 94px;
    left: 200px;
    top: 270px;
  }
  .banner .banner-visual .banner-wave {
    left: 440px;
    top: 310px;
  }
  .banner .banner-visual .banner-down {
    width: 116px;
  }
}
.wrap1 {
  margin-top: 134px;
}
.wrap1 .wrap1-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 46px;
  padding-top: 48px;
}
.wrap1 .wrap1-swiper .swiper-wrapper {
  gap: 36px;
  align-items: center;
}
.wrap1 .wrap1-swiper .swiper-slide {
  flex: 1;
}
.wrap1 .wrap1-swiper .swiper-slide:nth-child(2) .slide-box {
  transform: translateY(-36px);
}
.wrap1 .wrap1-swiper .swiper-slide:hover .slide-tag {
  transform: translate(-50%, 30%);
}
.wrap1 .wrap1-swiper .slide-desc {
  padding: 30px 16px 20px;
  border: 1px solid #cacaca;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  color: #4c4c4c;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}
.wrap1 .wrap1-swiper .slide-desc a {
  color: #009c3d;
}
.wrap1 .wrap1-swiper img {
  object-fit: cover;
  transition: 0.7s ease;
  vertical-align: middle;
}
.wrap1 .wrap1-swiper .slide-top {
  position: relative;
}
.wrap1 .wrap1-swiper .slide-img {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}
.wrap1 .wrap1-swiper .slide-tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 90%;
  padding: 6px 0;
  border-radius: 6px;
  color: #1d1d1d;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  z-index: 9;
  transition: 0.35s ease;
}
.wrap1 .wrap1-swiper .slide-tag.tag-green {
  background: #d1fac9;
}
.wrap1 .wrap1-swiper .slide-tag.tag-blue {
  background: #c9ddfa;
}
.wrap1 .wrap1-swiper .slide-tag.tag-orange {
  background: #fae1c9;
}
.wrap2 {
  margin-top: 136px;
  background: linear-gradient(180deg, #f4fff5 0%, #f6fff7 100%);
}
.wrap2 .container {
  padding: 68px 0 62px;
}
.wrap2 .wrap-box {
  display: flex;
}
.wrap2 .wrap-box .wrap-center {
  position: relative;
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wrap2 .wrap-box .wrap-center::before {
  left: -70%;
  content: '';
  position: absolute;
  top: 50%;
  width: 112px;
  height: 224px;
  border: 1px dashed #979797;
  transform: translateY(-50%);
  border-radius: 0 130px 130px 0;
  border-left: none;
  opacity: 0.6;
}
.wrap2 .wrap-box .wrap-center::after {
  right: -70%;
  content: '';
  position: absolute;
  top: 50%;
  width: 112px;
  height: 224px;
  border: 1px dashed #179c46;
  transform: translateY(-50%);
  border-radius: 130px 0 0 130px;
  border-right: none;
  opacity: 0.6;
}
.wrap2 .wrap-box .wrap-arrow {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 #d8e5da;
  animation: pulse 2.4s ease-in-out infinite 1.2s;
}
.wrap2 .wrap-box .wrap-card {
  position: relative;
  z-index: 9;
  flex: 1;
  padding: 30px 26px 0;
  border-radius: 14px;
  background: #fff;
  transition: all 0.3s;
}
.wrap2 .wrap-box .wrap-card:hover {
  transform: scale(1.08);
}
.wrap2 .wrap-box .wrap-card:hover.card1 {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
.wrap2 .wrap-box .wrap-card:hover.card2 {
  box-shadow: 0 0 30px rgba(0, 220, 110, 0.18);
}
.wrap2 .wrap-box .wrap-card.card1 {
  border: 1px solid #d3d3d3;
}
.wrap2 .wrap-box .wrap-card.card1 .card-tit {
  color: #4c4c4c;
}
.wrap2 .wrap-box .wrap-card.card2 {
  border: 1px solid #179c46;
}
.wrap2 .wrap-box .wrap-card.card2 .card-tit {
  background: linear-gradient(90deg, #ffaf50 0%, #ff4ca0 6%, #7733fd 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.wrap2 .wrap-box .card-tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.wrap2 .wrap-box .card-li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap2 .wrap-box .card-li:last-child {
  border-bottom: 0;
}
.wrap2 .sound-wave {
  position: absolute;
  top: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 60px;
  opacity: 0.45;
  z-index: 99;
}
.wrap2 .sound-wave.left {
  left: 8%;
}
.wrap2 .sound-wave.right {
  right: 8%;
}
.wrap2 .sound-wave span {
  width: 4px;
  border-radius: 20px;
  background: #00c968;
  animation: waveMove 1.4s ease-in-out infinite;
}
.wrap2 .sound-wave span:nth-child(1) {
  height: 8px;
  animation-delay: 0s;
}
.wrap2 .sound-wave span:nth-child(2) {
  height: 16px;
  animation-delay: 0.1s;
}
.wrap2 .sound-wave span:nth-child(3) {
  height: 28px;
  animation-delay: 0.2s;
}
.wrap2 .sound-wave span:nth-child(4) {
  height: 44px;
  animation-delay: 0.3s;
}
.wrap2 .sound-wave span:nth-child(5) {
  height: 60px;
  animation-delay: 0.4s;
}
.wrap2 .sound-wave span:nth-child(6) {
  height: 38px;
  animation-delay: 0.5s;
}
.wrap2 .sound-wave span:nth-child(7) {
  height: 22px;
  animation-delay: 0.6s;
}
.wrap2 .sound-wave span:nth-child(8) {
  height: 12px;
  animation-delay: 0.7s;
}
.wrap2 .wrap-top {
  position: relative;
  padding: 40px 15px;
  background: #e9fdec;
}
.wrap3 {
  margin-top: 176px;
}
.wrap3 .wrap3-swiper {
  margin-top: 44px;
  box-sizing: border-box;
}
.wrap3 .wrap3-swiper .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}
.wrap3 .wrap3-swiper .swiper-slide {
  position: relative;
  width: 400px;
  height: auto;
  padding: 40px 24px;
  box-sizing: border-box;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  transition: all 0.3s;
  overflow: hidden;
  background: #fcfcfc;
}
.wrap3 .wrap3-swiper .swiper-slide:nth-child(n + 3) {
  margin-top: 1px;
}
.wrap3 .wrap3-swiper .swiper-slide:nth-child(1),
.wrap3 .wrap3-swiper .swiper-slide:nth-child(4) {
  border-left: 1px solid #dbdbdb;
}
.wrap3 .wrap3-swiper .swiper-slide:nth-child(1),
.wrap3 .wrap3-swiper .swiper-slide:nth-child(2),
.wrap3 .wrap3-swiper .swiper-slide:nth-child(3) {
  border-top: 1px solid #dbdbdb;
}
.wrap3 .wrap3-swiper .swiper-slide:hover {
  z-index: 5;
  background: #fff;
  box-shadow: 0 0 29.1px 0 rgba(18, 158, 68, 0.19);
}
.wrap3 .wrap3-swiper .swiper-slide:hover::after {
  width: 72px;
}
.wrap3 .wrap3-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: #10bf63;
  transition: 0.42s ease;
}
.wrap3 .wrap3-swiper .slide-tit {
  margin: 8px 0;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}
.wrap3 .wrap3-swiper .slide-desc {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap3 .wrap3-swiper .slide-desc a {
  color: #009c3d;
}
.wrap4 {
  margin-top: 132px;
}
.wrap4 .switch-wrap {
  min-height: 700px;
  margin: 50px auto 0;
  max-width: 874px;
}
.wrap4 .switch-wrap .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
}
.wrap4 .switch-wrap .tab {
  position: relative;
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  padding-bottom: 26px;
  cursor: pointer;
}
.wrap4 .switch-wrap .tab.active::after {
  width: 100%;
}
.wrap4 .switch-wrap .tab:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 4px;
  border-radius: 999px;
  background: #13b85f;
  transition: 0.35s ease;
}
.wrap4 .stage {
  position: relative;
  height: 396px;
  margin-top: 60px;
}
.wrap4 .panel {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(886px, 100%);
  min-height: 396px;
  padding: 40px 20px 0;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  transform: translate(-50%, 70px) scale(0.92);
  pointer-events: none;
  transition: transform 0.55s ease, filter 0.55s ease;
}
.wrap4 .panel.layer2 {
  transform: translate(-50%, 46px) scale(0.94);
  z-index: 3;
}
.wrap4 .panel.layer2::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  pointer-events: none;
}
.wrap4 .panel.layer3 {
  transform: translate(-50%, 92px) scale(0.88);
  z-index: 2;
}
.wrap4 .panel.layer3::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  pointer-events: none;
}
.wrap4 .panel.active {
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto;
  z-index: 4;
}
.wrap4 .panel img {
  margin: 24px auto 0;
}
.wrap4 .panel .panel-tit {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}
.wrap4 .panel .panel-desc {
  margin: 10px auto 4px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}
.wrap4 .panel .panel-link {
  max-width: 714px;
  margin: 4px auto 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 180%;
  /* 36px */
  display: inline;
  background-image: linear-gradient(to bottom, transparent calc(100% - 9px), rgba(0, 0, 0, 0.17) 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.wrap4 .panel.device {
  background: linear-gradient(99deg, #ff88f7 0.6%, #9f51ff 99.49%);
}
.wrap4 .panel.device .panel-desc {
  max-width: 710px;
  font-size: 20px;
}
.wrap4 .panel.device img {
  margin-top: 40px;
}
.wrap4 .panel.library {
  background: linear-gradient(99deg, #ffc068 0.6%, #ff5151 99.49%);
}
.wrap4 .panel.library .panel-desc {
  max-width: 710px;
  font-size: 20px;
}
.wrap4 .panel.quality {
  background: url('../../img/product/smc/panel3-pc.webp') no-repeat center / cover;
}
.wrap5 {
  margin-top: 60px;
  padding: 106px 0 80px;
  background: url('../../img/product/smc/wrap5-pc.webp') #020707 no-repeat center / cover;
}
.wrap5 .wrap-tit {
  color: #fff;
}
.wrap5 .step-list {
  margin-top: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.wrap5 .step-list .step-item {
  position: relative;
  cursor: pointer;
  padding-bottom: 18px;
}
.wrap5 .step-list .step-item.active .step-tit {
  color: #fff;
}
.wrap5 .step-list .step-item.active .step-num {
  opacity: 1;
}
.wrap5 .step-list .step-item.active::after {
  width: 100%;
}
.wrap5 .step-list .step-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #16a74e;
  transition: 0.35s ease;
}
.wrap5 .step-list .step-num {
  padding: 2px 4px;
  border-radius: 4px;
  background: #1c3237;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 161%;
  /* 32.2px */
  opacity: 0.7;
}
.wrap5 .step-list .step-tit {
  margin-left: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 161%;
  /* 32.2px */
}
.wrap5 .step-swiper {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0;
  padding-bottom: 40px;
}
.wrap5 .step-swiper .slide-tit {
  max-width: 708px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap5 .step-swiper .slide-tit span {
  font-weight: 600;
}
.wrap5 .step-swiper .swiper-slide {
  margin: 0 auto;
  text-align: center;
}
.wrap5 .step-swiper .slide-img {
  max-width: 782px;
  height: auto;
  margin-top: 20px;
  cursor: zoom-in;
  transition: transform 0.3s;
}
.wrap5 .step-swiper .slide-img:hover {
  transform: scale(1.02);
}
.wrap5 .step-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background: #16a74e;
  opacity: 0.3;
  transition: all 0.3s;
}
.wrap5 .step-swiper .swiper-pagination-bullet-active {
  width: 16px;
  height: 6px;
  border-radius: 30px;
  background: #16a74e;
  opacity: 1;
}
.wrap5 .step-play {
  margin: 10px auto 0;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  border-radius: 53px;
  border: 1px solid #337b53;
  background: #162226;
  box-shadow: 0 7px 25.6px 0 rgba(49, 216, 124, 0.15);
  transition: all 0.3s;
}
.wrap5 .step-play:hover {
  background: #24343a;
}
.wrap5 .step-play .video {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap5 .step-play .small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
}
.wrap6 {
  margin-top: 124px;
}
.wrap6 .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 36px;
}
.wrap6 .btn-item {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  gap: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #41d686 0%, #13a053 100%);
  transition: all 0.3s;
}
.wrap6 .btn-item:hover {
  box-shadow: 0 10px 20.9px rgba(48, 233, 114, 0.29);
  transform: translateY(-6px);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 34.63%, rgba(255, 255, 255, 0.39) 49.13%, rgba(255, 255, 255, 0) 57.55%), linear-gradient(180deg, #49f888 0%, #21e166 100%), linear-gradient(180deg, #41d686 0%, #13a053 100%);
}
.wrap6 .btn-item p {
  display: flex;
  flex-direction: column;
}
.wrap6 .btn-item .devices {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 125.182%;
  /* 15.022px */
}
.wrap6 .btn-item .down {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 125.182%;
  /* 20.029px */
}
.wrap6 .btn-cart {
  width: 178px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  border: 2px solid #1ba95c;
  background: #fff;
  color: #1ba95c;
  font-size: 16px;
  font-weight: 500;
  line-height: 125.182%;
  /* 20.029px */
  transition: all 0.3s;
}
.wrap6 .btn-cart:hover {
  box-shadow: 0 10px 20.9px rgba(48, 233, 114, 0.29);
  transform: translateY(-6px);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 34.63%, rgba(255, 255, 255, 0.39) 49.13%, rgba(255, 255, 255, 0) 57.55%), #dfffeb;
}
.wrap6 .choose-table-wrap {
  margin-top: 44px;
  overflow-x: auto;
  border-radius: 16px;
  overflow: visible;
}
.wrap6 .choose-table-wrap::-webkit-scrollbar {
  height: 10px;
  width: 90%;
}
.wrap6 .choose-table-wrap::-webkit-scrollbar-track {
  background: #d9e0db;
  border-radius: 0;
}
.wrap6 .choose-table-wrap::-webkit-scrollbar-thumb {
  background: #25ad55;
  border-radius: 0;
}
.wrap6 .choose-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e8ee;
  border-radius: 16px;
  overflow: visible;
  background: #fefdfe;
}
.wrap6 .choose-table tr:last-child td {
  border-bottom: 0;
}
.wrap6 .choose-table th,
.wrap6 .choose-table td {
  height: 88px;
  padding: 0 0 0 46px;
  border-right: 1px solid #dadee8;
  border-bottom: 1px solid #dadee8;
  font-size: 16px;
  color: #4c4c4c;
  text-align: left;
  vertical-align: middle;
  transition: background 0.28s ease, color 0.28s ease;
}
.wrap6 .choose-table th.no-border,
.wrap6 .choose-table td.no-border {
  border-right: 0;
}
.wrap6 .choose-table th:last-child,
.wrap6 .choose-table td:last-child {
  border-right: none;
  text-align: left;
  padding: 0 0 0 46px;
}
.wrap6 .choose-table th {
  height: 88px;
  font-size: 20px;
  font-weight: 900;
  color: #1d1d1d;
  background: #fbfcfd;
}
.wrap6 .choose-table .tunefab-head {
  position: relative;
  height: 88px;
  text-align: center !important;
  padding: 0 !important;
  background: linear-gradient(287deg, #fbe18a -46.46%, #fcbb45 -11.87%, #f75274 16.14%, #d53692 39.2%, #8f39ce 75.44%, #5b4fe9 118.28%);
  border-right: none;
  border-bottom: none;
}
.wrap6 .choose-table .tunefab-head::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 104px;
  width: 100%;
  background: linear-gradient(287deg, #fbe18a -46.46%, #fcbb45 -11.87%, #f75274 16.14%, #d53692 39.2%, #8f39ce 75.44%, #5b4fe9 118.28%);
  border-radius: 16px 16px 0 0;
}
.wrap6 .choose-table .tunefab-head img {
  position: relative;
  z-index: 9;
  height: 49px;
  width: auto;
}
.wrap6 .choose-table .feature-name {
  font-weight: 800;
  color: #4c4c4c;
}
.wrap6 .choose-table .tunefab-col {
  position: relative;
  background: #fff;
  border: none !important;
  border-bottom: 1px solid #dadee8 !important;
  transition: all 0.3s;
}
.wrap6 .choose-table .tunefab-col .col-content {
  display: inline-block;
  transition: transform 0.3s;
}
.wrap6 .choose-table .tunefab-col:hover .col-content {
  transform: scale(1.1);
}
.wrap6 .choose-table tbody tr:nth-child(1) .tunefab-col {
  border-left: 2px solid #7744db !important;
  border-right: 2px solid #f55076 !important;
}
.wrap6 .choose-table tbody tr:nth-child(2) .tunefab-col {
  border-left: 2px solid #7744db !important;
  border-right: 2px solid #f55076 !important;
}
.wrap6 .choose-table tbody tr:nth-child(3) .tunefab-col {
  border-left: 2px solid #7744db !important;
  border-right: 2px solid #f55076 !important;
}
.wrap6 .choose-table tbody tr:nth-child(4) .tunefab-col {
  border-left: 2px solid #7744db !important;
  border-right: 2px solid #f55076 !important;
}
.wrap6 .choose-table tbody tr:nth-child(5) .tunefab-col {
  border-left: 2px solid #7744db !important;
  border-right: 2px solid #f55076 !important;
}
.wrap6 .choose-table tbody tr:nth-child(6) .tunefab-col {
  border-left: 2px solid #7744db !important;
  border-right: 2px solid #f55076 !important;
}
.wrap6 .choose-table tbody tr:nth-child(7) .tunefab-col {
  border-left: 2px solid #7744db !important;
  border-right: 2px solid #f55076 !important;
}
.wrap6 .choose-table tbody tr:nth-child(8) .tunefab-col {
  border-left: 2px solid #7744db !important;
  border-right: 2px solid #f55076 !important;
  border-bottom: 2px solid #dd3c8b !important;
  border-radius: 0 0 16px 16px;
}
.wrap6 .choose-table .status-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 0.28s ease;
}
.wrap6 .choose-table td:hover .status-icon[alt='✓'] {
  border-color: rgba(17, 162, 68, 0.25);
}
.wrap6 .choose-table td:hover .status-icon[alt='!'] {
  border-color: rgba(186, 197, 102, 0.25);
}
.wrap6 .choose-table td:hover .status-icon[alt='×'] {
  border-color: rgba(118, 126, 122, 0.25);
}
.wrap6 .choose-table tbody tr:hover td {
  background: rgba(217, 217, 217, 0.15);
}
.wrap6 .choose-table tbody tr:hover .tunefab-col {
  background: rgba(217, 217, 217, 0.15);
}
.wrap6 .benefit-list {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background: #f8faf8;
  padding: 12px 26px;
}
.wrap6 .benefit-list .benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: #355d39;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.wrap6 .benefit-list .benefit-item:not(:last-child) {
  border-right: 1px dashed #c9d8c9;
  padding-right: 20px;
}
.wrap7 {
  margin-top: 124px;
}
.wrap7 .wrap7-swiper {
  margin-top: 140px;
  position: relative;
}
.wrap7 .wrap7-swiper .swiper-wrapper {
  gap: 34px;
  justify-content: center;
  align-items: end;
}
.wrap7 .wrap7-swiper .swiper-slide {
  flex: 1;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #e8ebf3;
  background: #fff;
  box-shadow: 0 4px 17.8px 0 rgba(154, 160, 175, 0.12);
  transition: all 0.6s;
  box-sizing: border-box;
}
.wrap7 .wrap7-swiper .swiper-slide:nth-child(1) {
  background: url('../../img/product/smc/wrap7-bg1.png') #fff no-repeat bottom center;
  background-size: 100% auto;
}
.wrap7 .wrap7-swiper .swiper-slide:nth-child(1) .slide-desc {
  min-height: 148px;
}
.wrap7 .wrap7-swiper .swiper-slide:nth-child(2) {
  background: url('../../img/product/smc/wrap7-bg2.png') #fff no-repeat bottom center;
  background-size: 100% auto;
}
.wrap7 .wrap7-swiper .swiper-slide:nth-child(2) .slide-desc {
  min-height: 190px;
}
.wrap7 .wrap7-swiper .swiper-slide:nth-child(3) {
  background: url('../../img/product/smc/wrap7-bg3.png') #fff no-repeat bottom center;
  background-size: 100% auto;
}
.wrap7 .wrap7-swiper .swiper-slide:nth-child(3) .slide-desc {
  min-height: 148px;
}
.wrap7 .wrap7-swiper .swiper-slide:nth-child(4) {
  background: url('../../img/product/smc/wrap7-bg4.png') #fff no-repeat bottom center;
  background-size: 100% auto;
}
.wrap7 .wrap7-swiper .swiper-slide:nth-child(4) .slide-desc {
  min-height: 190px;
}
.wrap7 .wrap7-swiper .swiper-slide:hover {
  box-shadow: 0 4px 16.5px 0 rgba(23, 172, 45, 0.21);
}
.wrap7 .wrap7-swiper .swiper-slide:hover::after {
  transform: scaleX(1);
}
.wrap7 .wrap7-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 4px;
  background: #17ac2d;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.35s ease;
}
.wrap7 .wrap7-swiper .slide-desc {
  margin-top: 8px;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
}
.wrap7 .wrap7-swiper .slide-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.wrap7 .wrap7-swiper .info-name {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  /* 27.2px */
  margin-bottom: 4px;
}
.wrap8 {
  margin-top: 120px;
  padding: 104px 0 156px;
  background: url('../../img/product/smc/wrap8-pc.webp') no-repeat center / cover;
}
.wrap8 .container {
  max-width: 1528px;
}
.wrap8 .wrap-tit {
  max-width: 628px;
  margin: 0 auto;
  color: #fff;
}
.wrap8 .wrap-tit span {
  color: #1db954;
}
.wrap8 .wrap8-swiper {
  margin-top: 76px;
  position: relative;
  overflow: hidden;
}
.wrap8 .wrap8-swiper .swiper-wrapper {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap8 .wrap8-swiper .swiper-slide {
  position: relative;
  width: 488px;
  height: auto;
  padding: 30px 24px;
  border-radius: 14px;
  border: 1px solid #517162;
  background: #011910;
  box-sizing: border-box;
  transition: all 0.6s;
}
.wrap8 .wrap8-swiper .swiper-slide:hover {
  border: 1px solid #43d995;
  background: linear-gradient(102deg, #053f29 4.99%, #011910 93.48%), #011910;
  box-shadow: 0 4px 19.9px 0 rgba(5, 91, 56, 0.52);
}
.wrap8 .wrap8-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 22px;
  width: 58px;
  height: 46px;
  background: url('../../img/product/smc/wrap8-arrow.png') no-repeat center / cover;
}
.wrap8 .wrap8-swiper .swiper-slide:nth-child(4),
.wrap8 .wrap8-swiper .swiper-slide:nth-child(5) {
  width: 586px;
}
.wrap8 .wrap8-swiper .slide-desc {
  margin-top: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
}
@media (max-width: 1600px) {
  .wrap8 .wrap8-swiper .swiper-wrapper {
    gap: 20px;
  }
  .wrap8 .wrap8-swiper .swiper-slide {
    width: 380px;
  }
  .wrap8 .wrap8-swiper .swiper-slide:nth-child(4),
  .wrap8 .wrap8-swiper .swiper-slide:nth-child(5) {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .wrap8 .wrap8-swiper .swiper-wrapper {
    gap: 20px;
  }
  .wrap8 .wrap8-swiper .swiper-slide {
    width: 500px;
  }
  .wrap8 .wrap8-swiper .swiper-slide:nth-child(4),
  .wrap8 .wrap8-swiper .swiper-slide:nth-child(5) {
    width: 500px;
  }
}
.wrap9 {
  margin-top: 124px;
}
.wrap9 .faq-list {
  margin-top: 50px;
}
.wrap9 .faq-list .faq-item {
  border: 1px solid #e2e8ee;
  background: #fbfcfd;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.wrap9 .faq-list .faq-item:hover {
  background: #fff;
}
.wrap9 .faq-list .faq-item.active {
  background: #fff;
}
.wrap9 .faq-list .faq-item.active .faq-arrow {
  transform: rotate(180deg);
  border-top: 9px solid #0c9e40;
}
.wrap9 .faq-list .faq-item.active .faq-answer {
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  padding: 20px 30px 26px;
  border-top: 1px solid #e2e8ee;
  background: #fff;
}
.wrap9 .faq-list .faq-question {
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.wrap9 .faq-list .faq-arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #5d6268;
  transition: 0.3s ease;
  transition: all 0.3s;
}
.wrap9 .faq-list .faq-num {
  color: #0c9e40;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.wrap9 .faq-list .faq-text {
  flex: 1;
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.wrap9 .faq-list .faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
}
.wrap10 {
  margin-top: 120px;
  padding: 86px 0 106px;
  background: url('../../img/product/smc/wrap10-bg.webp') no-repeat center / cover;
}
.wrap10 .wrap-tit span {
  color: #1db954;
}
.wrap10 .wrap-desc {
  max-width: 844px;
  margin: 24px auto 0;
}
.wrap10 .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 36px;
}
.wrap10 .btn-item {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  gap: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #41d686 0%, #13a053 100%);
  transition: all 0.3s;
}
.wrap10 .btn-item:hover {
  box-shadow: 0 10px 20.9px rgba(48, 233, 114, 0.29);
  transform: translateY(-6px);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 34.63%, rgba(255, 255, 255, 0.39) 49.13%, rgba(255, 255, 255, 0) 57.55%), linear-gradient(180deg, #49f888 0%, #21e166 100%), linear-gradient(180deg, #41d686 0%, #13a053 100%);
}
.wrap10 .btn-item p {
  display: flex;
  flex-direction: column;
}
.wrap10 .btn-item .devices {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 125.182%;
  /* 15.022px */
}
.wrap10 .btn-item .down {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 125.182%;
  /* 20.029px */
}
.wrap10 .btn-cart {
  width: 178px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  border: 2px solid #1ba95c;
  background: #fff;
  color: #1ba95c;
  font-size: 16px;
  font-weight: 500;
  line-height: 125.182%;
  /* 20.029px */
  transition: all 0.3s;
}
.wrap10 .btn-cart:hover {
  box-shadow: 0 10px 20.9px rgba(48, 233, 114, 0.29);
  transform: translateY(-6px);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 34.63%, rgba(255, 255, 255, 0.39) 49.13%, rgba(255, 255, 255, 0) 57.55%), #dfffeb;
}
.wrap10 .wrap-list {
  margin-top: 44px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
.wrap10 .wrap-list .wrap-item {
  position: relative;
  flex: 1;
  height: auto;
  padding: 22px;
  border-radius: 7px;
  border: 1px solid #e6f2e9;
  background: #fff;
  box-shadow: 0 4px 10.2px 0 rgba(162, 197, 176, 0.22);
}
.wrap10 .wrap-list .wrap-item:after {
  content: '';
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: #10bf63;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.35s ease;
}
.wrap10 .wrap-list .wrap-item:hover {
  border: 1px solid #a6e0b7;
}
.wrap10 .wrap-list .wrap-item:hover:after {
  transform: scaleX(1);
}
.wrap10 .wrap-list .wrap-item .item-tit {
  margin-top: 0;
  padding-bottom: 14px;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  border-bottom: 1px dashed #e6e6e6;
}
.wrap10 .wrap-list .wrap-item p {
  margin-top: 14px;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
}
.wrap10 .wrap-list .wrap-item img {
  margin-top: 8px;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox.active {
  display: flex;
}
.lightbox .lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.lightbox .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 1;
}
.lightbox .lightbox-img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.lightbox .lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  transition: all 0.3s;
}
.lightbox .lightbox-close:hover {
  transform: rotate(90deg);
}
[data-aos='fade-up-scale'] {
  opacity: 0;
  transform: translateY(46px) scale(0.9);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}
[data-aos='fade-up-scale'].aos-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}
[data-aos='fade-left-scale'] {
  opacity: 0;
  transform: translateX(-60px) scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}
[data-aos='fade-left-scale'].aos-animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}
[data-aos='fade-right-scale'] {
  opacity: 0;
  transform: translateX(60px) scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}
[data-aos='fade-right-scale'].aos-animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}
[data-aos='zoom-rotate-in'] {
  opacity: 0;
  transform: scale(0.4) rotate(-80deg);
  transition: all 0.8s ease;
  will-change: transform, opacity;
}
[data-aos='zoom-rotate-in'].aos-animate {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
[data-aos='card-up-scale'] {
  opacity: 0;
  transform: translateY(34px) scale(0.96);
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}
[data-aos='card-up-scale'].aos-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 4px #d8e5da;
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 2px 6px #d8e5da;
  }
}
@keyframes waveMove {
  0%,
  100% {
    transform: scaleY(0.65);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1.25);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-70px) rotateY(18deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0);
  }
}
@keyframes arrowMove {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes arrowPulse {
  0%,
  100% {
    opacity: 0.65;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(8px);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.88) translateY(40px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes downloadFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.4) rotate(20deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes discFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-aos='fade-up-offset'] {
  opacity: 0;
  transform: translateY(-20px) !important;
  transition-property: opacity, transform !important;
  transition-duration: 0.8s !important;
  transition-timing-function: ease-out !important;
}
[data-aos='fade-up-offset'].aos-animate {
  opacity: 1;
  transform: translateY(-72px) !important;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .banner {
    padding: 106px 0 0;
    background: #010606;
  }
  .banner .container {
    flex-direction: column;
  }
  .banner .banner-visual {
    min-height: 500px;
    transform: translateX(0);
  }
  .wrap1 .wrap1-swiper .swiper-wrapper {
    gap: 16px;
  }
  .wrap1 .wrap1-swiper .swiper-slide {
    width: calc((100% - 16px * 2) / 3);
  }
  .wrap1 .wrap1-swiper img {
    width: 100%;
    height: auto;
  }
  .wrap2 .container {
    padding: 68px 15px 62px;
  }
  .wrap2 .wrap-box .wrap-card {
    padding: 30px 6px 0 26px;
  }
  .wrap2 .wrap-box .card-tit {
    font-size: 16px;
  }
  .wrap2 .wrap-box .wrap-center {
    width: 90px;
  }
  .wrap2 .wrap-box .wrap-center::after {
    height: 112px;
    width: 56px;
    right: -40%;
  }
  .wrap2 .wrap-box .wrap-center::before {
    height: 112px;
    width: 56px;
    left: -40%;
  }
  .wrap2 .wrap-box .wrap-arrow {
    width: 38px;
    height: 38px;
  }
  .wrap2 .wrap-box .wrap-arrow img {
    width: 20px;
    height: 19px;
  }
  .wrap2 .wrap-box .card-li {
    font-size: 14px;
    align-items: flex-start;
  }
  .wrap3 .wrap3-swiper .swiper-slide:nth-child(3) {
    border-top: 0;
    border-left: 1px solid #dbdbdb;
    border-right: 0;
  }
  .wrap3 .wrap3-swiper .swiper-slide:nth-child(5) {
    border-left: 1px solid #dbdbdb;
  }
  .wrap5 .step-list .step-tit {
    font-size: 16px;
  }
  .wrap6 .benefit-list {
    padding: 12px 16px;
  }
  .wrap6 .benefit-list .benefit-item {
    font-size: 14px;
  }
  .wrap6 .benefit-list .benefit-item img {
    width: 20px;
    height: 20px;
  }
  .wrap6 .benefit-list .benefit-item:not(:last-child) {
    padding-right: 10px;
  }
  .wrap7 .wrap7-swiper {
    max-width: 274px;
    overflow: hidden;
    margin: 36px auto 0;
    padding-bottom: 40px;
  }
  .wrap7 .wrap7-swiper .swiper-wrapper {
    gap: 0;
    justify-content: inherit;
    align-items: inherit;
  }
  .wrap7 .wrap7-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 0.3;
    transition: all 0.3s;
  }
  .wrap7 .wrap7-swiper .swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 1;
  }
  .wrap7 .wrap7-swiper .swiper-slide {
    flex: none;
    height: auto;
    transform: translateY(0) !important;
    box-shadow: none;
  }
  .wrap7 .wrap7-swiper .slide-desc {
    height: auto !important;
  }
}
@media (max-width: 996px) {
  .wrap1 .wrap1-swiper {
    max-width: 345px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .wrap1 .wrap1-swiper .swiper-wrapper {
    gap: 0;
    align-items: stretch;
  }
  .wrap1 .wrap1-swiper .swiper-slide {
    flex: none;
    width: 100%;
    animation: none;
  }
  .wrap1 .wrap1-swiper .swiper-slide:nth-child(2) .slide-box {
    transform: none;
  }
  .wrap1 .wrap1-swiper .slide-tag {
    font-size: 14px;
  }
  .wrap1 .wrap1-swiper .slide-desc {
    font-size: 12px;
    padding: 28px 16px 18px;
  }
  .wrap1 .wrap1-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 0.3;
    transition: all 0.3s;
  }
  .wrap1 .wrap1-swiper .swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 1;
  }
  .wrap2 .sound-wave {
    display: none;
  }
  .wrap3 .wrap3-swiper .swiper-slide {
    width: 360px;
  }
  .wrap3 .wrap3-swiper .slide-tit {
    font-size: 14px;
  }
  .wrap3 .wrap3-swiper .slide-desc {
    font-size: 14px;
  }
  .wrap5 .step-list .step-tit {
    display: none;
  }
  .wrap6 .choose-table-wrap {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 0 15px;
    overflow-x: auto;
  }
  .wrap6 .choose-table th,
  .wrap6 .choose-table td {
    padding: 16px 18px;
    font-size: 13px;
  }
  .wrap6 .choose-table th {
    font-size: 15px;
  }
  .wrap6 .choose-table .tunefab-head {
    transform: translateY(-14px);
    padding-top: 28px;
  }
  .wrap6 .choose-table .tunefab-head img {
    height: 24px;
  }
  .wrap6 .benefit-list {
    padding: 22px 32px;
    flex-direction: column;
    align-items: flex-start;
  }
  .wrap6 .benefit-list .benefit-item {
    width: 100%;
    font-size: 16px;
    padding: 14px 0;
  }
  .wrap6 .benefit-list .benefit-item img {
    width: 28px;
    height: 28px;
  }
  .wrap6 .benefit-list .benefit-item:not(:last-child) {
    padding-right: 10px;
    border-right: 0;
    border-bottom: 1px dashed #c9d8c9;
  }
  .wrap10 .wrap-list {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .wrap-tit {
    font-size: 28px;
  }
  .wrap-desc {
    font-size: 16px;
  }
  .banner .banner-info {
    width: 100%;
  }
  .banner .banner-feature li {
    align-items: flex-start;
  }
  .banner .btn-box .btn-box-item {
    gap: 18px;
    align-items: center;
    justify-content: center;
  }
  .banner .btn-box .btn-item {
    width: 174px;
    height: 54px;
    padding: 0 0 0 14px;
    gap: 10px;
    border-radius: 10px;
  }
  .banner .btn-box .btn-item img {
    width: 26px;
    height: 26px;
  }
  .banner .btn-box .btn-item .down {
    font-size: 14px;
  }
  .banner .btn-box .btn-item .devices {
    font-size: 10px;
  }
  .banner .btn-box .btn-cart {
    width: 152px;
    height: 54px;
    font-size: 14px;
    gap: 10px;
    border-radius: 10px;
  }
  .banner .btn-box .btn-cart img {
    width: 26px;
    height: 26px;
  }
  .banner .banner-visual {
    min-height: 300px;
  }
  .banner .banner-visual .banner-visual-stage {
    width: 345px;
    margin-top: 50px;
  }
  .banner .banner-visual .banner-side {
    width: 98px;
    height: 214px;
  }
  .banner .banner-visual .banner-card {
    width: 248px;
    height: 210px;
  }
  .banner .banner-visual .main-card {
    left: 70px;
  }
  .banner .banner-visual .banner-arrow {
    width: 54px;
    height: 42px;
    left: 28px;
    top: 44px;
  }
  .banner .banner-visual .banner-music {
    width: 126px;
    height: auto;
    left: 110px;
    top: 142px;
  }
  .banner .banner-visual .banner-wave {
    left: 240px;
    top: 140px;
    gap: 2px;
  }
  .banner .banner-visual .banner-wave span:nth-child(1) {
    height: 1px;
  }
  .banner .banner-visual .banner-wave span:nth-child(2) {
    height: 3px;
  }
  .banner .banner-visual .banner-wave span:nth-child(3) {
    height: 5px;
  }
  .banner .banner-visual .banner-wave span:nth-child(4) {
    height: 6px;
  }
  .banner .banner-visual .banner-wave span:nth-child(5) {
    height: 10px;
  }
  .banner .banner-visual .banner-wave span:nth-child(6) {
    height: 8px;
  }
  .banner .banner-visual .banner-wave span:nth-child(7) {
    height: 14px;
  }
  .banner .banner-visual .banner-wave span:nth-child(8) {
    height: 22px;
  }
  .banner .banner-visual .banner-wave span:nth-child(9) {
    height: 29px;
  }
  .banner .banner-visual .banner-wave span:nth-child(10) {
    height: 19px;
  }
  .banner .banner-visual .banner-wave span:nth-child(11) {
    height: 21px;
  }
  .banner .banner-visual .banner-wave span:nth-child(12) {
    height: 12px;
  }
  .banner .banner-visual .banner-wave span:nth-child(13) {
    height: 6px;
  }
  .banner .banner-visual .banner-wave span:nth-child(14) {
    height: 4px;
  }
  .banner .banner-visual .banner-wave span:nth-child(15) {
    height: 3px;
  }
  .banner .banner-visual .banner-wave span:nth-child(16) {
    height: 2px;
  }
  .banner .banner-visual .banner-wave span:nth-child(17) {
    height: 1px;
  }
  .banner .banner-visual .banner-down {
    width: 48px;
  }
  .wrap1 {
    margin-top: 80px;
  }
  .wrap2 {
    margin-top: 100px;
  }
  .wrap2 .wrap-top {
    padding: 18px 15px 22px;
  }
  .wrap2 .container {
    padding: 28px 15px 70px;
  }
  .wrap2 .wrap-box {
    flex-direction: column;
    align-items: center;
  }
  .wrap2 .wrap-center {
    width: 112px;
    height: 90px;
    transform: rotate(90deg);
  }
  .wrap3 {
    margin-top: 80px;
  }
  .wrap3 .wrap3-swiper {
    position: relative;
    overflow: hidden;
    max-width: 348px;
    width: 100%;
    margin: 42px auto 0;
    padding-bottom: 40px;
  }
  .wrap3 .wrap3-swiper .swiper-wrapper {
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: inherit;
  }
  .wrap3 .wrap3-swiper .swiper-slide {
    padding: 38px 24px 24px;
    width: auto;
    border: 1px solid #dbdbdb !important;
  }
  .wrap3 .wrap3-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 0.3;
    transition: all 0.3s;
  }
  .wrap3 .wrap3-swiper .swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 1;
  }
  .wrap4 {
    margin-top: 100px;
  }
  .wrap4 .switch-wrap .tabs {
    flex-direction: column;
    align-items: baseline;
    gap: 18px;
    border-bottom: 0;
  }
  .wrap4 .switch-wrap .tab {
    padding-bottom: 0;
    font-size: 16px;
    gap: 12px;
    padding-left: 20px;
  }
  .wrap4 .switch-wrap .tab.active::after {
    width: 4px;
    height: 46px;
  }
  .wrap4 .switch-wrap .tab::after {
    width: 4px;
    height: 0;
  }
  .wrap4 .switch-wrap .tab img {
    width: 40px;
    height: 40px;
  }
  .wrap4 .switch-wrap .stage {
    height: auto;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .wrap4 .switch-wrap .panel {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    filter: none;
    min-height: auto;
    padding: 24px 16px;
  }
  .wrap4 .switch-wrap .panel.quality {
    background: linear-gradient(99deg, #34c3b2 0.6%, #0bb873 99.49%);
  }
  .wrap4 .switch-wrap .panel.layer2,
  .wrap4 .switch-wrap .panel.layer3 {
    transform: none;
    opacity: 1;
    filter: none;
  }
  .wrap4 .switch-wrap .panel.active {
    transform: none;
  }
  .wrap4 .switch-wrap .panel .panel-tit {
    font-size: 14px;
  }
  .wrap4 .switch-wrap .panel .panel-desc {
    font-size: 12px;
  }
  .wrap4 .switch-wrap .panel .panel-link {
    font-size: 12px;
  }
  .wrap4 .switch-wrap .panel img {
    max-width: 100%;
    height: auto;
  }
  .wrap4 .switch-wrap .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 0.3;
    transition: all 0.3s;
  }
  .wrap4 .switch-wrap .swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 1;
  }
  .wrap4 .switch-wrap .pc-style {
    display: none;
  }
  .wrap4 .switch-wrap .mb-style {
    display: block;
  }
  .wrap5 {
    padding: 50px 0 100px;
  }
  .wrap5 .step-list {
    margin-top: 14px;
    gap: 54px;
    justify-content: center;
    border-bottom: 0;
  }
  .wrap5 .step-list .step-item {
    position: relative;
    padding-bottom: 10px;
  }
  .wrap5 .step-list .step-item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    transform: translate(calc(50% + 27px), 0);
    width: 28px;
    height: 22px;
    background: url('../../img/product/smc/step-arrow.png') no-repeat center / cover;
  }
  .wrap5 .step-swiper .slide-tit {
    font-size: 14px;
  }
  .wrap5 .step-swiper .slide-img {
    width: 100%;
  }
  .wrap5 .step-play {
    gap: 6px;
    padding: 8px 18px;
  }
  .wrap5 .step-play img {
    width: 26px;
    height: 26px;
  }
  .wrap5 .step-play .video {
    font-size: 10px;
  }
  .wrap5 .step-play .small {
    font-size: 8px;
  }
  .wrap6 {
    margin-top: 108px;
  }
  .wrap6 .btn-box {
    gap: 20px;
    margin: 20px auto 0;
  }
  .wrap6 .btn-item {
    gap: 10px;
    border-radius: 10px;
    padding: 0 10px;
  }
  .wrap6 .btn-item img {
    width: 26px;
    height: 26px;
  }
  .wrap6 .btn-item .down {
    font-size: 13px;
  }
  .wrap6 .btn-item .devices {
    font-size: 10px;
  }
  .wrap6 .btn-cart {
    width: 152px;
    height: 54px;
    font-size: 13px;
    border-radius: 10px;
    gap: 10px;
  }
  .wrap6 .btn-cart img {
    width: 26px;
    height: 26px;
  }
  .wrap6 .choose-table-wrap {
    margin: 24px 15px 0;
    overflow-x: auto;
    border-radius: 12px;
  }
  .wrap6 .choose-table {
    min-width: 880px;
    border-radius: 12px;
  }
  .wrap6 .choose-table th,
  .wrap6 .choose-table td {
    width: 220px;
    min-width: 220px;
    height: 88px;
    padding: 0 0 0 20px;
    font-size: 12px;
  }
  .wrap6 .choose-table th:last-child,
  .wrap6 .choose-table td:last-child {
    padding: 0;
  }
  .wrap6 .choose-table td.tunefab-col {
    padding-left: 20px;
  }
  .wrap6 .choose-table th {
    height: 88px;
    font-size: 14px;
  }
  .wrap6 .choose-table .tunefab-head {
    height: 88px;
    transform: translateY(0);
    border-radius: 12px 12px 0 0;
  }
  .wrap6 .choose-table .tunefab-head::before {
    content: none;
  }
  .wrap6 .choose-table .tunefab-head img {
    height: 36px;
  }
  .wrap6 .choose-table tbody tr:nth-child(8) .tunefab-col {
    border-radius: 0 0 12px 12px;
  }
  .wrap6 .choose-table .status-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .wrap8 {
    margin-top: 100px;
    padding: 48px 0 90px;
  }
  .wrap8 .wrap8-swiper {
    margin-top: 58px;
    padding-bottom: 40px;
  }
  .wrap8 .wrap8-swiper .swiper-wrapper {
    gap: 0;
    flex-wrap: inherit;
    justify-content: inherit;
  }
  .wrap8 .wrap8-swiper .swiper-slide {
    width: auto;
  }
  .wrap8 .wrap8-swiper .swiper-slide::after {
    width: 40px;
    height: 32px;
  }
  .wrap8 .wrap8-swiper .slide-desc {
    margin-top: 0;
    font-size: 12px;
  }
  .wrap8 .wrap8-swiper .slide-logo {
    transform: scale(0.7);
    transform-origin: left top;
  }
  .wrap8 .wrap8-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 0.3;
    transition: all 0.3s;
  }
  .wrap8 .wrap8-swiper .swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
    border-radius: 30px;
    background: #16a74e;
    opacity: 1;
  }
  .wrap9 {
    margin-top: 100px;
  }
  .wrap9 .faq-list {
    margin-top: 36px;
  }
  .wrap9 .faq-list .faq-item {
    margin-bottom: 12px;
  }
  .wrap9 .faq-list .faq-item.active .faq-answer {
    padding: 10px 15px 15px;
  }
  .wrap9 .faq-list .faq-question {
    padding: 15px;
    gap: 4px;
  }
  .wrap9 .faq-list .faq-num {
    font-size: 14px;
  }
  .wrap9 .faq-list .faq-text {
    font-size: 14px;
  }
  .wrap9 .faq-list .faq-answer {
    font-size: 14px;
    padding: 0 15px;
  }
  .wrap10 {
    padding: 70px 0 94px;
    margin-top: 98px;
    background: linear-gradient(180deg, #fff 0%, #e3ffec 100%);
  }
  .wrap10 .wrap-list {
    max-width: 278px;
    margin: 46px auto 0;
    flex-direction: column;
    gap: 24px;
  }
  .wrap10 .btn-box {
    gap: 20px;
    margin: 20px auto 0;
  }
  .wrap10 .btn-item {
    gap: 10px;
    border-radius: 10px;
    padding: 0 10px;
  }
  .wrap10 .btn-item img {
    width: 26px;
    height: 26px;
  }
  .wrap10 .btn-item .down {
    font-size: 13px;
  }
  .wrap10 .btn-item .devices {
    font-size: 10px;
  }
  .wrap10 .btn-cart {
    width: 152px;
    height: 54px;
    font-size: 13px;
    border-radius: 10px;
    gap: 10px;
  }
  .wrap10 .btn-cart img {
    width: 26px;
    height: 26px;
  }
}
