.container {
    width: 1200px;
    padding: 0;
  }
  .wrap-tit {
    text-align: center;
    color: #222;
    font-size: 32px;
    font-weight: 600;
  }
  .banner {
    padding: 54px 0;
    background: linear-gradient(132deg, #007bff -134.67%, #fedfff 92.14%);
  }
  .banner .banner-tit {
    color: #1a1a1a;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
  }
  .banner .banner-desc {
    margin: 30px 0 40px;
    color: #3c3c3c;
    text-align: center;
    font-size: 20px;
  }
  .banner .banner-btn {
    display: flex;
    column-gap: 32px;
    justify-content: center;
  }
  .banner .banner-btn-item {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 119.584%;
    transition: transform 0.4s;
  }
  .banner .banner-btn-item:hover {
    transform: translateY(-8px);
  }
  .banner .banner-btn-item.btn1 {
    background: #007bff;
    color: #fff;
  }
  .banner .banner-btn-item.btn2 {
    color: #000;
    background: #fff;
  }
  .wrap1 {
    margin-top: 50px;
  }
  .wrap1 .wrap-desc {
    margin: 40px 0 46px;
    color: #3c3c3c;
    text-align: center;
    font-size: 20px;
  }
  .wrap1 .toggle-list {
    width: max-content;
    margin: 0 auto;
    padding: 6px;
    display: flex;
    column-gap: 6px;
    border-radius: 38px;
    background: #fff;
    box-shadow: 0 4px 16.7px 0 rgba(118, 122, 198, 0.22);
  }
  .wrap1 .toggle-list.sticky {
    position: fixed;
    top: -100px;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
    animation: slideDown 0.6s forwards;
  }
  .wrap1 .toggle-list .toggle-item {
    padding: 12px 20px;
    color: #222;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 38px;
  }
  .wrap1 .toggle-list .toggle-item.active,
  .wrap1 .toggle-list .toggle-item:hover {
    border: 1px solid #6fb4ff;
    background: #e6f2ff;
    border-radius: 38px;
    color: #007bff;
  }
  .wrap1 .toggle-list .toggle-item span {
    color: #fa8700;
  }
  @keyframes slideDown {
    to {
      top: 60px;
    }
  }
  .wrap1 .wrap1-swiper {
    margin-top: 80px;
  }
  .wrap1 .swiper-slide {
    position: relative;
    padding: 60px 0 46px 58px;
    background: url("https://img.tunefab.com/uploads/page/new-store/wrap1-bg.webp") no-repeat center;
    background-size: 100% 100%;
    display: none;
  }
  .wrap1 .swiper-slide.active {
    display: block;
  }
  .wrap1 .swiper-slide .slide-right {
    position: absolute;
    top: -90px;
    right: -76px;
  }
  .wrap1 .swiper-slide .slide-tit {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 131%;
  }
  .wrap1 .swiper-slide .slide-desc {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 22px;
    margin-top: 20px;
  }
  .wrap1 .swiper-slide .slide-price {
    margin-top: 26px;
    color: #ffc634;
    font-size: 48px;
    font-weight: 600;
    line-height: 131%;
  }
  .wrap1 .swiper-slide .slide-old-price {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
  }
  .wrap1 .btn-box {
    margin-top: 32px;
    display: flex;
    column-gap: 26px;
  }
  .wrap1 .btn-box .iconfont {
    font-size: 20px;
  }
  .wrap1 .btn-box .btn {
    padding: 10px 32px;
    border-radius: 8px;
    background: linear-gradient(177deg, #ff8528 41.61%, #feaf42 74.3%, #ffe7b0 94.07%), #f70;
    color: #fff;
    font-size: 22px;
    line-height: 119.584%;
    transition: transform 0.4s;
  }
  .wrap1 .btn-box .btn:hover {
    transform: translateY(-8px);
  }
  @media (max-width: 1400px) {
    .wrap1 .swiper-slide .slide-right {
      right: 0;
    }
  }
  .wrap2 {
    margin-top: 134px;
  }
  .wrap2 .prod-box {
    margin-top: 62px;
    flex-wrap: wrap;
    gap: 30px;
    display: none;
  }
  .wrap2 .prod-box.active {
    display: flex;
  }
  .wrap2 .prod-item {
    width: calc((100% - 30px * 2) / 3);
    max-width: 380px;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #ececec;
    background: #fff;
  }
  .wrap2 .prod-item .prod-tit {
    margin-top: 20px;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    word-break: keep-all;
    white-space: nowrap;
  }
  .wrap2 .prod-item .prod-desc {
    margin-top: 16px;
    color: #565656;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    height: 48px;
  }
  .wrap2 .prod-item .prod-price {
    margin-top: 16px;
    color: #f70;
    font-size: 32px;
    font-weight: 600;
    line-height: 131%;
  }
  .wrap2 .prod-item .prod-old-price {
    margin-top: 16px;
    color: rgba(34, 34, 34, 0.6);
    font-size: 14px;
    line-height: 119.584%;
  }
  .wrap2 .btn-box {
    margin-top: 24px;
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
  }
  .wrap2 .btn-box .btn {
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px 0;
    column-gap: 14px;
    border-radius: 6px;
    background: #007bff;
    color: #fff;
    font-size: 18px;
    line-height: 119.584%;
    /* 21.525px */
    transition: transform 0.4s;
  }
  .wrap2 .btn-box .btn:hover {
    transform: translateY(-8px);
  }
  .wrap2 .btn-box .iconfont {
    font-size: 20px;
  }
  .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;
  }
  .wrap4 {
    margin-top: 154px;
  }
  .wrap4 .wrap4-accept {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
  }
  .wrap5 {
    margin-top: 42px;
    padding: 78px 0 122px;
    background: linear-gradient(180deg, #fff 0%, #61adff 659.84%);
  }
  .wrap5 .choose-box {
    display: flex;
    margin-top: 74px;
  }
  .wrap5 .choose-box .choose-item:nth-child(2) {
    border-left: 1px solid #d8e4ef;
    border-right: 1px solid #d8e4ef;
    padding: 0 46px;
    margin: 0 46px;
  }
  .wrap5 .item-tit {
    margin: 18px 0;
    color: #222;
    font-size: 24px;
    font-weight: 600;
  }
  .wrap5 .item-desc {
    color: #565656;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
  }
  @media (max-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 15px;
    }
    .wrap3 .most-border {
      display: none;
    }
  }
  @media (max-width: 996px) {
    .wrap4 .wrap4-accept {
      flex-wrap: wrap;
      width: 476px;
      gap: 10px 14px;
      margin: 24px auto 0;
    }
    .wrap1 {
      margin-top: 50px;
    }
    .wrap1 .wrap-desc {
      font-size: 18px;
      margin: 16px 0 42px;
    }
    .wrap1 .toggle-list {
      padding: 4px;
      column-gap: 4px;
    }
    .wrap1 .toggle-list .toggle-item {
      padding: 8px 14px;
      font-size: 14px;
    }
    .wrap1 .wrap1-swiper {
      margin-top: 60px;
    }
    .wrap1 .swiper-slide {
      padding: 30px 22px 118px;
      border-radius: 12px;
      background: url("https://img.tunefab.com/uploads/page/new-store/wrap1-bg-mb.png") no-repeat center / cover;
    }
    .wrap1 .swiper-slide .slide-right {
      display: none;
    }
    .wrap1 .swiper-slide .slide-tit {
      font-size: 26px;
    }
    .wrap1 .swiper-slide .slide-desc {
      font-size: 16px;
      column-gap: 8px;
    }
    .wrap1 .swiper-slide .slide-desc img {
      width: 24px;
      height: 24px;
    }
    .wrap1 .swiper-slide .slide-price {
      margin-top: 20px;
      font-size: 34px;
    }
    .wrap1 .swiper-slide .slide-old-price {
      margin-top: 10px;
      font-size: 14px;
    }
    .wrap1 .btn-box {
      margin-top: 20px;
      column-gap: 20px;
    }
    .wrap1 .btn-box .btn {
      padding: 10px 24px;
      font-size: 16px;
    }
    .wrap1 .btn-box .iconfont {
      font-size: 14px;
    }
    .wrap2 .prod-box {
      gap: 18px;
    }
    .wrap2 .btn-box {
      column-gap: 18px;
    }
    .wrap2 .btn-box .btn {
      font-size: 16px;
      column-gap: 10px;
    }
    .wrap2 .btn-box .iconfont {
      font-size: 16px;
    }
    .wrap2 .prod-item {
      width: calc((100% - 18px * 2) / 3);
      padding: 22px;
    }
    .wrap2 .prod-item .prod-tit {
      height: 56px;
      white-space: normal;
    }
    .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-tit {
      font-size: 26px;
    }
    .banner {
      padding: 48px 0 42px;
      background: linear-gradient(143deg, #bec1ff 1.27%, #fedfff 86.69%);
    }
    .banner .banner-tit {
      font-size: 32px;
    }
    .banner .banner-desc {
      font-size: 18px;
      margin: 20px 0 22px;
    }
    .banner .banner-btn {
      flex-direction: column;
      align-items: center;
      row-gap: 16px;
    }
    .banner .banner-btn-item {
      width: max-content;
    }
    .wrap4 {
      margin-top: 54px;
    }
    .wrap4 .wrap4-accept {
      width: 266px;
    }
    .wrap4 .wrap4-accept img {
      width: 42px;
      height: 28px;
    }
    .wrap5 {
      padding: 50px 0 46px;
    }
    .wrap5 .choose-box {
      flex-direction: column;
      margin-top: 38px;
      row-gap: 38px;
    }
    .wrap5 .choose-box .choose-item:nth-child(2) {
      border: 0;
      padding: 0;
      margin: 0;
    }
    .wrap5 .item-top {
      display: flex;
      column-gap: 12px;
    }
    .wrap5 .item-top img {
      width: 30px;
    }
    .wrap5 .item-tit {
      font-size: 18px;
      margin: 0;
    }
    .wrap5 .item-desc {
      font-size: 14px;
      margin-top: 14px;
    }
    .wrap2 {
      margin-top: 60px;
    }
    .wrap2 .prod-box {
      margin-top: 30px;
      row-gap: 32px;
    }
    .wrap2 .prod-item {
      width: 100%;
      margin: 0 auto;
    }
    .wrap2 .prod-item .prod-tit {
      height: auto;
    }
    .wrap3 .upgrade {
      margin: 36px auto 18px;
      padding: 10px 28px;
      font-size: 14px;
      font-weight: 400;
    }
    .wrap3 .wrap-tip {
      font-size: 14px;
    }
  }
  