html {
  scroll-padding-top: 50px;
  scroll-behavior: smooth;
}
.container {
  padding: 0;
}
.header {
  /*position: fixed;*/
  /*top: 0;*/
  background: none;
  box-shadow: none;
  margin-bottom: -80px;
}
.header.not-fixed {
  position: static;
}
.wrap-tit {
  color: #1d1d1d;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 145%;
  /* 46.4px */
}
.icon {
  background-size: 957px 772px;
  background-repeat: no-repeat;
  background-image: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/sprite.png');
  display: inline-block;
  flex-shrink: 0;
}
.try-box {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin: 32px auto 0;
  width: fit-content;
}
.try-box .try_btn {
  display: flex;
  align-items: center;
  column-gap: 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 32px;
  background: linear-gradient(90deg, #32c06c 0%, #24a659 100%);
  border-radius: 16px;
  transition: all 0.5s;
}
.try-box .try_btn:hover {
  background: linear-gradient(90deg, #23b55e 0%, #119547 100%);
  transform: translateY(-10px);
}
.try-box .try_btn > .iconfont {
  font-size: 26px;
}
.banner {
  padding: 158px 0 64px;
  background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/banner-bg.png') no-repeat center top;
  background-size: 100% auto;
}
.banner .banner-cont {
  display: flex;
  justify-content: space-between;
}
.banner .banner-cont .banner-left {
  flex: 0 0 500px;
}
.banner .banner-cont .banner-right {
  margin-top: 36px;
}
.banner h1 {
  color: #101010;
  font-size: 42px;
  font-weight: 700;
  line-height: 131%;
  /* 52.4px */
}
.banner .banner-desc {
  margin-top: 18px;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}
.banner .banner-introduce {
  margin-top: 18px;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}
.banner .banner-introduce li {
  margin-bottom: 6px;
}
.banner .banner-introduce li::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background: #24a659;
  border-radius: 50%;
}
.banner .toggle {
  position: relative;
  z-index: 2;
  height: 26px;
  width: 156px;
  background: #bdefd1;
  border-radius: 20px;
  margin-top: 26px;
}
.banner .toggle .toggle-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 26px;
  position: absolute;
  z-index: 2;
}
.banner .toggle .toggle-choose_btn {
  width: 74px;
  color: #24a659;
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  gap: 4px;
}
.banner .toggle .current_active {
  position: absolute;
  content: '';
  width: 74px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 17px;
  background: #fff;
  z-index: 1;
  transition: all 0.5s;
}
.banner .banner-star {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 24px;
  color: #606060;
  font-family: Aileron;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  /* 21.6px */
}
.banner .banner-recommend {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 20px;
  color: #606060;
  font-family: Aileron;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  /* 21.6px */
}
.banner .banner-btn {
  display: flex;
  margin-top: 24px;
  color: #fff;
}
.banner .banner-btn .banner-btn-item {
  display: flex;
  column-gap: 14px;
}
.banner .banner-btn .banner-btn-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 190px;
  height: 56px;
  padding: 0 20px 0 12px;
  border-radius: 8px;
  box-sizing: border-box;
}
.banner .banner-btn .banner-btn-item .iconfont {
  font-size: 30px;
}
.banner .banner-btn .banner-btn_text span {
  color: #fff;
  font-family: Aileron;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.banner .banner-btn .banner-btn_text p {
  margin-top: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.banner .banner-btn .btn-down {
  background: linear-gradient(90deg, #32c06c 0%, #24a659 100%);
  transition: all 0.3s;
}
.banner .banner-btn .btn-down:hover {
  background: linear-gradient(90deg, #23b55e 0%, #119547 100%);
  transform: translateY(-10px);
}
.banner .banner-btn .btn-buy {
  transition: all 0.3s;
  background: linear-gradient(90deg, #ffad61 0.04%, #ff7979 99.96%), #d9d9d9;
}
.banner .banner-btn .btn-buy:hover {
  background: linear-gradient(89deg, #f49944 0%, #f25050 100%);
  transform: translateY(-10px);
}
.wrap1 {
  background: #24a659;
}
.wrap1 .wrap-cont {
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 180%;
  /* 39.6px */
}
.wrap1 .wrap-cont .slide-num {
  color: #ffee6f;
}
.wrap2 {
  background: #f7fafd;
  padding: 26px 0;
}
.wrap2 .wrap-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap2 .wrap-nav .wrap-slide {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
  cursor: pointer;
}
.wrap2 .wrap-nav .wrap-slide:hover {
  color: #24a659;
}
.wrap2 .wrap-nav .wrap-slide:hover circle,
.wrap2 .wrap-nav .wrap-slide:hover rect,
.wrap2 .wrap-nav .wrap-slide:hover line {
  stroke: #24a659;
}
.wrap2 .wrap-nav .wrap-slide:hover path {
  fill: #24a659;
  stroke: #24a659;
}
.wrap3 {
  margin-top: 90px;
}
.wrap3 .wrap-tit {
  max-width: 608px;
  margin: 0 auto;
}
.wrap3 .wrap-desc {
  max-width: 802px;
  margin: 28px auto 0;
  color: #474747;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap3 .compare-table {
  margin: 30px auto;
  max-width: 1200px;
  overflow-x: auto;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.wrap3 .compare-table table {
  width: 100%;
  font-size: 16px;
  color: #474747;
  border-collapse: collapse;
  line-height: 180%;
}
.wrap3 .compare-table thead {
  background: #f9f9f9;
}
.wrap3 .compare-table th,
.wrap3 .compare-table td {
  padding: 20px 24px;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: middle;
}
.wrap3 .compare-table th {
  font-weight: 600;
}
.wrap3 .compare-table tbody tr {
  transition: background 0.25s ease;
}
.wrap3 .compare-table tbody tr td:first-child {
  background: #f9f9f9;
}
.wrap3 .compare-table tbody tr:hover {
  background: #fafafa;
}
.wrap3 .compare-table td:first-child {
  font-weight: 600;
}
.wrap3 .compare-table .highlight {
  background: #f4fbf7;
}
.wrap3 .compare-table .status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.wrap3 .compare-table .status img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.wrap3 .compare-table table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.wrap3 .compare-table table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.wrap3 .wrap-look {
  position: relative;
  margin-top: 50px;
  padding: 26px 28px 30px;
  background: #f2fbf6;
  border-radius: 16px;
}
.wrap3 .wrap-look .look-tit {
  margin-bottom: 8px;
  color: #474747;
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  /* 36px */
}
.wrap3 .wrap-look .look-txt {
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap3 .wrap-look .look-tax {
  color: #474747;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}
.wrap3 .wrap-look .look-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 16px 0;
}
.wrap3 .wrap-look .look-btn .look-link {
  width: 458px;
  padding: 8px 0;
  border-radius: 32px;
  border: 1px solid #e1f3e7;
  background: #fff;
  color: #24a659;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  transition: all 0.3s;
}
.wrap3 .wrap-look .look-btn .look-link:hover {
  background: #e5ffee;
  border-color: #b5e3c4;
}
.wrap3 .wrap-look .look-img {
  position: absolute;
  top: 0;
  right: 0;
}
.wrap3 .wrap-look::before {
  content: '';
  top: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -18px);
  display: block;
  width: 82px;
  height: 20px;
  background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/look-jiantou.png') no-repeat center / cover;
}
.wrap4 {
  margin-top: 126px;
  padding: 100px 0 90px;
  background: #f7fafd;
}
.wrap4 .wrap-desc {
  max-width: 802px;
  margin: 24px auto 0;
  color: #474747;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap4 .wrap4-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  margin-top: 58px;
}
.wrap4 .wrap4-list .wrap4-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 0;
  border-radius: 8px;
  background: #eef0f4;
  color: #474747;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  cursor: pointer;
  transition: all 0.3s;
}
.wrap4 .wrap4-list .wrap4-item:hover,
.wrap4 .wrap4-list .wrap4-item.active {
  background: #fff;
  box-shadow: 0 4px 11.8px 0 rgba(189, 202, 216, 0.58);
  color: #119749;
}
.wrap4 .wrap4-list .wrap4-item:hover path,
.wrap4 .wrap4-list .wrap4-item.active path {
  fill: #119749;
}
.wrap4 .wrap4-swiper {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wrap4 .wrap4-swiper .swiper-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.wrap4 .wrap4-swiper .slide-right {
  position: relative;
  margin-left: -120px;
  max-width: 820px;
  border-radius: 0 0 64px 0;
  padding: 36px 38px 40px 176px;
  background: linear-gradient(90deg, #3fbd77 0%, #02a25c 100%);
  z-index: -1;
  height: 232px;
}
.wrap4 .wrap4-swiper .slide-tit {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  /* 120% */
}
.wrap4 .wrap4-swiper .swiper-pagination {
  display: none;
}
.wrap4 .wrap4-swiper .slide-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap4 .wrap4-swiper .slide-desc a {
  color: #ffee6f;
}
.wrap5 {
  margin-top: 126px;
}
.wrap5 .wrap-tit {
  margin-bottom: 24px;
}
.wrap5 .wrap-desc {
  padding: 0 22px;
  color: #474747;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap5 .wrap5-swiper {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.wrap5 .wrap5-swiper .swiper-wrapper {
  gap: 40px;
}
.wrap5 .wrap5-swiper .swiper-slide {
  flex: 1;
}
.wrap5 .wrap5-swiper .swiper-slide img {
  width: 100%;
}
.wrap5 .wrap5-swiper .swiper-slide:not(:last-child) .slide-circle::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 14px;
  width: 400px;
  height: 1px;
  background: repeating-linear-gradient(to right, #dddddd 0, #dddddd 10px, transparent 10px, transparent 16px);
  border-radius: 1px;
}
.wrap5 .wrap5-swiper .slide-step {
  margin-top: 12px;
  color: #474747;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
}
.wrap5 .wrap5-swiper .slide-txt {
  max-width: 266px;
  margin: 0 auto;
  color: #474747;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap5 .wrap5-swiper .slide-circle {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 24px auto 0;
  border-radius: 50%;
  border: 2px solid #0bac4c;
  box-sizing: border-box;
}
.wrap5 .wrap-info {
  margin-top: 50px;
  padding: 28px;
  border-radius: 10px;
  background: #f2fbf5;
}
.wrap5 .wrap-info .info-tit {
  margin-bottom: 10px;
  color: #474747;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
}
.wrap5 .wrap-info .info-link {
  margin-top: 8px;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap5 .wrap-info .info-link a {
  color: #24a659;
}
.wrap6 {
  margin-top: 126px;
  padding-top: 132px;
  background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/wrap6-bg.webp') no-repeat center top;
  background-size: contain;
}
.wrap6 .wrap-desc {
  margin-top: 32px;
  font-size: 16px;
  color: #474747;
  line-height: 180%;
  /* 28.8px */
  text-align: center;
}
.wrap6 .wrap6-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
}
.wrap6 .wrap6-swiper .swiper-wrapper {
  display: block;
  column-count: 2;
  column-gap: 32px;
}
.wrap6 .wrap6-swiper .swiper-slide {
  break-inside: avoid;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #c5ddcf;
  background: linear-gradient(180deg, #d8f6e7 0%, #fff 100%);
  box-sizing: border-box;
  z-index: 1;
}
.wrap6 .wrap6-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 452px;
  height: 225px;
  background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/wrap6-color.png') no-repeat center / cover;
  border-radius: 14px;
  z-index: -1;
}
.wrap6 .wrap6-swiper .slide-tit {
  margin-top: 20px;
  color: #474747;
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  /* 36px */
}
.wrap6 .wrap6-swiper .slide-desc {
  margin-top: 8px;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap6 .wrap6-swiper .slide-link {
  color: #474747;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
}
.wrap6 .wrap6-swiper .slide-link span {
  color: #24a659;
}
.wrap6 .wrap-txt {
  margin-top: 18px;
  padding: 24px 24px 20px;
  background: #f2fbf5;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.faq {
  margin-top: 126px;
}
.faq .faq-collaps_wrap {
  margin-top: 42px;
}
.faq .faq-collaps_wrap .faq-collapse_item {
  margin-bottom: 14px;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
  transition: max-height 0.2s ease-out;
}
.faq .faq-collaps_wrap .faq-collapse_item h3 {
  font-weight: 400;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.22;
}
.faq .faq-collaps_wrap .faq-collapse_item .iconfont {
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.faq .faq-collaps_wrap .faq-collapse_item.active {
  transition: all 0.2s;
}
.faq .faq-collaps_wrap .faq-collapse_item.active .collapse-content {
  max-height: 400px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  margin-top: 40px;
}
.faq .faq-collaps_wrap .faq-collapse_item.active .iconfont {
  transform: rotate(0);
}
.faq .faq-collaps_wrap .faq-collapse_item.active h3 {
  font-weight: 600;
}
.faq .faq-collaps_wrap .collapse-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .faq-collaps_wrap .collapse-content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  font-size: 16px;
  color: #474747;
  line-height: 1.6;
}
.faq .faq-collaps_wrap .collapse-content a {
  color: #24a659;
}
.faq .faq-collaps_wrap .collapse-text {
  cursor: pointer;
}
.achieved {
  margin-top: 130px;
  padding: 96px 0 90px;
  background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/achieved-bg.webp') no-repeat center;
  background-size: 100% 100%;
}
.achieved h2 {
  color: #fff;
}
.achieved .achieved-swiper {
  margin-top: 38px;
  position: relative;
}
.achieved .achieved-swiper .swiper-wrapper {
  justify-content: space-between;
}
.achieved .achieved-swiper .swiper-slide {
  position: relative;
  padding: 64px 0 56px;
  max-width: 254px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14.7px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}
.achieved .achieved-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.37));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.achieved .achieved-swiper .slide-num {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  /* 66.667% */
}
.achieved .achieved-swiper .slide-txt {
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.cta {
  margin-top: 120px;
  margin-bottom: 70px;
}
.cta .wrap-text {
  text-align: center;
  max-width: 844px;
  color: #474747;
  font-size: 16px;
  margin: 24px auto 32px auto;
  line-height: 1.8;
}
.cta-info {
  border-radius: 12px;
  background: #f3f8f9;
  padding: 26px 0;
  display: flex;
  margin: 44px auto 0 auto;
  justify-content: space-between;
  width: 100%;
}
.cta-info .iconfont {
  font-size: 26px;
  color: #24a659;
}
.cta-info_item {
  flex: 1;
  position: relative;
  padding: 0 20px 0 30px;
}
.cta-info_item .item-title {
  display: flex;
  align-items: center;
}
.cta-info_item .item-title_text {
  color: #24a659;
  font-size: 14px;
  font-weight: 600;
  margin-left: 12px;
}
.cta-info_item .item-desc {
  margin-top: 7px;
  color: #474747;
  font-size: 14px;
  line-height: 1.8;
}
.cta-info_item .star {
  display: flex;
  margin-top: 5px;
}
.cta-info_item:not(:first-child):after {
  content: '';
  width: 1px;
  height: 100%;
  background: #cbe4d5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cta .method_link {
  display: block;
  width: fit-content;
  margin: 30px auto 0;
  color: #656565;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
}
.cta .sprite-icon-star {
  background-position: -271px -522px;
  width: 103px;
  height: 16px;
}
.wrap10 {
  overflow: hidden;
  padding: 200px 0 66px 0;
  background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter/wrap10-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap10 .container {
  box-sizing: border-box;
  padding: 46px 122px 124px;
  margin-bottom: 175px;
  box-shadow: 0 4px 20px rgba(30, 88, 54, 0.08);
  position: relative;
  border-radius: 17px;
  background: #fff;
}
.wrap10 .container .satisfied-jump {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 17px 17px;
  background: linear-gradient(89deg, #ffad61 0%, #ff7979 100%);
}
.wrap10 .container .satisfied-jump a {
  padding: 30px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 18px;
}
.wrap10 .container::before,
.wrap10 .container::after {
  position: absolute;
  content: '';
  background-size: 957px 772px;
  background-repeat: no-repeat;
  background-image: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/sprite.png');
  display: inline-block;
  flex-shrink: 0;
}
.wrap10 .container::before {
  left: 30px;
  top: 24px;
  background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/user-left.png') no-repeat center / cover;
  width: 98px;
  height: 90px;
}
.wrap10 .container::after {
  right: 18px;
  bottom: 100px;
  background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/user-right.png') no-repeat center / cover;
  width: 98px;
  height: 90px;
}
.wrap10 .satisfied-swiper {
  overflow: hidden;
  margin: 42px 0;
  background: #fff6f2;
  border-radius: 15px;
  border: 1px #ffd8a8 solid;
}
.wrap10 .satisfied-swiper .satisfied-button-prev,
.wrap10 .satisfied-swiper .satisfied-button-next {
  top: 180px;
  left: unset;
  right: 210px;
}
.wrap10 .satisfied-swiper .satisfied-button-prev::after,
.wrap10 .satisfied-swiper .satisfied-button-next::after {
  content: '';
  background-size: 957px 772px;
  background-repeat: no-repeat;
  background-image: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/sprite.png');
  display: inline-block;
  flex-shrink: 0;
  background-position: -74px -468px;
  width: 14px;
  height: 16px;
}
.wrap10 .satisfied-swiper .satisfied-button-prev:hover::after,
.wrap10 .satisfied-swiper .satisfied-button-next:hover::after {
  transform: rotate(180deg);
  background-position: -102px -468px;
}
.wrap10 .satisfied-swiper .satisfied-pagination {
  bottom: 120px;
}
.wrap10 .satisfied-swiper .swiper-pagination-bullet {
  background: #f9f2e7;
  opacity: 1;
}
.wrap10 .satisfied-swiper .swiper-pagination-bullet-active {
  background: #ffa62f;
}
.wrap10 .satisfied-swiper .satisfied-button-next {
  right: 180px;
}
.wrap10 .satisfied-swiper .satisfied-button-next::after {
  transform: rotate(180deg);
}
.wrap10 .satisfied-swiper .satisfied-button-next:hover::after {
  transform: rotate(0deg);
}
.wrap10 .satisfied-swiper .swiper-slide {
  display: flex;
  align-items: center;
  column-gap: 48px;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 28px 48px 50px 36px;
  box-sizing: border-box;
}
.wrap10 .satisfied-swiper .swiper-slide .icon {
  width: 125px;
  height: 125px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar1 {
  background-position: -623px -61px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar2 {
  background-position: -757px -61px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar3 {
  background-position: -623px -195px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar4 {
  background-position: -757px -195px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar5 {
  background-position: -623px -329px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar6 {
  background-position: -757px -329px;
}
.wrap10 .satisfied-swiper .slide_author,
.wrap10 .satisfied-swiper .slide_title {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 600;
  list-style: 1.5;
  margin-bottom: 18px;
}
.wrap10 .icon-video {
  width: 23px;
  height: 23px;
  background-position: -225px -31px;
}
.wrap10 .roll-swiper {
  margin-top: 46px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.wrap10 .roll-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.wrap10 .roll-swiper .swiper-pagination {
  display: none;
}
.wrap10 .roll-swiper .swiper-slide {
  box-sizing: border-box;
  width: 550px;
  height: auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  color: #474747;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  box-shadow: 0 4px 20.7px rgba(30, 88, 54, 0.08);
}
.wrap10 .roll-swiper .swiper-slide .slide_desc {
  margin-top: 18px;
}
.wrap10 .roll-swiper .swiper-slide .icon {
  height: 55px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo1 {
  background-position: -63px -559px;
  width: 184px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo2 {
  background-position: -257px -570px;
  width: 218px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo3 {
  background-position: -484px -557px;
  width: 90px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo4 {
  background-position: -583px -556px;
  width: 152px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo5 {
  background-position: -750px -564px;
  width: 134px;
}
.wrap8 {
  margin-top: 150px;
}
.wrap8 .wrap-list {
  margin-top: 46px;
  display: flex;
  column-gap: 24px;
}
.wrap8 .wrap-list .wrap-item {
  flex: 1;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
}
.wrap8 .wrap-list .item-top {
  display: flex;
  align-items: center;
  column-gap: 6px;
  justify-content: center;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
}
.wrap8 .wrap-list .item-cont {
  padding: 24px 8px 0px;
  color: #474747;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.wrap8 .wrap-list .item-cont .item-li {
  margin-left: 20px;
}
.wrap8 .wrap-list .item-cont li {
  list-style: disc;
  margin-bottom: 20px;
}
.wrap8 .wrap-list .item1 {
  background: #f2f0ff;
}
.wrap8 .wrap-list .item1 .item-top {
  background: #8074ce;
}
.wrap8 .wrap-list .item1 li:hover {
  color: #7762fd;
}
.wrap8 .wrap-list .item2 {
  background: #e6fff0;
}
.wrap8 .wrap-list .item2 .item-top {
  background: #4ec57e;
}
.wrap8 .wrap-list .item2 li:hover {
  color: #1c974d;
}
.wrap8 .wrap-list .item3 {
  background: #fff5f3;
}
.wrap8 .wrap-list .item3 .item-top {
  background: #ed8560;
}
.wrap8 .wrap-list .item3 li:hover {
  color: #d5592c;
}
.wrap8 .wrap-list .item4 {
  background: #fff5ff;
}
.wrap8 .wrap-list .item4 .item-top {
  background: #da83da;
}
.wrap8 .wrap-list .item4 li:hover {
  color: #a82ea8;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .banner .banner-right img {
    width: 100%;
    height: auto;
  }
  .achieved .achieved-swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .achieved .achieved-swiper .swiper-slide {
    max-width: 220px;
  }
  .wrap4 .wrap4-list {
    column-gap: 12px;
  }
  .wrap4 .wrap4-list .wrap4-item {
    font-size: 12px;
  }
  .wrap4 .wrap4-list .wrap4-item svg {
    width: 20px;
    height: 20px;
  }
  .wrap6 .wrap6-swiper .swiper-slide img {
    width: 100%;
  }
  .wrap10 .container {
    margin: 0 15px 100px;
  }
}
@media (max-width: 996px) {
  .banner .banner-cont {
    flex-direction: column;
  }
  .banner .banner-cont .banner-right img {
    width: 100%;
  }
  .wrap2 .wrap-nav .wrap-slide {
    font-size: 14px;
    gap: 6px;
  }
  .wrap2 .wrap-nav .wrap-slide svg {
    width: 20px;
    height: 20px;
  }
  .wrap3 .wrap-look .look-btn {
    flex-direction: column;
    align-items: flex-start;
  }
  .wrap4 .wrap4-swiper .slide-tit {
    font-size: 18px;
  }
  .wrap4 .wrap4-swiper .slide-desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header {
    /*position: static;*/
    margin-bottom: 0;
  }
  .banner {
    padding: 82px 0 28px;
    background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/banner-bg-mb.webp') no-repeat center top;
    background-size: 100% auto;
  }
  .banner h1 {
    font-size: 28px;
  }
  .banner .banner-desc {
    margin-top: 10px;
    font-size: 12px;
  }
  .banner .banner-introduce {
    margin-top: 10px;
    font-size: 12px;
  }
  .banner .banner-btn .banner-btn-item a {
    width: 166px;
    height: 50px;
  }
  .banner .banner-btn .banner-btn_text span {
    font-size: 16px;
  }
  .banner .banner-btn .banner-btn_text p {
    font-size: 10px;
  }
  .banner .banner-recommend {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  .banner .banner-recommend img {
    max-width: 345px;
  }
  .download {
    padding: 50px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .download .download-tit {
    text-align: center;
    color: #29ae5f;
    font-size: 28px;
    font-weight: 600;
  }
  .download .down_feature {
    position: relative;
    margin: 15px 0 45px;
    width: 100%;
    border-radius: 4px;
    border: 1px #caddd3 solid;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .download .down_feature .down_input {
    box-sizing: border-box;
    font-size: 14px;
    color: #7e7e7e;
    padding: 10px;
    flex: 0 0 80%;
  }
  .download .down_feature .down_paste {
    flex: 0 0 17%;
    background: rgba(201, 221, 211, 0.3);
    border-radius: 4px;
    border: 1px #d9e7e0 solid;
    padding: 10px;
    color: #676767;
  }
  .download .down_feature.error {
    border: 1px #f00 solid;
  }
  .download .down_feature .error-text {
    position: absolute;
    bottom: -30px;
    color: #e02020;
  }
  .download .down_btn {
    background: #000;
    padding: 13px;
    color: #1db954;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    margin-bottom: 45px;
  }
  .download .down_loading {
    display: none;
    text-align: center;
  }
  .download .down_loading img {
    width: 80px;
    height: auto;
  }
  .download .down_loading .down_text {
    color: #888888;
    margin-top: 18px;
  }
  .download .down_loading .down_text span {
    position: relative;
    top: 0;
    display: inline-block;
    animation: bounce 0.3s ease infinite alternate;
  }
  .download .down_loading .down_text span:nth-child(2) {
    animation-delay: 0.1s;
  }
  .download .down_loading .down_text span:nth-child(3) {
    animation-delay: 0.2s;
  }
  .download .down_exhibition {
    display: flex;
    gap: 20px;
  }
  .download .down_exhibition .exhibition_img {
    width: 135px;
    height: 135px;
    object-fit: cover;
  }
  .download .down_exhibition .exhibition_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .download .down_exhibition .info_title {
    color: #1db954;
    font-size: 20px;
    font-weight: 600;
  }
  .download .down_exhibition .info_author {
    color: #767676;
  }
  .download .down_exhibition .info_btn {
    display: block;
    color: #ffffff;
    font-size: 16px;
    background: #24a659;
    border-radius: 67px;
    padding: 10px 36px;
  }
  .download .down-pop {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: linear-gradient(#d6f0e0, #ffffff 100%);
    box-shadow: 0 4px 31px rgba(151, 151, 151, 0.25);
    border-radius: 8px;
    border: 1px #ffffff solid;
    width: 231px;
    height: auto;
    padding: 16px 23px 34px;
    text-align: center;
  }
  .download .down-pop .pop_close {
    width: 18px;
    height: auto;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
  }
  .download .down-pop .pop_title {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0;
  }
  .download .down-pop .pop_desc {
    color: #2e2e2e;
  }
  .download .down-pop .pop_btn {
    margin-top: 23px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    background: #24a659;
    border-radius: 67px;
    padding: 10px 36px;
  }
  .wrap-tit {
    font-size: 26px;
  }
  .try-box {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .try-box .try_btn {
    column-gap: 10px;
    font-size: 16px;
    padding: 14px 26px;
    border-radius: 6px;
  }
  .try-box .try_btn .iconfont {
    font-size: 20px;
  }
  .wrap1 .wrap-cont {
    font-size: 14px;
  }
  .wrap2 .wrap-nav {
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
  }
  .wrap3 {
    margin-top: 60px;
  }
  .wrap3 .wrap-desc {
    margin-top: 8px;
    font-size: 14px;
  }
  .wrap3 .wrap-look {
    padding: 18px 12px;
  }
  .wrap3 .wrap-look .look-img {
    display: none;
  }
  .wrap3 .wrap-look .look-tit {
    margin-bottom: 2px;
    font-size: 18px;
  }
  .wrap3 .wrap-look .look-txt {
    font-size: 14px;
  }
  .wrap3 .wrap-look .look-btn {
    margin: 12px 0;
    gap: 12px;
  }
  .wrap3 .wrap-look .look-btn .look-link {
    width: 100%;
    font-size: 12px;
  }
  .wrap3 .compare-table {
    overflow-x: auto;
  }
  .wrap3 .compare-table table {
    font-size: 12px;
    table-layout: fixed;
  }
  .wrap3 .compare-table table th,
  .wrap3 .compare-table table td {
    padding: 18px 24px;
    width: 210px;
    box-sizing: border-box;
  }
  .wrap4 {
    margin-top: 60px;
    padding: 52px 0 68px;
  }
  .wrap4 .wrap4-list {
    display: none;
  }
  .wrap4 .wrap-desc {
    margin-top: 6px;
    font-size: 14px;
  }
  .wrap4 .wrap4-swiper {
    margin-top: 28px;
    padding-bottom: 40px;
  }
  .wrap4 .wrap4-swiper .swiper-slide {
    padding: 24px 12px;
    height: auto;
    align-items: flex-start;
    border-radius: 12px;
    background: linear-gradient(90deg, #3fbd77 0%, #02a25c 100%);
  }
  .wrap4 .wrap4-swiper .slide-left {
    display: none;
  }
  .wrap4 .wrap4-swiper .slide-right {
    padding: 0;
    margin-left: 0;
    height: auto;
    background: none;
  }
  .wrap4 .wrap4-swiper .slide-tit {
    margin-bottom: 8px;
  }
  .wrap4 .wrap4-swiper .swiper-pagination {
    display: block;
  }
  .wrap4 .wrap4-swiper .swiper-pagination-bullet {
    background: #c3e4d5;
    border-radius: 50%;
    opacity: 1;
  }
  .wrap4 .wrap4-swiper .swiper-pagination-bullet-active {
    background: #16ab65;
  }
  .wrap5 {
    margin-top: 82px;
  }
  .wrap5 .wrap-tit {
    margin-bottom: 12px;
  }
  .wrap5 .wrap-desc {
    padding: 0;
    font-size: 14px;
  }
  .wrap5 .wrap5-swiper {
    padding-bottom: 40px;
  }
  .wrap5 .wrap5-swiper .swiper-wrapper {
    gap: 0;
  }
  .wrap5 .wrap5-swiper .swiper-slide {
    flex: none;
  }
  .wrap5 .wrap5-swiper .slide-circle {
    display: none;
  }
  .wrap5 .wrap5-swiper .slide-step {
    font-size: 14px;
  }
  .wrap5 .wrap5-swiper .slide-txt {
    font-size: 14px;
  }
  .wrap5 .wrap5-swiper .swiper-pagination-bullet {
    background: #c3e4d5;
    opacity: 1;
  }
  .wrap5 .wrap5-swiper .swiper-pagination-bullet-active {
    background: #16ab65;
  }
  .wrap5 .wrap-info {
    padding: 28px 14px 16px;
  }
  .wrap5 .wrap-info .info-tit {
    font-size: 14px;
  }
  .wrap5 .wrap-info .info-link {
    font-size: 14px;
  }
  .wrap6 {
    margin-top: 96px;
    padding-top: 86px;
    background: url('https://img.tunefab.com/uploads/page/product/sp-music-converter-2026/wrap6-bg-mb.webp') no-repeat center top;
    background-size: 100% auto;
  }
  .wrap6 .wrap-desc {
    font-size: 14px;
    margin-top: 14px;
  }
  .wrap6 .wrap6-swiper {
    padding-bottom: 20px;
    margin: 48px auto 0;
    max-width: 344px;
  }
  .wrap6 .wrap6-swiper .swiper-wrapper {
    display: flex;
    column-count: inherit;
    column-gap: 0;
  }
  .wrap6 .wrap6-swiper .swiper-slide {
    padding: 10px 10px 18px;
    break-inside: inherit;
    height: auto;
  }
  .wrap6 .wrap6-swiper .swiper-slide img {
    max-width: 322px;
    height: 176px;
    margin: 0 auto;
  }
  .wrap6 .wrap6-swiper .swiper-slide:last-child img {
    height: 140px;
  }
  .wrap6 .wrap6-swiper .swiper-slide:last-child .slide-tit {
    font-size: 14px;
  }
  .wrap6 .wrap6-swiper .swiper-slide:last-child .slide-desc {
    font-size: 12px;
  }
  .wrap6 .wrap6-swiper .swiper-slide:last-child .slide-link {
    font-size: 12px;
  }
  .wrap6 .wrap6-swiper .slide-tit {
    font-size: 16px;
    margin-top: 14px;
  }
  .wrap6 .wrap6-swiper .slide-desc {
    max-height: 176px;
    margin-top: 4px;
    font-size: 14px;
  }
  .wrap6 .wrap6-swiper .slide-link {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
  }
  .wrap6 .wrap6-swiper .swiper-pagination-bullet {
    background: #c3e4d5;
    opacity: 1;
  }
  .wrap6 .wrap6-swiper .swiper-pagination-bullet-active {
    background: #16ab65;
  }
  .wrap6 .wrap-txt {
    margin-top: 40px;
    padding: 10px;
    font-size: 14px;
  }
  .achieved {
    margin-top: 90px;
    padding: 58px 0 50px;
  }
  .achieved .achieved-swiper {
    max-width: 294px;
    margin: 24px auto 0;
    overflow: hidden;
    padding: 20px 20px 60px;
  }
  .achieved .achieved-swiper .swiper-slide {
    max-width: 100%;
  }
  .achieved .achieved-swiper .swiper-wrapper {
    flex-wrap: inherit;
    justify-content: inherit;
    gap: 0;
  }
  .achieved .achieved-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.41);
    opacity: 1;
  }
  .achieved .achieved-swiper .swiper-pagination-bullet-active {
    background: #fff;
  }
  .faq {
    margin-top: 90px;
  }
  .faq .faq-collaps_wrap {
    margin-top: 18px;
  }
  .faq .faq-collaps_wrap .collapse-text {
    gap: 14px;
  }
  .faq .faq-collaps_wrap .faq-collapse_item {
    padding: 10px;
  }
  .faq .faq-collaps_wrap .faq-collapse_item h3 {
    font-size: 14px;
  }
  .faq .faq-collaps_wrap .faq-collapse_item.active .collapse-content {
    margin-top: 20px;
  }
  .faq .faq-collaps_wrap .collapse-content {
    font-size: 12px;
  }
  .cta {
    margin-top: 60px;
    margin-bottom: 64px;
  }
  .cta .wrap-text {
    font-size: 12px;
  }
  .cta-info {
    flex-direction: column;
    padding: 10px 26px;
    width: auto;
  }
  .cta-info .iconfont {
    font-size: 24px;
  }
  .cta-info_item {
    padding: 0;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .cta-info_item:not(:first-child)::after {
    width: 100%;
    height: 1px;
    left: auto;
    bottom: auto;
  }
  .wrap10 {
    padding: 98px 0;
    background: #eefaf3;
    border-bottom: unset;
  }
  .wrap10 .container {
    padding: 0 15px;
    margin: 0 0 100px;
    background: none;
    box-shadow: none;
  }
  .wrap10 .container::before,
  .wrap10 .container::after {
    display: none;
  }
  .wrap10 .container .satisfied-jump {
    position: static;
  }
  .wrap10 .container .satisfied-jump a {
    font-size: 16px;
    padding: 14px 0;
  }
  .wrap10 .satisfied-swiper {
    margin: 40px 0 0;
    box-shadow: 0 4px 20.7px 0 rgba(30, 88, 54, 0.08);
    background: #fff;
    padding-bottom: 0;
    border-radius: 12px 12px 0 0;
    border: none;
  }
  .wrap10 .satisfied-swiper .satisfied-button-prev,
  .wrap10 .satisfied-swiper .satisfied-button-next {
    display: none;
  }
  .wrap10 .satisfied-swiper .swiper-slide {
    flex-direction: column;
    text-align: center;
    gap: 26px;
    font-size: 14px;
    padding: 22px 23px 34px;
  }
  .wrap10 .satisfied-swiper .slide_author,
  .wrap10 .satisfied-swiper .slide_title {
    margin: 7px 0;
  }
  .wrap10 .satisfied-swiper .satisfied-pagination {
    bottom: -40px;
  }
  .wrap10 .satisfied-swiper .swiper-pagination-bullet {
    background: rgba(36, 166, 89, 0.25);
  }
  .wrap10 .satisfied-swiper .swiper-pagination-bullet-active {
    background: #24a659;
  }
  .wrap10 .roll-swiper {
    margin: 30px 0 0;
    padding-bottom: 40px;
    padding: 0 15px 60px;
  }
  .wrap10 .roll-swiper .swiper-slide {
    font-size: 14px;
    padding: 24px 18px;
  }
  .wrap10 .roll-swiper .swiper-pagination {
    display: block;
  }
  .wrap10 .roll-swiper .swiper-pagination-bullet {
    background: rgba(36, 166, 89, 0.25);
    opacity: 1;
  }
  .wrap10 .roll-swiper .swiper-pagination-bullet-active {
    background: #24a659;
  }
  .wrap8 {
    margin-top: 82px;
  }
  .wrap8 .wrap-list {
    flex-direction: column;
    gap: 28px;
  }
  .wrap8 .wrap-list .item-top {
    justify-content: flex-start;
    padding: 10px 16px;
  }
}
