.banner {
  background-image: url("../../img/buy/banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 300px;
  text-align: center;
}
.banner .title {
  font-size: 40px;
  line-height: 1.3;
}
@media (max-width: 770px) {
  .banner {
    background: linear-gradient(180deg, #fdf7ff 0%, rgba(243, 194, 255, 0.67) 100%), #f0ecff;
    padding: 60rem 0 300rem;
  }
  .banner .title {
    font-size: 28rem;
  }
}
.product-wrapper {
  margin-top: -200px;
}
.product-wrapper .container {
  display: flex;
  border-radius: 20px;
  background: linear-gradient(98deg, #7041ff -2.19%, #eb79ff 103.22%);
  padding: 2px;
}
.product-wrapper .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 0 20px 20px 0;
  padding: 0 60px;
}
.product-wrapper .system-box {
  display: flex;
  margin-top: 37px;
  gap: 32px;
}
.product-wrapper .system-box .system-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 13.838px;
  border: 1px solid #d7d7d7;
  background: #fff;
  gap: 26px;
  padding: 28px 58px 8px 58px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-wrapper .system-box .system-item .check {
  display: none;
}
.product-wrapper .system-box .system-item .uncheck {
  display: block;
}
.product-wrapper .system-box .system-item.check {
  border: 1px solid #7041ff;
  background: #f1ecff;
}
.product-wrapper .system-box .system-item.check .check {
  display: block;
}
.product-wrapper .system-box .system-item.check .uncheck {
  display: none;
}
.product-wrapper .check-box {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrapper .check-box img {
  max-width: 100%;
}
.product-wrapper .price-box-plan {
  position: relative;
}
.product-wrapper .price-box-plan .price-text-icon {
  transition: all 0.3s ease;
}
.product-wrapper .price-box-plan.active .price-text {
  border: 1.013px solid #7041ff;
  background: rgba(232, 224, 255, 0.62);
}
.product-wrapper .price-box-plan.active .price-text-icon {
  transform: rotate(180deg);
}
.product-wrapper .price-box-plan.active .price-list {
  max-height: 600px;
  visibility: visible;
}
.product-wrapper .price-text {
  border-radius: 14.228px;
  border: 1.423px solid #d7d7d7;
  background: #f6f6f6;
  padding: 15px 30px 15px 40px;
  font-size: 25px;
  width: 392px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-wrapper .price-list {
  margin-top: 12px;
  width: calc(100% - 20px);
  border-radius: 10px;
  background: #fff;
  position: absolute;
  transition: all 0.3s ease;
  max-height: 0;
  padding: 10px;
  visibility: hidden;
  overflow: hidden;
  box-shadow: 0 4px 14.4px 0 rgba(101, 79, 153, 0.28);
}
.product-wrapper .price-list.active {
  max-height: 600px;
  padding: 10px;
}
.product-wrapper .price-list-item {
  padding: 20px 30px;
  border-radius: 10px;
  color: #4d4d4d;
  font-size: 25.61px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-wrapper .price-list-item.active,
.product-wrapper .price-list-item:hover {
  background: #f6f5fb;
}
.product-wrapper .product-price {
  border-top: 1px dashed #d7d7d7;
  padding-top: 25px;
  margin-top: 25px;
  width: 100%;
  display: none;
  text-align: center;
}
.product-wrapper .product-price .price-box {
  gap: 30px;
}
.product-wrapper .new-price {
  background: linear-gradient(90deg, #ea3cff 0%, #f5576c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-weight: 700;
  margin-right: 20px;
}
.product-wrapper .old-price {
  color: #606060;
  font-size: 25px;
  font-weight: 400;
  text-decoration: line-through;
}
.product-wrapper .btn {
  border-radius: 9.571px;
  background: linear-gradient(98deg, #7041ff -2.19%, #eb79ff 103.22%);
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  padding: 20px 0;
  width: 392px;
  text-align: center;
  display: block;
  margin: 22px auto 0;
  transition: all 0.3s ease;
}
.product-wrapper .btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(98deg, #7041ff -2.19%, #eb79ff 103.22%);
}
.product-wrapper .contact-text {
  color: #2f2f2f;
  text-align: center;
  font-size: 22px;
  line-height: 160%;
  /* 38.4px */
}
@media (max-width: 770px) {
  .product-wrapper {
    margin-top: -260rem;
  }
  .product-wrapper .container {
    flex-direction: column;
  }
  .product-wrapper .product-img {
    content: url("../../img/buy/img-mb.png");
  }
  .product-wrapper .system-box .system-item {
    padding: 20rem 30rem 8rem 30rem;
    gap: 20rem;
  }
  .product-wrapper .system-box .system-item img {
    width: 46rem;
  }
  .product-wrapper .left {
    width: 100%;
    background: #fff;
    border-radius: 20rem 20rem 0 0;
    padding: 14rem;
    margin-bottom: -1px;
  }
  .product-wrapper .right {
    border-radius: 0 0 20rem 20rem;
    padding: 0 40rem 14rem;
  }
  .product-wrapper .product-item-img {
    width: max-content;
  }
  .product-wrapper .check-box {
    width: 16rem;
    height: 16rem;
  }
  .product-wrapper .system-box {
    margin: 18rem auto 0;
    gap: 28rem;
  }
  .product-wrapper .price-text {
    width: 256rem;
    padding: 8rem 15rem 8rem 20rem;
    border-radius: 10px;
    font-size: 18rem;
    margin-top: 28rem;
  }
  .product-wrapper .price-text-icon {
    width: 33rem;
  }
  .product-wrapper .price-box-price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10rem;
  }
  .product-wrapper .new-price {
    font-size: 48rem;
    margin-right: 0;
  }
  .product-wrapper .old-price {
    font-size: 20rem;
  }
  .product-wrapper .btn {
    width: 256rem;
    font-size: 20rem;
    padding: 13rem 0;
    margin-top: 20rem;
  }
  .product-wrapper .product-price {
    margin-top: 34rem;
    padding-top: 20rem;
  }
  .product-wrapper .price-list-item {
    font-size: 18rem;
    padding: 14rem 20rem;
  }
  .product-wrapper .contact-text {
    font-size: 18rem;
  }
}
.accept {
  margin-top: 86px;
}
.accept .accept-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  color: #000;
  font-size: 22px;
}
.accept .tips {
  color: #131313;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  /* 28.8px */
  border-radius: 16px;
  background: #fffbf1;
  padding: 24px;
  margin-top: 80px;
}
.accept .tips-link {
  color: #7e47ff;
}
.accept .notes {
  margin-top: 55px;
  border-radius: 16px;
  background: #f6f6f6;
  padding: 24px;
}
.accept .note-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  margin-bottom: 20px;
}
.accept .note-text-item {
  color: #131313;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  /* 28.8px */
  margin-bottom: 40px;
}
.accept .note-text-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .accept {
    margin-top: 70rem;
  }
  .accept .accept-top {
    font-size: 16rem;
    flex-direction: column;
  }
  .accept .tips {
    font-size: 14rem;
    padding: 16rem;
    margin-top: 50rem;
  }
  .accept .notes {
    padding: 14rem;
    margin-top: 40rem;
  }
  .accept .note-title {
    font-size: 16rem;
    margin-bottom: 14rem;
  }
  .accept .note-text-item {
    font-size: 14rem;
    margin-bottom: 20rem;
  }
  .accept .accept-img {
    content: url("../../img/buy/accept-img-mb.png");
  }
}
.last-flex-wrapper {
  margin: 130px 0 79px;
}
.last-flex-wrapper .pc-flex-content {
  display: flex;
  justify-content: space-between;
}
.last-flex-wrapper .pc-flex-content .flex-item {
  flex: 0 0 24%;
  background: rgba(247, 247, 247, 0.47);
  border-radius: 9px;
  padding: 40px 14px 20px;
  text-align: center;
}
.last-flex-wrapper .pc-flex-content .flex-item .title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.last-flex-wrapper .pc-flex-content .flex-item .desc {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  line-height: 170%;
}
.last-flex-wrapper .icon1 {
  background: url("../../img/common/common-sprite.png") no-repeat -164px -221px;
  width: 82px;
  height: 92px;
}
.last-flex-wrapper .icon2 {
  background: url("../../img/common/common-sprite.png") no-repeat -269px -220px;
  width: 97px;
  height: 92px;
}
.last-flex-wrapper .icon3 {
  background: url("../../img/common/common-sprite.png") no-repeat -390px -221px;
  width: 98px;
  height: 92px;
}
.last-flex-wrapper .icon4 {
  background: url("../../img/common/common-sprite.png") no-repeat -516px -222px;
  width: 87px;
  height: 92px;
}
@media (max-width: 770px) {
  .last-flex-wrapper {
    margin: 87rem 0 87rem;
  }
  .last-flex-wrapper .mb-wrapper {
    width: 100%;
    height: 100%;
    margin-top: 47rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 30rem;
  }
  .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide .item {
    width: 100%;
    height: 100%;
    background: rgba(247, 247, 247, 0.47);
    border-radius: 9rem;
    padding: 26rem 17rem;
    text-align: center;
  }
  .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide .item .title {
    font-size: 18rem;
    margin-top: 5rem;
    font-weight: bold;
    text-align: center;
    color: #000000;
  }
  .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide .item .desc {
    margin-top: 16rem;
    font-size: 14rem;
    line-height: 170%;
    text-align: center;
    color: #000000;
  }
  .last-flex-wrapper .mb-wrapper .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 1rem solid #008e93;
    opacity: unset;
  }
  .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #008e93;
  }
  .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:not(.last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:first-child) {
    margin-left: 5rem;
  }
  .last-flex-wrapper .icon1 {
    background: url("../../img/common/common-sprite.png") no-repeat -164rem -221rem;
    background-size: 1178rem 943rem;
    width: 82rem;
    height: 92rem;
  }
  .last-flex-wrapper .icon2 {
    background: url("../../img/common/common-sprite.png") no-repeat -269rem -220rem;
    background-size: 1178rem 943rem;
    width: 97rem;
    height: 92rem;
  }
  .last-flex-wrapper .icon3 {
    background: url("../../img/common/common-sprite.png") no-repeat -390rem -221rem;
    background-size: 1178rem 943rem;
    width: 98rem;
    height: 92rem;
  }
  .last-flex-wrapper .icon4 {
    background: url("../../img/common/common-sprite.png") no-repeat -516rem -222rem;
    background-size: 1178rem 943rem;
    width: 87rem;
    height: 92rem;
  }
}
