html {
  scroll-behavior: smooth;
}
body {
  background: #131313;
}
header {
  display: none;
}
main .container {
  max-width: 1200px;
  width: 100%;
}
a {
  outline: none;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #fb25ff;
}
.page-nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(29, 29, 29, 0.88);
  backdrop-filter: blur(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.page-nav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.page-nav .container {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.page-nav-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.page-nav-logo img {
  display: block;
  width: 148px;
}
.page-nav-links {
  display: flex;
  align-items: center;
  gap: 78px;
  margin-left: auto;
}
.page-nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.page-nav-link:hover,
.page-nav-link:focus-visible,
.page-nav-link.is-active {
  color: #fb25ff;
  text-decoration: none;
}
.page-nav-download {
  display: flex;
  margin-left: 78px;
}
.page-nav-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 38px;
  padding: 0 20px;
  border-radius: 18px;
  background: #fb25ff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.page-nav-download-link[hidden] {
  display: none;
}
.page-nav-download-link:hover,
.page-nav-download-link:focus-visible {
  background: #d805db;
  color: #fff;
  text-decoration: none;
}
.platform-download {
  display: flex;
}
.platform-download .platform-download-link {
  display: inline-flex;
  align-items: center;
  width: 422px;
  padding: 12px 16px;
  border-radius: 38px;
  background: linear-gradient(90deg, #611ff9 0%, #b427ff 25%, #fb25ff 50%, #b427ff 75%, #611ff9 100%);
  color: #fff;
  background-size: 200% 100%;
  background-position: 100% 0;
  text-decoration: none;
  transition: all 0.3s;
}
.platform-download .platform-download-link:hover {
  background-position: 0 0;
}
.platform-download .platform-download-link[hidden] {
  display: none;
}
.platform-download .platform-download-trial {
  flex: 0 0 auto;
  padding: 5px 22px;
  border-radius: 20px;
  background: #ffea29;
  color: #111522;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.platform-download .platform-download-divider {
  width: 1px;
  height: 37px;
  margin: 0 30px;
  background: rgba(255, 255, 255, 0.42);
}
.platform-download .platform-download-icon {
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.platform-download .platform-download-copy {
  display: flex;
  flex-direction: column;
  margin-left: 14px;
  line-height: 1.25;
}
.platform-download .platform-download-copy strong {
  font-size: 16px;
  font-weight: 700;
}
.platform-download .platform-download-copy small {
  margin-top: 3px;
  font-size: 11px;
  opacity: 0.9;
}
.platform-download .banner-benefits {
  display: flex;
  gap: 25px;
  margin-top: 26px;
  color: #e4e7ee;
  font-size: 14px;
}
.platform-download .banner-benefits span + span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 1px;
  height: 18px;
  background: #b8c0cc;
  transform: translateY(-50%);
}
.platform-download .banner-benefits span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.platform-download .banner-benefits img {
  width: 20px;
  height: 20px;
}
.banner {
  padding: 90px 0 94px;
  background: url('../../img/lp/convert-streaming-music-for-dj/banner.webp') no-repeat center / cover;
}
.banner .container {
  display: flex;
  align-items: center;
}
.banner .banner-info {
  flex: 0 0 542px;
}
.banner .banner-info h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 115%;
  /* 64.4px */
}
.banner .banner-info h1 span {
  background: linear-gradient(transparent 70%, #fb25ff 70%);
}
.banner .banner-info .banner-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
}
.banner .banner-info .banner-list li {
  padding: 8px;
  border-radius: 2px;
  border: 0.5px solid rgba(255, 255, 255, 0.14);
  background: rgba(41, 34, 45, 0.49);
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.banner .banner-info .banner-desc {
  margin-top: 14px;
  color: #e2e8f0;
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
  /* 40px */
}
.banner .banner-info .platform-download {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.banner .banner-info .banner-tax {
  margin-top: 20px;
  padding: 10px;
  border-radius: 9px;
  background: #1e2025;
  color: rgba(255, 255, 255, 0.83);
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
}
.banner .banner-right .banner-media {
  position: relative;
  isolation: isolate;
  width: 750px;
  max-width: 100%;
  transform: translateX(100px);
}
.banner .banner-right .banner-ripple {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.banner .banner-right .banner-ripple::before,
.banner .banner-right .banner-ripple::after {
  content: '';
  position: absolute;
  top: 56%;
  left: 3.4%;
  box-sizing: border-box;
  width: 20%;
  height: 12%;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 100%);
  mask-image: linear-gradient(to left, transparent 0%, #000 100%);
  transform-origin: center;
  animation: bannerUsbRipple 2.2s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}
.banner .banner-right .banner-ripple::after {
  -webkit-mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.42) 100%);
  mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.42) 100%);
  animation-delay: -1.1s;
}
.banner .banner-right .banner-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.wrap1 {
  margin-top: 94px;
}
.wrap1 .wrap-tit {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
  /* 54.6px */
}
.wrap1 .wrap-list {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
.wrap1 .wrap-list .wrap-item {
  flex: 1;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #333;
  background: #1b1b1c;
  transition: all 0.3s;
}
.wrap1 .wrap-list .wrap-item:hover {
  border: 1px solid #fb25ff;
}
.wrap1 .wrap-list .item-tit {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.wrap1 .wrap-list .item-desc {
  margin-top: 8px;
  min-height: 60px;
  color: #b8b8b8;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
}
.wrap1 .wrap-list .item-img {
  width: 100%;
  margin-top: 16px;
}
.wrap1 .wrap-list .item-tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap1 .wrap-list .item-num {
  color: #fb25ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap1 .wrap-list .item-tax {
  padding: 4px 8px;
  color: #fb25ff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap2 {
  margin-top: 200px;
}
.wrap2 .wrap-tit {
  color: #f8fafc;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
  /* 54.6px */
}
.wrap2 .wrap-desc {
  margin-top: 34px;
  color: #e8e8e8;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  /* 32px */
}
.wrap2 .wrap4-app {
  margin: 60px auto 0;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(0deg, #d4b4ff 0%, #d4b4ff 100%), #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}
.wrap2 .wrap4-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 16px 170px;
  border-bottom: 1px solid #a25cff;
  background: #b07cf7;
}
.wrap2 .wrap4-progress-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  white-space: nowrap;
}
.wrap2 .wrap4-progress-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.69);
  border-radius: 50%;
}
.wrap2 .wrap4-progress-item.is-active {
  color: #fff;
  font-weight: 700;
}
.wrap2 .wrap4-progress-item.is-active span {
  border-color: #8a33ff;
  background: #fff;
  color: #8a33ff;
}
.wrap2 .wrap4-body {
  padding: 0 34px 34px;
}
.wrap2 .wrap4-tip {
  position: relative;
  display: inline-block;
  margin: 2px 0 10px;
  padding: 8px 16px;
  border-radius: 9px;
  background: #ffe136;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
  color: #000;
  font-size: 13px;
  line-height: 1.4;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.wrap2 .wrap4-tip::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-top: 9px solid #ffe136;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateX(-50%);
}
.wrap2 .wrap4-tip.is-hidden {
  opacity: 0;
  transform: translateY(5px);
  visibility: hidden;
}
.wrap2 .wrap4-search {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 144px;
  gap: 12px;
  margin-bottom: 24px;
}
.wrap2 .wrap4-search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  pointer-events: none;
  transform: translateY(-50%);
}
.wrap2 .wrap4-search-input {
  min-width: 0;
  padding: 20px 20px 20px 48px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  outline: none;
  color: #273142;
  font-family: inherit;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.wrap2 .wrap4-search-input::placeholder {
  color: #9ca3af;
}
.wrap2 .wrap4-search-input:focus {
  border-color: #fb25ff;
  box-shadow: 0 0 0 3px rgba(8, 120, 249, 0.1);
}
.wrap2 .wrap4-search-button,
.wrap2 .wrap4-retry {
  border: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, #ad4fff 0%, #d838ff 25%, #fb25ff 50%, #d838ff 75%, #ad4fff 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  box-shadow: 0 0 12px 4px rgba(136, 0, 255, 0.25);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-position 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.wrap2 .wrap4-search-button:hover,
.wrap2 .wrap4-search-button:focus-visible {
  background-position: 0 0;
  transform: translateY(-1px);
}
.wrap2 .wrap4-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 40px;
}
.wrap2 .wrap4-results-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
  color: #111827;
  font-size: 18px;
}
.wrap2 .wrap4-results-meta {
  color: #282828;
  font-size: 12px;
}
.wrap2 .wrap4-result-content {
  position: relative;
  min-height: 407px;
}
.wrap2 .wrap4-song-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wrap2 .wrap4-song {
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.wrap2 .wrap4-song.is-active {
  border: 2px solid #ec20ff;
  background: #f8efff;
}
.wrap2 .wrap4-song img:not(.wrap4-song-check) {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 8px;
  object-fit: cover;
}
.wrap2 .wrap4-song-text {
  min-width: 0;
}
.wrap2 .wrap4-song-text strong,
.wrap2 .wrap4-song-text span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap2 .wrap4-song-text strong {
  color: #111827;
  font-size: 14px;
}
.wrap2 .wrap4-song-text span {
  margin-top: 3px;
  color: #9ca3af;
  font-size: 12px;
}
.wrap2 .wrap4-song-check {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 0;
}
.wrap2 .wrap4-song.is-active .wrap4-song-check {
  opacity: 1;
}
.wrap2 .wrap4-preview {
  position: relative;
  min-height: 440px;
  padding: 20px 32px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  overflow: hidden;
}
.wrap2 .wrap4-preview-title {
  margin: 0 0 20px;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}
.wrap2 .wrap4-preview-song {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.wrap2 .wrap4-preview-cover {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
}
.wrap2 .wrap4-preview-name,
.wrap2 .wrap4-preview-artist {
  display: block;
}
.wrap2 .wrap4-preview-name {
  color: #111827;
  font-size: 18px;
}
.wrap2 .wrap4-preview-artist {
  margin-top: 5px;
  color: #606266;
  font-size: 14px;
}
.wrap2 .wrap4-settings {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
}
.wrap2 .wrap4-settings div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 25px;
  color: #1f2937;
  font-size: 14px;
}
.wrap2 .wrap4-settings div:last-child {
  margin-bottom: 0;
}
.wrap2 .wrap4-settings span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
}
.wrap2 .wrap4-settings img {
  flex: 0 0 auto;
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.wrap2 .wrap4-settings strong {
  font-weight: 600;
  white-space: nowrap;
}
.wrap2 .wrap4-preview-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 20px 0;
  padding: 16px;
  border-radius: 12px;
  background: #fceefe;
  color: #cf14e1;
  font-size: 13px;
  line-height: 1.5;
}
.wrap2 .wrap4-preview-note img {
  flex: 0 0 auto;
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.wrap2 .wrap4-software-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 35px;
  border-radius: 32px;
  background: linear-gradient(90deg, #ad4fff 0%, #d838ff 25%, #fb25ff 50%, #d838ff 75%, #ad4fff 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background-position 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.wrap2 .wrap4-software-download a:hover,
.wrap2 .wrap4-software-download a:focus-visible {
  background-position: 0 0;
  color: #fff;
  box-shadow: 0 7px 16px rgba(136, 0, 255, 0.25);
  text-decoration: none;
  transform: translateY(-1px);
}
.wrap2 .wrap4-software-download a[hidden] {
  display: none;
}
.wrap2 .wrap4-software-download a img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.wrap2 .wrap4-os-note {
  display: block;
  margin-top: 12px;
  color: #9ca3af;
  font-size: 12px;
  text-align: center;
}
.wrap2 .wrap4-status {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #dde3ea;
  border-radius: 14px;
  background: #fff;
  color: #7c8796;
  text-align: center;
}
.wrap2 .wrap4-status[hidden] {
  display: none;
}
.wrap2 .wrap4-status strong {
  margin: 14px 0 7px;
  color: #243044;
  font-size: 15px;
}
.wrap2 .wrap4-status > span:not(.wrap4-spinner):not(.wrap4-status-icon) {
  font-size: 13px;
  color: #606266;
}
.wrap2 .wrap4-status small {
  margin-top: 18px;
  color: #8e9297;
  font-size: 12px;
}
.wrap2 .wrap4-spinner {
  width: 56px;
  height: 56px;
  border: 4px solid #dcebff;
  border-top-color: #ec20ff;
  border-radius: 50%;
  animation: wrap4Spin 0.8s linear infinite;
}
.wrap2 .wrap4-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 4px solid #ccd3dc;
  color: #a8b1bd;
  font-size: 24px;
  font-weight: 700;
}
.wrap2 .wrap4-status-icon.is-warning {
  border: 0;
  object-fit: contain;
}
.wrap2 .wrap4-status-icon.is-empty {
  width: 47px;
  height: 47px;
  border: 0;
  object-fit: contain;
}
.wrap2 .wrap4-keywords {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.wrap2 .wrap4-keywords span {
  padding: 6px 12px;
  border-radius: 12px;
  background: #eff6ff;
  color: #ec20ff;
  font-size: 12px;
  font-weight: 600;
}
.wrap2 .wrap4-retry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
  padding: 9px 22px;
  border: 1px solid #ec20ff;
  background: #fff;
  color: #ec20ff;
  font-size: 14px;
}
.wrap2 .wrap4-retry img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.wrap2 .wrap4-preview-placeholder {
  display: none;
}
.wrap2 .wrap4-preview.is-skeleton .wrap4-preview-cover-wrap {
  width: 86px;
  height: 86px;
  border: 1px dashed #c8d0db;
  border-radius: 9px;
  background: #f7f9fb;
}
.wrap2 .wrap4-preview.is-skeleton .wrap4-preview-cover {
  display: none;
}
.wrap2 .wrap4-preview.is-skeleton .wrap4-preview-name,
.wrap2 .wrap4-preview.is-skeleton .wrap4-preview-artist,
.wrap2 .wrap4-preview.is-skeleton .wrap4-settings,
.wrap2 .wrap4-preview.is-skeleton .wrap4-preview-note,
.wrap2 .wrap4-preview.is-skeleton .wrap4-software-download,
.wrap2 .wrap4-preview.is-skeleton .wrap4-os-note {
  opacity: 0.12;
}
.wrap2 .wrap4-preview.is-loading {
  padding: 0;
  border-color: transparent;
}
.wrap2 .wrap4-preview.is-loading > *:not(.wrap4-preview-placeholder) {
  visibility: hidden;
}
.wrap2 .wrap4-preview.is-loading .wrap4-preview-placeholder {
  position: absolute;
  z-index: 10;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 2px);
  border-radius: inherit;
  object-fit: cover;
  visibility: visible;
}
.wrap3 {
  margin-top: 200px;
}
.wrap3 .wrap-tit {
  color: #f8fafc;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
  /* 54.6px */
}
.wrap3 .wrap-desc {
  margin-top: 34px;
  color: #e8e8e8;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  /* 32px */
}
.wrap3 .wrap-item {
  margin-top: 80px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #333;
  background: #1b1b1c;
}
.wrap3 .wrap-item.reverse {
  flex-direction: row-reverse;
}
.wrap3 .info-num {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap3 .info-txt {
  margin-left: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #c02ee5;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap3 .info-tit {
  margin-top: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap3 .info-desc {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.87);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
.wrap3 .info-tax {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.91);
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  /* 16.5px */
}
.wrap3 .wrap-info {
  flex: 0 0 404px;
}
.wrap3 .wrap-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  padding: 32px 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #181818;
  margin-top: 60px;
}
.wrap3 .wrap-bottom .wrap-info {
  flex: 1;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
.wrap3 .wrap-bottom .wrap-info-tit {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.wrap3 .platform-download .platform-download-link {
  width: 336px;
}
.wrap3 .platform-download .platform-download-icon {
  width: 34px;
  height: 34px;
}
.wrap3 .platform-download .platform-download-trial {
  font-size: 16px;
}
.wrap3 .platform-download .platform-download-divider {
  margin: 0 16px;
  height: 34px;
  background: rgba(231, 195, 217, 0.65);
}
.wrap3 .platform-download .platform-download-copy {
  margin-left: 12px;
}
.wrap4 {
  margin-top: 200px;
}
.wrap4 .wrap-tit {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
  /* 54.6px */
}
.wrap4 .wrap-desc {
  margin-top: 12px;
  color: #e8e8e8;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.wrap4 .wrap-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin-top: 64px;
}
.wrap4 .wrap-list .wrap-item {
  flex: 1;
  padding: 24px 22px;
  border-radius: 8px;
  border: 1px solid #333;
  background: #1b1b1c;
}
.wrap4 .wrap-list .item-num {
  color: #ff4efc;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap4 .wrap-list .item-tit {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap4 .wrap-list .item-desc {
  margin-top: 20px;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.wrap4 .wrap-list img {
  margin-top: 20px;
  width: 100%;
  border-radius: 8px;
}
.wrap4 .wrap-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 50px;
  border-radius: 20px;
  background: url('../../img/lp/convert-streaming-music-for-dj/wrap4-bottom.webp') no-repeat center / cover;
}
.wrap4 .wrap-bottom .wrap-info {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap4 .wrap-bottom .wrap-info .wrap-info-tit {
  color: #ffe11d;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
.wrap4 .platform-download .platform-download-link {
  width: 336px;
  background: #fff;
}
.wrap4 .platform-download .platform-download-link:hover {
  background: #ffedf4;
}
.wrap4 .platform-download .platform-download-icon {
  width: 34px;
  height: 34px;
}
.wrap4 .platform-download .platform-download-trial {
  font-size: 16px;
}
.wrap4 .platform-download .platform-download-divider {
  margin: 0 16px;
  height: 34px;
  background: rgba(231, 195, 217, 0.65);
}
.wrap4 .platform-download .platform-download-copy {
  margin-left: 12px;
}
.wrap4 .platform-download .platform-download-copy strong {
  color: #ff16a6;
}
.wrap4 .platform-download .platform-download-copy small {
  color: #f163bb;
}
.wrap5 {
  margin-top: 156px;
}
.wrap5 .wrap-tit {
  color: #f8fafc;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  /* 72px */
}
.wrap5 .faq-list {
  margin: 50px auto 0;
  max-width: 982px;
}
.wrap5 .faq-item {
  padding: 30px 0;
  border-bottom: 1px solid #464646;
}
.wrap5 .faq-item.active .faq-answer {
  max-height: 1000px;
  padding-top: 26px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.wrap5 .faq-item.active .faq-question p::after {
  transform: translateY(-25%) rotate(225deg);
}
.wrap5 .faq-item .faq-question {
  cursor: pointer;
}
.wrap5 .faq-item .faq-question p {
  position: relative;
  color: #f8fafc;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  /* 150% */
}
.wrap5 .faq-item .faq-question p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  width: 14px;
  height: 14px;
  border-right: 3px solid #86868b;
  border-bottom: 3px solid #86868b;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}
.wrap5 .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  color: #e8e8e8;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}
.wrap5 .faq-item .faq-answer .small {
  color: #d3d3d3;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
  margin-top: 14px;
}
.wrap6 {
  margin-top: 130px;
  padding: 70px 0 130px;
  background: url('../../img/lp/convert-streaming-music-for-dj/wrap5-bg.webp') no-repeat center / cover;
}
.wrap6 .wrap6-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 74px;
}
.wrap6 .wrap6-top .wrap-tit {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
}
.wrap6 .wrap6-top .wrap-desc {
  margin-top: 30px;
  color: #f1f5f9;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  /* 32px */
}
.wrap6 .wrap6-top .wrap-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
}
.wrap6 .wrap6-top .wrap-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.wrap6 .wrap6-top .wrap6-download {
  display: block;
  margin-top: 34px;
}
.wrap6 .wrap6-info {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 76px;
}
.wrap6 .wrap6-info .wrap6-item {
  width: 384px;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(221, 221, 221, 0.24);
  background: rgba(24, 24, 24, 0.49);
  backdrop-filter: blur(9.5px);
}
.wrap6 .wrap6-info .wrap6-item:nth-child(n + 4) {
  width: 588px;
}
.wrap6 .wrap6-info .wrap-item-tit {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
}
.wrap6 .wrap6-info .wrap-item-desc {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
@media (max-width: 1600px) {
  .banner .banner-right .banner-media {
    transform: translateX(0);
  }
}
@media (max-width: 1400px) {
  .banner .banner-right .banner-media {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  main .container {
    padding: 0 15px;
    zoom: 0.8;
  }
  .wrap6 .wrap6-top {
    gap: 50px;
  }
  .wrap6 .wrap6-info .wrap6-item {
    width: 360px;
  }
  .wrap6 .wrap6-info .wrap6-item:nth-child(n + 4) {
    width: 550px;
  }
  .wrap2 .wrap4-software-download a {
    padding: 16px 12px;
  }
}
@media (max-width: 996px) {
  main .container {
    zoom: 0.6;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner .banner-right .banner-ripple::before,
  .banner .banner-right .banner-ripple::after {
    animation: none;
    opacity: 0.65;
    transform: scale(1.04);
  }
  .banner .banner-right .banner-ripple::after {
    opacity: 0.32;
    transform: scale(1.18);
  }
}
@keyframes bannerUsbRipple {
  0% {
    opacity: 0.18;
    transform: scale(0.9);
  }
  15% {
    opacity: 0.95;
    transform: scale(0.96);
  }
  70% {
    opacity: 0.42;
    transform: scale(1.12);
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}
@keyframes wrap4Spin {
  to {
    transform: rotate(360deg);
  }
}
#shopline-section-template--product--Earbuds__1764298611866d0711d6 .plugin-product-comment-heading-reset,
#shopline-section-template--product--Earbuds__1764298611866d0711d6 .plugin-product-comment-commentHeader .plugin-product-comment-commentSynthesize,
#shopline-section-template--product--Earbuds__1764298611866d0711d6 .plugin-product-comment-select-buttons-item,
#shopline-section-template--product--Earbuds__1764298611866d0711d6 .plugin-product-comment-userInfo.plugin-product-comment-follow-theme .plugin-product-comment-nickname,
#shopline-section-template--product--Earbuds__1764298611866d0711d6 .plugin-product-comment-userInfo.plugin-product-comment-follow-theme .plugin-product-comment-date,
#shopline-section-template--product--Earbuds__1764298611866d0711d6 .plugin-product-comment-content-info .plugin-product-comment-content {
  color: #fff;
}
#shopline-section-template--product--Earbuds__1764298611866d0711d6 .plugin-product-comment-CommentAndHelpfulBtns-box.plugin-product-comment-follow-theme .plugin-product-comment-commentIcon > svg path {
  fill: #fff;
}
