.buy .banner,
.buy2 .banner {
  background: rgba(0, 142, 147, 0.04);
  width: 100%;
  padding: 39px 0;
}

.buy .banner .product-desc,
.buy2 .banner .product-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.buy .banner .product-desc::before,
.buy2 .banner .product-desc::before {
  position: absolute;
  content: '';
  background-image: url('../img/buy/banner-subtract.png');
  background-size: 100% 100%;
  width: 425px;
  height: 211px;
  top: -50px;
  left: 0;
}

.buy .banner .product-desc img,
.buy2 .banner .product-desc img {
  width: 185px;
}

.buy .banner .product-desc .desc,
.buy2 .banner .product-desc .desc {
  margin-left: 30px;
}

.buy .banner .product-desc .desc .title,
.buy2 .banner .product-desc .desc .title {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
}

.buy .banner .product-desc .desc ul,
.buy2 .banner .product-desc .desc ul {
  margin-top: 30px;
}

.buy .banner .product-desc .desc ul li,
.buy2 .banner .product-desc .desc ul li {
  display: inline-block;
  margin-right: 30px;
}

.buy .banner .product-desc .desc ul li img,
.buy2 .banner .product-desc .desc ul li img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.buy .banner .product-desc .desc ul li .text,
.buy2 .banner .product-desc .desc ul li .text {
  margin-left: 10px;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}

.buy .banner .product-desc .desc .link,
.buy2 .banner .product-desc .desc .link {
  display: inline-block;
  margin-top: 22px;
  font-size: 16px;
  color: #F96666;
}

.buy .banner .product-desc .desc .link::after,
.buy2 .banner .product-desc .desc .link::after {
  content: '>>';
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s;
}

.buy .banner .product-desc .desc .link:hover,
.buy2 .banner .product-desc .desc .link:hover {
  text-decoration: underline;
}

.buy .banner .product-desc .desc .link:hover::after,
.buy2 .banner .product-desc .desc .link:hover::after {
  margin-left: 20px;
}

