.banner-buy {
    width: 100%;
    height: auto;
    padding-bottom: 48px;
    background: url('../img/buy-banner-new.svg') no-repeat center;
  }
  .banner-buy .top {
    display: flex;
    padding: 50px 10px 0;
  }
  .banner-buy .top img {
    margin-right: 30px;
  }
  .banner-buy .top .text {
    flex: 0 0 62%;
    padding-right: 65px;
  }
  .banner-buy .top .text .text-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 158%;
    color: #212121;
    margin-bottom: 17px;
  }
  .banner-buy .top .text .text-particulars {
    font-size: 16px;
    line-height: 32px;
    color: #565656;
  }
  .banner-buy .top .banner-button {
    width: 254px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 34px;
    align-self: center;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    color: white;
    background: linear-gradient(90deg, #22ca79 0%, #00bb85 100%);
  }
  .banner-buy .top .banner-button a {
    width: 100%;
    height: 100%;
    display: block;
    color: white;
  }
  .banner-buy .top .banner-button:hover {
    background-image: linear-gradient(90deg, #0a8454 0%, #11bbc9 100%);
  }
  .banner-buy .icon {
    display: flex;
    justify-content: space-around;
    width: 78%;
    margin: 46px auto 0;
  }
  .banner-buy .icon .item {
    display: flex;
    align-items: center;
  }
  .banner-buy .icon .item img {
    margin-right: 11px;
  }
  .banner-buy .icon .item span {
    font-size: 18px;
    color: #00a777;
  }
  .banner-mobile {
    padding: 64px 0;
    background: url('../img/install/banner-bg.png') no-repeat center;
    background-size: 100% 100%;
    text-align: center;
  }
  .banner-mobile .banner_title {
    margin: 0 auto;
    color: #212121;
    font-size: 28px;
    max-width: 647px;
  }
  .banner-mobile .banner_particulars {
    color: #565656;
    font-size: 18px;
    margin-top: 25px;
  }
  @media (max-width: 768px) {
    .banner-mobile {
      padding: 34rem 0 74rem;
    }
    .banner-mobile .banner_title {
      max-width: 100%;
      font-size: 28rem;
    }
    .banner-mobile .banner_particulars {
      font-size: 16rem;
      margin-top: 25rem;
    }
  }
  .wrapper-1 {
    padding: 110px 0;
    overflow: hidden;
  }
  .wrapper-1 .wrapper-title {
    display: block;
    color: #080f30;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
  }
  .wrapper-1 .wrapper-text {
    display: block;
    color: #565656;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 25px;
  }
  .wrapper-1 .wrapper-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 102px;
    background: #f3fff9;
    padding: 18px 20px;
    margin-bottom: 80px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto 80px auto;
  }
  .wrapper-1 .wrapper-item {
    position: relative;
    height: 65px;
    line-height: 51px;
    text-indent: 62px;
    color: #565656;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 17px;
    border-radius: 10px;
    cursor: pointer;
  }
  .wrapper-1 .wrapper-item.active {
    color: #fff;
    background: linear-gradient(270deg, #04b570 0%, #22d655 100%);
  }
  .wrapper-1 .wrapper-item::before {
    content: '';
    position: absolute;
    left: 18px;
    width: 55px;
    height: 55px;
    background-image: url('../img/install/sprite.png');
    background-size: 367px auto;
  }
  .wrapper-1 .item1::before {
    background-position: 1px 2px;
  }
  .wrapper-1 .item2::before {
    background-position: -123px 2px;
  }
  .wrapper-1 .item3::before {
    background-position: -62px 2px;
  }
  .wrapper-1 .item4::before {
    background-position: -185px 2px;
  }
  .wrapper-1 .item5::before {
    background-position: -246px 2px;
  }
  .wrapper-1 .item6::before {
    background-position: -308px 2px;
  }
  .wrapper-1 .music-downloader-tabs .wrapper-item::before {
    background-image: url('../img/install/music-sprite.png');
  }
  .wrapper-1 .music-downloader-tabs .item1::before {
    background-position: -14px -140px;
  }
  .wrapper-1 .music-downloader-tabs .item2::before {
    background-position: -112px -140px;
  }
  .wrapper-1 .music-downloader-tabs .item3::before {
    background-position: -160px -140px;
  }
  .wrapper-1 .music-downloader-tabs .item4::before {
    background-position: -63px -137px;
  }
  .wrapper-1 .music-downloader-tabs .item5::before {
    background-position: -212px -136px;
  }
  .wrapper-1 .music-downloader-tabs .item6::before {
    background-position: -308px 2px;
  }
  .wrapper-1 .music-downloader-tabs .wrapper-switch {
    position: relative;
    width: fit-content;
    display: flex;
    margin: 0 auto;
    padding: 4px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 18px 4px rgba(51, 64, 88, 0.08);
    margin-bottom: 30px;
  }
  .wrapper-1 .wrapper-switch {
    position: relative;
    width: fit-content;
    display: flex;
    margin: 0 auto;
    padding: 4px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 18px 4px rgba(51, 64, 88, 0.08);
    margin-bottom: 30px;
  }
  .wrapper-1 .wrapper-switch .switch-title {
    position: relative;
    z-index: 10;
    width: 168px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #565656;
    border-radius: 40px;
    cursor: pointer;
    transition: all 500ms;
  }
  .wrapper-1 .wrapper-switch .switch-title.active {
    color: #fff;
  }
  .wrapper-1 .wrapper-switch .switch-slide {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 168px;
    height: 48px;
    border-radius: 40px;
    background: linear-gradient(90deg, #22d654 0%, #03b56f 100%);
    z-index: 1;
    transition: all 500ms;
  }
  .wrapper-1 .wrapper-switch .switch-slide.active {
    left: 172px;
  }
  .wrapper-1 .wrapper-switch .bundles-tips {
    position: absolute;
    top: -66px;
    right: -35px;
    width: 145px;
    height: 70px;
    background: url(../img/bg-bundles-tip.svg) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wrapper-1 .wrapper-switch .bundles-tips .tips-bold {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
  .wrapper-1 .wrapper-switch .bundles-tips .tips-lighter {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin-top: -10px;
  }
  .wrapper-1 .wrapper-all-introduce {
    margin: 10px auto 50px;
    text-align: center;
    /*display: none;*/
  }
  .wrapper-1 .wrapper-all-introduce .introduce-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
  }
  .wrapper-1 .wrapper-all-introduce .introduce-title img {
    margin-right: 15px;
  }
  .wrapper-1 .wrapper-all-introduce .introduce-desc {
    line-height: 2;
    font-size: 20px;
  }
  .wrapper-1 .wrapper-all-introduce .introduce-desc span{
    font-weight: 700;
    color: #00BA84;
  }
  .wrapper-1 .wrapper_desc {
    color: #565656;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 50px;
    text-align: center;
  }
  .wrapper-1 .wrapper-content {
    display: none;
  }
  .wrapper-1 .wrapper-content.active {
    display: block;
  }
  .wrapper-1 .content-inner {
    display: none;
    justify-content: center;
  }
  .wrapper-1 .content-inner.top {
    align-items: flex-start;
    gap: 55px;
  }
  .wrapper-1 .content-inner.center {
    align-items: flex-start;
    gap: 55px;
  }
  .wrapper-1 .content-inner.active {
    display: flex;
  }
  .wrapper-1 .content-item {
    position: relative;
    border-radius: 28px;
    border: 1px solid #24ca89;
  }
  .wrapper-1 .content-item.month {
    width: 365px;
  }
  .wrapper-1 .content-item.month .item-top::before {
    top: 70%;
    width: 90%;
    height: 120px;
  }
  .wrapper-1 .content-item.lifetime {
    width: 365px;
    border-color: #0096ff;
  }
  .wrapper-1 .content-item.lifetime .item-top {
    background-image: url('../img/buy-blue.png');
  }
  .wrapper-1 .content-item.lifetime .item-price::before {
    background: #44b2ff;
  }
  .wrapper-1 .content-item.lifetime .item-buy {
    color: #0096ff;
  }
  .wrapper-1 .content-item.lifetime .item-buy:hover {
    background: linear-gradient(90deg, #d0ecff 0%, #f3faff 100%);
  }
  .wrapper-1 .content-item.lifetime .item-top::before {
    top: 70%;
    width: 90%;
    height: 120px;
  }
  .wrapper-1 .content-item.bundles {
    width: 365px;
  }
  /*.wrapper-1 .content-item.bundles .item-tag {*/
  /*  top: -100px;*/
  /*}*/
  .wrapper-1 .content-item.bundles .item-top::before {
    width: 100%;
    height: 120px;
  }
  .wrapper-1 .content-item.year {
    width: 482px;
  }
  .wrapper-1 .content-item.year .item-top {
    padding-bottom: 70px;
  }
  .wrapper-1 .content-item.year .item-top::before {
    width: 95%;
    height: 140px;
  }
  .wrapper-1 .content-item.year .item-include {
    width: 86%;
  }
  .wrapper-1 .content-item.allinone {
    width: 482px;
  }
  .wrapper-1 .content-item.allinone .item-top::before {
    width: 90%;
    height: 130px;
  }
  .wrapper-1 .content-item.allinone .item-title {
    box-sizing: border-box;
    padding: 0 50px;
  }
  .wrapper-1 .content-item.allinone .item-include {
    width: 88%;
  }
  .wrapper-1 .item-tag {
    position: absolute;
    z-index: 10;
    top: -50px;
    right: -50px;
    width: 95px;
    height: 95px;
    background: url(../img/bg-tag.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wrapper-1 .item-tag .tag-bold {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
  }
  .wrapper-1 .item-tag .tag-lighter {
    font-weight: 300;
    font-size: 10px;
    color: #fff;
  }
  .wrapper-1 .item-top {
    position: relative;
    border-radius: 24px;
    padding: 15px 10px;
    background: url('../img/buy-green.png') center no-repeat;
    background-size: 102% 100%;
    background-position: 0 -12px;
    padding-bottom: 60px;
    z-index: 2;
  }
  .wrapper-1 .item-top::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/bg-buy-star.png) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
  }
  .wrapper-1 .item-best-seller {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url('../img/buy-absolute.png') center no-repeat;
    background-size: 100% 100%;
    padding: 11px 37px;
    color: #f67600;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }
  .wrapper-1 .item-title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 70px;
    font-size: 22px;
    line-height: 1.25;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
  }
  .wrapper-1 .item-desc {
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
  }
  .wrapper-1 .item-price {
    position: relative;
    z-index: 1;
    width: fit-content;
    display: block;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .wrapper-1 .item-price::before {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 12px;
    background: #3fe3a3;
    z-index: -1;
  }
  .wrapper-1 .item-cover {
    display: block;
    margin: 24px auto 12px;
  }
  .wrapper-1 .item-old-price-tax {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #fff;
    margin: 20px 0;
  }
  .wrapper-1 .item-old-price-tax span {
    font-weight: bold;
  }
  .wrapper-1 .item-old-price {
    font-weight: bold;
    text-decoration: line-through;
  }
  .wrapper-1 .item-buy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 154px;
    height: 44px;
    background: #fff;
    border-radius: 40px;
    margin: 12px auto;
    font-weight: bold;
    color: #1cb579;
  }
  .wrapper-1 .item-buy .iconfont {
    font-weight: normal;
    font-size: 22px;
    transform: translateY(1px);
  }
  .wrapper-1 .item-buy:hover {
    background: linear-gradient(90deg, #ccf4e4 0%, #f4fffb 100%);
  }
  .wrapper-1 .item-list {
    padding: 20px;
  }
  .wrapper-1 .item-list_li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #7a7a7a;
    padding: 15px 0;
  }
  .wrapper-1 .item-list_li::before {
    flex-shrink: 0;
    background: url(../img/tick.png) center no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
  }
  .wrapper-1 .item-include {
    position: relative;
    top: -30px;
    z-index: 10;
    width: 94%;
    padding: 12px 12px 0;
    margin: -25px auto;
    border-radius: 15px;
    background: #f2f9f5;
  }
  .wrapper-1 .item-include_title {
    width: fit-content;
    display: block;
    border-radius: 12px 0px;
    background: #1cb579;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 12px;
    padding: 6px 24px;
  }
  .wrapper-1 .item-include_list {
    margin-bottom: 8px;
  }
  .wrapper-1 .item-include_list .include-list_li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #7a7a7a;
    padding: 10px 0;
  }
  .wrapper-1 .item-include_list .include-list_li .li-title {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #7a7a7a;
  }
  .wrapper-1 .item-include_list .include-list_li .li-price {
    font-size: 14px;
    line-height: 1.5;
    color: #606060;
  }
  .wrapper-1 .item-include_list .include-list_li::before {
    flex-shrink: 0;
    background: url(../img/tick.png) center no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
  }
  .wrapper-1 .item-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    padding: 22px 0;
  }
  .wrapper-1 .item-btns_buy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 154px;
    height: 44px;
    background: #ffffff;
    border-radius: 40px;
    font-weight: bold;
    color: #1cb579;
    transition: background 0.5s;
  }
  .wrapper-1 .item-btns_buy .iconfont {
    font-weight: normal;
    font-size: 22px;
    transform: translateY(1px);
  }
  .wrapper-1 .item-btns_buy:hover {
    background: linear-gradient(90deg, #ccf4e4 0%, #f4fffb 100%);
  }
  .wrapper-2 .titel {
    font-weight: 700;
    font-size: 35px;
    line-height: 146%;
    text-align: center;
    color: #080f30;
    margin-bottom: 42px;
  }
  .wrapper-2 .wrapper-3-logo {
    display: block;
    margin: 0 auto 120px;
  }
  .wrapper-2 .note {
    position: relative;
    z-index: 10;
    width: 100%;
    background: #f1f8f8;
    border-radius: 30px;
    background-color: #e6fcf4;
    border: 10px solid #fff;
    box-shadow: 0 0 10px 0 rgba(39, 152, 147, 0.08);
    padding: 50px 30px;
  }
  .wrapper-2 .note .note-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 134%;
    text-align: center;
    color: #212121;
    margin-bottom: 25px;
  }
  .wrapper-2 .note ul {
    width: 90%;
    margin: 0 auto;
  }
  .wrapper-2 .note ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 220%;
    color: #565656;
    margin-bottom: 10px;
  }
  .wrapper-2 .note ul li:last-child {
    margin-bottom: 0;
  }
  .wrapper-2 .note ul li a {
    font-weight: bold;
    color: #03996c;
  }
  .wrapper-3 {
    background: url(../img/bg-why-choose.svg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin-top: -400px;
    padding: 550px 0 100px;
  }
  .wrapper-3 .main-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
  }
  .wrapper-3 .content {
    display: flex;
    justify-content: center;
    gap: 56px;
  }
  .wrapper-3 .content .item {
    width: 320px;
    border-radius: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 12px 60px;
    box-shadow: 0 0 20px 0 rgba(0, 125, 80, 0.38);
  }
  .wrapper-3 .content .item .item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #222222;
    margin: 20px 0;
  }
  .wrapper-3 .content .item .item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #444b4a;
  }
  .wrapper-3 .content .item .item-link {
    font-weight: 700;
    color: #03996c;
  }
  .wrapper-3 .content .item .item-link:hover {
    text-decoration: underline;
  }
  footer {
    margin-top: 0;
  }
  @media (max-width: 770px) {
    .banner-buy {
      width: 100%;
      height: auto;
      padding-bottom: 0;
      background: #f5fffc;
    }
    .banner-buy .container {
      width: 100%;
    }
    .banner-buy .top {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-top: 18rem;
      padding: 25rem 0 50rem;
    }
    .banner-buy .top img {
      width: 85rem;
      height: 85rem;
      margin-bottom: 14.5rem;
      margin-right: 0;
    }
    .banner-buy .top .text {
      flex: 0 0 100%;
      margin-bottom: 18rem;
      margin: 0 auto;
      margin-right: 0 !important;
      padding-right: unset;
    }
    .banner-buy .top .text .text-title {
      font-size: 24rem;
      text-align: center;
      padding: 0 20rem;
    }
    .banner-buy .top .text .text-particulars {
      text-align: center;
      width: 85%;
      font-size: 16rem;
      margin: 0 auto 20rem;
    }
    .banner-buy .top .banner-button {
      width: 190rem;
      height: 52rem;
      line-height: 52rem;
      text-align: center;
      border-radius: 34rem;
      color: white;
      align-self: center;
      font-weight: 700;
      font-size: 16rem;
      cursor: pointer;
      background: linear-gradient(90deg, #22ca79 0%, #00bb85 100%);
    }
    .banner-buy .top .banner-button:hover {
      background-image: linear-gradient(90deg, #0a8454 0%, #11bbc9 100%);
    }
    .banner-buy .icon {
      width: 68%;
      flex-direction: column;
      align-items: flex-start;
      margin: 0 auto;
      padding-bottom: 20rem;
    }
    .banner-buy .icon .item {
      margin-bottom: 21rem;
    }
    .wrapper-1 {
      padding: 80rem 0;
    }
    .wrapper-1 .wrapper-title {
      font-size: 22rem;
      margin-bottom: 16rem;
    }
    .wrapper-1 .wrapper-tabs {
      flex-direction: column;
      height: auto;
      width: 100%;
      padding: 12rem 20rem;
      margin-bottom: 80rem;
      border-radius: 10rem;
    }
    .wrapper-1 .wrapper-item {
      width: 100%;
      height: 57rem;
      line-height: 45rem;
      text-indent: 120rem;
      font-size: 15rem;
      padding: 6rem 17rem;
      border-radius: 10rem;
      cursor: pointer;
    }
    .wrapper-1 .wrapper-item::before {
      left: 73rem;
      width: 45rem;
      height: 45rem;
      background-size: 367rem auto;
    }
    .wrapper-1 .item1::before {
      background-position: 1rem -61rem;
    }
    .wrapper-1 .item2::before {
      background-position: -109rem -61rem;
    }
    .wrapper-1 .item3::before {
      background-position: -54rem -61rem;
    }
    .wrapper-1 .item4::before {
      background-position: -163rem -61rem;
    }
    .wrapper-1 .item5::before {
      background-position: -217rem -61rem;
    }
    .wrapper-1 .item6::before {
      background-position: -272rem -61rem;
    }
    .wrapper-1 .wrapper-switch {
      padding: 4rem;
      border-radius: 40rem;
      box-shadow: 0 0 18rem 4rem rgba(51, 64, 88, 0.08);
      margin-bottom: 30rem;
    }
    .wrapper-1 .wrapper-switch .switch-title {
      width: 155rem;
      height: 44rem;
      font-size: 18rem;
      border-radius: 40rem;
    }
    .wrapper-1 .wrapper-switch .switch-slide {
      top: 4rem;
      left: 4rem;
      width: 155rem;
      height: 44rem;
      border-radius: 40rem;
    }
    .wrapper-1 .wrapper-switch .switch-slide.active {
      left: 159px;
    }
    .wrapper-1 .wrapper-switch .bundles-tips {
      top: -65rem;
      right: -10rem;
      width: 145rem;
      height: 70rem;
    }
    .wrapper-1 .wrapper-switch .bundles-tips .tips-bold {
      font-size: 16rem;
    }
    .wrapper-1 .wrapper-switch .bundles-tips .tips-lighter {
      font-size: 12rem;
      margin-top: -10rem;
    }
    .wrapper-1 .wrapper-all-introduce {
      margin: 10rem auto 50rem;
    }
    .wrapper-1 .wrapper-all-introduce .introduce-title {
      font-size: 24rem;
      margin-bottom: 20rem;
    }
    .wrapper-1 .wrapper-all-introduce .introduce-desc {
      font-size: 20rem;
    }
    .wrapper-1 .wrapper_desc {
      font-size: 18rem;
      margin: 10rem 0 50rem;
    }
    .wrapper-1 .content-inner {
      flex-direction: column;
    }
    .wrapper-1 .content-inner.top {
      gap: 65rem;
    }
    .wrapper-1 .content-inner.center {
      gap: 75rem;
    }
    .wrapper-1 .content-item {
      border-radius: 28rem;
      border-width: 1rem;
    }
    .wrapper-1 .content-item.month {
      width: 100%;
    }
    .wrapper-1 .content-item.month .item-top::before {
      top: 70%;
      width: 90%;
      height: 120rem;
    }
    .wrapper-1 .content-item.lifetime {
      width: 100%;
    }
    .wrapper-1 .content-item.lifetime .item-top {
      padding-top: 60rem;
    }
    .wrapper-1 .content-item.lifetime .item-top::before {
      top: 70%;
      width: 90%;
      height: 120rem;
    }
    .wrapper-1 .content-item.bundles {
      width: 100%;
      padding-bottom: 5rem;
    }
    .wrapper-1 .content-item.bundles .item-tag {
      top: -70rem;
    }
    .wrapper-1 .content-item.bundles .item-top::before {
      width: 100%;
      height: 120rem;
    }
    .wrapper-1 .content-item.year {
      width: 100%;
    }
    .wrapper-1 .content-item.year .item-top {
      padding-bottom: 60rem;
    }
    .wrapper-1 .content-item.year .item-top::before {
      width: 95%;
      height: 140rem;
    }
    .wrapper-1 .content-item.year .item-include {
      width: 90%;
    }
    .wrapper-1 .content-item.allinone {
      width: 100%;
    }
    .wrapper-1 .content-item.allinone .item-top::before {
      width: 90%;
      height: 130rem;
    }
    .wrapper-1 .content-item.allinone .item-title {
      padding: 0;
    }
    .wrapper-1 .content-item.allinone .item-include {
      width: 90%;
    }
    .wrapper-1 .item-tag {
      top: -70rem;
      right: -15rem;
      width: 90rem;
      height: 90rem;
    }
    .wrapper-1 .item-tag .tag-bold {
      font-size: 14rem;
    }
    .wrapper-1 .item-tag .tag-lighter {
      font-size: 10rem;
    }
    .wrapper-1 .item-top {
      border-radius: 28rem;
      padding: 15rem 10rem;
      background-position: 0 -12rem;
      padding-bottom: 60rem;
    }
    .wrapper-1 .item-best-seller {
      padding: 11rem 37rem;
      font-size: 14rem;
    }
    .wrapper-1 .item-title {
      width: 100%;
      height: auto;
      font-size: 22rem;
      margin-bottom: 12rem;
    }
    .wrapper-1 .item-desc {
      margin-bottom: 12rem;
    }
    .wrapper-1 .item-price {
      font-size: 30rem;
      margin-bottom: 12rem;
    }
    .wrapper-1 .item-price::before {
      bottom: 2rem;
      height: 12rem;
    }
    .wrapper-1 .item-cover {
      margin: 24rem auto 12rem;
    }
    .wrapper-1 .item-old-price-tax {
      gap: 10rem;
      font-size: 14rem;
      margin: 20rem 0;
    }
    .wrapper-1 .item-buy {
      gap: 6rem;
      width: 140rem;
      height: 38rem;
      border-radius: 40rem;
      margin: 12rem auto;
    }
    .wrapper-1 .item-buy .iconfont {
      font-size: 18rem;
      transform: translateY(1rem);
    }
    .wrapper-1 .item-list {
      padding: 20rem 35rem;
    }
    .wrapper-1 .item-list_li {
      gap: 10rem;
      font-size: 14rem;
      padding: 15rem 0;
    }
    .wrapper-1 .item-list_li::before {
      width: 22rem;
      height: 22rem;
    }
    .wrapper-1 .item-include {
      top: -30rem;
      padding: 12rem 12rem 4rem;
      margin: -25rem auto;
      border-radius: 15rem;
    }
    .wrapper-1 .item-include_title {
      border-radius: 12rem 0;
      font-size: 14rem;
      margin: 0 auto 12rem;
      padding: 6rem 24rem;
    }
    .wrapper-1 .item-include_list {
      margin-bottom: 8rem;
    }
    .wrapper-1 .item-include_list .include-list_li {
      gap: 8rem;
      font-size: 14rem;
      padding: 4rem 0;
    }
    .wrapper-1 .item-include_list .include-list_li .li-title {
      font-size: 12rem;
    }
    .wrapper-1 .item-include_list .include-list_li .li-price {
      font-size: 10rem;
    }
    .wrapper-1 .item-include_list .include-list_li::before {
      width: 18rem;
      height: 18rem;
    }
    .wrapper-1 .item-btns {
      gap: 20rem;
      padding: 22rem 0;
    }
    .wrapper-1 .item-btns_buy {
      gap: 6rem;
      width: 130rem;
      height: 38rem;
      border-radius: 40rem;
      font-size: 14rem;
    }
    .wrapper-1 .item-btns_buy .iconfont {
      font-size: 18rem;
      transform: translateY(1rem);
    }
    .wrapper-2 {
      padding-bottom: 0;
    }
    .wrapper-2 .container {
      width: 100%;
    }
    .wrapper-2 .titel {
      font-size: 22rem;
      margin-bottom: 35rem;
    }
    .wrapper-2 .wrapper-3-logo {
      display: block;
      margin: 0 auto 70rem;
      width: 93%;
      height: auto;
    }
    .wrapper-2 .note {
      width: 100%;
      height: auto;
      padding: 50rem 0;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }
    .wrapper-2 .note .note-title {
      font-weight: 700;
      font-size: 22rem;
      line-height: 134%;
      text-align: center;
      color: #212121;
      margin-bottom: 25rem;
    }
    .wrapper-2 .note ul {
      width: 90%;
      margin: 0 0 0 30rem;
    }
    .wrapper-2 .note ul li {
      list-style: disc;
      font-weight: 400;
      font-size: 14rem;
      line-height: 220%;
      color: #565656;
      padding-right: 15rem;
      margin-bottom: 10rem;
    }
    .wrapper-3 {
      margin-top: 0;
      padding-top: 80rem;
      padding: 80rem 0 60rem;
      background: linear-gradient(180deg, #85ccb2 -3.73%, #009c93 100%), #e6fcf4;
    }
    .wrapper-3 .main-title {
      font-size: 24rem;
    }
    .wrapper-3 .content {
      flex-direction: column;
      align-items: center;
      gap: 35rem;
    }
    .wrapper-3 .content .item {
      width: 320rem;
    }
    .wrapper-3 .content .item .item-img {
      width: 100rem;
      height: 100rem;
    }
    .wrapper-3 .content .item .item-title {
      font-size: 20rem;
      margin: 20rem 0 10rem;
    }
    .wrapper-3 .content .item .item-desc {
      font-size: 16rem;
    }
  }