/** @format */
.wrap-tax {
  color: #9810fa;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.35px;
}
.wrap-tit {
  max-width: 920px;
  margin: 22px auto 0;
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  /* 131.25% */
}
.banner {
  position: relative;
  padding: 76px 0 0;
  background: url('../img/home/banner-pc.webp') no-repeat center / cover;
}
.banner .banner-logo {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 32px;
  border: 0.8px solid #e9d4ff;
  background: #faf5ff;
  color: #9810fa;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  /* 142.857% */
}
.banner h1 {
  max-width: 918px;
  margin: 32px auto 0;
  color: #111;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  /* 125% */
  letter-spacing: -1.4px;
}
.banner h1 span {
  color: #8320fd;
}
.banner .banner-desc {
  margin-top: 32px;
  text-align: center;
  color: #6b7280;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  /* 183.333% */
}
.banner .banner-upload {
  display: block;
  width: fit-content;
  padding: 20px 84px;
  margin: 32px auto 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: radial-gradient(62.3% 121.82% at 50% 98.48%, #d773ff 0%, rgba(194, 115, 255, 0) 100%), #9868ff;
  box-shadow: 0 2px 6.4px 0 rgba(255, 255, 255, 0.94), 0 3px 10px 0 rgba(170, 32, 255, 0.33);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  /* 120% */
  cursor: pointer;
  transition: all 0.3s;
}
.banner .banner-upload:hover {
  transform: translateY(-8px);
}
.banner .banner-ico {
  position: absolute;
  padding: 22px;
  border-radius: 36px;
  border: 1px solid #f3f4f6;
  background: #fff;
  box-shadow: 0 4px 82.7px 0 rgba(127, 34, 254, 0.14);
}
.banner .banner-ico.ico1 {
  top: 8.6vw;
  left: 12.4vw;
}
.banner .banner-ico.ico2 {
  top: 16.6vw;
  left: 22.4vw;
}
.banner .banner-ico.ico3 {
  top: 8.6vw;
  right: 12.4vw;
}
.banner .banner-ico.ico4 {
  top: 16.6vw;
  right: 22.4vw;
}
.banner .banner-default {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 30px 40px 26px;
  border-radius: 33px 33px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 82.7px 0 rgba(127, 34, 254, 0.14);
  backdrop-filter: blur(9.85000038px);
  border-bottom: 0;
}
.banner .banner-default .default-tit {
  margin-bottom: 22px;
  color: rgba(87, 87, 87, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.banner .banner-default .default-img {
  margin-bottom: 12px;
  width: 100%;
}
@media (max-width: 1800px) {
  .banner .banner-ico.ico3 {
    right: 7.4vw;
  }
  .banner .banner-ico.ico1 {
    left: 7.4vw;
  }
  .banner .banner-ico.ico2 {
    left: 16.4vw;
  }
  .banner .banner-ico.ico4 {
    right: 16.4vw;
  }
}
@media (max-width: 1400px) {
  .banner .banner-ico.ico3 {
    top: 10.6vw;
    right: 1.4vw;
  }
  .banner .banner-ico.ico1 {
    top: 10.6vw;
    left: 1.4vw;
  }
  .banner .banner-ico.ico2 {
    top: 22.6vw;
    left: 6.4vw;
  }
  .banner .banner-ico.ico4 {
    top: 22.6vw;
    right: 6.4vw;
  }
}
@media (max-width: 1200px) {
  .banner .banner-ico.ico1,
  .banner .banner-ico.ico2,
  .banner .banner-ico.ico3,
  .banner .banner-ico.ico4 {
    display: none;
  }
}
.banner .banner-loading {
  display: none;
  max-width: 936px;
  padding: 40px 0 78px;
  margin: 0 auto;
}
.banner .banner-loading .loading-cont {
  border-radius: 8px;
  border: 2px dashed #9810fa;
  background: #fff;
  padding: 62px 0 60px;
  text-align: center;
}
.banner .banner-loading .loading-cover {
  margin: 0 auto;
  width: 98px;
  height: 98px;
  border-radius: 6px;
}
.banner .banner-loading .loading-tit {
  margin-top: 24px;
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 196%;
  /* 39.2px */
}
.banner .banner-loading .loading-desc {
  margin-top: 4px;
  color: #575757;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.banner .banner-loading .loading-progress {
  width: 384px;
  height: 10px;
  margin: 30px auto 0;
  border-radius: 6px;
  background: #e5e7eb;
}
.banner .banner-loading .loading-progress .loading-progress-fill {
  width: 40%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(0deg, #9810fa 0%, #9810fa 100%), #e5e7eb;
}
.banner .banner-loading .loading-num {
  margin-top: 14px;
  color: #707070;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.banner .banner-result {
  display: none;
  padding: 32px 0 66px;
  margin: 0 auto;
}
.banner .banner-result .result-cont {
  padding: 32px 64px 50px 54px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 13px 25.6px 0 rgba(105, 56, 166, 0.16);
}
.banner .banner-result .result-tit {
  color: rgba(87, 87, 87, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.banner .banner-result .result-actions {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 26px;
}
.banner .banner-result .result-upload-new {
  width: 216px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s;
}
.banner .banner-result .result-upload-new:hover {
  transform: translateY(-6px);
}
.banner .banner-result .result-down-all {
  width: 216px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid transparent;
  background: #7f22fe;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s;
}
.banner .banner-result .result-down-all:hover {
  transform: translateY(-6px);
}
.banner .banner-result .result-files {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.banner .banner-result .result-track-row {
  display: grid;
  grid-template-columns: 30px 140px minmax(0, 1fr) 80px 36px;
  align-items: center;
  gap: 32px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 12px 20px 8px 26px;
  height: 72px;
  overflow: hidden;
}
.banner .banner-result .result-play-btn {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  background: #edeef2;
  color: #8f98a6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.banner .banner-result .result-play-btn:hover {
  background: #7f22fe;
}
.banner .banner-result .result-play-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(294deg) brightness(105%) contrast(101%);
}
.banner .banner-result .result-track-name {
  color: #575757;
  font-size: 16px;
  margin-left: -10px;
  text-align: left;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .banner-result .result-waveform {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 52px;
  overflow: hidden;
  position: relative;
}
.banner .banner-result .waveform-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
  background-size: 200% 100%;
  animation: waveform-shimmer 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.banner .banner-result .waveform-loading .waveform-loading-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #575757;
  z-index: 1;
}
@keyframes waveform-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.banner .banner-result .result-track-size {
  text-align: center;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .banner-result .result-row-down {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.banner .banner-result .result-row-down:hover {
  background: rgba(127, 34, 254, 0.1);
  border: none;
}
.banner .loading-spinner-wrap {
  display: none;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-top-color: #8320fd;
  border-radius: 50%;
  animation: home-spin 0.85s linear infinite;
  margin: 20px auto 0;
}
@keyframes home-spin {
  to {
    transform: rotate(360deg);
  }
}
.banner-pop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.banner-pop.pop-success .pop-cont {
  padding: 56px 0 20px;
}
.banner-pop .pop-cont {
  position: relative;
  width: 100%;
  max-width: 550px;
  padding: 56px 0 50px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.banner-pop .pop-cont:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1%;
  width: 98%;
  display: block;
  height: 6px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #ad46ff 0%, #8e51ff 50%, #9810fa 100%);
}
.banner-pop .pop-cont .pop-close {
  position: absolute;
  top: 20px;
  right: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.banner-pop .pop-cont .pop-close:hover {
  transform: rotate(180deg);
}
.banner-pop .pop-cont .pop-sign {
  margin: 20px auto 0;
  color: rgba(17, 17, 17, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 125% */
}
.banner-pop .pop-cont .pop-sign a {
  color: #8121fe;
}
.banner-pop .pop-cont .pop-ico {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.banner-pop .pop-cont .pop-tit {
  margin-top: 20px;
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  /* 116.667% */
}
.banner-pop .pop-cont .pop-desc {
  height: 48px;
  text-align: center;
  margin-top: 16px;
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.banner-pop .pop-cont .pop-desc span {
  color: #9810fa;
}
.banner-pop .pop-cont .pop-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  /* 150% */
  width: 384px;
  height: 52px;
  margin: 36px auto 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: radial-gradient(62.3% 121.82% at 50% 98.48%, #d773ff 0%, rgba(194, 115, 255, 0) 100%), #9868ff;
  box-shadow: 0 2px 6.4px 0 rgba(255, 255, 255, 0.94), 0 3px 10px 0 rgba(170, 32, 255, 0.33);
  transition: all 0.3s;
}
.banner-pop .pop-cont .pop-buy:hover {
  transform: translateY(-8px);
}
.banner-pop .pop-cont .pop-login {
  width: 384px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  transition: all 0.3s;
  border-radius: 14px;
  border: 0.8px solid #e5e7eb;
  color: rgba(17, 17, 17, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  /* 125% */
}
.banner-pop .pop-cont .pop-login:hover {
  transform: translateY(-8px);
}
.banner-pop.pop-success .pop-ico {
  background: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 254, 224, 0.25), 0 4px 6px -4px rgba(0, 174, 254, 0.25);
}
.banner-pop.pop-reached .pop-ico {
  background: linear-gradient(135deg, #ffb900 0%, #ff6900 100%);
  box-shadow: 0 10px 15px -3px rgba(254, 154, 0, 0.25), 0 4px 6px -4px rgba(254, 154, 0, 0.25);
}
.wrap1 {
  margin-top: 142px;
}
.wrap1 .wrap-list {
  margin-top: 46px;
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
}
.wrap1 .wrap-list .wrap-item {
  width: calc((100% - 46px) / 2);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.wrap1 .wrap-list .wrap-item:hover .item-cont {
  transform: translateY(0);
}
.wrap1 .wrap-list .item-img {
  width: 100%;
  height: 100%;
}
.wrap1 .wrap-list .item-tit {
  position: absolute;
  bottom: 30px;
  left: 42px;
  right: 22px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1.4px;
}
.wrap1 .item-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #000;
  padding: 42px;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.wrap1 .item-cont .item-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  /* 153.333% */
  letter-spacing: -1.4px;
}
.wrap1 .item-cont .item-desc {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  /* 172.222% */
}
.wrap2 {
  margin-top: 188px;
}
.wrap2 .wrap2-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 58px;
}
.wrap2 .wrap2-swiper::after {
  content: '';
  position: absolute;
  top: 234px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 826px;
  height: 2px;
  background: linear-gradient(90deg, rgba(173, 70, 255, 0.4) 0%, rgba(142, 81, 255, 0.4) 50%, rgba(173, 70, 255, 0.4) 100%);
}
.wrap2 .wrap2-swiper .swiper-wrapper {
  justify-content: space-between;
}
.wrap2 .wrap2-swiper .swiper-slide {
  width: 360px;
  text-align: center;
}
.wrap2 .wrap2-swiper .slide-img {
  width: 100%;
}
.wrap2 .wrap2-swiper .slide-ico {
  margin: -32px auto 0;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #9810fa 0%, #7f22fe 100%);
  box-shadow: 0 10px 15px -3px rgba(173, 70, 255, 0.2), 0 4px 6px -4px rgba(173, 70, 255, 0.2);
}
.wrap2 .wrap2-swiper .slide-step {
  margin-top: 24px;
  color: #9810fa;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  /* 133.333% */
}
.wrap2 .wrap2-swiper .slide-tit {
  margin-top: 4px;
  color: #111;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  /* 155.556% */
}
.wrap2 .wrap2-swiper .slide-desc {
  margin-top: 8px;
  color: #6b7280;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  /* 142.857% */
}
.wrap3 {
  margin-top: 188px;
}
.wrap3 .step-list {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px auto 0;
  padding: 6px;
  border-radius: 12px;
  background: #f6f6f6;
}
.wrap3 .step-list .step-item {
  width: 146px;
  padding: 4px 0;
  color: #575757;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 168%;
  cursor: pointer;
}
.wrap3 .step-list .step-item.active {
  color: #111;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.wrap3 .step-swiper {
  margin-top: 48px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.wrap3 .step-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap3 .step-swiper .slide-item {
  width: 376px;
  padding: 40px 32px 32px;
  border-radius: 24px;
  border: 0.8px solid #e5e5e6;
  background: #fff;
}
.wrap3 .step-swiper .slide-item.item2 {
  border: 7px solid #fff;
  background: linear-gradient(152deg, #ffef76 -7.89%, #9810fa 38.08%, #7f22fe 100%), #fff;
  box-shadow: 0 0 0 2px #b664ff;
}
.wrap3 .step-swiper .slide-item.item2 .item-plan {
  color: #fff;
}
.wrap3 .step-swiper .slide-item.item2 .item-price {
  color: #fff;
}
.wrap3 .step-swiper .slide-item.item2 .item-price .big-price {
  color: #fff;
}
.wrap3 .step-swiper .slide-item.item2 .item-feature li {
  color: rgba(255, 255, 255, 0.8);
}
.wrap3 .step-swiper .slide-item.item2 .item-btn {
  color: #861dfd;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(173, 70, 255, 0.2), 0 4px 6px -4px rgba(173, 70, 255, 0.2);
}
.wrap3 .step-swiper .slide-item.item3 .item-btn {
  color: #fff;
  background: linear-gradient(90deg, #9810fa 0%, #7f22fe 100%);
  box-shadow: 0 10px 15px -3px rgba(173, 70, 255, 0.2), 0 4px 6px -4px rgba(173, 70, 255, 0.2);
}
.wrap3 .step-swiper .item-plan {
  color: #8121fe;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  /* 133.333% */
}
.wrap3 .step-swiper .item-price {
  margin-top: 24px;
  color: #6b7280;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  /* 155.556% */
}
.wrap3 .step-swiper .item-price .big-price {
  margin-right: 4px;
  color: #111;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  /* 100% */
}
.wrap3 .step-swiper .item-feature {
  min-height: 144px;
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 700;
}
.wrap3 .step-swiper .item-feature li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.wrap3 .step-swiper .item-feature .purple {
  color: #7f22fe;
  font-weight: 700;
}
.wrap3 .step-swiper .item-feature .white {
  color: #fff;
}
.wrap3 .step-swiper .item-btn {
  margin-top: 70px;
  padding: 17px 0;
  display: block;
  border-radius: 14px;
  border: 0.8px solid #d7d7d7;
  color: rgba(17, 17, 17, 0.6);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  /* 133.333% */
  transition: all 0.3s;
}
.wrap3 .step-swiper .item-btn:hover {
  transform: translateY(-8px);
}
.wrap4 {
  margin-top: 180px;
}
.wrap4 .faq-box {
  margin-top: 64px;
}
.wrap4 .faq-box .faq-item {
  margin-bottom: 14px;
  padding: 20px;
  border-radius: 14px;
  border: 0.8px solid rgba(0, 0, 0, 0.08);
  background: #f8f8fa;
}
.wrap4 .faq-box .faq-item.active .faq-cont {
  margin-top: 14px;
  max-height: 400px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.wrap4 .faq-box .faq-item.active .faq-icon img {
  transform: rotate(180deg);
}
.wrap4 .faq-box h3 {
  font-weight: 500;
}
.wrap4 .faq-box .faq-icon img {
  transition: all 0.4s;
}
.wrap4 .faq-box .faq-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.wrap4 .faq-box .faq-cont {
  color: rgba(17, 17, 17, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.wrap5 {
  margin-top: 150px;
  padding: 130px 0 126px;
  background: url('../img/home/wrap5-pc.webp') no-repeat center / cover;
}
.wrap5 .wrap-tit {
  margin: 36px auto 0;
  max-width: 614px;
  font-size: 52px;
  color: #fff;
  line-height: 1.2;
}
.wrap5 .wrap-desc {
  margin: 22px auto 0;
  max-width: 736px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.wrap5 .wrap-link {
  width: fit-content;
  margin: 52px auto 0;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #8200db;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  /* 133.333% */
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.wrap5 .wrap-link:hover {
  transform: translateY(-8px);
}
.wrap5 .wrap-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.wrap5 .wrap-scroll::-webkit-scrollbar {
  display: none;
}
.wrap5 .wrap-scroll .scroll-item {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 64px;
  border: 0.8px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .banner .banner-result {
    padding: 30px 20px;
  }
  .wrap1 .wrap-list .item-tit {
    font-size: 24px;
  }
  .wrap1 .item-cont {
    padding: 24px;
  }
  .wrap1 .item-cont .item-title {
    font-size: 24px;
  }
  .wrap1 .item-cont .item-desc {
    font-size: 14px;
  }
  .wrap2 .wrap2-swiper::after {
    top: 195px;
  }
  .wrap2 .wrap2-swiper .swiper-slide {
    width: 300px;
    height: auto;
  }
  .wrap2 .wrap2-swiper .slide-img {
    height: auto;
  }
  .wrap3 .step-swiper .slide-item {
    width: 300px;
    padding: 40px 16px 32px;
  }
  .wrap5 .wrap-scroll {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
}
@media (max-width: 996px) {
  .wrap1 .wrap-list {
    gap: 24px;
  }
  .wrap1 .wrap-list .wrap-item {
    width: calc((100% - 24px) / 2);
  }
  .wrap1 .wrap-list .item-tit {
    font-size: 18px;
  }
  .wrap1 .item-cont .item-title {
    font-size: 18px;
  }
  .wrap1 .item-cont .item-desc {
    font-size: 12px;
  }
  .wrap2 {
    margin-top: 100px;
  }
  .wrap2 .wrap2-swiper {
    max-width: 345px;
    margin: 30px auto 0;
    padding-bottom: 40px;
  }
  .wrap2 .wrap2-swiper::after {
    content: none;
  }
  .wrap2 .wrap2-swiper .swiper-pagination-bullet {
    background: #d9d9d9;
    opacity: 1;
  }
  .wrap2 .wrap2-swiper .swiper-pagination-bullet-active {
    background: #8220fd;
  }
  .wrap3 .step-swiper .swiper-slide {
    gap: 26px;
    flex-direction: column;
  }
  .wrap3 .step-swiper .slide-item {
    width: 376px;
    padding: 34px 28px;
    order: 3;
  }
  .wrap3 .step-swiper .slide-item.item2 {
    order: 1;
  }
  .wrap3 .step-swiper .slide-item.item3 {
    order: 2;
  }
  .wrap3 .step-swiper .item-feature {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .wrap-tax {
    font-size: 14px;
  }
  .wrap-tit {
    margin-top: 8px;
    font-size: 32px;
    line-height: 1.4;
  }
  .banner {
    padding: 64px 0 0;
  }
  .banner h1 {
    margin: 8px auto 0;
    font-size: 36px;
    line-height: 1.6;
  }
  .banner .banner-desc {
    max-width: 292px;
    margin: 12px auto 0;
    font-size: 16px;
  }
  .banner .banner-upload {
    padding: 20px 78px;
    margin: 24px auto 0;
  }
  .banner .banner-default {
    margin: 32px auto 0;
    border-radius: 0;
    padding: 24px 0 24px 18px;
    border: 0.618px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6.0838232px);
    box-shadow: none;
  }
  .banner .banner-default .default-img {
    margin-bottom: 6px;
  }
  .banner .banner-default .default-tit {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .banner .banner-loading {
    margin: 0 auto;
    padding: 20px 0;
  }
  .banner .banner-loading .loading-cont {
    padding: 40px 20px;
  }
  .banner .banner-loading .loading-progress {
    width: 100%;
  }
  .banner .banner-loading .loading-tit {
    margin-top: 18px;
    font-size: 16px;
  }
  .banner .banner-loading .loading-desc {
    font-size: 14px;
  }
  .banner .banner-result {
    padding: 30px 0;
  }
  .banner .banner-result .result-cont {
    padding: 20px 10px;
  }
  .banner .banner-result .result-tit {
    font-size: 12px;
  }
  .banner .banner-result .result-track-row {
    grid-template-columns: 30px minmax(0, 1fr) 60px 36px;
    grid-template-areas: 'play name size download' 'wave wave wave wave';
    height: auto;
    gap: 12px;
    padding: 14px 16px;
  }
  .banner .banner-result .result-play-btn {
    grid-area: play;
  }
  .banner .banner-result .result-track-name {
    grid-area: name;
    margin-left: 0;
    font-size: 14px;
  }
  .banner .banner-result .result-waveform {
    grid-area: wave;
  }
  .banner .banner-result .result-track-size {
    grid-area: size;
    text-align: right;
    justify-self: end;
    font-size: 14px;
  }
  .banner .banner-result .result-row-down {
    grid-area: download;
    justify-self: end;
  }
  .banner .banner-result .result-actions {
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
  }
  .banner .banner-result .result-upload-new,
  .banner .banner-result .result-down-all {
    width: 100%;
  }
  .banner-pop .pop-cont {
    max-width: 344px;
    padding: 50px 0 32px;
    border-radius: 14px;
  }
  .banner-pop .pop-cont .pop-ico {
    width: 58px;
    height: 58px;
  }
  .banner-pop .pop-cont .pop-tit {
    margin-top: 16px;
    font-size: 18px;
  }
  .banner-pop .pop-cont .pop-desc {
    height: 38px;
    font-size: 12px;
    margin-top: 8px;
  }
  .banner-pop .pop-cont .pop-buy {
    width: 300px;
    height: 48px;
    font-size: 14px;
    margin: 10px auto 0;
  }
  .banner-pop .pop-cont .pop-login {
    width: 300px;
    font-size: 14px;
  }
  .wrap1 {
    margin-top: 58px;
  }
  .wrap1 .wrap-list {
    margin-top: 24px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .wrap1 .wrap-list .wrap-item {
    width: 100%;
    border-radius: 12px;
  }
  .wrap1 .wrap-list .item-tit {
    left: 26px;
    bottom: 18px;
    right: 24px;
  }
  .wrap3 {
    margin-top: 100px;
  }
  .wrap3 .step-list {
    margin: 24px auto 0;
  }
  .wrap3 .step-swiper {
    margin-top: 40px;
  }
  .wrap3 .step-swiper .slide-item {
    width: 318px;
  }
  .wrap3 .step-swiper .item-plan {
    font-size: 20px;
  }
  .wrap3 .step-swiper .item-price {
    margin-top: 20px;
    font-size: 16px;
  }
  .wrap3 .step-swiper .item-price .big-price {
    font-size: 40px;
  }
  .wrap3 .step-swiper .item-feature {
    margin-top: 28px;
    gap: 12px;
  }
  .wrap3 .step-swiper .item-feature li {
    gap: 10px;
    font-size: 14px;
  }
  .wrap3 .step-swiper .item-feature li img {
    width: 16px;
    height: 16px;
  }
  .wrap3 .step-swiper .item-btn {
    font-size: 16px;
    border-radius: 12px;
    padding: 14px 0;
  }
  .wrap4 {
    margin-top: 84px;
  }
  .wrap4 .faq-box {
    margin-top: 26px;
  }
  .wrap4 .faq-box .faq-text {
    align-items: baseline;
  }
  .wrap4 .faq-box h3 {
    font-size: 16px;
  }
  .wrap5 {
    background: url('../img/home/wrap5-mb.webp') no-repeat center / cover;
    margin-top: 100px;
    padding: 70px 0 80px;
  }
  .wrap5 .wrap-tit {
    margin: 26px auto 0;
    font-size: 32px;
    line-height: 1.4;
  }
  .wrap5 .wrap-desc {
    margin-top: 8px;
    font-size: 16px;
  }
  .wrap5 .wrap-link {
    margin: 40px auto 0;
    white-space: nowrap;
    padding: 22px 18px;
  }
}
