.header {
  display: none;
}
.wrap-title {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #212121;
  }
  .container {
    max-width: 1200px;
    padding: 0;
    width: 100%;
  }
  .banner {
    background: linear-gradient(97deg, #fef4ff 0.22%, #e8fbff 51.32%, #d4e3ff 100.33%), #dfeeff;
    padding: 60px 0 42px;
  }
  .banner .container {
    display: flex;
    gap: 24px;
  }
  .banner-info-outer {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
  }
  .banner-tag {
    display: inline-block;
    font-style: normal;
    font-size: 16px;
    color: #4b4c4c;
    border-radius: 32px;
    background: #d0e3ea;
    padding: 5px 10px;
    margin-bottom: 8px;
  }
  .banner-title {
    font-size: 30px;
    color: #1a1a1a;
    margin-bottom: 8px;
  }
  .banner-tip {
    color: #9497a4;
    font-size: 16px;
  }
  .banner-tip strong {
    color: #1a1a1a;
  }
  .banner-switch {
    display: flex;
    gap: 4px;
    border-radius: 26px;
    padding: 14px 30px;
    font-weight: bold;
    color: #fff;
    background: #3586ff;
    transition: all 300ms;
    cursor: pointer;
  }
  .banner-switch .switch-arrow {
    transition: all 300ms;
  }
  .banner-switch:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #3586ff;
  }
  .banner-switch:hover .switch-arrow {
    transform: translateX(10px);
  }
  .banner-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .banner-list .list-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #3586ff;
  }
  .banner-list .list-item_text {
    font-weight: 400;
    font-size: 20px;
  }
  .wrap-1 {
    margin: 88px 0 100px;
  }
  .wrap-1 .wrap-switch {
    position: relative;
    z-index: 2;
    width: fit-content;
    display: flex;
    margin: 0 auto 100px;
    border-radius: 60px;
    background: #deebff;
  }
  .wrap-1 .wrap-switch::before {
    content: "";
    position: absolute;
    right: -40px;
    top: -48px;
    width: 96px;
    height: 61px;
    background: url("https://img.tunefab.com/uploads/page/new-store/single-sale.png") no-repeat center;
    background-size: 100% 100%;
  }
  .wrap-1 .wrap-switch .switch-item {
    width: 236px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #4a4a4a;
    border-radius: 168px;
    cursor: pointer;
    transition: background 100ms;
  }
  .wrap-1 .wrap-switch .switch-item.active {
    color: #fff;
    background: #3586ff;
  }
  .wrap-1 .wrap-switch .switch-slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 236px;
    height: 48px;
    border-radius: 60px;
    background: #acbee0;
    transition: left 300ms;
  }
  .wrap-1 .wrap-switch .switch-slide.active {
    left: 236px;
  }
  .wrap-1 .wrap-content-inner {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 40px;
  }
  .wrap-1 .wrap-content-inner .content-item {
    width: calc((100% - 40px * 2) / 3);
    position: relative;
    border-radius: 14px;
    border: 2px solid #acbee0;
    background: #fff;
    padding: 26px 42px;
    display: flex;
    flex-direction: column;
  }
  .wrap-1 .wrap-content-inner .content-item .iconfont {
    font-size: 20px;
    font-weight: 400;
  }
  .wrap-1 .wrap-content-inner .content-item.best {
    position: relative;
    box-shadow: none;
    border: none;
    border-top: 3px solid #fff;
    border-bottom: 12px solid #fff;
  }
  .wrap-1 .wrap-content-inner .content-item.best::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 60px);
    background: linear-gradient(125deg, #007bff 7.75%, #7b91ff 41.53%, #b599ff 67.09%, #fea5ff 93.14%), #ff891d;
    z-index: -1;
    border-radius: 16px;
    box-shadow: 0 6px 26.8px 0 rgba(38, 79, 156, 0.05);
  }
  .wrap-1 .wrap-content-inner .content-item.best .content-item_tag {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrap-1 .wrap-content-inner .content-item.best .content-item_tag::before {
    content: "";
    width: 43px;
    height: 42px;
    background: url(https://img.tunefab.com/uploads/page/new-store/icon-fire.png) no-repeat center;
    background-size: 100% 100%;
  }
  .wrap-1 .wrap-content-inner .content-item.best .content-item_list .list-li::before {
    background: #ff891d;
    border: 4px solid rgba(254, 220, 213, 0.8);
  }
  .wrap-1 .wrap-content-inner .content-item_tag {
    position: absolute;
    top: -42px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
  }
  .wrap-1 .wrap-content-inner .content-item_title {
    font-size: 20px;
    margin-bottom: 18px;
    text-align: center;
    color: #212121;
    font-weight: 600;
    line-height: 125%;
  }
  .wrap-1 .wrap-content-inner .content-item_price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
  }
  .wrap-1 .wrap-content-inner .content-item_num {
    font-weight: bold;
    font-size: 46px;
    color: #fa8700;
  }
  .wrap-1 .wrap-content-inner .content-item_time {
    font-size: 16px;
    color: #474747;
    transform: translateY(10px);
    font-weight: 500;
    line-height: 125.4%;
    /* 20.064px */
  }
  .wrap-1 .wrap-content-inner .content-item_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 50px;
    margin-bottom: 26px;
  }
  .wrap-1 .wrap-content-inner .content-item_total-price {
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    line-height: 150%;
    /* 21px */
  }
  .wrap-1 .wrap-content-inner .content-item_desc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .wrap-1 .wrap-content-inner .content-item_desc .desc-normal {
    font-size: 14px;
    color: #4a4a4a;
    cursor: pointer;
  }
  .wrap-1 .wrap-content-inner .content-item_desc .desc-more-btn {
    width: 12px;
    height: 12px;
    background-image: url(https://img.tunefab.com/uploads/page/new-store/icon-more-btn.svg);
    cursor: pointer;
  }
  .wrap-1 .wrap-content-inner .content-item_desc .desc-more-btn:hover + .desc-more-box {
    visibility: visible;
    opacity: 1;
  }
  .wrap-1 .wrap-content-inner .content-item_desc .desc-more-box {
    position: absolute;
    top: -38px;
    left: 82px;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background-image: url(https://img.tunefab.com/uploads/page/new-store/icon-more-box.svg);
    background-size: cover;
    font-size: 10px;
    color: #4a4a4a;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
  }
  .wrap-1 .wrap-content-inner .content-item_buy {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #3586ff;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all linear 200ms;
    margin: 0 auto 24px;
  }
  .wrap-1 .wrap-content-inner .content-item_buy:hover {
    transform: translateY(-8px);
  }
  .wrap-1 .wrap-content-inner .content-item_buy:active {
    background: #397ee7;
  }
  .wrap-1 .wrap-content-inner .content-item_list {
    padding-left: 10px;
    border-top: 1px solid #d9e4ef;
    padding-top: 26px;
  }
  .wrap-1 .wrap-content-inner .content-item_list .list-li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #505050;
    margin-bottom: 14px;
  }
  .wrap-1 .wrap-content-inner .content-item_list .list-li::before {
    content: "";
    flex-shrink: 0;
    width: 4px;
    height: 4px;
    background: #4690e5;
    border: 4px solid rgba(241, 241, 241, 0.8);
    border-radius: 50%;
  }
  .wrap-1 .wrap-content-inner.active {
    display: flex;
  }
  .wrap-1 .wrap-getall {
    background: url("https://img.tunefab.com/uploads/page/new-store/single-get.png") no-repeat center / cover;
    max-width: 826px;
    padding: 30px 45px;
    margin: 70px auto 0;
    border-radius: 12px;
  }
  .wrap-1 .wrap-getall .getall-tit {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 131%;
  }
  .wrap-1 .wrap-getall .getall-desc {
    display: flex;
    align-items: center;
    column-gap: 4px;
    margin-top: 16px;
    font-size: 20px;
    background: linear-gradient(90deg, #44f6ff 0%, #758eff 20%, #e771ff 40%, #ff4db5 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .wrap-1 .wrap-getall .getall-desc .arrow-right {
    color: #ff4db5;
    transition: transform 0.3s;
    transform: translateX(0);
  }
  .wrap-1 .wrap-getall .getall-desc:hover .arrow-right {
    transform: translateX(10px);
  }
  .wrap-2 {
    margin-top: 136px;
  }
  .wrap-2 .wrap4-accept {
    max-width: 1080px;
    margin: 40px auto 50px;
    display: flex;
    justify-content: space-between;
  }
  .wrap-2 .wrap-content {
    margin: 0 auto;
    max-width: 1080px;
    border-radius: 10px;
    padding: 30px 40px;
    border: 1px solid #f3f3f3;
    background: #fff;
  }
  .wrap-2 .wrap-content_title {
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 600;
  }
  .wrap-2 .wrap-content_list {
    margin-top: 20px;
    padding-left: 15px;
  }
  .wrap-2 .wrap-content_list .list-li {
    font-size: 14px;
    line-height: 1.5;
    color: #6c6c6c;
    list-style: disc;
    margin-bottom: 12px;
    padding-left: 5px;
  }
  .wrap-2 .wrap-content_list .list-li a {
    color: #4690e5;
  }
  .wrap-2 .wrap-content_list .list-li::marker {
    color: #4690e5;
  }
  .wrap3 {
    margin-top: 164px;
  }
  .wrap3 .upgrade {
    position: relative;
    z-index: 1;
    width: max-content;
    display: block;
    margin: 64px auto 24px;
    padding: 16px 36px;
    border-radius: 74px;
    background: #f70;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 119.584%;
    overflow: hidden;
  }
  .wrap3 .upgrade::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(177deg, #ff8528 41.61%, #feaf42 74.3%, #ffe7b0 94.07%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
  }
  .wrap3 .upgrade:hover::after {
    opacity: 1;
  }
  .wrap3 .wrap-tip {
    background: linear-gradient(90deg, #007bff 0%, #866eff 30%, #ff4df3 70%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    font-size: 18px;
  }
  .wrap3 .pc-style {
    display: block;
  }
  .wrap3 .mb-style {
    display: none;
  }
  .wrap3 .feat-fixed.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    padding: 15px;
    background: #fff;
    transform: translate(-50%, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    z-index: 9;
    max-width: 1200px;
    padding: 0;
  }
  .wrap3 table {
    width: 100%;
  }
  .wrap3 .wrap-table {
    margin-top: 60px;
  }
  .wrap3 .pc-style .table-buy1 {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 8px 22px;
    column-gap: 12px;
    border-radius: 6px;
    border: 1px solid #007bff;
    background: #fff;
    color: #007bff;
    font-size: 18px;
    line-height: 119.584%;
    /* 21.525px */
    transition: transform 0.4s;
  }
  .wrap3 .pc-style .table-buy1 .iconfont {
    font-size: 20px;
  }
  .wrap3 .pc-style .table-buy1:hover {
    transform: translateY(-8px);
  }
  .wrap3 .pc-style .table-buy2 {
    width: fit-content;
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 8px 22px;
    column-gap: 12px;
    border-radius: 6px;
    border: 1px solid transparent;
    background: #007bff;
    color: #fff;
    font-size: 18px;
    line-height: 119.584%;
    /* 21.525px */
    transition: transform 0.4s;
  }
  .wrap3 .pc-style .table-buy2 .iconfont {
    font-size: 20px;
  }
  .wrap3 .pc-style .table-buy2:hover {
    transform: translateY(-8px);
  }
  .wrap3 .pc-style .tb-body td {
    height: 70px;
  }
  .wrap3 .pc-style .tb-head {
    margin-top: 60px;
  }
  .wrap3 .pc-style .feat-table {
    width: 100%;
  }
  .wrap3 .pc-style .feat-table .th-tit {
    color: #222;
    font-size: 24px;
    font-weight: 600;
  }
  .wrap3 .pc-style .feat-table .th-most {
    padding: 12px 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;
  }
  .wrap3 .pc-style .feat-table .th-desc {
    margin-top: 14px;
    color: #222;
    text-align: center;
    font-size: 18px;
  }
  .wrap3 .pc-style .feat-table td {
    color: #474747;
    text-align: center;
    font-size: 18px;
  }
  .wrap3 .pc-style .feat-table td:nth-child(n + 2) {
    width: 300px;
  }
  .wrap3 .pc-style .feat-table td:first-child {
    width: 248px;
    text-align: left;
    color: #222;
    font-weight: 500;
    line-height: 150%;
  }
  .wrap3 .pc-style .feat-table td.row1-strong {
    font-weight: 600;
    font-size: 24px;
  }
  .wrap3 .pc-style .feat-table .table-flex div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
    align-items: center;
  }
  .wrap3 .pc-style .feat-table .text-ling {
    font-size: 20px;
    background: linear-gradient(90deg, #007bff 0%, #866eff 30%, #ff4df3 70%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .wrap3 .pc-style .feat-table .text-ling div {
    border-bottom: 2px solid;
  }
  .wrap3 .pc-style .wrap-table {
    position: relative;
  }
  .wrap3 .pc-style .wrap-table .most-border-box {
    position: absolute;
    top: 58px;
    right: 10px;
    z-index: -1;
  }
  .wrap3 .pc-style .more-margin div {
    padding: 40px 0;
  }
  .wrap3 .pc-style td > div {
    padding: 20px 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    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-4 {
    margin-top: 100px;
    background: #f1f7ff;
    padding: 46px 0 70px;
  }
  .wrap-4 .wrap-content {
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
  }
  .wrap-4 .swiper-wrapper {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 20px;
  }
  .wrap-4 .swiper-slide {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    padding: 42px 10px;
    border: 1px solid #b8d4ff;
    transition: all 300ms;
    box-sizing: border-box;
  }
  .wrap-4 .swiper-slide:hover {
    border-color: transparent;
    box-shadow: 0 4px 19.3px 0 rgba(80, 121, 159, 0.15);
  }
  .wrap-4 .slide-logo {
    width: 69px;
    height: 69px;
    margin-bottom: 30px;
    background-size: cover;
  }
  .wrap-4 .slide-logo.logo-1 {
    background-image: url(https://img.tunefab.com/uploads/page/new-store/choose-logo-1.svg);
  }
  .wrap-4 .slide-logo.logo-2 {
    background-image: url(https://img.tunefab.com/uploads/page/new-store/choose-logo-2.svg);
  }
  .wrap-4 .slide-logo.logo-3 {
    background-image: url(https://img.tunefab.com/uploads/page/new-store/choose-logo-3.svg);
  }
  .wrap-4 .slide-title {
    font-size: 22px;
    text-align: center;
    color: #444;
    margin-bottom: 15px;
  }
  .wrap-4 .slide-desc {
    color: #606060;
    line-height: 152.682%;
    font-size: 16px;
    text-align: center;
  }
  @media (max-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 15px;
    }
    .wrap3 .most-border {
      display: none;
    }
  }
  @media (max-width: 996px) {
    .wrap-2 .wrap4-accept {
      flex-wrap: wrap;
      width: 476px;
      gap: 10px 14px;
      margin: 24px auto;
    }
    .wrap-4 .swiper-slide {
      width: 220px;
    }
    .wrap-4 .slide-logo {
      width: 60px;
      height: 60px;
      margin-bottom: 22px;
    }
    .wrap-4 .slide-title {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .wrap-4 .slide-desc {
      font-size: 14px;
    }
    .wrap3 {
      margin-top: 70px;
    }
    .wrap3 .wrap-table {
      margin-top: 24px;
    }
    .wrap3 .pc-style {
      display: none;
    }
    .wrap3 .mb-style {
      display: block;
    }
    .wrap3 .feat-fixed.fixed {
      padding: 15px;
    }
    .wrap3 .table-buy1 {
      padding: 4px 18px;
      border-radius: 4px;
      border: 1px solid #007bff;
      background: #fff;
      color: #007bff;
      font-size: 14px;
      line-height: 119.584%;
    }
    .wrap3 .table-buy2 {
      padding: 4px 18px;
      border-radius: 4px;
      border: 1px solid #007bff;
      background: #007bff;
      color: #fff;
      font-size: 14px;
      line-height: 119.584%;
    }
    .wrap3 .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;
    }
    .wrap3 .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;
    }
    .wrap3 td {
      text-align: center;
      width: 33.33%;
      height: 34px;
    }
    .wrap3 .tb-tit {
      position: relative;
    }
    .wrap3 .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%;
      /* 21px */
    }
    .wrap3 .feat-tb td {
      position: relative;
      color: #474747;
      font-size: 14px;
      height: 46px;
    }
    .wrap3 .feat-tit {
      color: #222;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
    }
    .wrap3 .feat-price {
      color: #222;
      text-align: center;
      font-size: 14px;
    }
    .wrap3 .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;
    }
  }
  @media (max-width: 768px) {
    .wrap-title {
      font-size: 24px;
      line-height: 1.5;
    }
    .banner {
      padding: 30px 0;
    }
    .banner .container {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .banner-info-outer {
      row-gap: 30px;
    }
    .banner-tag {
      display: block;
      width: fit-content;
      font-size: 16px;
      border-radius: 32px;
      padding: 5px 10px;
      margin: 0 auto 10px;
    }
    .banner-title {
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 20px;
      text-align: center;
    }
    .banner-tip {
      font-size: 14px;
      text-align: center;
    }
    .banner-switch {
      gap: 5px;
      font-size: 14px;
      border-radius: 26px;
      padding: 15px 30px;
      margin: 0 auto;
    }
    .banner-switch:hover .switch-arrow {
      transform: translateX(10px);
    }
    .banner-list {
      flex-direction: column;
      gap: 25px;
    }
    .banner-list .list-item {
      font-size: 16px;
      gap: 5px;
    }
    .wrap-1 {
      margin-bottom: 50px;
      margin-top: 50px;
    }
    .wrap-1 .wrap-switch {
      margin: 0 auto 40px;
      border-radius: 60px;
    }
    .wrap-1 .wrap-switch::before {
      right: -14px;
      top: -52px;
    }
    .wrap-1 .wrap-switch .switch-item {
      width: 168px;
      height: 46px;
      font-size: 14px;
      border-radius: 60px;
      -webkit-tap-highlight-color: transparent;
    }
    .wrap-1 .wrap-switch .switch-slide {
      width: 168px;
      height: 46px;
      border-radius: 60px;
    }
    .wrap-1 .wrap-switch .switch-slide.active {
      left: 168px;
    }
    .wrap-1 .wrap-content-inner {
      display: none;
      gap: 36px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .wrap-1 .wrap-content-inner .content-item {
      width: 100%;
      padding: 20px 24px 30px;
    }
    .wrap-1 .wrap-content-inner .content-item:first-child {
      order: 2;
    }
    .wrap-1 .wrap-content-inner .content-item:last-child {
      order: 3;
    }
    .wrap-1 .wrap-content-inner .content-item.best {
      order: 1;
      border-top-width: 3px;
      border-bottom-width: 3px;
      margin-top: 40px;
    }
    .wrap-1 .wrap-content-inner .content-item.best::before {
      bottom: -6px;
      left: -4px;
      width: calc(100% + 8px);
      height: calc(100% + 50px);
    }
    .wrap-1 .wrap-content-inner .content-item.best .content-item_list .list-li::before {
      border-width: 2px;
    }
    .wrap-1 .wrap-content-inner .content-item_title {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .wrap-1 .wrap-content-inner .content-item_price {
      gap: 4px;
      margin: 0 0 15px;
    }
    .wrap-1 .wrap-content-inner .content-item_num {
      font-size: 48px;
    }
    .wrap-1 .wrap-content-inner .content-item_time {
      font-size: 18px;
      transform: translateY(10px);
    }
    .wrap-1 .wrap-content-inner .content-item_info {
      gap: 10px;
      height: 50px;
      margin-bottom: 10px;
    }
    .wrap-1 .wrap-content-inner .content-item_total-price {
      font-size: 14px;
    }
    .wrap-1 .wrap-content-inner .content-item_desc {
      gap: 10px;
    }
    .wrap-1 .wrap-content-inner .content-item_desc .desc-normal {
      font-size: 14px;
    }
    .wrap-1 .wrap-content-inner .content-item_desc .desc-more-btn {
      width: 13px;
      height: 12px;
      background-size: 100% 100%;
    }
    .wrap-1 .wrap-content-inner .content-item_desc .desc-more-box {
      top: -38px;
      left: 99px;
      width: 200px;
      height: 40px;
      line-height: 38px;
      font-size: 10px;
    }
    .wrap-1 .wrap-content-inner .content-item_buy {
      gap: 15px;
      font-size: 18px;
      margin: 0 auto 18px;
    }
    .wrap-1 .wrap-content-inner .content-item_list {
      padding-left: 10px;
      border-top-width: 1px;
      padding-top: 26px;
    }
    .wrap-1 .wrap-content-inner .content-item_list .list-li {
      gap: 16px;
      margin-bottom: 12px;
    }
    .wrap-1 .wrap-content-inner .content-item_list .list-li::before {
      width: 4px;
      height: 4px;
      border-width: 4px;
    }
    .wrap-1 .wrap-getall {
      background: url("https://img.tunefab.com/uploads/page/new-store/single-get-mb.png") no-repeat center / cover;
      border-radius: 2px;
      padding: 20px 14px;
      margin: 30px auto 0;
    }
    .wrap-1 .wrap-getall .getall-tit {
      font-size: 16px;
      max-width: 50%;
    }
    .wrap-1 .wrap-getall .getall-desc {
      display: block;
      margin-top: 8px;
      max-width: 61%;
      font-size: 14px;
    }
    .wrap-2 {
      margin-top: 40px;
      padding-top: 20px;
    }
    .wrap-2 .wrap4-accept {
      width: 266px;
    }
    .wrap-2 .wrap4-accept img {
      width: 42px;
      height: 28px;
    }
    .wrap-2 .wrap-content {
      width: 100%;
      border-radius: 10px;
      padding: 20px;
    }
    .wrap-2 .wrap-content_title {
      font-size: 16px;
    }
    .wrap-2 .wrap-content_list {
      margin-top: 20px;
      padding-left: 20px;
    }
    .wrap-2 .wrap-content_list .list-li {
      font-size: 12px;
      margin-bottom: 10px;
    }
    .wrap3 .upgrade {
      margin: 36px auto 18px;
      padding: 10px 28px;
      font-size: 14px;
      font-weight: 400;
    }
    .wrap3 .wrap-tip {
      font-size: 14px;
    }
    .wrap-4 {
      padding-bottom: 50px;
    }
    .wrap-4 .container {
      padding: 0;
    }
    .wrap-4 .wrap-content {
      position: relative;
      overflow: hidden;
      padding: 20px 30px;
    }
    .wrap-4 .swiper-wrapper {
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      padding: 0 0 20px;
    }
    .wrap-4 .swiper-slide {
      width: 100%;
      display: inline-flex;
      border-radius: 8px;
      box-shadow: 0 4px 19.3px 0 rgba(80, 121, 159, 0.15);
      padding: 30px 20px;
      border-width: 1px;
    }
    .wrap-4 .swiper-pagination-bullet {
      background: #4596e5;
      opacity: 0.3;
    }
    .wrap-4 .swiper-pagination-bullet-active {
      background: #4596e5;
      opacity: 1;
    }
  }
  