.content-box {
    max-width: var(--page-width);
    margin: 0 auto;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  @font-face {
    font-family: "Rubik";
    src: url("../font/Rubik-SemiBold.ttf");
    font-weight: bold;
  }
  @font-face {
    font-family: "Rubik";
    src: url("../font/Rubik-Regular.ttf");
    font-weight: normal;
  }
  @font-face {
    font-family: "Rubik";
    src: url("../font/Rubik-Light.ttf");
    font-weight: 300;
  }
  a {
    text-decoration: none;
  }
  body {
    font-family: Rubik;
  }
  .icon {
    display: inline-block;
    vertical-align: middle;
  }
  .banner {
    background-color: #f0f7ff;
    padding: 50px 0 40px;
    margin-bottom: 120px;
  }
  .banner-title {
    text-align: center;
    font-size: 42px;
    color: #212121;
    margin-bottom: 15px;
  }
  .banner-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #000;
  }
  .banner-desc::before {
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(../../img/store-new/icon-100-safe-purchase.svg);
    background-size: 100% 100%;
  }
  .banner .banner-info {
    width: 528px;
    margin: 14px auto 0;
    padding: 14px 28px;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../../img/store-new/info-bg.png) no-repeat center;
    background-size: contain;
  }
  .banner .banner-info .strong {
    margin-top: 15px;
    font-weight: bold;
  }
  .banner .banner-info .score {
    color: #000;
    font-size: 30px;
    font-weight: 700;
  }
  .banner .banner-info .min-text {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
  }
  .area-title {
    width: fit-content;
    position: relative;
    font-size: 32px;
    text-align: center;
    color: #212121;
    margin: 0 auto 45px;
  }
  .payment-method {
    margin: 100px 0;
  }
  .payment-method .container {
    align-items: center;
    text-align: center;
    border-radius: 8px;
  }
  .payment-method_title {
    color: #212121;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .payment-method .method-box {
    display: flex;
    justify-content: center;
    gap: 28px;
  }
  .reasons-for-choice {
    padding-bottom: 100px;
  }
  .reasons-for-choice .wrap-title {
    margin-bottom: 75px;
  }
  .reasons-for-choice .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .reasons-for-choice .swiper-slide {
    width: 288px;
    height: 210px;
  }
  .reasons-for-choice .swiper-slide_icon {
    display: block;
    margin-bottom: 20px;
  }
  .reasons-for-choice .swiper-slide_title {
    font-weight: normal;
    font-size: 24px;
    color: #222;
    margin-bottom: 20px;
  }
  .reasons-for-choice .swiper-slide_desc {
    font-size: 16px;
    line-height: 1.8;
    color: #565656;
  }
  .reasons-for-choice .swiper-slide:first-child {
    position: relative;
  }
  .reasons-for-choice .swiper-slide:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -55px;
    transform: translateY(-50%);
    width: 1px;
    height: 180px;
    background: #e0e0e0;
  }
  .reasons-for-choice .swiper-slide:last-child {
    position: relative;
  }
  .reasons-for-choice .swiper-slide:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
    width: 1px;
    height: 180px;
    background: #e0e0e0;
  }
  .reasons-for-choice .swiper-pagination {
    display: none;
  }
  .mobile-style {
    display: none;
  }
  .wrap-title {
    color: #212121;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
  }
  .wrap1 .container,
  .wrap3 .container {
    width: 950px;
  }
  .wrap3 {
    background: #f4f4f4;
    padding: 80px 0;
    margin-top: 100px;
  }
  .wrap3 .product-model {
    padding: 30px 0 30px 40px;
    border: 1px solid #b2c7df;
    gap: 100px;
    margin-bottom: 25px;
  }
  .wrap3 .product-model .product-name {
    display: flex;
    gap: 5px;
  }
  .wrap3 .product-model .btns {
    margin-top: 18px;
  }
  .product-model {
    display: flex;
    align-items: center;
    border: 1px solid #ececec;
    justify-content: start;
    padding: 30px 30px 30px 80px;
    gap: 128px;
    background: url(../../img/store-new/aio-bg.png) no-repeat center;
    background-size: cover;
    margin-top: 40px;
    border-radius: 8px;
  }
  .product-model .product-ul {
    color: #565656;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    margin-top: 14px;
  }
  .product-model .product-ul li {
    margin-bottom: 14px;
    list-style: disc;
    margin-left: 25px;
    text-indent: -0.5em;
  }
  .product-model .product-ul li::marker {
    color: #007bff;
  }
  .product-model .product-name {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
  }
  .product-model .product-name img {
    vertical-align: middle;
    margin-right: 4px;
    width: 43px;
  }
  .product-model .product-desc {
    color: #565656;
    font-size: 16px;
    line-height: 180%;
    /* 28.8px */
    margin-top: 14px;
  }
  .product-model .product-price {
    margin-top: 5px;
    font-size: 14px;
    color: #565656;
  }
  .product-model .product-price strong {
    font-size: 24px;
  }
  .product-model .product-price .num {
    color: #ff8000;
    font-size: 40px;
    font-weight: 600;
  }
  .product-model .btns {
    display: flex;
    gap: 24px;
    margin-top: 14px;
  }
  .product-model .btn {
    padding: 15px 35px;
    font-size: 18px;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #007bff;
    gap: 6px;
    color: #fff;
    transition: all 0.3s;
  }
  .btn img {
    vertical-align: middle;
  }
  .btn:hover {
    background: #0068d7;
    color: #fff;
  }
  .wrap2 {
    margin-top: 100px;
  }
  .wrap2 .product-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 28px;
    margin-top: 40px;
  }
  .wrap2 .product-item {
    width: 340px;
    border: 1px solid #ececec;
    background: #fff;
    padding: 32px 25px;
  }
  .wrap2 .img-box {
    width: 65px;
    height: 65px;
  }
  .wrap2 .product-name {
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    white-space: nowrap;
  }
  .wrap2 .product-desc {
    color: #565656;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    margin-top: 14px;
    border-bottom: 1px solid rgba(168, 168, 168, 0.3);
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  .wrap2 .product-price {
    color: #007bff;
    font-size: 20px;
  }
  .wrap2 .min-text {
    color: #565656;
    font-size: 12px;
  }
  .wrap2 .border {
    margin: 18px 0 22px;
    width: 100%;
  }
  .wrap2 .btns {
    display: flex;
    justify-content: space-between;
  }
  .wrap2 .btn {
    padding: 13px 28px;
    font-size: 14px;
  }
  .wrap2 .btn img {
    height: 16px;
  }
  .wrap3 .product-name {
    font-size: 24px;
  }
  @media (max-width: 768px) {
    .pc-style {
      display: none;
    }
    .mobile-style {
      display: block;
    }
    .content-box {
      padding-inline: var(--page-padding-x);
      max-width: var(--page-width);
    }
    .swiper-content-box {
      position: relative;
      padding-bottom: 50px;
    }
    .banner {
      margin-bottom: 60px;
      padding: 40px 0 30px;
    }
    .banner-title {
      font-size: 32px;
    }
    .banner-desc {
      gap: 8px;
      font-size: 14px;
    }
    .banner-desc::before {
      content: "";
      width: 32px;
      height: 32px;
    }
    .banner .banner-info {
      width: 100%;
      font-size: 12px;
      padding: 10px;
      border-radius: 6px;
      border: 1px solid #ccdff5;
      background: #fff;
      margin-top: 20px;
    }
    .banner .banner-info .strong {
      margin-top: 10px;
    }
    .banner .banner-info .score {
      font-size: 22px;
    }
    .banner .banner-info img {
      width: 80px;
      margin-top: 3px;
    }
    .banner .banner-info .min-text {
      font-size: 12px;
    }
    .banner .banner-info .banner-info_right {
      border-left: 1px solid #e8e8e8;
      padding-left: 12px;
    }
    .wrap-title {
      font-size: 24px;
      padding: 0 30px;
      line-height: 1.5;
    }
    .product-model {
      justify-content: center;
      flex-direction: column;
      padding: 35px 14px;
      gap: 0;
      background: url(../../img/store-new/aio-bg-mb.png) no-repeat center;
      background-size: 100% 100%;
      margin-top: 40px;
      text-align: center;
    }
    .product-model .product-name {
      font-size: 18px;
      margin-top: 10px;
    }
    .product-model .product-desc {
      font-size: 16px;
      line-height: 1.5;
      padding: 0 20px;
    }
    .product-model .min-text {
      display: block;
      margin-top: 11px;
    }
    .product-model .product-price {
      width: 250px;
      margin: 70px auto 14px;
    }
    .product-model .btns {
      display: flex;
      gap: 24px;
      margin-top: 16px;
    }
    .product-model .btn {
      padding: 10px 30px;
      font-size: 15px;
    }
    .wrap1 .container,
    .wrap3 .container {
      width: 100%;
    }
    .wrap2 .product-item {
      width: 100%;
    }
    .wrap3 {
      padding: 50px 0;
      margin-top: 80px;
    }
    .wrap3 .product-model {
      padding: 26px 18px;
      background-size: contain;
      gap: 0;
      border: unset;
      text-align: left;
      background-image: url(../../img/store-new/aio-bg-mb2.png);
      background-size: 100% 100%;
    }
    .wrap3 .product-model .product-price {
      width: 100%;
      margin-top: 20px;
    }
    .wrap3 .product-model .product-price strong {
      font-size: 14px;
    }
    .wrap3 .product-model .product-price .num {
      font-size: 22px;
    }
    .wrap3 .product-model .product-name {
      width: max-content;
      flex-direction: column;
      font-size: 20px;
      margin-bottom: 85px;
      padding: 0 25px;
      gap: 0;
    }
    .wrap3 .product-model .product-name img {
      display: inline-block;
      margin-right: 8px;
    }
    .wrap3 .product-model .btns {
      margin-top: 24px;
      justify-content: center;
    }
    .wrap3 .product-model .btn {
      padding: 13px 26px;
      font-size: 14px;
    }
    .wrap3 .add {
      text-align: center;
      padding-left: 30px;
    }
    .wrap3 .product-ul {
      font-size: 14px;
    }
    .wrap3 .product-ul li {
      margin-left: 17px;
      text-indent: 0;
      margin-bottom: 10px;
    }
    .area-title {
      font-size: 24px;
      margin: 0 auto 35px;
    }
    .payment-method {
      margin-bottom: 60px;
    }
    .payment-method .method-box {
      flex-wrap: wrap;
      gap: 15px;
    }
    .payment-method .container {
      width: auto;
      justify-content: flex-start;
      flex-flow: row wrap;
      column-gap: 12px;
      row-gap: 20px;
      margin: 0 15px;
    }
    .payment-method_title {
      width: 100%;
      font-size: 24px;
    }
    .payment-method_icon {
      width: 50px;
      height: 30px;
    }
    .reasons-for-choice {
      padding-bottom: 50px;
      overflow: hidden;
    }
    .reasons-for-choice .wrap-title {
      margin-bottom: 35px;
    }
    .reasons-for-choice .swiper-container {
      position: relative;
      padding-bottom: 50px;
    }
    .reasons-for-choice .swiper-slide {
      height: auto;
      background-color: #f9f9f9;
      padding: 30px 25px;
    }
    .reasons-for-choice .swiper-slide:first-child::after,
    .reasons-for-choice .swiper-slide:last-child::after {
      display: none;
    }
    .reasons-for-choice .swiper-pagination {
      display: block;
    }
    .reasons-for-choice .swiper-pagination-bullet {
      background: #e3e3e3;
      opacity: 1;
    }
    .reasons-for-choice .swiper-pagination-bullet-active {
      background: #007bff;
      opacity: 1;
    }
  }
  