html {
  scroll-behavior: inherit;
}
main .container {
  padding: 0;
}
a {
  color: unset;
}
.wrap-tit {
  color: #1d1d1d;
  text-align: center;
  font-size: 36px;
  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/am-converter/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, #8065f4 0%, #7555ff 100%);
  border-radius: 16px;
  transition: all 0.5s;
}
.try-box .try_btn:hover {
  background: linear-gradient(90deg, #bb65f4 0%, #542cff 100%);
  transform: translateY(-10px);
}
.try-box .try_btn > .iconfont {
  font-size: 26px;
  font-weight: 400;
}
.dropdown-item .ver {
  margin-left: -10px;
  color: #fff;
  padding: 0 3px;
  font-family: Rubik;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  /* 16px */
  border-radius: 2px;
  background: #e0baf2;
}
.banner {
  padding: 114px 0 64px;
  background: linear-gradient(180deg, #f4efff 0%, rgba(244, 238, 251, 0) 81.32%);
  background-size: 100% auto;
}
.banner::before,
.banner::after {
  content: none;
}
.banner .banner-cont {
  display: flex;
  justify-content: space-between;
}
.banner .banner-cont .banner-left {
  flex: 0 0 566px;
}
.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: #8065f4;
  border-radius: 50%;
}
.banner .toggle {
  position: relative;
  z-index: 2;
  height: 30px;
  width: 156px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 20px;
  margin-top: 26px;
}
.banner .toggle .toggle-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 30px;
  position: absolute;
  z-index: 2;
}
.banner .toggle .toggle-choose_btn {
  width: 74px;
  color: #000;
  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: 24px;
  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, #8065f4 0%, #7555ff 100%);
  transition: all 0.3s;
}
.banner .banner-btn .btn-down:hover {
  background: linear-gradient(90deg, #bb65f4 0%, #542cff 100%), linear-gradient(90deg, #8065f4 0%, #7555ff 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: #795bfc;
}
.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: #f8f7fd;
  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: #8065f4;
}
.wrap2 .wrap-nav .wrap-slide:hover circle,
.wrap2 .wrap-nav .wrap-slide:hover rect,
.wrap2 .wrap-nav .wrap-slide:hover line {
  stroke: #8065f4;
}
.wrap2 .wrap-nav .wrap-slide:hover path {
  fill: #8065f4;
  stroke: #8065f4;
}
.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 8px 20px 20px;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: middle;
}
.wrap3 .compare-table th {
  font-weight: 600;
  width: 240px;
}
.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 p {
  display: flex;
  flex-direction: column;
}
.wrap3 .compare-table .status .small-desc {
  color: #474747;
  font-family: Rubik;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.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: #f8f7fd;
  border-radius: 16px;
}
.wrap3 .wrap-look .look-tit {
  margin-bottom: 8px;
  color: #474747;
  font-size: 20px;
  font-weight: 500;
  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;
  flex-direction: column;
  gap: 12px;
  margin: 12px 0;
}
.wrap3 .wrap-look .look-btn .look-link {
  color: #795bfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  transition: all 0.3s;
}
.wrap3 .wrap-look .look-btn .look-link:hover {
  color: #512aff;
}
.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/am-converter/look-jiantou.png') no-repeat center / cover;
}
.wrap4 {
  margin-top: 126px;
  padding: 100px 0 90px;
  background: #f8f7fd;
}
.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: #f1eff8;
  color: #474747;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  cursor: pointer;
  transition: all 0.3s;
}
.wrap4 .wrap4-list .wrap4-item .item-after {
  display: none;
}
.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: #7859fc;
}
.wrap4 .wrap4-list .wrap4-item:hover .item-before,
.wrap4 .wrap4-list .wrap4-item.active .item-before {
  display: none;
}
.wrap4 .wrap4-list .wrap4-item:hover .item-after,
.wrap4 .wrap4-list .wrap4-item.active .item-after {
  display: block;
}
.wrap4 .wrap4-list .wrap4-item:hover path,
.wrap4 .wrap4-list .wrap4-item.active path {
  stroke: #7859fc;
  fill: #7859fc;
}
.wrap4 .wrap4-list .wrap4-item:hover rect,
.wrap4 .wrap4-list .wrap4-item.active rect {
  fill: #7859fc;
}
.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, #3f41bd 0%, #7656fe 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;
  margin-bottom: 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 {
  max-width: 904px;
  margin: 0 auto;
  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 {
  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 #8065f4;
  box-sizing: border-box;
}
.wrap5 .wrap-info {
  margin-top: 50px;
  padding: 28px;
  border-radius: 10px;
  background: #f8f7fd;
}
.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: #8065f4;
}
.wrap5 .wrap-info .info-link a:hover {
  color: #512aff;
}
.wrap6 {
  margin-top: 126px;
  padding-top: 132px;
  background: url('https://img.tunefab.com/uploads/page/product/am-converter/wrap6-bg.webp') no-repeat center top;
  background-size: contain;
}
.wrap6 .wrap-desc {
  max-width: 856px;
  margin: 20px auto 0;
  font-size: 16px;
  color: #474747;
  line-height: 180%;
  /* 28.8px */
  text-align: center;
}
.wrap6 .wrap6-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
}
.wrap6 .wrap6-swiper .swiper-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 20px;
}
.wrap6 .wrap6-swiper .swiper-slide {
  position: relative;
  flex: 0 0 386px;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
}
.wrap6 .wrap6-swiper .swiper-slide:hover .slide-after {
  transform: translateY(0);
}
.wrap6 .wrap6-swiper .slide-tit {
  position: absolute;
  padding: 0 20px;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}
