.container {
  width: 1080px;
  padding: 0;
}
.wrap-tit {
  color: #2C2C2C;
  font-size: 34px;
  font-weight: 700;
  line-height: 131%;
  text-align: center;
}
.wrap-tit span {
  color: #6261FF;
}
@keyframes jumping {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}
.wrap1 {
  position: relative;
}
.wrap1 .banner-tit {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.wrap1 .banner-desc {
  color: #FFF;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  margin: 24px auto 32px;
  width: 90%;
}
.wrap1 .search {
  height: 418px;
  position: relative;
  max-width: 976px;
  max-height: 418px;
  margin: 0 auto;
}
.wrap1 .search .search-tit {
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  /* 36px */
}
.wrap1 .search .search-txt {
  color: #8D8D8D;
  font-size: 14px;
  line-height: 1.8;
}
.wrap1 .search-input {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 14px 0;
  padding: 5px 5px 5px 10px;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  background: #FFF;
}
.wrap1 .search-input .url {
  flex: 1;
  height: 100%;
  color: #5C5C5C;
  font-size: 16px;
  line-height: 1.8;
}
.wrap1 .search-input .url::placeholder {
  font-size: 16px;
  color: #BFBFBF;
  line-height: 1.8;
}
.wrap1 .search-input.focused {
  border-color: #B8B8B8;
}
.wrap1 .search-input .search-btn {
  width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s;
  background-image: linear-gradient(294deg, #494CF8 5.71%, #B263FF 52.11%, #F87EC1 97.62%);
}
.wrap1 .search-input .search-btn:hover {
  background-image: linear-gradient(294deg, #2427FF 5.71%, #9C38FF 52.11%, #FF52B1 97.62%);
}
.wrap1 .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrap1 .music-1 {
  position: absolute;
  top: 30%;
  left: 10%;
  animation: jumping 3s ease-in-out infinite alternate;
}
.wrap1 .music-2 {
  position: absolute;
  bottom: 18%;
  left: 14%;
  animation: jumping 3s ease-in-out infinite;
}
.wrap1 .music-3 {
  position: absolute;
  bottom: 17%;
  right: 10%;
  animation: jumping 3s ease-in-out infinite;
}
.wrap1 .music-4 {
  position: absolute;
  top: 14%;
  right: 5%;
  animation: jumping 2s ease-in-out infinite alternate;
}
.wrap1 .search-ing .searching-tit {
  color: #5C5C5C;
  font-size: 20px;
  line-height: 180%;
  /* 36px */
}
.wrap1 .search-box {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 16.2px 0 #08004E;
  padding: 34px 24px;
}
.wrap1 .search-box .error-message {
  font-size: 12px;
  color: #ff0000;
}
.wrap1 .search-box .error-message.hide {
  display: none;
}
.wrap1 .search-box.hide {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.wrap1 .search-ing {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 418px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 16.2px 0 #08004E;
  padding: 34px 24px;
}
.wrap1 .search-ing .search-ing-cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding: 50px 0 60px;
}
.wrap1 .search-ing.hide {
  z-index: -1;
  opacity: 0;
}
.wrap1 .search-end {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 16.2px 0 #08004E;
  padding: 34px 24px;
}
.wrap1 .search-end .end-tit {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  /* 36px */
  margin-top: 32px;
}
.wrap1 .search-end .end-desc {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 180%;
  /* 28.8px */
  width: 76%;
  /* margin: 0 auto; */
  text-align: center;
  margin: 6px 0 26px;
}
.wrap1 .search-end .btn-box {
  display: flex;
  column-gap: 30px;
}
.wrap1 .search-end .search-end-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrap1 .search-end.hide {
  z-index: -2;
  opacity: 0;
}
.wrap1 .back-button {
  color: #FFF;
  font-size: 20px;
  line-height: 180%;
  /* 36px */
  border-radius: 10px;
  background: #BFBFBF;
  width: 206px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrap1 .back-button:hover {
  background: #898989;
}
.wrap1 .btn-down {
  font-size: 20px;
  color: #FFF;
  line-height: 180%;
  /* 36px */
}
.wrap1 .btn-down .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 10px;
  display: none;
  background: linear-gradient(90deg, #ED4CFF 0%, #BE62FF 50.48%, #865DFF 100%);
}
.wrap1 .btn-down .btn:hover {
  background: linear-gradient(294deg, #2427FF 5.71%, #9C38FF 52.11%, #FF52B1 97.62%), linear-gradient(90deg, #ED4CFF 0%, #BE62FF 50.48%, #865DFF 100%);
}
.wrap1 .btn-down .btn.active-btn {
  display: block;
}
.wrap1 .clear {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.wrap1 .clear span {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #767575;
  top: 10px;
}
.wrap1 .clear span:first-child {
  transform: rotate(45deg);
}
.wrap1 .clear span:last-child {
  transform: rotate(-45deg);
}
.wrap2 {
  margin: 100px 0;
}
.wrap2 .down {
  display: flex;
  align-items: center;
}
.wrap2 .wrap-desc {
  color: #5C5C5C;
  font-size: 24px;
  line-height: 180%;
  /* 43.2px */
  text-align: center;
  margin: 24px 0 56px;
}
.wrap2 .down-item .item-tit {
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  text-align: center;
}
.wrap2 .down-item .item-list {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  border-radius: 14px;
}
.wrap2 .down-item .btn {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 21.2px 0 rgba(95, 150, 191, 0.47);
  color: #ED4CFF;
  font-size: 20px;
  line-height: 1.8;
  padding: 12px 66px;
}
.wrap2 .down-item .btn-box {
  display: flex;
  justify-content: center;
}
.wrap2 .item-1 {
  position: relative;
  width: 458px;
  padding: 22px 34px 42px;
  border-radius: 10px 0 0 10px;
  background: #BDE3FF;
}
.wrap2 .item-1 .item-list {
  background: rgba(255, 255, 255, 0.7);
  margin: 16px auto 26px;
  padding: 24px 48px 20px 30px;
}
.wrap2 .item-1 .btn-box {
  display: flex;
  justify-content: center;
}
.wrap2 .item-1 .btn:hover {
  background: #FDEFFF;
}
.wrap2 .item-1 .item-icon {
  position: absolute;
  top: -20px;
  left: 12px;
}
.wrap2 .item-li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.wrap2 .item-li span {
  color: #3D3D3D;
  font-size: 16px;
  line-height: 180%;
  /* 28.8px */
}
.wrap2 .item-li img {
  margin-top: 6px;
}
.wrap2 .item-li.no span {
  color: #727272;
}
.wrap2 .item-li.no img {
  width: 22px;
  height: 15px;
}
.wrap2 .item-2 {
  position: relative;
  width: 600px;
  background-image: linear-gradient(180deg, #CEFCFF 0%, #FEC9FF 100%);
  padding: 66px 50px 38px;
  border-radius: 0 10px 10px 0;
}
.wrap2 .item-2 .scelta {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(https://img.tunefab.com/uploads/page/landing-page/musica/scelta-bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFF;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8;
  width: 357px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0 0 16px;
  box-sizing: border-box;
}
.wrap2 .item-2 .item-list {
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 80px 28px 34px;
  margin: 20px auto 26px;
}
.wrap2 .item-2 .item-icon {
  position: absolute;
  bottom: -10px;
  right: 0;
}
.wrap2 .item-2 .btn {
  box-shadow: 0 4px 21.2px 0 rgba(187, 88, 196, 0.45);
  padding: 12px 42px;
  display: none;
}
.wrap2 .item-2 .btn:hover {
  background: #FDEFFF;
}
.wrap2 .item-2 .btn.active-btn {
  display: block;
}
.wrap3 {
  padding: 60px 0 46px;
  background: url('https://img.tunefab.com/uploads/page/landing-page/musica/wrap3-bg.webp') no-repeat center / cover;
}
.wrap3 .wrap-desc {
  color: #5C5C5C;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.wrap3 .wrap-swiper {
  margin: 38px 0 36px;
}
.wrap3 .wrap-swiper .swiper-wrapper {
  column-gap: 30px;
  align-items: stretch;
}
.wrap3 .swiper-slide {
  width: calc((100% - 30px * 2) / 3);
  height: auto;
  padding: 14px 16px;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 4px 16.4px 0 rgba(192, 182, 221, 0.35);
  text-align: center;
}
.wrap3 .swiper-slide .slide-tit {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  margin: 20px auto 6px;
}
.wrap3 .swiper-slide .slide-txt {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 180%;
}
.wrap3 .swiper-slide .slide-img {
  width: 100%;
}
.wrap3 .swiper-slide .slide-img img {
  width: 100%;
}
.wrap3 .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}
.wrap3 .btn-box .btn {
  display: flex;
  column-gap: 4px;
  border-radius: 130px;
  background: #FFF;
  box-shadow: 0 0 7.8px 0 rgba(167, 124, 227, 0.18);
  color: #ED4CFF;
  font-size: 16px;
  line-height: 180%;
  /* 28.8px */
  padding: 10px 26px;
}
.wrap3 .btn-box .btn i {
  transition: transform 0.3s;
}
.wrap3 .btn-box .btn:hover {
  background: #FDEFFF;
}
.wrap3 .btn-box .btn:hover i {
  transform: translateX(6px);
}
.wrap4 {
  margin: 98px auto 84px;
}
.wrap4 .wrap-tit {
  width: 58%;
  margin: 0 auto;
}
.wrap4 .faq {
  margin: 42px auto 68px;
}
.wrap4 .faq .faq-item {
  transition: max-height 0.3s ease-out;
  cursor: pointer;
  margin-bottom: 16px;
}
.wrap4 .faq .faq-item.active img {
  transform: rotate(0);
}
.wrap4 .faq .faq-item.active .faq-cont {
  max-height: 400px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  padding: 16px 14px 20px;
}
.wrap4 .faq-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F2F2F2;
  padding: 14px 12px;
}
.wrap4 .faq-text h3 {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
}
.wrap4 .faq-text img {
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.wrap4 .faq-cont {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  color: #5C5C5C;
  font-size: 16px;
  line-height: 180%;
  /* 28.8px */
  padding: 0 14px;
  border: 1px solid #F1F1F1;
  border-top: 0;
}
.wrap4 .faq-cont a {
  color: #ED4CFF;
}
@media (max-width: 1600px) {
  .wrap1 .search-end,
  .wrap1 .search-ing {
    padding: 16px 24px;
  }
  .wrap1 .search-end .end-tit {
    margin-top: 16px;
  }
  .wrap1 .search-end .end-desc {
    margin: 6px 0 14px;
  }
  .wrap1 .search-ing {
    height: 300px;
  }
  .wrap1 .banner-desc {
    margin: 12px auto;
    font-size: 18px;
    width: 70%;
  }
  .wrap1 .search {
    width: 800px;
    height: 300px;
  }
  .wrap1 .banner-tit {
    font-size: 36px;
  }
  .wrap1 .back-button,
  .wrap1 .btn-down .btn {
    width: 190px;
    height: 46px;
    line-height: 46px;
  }
  .wrap1 .search-end-cont img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .wrap1 .banner-tit {
    font-size: 30px;
  }
  .wrap1 .banner-desc {
    font-size: 16px;
    margin: 10px 0 38px;
    width: 100%;
  }
  .wrap1 .search {
    width: 100%;
    padding: 18px 16px 24px;
  }
  .wrap1 .search .search-tit {
    font-size: 18px;
  }
  .wrap1 .search .search-txt {
    text-align: center;
  }
  .wrap1 .search-input {
    height: 50px;
  }
  .wrap1 .search-input .url {
    font-size: 12px;
  }
  .wrap1 .search-input .url::placeholder {
    font-size: 12px;
  }
  .wrap1 .search-input .search-btn {
    width: 50px;
    height: 40px;
  }
  .wrap1 .search-ing .search-ing-cont {
    padding: 0;
    row-gap: 0;
  }
  .wrap1 .search-ing .searching-tit {
    font-size: 16px;
  }
  .wrap1 .search-end .search-end-cont img {
    width: 184px;
  }
  .wrap1 .search-end .end-tit {
    font-size: 18px;
    margin-top: 10px;
  }
  .wrap1 .search-end .end-desc {
    font-size: 14px;
    width: 100%;
  }
  .wrap1 .search-end .btn-box {
    column-gap: 20px;
  }
  .wrap1 .back-button,
  .wrap1 .btn-down .btn {
    font-size: 14px;
    width: 148px;
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 996px) {
  .wrap2 .wrap-desc {
    font-size: 20px;
    margin: 10px 0 40px;
  }
  .wrap2 .down {
    row-gap: 38px;
    flex-direction: column-reverse;
  }
  .wrap2 .down .down-item {
    width: 100%;
    border-radius: 10px;
  }
  .wrap2 .down .down-item .item-tit {
    font-size: 18px;
  }
  .wrap2 .down-skew {
    display: none;
  }
  .wrap2 .item-2 {
    padding: 46px 18px 34px;
  }
  .wrap2 .item-2 .item-list {
    padding: 20px 10px;
  }
  .wrap2 .item-2 .scelta {
    font-size: 18px;
    width: 246px;
    height: 50px;
    padding-top: 4px;
  }
  .wrap2 .item-1 {
    padding: 20px 18px 36px;
  }
  .wrap2 .item-1 .item-list {
    padding: 20px 48px 16px 14px;
  }
  .wrap2 .item-li {
    gap: 10px;
  }
  .wrap2 .item-li span {
    font-size: 12px;
  }
  .wrap2 .item-icon {
    opacity: 0;
  }
  .wrap1 {
    padding: 70px 0 60px;
    background: linear-gradient(180deg, #160B6C 0%, #6C44A6 100%);
  }
  .wrap1 .cont {
    position: static;
    transform: translate(0, 0);
  }
  .wrap1 .search-box {
    padding: 18px 16px 24px;
  }
  .wrap1 .banner-bg {
    display: none;
  }
  .wrap1 .music-1,
  .wrap1 .music-2,
  .wrap1 .music-3,
  .wrap1 .music-4 {
    opacity: 0;
  }
  .wrap1 .search {
    padding: 0;
  }
  .wrap1 .search-ing {
    height: 216px;
  }
}
@media (max-width: 768px) {
  .wrap-tit {
    font-size: 28px;
  }
  .wrap3 .wrap-swiper {
    position: relative;
    padding-bottom: 50px;
    margin: 24px 0;
    overflow: hidden;
  }
  .wrap3 .wrap-swiper .swiper-wrapper {
    column-gap: 0;
  }
  .wrap3 .wrap-swiper .swiper-pagination-bullet {
    background: #D1D7F6;
    opacity: 1;
    width: 8px;
    height: 8px;
  }
  .wrap3 .wrap-swiper .swiper-pagination-bullet-active {
    background: #95A6EF;
  }
  .wrap3 .wrap-desc {
    font-size: 14px;
  }
  .wrap3 .btn-box .btn {
    font-size: 12px;
    padding: 10px 6px;
  }
  .wrap4 {
    margin: 74px auto 42px;
  }
  .wrap4 .wrap-tit {
    width: 100%;
  }
  .wrap4 .faq-text h3 {
    font-size: 14px;
  }
  .wrap4 .faq-cont {
    font-size: 14px;
  }
}