@media (max-width: 770px) {

  .buy .banner,
  .buy2 .banner {
    padding: 30rem 15rem;
  }

  .buy .banner .product-desc,
  .buy2 .banner .product-desc {
    display: flex;
    flex-direction: column;
  }

  .buy .banner .product-desc::before,
  .buy2 .banner .product-desc::before {
    position: absolute;
    content: '';
    background-image: url('../img/buy/banner-subtract.png');
    background-size: 100% 100%;
    width: 290rem;
    height: 150rem;
    top: -30rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .buy .banner .product-desc img,
  .buy2 .banner .product-desc img {
    width: 161rem;
  }

  .buy .banner .product-desc .desc,
  .buy2 .banner .product-desc .desc {
    margin-left: 0;
    margin-top: 30rem;
    text-align: center;
  }

  .buy .banner .product-desc .desc .title,
  .buy2 .banner .product-desc .desc .title {
    font-size: 26rem;
    line-height: 31rem;
  }

  .buy .banner .product-desc .desc ul,
  .buy2 .banner .product-desc .desc ul {
    margin-top: 0;
  }

  .buy .banner .product-desc .desc ul li,
  .buy2 .banner .product-desc .desc ul li {
    margin-right: 14rem;
    margin-top: 18rem;
  }

  .buy .banner .product-desc .desc ul li img,
  .buy2 .banner .product-desc .desc ul li img {
    width: 16rem;
    height: 16rem;
  }

  .buy .banner .product-desc .desc ul li .text,
  .buy2 .banner .product-desc .desc ul li .text {
    margin-left: 10rem;
    font-size: 12rem;
  }

  .buy .banner .product-desc .desc .link,
  .buy2 .banner .product-desc .desc .link {
    margin-top: 28rem;
    font-size: 16rem;
  }
}

.buy .plan-wrapper,
.buy2 .plan-wrapper,
.buy .plan-wrapper2,
.buy2 .plan-wrapper2 {
  margin-top: 86px;
}

.buy .plan-wrapper .flex-content,
.buy2 .plan-wrapper .flex-content,
.buy .plan-wrapper2 .flex-content,
.buy2 .plan-wrapper2 .flex-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.buy .plan-wrapper .flex-content .flex-item,
.buy2 .plan-wrapper .flex-content .flex-item,
.buy .plan-wrapper2 .flex-content .flex-item,
.buy2 .plan-wrapper2 .flex-content .flex-item {
  flex: 0 0 22%;
  background: #FFFFFF;
  box-shadow: 0px 2.69773px 14.8375px 0.72103px rgba(200, 200, 200, 0.25);
  border-radius: 16px;
  padding: 30px 20px 20px;
  min-height: 324px;
  position: relative;
}

.buy .plan-wrapper .flex-content .flex-item.big-sava,
.buy2 .plan-wrapper .flex-content .flex-item.big-sava,
.buy .plan-wrapper2 .flex-content .flex-item.big-sava,
.buy2 .plan-wrapper2 .flex-content .flex-item.big-sava {
  flex: 0 0 25%;
  height: 354px;
  border: 2px solid #3ECF8E;
}

.buy .plan-wrapper .flex-content .flex-item.big-sava::before,
.buy2 .plan-wrapper .flex-content .flex-item.big-sava::before,
.buy .plan-wrapper2 .flex-content .flex-item.big-sava::before,
.buy2 .plan-wrapper2 .flex-content .flex-item.big-sava::before {
  content: '';
  position: absolute;
  background-image: url('../img/buy/bast-sale.svg');
  background-size: 100% 100%;
  width: 94px;
  height: 94px;
  right: -2px;
  top: -2px;
}

.buy .plan-wrapper .flex-content .flex-item .plan-title,
.buy2 .plan-wrapper .flex-content .flex-item .plan-title,
.buy .plan-wrapper2 .flex-content .flex-item .plan-title,
.buy2 .plan-wrapper2 .flex-content .flex-item .plan-title {
  font-size: 14px;
  color: #008E93;
}

.buy .plan-wrapper .flex-content .flex-item .price-box,
.buy2 .plan-wrapper .flex-content .flex-item .price-box,
.buy .plan-wrapper2 .flex-content .flex-item .price-box,
.buy2 .plan-wrapper2 .flex-content .flex-item .price-box {
  margin-top: 13px;
  height: 48px;
  line-height: 48px;
  width: 110%;
}

.buy .plan-wrapper .flex-content .flex-item .price-box .cur-price,
.buy2 .plan-wrapper .flex-content .flex-item .price-box .cur-price,
.buy .plan-wrapper2 .flex-content .flex-item .price-box .cur-price,
.buy2 .plan-wrapper2 .flex-content .flex-item .price-box .cur-price {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.buy .plan-wrapper .flex-content .flex-item .price-box .ori-price,
.buy2 .plan-wrapper .flex-content .flex-item .price-box .ori-price,
.buy .plan-wrapper2 .flex-content .flex-item .price-box .ori-price,
.buy2 .plan-wrapper2 .flex-content .flex-item .price-box .ori-price {
  font-size: 12px;
  text-decoration-line: line-through;
  color: #6A6A6A;
  margin-left: 8px;
}

.buy .plan-wrapper .flex-content .flex-item .button,
.buy2 .plan-wrapper .flex-content .flex-item .button,
.buy .plan-wrapper2 .flex-content .flex-item .button,
.buy2 .plan-wrapper2 .flex-content .flex-item .button {
  background: #3ECF8E;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.buy .plan-wrapper .flex-content .flex-item .button:hover,
.buy2 .plan-wrapper .flex-content .flex-item .button:hover,
.buy .plan-wrapper2 .flex-content .flex-item .button:hover,
.buy2 .plan-wrapper2 .flex-content .flex-item .button:hover {
  background: #008E93;
}

.buy .plan-wrapper .flex-content .flex-item ul,
.buy2 .plan-wrapper .flex-content .flex-item ul,
.buy .plan-wrapper2 .flex-content .flex-item ul,
.buy2 .plan-wrapper2 .flex-content .flex-item ul {
  margin-top: 26px;
}

.buy .plan-wrapper .flex-content .flex-item ul li,
.buy2 .plan-wrapper .flex-content .flex-item ul li,
.buy .plan-wrapper2 .flex-content .flex-item ul li,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.buy .plan-wrapper .flex-content .flex-item ul li .text,
.buy2 .plan-wrapper .flex-content .flex-item ul li .text,
.buy .plan-wrapper2 .flex-content .flex-item ul li .text,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li .text {
  font-size: 14px;
  color: #000000;
  margin-left: 20px;
}

.buy .plan-wrapper .flex-content .flex-item ul li>img,
.buy2 .plan-wrapper .flex-content .flex-item ul li>img,
.buy .plan-wrapper2 .flex-content .flex-item ul li>img,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li>img {
  width: 18px;
  height: 18px;
}

.buy .plan-wrapper .flex-content .flex-item ul li .more-tips,
.buy2 .plan-wrapper .flex-content .flex-item ul li .more-tips,
.buy .plan-wrapper2 .flex-content .flex-item ul li .more-tips,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li .more-tips {
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

.buy .plan-wrapper .flex-content .flex-item ul li .more-tips .icon,
.buy2 .plan-wrapper .flex-content .flex-item ul li .more-tips .icon,
.buy .plan-wrapper2 .flex-content .flex-item ul li .more-tips .icon,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li .more-tips .icon {
  line-height: 0;
}

.buy .plan-wrapper .flex-content .flex-item ul li .more-tips .icon>img,
.buy2 .plan-wrapper .flex-content .flex-item ul li .more-tips .icon>img,
.buy .plan-wrapper2 .flex-content .flex-item ul li .more-tips .icon>img,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li .more-tips .icon>img {
  width: 10px;
  height: 10px;
}

.buy .plan-wrapper .flex-content .flex-item ul li .more-tips:hover .tips-content,
.buy2 .plan-wrapper .flex-content .flex-item ul li .more-tips:hover .tips-content,
.buy .plan-wrapper2 .flex-content .flex-item ul li .more-tips:hover .tips-content,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li .more-tips:hover .tips-content {
  display: block;
}

.buy .plan-wrapper .flex-content .flex-item ul li .more-tips .tips-content-box,
.buy2 .plan-wrapper .flex-content .flex-item ul li .more-tips .tips-content-box,
.buy .plan-wrapper2 .flex-content .flex-item ul li .more-tips .tips-content-box,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li .more-tips .tips-content-box {
  width: 277px;
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}

.buy .plan-wrapper .flex-content .flex-item ul li .more-tips .tips-content,
.buy2 .plan-wrapper .flex-content .flex-item ul li .more-tips .tips-content,
.buy .plan-wrapper2 .flex-content .flex-item ul li .more-tips .tips-content,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li .more-tips .tips-content {
  display: none;
  width: 277px;
  margin-top: 42px;
  background: #FFFFFF;
  box-shadow: 0px 3.4847px 19.1658px 6.09822px rgba(200, 200, 200, 0.25);
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 12px;
  line-height: 185.5%;
  color: #000000;
}

.buy .plan-wrapper .flex-content .flex-item ul li .more-tips .tips-content .tips-content-a,
.buy2 .plan-wrapper .flex-content .flex-item ul li .more-tips .tips-content .tips-content-a,
.buy .plan-wrapper2 .flex-content .flex-item ul li .more-tips .tips-content .tips-content-a,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li .more-tips .tips-content .tips-content-a {
  color: blue;
}

.buy .plan-wrapper .flex-content .flex-item ul li .more-tips .tips-content::before,
.buy2 .plan-wrapper .flex-content .flex-item ul li .more-tips .tips-content::before,
.buy .plan-wrapper2 .flex-content .flex-item ul li .more-tips .tips-content::before,
.buy2 .plan-wrapper2 .flex-content .flex-item ul li .more-tips .tips-content::before {
  content: '';
  position: absolute;
  background-image: url('../img/buy/triangle.svg');
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: 17px;
}

@media (max-width: 770px) {

  .buy .plan-wrapper,
  .buy2 .plan-wrapper,
  .buy .plan-wrapper2,
  .buy2 .plan-wrapper2 {
    margin-top: 19rem;
  }

  .buy .plan-wrapper .flex-content,
  .buy2 .plan-wrapper .flex-content,
  .buy .plan-wrapper2 .flex-content,
  .buy2 .plan-wrapper2 .flex-content {
    flex-direction: column;
    align-items: center;
  }

  .buy .plan-wrapper .flex-content .flex-item,
  .buy2 .plan-wrapper .flex-content .flex-item,
  .buy .plan-wrapper2 .flex-content .flex-item,
  .buy2 .plan-wrapper2 .flex-content .flex-item {
    flex: unset !important;
    height: 355rem;
    margin-top: 34rem;
  }

  .buy .plan-wrapper .flex-content .flex-item.big-sava,
  .buy2 .plan-wrapper .flex-content .flex-item.big-sava,
  .buy .plan-wrapper2 .flex-content .flex-item.big-sava,
  .buy2 .plan-wrapper2 .flex-content .flex-item.big-sava {
    flex: unset !important;
  }

  .buy .plan-wrapper .flex-content .flex-item .plan-title,
  .buy2 .plan-wrapper .flex-content .flex-item .plan-title,
  .buy .plan-wrapper2 .flex-content .flex-item .plan-title,
  .buy2 .plan-wrapper2 .flex-content .flex-item .plan-title {
    font-size: 12rem;
  }

  .buy .plan-wrapper .flex-content .flex-item .price-box .cur-price,
  .buy2 .plan-wrapper .flex-content .flex-item .price-box .cur-price,
  .buy .plan-wrapper2 .flex-content .flex-item .price-box .cur-price,
  .buy2 .plan-wrapper2 .flex-content .flex-item .price-box .cur-price {
    font-size: 24rem;
  }

  .buy .plan-wrapper .flex-content .flex-item .price-box .ori-price,
  .buy2 .plan-wrapper .flex-content .flex-item .price-box .ori-price,
  .buy .plan-wrapper2 .flex-content .flex-item .price-box .ori-price,
  .buy2 .plan-wrapper2 .flex-content .flex-item .price-box .ori-price {
    font-size: 12rem;
    margin-left: 8rem;
  }
}

.buy .plan-wrapper2 .flex-content .flex-item,
.buy2 .plan-wrapper2 .flex-content .flex-item {
  flex: 0 0 30%;
  height: 364px;
}

.buy .plan-wrapper2 .flex-content .flex-item.big-sava,
.buy2 .plan-wrapper2 .flex-content .flex-item.big-sava {
  flex: 0 0 33%;
  height: 394px;
}

.buy .we-accept,
.buy2 .we-accept {
  margin-top: 76px;
}

.buy .we-accept .logo-content,
.buy2 .we-accept .logo-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.buy .we-accept .logo-content .title,
.buy2 .we-accept .logo-content .title {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.buy .we-accept .logo-content .logo-list,
.buy2 .we-accept .logo-content .logo-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.buy .we-accept .logo-content .logo-list li,
.buy2 .we-accept .logo-content .logo-list li {
  margin-left: 20px;
}

.buy .we-accept .logo-content .logo-list li img,
.buy2 .we-accept .logo-content .logo-list li img {
  width: 63px;
}

@media (max-width: 770px) {

  .buy .we-accept,
  .buy2 .we-accept {
    margin-top: 34rem;
  }

  .buy .we-accept .logo-content,
  .buy2 .we-accept .logo-content {
    flex-wrap: wrap;
  }

  .buy .we-accept .logo-content .title,
  .buy2 .we-accept .logo-content .title {
    font-size: 16rem;
    color: #000000;
  }

  .buy .we-accept .logo-content .logo-list,
  .buy2 .we-accept .logo-content .logo-list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .buy .we-accept .logo-content .logo-list li,
  .buy2 .we-accept .logo-content .logo-list li {
    margin: 20rem 10rem;
  }

  .buy .we-accept .logo-content .logo-list li img,
  .buy2 .we-accept .logo-content .logo-list li img {
    width: 63rem;
  }
}

.buy .questions,
.buy2 .questions {
  margin-top: 97px;
  padding: 52px 0 75px;
  background: #008E93;
}

.buy .questions .title,
.buy2 .questions .title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
}

.buy .questions .questions-collapse,
.buy2 .questions .questions-collapse {
  margin-top: 36px;
}

.buy .questions .questions-collapse .collapse-item,
.buy2 .questions .questions-collapse .collapse-item {
  cursor: pointer;
  padding: 20px;
}

.buy .questions .questions-collapse .collapse-item .item-header,
.buy2 .questions .questions-collapse .collapse-item .item-header {
  position: relative;
}

.buy .questions .questions-collapse .collapse-item .item-header .item-title,
.buy2 .questions .questions-collapse .collapse-item .item-header .item-title {
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

.buy .questions .questions-collapse .collapse-item .item-header .icon-box,
.buy2 .questions .questions-collapse .collapse-item .item-header .icon-box {
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 38px;
  color: #FFFFFF;
}

.buy .questions .questions-collapse .collapse-item .item-content,
.buy2 .questions .questions-collapse .collapse-item .item-content {
  margin-top: 20px;
  overflow: hidden;
  display: none;
}

.buy .questions .questions-collapse .collapse-item .item-content .item-desc,
.buy2 .questions .questions-collapse .collapse-item .item-content .item-desc {
  font-size: 16px;
  line-height: 228%;
  color: #fff;
  width: 85%;
  font-weight: lighter;
}

.buy .questions .questions-collapse .collapse-item:nth-child(odd),
.buy2 .questions .questions-collapse .collapse-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.08);
}

.buy .questions .questions-collapse .collapse-item:nth-child(even),
.buy2 .questions .questions-collapse .collapse-item:nth-child(even) {
  background: #028388;
}

.buy .questions .questions-collapse .collapse-item:first-child .item-content,
.buy2 .questions .questions-collapse .collapse-item:first-child .item-content {
  display: block;
}

.buy .questions .questions-collapse .collapse-item.collapse-item-active .item-header,
.buy2 .questions .questions-collapse .collapse-item.collapse-item-active .item-header {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 770px) {

  .buy .questions,
  .buy2 .questions {
    margin-top: 60rem;
    padding: 37rem 0 49rem;
  }

  .buy .questions .questions-collapse,
  .buy2 .questions .questions-collapse {
    margin-top: 16rem;
  }

  .buy .questions .questions-collapse .collapse-item .item-header .item-title,
  .buy2 .questions .questions-collapse .collapse-item .item-header .item-title {
    font-size: 14rem;
    line-height: 24rem;
  }

  .buy .questions .questions-collapse .collapse-item .item-header .icon-box,
  .buy2 .questions .questions-collapse .collapse-item .item-header .icon-box {
    display: none;
  }

  .buy .questions .questions-collapse .collapse-item .item-content,
  .buy2 .questions .questions-collapse .collapse-item .item-content {
    margin-top: 20rem;
    overflow: hidden;
    display: none;
  }

  .buy .questions .questions-collapse .collapse-item .item-content .item-desc,
  .buy2 .questions .questions-collapse .collapse-item .item-content .item-desc {
    font-size: 14rem;
    width: 85%;
  }
}

.buy .last-flex-wrapper,
.buy2 .last-flex-wrapper {
  margin: 91px 0 79px;
}

.buy .last-flex-wrapper .pc-flex-content,
.buy2 .last-flex-wrapper .pc-flex-content {
  display: flex;
  justify-content: space-between;
}

.buy .last-flex-wrapper .pc-flex-content .flex-item,
.buy2 .last-flex-wrapper .pc-flex-content .flex-item {
  flex: 0 0 23%;
  background: rgba(247, 247, 247, 0.47);
  border-radius: 9px;
  padding: 40px 20px 20px;
  text-align: center;
}

.buy .last-flex-wrapper .pc-flex-content .flex-item .img-box,
.buy2 .last-flex-wrapper .pc-flex-content .flex-item .img-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy .last-flex-wrapper .pc-flex-content .flex-item .img-box img,
.buy2 .last-flex-wrapper .pc-flex-content .flex-item .img-box img {
  width: 100%;
  height: auto;
}

.buy .last-flex-wrapper .pc-flex-content .flex-item .title,
.buy2 .last-flex-wrapper .pc-flex-content .flex-item .title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.buy .last-flex-wrapper .pc-flex-content .flex-item .desc,
.buy2 .last-flex-wrapper .pc-flex-content .flex-item .desc {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  line-height: 170%;
}

@media (max-width: 770px) {

  .buy .last-flex-wrapper,
  .buy2 .last-flex-wrapper {
    margin: 47rem 0 87rem;
  }

  .buy .last-flex-wrapper .mb-wrapper,
  .buy2 .last-flex-wrapper .mb-wrapper {
    width: 100%;
    height: 100%;
    margin-top: 47rem;
    position: relative;
    overflow: hidden;
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-wrapper,
  .buy2 .last-flex-wrapper .mb-wrapper .swiper-wrapper {
    height: 292rem;
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide,
  .buy2 .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide {
    height: 263rem;
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide .item,
  .buy2 .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 0;
    text-align: center;
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide .item img,
  .buy2 .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide .item img {
    width: 60rem;
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide .item .title,
  .buy2 .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;
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-wrapper .swiper-slide .item .desc,
  .buy2 .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;
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-pagination,
  .buy2 .last-flex-wrapper .mb-wrapper .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet,
  .buy2 .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 1rem solid #008E93;
    opacity: unset;
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .buy2 .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #008E93;
  }

  .buy .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:not(.buy .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:first-child),
  .buy2 .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:not(.buy .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:first-child),
  .buy .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:not(.buy2 .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:first-child),
  .buy2 .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:not(.buy2 .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:first-child) {
    margin-left: 5rem;
  }
}

@media (max-width: 770px) {
  .buy .plan-wrapper .flex-content .flex-item {
    width: 252rem;
    height: 322rem !important;
  }
}

.buy2 .plan-wrapper2 .flex-content {
  justify-content: space-evenly;
}

.buy2 .plan-wrapper2 .flex-content .flex-item {
  height: 450px;
  flex: 0 0 28%;
  padding: 30px 24px 0;
}

.buy2 .plan-wrapper2 .flex-content .flex-item.big-sava {
  height: 479px;
  flex: 0 0 31%;
}

.buy2 .plan-wrapper2 .flex-content .flex-item.big-sava .plan-title {
  font-size: 18px;
}

.buy2 .plan-wrapper2 .flex-content .flex-item .plan-title {
  font-size: 16px;
  text-align: center;
}

.buy2 .plan-wrapper2 .flex-content .flex-item .button {
  height: 55px;
  line-height: 55px;
  font-size: 20px;
}

.buy2 .plan-wrapper2 .flex-content .flex-item ul li {
  line-height: 250%;
}

.buy2 .plan-wrapper2 .flex-content .flex-item .price-box {
  line-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.buy2 .plan-wrapper2 .flex-content .flex-item .price-box .cur-price {
  font-size: 42px;
  line-height: 160%;
}

.buy2 .plan-wrapper2 .flex-content .flex-item .price-box .ori-price {
  font-size: 18px;
}

.buy2 .plan-wrapper2 .flex-content .flex-item .pri-desc {
  color: #1e2432;
  font-size: 17px;
  margin: 15px 0;
  text-align: center;
}

.plan-wrapper .flex-content .flex-item .pri-desc {
  color: #1e2432;
  font-size: 15px;
  margin: 13px 0;
  text-align: center;
}