.wrap6 .wrap6-swiper .slide-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 22px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
  transform: translateY(100%);
}
.wrap6 .wrap6-swiper .slide-tax {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
}
.wrap6 .wrap6-swiper .slide-desc {
  flex: 1;
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 179.182%;
  /* 28.669px */
}
.wrap6 .wrap6-swiper .slide-guide {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 179.182%;
  /* 28.669px */
}
.wrap6 .wrap6-swiper .slide-guide a {
  color: #b9f;
  font-size: 16px;
  font-weight: 400;
  line-height: 179.182%;
}
.wrap6 .wrap6-swiper .slide-guide a:hover {
  color: #512aff;
}
.wrap6 .wrap-txt {
  margin-top: 34px;
  text-align: center;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap6 .wrap6-guide {
  padding: 26px 18px;
  margin-top: 46px;
  border-radius: 10px;
  background: #f8f7fd;
}
.wrap6 .wrap6-guide .guide-tit {
  margin-bottom: 10px;
  color: #474747;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
}
.wrap6 .wrap6-guide p {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 179.182%;
  /* 28.669px */
}
.wrap6 .wrap6-guide p a {
  color: #7656ff;
}
.wrap6 .wrap6-guide .guide-link {
  margin: 10px 0;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 179.182%;
  /* 28.669px */
  color: #7656ff;
}
.wrap6 .wrap6-guide .guide-link:hover {
  color: #512aff;
}
.wrap6 .wrap6-guide span {
  font-weight: 600;
}
.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: #8065f4;
}
.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/am-converter/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: 14px auto 26px auto;
  line-height: 1.8;
}
.cta-info {
  border-radius: 12px;
  background: rgba(128, 101, 244, 0.05);
  padding: 26px 0;
  display: flex;
  margin: 44px auto 0 auto;
  justify-content: space-between;
  width: 100%;
}
.cta-info .iconfont {
  font-size: 26px;
  color: #8065f4;
}
.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: #8065f4;
  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: #cecece;
  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 {
  margin-top: 120px;
}
.wrap10 .wrap-tit {
  color: #121212;
}
.wrap10 .wrap10-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 38px;
}
.wrap10 .wrap10-swiper .swiper-wrapper {
  gap: 58px;
}
.wrap10 .wrap10-swiper .swiper-slide {
  flex: 1;
  border-radius: 10px;
  border: 1px solid #e1d9d9;
  background: #fff;
  padding: 32px 22px 24px;
  height: auto;
}
.wrap10 .wrap10-swiper .slide-link {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 146.68%;
  color: #8065f4;
}
.wrap10 .wrap10-swiper .slide-name {
  margin-top: 20px;
  color: #252525;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  line-height: 146.682%;
  /* 26.403px */
}
.wrap10 .wrap10-swiper .slide-desc {
  margin-top: 12px;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.wrap8 {
  margin-top: 150px;
}
.wrap8 .wrap-list {
  margin-top: 46px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px;
}
.wrap8 .wrap-list .wrap-item {
  flex: 0 0 386px;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
}
.wrap8 .wrap-list .item-top {
  display: flex;
  align-items: center;
  column-gap: 6px;
  justify-content: left;
  padding: 10px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
}
.wrap8 .wrap-list .item-cont {
  padding: 24px 16px 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;
}
.wrap8 .wrap-list .item5 {
  background: #f5fcff;
}
.wrap8 .wrap-list .item5 .item-top {
  background: #57b4db;
}
.wrap8 .wrap-list .item5 li:hover {
  color: #0d96cf;
}
.trusted {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  background: #312439;
  padding: 138px 0 120px;
  margin-top: 108px;
}
.trusted::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 280px;
  height: 350px;
  z-index: 10;
  background: url('https://img.tunefab.com/uploads/page/product/am-converter/trusted_before.webp') no-repeat;
  background-size: 100% 100%;
}
.trusted::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 280px;
  height: 300px;
  z-index: 10;
  background: url('https://img.tunefab.com/uploads/page/product/am-converter/trusted_after.webp') no-repeat;
  background-size: 100% 100%;
}
.trusted .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #ffffff;
  z-index: 100;
  text-align: center;
}
.trusted .container {
  margin-top: 20px;
  z-index: 100;
}
.trusted .part {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
@media screen and (max-width: 996px) {
  .trusted .part {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.trusted .part .part-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trusted .part .part-item .item-img {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
}
.trusted .part .part-item .item-text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576f;
}
.trusted .part1-box .item1 {
  width: 403px;
  height: 282px;
}
.trusted .part2-box {
  justify-content: center;
}
.trusted .part2-box .item2 {
  width: 567px;
  height: 282px;
}
@media (max-width: 1200px) {
  main .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 .wrap10-swiper .swiper-wrapper {
    gap: 20px;
  }
}
@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-list .wrap4-item img {
    width: 18px;
    height: 18px;
  }
  .wrap4 .wrap4-swiper .slide-tit {
    font-size: 18px;
  }
  .wrap4 .wrap4-swiper .slide-desc {
    font-size: 14px;
  }
  .wrap6 .wrap6-swiper {
    max-width: 386px;
    margin: 34px auto 0;
    padding-bottom: 40px;
  }
  .wrap6 .wrap6-swiper .swiper-wrapper {
    gap: 0;
    flex-flow: inherit;
  }
  .wrap6 .wrap6-swiper .swiper-slide {
    flex: none;
  }
  .wrap6 .wrap6-swiper .swiper-pagination-bullet {
    background: #dad4ff;
    opacity: 1;
  }
  .wrap6 .wrap6-swiper .swiper-pagination-bullet-active {
    background: #4e46cf;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 34px 0 28px;
  }
  .banner .banner-right {
    display: none;
  }
  .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;
  }
  .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: 16px;
  }
  .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: 14px;
  }
  .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, #3f41bd 0%, #7656fe 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: #dad4ff;
    border-radius: 50%;
    opacity: 1;
  }
  .wrap4 .wrap4-swiper .swiper-pagination-bullet-active {
    background: #4e46cf;
  }
  .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: #dad4ff;
    opacity: 1;
  }
  .wrap5 .wrap5-swiper .swiper-pagination-bullet-active {
    background: #4e46cf;
  }
  .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-size: 100% auto;
  }
  .wrap6 .wrap-desc {
    font-size: 14px;
    margin-top: 14px;
  }
  .wrap6 .wrap6-swiper {
    padding-bottom: 40px;
    margin: 36px auto 0;
    max-width: 344px;
  }
  .wrap6 .wrap6-swiper .swiper-wrapper {
    display: flex;
  }
  .wrap6 .wrap6-swiper .swiper-after {
    transform: translateY(0);
  }
  .wrap6 .wrap6-swiper .slide-tax {
    font-size: 16px;
  }
  .wrap6 .wrap6-swiper .swiper-slide {
    height: auto;
  }
  .wrap6 .wrap6-swiper .swiper-slide .slide-after {
    transform: translateY(0);
  }
  .wrap6 .wrap6-swiper .swiper-slide img {
    max-width: 345px;
    height: 402px;
    margin: 0 auto;
  }
  .wrap6 .wrap6-swiper .slide-tit {
    font-size: 16px;
    margin-top: 14px;
  }
  .wrap6 .wrap6-swiper .slide-desc {
    margin-top: 4px;
    font-size: 14px;
  }
  .wrap6 .wrap6-swiper .slide-guide {
    font-size: 14px;
  }
  .wrap6 .wrap6-swiper .slide-guide a {
    font-size: 14px;
  }
  .wrap6 .wrap6-swiper .slide-link {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
  }
  .wrap6 .wrap6-swiper .swiper-pagination-bullet {
    background: #dad4ff;
    opacity: 1;
  }
  .wrap6 .wrap6-swiper .swiper-pagination-bullet-active {
    background: #4e46cf;
  }
  .wrap6 .wrap-txt {
    display: none;
  }
  .wrap6 .wrap6-guide {
    padding: 20px 16px;
  }
  .wrap6 .wrap6-guide .guide-tit,
  .wrap6 .wrap6-guide p {
    font-size: 14px;
  }
  .wrap6 .wrap6-guide .guide-link {
    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;
  }
  .wrap8 {
    margin-top: 82px;
  }
  .wrap8 .wrap-list {
    flex-direction: column;
    gap: 28px;
  }
  .wrap8 .wrap-list .wrap-item {
    flex: auto;
  }
  .wrap8 .wrap-list .item-top {
    justify-content: flex-start;
    padding: 10px 16px;
  }
  .wrap10 .wrap10-swiper {
    padding-bottom: 40px;
  }
  .wrap10 .wrap10-swiper .swiper-wrapper {
    gap: 0;
  }
  .wrap10 .wrap10-swiper .swiper-slide {
    flex: none;
  }
  .wrap10 .wrap10-swiper .swiper-pagination-bullet {
    background: #dad4ff;
    opacity: 1;
  }
  .wrap10 .wrap10-swiper .swiper-pagination-bullet-active {
    background: #4e46cf;
  }
  .trusted {
    background: #11003c;
    padding: 70px 0;
  }
  .trusted .title {
    font-size: 26px;
  }
  .trusted::before,
  .trusted::after {
    content: none;
  }
  .trusted .wrap11-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    margin-top: 24px;
  }
  .trusted .wrap11-swiper .swiper-pagination-bullet {
    background: #53369d;
    opacity: 1;
  }
  .trusted .wrap11-swiper .swiper-pagination-bullet-active {
    background: #dad4ff;
  }
  .trusted .wrap11-swiper .swiper-slide {
    height: auto;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
  }
  .trusted .wrap11-swiper .item-text {
    margin-top: 22px;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
  }
}
