.wrap4 {
    padding: 90px 0;
  }
  .wrap4 .swiper-wrapper {
    column-gap: 18px;
  }
  .wrap4 .swiper-slide {
    padding: 40px 14px 30px;
    flex: 1;
    height: auto;
    border-radius: 10px;
    background: #f9f9fb;
    text-align: center;
    transition: all 0.4s;
  }
  .wrap4 .swiper-slide:hover {
    transform: translateY(-8px);
  }
  .wrap4 .swiper-slide .slide-tit {
    margin-top: 4px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }
  .wrap4 .swiper-slide .slide-desc {
    margin-top: 12px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 170%;
    /* 23.8px */
  }
  .wrap3 {
    margin-top: 72px;
    padding: 58px 0 84px;
    background: linear-gradient(93deg, #7028e4 -20.39%, #e5b2ca 117.59%), linear-gradient(0deg, #7028e4 -25.85%, #e5b2ca 221.64%);
  }
  .wrap3 .wrap-tit {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
  }
  .wrap3 .faq_box {
    margin-top: 36px;
  }
  .wrap3 .faq_item {
    padding: 0 34px 0 24px;
    cursor: pointer;
    transition: max-height 0.3s ease-out;
  }
  .wrap3 .faq_item.is-active .faq-text {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .wrap3 .faq_item.is-active .faq-cont {
    max-height: 400px;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .wrap3 .faq_item.is-active .icon-row {
    transform: rotate(0);
  }
  .wrap3 .faq_item:nth-child(odd) {
    background: rgba(255, 255, 255, 0.14);
  }
  .wrap3 .faq_item:nth-child(even) {
    background: rgba(108, 59, 164, 0.34);
  }
  .wrap3 .faq-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
  }
  .wrap3 .faq-text h3 {
    font-size: 18px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 400;
  }
  .wrap3 .faq-cont {
    overflow: hidden;
    font-size: 16px;
    line-height: 228%;
    color: #ffffff;
    width: 86%;
    font-weight: lighter;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .wrap3 .faq-cont a {
    color: #2d374b;
  }
  .wrap3 .faq-icon {
    position: relative;
    width: 20px;
  }
  .wrap3 .faq-icon .icon-column {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 12px;
    background-color: #fff;
  }
  .wrap3 .faq-icon .icon-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 12px;
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .wrap2 {
    margin-top: 110px;
  }
  .wrap2 .pay-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
  }
  .wrap2 .pay-cont .pay-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }
  .wrap2 .pay-list {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .banner {
    padding: 96px 0 90px;
    background: #f0ecff;
  }
  .banner .banner-cont {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 50px;
    z-index: 2;
  }
  .banner .banner-cont::before {
    position: absolute;
    content: "";
    width: 456px;
    height: 456px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(180deg, #c3b3ff 0%, #f0ecff 100%);
    top: -100%;
    transform: translateY(-28%);
    left: -42px;
    z-index: -1;
  }
  .banner .banner-info {
    margin-top: 6px;
  }
  .banner .banner-tit {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 28px;
    font-weight: 700;
  }
  .banner ul {
    display: flex;
    align-items: center;
    column-gap: 32px;
    margin-top: 30px;
  }
  .banner ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  .banner ul .text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .banner .link {
    display: block;
    margin-top: 22px;
    color: #f96666;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .banner .link::after {
    content: ">>";
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s;
  }
  .banner .link:hover {
    text-decoration: underline;
  }
  .banner .link:hover::after {
    margin-left: 20px;
  }
  .wrap1 {
    margin-top: 46px;
  }
  .wrap1 .container {
    width: 1200px;
  }
  .wrap1 .plan-list {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    border-radius: 132px;
    background: #f9f9f9;
    overflow: hidden;
  }
  .wrap1 .plan-item {
    flex: auto;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding: 16px 14px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .wrap1 .plan-item.action {
    background: #7950ef;
  }
  .wrap1 .plan-item.action span {
    color: #fff;
  }
  .wrap1 .plan-item.action path {
    stroke: #fff;
  }
  .wrap1 .plan-item.action rect {
    stroke: #fff;
  }
  .wrap1 .plan-item:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 1px;
    height: 38px;
    background: #ededed;
  }
  .wrap1 .plan-item:nth-child(n + 2).action:before {
    content: none;
  }
  .wrap1 .plan-item span {
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    line-height: 147.5%;
  }
  .wrap1 .plan-swiper {
    padding: 60px 60px;
    position: relative;
    overflow: hidden;
  }
  .wrap1 .swiper-slide {
    display: flex;
    column-gap: 36px;
    justify-content: center;
  }
  .wrap1 .slide-item {
    position: relative;
    flex: 1;
    max-width: 336px;
    padding: 42px 10px 36px;
    border-radius: 12px;
    border: 2px solid transparent;
    background: #fff;
    box-shadow: 0 11px 19.204px 6.11px rgba(119, 91, 197, 0.09);
  }
  .wrap1 .slide-item.item2 {
    border: 2px solid #9069ff;
  }
  .wrap1 .slide-item.item2 .btn {
    background: #cc2ef4;
    color: #fff;
  }
  .wrap1 .slide-item.item2 .btn .button-win {
    background: url("../../img/buy/buy-btn-sprit.png") no-repeat -51px -16px;
  }
  .wrap1 .slide-item.item2 .btn .button-mac {
    background: url("../../img/buy/buy-btn-sprit.png") no-repeat -51px -61px;
  }
  .wrap1 .slide-item.item2 .btn:hover {
    background: #fff;
    color: #cc2ef4;
  }
  .wrap1 .slide-item.item2 .btn:hover .button-win {
    background: url("../../img/buy/buy-btn-sprit.png") no-repeat -14px -16px;
  }
  .wrap1 .slide-item.item2 .btn:hover .button-mac {
    background: url("../../img/buy/buy-btn-sprit.png") no-repeat -14px -61px;
  }
  .wrap1 .slide-item .plan-title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    color: #1b1b1b;
    font-size: 26px;
    font-weight: 600;
    line-height: 147.5%;
    /* 38.35px */
  }
  .wrap1 .slide-item .title_tips {
    position: relative;
    z-index: 2;
  }
  .wrap1 .slide-item .title_tips:hover .tips_desc {
    visibility: visible;
    opacity: 1;
  }
  .wrap1 .slide-item .title_tips .tips_desc {
    opacity: 0;
    visibility: hidden;
    width: 230px;
    padding: 7px 12px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: #fff;
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    z-index: 2;
    box-shadow: 0 1px 27px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    transition: all 0.5s;
  }
  .wrap1 .slide-item .title_tips .tips_desc .tips_link {
    color: #5125e4;
  }
  .wrap1 .slide-item .title_tips .tips_icon {
    cursor: pointer;
  }
  .wrap1 .slide-item .plan-price {
    margin-top: 14px;
    color: #6330f5;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
  }
  .wrap1 .slide-item .plan-price .old-price {
    color: #6a6a6a;
    text-decoration-line: line-through;
    font-size: 18px;
    font-weight: 400;
  }
  .wrap1 .slide-item .plan-tax {
    text-align: center;
    margin-top: 14px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
    line-height: 147.5%;
    /* 20.65px */
  }
  .wrap1 .slide-item .btn {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 24px auto 0;
    padding: 14px 50px;
    border-radius: 66px;
    border: 2px solid #cc2ef4;
    color: #cc2ef4;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s;
  }
  .wrap1 .slide-item .btn .button-win {
    background: url("../../img/buy/buy-btn-sprit.png") no-repeat -14px -16px;
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
  .wrap1 .slide-item .btn .button-mac {
    background: url("../../img/buy/buy-btn-sprit.png") no-repeat -14px -61px;
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
  .wrap1 .slide-item .btn:hover {
    background: #cc2ef4;
    color: #fff;
  }
  .wrap1 .slide-item .btn:hover .button-win {
    background: url("../../img/buy/buy-btn-sprit.png") no-repeat -51px -16px;
  }
  .wrap1 .slide-item .btn:hover .button-mac {
    background: url("../../img/buy/buy-btn-sprit.png") no-repeat -51px -61px;
  }
  .wrap1 .slide-item ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin: 34px 0 0 30px;
  }
  .wrap1 .slide-item ul li {
    display: flex;
    align-items: center;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 147.5%;
    /* 23.6px */
  }
  .wrap1 .slide-item ul span {
    box-sizing: content-box;
    display: block;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    background: #3dba37;
    border-radius: 50%;
    border: 2px solid #e2fbe1;
    margin-right: 10px;
  }
  .wrap1 .slide-item .plan-sale {
    position: absolute;
    top: -2px;
    right: -2px;
  }
  .wrap1 .now-nav {
    display: none;
  }
  @media (max-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 15px;
    }
    .wrap1 .container {
      width: 100%;
    }
    .wrap1 .plan-swiper {
      padding: 30px;
    }
  }
  @media (max-width: 996px) {
    .wrap1 .wrap-cont {
      position: relative;
    }
    .wrap1 .swiper-slide {
      flex-direction: column;
      row-gap: 34px;
    }
    .wrap1 .slide-item .title_tips:hover .tips_desc {
      left: 0;
      transform: translateX(-85%);
    }
    .wrap1 .slide-item .title_tips .tips_desc {
      left: 0;
      transform: translateX(-85%);
    }
    .wrap1 .plan-swiper {
      max-width: 370px;
      margin: 16px auto 0;
      padding: 30px 16px;
    }
    .wrap1 .plan-list {
      position: absolute;
      top: 0;
      z-index: 111;
      left: 50%;
      transform: translate(-50%, 64px);
      width: 100%;
      transition: all 0.3s;
      flex-direction: column;
      border-radius: 6px;
      transition: all 0.4s;
    }
    .wrap1 .plan-list .plan-item {
      padding: 16px;
      position: relative;
    }
    .wrap1 .plan-list .plan-item.action {
      background: none;
    }
    .wrap1 .plan-list .plan-item.action span {
      color: #686868;
    }
    .wrap1 .plan-list .plan-item.action path {
      stroke: #686868;
    }
    .wrap1 .plan-list .plan-item.action rect {
      stroke: #686868;
    }
    .wrap1 .plan-list .plan-item:nth-child(n + 2)::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      background: #ededed;
      width: 90%;
      height: 1px;
    }
    .wrap1 .now-nav {
      position: relative;
      display: flex;
      align-items: center;
      column-gap: 6px;
      border-radius: 6px;
      background: #7950ef;
      color: #fff;
      padding: 16px;
      font-size: 16px;
    }
    .wrap1 .now-nav path {
      stroke: #fff;
    }
    .wrap1 .now-nav rect {
      stroke: #fff;
    }
    .wrap1 .now-nav::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translate(0, -50%);
      width: 12px;
      height: 12px;
      background: url("../../img/buy/arrow-top.png") no-repeat center / cover;
      transition: all 0.4s;
    }
    .wrap1 .now-nav.action::after {
      transform: translate(0, -50%) rotate(180deg);
    }
  }
  @media (max-width: 768px) {
    .wrap4 {
      padding: 46px 0 80px;
    }
    .wrap4 .wrap4-swiper {
      position: relative;
      overflow: hidden;
      padding-bottom: 40px;
    }
    .wrap4 .swiper-wrapper {
      gap: 0;
    }
    .wrap4 .swiper-slide {
      flex: none;
    }
    .wrap4 .swiper-pagination-bullet {
      background: none;
      border: 1px solid #7950ef;
      opacity: unset;
    }
    .wrap4 .swiper-pagination-bullet-active {
      background: #7950ef;
    }
    .wrap3 {
      margin-top: 60px;
      padding: 36px 0 50px;
    }
    .wrap3 .container {
      padding: 0;
    }
    .wrap3 .faq-text h3 {
      font-size: 14px;
    }
    .wrap3 .faq-cont {
      width: 100%;
      font-size: 12px;
    }
    .wrap3 .faq_item {
      padding: 20px;
    }
    .wrap3 .faq_item.is-active .faq-cont {
      margin-top: 10px;
    }
    .wrap3 .faq_item.is-active .faq-text {
      padding-bottom: 14px;
    }
    .wrap3 .faq-icon {
      display: none;
    }
    .wrap3 .faq_box {
      margin-top: 20px;
    }
    .wrap2 {
      margin-top: 60px;
    }
    .wrap2 .pay-cont {
      flex-direction: column;
      row-gap: 20px;
    }
    .wrap2 .pay-cont .pay-title {
      font-size: 26px;
    }
    .wrap2 .pay-list {
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      gap: 20px;
    }
    .banner {
      padding: 30px 0;
    }
    .banner .banner-cont {
      flex-direction: column;
      align-items: center;
    }
    .banner .banner-cont::before {
      width: 300px;
      height: 300px;
      top: 0;
      transform: translate(-50%, -50%);
      left: 50%;
    }
    .banner .banner-info {
      margin-top: 30px;
    }
    .banner .banner-tit {
      text-align: center;
      display: block;
      font-size: 26px;
    }
    .banner ul {
      flex-direction: column;
      row-gap: 10px;
    }
    .banner .link {
      text-align: center;
    }
  }
  .plan-list .plan-item .icon {
    width: 20px;
    height: 20px;
    background-color: #686868;
  }
  .wrap1 .plan-item.action .icon {
    background-color: #ffffff;
  }
  .plan-list .plan-item .icon.all-in-one {
    mask: url(../../img/buy/all-in-one.svg) no-repeat center;
  }
  .plan-list .plan-item .icon.screen-lock {
    mask: url(../../img/buy/screen-lock.svg) no-repeat center;
  }
  .plan-list .plan-item .icon.apple-id {
    mask: url(../../img/buy/apple-id.svg) no-repeat center;
  }
  .plan-list .plan-item .icon.icloud-lock {
    mask: url(../../img/buy/icloud-lock.svg) no-repeat center;
  }
  .plan-list .plan-item .icon.mdm {
    mask: url(../../img/buy/mdm.svg) no-repeat center;
  }
  .plan-list .plan-item .icon.screen-time {
    mask: url(../../img/buy/screen-time.svg) no-repeat center;
  }
  .plan-list .plan-item .icon.itunes-backup {
    mask: url(../../img/buy/itunes-backup.svg) no-repeat center;
  }
  .plan-list .plan-item .icon.sim-lock {
    mask: url(../../img/buy/sim-lock.svg) no-repeat center;
  }