*{
    box-sizing: border-box;
    line-height: 1;
}
main a{
  color: #000;
}
/* body{line-height: 1 !important;} */
.banner {
    background-image: url(../../img/store/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #fff;
    padding: 85px 0 120px;
  }
  .banner-title {
    font-size: 36px;
    text-align: center;
    color: #061c3d;
    margin-bottom: 24px;
  }
  .banner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
  }
  .banner-list .list-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #595959;
    padding: 0 20px;
  }
  .banner-list .list-item::before {
    content: '';
    background-size: 100% 100%;
  }
  .banner-list .list-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #595959;
  }
  .banner-list .list-item.item-1::before {
    width: 20px;
    height: 18px;
    background-image: url(../../img/store/banner-item1.svg);
  }
  .banner-list .list-item.item-2::before {
    width: 14px;
    height: 18px;
    background-image: url(../../img/store/banner-item2.svg);
  }
  .banner-list .list-item.item-3::before {
    width: 20px;
    height: 20px;
    background-image: url(../../img/store/banner-item3.svg);
  }
  .banner-list .list-item.item-3::after {
    display: none;
  }
  .banner-list .list-item.item-4::before {
    width: 19px;
    height: 16px;
    background-image: url(../../img/store/banner-item4.svg);
  }
  .banner-list .list-item.item-4::after {
    display: none;
  }
  .banner-switch {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    background: #f0f0f0;
    padding: 3px;
    margin: 0 auto;
  }
  .banner-switch .switch-win,
  .banner-switch .switch-mac {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 74px;
    height: 24px;
    border-radius: 20px;
    transition: all 300ms;
    cursor: pointer;
  }
  .banner-switch .switch-win::before,
  .banner-switch .switch-mac::before {
    content: '';
    background-size: 100% 100%;
  }
  .banner-switch .switch-win.active,
  .banner-switch .switch-mac.active {
    color: #007bff;
    background: #fff;
  }
  .banner-switch .switch-win::before {
    width: 13px;
    height: 14px;
    background-image: url(../../img/store/icon-win.svg);
  }
  .banner-switch .switch-win.active::before {
    background-image: url(../../img/store/icon-win-active.svg);
  }
  .banner-switch .switch-mac::before {
    width: 13px;
    height: 16px;
    background-image: url(../../img/store/icon-mac.svg);
    transform: translateY(-1px);
  }
  .banner-switch .switch-mac.active::before {
    background-image: url(../../img/store/icon-mac-active.svg);
  }
  .wrap-1 {
    margin-top: -50px;
    margin-bottom: 120px;
  }
  .wrap-1 .container {
    display: flex;
    background-color: #fff;
    border: 1px solid #ececec;
    filter: drop-shadow(0 1px 54px rgba(104, 103, 127, 0.17));
  }
  .wrap-1 .product-select-header {
    display: none;
  }
  .wrap-1 .product-select {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 208px;
    padding: 6px;
    background: #fafafa;
  }
  .wrap-1 .product-select .product-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 58px;
    padding-left: 18px;
  }
  .wrap-1 .product-select .product-item.active {
    border-radius: 4px;
    border: 1px solid #007bff;
    background: #fff;
  }
  .wrap-1 .product-content {
    padding: 20px 0;
  }
  .wrap-1 .content-tab {
    width: fit-content;
    display: flex;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    background: #f4f4f4;
    margin: 0 auto 12px;
    padding: 5px;
  }
  .wrap-1 .content-tab .tab-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: 170px;
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 300ms;
  }
  .wrap-1 .content-tab .tab-item.active {
    background: #fff;
    border: 1px solid #e2e2e2;
  }
  .wrap-1 .content-tab .tab-item.active span {
    font-weight: bold;
  }
  .wrap-1 .content-tab .tab-item span {
    color: #000;
    font-size: 16px;
  }
  .wrap-1 .content-tab .tab-item i {
    font-style: normal;
    font-size: 11px;
    color: #fff;
    border-radius: 70px;
    background: #ff2d2d;
    padding: 2px 18px;
    line-height: 1.2;
  }
  .wrap-1 .product-outer {
    display: none;
  }
  .wrap-1 .product-outer.active {
    display: flex;
  }
  .wrap-1 .product-intro {
    flex-shrink: 0;
    width: 510px;
    padding: 40px 30px;
  }
  .wrap-1 .intro-item {
    display: none;
    flex-direction: column;
  }
  .wrap-1 .intro-item.active {
    display: flex;
  }
  .wrap-1 .intro-item .item-title {
    color: #161616;
    font-size: 22px;
    margin-bottom: 14px;
  }
  .wrap-1 .intro-item .item-desc {
    color: #161616;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-right: 20px;
    font-weight: 400;
  }
  .wrap-1 .intro-item .item-img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .wrap-1 .intro-item .item-cover {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .wrap-1 .intro-item .item-list-title {
    font-weight: bold;
    color: #161616;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .wrap-1 .intro-item .item-list-subitem {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 30px;
    margin-bottom: 22px;
  }
  .wrap-1 .intro-item .item-list-subitem::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../../img/store/icon-list-sub.svg);
    background-size: 100% 100%;
  }
  .wrap-1 .intro-item .item-list-subitem p {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .wrap-1 .intro-item .item-list-subitem p a {
    color: #007bff;
  }
  .wrap-1 .intro-item .item-list-subitem img {
    max-width: 100%;
    height: auto;
  }
  .wrap-1 .product-coupon {
    flex-shrink: 0;
    width: 360px;
    background-color: #fafafa;
    padding: 40px 30px 0;
  }
  .wrap-1 .coupon-item {
    position: relative;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin-bottom: 18px;
    padding: 22px 20px;
    transition: all 300ms;
    cursor: pointer;
  }
  .wrap-1 .coupon-item.active {
    border-color: #007bff;
    background: #f5f8ff;
  }
  .wrap-1 .coupon-item .item-tag-1 {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 141px;
    height: 24px;
    background-image: url(../../img/store/coupon-tag1.svg);
    background-size: 100% 100%;
  }
  .wrap-1 .coupon-item .item-tag-2 {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 108px;
    height: 24px;
    background-image: url(../../img/store/coupon-tag2.svg);
    background-size: 100% 100%;
  }
  .wrap-1 .coupon-item .item-title {
    display: block;
    font-size: 14px;
    color: #282828;
    margin-bottom: 8px;
  }
  .wrap-1 .coupon-item .item-price {
    font-size: 14px;
    color: #474747;
    margin-bottom: 8px;
  }
  .wrap-1 .coupon-item .item-price .highlight {
    color: #3b7fff;
  }
  .wrap-1 .coupon-item .item-price .price-text {
    font-size: 28px;
    color: #121212;
  }
  .wrap-1 .coupon-item .item-tips {
    font-size: 12px;
    color: #7e7e7e;
    margin-bottom: 14px;
  }
  .wrap-1 .coupon-item .item-list {
    padding-left: 15px;
  }
  .wrap-1 .coupon-item .item-list .list-subitem {
    font-size: 12px;
    color: #474747;
    list-style-type: disc;
  }
  .wrap-1 .pc-buy-outer {
    display: block;
  }
  .wrap-1 .buy-btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    background: #007bff;
    cursor: pointer;
    transition: all 300ms;
  }
  .wrap-1 .buy-btn.active {
    display: flex;
  }
  .wrap-1 .buy-btn:hover {
    background: #006bde;
    box-shadow: 0 20px 100px 1px hsla(0, 0%, 100%, 0.2);
    transform: translateY(-4px);
  }
  .wrap-1 .mobile-buy-outer {
    display: none;
  }
  .wrap-pays .wrap-title {
    color: #222;
    text-align: center;
    font-size: 32px;
    margin-bottom: 45px;
  }
  .wrap-pays .pays-pc {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .wrap-pays .pays-mb {
    display: none;
  }
  .wrap-reason {
    background-image: url(../../img/store/wrap-reason-bg.svg);
    padding: 100px 0;
  }
  .wrap-reason .wrap-title {
    color: #222;
    text-align: center;
    font-size: 32px;
    margin-bottom: 45px;
  }
  .wrap-reason .swiper-container {
    overflow: hidden;
  }
  .wrap-reason .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .wrap-reason .swiper-slide {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .wrap-reason .swiper-slide::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 1px;
    height: 215px;
    background: #d8e4ef;
  }
  .wrap-reason .swiper-slide .slide-icon-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 45px;
    height: 45px;
    margin-bottom: 18px;
  }
  .wrap-reason .swiper-slide .slide-title {
    color: #222;
    font-size: 24px;
    margin-bottom: 18px;
  }
  .wrap-reason .swiper-slide .slide-desc {
    color: #565656;
    font-size: 16px;
    line-height: 1.5;
  }
  .wrap-reason .swiper-slide.slide-1 {
    width: 340px;
  }
  .wrap-reason .swiper-slide.slide-2 {
    width: 325px;
  }
  .wrap-reason .swiper-slide.slide-3 {
    width: 290px;
  }
  .wrap-reason .swiper-slide.slide-3::after {
    display: none;
  }
  .wrap-reason .swiper-pagination {
    opacity: 0;
  }
  @media (max-width: 768px) {
    .banner {
      padding: 65px 0 120px;
    }
    .banner-title {
      font-size: 32px;
    }
    .banner-list {
      flex-direction: column;
      margin-bottom: 35px;
    }
    .banner-list .list-item {
      width: fit-content;
    }
    .banner-list .list-item::after {
      display: none;
    }
    .banner-switch .switch-win,
    .banner-switch .switch-mac {
      width: 82px;
      height: 26px;
      font-size: 14px;
    }
    .wrap-1 {
      margin-bottom: 60px;
    }
    .wrap-1 .container {
      position: relative;
      flex-direction: column;
      border: none;
      filter: unset;
      overflow: hidden;
      padding-bottom: 10px;
    }
    .wrap-1 .product-select-header {
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
      border-radius: 4px;
      border: 1px solid #dfdfdf;
      background: #fff;
      padding: 10px 20px;
      margin-bottom: 25px;
    }
    .wrap-1 .product-select-header::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      right: 18px;
      width: 18px;
      height: 18px;
      background-image: url(../../img/store/icon-arrow-2.svg);
      background-size: 100% 100%;
    }
    .wrap-1 .product-select-header.active::before {
      transform: translateY(-50%) rotate(0);
    }
    .wrap-1 .product-select {
      position: absolute;
      top: 60px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      width: calc(100% - 30px);
      height: 200px;
      overflow: auto;
      box-shadow: 0 4px 14.4px 0 rgba(101, 79, 153, 0.22);
      display: none;
    }
    .wrap-1 .product-select .product-item {
      flex-shrink: 0;
      height: 42px;
    }
    .wrap-1 .product-select .product-item.active {
      background: #f5f8ff;
    }
    .wrap-1 .product-content {
      padding: 0;
    }
    .wrap-1 .content-tab {
      margin: 0 auto 24px;
      padding: 4px;
    }
    .wrap-1 .content-tab .tab-item {
      width: 136px;
      height: 40px;
      border-radius: 6px;
    }
    .wrap-1 .content-tab .tab-item span {
      font-size: 12px;
    }
    .wrap-1 .content-tab .tab-item i {
      font-size: 9px;
      padding: 2px 14px;
    }
    .wrap-1 .product-outer {
      flex-direction: column;
    }
    .wrap-1 .product-intro {
      order: 2;
      flex-shrink: 0;
      width: 100%;
      padding: 0;
    }
    .wrap-1 .intro-item {
      display: none;
    }
    .wrap-1 .intro-item .item-title {
      text-align: center;
    }
    .wrap-1 .intro-item .item-desc {
      text-align: center;
      padding-right: 0;
    }
    .wrap-1 .intro-item .item-list-subitem img {
      max-width: 90%;
    }
    .wrap-1 .product-coupon {
      order: 1;
      width: 100%;
      background-color: transparent;
      padding: 0;
      margin-bottom: 30px;
    }
    .wrap-1 .pc-buy-outer {
      display: none;
    }
    .wrap-1 .mobile-buy-outer {
      order: 3;
      display: block;
      position: relative;
      z-index: 99;
      padding: 10px 0;
    }
    .wrap-1 .mobile-buy-outer.active {
      padding: 10px 15px;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
    }
    .wrap-1 .mobile-buy-outer .buy-btn {
      position: relative;
      z-index: 2;
      display: none;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 44px;
      font-size: 14px;
      color: #fff;
      border-radius: 6px;
      background: #007bff;
      cursor: pointer;
    }
    .wrap-1 .mobile-buy-outer .buy-btn.active {
      display: flex;
    }
    .wrap-1 .mobile-buy-outer::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% + 30px);
      height: 100%;
      border-top: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
      background: #f5f8ff;
    }
    .wrap-pays {
      margin-bottom: 60px;
    }
    .wrap-pays .wrap-title {
      font-size: 28px;
      margin-bottom: 28px;
    }
    .wrap-pays .pays-pc {
      display: none;
    }
    .wrap-pays .pays-mb {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    .wrap-reason {
      background: transparent;
      padding: 0 0 30px;
    }
    .wrap-reason .wrap-title {
      font-size: 28px;
      margin-bottom: 28px;
    }
    .wrap-reason .swiper-container {
      position: relative;
      padding-bottom: 50px;
    }
    .wrap-reason .swiper-slide {
      align-items: center;
    }
    .wrap-reason .swiper-slide::after {
      display: none;
    }
    .wrap-reason .swiper-slide .slide-icon-box {
      justify-content: center;
      align-items: center;
    }
    .wrap-reason .swiper-slide .slide-title {
      text-align: center;
    }
    .wrap-reason .swiper-slide .slide-desc {
      text-align: center;
    }
    .wrap-reason .swiper-slide.slide-1 {
      width: 340px;
    }
    .wrap-reason .swiper-slide.slide-2 {
      width: 325px;
    }
    .wrap-reason .swiper-slide.slide-3 {
      width: 290px;
    }
    .wrap-reason .swiper-slide.slide-3::after {
      display: none;
    }
    .wrap-reason .swiper-pagination {
      opacity: 1;
    }
    .wrap-reason .swiper-pagination-bullet {
      background: #b9d7ff;
      opacity: 0.22;
    }
    .wrap-reason .swiper-pagination-bullet-active {
      background: #1379ff;
      opacity: 1;
    }
  }
  