* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Rubik;
}
body {
  background: #90D157;
}
main .container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner {
  background: url(https://img.tunefab.com/uploads/page/activity/easter-sale/banner-background.webp) bottom / cover no-repeat;
  height: 100vh;
  position: relative;
}
.banner .banner-btn {
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
}
.banner .banner-btn:hover {
  transform: translate(-50%, calc(-50% - 15px));
}
.hidden-title {
  display: none;
}
.wrap-1 {
  margin-top: -2px;
}
.wrap-1 .content-1 .wrap-content .item,
.wrap-1 .content-2 .wrap-content .item {
  width: 331px;
  border-radius: 12px;
  background: #FFF;
}
.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/easter-sale/item-decoration.png);
  top: 0;
  right: 0;
  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;
  text-shadow: 0 1px 1px #CF347C;
  font-size: 20px;
}
.wrap-1 .content-1 .wrap-content .item-title,
.wrap-1 .content-2 .wrap-content .item-title {
  color: #5FA45F;
  text-align: center;
  font-size: 22px;
  border-radius: 0 8px 8px 0;
  background: rgba(45, 181, 45, 0.1);
  width: 206px;
  height: 51px;
  margin-top: 20px;
}
.wrap-1 .content-1 .wrap-content .price,
.wrap-1 .content-2 .wrap-content .price {
  color: #202020;
  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: rgba(32, 32, 32, 0.5);
  font-size: 22px;
  font-weight: 500;
}
.wrap-1 .content-1 .wrap-content .old-price,
.wrap-1 .content-2 .wrap-content .old-price {
  color: #818181;
  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-1 .content-2 .wrap-content .trial {
  font-size: 14px;
  width: 257px;
  height: 33px;
  border-radius: 6px;
  margin: 0 auto;
}
.wrap-1 .content-1 .wrap-content .btn-container,
.wrap-1 .content-2 .wrap-content .btn-container {
  column-gap: 19px;
  margin-top: 29px;
}
.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;
  background: linear-gradient(180deg, #37D22E 0%, #1EB500 100%);
  background-blend-mode: plus-lighter, normal;
  box-shadow: 0 1px 14px 2px #DBFFDC inset, 0 1px 3px 2px #DBFFDC inset, 0 0 0 3px #9BEE86;
  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 {
  padding: 100px 0 0 0;
}
.wrap-1 .content-1 .mb-title {
  display: none;
}
.wrap-1 .content-1 .content-title {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #202020;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  width: 639px;
  height: 144px;
  background: url(https://img.tunefab.com/uploads/page/activity/easter-sale/wrap-title-background.png) center no-repeat;
  gap: 4px;
}
.wrap-1 .content-1 .content-title .mini-title {
  font-size: 24px;
  font-weight: 400;
  color: #434343;
}
.wrap-1 .content-1 .wrap-content {
  margin-top: 110px;
  padding: 40px 26px 100px;
  border-radius: 25px;
  background: url(https://img.tunefab.com/uploads/page/activity/easter-sale/wrap-content-background.png) top / cover no-repeat, url(https://img.tunefab.com/uploads/page/activity/easter-sale/wrap-content-background-bottom.png) bottom / 100% 100px no-repeat, #E4FFCC;
  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;
  padding: 32px 40px;
  border-radius: 0 0 15px 15px;
  transform: translateY(-4px);
  background: #FFF;
  box-shadow: 0 0 36.5px 8px rgba(69, 129, 16, 0.12);
  justify-content: space-between;
  margin-top: 32px;
  border-radius: 20px;
}
.wrap-1 .content-1 .wrap-content .item {
  padding: 0 0 30px 0;
  border: 2px solid rgba(151, 151, 151, 0.15);
}
.wrap-1 .content-1 .wrap-content .item-2 {
  border: 2px solid rgba(45, 181, 45, 0.6);
}
.wrap-1 .content-1 .wrap-content .item-2 .btn-container a {
  box-shadow: 0 0 0 3.151px #FFC66B, 0 0.788px 14.182px 1.576px #FFDEDB inset, 0 0.788px 3.151px 1.576px #FFE4DB inset;
  background: linear-gradient(180deg, #FF9319 0%, #FF6232 100%);
}
.wrap-1 .content-1 .wrap-content .item-2::after {
  content: '-$200';
  right: 12px;
  top: 22px;
  line-height: 225%;
  /* 45px */
}
.wrap-1 .content-1 .wrap-content .item-3::after {
  content: '-80%';
  right: 12px;
  top: 22px;
  line-height: 2;
  /* 45px */
}
.wrap-1 .content-1 .wrap-content .item-content {
  padding: 0 30px 0 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wrap-1 .content-1 .wrap-content .cancel {
  color: #818181;
  font-size: 16px;
  margin: 12px 0 20px 0;
}
.wrap-1 .content-1 .wrap-content .trial {
  color: #F55400;
  background: rgba(250, 144, 81, 0.16);
}
.wrap-1 .content-2 {
  margin-top: 211px;
}
.wrap-1 .content-2 .content-title {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #202020;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  width: 639px;
  height: 144px;
  height: 129px;
  background: url(https://img.tunefab.com/uploads/page/activity/easter-sale/wrap-title-background.png) center no-repeat;
}
.wrap-1 .content-2 .content-title span {
  background: linear-gradient(90deg, #FF3BFF 0%, #ECBFBF 38%, #5C24FF 76%, #D94FD5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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: 50px 27px 100px;
  border-radius: 0 0 20px 20px;
  background: url(https://img.tunefab.com/uploads/page/activity/easter-sale/wrap-content-background-bottom.png) no-repeat bottom center;
  background-size: contain;
}
.wrap-1 .content-2 .wrap-content {
  margin-top: 64px;
  border-radius: 20px;
  background: linear-gradient(180deg, #90D156 0%, #A7E96D 100%);
  justify-content: space-between;
  position: relative;
}
.wrap-1 .content-2 .wrap-content .mobile-toppic {
  width: 100%;
}
.wrap-1 .content-2 .wrap-content .swiper-box {
  border-radius: 20px;
  background: #E2FEC9;
}
.wrap-1 .content-2 .wrap-content .swiper {
  z-index: 1;
}
.wrap-1 .content-2 .wrap-content .swiper-slide {
  position: relative;
  padding: 40px;
  border-radius: 0 0 15px 15px;
  background: #FFF;
  box-shadow: 0 0 36.5px 8px rgba(69, 129, 16, 0.12);
  justify-content: space-between;
}
.wrap-1 .content-2 .wrap-content .item {
  border: 1.86px solid rgba(151, 151, 151, 0.15);
  padding-bottom: 25px;
}
.wrap-1 .content-2 .wrap-content .item-2::after {
  content: '50% OFF';
  right: 3px;
  top: 21px;
  font-weight: 600;
  line-height: 225%;
}
.wrap-1 .content-2 .wrap-content .item-3::after {
  content: '75% OFF';
  right: 4px;
  top: 21px;
  font-weight: 600;
  line-height: 2;
  /* 45px */
}
.wrap-1 .content-2 .wrap-content .item-content {
  padding-right: 13px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wrap-1 .content-2 .wrap-content .cancel {
  color: #818181;
  text-align: center;
  font-size: 17px;
  margin: 12px 0 20px 0;
}
.wrap-1 .content-2 .wrap-content .trial {
  color: #5FA45F;
  background: rgba(45, 181, 45, 0.16);
}
.wrap-1 .content-2 .wrap-content .gap-top {
  margin-top: 63px;
}
.wrap-1 .content-2 .content-list {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  border-radius: 14px;
  background: #D9FFB3;
  box-shadow: 0 1px 21px 0 #B1E97A inset;
  transition: all 0.3s;
}
.wrap-1 .content-2 .content-list img {
  width: 67px;
  height: 67px;
  cursor: pointer;
}
.wrap-1 .content-2 .content-list p {
  color: #202020;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  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/easter-sale/bg.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 0;
  overflow: hidden;
  height: 0;
  top: -20%;
  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: 266px;
  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: 307px;
  height: 165px;
}
.wrap-1 .content-2 .active p {
  display: flex;
}
.wrap-2 {
  padding-top: 142px;
}
.wrap-2 .content-title {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #202020;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  width: 639px;
  height: 144px;
  height: 129px;
  background: url(https://img.tunefab.com/uploads/page/activity/easter-sale/wrap-title-background.png) center no-repeat;
}
.wrap-2 .left-top {
  border-top-left-radius: 12px;
}
.wrap-2 .left-bottom {
  border-bottom-left-radius: 12px;
}
.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 #0F8D08;
  background: #fff;
  color: #0F8D08;
}
.wrap-2 .pc-style .table-buy2 {
  border: 1px solid transparent;
  background: #F75501;
  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 tr:not(:nth-child(1)) {
  background: #86C44D;
}
.wrap-2 .pc-style .feat-table .th-tit {
  color: #FFF;
  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: 12px 0;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(85deg, #FF3BFF -18%, #ECBFBF 25%, #5C24FF 69%, #D94FD5 96%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.wrap-2 .pc-style .feat-table .th-desc {
  margin-top: 14px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
}
.wrap-2 .pc-style .feat-table td {
  color: #FFF;
  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: #FFF;
  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(90deg, #FF3BFF 0%, #ECBFBF 38%, #5C24FF 76%, #D94FD5 100%);
  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-box tr {
  background: #86C44D;
}
.wrap-2 .feat-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #A3E569;
  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: 64px auto 24px;
  padding: 16px 36px;
  border-radius: 74px;
  background: linear-gradient(90deg, #FF763B 0%, #FFCA76 38.02%, #FFC524 75.83%, #D94F51 100%);
  box-shadow: 0 -5px 6.8px 0 rgba(0, 0, 0, 0.25) inset;
  border: 2px solid #FFF;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s;
}
.wrap-2 .upgrade-btn:hover {
  transform: translateY(-8px);
}
.wrap-2 .wrap-tip {
  color: #326900;
  text-align: center;
  font-size: 18px;
}
main {
  background: url(https://img.tunefab.com/uploads/page/activity/easter-sale/bottom.webp) bottom / 100% auto no-repeat;
  position: relative;
}
.before-img {
  position: absolute;
  left: 0;
  z-index: -1;
}
.after-img {
  position: absolute;
  right: 0;
  z-index: -1;
}
.after-img1 {
  top: 1500px;
}
.after-img2 {
  top: 2600px;
}
.after-img3 {
  top: 4000px;
}
.before-img1 {
  top: 1100px;
}
.before-img2 {
  top: 2500px;
}
.before-img3 {
  top: 3400px;
}
.wrap-3 .container {
  padding: 122px 0 186px 0;
  margin-top: -1px;
}
.wrap-3 .notice {
  max-width: 800px;
  margin: 0 auto;
}
.wrap-3 .notice .notice-title {
  color: #2D2D2D;
  text-align: center;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 17px;
}
.wrap-3 .notice .notice-content {
  color: #2D2D2D;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .banner {
    min-height: 30vh;
    height: auto;
  }
  .banner .banner-btn {
    width: 213px;
    height: 110px;
    margin-top: 0;
  }
  .wrap-2 .pc-style td > div {
    margin-top: -3px;
  }
}
@media (max-width: 996px) {
  .banner {
    height: auto;
    min-height: 36vh;
  }
  .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;
  }
}
@media (max-width: 820px) {
  .banner {
    min-height: 37vh;
  }
}
@media (max-width: 768px) {
  .before-img,
  .after-img {
    display: none;
  }
  .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 .item-2::after,
  .wrap-1 .content-2 .wrap-content .item-3::after {
    right: -4px;
    top: 17px;
  }
  .banner {
    background: url(https://img.tunefab.com/uploads/page/activity/easter-sale/banner-mobilebackground.webp) top / cover no-repeat;
    height: 100vh;
  }
  .banner .banner-btn {
    width: 213px;
    height: auto;
    top: 55%;
  }
  .wrap-1 {
    padding: 0 15px;
  }
  .wrap-1 .content-1 .wrap-content .item,
  .wrap-1 .content-2 .wrap-content .item {
    width: 100%;
  }
  .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;
    height: 46px;
  }
  .wrap-1 .container {
    padding: 46px 0 106px 0;
  }
  .wrap-1 .content-1 .content-title {
    width: 100%;
    height: 80px;
    background-size: 100% 100%;
    font-size: 22px;
    gap: 0;
  }
  .wrap-1 .content-1 .content-title .mini-title {
    font-size: 16px;
  }
  .wrap-1 .content-1 .wrap-content {
    padding: 17px 23px 28px;
    margin-top: 42px;
    border-radius: 8px;
    background: #FFF;
  }
  .wrap-1 .content-1 .wrap-content .item-title {
    width: 186px;
    justify-content: start;
    padding-left: 33px;
  }
  .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: 38px;
    margin-top: 22px;
    box-shadow: none;
  }
  .wrap-1 .content-1 .wrap-content::before {
    display: none;
  }
  .wrap-1 .content-2 {
    margin-top: 93px;
  }
  .wrap-1 .content-2 .content-title {
    width: 100%;
    height: 130px;
    background-image: url(https://img.tunefab.com/uploads/page/activity/easter-sale/wrap-title-background2.png);
    background-size: 100% 100%;
    font-size: 22px;
    padding: 0 20px;
    gap: 0;
  }
  .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: 20px;
    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: 8px;
    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;
  }
  .wrap-1 .content-2 .wrap-content .swiper-slide {
    flex-direction: column;
    padding: 32px 23px;
    gap: 38px;
  }
  .wrap-1 .content-2 .wrap-content .item-title {
    width: 204px;
  }
  .wrap-1 .content-2 .wrap-content .item-content {
    font-size: 14px;
  }
  .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 {
    width: 105px;
    height: 105px;
    font-size: 18px;
  }
  .wrap-1 .content-1 .wrap-content .item-2::after,
  .wrap-1 .content-1 .wrap-content .item-3::after {
    right: 8px;
    top: 17px;
  }
  .wrap-1 .content-2 .wrap-content .trial {
    margin: 0;
  }
  .wrap-2 {
    padding-top: 0;
  }
  .wrap-2 .content-title {
    width: 90%;
    height: 80px;
    background-size: 100% 100%;
    font-size: 22px;
    gap: 0;
  }
  .wrap-2 .wrap-table {
    margin-top: 24px;
    background: #fff;
    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: 48px;
  }
  .wrap-2 .feat-tit {
    color: #222;
    font-size: 12px;
    font-weight: 600;
  }
  .wrap-2 .feat-fixed.fixed {
    padding: 15px;
    background: #FFF;
  }
  .wrap-2 .table-buy1 {
    border: 1px solid #0F8D08;
    background: #fff;
    color: #0F8D08;
  }
  .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 #F75501;
    background: #F75501;
    color: #fff;
  }
  .wrap-2 .mb-most {
    height: 26px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(85deg, #FF3BFF -18%, #ECBFBF 25%, #5C24FF 69%, #D94FD5 96%), linear-gradient(125deg, #007BFF 8%, #7B91FF 42%, #B599FF 67%, #FEA5FF 93%);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }
  .wrap-2 .feat-box tr {
    background: #fff;
  }
  .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, #fea5ff 1%, #b599ff 40%, #7b91ff 60%, #007bff 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 {
    background: #fff;
    padding: 36px 0;
  }
  .wrap-2 .upgrade-btn {
    width: 195px;
    height: 36px;
    font-size: 14px;
    padding: 9px 20px;
    margin-top: 0;
  }
  .wrap-2 .wrap-tip {
    font-size: 14px;
    width: 282px;
    margin: 0 auto;
  }
  .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-image: url(https://img.tunefab.com/uploads/page/activity/easter-sale/bottom-mb.png);
  }
  .wrap-3 .container {
    padding: 82px 15px 108px 15px;
  }
  .wrap-3 .notice {
    padding: 35px 23px;
  }
  .wrap-3 .notice .notice-title {
    font-size: 24px;
  }
  .wrap-3 .notice .notice-content {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .banner {
    min-height: 76vh;
    height: auto;
  }
}
@media (max-width: 375px) {
  .banner {
    min-height: 100vh;
    height: auto;
  }
}
@media (max-width: 360px) {
  .banner {
    min-height: 81vh;
    height: auto;
  }
}
