* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Rubik;
}
main .container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.pc-style {
  display: block;
}
.mb-style {
  display: none;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner {
  position: relative;
}
.banner .banner-btn {
  width: 394px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  bottom: 33%;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  transition: all 0.3s;
  border-radius: 540px;
  border-radius: 75.287px;
  border: 1.195px solid #FFF;
  background: linear-gradient(90deg, #FC2C7D 0%, #D644F0 50.48%, #5844FD 100%);
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.banner .banner-btn .banner-btn_arrow {
  flex-shrink: 0;
  display: block;
  height: auto;
}
.banner .banner-btn:hover {
  transform: translate(-50%, -10px);
}
.hidden-title {
  display: none;
}
.card {
  overflow: hidden;
  margin-top: -2px;
}
.card .card-swiper {
  overflow: hidden;
  padding: 40px 0;
}
.card .card-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.card .card-slide {
  width: 216px;
  height: auto;
}
.card .card-item {
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 4px 9.5px 0 rgba(112, 107, 175, 0.25);
  padding-bottom: 16px;
  transition: transform 0.3s ease;
}
.card .card-item:hover {
  transform: translateY(-15px);
}
.card .card-item_cover-wrap {
  position: relative;
  padding: 10px;
}
.card .card-item_cover {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.card .card-item_logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 26px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  filter: brightness(0) invert(1);
}
.card .card-item--logo-warm .card-item_logo {
  filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(1deg) brightness(101%) contrast(101%);
}
.card .card-item_year {
  display: inline-block;
  margin: 0 12px 8px;
  padding: 3px 12px;
  border-radius: 20px;
  background: #F0E4FF;
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.card .card-item_title {
  margin: 0 12px 6px;
  font-size: 16px;
  font-weight: 700;
  color: #353535;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card .card-item_artist {
  margin: 0 12px;
  font-size: 14px;
  color: #8D8D8D;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide {
  display: none;
}
.wrap-1 {
  margin-top: 146px;
}
.wrap-1 .content-1 {
  padding-bottom: 200px;
  background: url('https://img.tunefab.com/uploads/page/activity/world-cup-sale/wrap-bg.png') no-repeat bottom center / cover;
  margin: 0 auto;
  text-align: center;
  background-size: 100% auto;
}
.wrap-1 .content-1 .container {
  padding: 70px 72px 106px;
  background: url('https://img.tunefab.com/uploads/page/activity/world-cup-sale/content-1-bg.png') no-repeat bottom center / cover;
  background-size: 100% 100%;
}
.wrap-1 .content-1 .wrap-content .item,
.wrap-1 .content-2 .wrap-content .item {
  width: 331px;
  border-radius: 12px;
  border: 1px solid #DBDBDB;
}
.wrap-1 .content-1 .wrap-content .item-2,
.wrap-1 .content-2 .wrap-content .item-2,
.wrap-1 .content-1 .wrap-content .item-3,
.wrap-1 .content-2 .wrap-content .item-3 {
  position: relative;
}
.wrap-1 .content-1 .wrap-content .item-2::before,
.wrap-1 .content-2 .wrap-content .item-2::before,
.wrap-1 .content-1 .wrap-content .item-3::before,
.wrap-1 .content-2 .wrap-content .item-3::before {
  position: absolute;
  content: '';
  background: url(https://img.tunefab.com/uploads/page/activity/memorial-day-sale/item-decoration.png);
  top: -6px;
  right: -6px;
  width: 117px;
  height: 117px;
}
.wrap-1 .content-1 .wrap-content .item-2::after,
.wrap-1 .content-2 .wrap-content .item-2::after,
.wrap-1 .content-1 .wrap-content .item-3::after,
.wrap-1 .content-2 .wrap-content .item-3::after {
  position: absolute;
  transform: rotate(45deg);
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-shadow: 0 1px 10.5px rgba(65, 65, 65, 0.22);
}
.wrap-1 .content-1 .wrap-content .item-2::before,
.wrap-1 .content-2 .wrap-content .item-2::before {
  background-image: url(https://img.tunefab.com/uploads/page/activity/world-cup-sale/item-decoration2.png);
}
.wrap-1 .content-1 .wrap-content .item-title,
.wrap-1 .content-2 .wrap-content .item-title {
  color: #091a34;
  text-align: left;
  font-size: 22px;
  background: #fff;
  box-sizing: border-box;
  margin: 0 20px 0;
  padding: 20px 0 16px;
  border-bottom: 1px solid #E0E0F0;
}
.wrap-1 .content-1 .wrap-content .price,
.wrap-1 .content-2 .wrap-content .price {
  color: #1D47E0;
  text-align: center;
  font-size: 39px;
  font-weight: 600;
  margin: 20px 0;
}
.wrap-1 .content-1 .wrap-content .price span,
.wrap-1 .content-2 .wrap-content .price span {
  color: #686868;
  font-size: 22px;
  font-weight: 500;
}
.wrap-1 .content-1 .wrap-content .old-price,
.wrap-1 .content-2 .wrap-content .old-price {
  color: rgba(74, 74, 74, 0.9);
  text-align: center;
  font-family: Rubik;
  font-size: 17px;
}
.wrap-1 .content-1 .wrap-content .old-price del,
.wrap-1 .content-2 .wrap-content .old-price del {
  text-decoration-line: line-through;
}
.wrap-1 .content-1 .wrap-content .trial-wrap,
.wrap-1 .content-2 .wrap-content .trial-wrap {
  min-height: 28px;
  margin-top: 13px;
  display: flex;
  justify-content: flex-start;
}
.wrap-1 .content-1 .wrap-content .trial,
.wrap-1 .content-2 .wrap-content .trial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  height: auto;
  min-height: 28px;
  padding: 5px 14px 5px 10px;
  margin: 0;
  border-radius: 999px;
  background: #FFE8A1;
  color: #A82222;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.wrap-1 .content-1 .wrap-content .trial::before,
.wrap-1 .content-2 .wrap-content .trial::before {
  content: '';
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  background: url('https://img.tunefab.com/uploads/page/activity/world-cup-sale/icon-star.png') no-repeat center / contain;
  margin-top: -1px;
}
.wrap-1 .content-1 .wrap-content .btn-container,
.wrap-1 .content-2 .wrap-content .btn-container {
  column-gap: 19px;
  margin-top: 26px;
}
.wrap-1 .content-1 .wrap-content .btn-container .iconfont,
.wrap-1 .content-2 .wrap-content .btn-container .iconfont {
  font-size: 22px;
}
.wrap-1 .content-1 .wrap-content .btn-container .win-btn,
.wrap-1 .content-2 .wrap-content .btn-container .win-btn,
.wrap-1 .content-1 .wrap-content .btn-container .mac-btn,
.wrap-1 .content-2 .wrap-content .btn-container .mac-btn {
  border-radius: 9px;
  width: 136px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(180deg, #4C73FF 0%, #1D47E0 100%);
  color: #fff;
  font-size: 18px;
  gap: 5px;
  transition: transform 0.3s ease;
}
.wrap-1 .content-1 .wrap-content .btn-container .win-btn:hover,
.wrap-1 .content-2 .wrap-content .btn-container .win-btn:hover,
.wrap-1 .content-1 .wrap-content .btn-container .mac-btn:hover,
.wrap-1 .content-2 .wrap-content .btn-container .mac-btn:hover {
  transform: translateY(-8px);
}
.wrap-1 .container {
  max-width: 1200px;
}
.wrap-1 .content-1 .mb-title {
  display: none;
}
.wrap-1 .content-1 .top-pic {
  max-width: 1088px;
}
.wrap-1 .content-1 .content-title {
  margin-top: 24px;
  background: linear-gradient(90deg, #FC2C7D 0%, #D644F0 50%, #5844FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 600;
}
.wrap-1 .content-1 .wrap-desc {
  max-width: 624px;
  margin: 24px auto 0;
  color: #434343;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
}
.wrap-1 .content-1 .wrap-content {
  margin-top: 26px;
  justify-content: space-between;
  position: relative;
}
.wrap-1 .content-1 .wrap-content .mobile-toppic {
  display: none;
}
.wrap-1 .content-1 .wrap-content .plan {
  position: relative;
  justify-content: space-between;
  margin-top: 34px;
}
.wrap-1 .content-1 .wrap-content .item {
  padding: 0 0 26px 0;
  border-radius: 12px;
}
.wrap-1 .content-1 .wrap-content .item-2 {
  border: 0;
  box-shadow: 0 0 8.7px 0 rgba(79, 70, 156, 0.18);
  border-top: 1px solid #FF6B6B;
  border-right: 1px solid #C16CC2;
  border-bottom: 1px solid #946CFF;
  border-left: 1px solid #A663BE;
}
.wrap-1 .content-1 .wrap-content .item-2 .price {
  background: linear-gradient(90deg, #FC2C7D 0%, #D644F0 50%, #5844FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrap-1 .content-1 .wrap-content .item-2 .btn-container a {
  border-radius: 9.454px;
  background: linear-gradient(180deg, #FF914C 0%, #E01D1D 100%);
}
.wrap-1 .content-1 .wrap-content .item-2::before {
  top: 0;
  right: 0;
}
.wrap-1 .content-1 .wrap-content .item-2::after {
  content: '-$200';
  right: 18px;
  top: 16px;
  line-height: 225%;
  /* 45px */
}
.wrap-1 .content-1 .wrap-content .item-3::after {
  content: '-80%';
  right: 12px;
  top: 16px;
  line-height: 2;
  /* 45px */
}
.wrap-1 .content-1 .wrap-content .item-content {
  padding: 0 30px 0 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wrap-1 .content-1 .wrap-content .cancel {
  color: rgba(74, 74, 74, 0.9);
  font-size: 16px;
  margin: 12px 0 0 0;
}
.wrap-1 .content-2 {
  margin: 140px auto 0;
  padding-bottom: 200px;
  background: url('https://img.tunefab.com/uploads/page/activity/world-cup-sale/wrap-bg.png') no-repeat bottom center / cover;
  text-align: center;
  background-size: 100% auto;
}
.wrap-1 .content-2 .container {
  padding: 70px 72px 106px;
  background: url('https://img.tunefab.com/uploads/page/activity/world-cup-sale/content-2-bg.png') no-repeat bottom center / cover;
  background-size: 100% 100%;
  text-align: center;
}
.wrap-1 .content-2 .content-title {
  margin-top: 24px;
  background: linear-gradient(90deg, #FC2C7D 0%, #D644F0 50%, #5844FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
.wrap-1 .content-2 .content-title.pc-style {
  display: flex;
}
.wrap-1 .content-2 .content-title.mb-style {
  display: none;
}
.wrap-1 .content-2 .mobile-dropdown {
  display: none;
}
.wrap-1 .content-2 .swiper-container {
  padding: 52px 0 0;
}
.wrap-1 .content-2 .wrap-content {
  margin-top: 26px;
  justify-content: space-between;
  position: relative;
}
.wrap-1 .content-2 .wrap-content .mobile-toppic {
  width: 100%;
}
.wrap-1 .content-2 .wrap-content .swiper {
  z-index: 1;
}
.wrap-1 .content-2 .wrap-content .swiper-slide {
  position: relative;
  justify-content: space-between;
}
.wrap-1 .content-2 .wrap-content .item {
  padding: 0 0 26px 0;
  border-radius: 12px;
  background: #fff;
}
.wrap-1 .content-2 .wrap-content .item-2 {
  border: 0;
  box-shadow: 0 0 8.7px 0 rgba(79, 70, 156, 0.18);
  border-top: 1px solid #FF6B6B;
  border-right: 1px solid #C16CC2;
  border-bottom: 1px solid #946CFF;
  border-left: 1px solid #A663BE;
  background: #fff;
}
.wrap-1 .content-2 .wrap-content .item-2 .price {
  background: linear-gradient(90deg, #FC2C7D 0%, #D644F0 50%, #5844FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrap-1 .content-2 .wrap-content .item-2 .btn-container a {
  border-radius: 9.454px;
  background: linear-gradient(180deg, #FF914C 0%, #E01D1D 100%);
}
.wrap-1 .content-2 .wrap-content .item-2::before {
  top: 0;
  right: 0;
}
.wrap-1 .content-2 .wrap-content .item-2::after {
  content: '-$120';
  right: 18px;
  top: 16px;
  line-height: 225%;
}
.wrap-1 .content-2 .wrap-content .item-3::after {
  content: '75% OFF';
  right: -5px;
  top: 21px;
  line-height: 2;
}
.wrap-1 .content-2 .wrap-content .item-content {
  padding: 0 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wrap-1 .content-2 .wrap-content .cancel {
  color: rgba(74, 74, 74, 0.9);
  font-size: 16px;
  margin: 12px 0 0 0;
}
.wrap-1 .content-2 .content-list {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  transition: all 0.3s;
}
.wrap-1 .content-2 .content-list img {
  width: 67px;
  height: 67px;
  cursor: pointer;
}
.wrap-1 .content-2 .content-list p {
  text-align: left;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  display: none;
}
.wrap-1 .content-2 .list {
  padding: 17px 0;
  gap: 15px;
  transition: all 0.3s;
}
.wrap-1 .content-2 .list::after {
  content: '';
  background: url(https://img.tunefab.com/uploads/page/activity/memorial-day-sale/bg.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 0;
  overflow: hidden;
  height: 0;
  top: -2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}
.wrap-1 .content-2 .list:nth-child(1) {
  padding-left: 37px;
}
.wrap-1 .content-2 .list:nth-child(8) {
  padding-right: 37px;
}
.wrap-1 .content-2 .active {
  position: relative;
  border-radius: 13px 13px 0 0;
  width: 270px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.wrap-1 .content-2 .active:nth-child(1) {
  padding-left: 18px;
}
.wrap-1 .content-2 .active:nth-child(8) {
  padding-right: 18px;
}
.wrap-1 .content-2 .active::after {
  opacity: 1;
  width: 267px;
  height: 125px;
}
.wrap-1 .content-2 .active p {
  display: flex;
}
.wrap-popular {
  display: none;
}
@media (max-width: 768px) {
  .wrap-popular {
    display: block;
    margin: 0 auto;
  }
}
.wrap-2 {
  padding-top: 96px;
  background: #fff;
  padding-bottom: 245px;
  background: url('https://img.tunefab.com/uploads/page/activity/world-cup-sale/bottom.webp') no-repeat bottom center / cover, #fff;
  background-size: 100% auto;
}
.wrap-2 .content-title {
  margin: 0 auto;
  font-size: 36px;
  font-weight: 600;
  max-width: 850px;
  text-align: center;
  color: #192285;
}
.wrap-2 .wrap-desc {
  margin-top: 20px;
  color: #434343;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
}
.wrap-2 .pc-style {
  display: block;
}
.wrap-2 .pc-style .table-buy1,
.wrap-2 .pc-style .table-buy2 {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 8px 22px;
  column-gap: 12px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 120%;
  transition: transform 0.4s;
}
.wrap-2 .pc-style .table-buy1 .iconfont,
.wrap-2 .pc-style .table-buy2 .iconfont {
  font-size: 20px;
}
.wrap-2 .pc-style .table-buy1:hover,
.wrap-2 .pc-style .table-buy2:hover {
  transform: translateY(-8px);
}
.wrap-2 .pc-style .table-buy1 {
  border: 1px solid #007bff;
  background: #fff;
  color: #007bff;
}
.wrap-2 .pc-style .table-buy2 {
  border: 1px solid transparent;
  background: #007bff;
  color: #fff;
}
.wrap-2 .pc-style .tb-body td {
  height: 70px;
}
.wrap-2 .pc-style .tb-head {
  margin-top: 60px;
}
.wrap-2 .pc-style .feat-table {
  width: 100%;
}
.wrap-2 .pc-style .feat-table .th-tit {
  color: #222;
  font-size: 24px;
  font-weight: 600;
}
.wrap-2 .pc-style .feat-table .th-type {
  color: #272727;
}
.wrap-2 .pc-style .feat-table .desc-type {
  color: #272727;
  margin-top: 14px;
  text-align: center;
  font-size: 18px;
}
.wrap-2 .pc-style .feat-table .th-most {
  padding: 14px 0;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(125deg, #007bff 7.75%, #7b91ff 41.53%, #b599ff 67.09%, #fea5ff 93.14%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.wrap-2 .pc-style .feat-table .th-desc {
  margin-top: 14px;
  color: #222;
  text-align: center;
  font-size: 18px;
}
.wrap-2 .pc-style .feat-table td {
  color: #474747;
  text-align: center;
  font-size: 18px;
}
.wrap-2 .pc-style .feat-table td:nth-child(n + 2) {
  width: 300px;
}
.wrap-2 .pc-style .feat-table td:first-child {
  width: 248px;
  text-align: left;
  color: #222;
  font-weight: 500;
  line-height: 150%;
  padding-left: 44px;
}
.wrap-2 .pc-style .feat-table td.row1-strong {
  font-weight: 600;
  font-size: 24px;
}
.wrap-2 .pc-style .feat-table .table-flex div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 16px;
  color: #313131;
  font-size: 18px;
  align-items: center;
}
.wrap-2 .pc-style .feat-table .text-ling {
  font-size: 20px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 0 0 12px 12px;
}
.wrap-2 .pc-style .feat-table .text-ling div {
  border-bottom: 2px solid #fea5ff;
  background: linear-gradient(119deg, #007bff 7.06%, #866eff 49.29%, #ff4df3 85.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 0 0 12px 12px;
}
.wrap-2 .pc-style .wrap-table {
  position: relative;
  margin-top: 60px;
}
.wrap-2 .pc-style .wrap-table .most-border-box {
  position: absolute;
  top: 58px;
  right: 10px;
  z-index: -1;
}
.wrap-2 .pc-style .more-margin div {
  padding: 40px 0;
}
.wrap-2 .pc-style td > div {
  padding: 20px 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #fea5ff;
  border-left: 2px solid #fea5ff;
  background: #fff;
  margin-top: -1px;
}
.wrap-2 .mb-style {
  display: none;
}
.wrap-2 .feat-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  z-index: 9;
}
.wrap-2 table {
  width: 100%;
}
.wrap-2 .wrap-table {
  margin-top: 60px;
}
.wrap-2 .upgrade-btn {
  z-index: 1;
  width: max-content;
  display: block;
  margin: 60px auto 24px;
  padding: 22px 50px;
  border-radius: 74px;
  border: 1.526px solid #fff;
  background: radial-gradient(265.03% 104.21% at 50.53% 100%, #ffe660 0%, #ffae50 19.7%, #f68250 68.74%), #f70;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s;
}
.wrap-2 .upgrade-btn:hover {
  transform: translateY(-8px);
}
.wrap-2 .wrap-tip {
  background: linear-gradient(119deg, #007bff 30%, #866eff 50%, #ff4df3 65.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 18px;
}
main {
  background: url('https://img.tunefab.com/uploads/page/activity/memorial-day-sale/wrap3-bg.png') #F8F6FD no-repeat bottom center;
  background-size: 100% auto;
}
@media (max-width: 1300px) {
  .wrap-1 .content-1 .wrap-content {
    padding: 118px 30px 140px;
  }
  .wrap-1 .content-2 .swiper-container {
    padding: 52px 0 0;
  }
  .wrap-1 .content-1 .wrap-content {
    padding: 48px 30px 140px;
  }
  .wrap-1 .content-1 .wrap-content .item,
  .wrap-1 .content-2 .wrap-content .item {
    width: 300px;
  }
  .wrap-1 .content-1 .top-pic {
    width: 600px;
  }
  .wrap-1 .content-1 .wrap-content .plan {
    gap: 20px;
    justify-content: center;
  }
  .wrap-1 .content-2 .wrap-content .swiper-slide {
    gap: 20px;
    justify-content: center;
  }
  .wrap-1 .content-2 .wrap-content .item-content {
    padding-left: 10px;
    padding-right: 16px;
  }
}
@media (max-width: 1200px) {
  .banner .banner-btn {
    width: 302px;
    height: 57px;
    bottom: 44%;
    gap: 8px;
    font-size: 22px;
  }
  .banner .banner-btn .banner-btn_arrow {
    width: 40px;
  }
}
@media (max-width: 996px) {
  .wrap-1 .content-1 .wrap-content .item {
    width: 100%;
  }
  .wrap-1 .content-1 .plan {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .wrap-1 .content-2 .content-list img {
    width: 45px;
    height: 45px;
  }
  .wrap-1 .content-2 .content-list p {
    font-size: 16px;
  }
  .wrap-1 .content-2 .wrap-content .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .wrap-1 .content-2 .wrap-content .item {
    width: 100%;
  }
  .wrap-1 .content-2 .active {
    padding: 10px;
  }
  .wrap-1 .content-1 .wrap-content {
    border-radius: 12px;
    border: 3px solid #3E2BF8;
    background: #FFF;
  }
}
@media (max-width: 768px) {
  .mb-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .card .card-swiper {
    padding: 28px 0;
  }
  .card .card-item_cover-wrap {
    padding: 7px;
  }
  .card .card-slide {
    width: 168px;
    border-radius: 10.66px;
  }
  .card .card-item_year {
    font-size: 10px;
    margin: 0 8px 5px;
  }
  .card .card-item_logo {
    top: 8px;
    left: 8px;
    width: 20px;
  }
  .card .card-item_title {
    font-size: 12px;
    margin: 0 8px 4px;
  }
  .card .card-item_artist {
    font-size: 10px;
  }
  .wrap-1 {
    margin-top: 30px;
  }
  .wrap-1 .wrap-popular {
    height: auto;
  }
  .wrap-1 .container {
    padding: 0 15px;
  }
  .wrap-1 .content-1 .wrap-content .item,
  .wrap-1 .content-2 .wrap-content .item {
    width: 100%;
    padding: 0 0 26px 0;
    background: #fff;
  }
  .wrap-1 .content-1 .wrap-content .item-2,
  .wrap-1 .content-2 .wrap-content .item-2 {
    border: 0;
    box-shadow: 0 0 8.7px 0 rgba(79, 70, 156, 0.18);
    border-top: 1px solid #FF6B6B;
    border-right: 1px solid #C16CC2;
    border-bottom: 1px solid #946CFF;
    border-left: 1px solid #A663BE;
    background: #fff;
  }
  .wrap-1 .content-1 .wrap-content .item-2 .price,
  .wrap-1 .content-2 .wrap-content .item-2 .price {
    background: linear-gradient(90deg, #FC2C7D 0%, #D644F0 50%, #5844FD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .wrap-1 .content-1 .wrap-content .item-2 .btn-container a,
  .wrap-1 .content-2 .wrap-content .item-2 .btn-container a {
    border-radius: 9.454px;
    background: linear-gradient(180deg, #FF914C 0%, #E01D1D 100%);
  }
  .wrap-1 .content-1 .wrap-content .item-2::before,
  .wrap-1 .content-2 .wrap-content .item-2::before {
    top: 0;
    right: 0;
  }
  .wrap-1 .content-1 .wrap-content .item-2::after,
  .wrap-1 .content-2 .wrap-content .item-2::after {
    right: 8px;
    top: 10px;
  }
  .wrap-1 .content-1 .wrap-content .item-content,
  .wrap-1 .content-2 .wrap-content .item-content {
    padding: 0 26px;
  }
  .wrap-1 .content-1 .wrap-content .cancel,
  .wrap-1 .content-2 .wrap-content .cancel {
    color: rgba(74, 74, 74, 0.9);
  }
  .wrap-1 .content-1 .wrap-content .trial,
  .wrap-1 .content-2 .wrap-content .trial {
    font-size: 12px;
    padding: 4px 12px 4px 8px;
    gap: 5px;
  }
  .wrap-1 .content-1 .wrap-content .trial::before,
  .wrap-1 .content-2 .wrap-content .trial::before {
    width: 11px;
    height: 11px;
  }
  .wrap-1 .content-1 .wrap-content .btn-container .win-btn,
  .wrap-1 .content-2 .wrap-content .btn-container .win-btn,
  .wrap-1 .content-1 .wrap-content .btn-container .mac-btn,
  .wrap-1 .content-2 .wrap-content .btn-container .mac-btn {
    width: 122px;
    height: 46px;
    font-size: 16px;
  }
  .wrap-1 .content-1 .wrap-content .item-title,
  .wrap-1 .content-2 .wrap-content .item-title {
    font-size: 18px;
    width: auto;
  }
  .wrap-1 .content-1 {
    background: url(https://img.tunefab.com/uploads/page/activity/world-cup-sale/wrap-bg-mb.png) no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 100px;
  }
  .wrap-1 .content-1 .container {
    background: unset;
    padding: 0 15px;
  }
  .wrap-1 .content-1 .top-pic {
    width: 100%;
  }
  .wrap-1 .content-1 .wrap-desc {
    margin-top: 8px;
    font-size: 18px;
  }
  .wrap-1 .content-1 .content-title {
    font-size: 28px;
    gap: 0;
  }
  .wrap-1 .content-1 .content-title .mini-title {
    font-size: 16px;
  }
  .wrap-1 .content-1 .wrap-content {
    padding: 20px 18px 28px;
    margin-top: 30px;
  }
  .wrap-1 .content-1 .wrap-content .item-title {
    justify-content: start;
  }
  .wrap-1 .content-1 .wrap-content .price {
    font-size: 35px;
  }
  .wrap-1 .content-1 .wrap-content .price span {
    font-size: 20px;
  }
  .wrap-1 .content-1 .wrap-content .old-price {
    font-size: 15px;
  }
  .wrap-1 .content-1 .wrap-content .cancel {
    font-size: 15px;
  }
  .wrap-1 .content-1 .wrap-content .plan {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 20px;
    margin-top: 22px;
    box-shadow: none;
  }
  .wrap-1 .content-1 .wrap-content::before {
    display: none;
  }
  .wrap-1 .content-2 {
    margin-top: 60px;
    padding-bottom: 100px;
    background: url(https://img.tunefab.com/uploads/page/activity/world-cup-sale/wrap-bg-mb.png) no-repeat bottom center;
    background-size: 100% auto;
  }
  .wrap-1 .content-2 .container {
    background: unset;
    padding: 0 15px;
  }
  .wrap-1 .content-2 .content-title {
    font-size: 28px;
    padding: 0 20px;
    margin-top: 14px;
    background: linear-gradient(90deg, #FC2C7D 0%, #D644F0 50%, #5844FD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .wrap-1 .content-2 .content-title.pc-style {
    display: none;
  }
  .wrap-1 .content-2 .content-title.mb-style {
    display: flex;
  }
  .wrap-1 .content-2 .content-title::after {
    display: none;
  }
  .wrap-1 .content-2 .content-list {
    display: none;
  }
  .wrap-1 .content-2 .mobile-dropdown {
    display: block;
    margin-top: 25px;
  }
  .wrap-1 .content-2 .dropdown-header {
    border-radius: 12px;
    background: #fff;
    padding: 18px 22px;
    justify-content: space-between;
    cursor: pointer;
  }
  .wrap-1 .content-2 .dropdown-header .arrow {
    transition: transform 0.3s ease;
  }
  .wrap-1 .content-2 .item-pic {
    width: 32px;
    height: 32px;
  }
  .wrap-1 .content-2 .item-left {
    display: flex;
    gap: 8px;
  }
  .wrap-1 .content-2 .item-left span {
    color: #202020;
    font-size: 16px;
    line-height: 32px;
  }
  .wrap-1 .content-2 .dropdown-content {
    position: relative;
    top: -18px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 0 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }
  .wrap-1 .content-2 .dropdown-content .item,
  .wrap-1 .content-2 .dropdown-content .item-left {
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding: 0;
    border-radius: 8px;
  }
  .wrap-1 .content-2 .dropdown-content .item:hover,
  .wrap-1 .content-2 .dropdown-content .item-left:hover {
    background-color: rgba(229, 110, 45, 0.1);
  }
  .wrap-1 .content-2 .mobile-dropdown.open .dropdown-content {
    width: 100%;
    max-height: 1000px;
    opacity: 1;
    padding: 30px 20px 20px 20px;
  }
  .wrap-1 .content-2 .mobile-dropdown.open .dropdown-header .arrow {
    transform: rotate(180deg);
  }
  .wrap-1 .content-2 .swiper-container {
    background: unset;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .wrap-1 .content-2 .wrap-content {
    margin-top: 31px;
    padding: 20px 13px;
    border-radius: 12px;
    border: 3px solid #3E2BF8;
    background: #FFF;
  }
  .wrap-1 .content-2 .wrap-content .swiper-slide {
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }
  .wrap-1 .content-2 .wrap-content .item-content {
    font-size: 14px;
  }
  .wrap-1 .content-2 .wrap-content .cancel {
    font-size: 15px;
  }
  .wrap-1 .content-2 .wrap-content .old-price {
    font-size: 15px;
  }
  .wrap-1 .content-2 .wrap-content .price {
    font-size: 35px;
  }
  .wrap-1 .content-2 .wrap-content .price span {
    font-size: 20px;
  }
  .wrap-1 .content-2 .wrap-content .itm-price {
    font-size: 24px;
  }
  .wrap-1 .content-2 .wrap-content::after {
    display: none;
  }
  .wrap-1 .content-2 .plan::after {
    display: none;
  }
  .wrap-1 .content-1 .wrap-content .item-2::before,
  .wrap-1 .content-1 .wrap-content .item-3::before,
  .wrap-1 .content-2 .wrap-content .item-2::before,
  .wrap-1 .content-2 .wrap-content .item-3::before {
    width: 105px;
    height: 105px;
    font-size: 18px;
  }
  .wrap-1 .content-2 .wrap-content .trial-wrap {
    margin-top: 13px;
  }
  .wrap-2 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .wrap-2 .content-title {
    font-size: 24px;
    padding: 0 15px;
  }
  .wrap-2 .wrap-desc {
    margin-top: 16px;
    font-size: 18px;
    padding: 0 16px;
  }
  .wrap-2 .wrap-table {
    margin-top: 24px;
    padding: 0 15px;
    font-size: 14px;
  }
  .wrap-2 .feat-price {
    color: #222;
  }
  .wrap-2 .grey-text {
    color: #474747;
  }
  .wrap-2 .pc-style {
    display: none;
  }
  .wrap-2 .mb-style {
    display: block;
  }
  .wrap-2 tr:nth-child(odd) td {
    height: 26px;
  }
  .wrap-2 .feat-tit {
    color: #222;
    font-size: 12px;
    font-weight: 600;
  }
  .wrap-2 .feat-fixed.fixed {
    padding: 15px;
  }
  .wrap-2 .table-buy1 {
    border: 1px solid #007bff;
    background: #fff;
    color: #007bff;
  }
  .wrap-2 .table-buy1,
  .wrap-2 .table-buy2 {
    display: block;
    padding: 4px 18px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 120%;
    width: fit-content;
    margin: 10px auto;
  }
  .wrap-2 .table-buy2 {
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff;
  }
  .wrap-2 .mb-most {
    height: 26px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(125deg, #007bff 7.75%, #7b91ff 41.53%, #b599ff 67.09%, #fea5ff 93.14%);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }
  .wrap-2 .feat-th td > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid;
    border-right: 2px solid;
    border-image: linear-gradient(90deg, #007bff 1%, #7b91ff 40%, #b599ff 60%, #fea5ff 80%) 2;
  }
  .wrap-2 td {
    text-align: center;
    width: 33%;
    height: 36px;
  }
  .wrap-2 .tb-tit {
    position: relative;
  }
  .wrap-2 .tb-tit div {
    position: absolute;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
    width: 290px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
  }
  .wrap-2 .upgrade-container {
    padding: 36px 0;
  }
  .wrap-2 .upgrade-btn {
    width: 196px;
    height: 36px;
    font-size: 14px;
    padding: 9px 20px;
    font-weight: normal;
    margin-top: 0;
    background: #f70;
  }
  .wrap-2 .wrap-tip {
    font-size: 14px;
    width: 282px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .wrap-2 .feat-text {
    background: linear-gradient(119deg, #007bff 7.06%, #866eff 49.29%, #ff4df3 85.04%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }
  .wrap-2 .notice {
    margin-top: 123px;
    padding-bottom: 89px;
  }
  .wrap-2 .notice .notice-title {
    font-size: 24px;
  }
  .wrap-2 .notice .notice-content {
    font-size: 12px;
    width: 303px;
    margin: 0 auto;
  }
  main {
    background: #F8F6FD;
  }
}
