main .container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
}
.wrap-tit {
  color: #171717;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  /* 110% */
  letter-spacing: -0.88px;
  text-align: center;
}
.wrap-desc {
  margin-top: 24px;
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
  text-align: center;
}
.banner {
  padding: 96px 0;
}
.banner .container {
  display: flex;
  justify-content: space-between;
}
.banner .banner-info {
  width: 500px;
  margin-top: 32px;
}
.banner .banner-tip {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 17px;
  border-radius: 999px;
  background: rgba(72, 130, 255, 0.1);
  font-size: 20px;
  color: #007bff;
}
.banner h1 {
  font-size: 64px;
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin: 28px 0 18px;
}
.banner h1 span {
  display: block;
}
.banner h1 .hero-title {
  position: relative;
  width: max-content;
  max-width: 100%;
  background: linear-gradient(90deg, #999, #999);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner h1 .hero-title::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, #ffb37c 20%, #ff8ca2 40%, #8da7ff 60%, transparent 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  content: attr(data-text);
  -webkit-text-fill-color: transparent;
  animation: sweep 6s linear infinite;
}
.banner .banner-desc {
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  /* 160% */
}
.banner .banner-down {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner .banner-down img {
  transition: all 0.3s;
}
.banner .banner-down img:hover {
  transform: translateY(-6px);
}
.banner .banner-guide {
  margin-top: 38px;
  display: block;
  color: #007aff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  /* 125% */
}
.banner .banner-guide img {
  transition: all 0.3s;
}
.banner .banner-guide:hover img {
  transform: translateX(8px);
}
.banner .banner-player {
  position: relative;
  height: 640px;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: 0 30px 80px rgba(20, 45, 72, 0.18);
}
.banner .hero-equalizer {
  position: absolute;
  left: 40%;
  top: 55%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  width: 21.5%;
  height: 8%;
  pointer-events: none;
}
.banner .hero-equalizer span {
  display: block;
  width: 5px;
  min-height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  transform-origin: center bottom;
  animation: audioBars 960ms ease-in-out infinite;
}
.banner .hero-equalizer span:nth-child(2n) {
  animation-delay: 120ms;
}
.banner .hero-equalizer span:nth-child(3n) {
  animation-delay: 240ms;
}
.banner .hero-equalizer span:nth-child(4n) {
  animation-delay: 360ms;
}
.banner .hero-equalizer span:nth-child(5n) {
  animation-delay: 480ms;
}
.banner .hero-equalizer span:nth-child(1),
.banner .hero-equalizer span:nth-child(9) {
  height: 32%;
}
.banner .hero-equalizer span:nth-child(2),
.banner .hero-equalizer span:nth-child(11) {
  height: 58%;
}
.banner .hero-equalizer span:nth-child(3),
.banner .hero-equalizer span:nth-child(7) {
  height: 78%;
}
.banner .hero-equalizer span:nth-child(4),
.banner .hero-equalizer span:nth-child(14) {
  height: 48%;
}
.banner .hero-equalizer span:nth-child(5),
.banner .hero-equalizer span:nth-child(10) {
  height: 92%;
}
.banner .hero-equalizer span:nth-child(6),
.banner .hero-equalizer span:nth-child(13) {
  height: 64%;
}
.banner .hero-equalizer span:nth-child(8),
.banner .hero-equalizer span:nth-child(12),
.banner .hero-equalizer span:nth-child(15) {
  height: 38%;
}
.banner .floating-notes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.banner .floating-notes .music-note {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  animation: noteFloat 3.8s ease-in-out infinite;
}
.banner .floating-notes .music-note:nth-child(1) {
  top: 16%;
  left: 9%;
}
.banner .floating-notes .music-note:nth-child(2) {
  top: 31%;
  right: 11%;
  animation-delay: 480ms;
}
.banner .floating-notes .music-note:nth-child(3) {
  right: 24%;
  bottom: 15%;
  animation-delay: 920ms;
}
.banner .floating-notes .music-note:nth-child(4) {
  bottom: 24%;
  left: 13%;
  animation-delay: 1320ms;
}
.wrap1 {
  padding: 100px 0 0;
  background: url('../../img/single-ads/tunefab-player/wrap1-bg.webp') no-repeat center / cover;
}
.wrap1 .wrap1-mb {
  display: none;
}
.wrap1 .wrap-amine {
  margin-top: 80px;
  position: relative;
  text-align: center;
}
.wrap1 .wrap-amine .wrap1-ico {
  position: absolute;
  bottom: 50px;
  left: -6%;
  pointer-events: none;
  transform-origin: center bottom;
  animation: platformFloat 5s ease-in-out infinite;
  will-change: transform;
  transform: translate(0, 0);
}
@keyframes sweep {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes audioBars {
  0%,
  100% {
    transform: scaleY(0.42);
  }
  45% {
    transform: scaleY(1);
  }
  70% {
    transform: scaleY(0.64);
  }
}
@keyframes noteFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-18px) rotate(5deg);
  }
}
@keyframes platformFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -12px, 0) scale(1.012);
  }
}
@keyframes scenarioMarquee {
  100% {
    transform: translateX(calc(-1 * (540px + 24px) * 8));
  }
}
.wrap2 {
  margin-top: 156px;
}
.wrap2 .wrap2-list {
  display: flex;
  align-items: stretch;
  gap: 24px;
  justify-content: center;
  margin-top: 60px;
}
.wrap2 .wrap2-list .wrap2-item {
  flex: 1;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s;
  height: auto;
}
.wrap2 .wrap2-list .wrap2-item img {
  transition: all 0.3s;
  height: auto;
  width: 100%;
  aspect-ratio: 390 / 293;
  background: linear-gradient(135deg, #eef7ff, #dfeaff);
  object-fit: cover;
  transition: transform 520ms ease;
}
.wrap2 .wrap2-list .wrap2-item:hover {
  box-shadow: 0 28px 70px rgba(57, 83, 115, 0.14);
}
.wrap2 .wrap2-list .wrap2-item:hover img {
  transform: scale(1.06);
}
.wrap2 .wrap2-list .item-img {
  overflow: hidden;
}
.wrap2 .wrap2-list .item-info {
  padding: 30px;
}
.wrap2 .wrap2-list .item-tit {
  color: #171717;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  /* 150% */
}
.wrap2 .wrap2-list .item-desc {
  margin-top: 12px;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  /* 162.5% */
}
.wrap3 {
  margin-top: 160px;
  overflow: hidden;
  padding: 122px 0 104px;
  background: linear-gradient(rgba(0, 122, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 122, 255, 0.05) 1px, transparent 1px), #f3f9fe;
  background-size: 48px 48px;
}
.wrap3 .wrap-tit {
  text-align: left;
}
.wrap3 .wrap-desc {
  text-align: left;
}
.wrap3 .wrap3-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.wrap3 .wrap3-swiper .swiper-wrapper {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: scenarioMarquee 82s linear infinite;
  will-change: transform;
}
.wrap3 .wrap3-swiper .swiper-wrapper:has(.swiper-slide:hover) {
  animation-play-state: paused;
}
.wrap3 .wrap3-swiper .swiper-slide {
  flex: 0 0 540px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.wrap3 .wrap3-swiper .swiper-slide img {
  transition: all 0.3s;
}
.wrap3 .wrap3-swiper .swiper-slide:hover {
  z-index: 5;
  box-shadow: 0 40px 86px -30px rgba(17, 63, 103, 0.34);
}
.wrap3 .wrap3-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}
.wrap3 .wrap3-swiper h3 {
  position: absolute;
  bottom: 90px;
  left: 38px;
  right: 38px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  /* 91.63% */
}
.wrap3 .wrap3-swiper p {
  position: absolute;
  bottom: 34px;
  left: 38px;
  right: 38px;
  color: #cfcfcf;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  /* 120.433% */
}
.wrap5 {
  margin-top: 126px;
}
.wrap5 .step-box {
  margin-top: 54px;
  display: flex;
}
.wrap5 .step-cont {
  width: 568px;
}
.wrap5 .step-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wrap5 .step-swiper img {
  width: 100%;
  height: auto;
}
.wrap5 .step-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top: 1px dashed rgba(55, 118, 218, 0.18);
  border-left: 1px dashed rgba(55, 118, 218, 0.18);
  border-bottom: 1px dashed rgba(55, 118, 218, 0.18);
}
.wrap5 .step-list .step-item {
  padding-left: 26px;
  padding-top: 26px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  cursor: pointer;
}
.wrap5 .step-list .step-item:not(:last-child) {
  border-bottom: 1px solid #dbe6f8;
}
.wrap5 .step-list .step-item.active .step-num {
  color: #fff;
  background: #2563eb;
  border-color: #2563eb;
}
.wrap5 .step-list .step-item.active .step-tit {
  color: #2563eb;
}
.wrap5 .step-list .step-top {
  max-width: 416px;
  flex: 1;
}
.wrap5 .step-list .step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.458px solid rgba(0, 0, 0, 0.2);
  color: #ccc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  /* 150% */
  box-sizing: border-box;
}
.wrap5 .step-list .step-tit {
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  /* 125% */
}
.wrap5 .step-list .step-desc {
  margin-top: 10px;
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  /* 144.444% */
}
.wrap5 .step-down {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.wrap5 .step-down img {
  transition: all 0.34s;
}
.wrap5 .step-down img:hover {
  transform: translateY(-8px);
}
.wrap6 {
  margin-top: 80px;
  padding: 106px 0 160px;
  background: #f3f9fe;
}
.wrap6 .faq-list {
  margin: 50px auto 0;
  max-width: 890px;
}
.wrap6 .faq-list .faq-item {
  margin-bottom: 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow: hidden;
  transition: all 0.3s;
}
.wrap6 .faq-list .faq-item.active .faq-answer {
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  padding: 0 30px 20px;
  background: #fff;
}
.wrap6 .faq-list .faq-item.active .faq-arrow span:last-child {
  transform: rotate(0);
}
.wrap6 .faq-list .faq-question {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.wrap6 .faq-list .faq-text {
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  /* 141.667% */
}
.wrap6 .faq-list .faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.wrap6 .faq-list .faq-answer p {
  margin: 12px 0;
}
.wrap6 .faq-list .faq-answer ul {
  padding-left: 20px;
}
.wrap6 .faq-list .faq-answer ul.noLi {
  padding-left: 0;
}
.wrap6 .faq-list .faq-answer ul.noLi li {
  list-style: none;
}
.wrap6 .faq-list .faq-answer ul.two li:nth-child(even) {
  padding-left: 16px;
}
.wrap6 .faq-list .faq-answer ul.two li:nth-child(odd) {
  font-weight: 600;
}
.wrap6 .faq-list .faq-answer li {
  list-style: disc;
  margin-top: 10px;
}
.wrap6 .faq-list .faq-arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.wrap6 .faq-list .faq-arrow span {
  position: absolute;
  width: 12px;
  height: 2px;
  background: #737373;
  border-radius: 36px;
  transition: all 0.3s;
}
.wrap6 .faq-list .faq-arrow span:first-child {
  top: 5px;
  left: 0;
}
.wrap6 .faq-list .faq-arrow span:last-child {
  top: 5px;
  left: 0;
  transform: rotate(90deg);
}
.wrap6 .faq-list .note {
  margin: 18px 0;
  padding: 18px;
  border-radius: 8px;
  background: #f6f8fb;
}
.wrap7 {
  padding: 180px 0 118px;
  background: url('../../img/single-ads/tunefab-player/player-wrap6-bg.webp') no-repeat center / cover;
}
.wrap7 .container {
  display: flex;
  justify-content: end;
}
.wrap7 .wrap-cont {
  width: 608px;
}
.wrap7 .wrap-tit {
  text-align: left;
  font-size: 40px;
}
.wrap7 .wrap-desc {
  color: #414141;
  margin-top: 18px;
  text-align: left;
}
.wrap7 .wrap-qr {
  display: flex;
  gap: 30px;
  margin-top: 38px;
}
.video-box .video-btn {
  width: fit-content;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, 0);
  margin: 0 auto;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
  background: none;
}
.video-box .video-btn:hover {
  transform: translate(-50%, -8px);
}
.video-box .video-wrap {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(9, 16, 32, 0.76);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.video-box .video-wrap.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.video-box .video-modal {
  position: relative;
  width: 100%;
  max-width: 824px;
}
.video-box .video-modal video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 120px);
}
.video-box .video-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 0.3s;
}
.video-box .video-close::before,
.video-box .video-close::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 12px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #171717;
}
.video-box .video-close::before {
  transform: rotate(45deg);
}
.video-box .video-close::after {
  transform: rotate(-45deg);
}
.video-box .video-close:hover {
  transform: scale(1.08);
}
@media (max-width: 1200px) {
  main .container {
    padding: 0 15px;
  }
  .banner .container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .banner .banner-player {
    width: 640px;
  }
  .wrap1 .wrap-amine .wrap1-ico {
    width: 100%;
    left: 0;
  }
  .wrap5 .step-cont {
    width: 480px;
  }
}
@media (max-width: 996px) {
  .wrap2 .wrap2-list {
    flex-direction: column;
    align-items: center;
  }
  .wrap2 .wrap2-list .wrap2-item {
    max-width: 345px;
  }
  .wrap5 .step-box {
    flex-direction: column;
  }
  .wrap5 .step-cont {
    width: 568px;
    margin: 0 auto;
  }
  .wrap5 .step-list {
    width: 568px;
    margin: 0 auto;
    border-right: 1px dashed rgba(55, 118, 218, 0.18);
  }
  .wrap5 .step-list .step-item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .wrap-tit {
    font-size: 40px;
  }
  .banner {
    padding: 40px 0;
  }
  .banner .container {
    gap: 20px;
  }
  .banner .banner-player {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(20, 45, 72, 0.18);
  }
  .banner .banner-player > img {
    width: 100%;
  }
  .banner .banner-info {
    width: 100%;
    margin-top: 0;
  }
  .banner .banner-tip {
    font-size: 16px;
    gap: 8px;
  }
  .banner .banner-tip img {
    width: 18px;
    height: 18px;
  }
  .banner h1 {
    margin: 18px 0 12px;
    font-size: 42px;
  }
  .banner .banner-desc {
    font-size: 14px;
  }
  .banner .banner-down {
    margin-top: 18px;
    gap: 12px;
  }
  .banner .banner-down a {
    flex: 1;
  }
  .banner .banner-down img {
    width: 100%;
    height: auto;
  }
  .banner .banner-guide {
    font-size: 14px;
    margin-top: 24px;
  }
  .wrap1 {
    margin-top: 70px;
  }
  .wrap1 .wrap-amine {
    display: none;
  }
  .wrap1 .wrap1-mb {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
  .wrap2 {
    margin-top: 100px;
  }
  .wrap2 .wrap2-list {
    margin-top: 42px;
  }
  .wrap3 {
    margin-top: 80px;
    padding: 100px 0 60px;
  }
  .wrap3 .wrap-tit {
    text-align: center;
    font-size: 39px;
  }
  .wrap3 .wrap-desc {
    text-align: center;
  }
  .wrap3 .wrap3-swiper {
    width: 100%;
    padding: 0 15px 40px;
  }
  .wrap3 .wrap3-swiper .swiper-wrapper {
    animation: none;
    gap: 0;
  }
  .wrap3 .wrap3-swiper .swiper-slide {
    flex: none;
  }
  .wrap3 .wrap3-swiper h3 {
    font-size: 18px;
    left: 24px;
    bottom: 70px;
    right: 24px;
  }
  .wrap3 .wrap3-swiper p {
    font-size: 14px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  .wrap3 .wrap3-swiper img {
    width: 100%;
  }
  .wrap5 {
    margin-top: 60px;
  }
  .wrap5 .step-box {
    margin-top: 32px;
  }
  .wrap5 .step-list {
    width: 100%;
  }
  .wrap5 .step-list .step-tit {
    font-size: 18px;
  }
  .wrap5 .step-list .step-item {
    flex-direction: column;
    gap: 14px;
    padding: 14px;
  }
  .wrap5 .step-list .step-num {
    width: 26px;
    height: 26px;
    border-width: 1px;
    font-size: 12px;
  }
  .wrap5 .step-list .step-tit {
    font-size: 16px;
  }
  .wrap5 .step-list .step-desc {
    margin-top: 6px;
    font-size: 12px;
  }
  .wrap5 .step-cont {
    width: 100%;
  }
  .wrap5 .step-cont img {
    width: 100%;
    height: auto;
  }
  .wrap5 .step-down {
    margin-top: 40px;
  }
  .wrap5 .step-down a {
    flex: 1;
  }
  .wrap5 .step-down img {
    width: 100%;
  }
  .wrap6 {
    padding: 86px 0;
  }
  .wrap6 .faq-list .faq-question {
    padding: 14px 16px;
  }
  .wrap6 .faq-list .faq-item {
    border-radius: 12px;
    margin-bottom: 16px;
  }
  .wrap6 .faq-list .faq-item.active .faq-answer {
    max-height: 1200px;
    padding: 0 16px 14px;
  }
  .wrap6 .faq-list .faq-text {
    font-size: 16px;
  }
  .wrap6 .faq-list .faq-answer {
    padding: 0 16px;
    font-size: 14px;
  }
  .wrap7 {
    padding: 86px 0;
    background: url('../../img/single-ads/tunefab-player/player-wrap7-mb.webp') no-repeat center / cover;
  }
  .wrap7 .wrap-cont {
    width: 100%;
  }
  .wrap7 .wrap-desc {
    text-align: center;
  }
  .wrap7 .wrap-qr a {
    flex: 1;
  }
  .wrap7 .wrap-qr img {
    width: 100%;
    height: auto;
  }
  .video-box .video-btn {
    bottom: 0;
    max-width: calc(100% - 30px);
  }
  .video-box .video-btn img {
    width: 300px;
    height: auto;
  }
  .video-box .video-wrap {
    padding: 28px 15px;
  }
  .video-box .video-close {
    top: -16px;
    right: -8px;
    width: 36px;
    height: 36px;
  }
  .video-box .video-close::before,
  .video-box .video-close::after {
    top: 17px;
    left: 10px;
    width: 16px;
  }
  .video-box .video-modal video {
    height: auto;
  }
}
div, section, li {
  box-sizing: border-box;
}