.buy-box .banner {
  background: url('../images/banner-bg.png') no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 39px 0 158px;
}
.buy-box .banner .product-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.buy-box .banner .product-desc img {
  position: static;
  z-index: 2;
}
.buy-box .banner .product-desc .desc {
  margin-left: 30px;
  position: static;
  z-index: 2;
}
.buy-box .banner .product-desc .desc .title {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
}
.buy-box .banner .product-desc .desc ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.buy-box .banner .product-desc .desc ul li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.buy-box .banner .product-desc .desc ul li img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.buy-box .banner .product-desc .desc ul li .text {
  margin-left: 10px;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.buy-box .banner .product-desc .win-icon {
  background: url('../images/au-sprite.png') no-repeat -2451px -10px;
  background-size: 2613px 1314px;
  width: 34px;
  height: 23px;
}
.buy-box .banner .product-desc .mac-icon {
  background: url('../images/au-sprite.png') no-repeat -2484px -10px;
  background-size: 2614px 1314px;
  width: 27px;
  height: 23px;
}
.buy-box .banner .product-desc .desc_deep {
  background: url('../images/au-sprite.png') no-repeat -1013px -85px;
  background-size: 2614px 1314px;
  width: 26px;
  height: 26px;
}
@media (max-width: 1024px) {
  .buy-box .banner .product-desc .desc ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 770px) {
  .buy-box .banner {
    padding: 30rem 15rem;
  }
  .buy-box .banner .product-desc {
    display: flex;
    flex-direction: column;
  }
  .buy-box .banner .product-desc img {
    width: 189rem;
    height: auto;
  }
  .buy-box .banner .product-desc .desc {
    margin-left: 0;
    margin-top: 30rem;
    text-align: center;
    width: 100%;
  }
  .buy-box .banner .product-desc .desc .title {
    font-size: 26rem;
    line-height: 31rem;
  }
  .buy-box .banner .product-desc .desc ul {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .buy-box .banner .product-desc .desc ul li {
    margin-right: 14rem;
    margin-top: 18rem;
  }
  .buy-box .banner .product-desc .desc ul li img {
    width: 16rem;
    height: 16rem;
  }
  .buy-box .banner .product-desc .desc ul li .text {
    margin-left: 10rem;
    font-size: 12rem;
  }
  .buy-box .banner .product-desc .desc .link {
    margin-top: 28rem;
    font-size: 16rem;
  }
  .buy-box .banner .product-desc .desc_deep {
    background: url('../images/au-sprite.png') no-repeat -1013rem -85rem;
    background-size: 2614rem 1314rem;
    width: 26rem;
    height: 26rem;
  }
}
.buy-box .plan-wrapper {
  margin-top: -122px;
  text-align: center;
}
.buy-box .plan-wrapper .flex-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 68px;
}
.buy-box .plan-wrapper .flex-content .flex-item {
  flex: 0 0 30%;
  background: #ffffff;
  box-shadow: 0 3px 15px 1px rgba(200, 200, 200, 0.25);
  border-radius: 16px;
  padding: 80px 12px;
  position: relative;
}
.buy-box .plan-wrapper .flex-content .flex-item.big-sava {
  border: 4px solid #ffac7e;
}
.buy-box .plan-wrapper .flex-content .flex-item.big-sava::after {
  position: absolute;
  top: 0;
  left: 0;
  content: 'Best Seller';
  width: 100%;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(180deg, #ffb084 0%, #f8803d 100%);
  padding: 5px 0;
}
.buy-box .plan-wrapper .flex-content .flex-item .plan-title {
  font-size: 26px;
  color: #1b1b1b;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-box .plan-wrapper .flex-content .flex-item .title_tips {
  position: relative;
  z-index: 2;
}
.buy-box .plan-wrapper .flex-content .flex-item .tips_icon {
  background: url('../images/common-sprite.png') no-repeat -1060px -128px;
  width: 16px;
  height: 17px;
  margin-left: 5px;
  cursor: pointer;
}
.buy-box .plan-wrapper .flex-content .flex-item .tips_desc {
  opacity: 0;
  visibility: hidden;
  width: 230px;
  padding: 7px 12px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #fff;
  color: #000000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  z-index: 2;
  box-shadow: 0 1px 27px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  transition: all 0.5s;
}
.buy-box .plan-wrapper .flex-content .flex-item .tips_link {
  color: #5125e4;
}
.buy-box .plan-wrapper .flex-content .flex-item .tips_desc-active {
  visibility: visible;
  opacity: 1;
}
.buy-box .plan-wrapper .flex-content .flex-item .plan-desc {
  font-size: 16px;
  color: #616161;
  font-weight: 400;
  margin-top: 8px;
}
.buy-box .plan-wrapper .flex-content .flex-item .plan-tax {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400;
}
.buy-box .plan-wrapper .flex-content .flex-item .price-box {
  margin-top: 20px;
  height: 48px;
  line-height: 48px;
}
.buy-box .plan-wrapper .flex-content .flex-item .price-box .cur-price {
  color: #ff7d34;
  font-size: 42px;
  font-weight: 700;
}
.buy-box .plan-wrapper .flex-content .flex-item .price-box .ori-price {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: line-through;
  margin-left: 3px;
}
.buy-box .plan-wrapper .flex-content .flex-item .button {
  width: fit-content;
  background: #ffffff;
  border-radius: 67px;
  color: #ff7d34;
  font-size: 23px;
  font-weight: 600;
  margin: 34px auto 0;
  cursor: pointer;
  transition: all 0.2s;
  padding: 13px 50px;
  border: 3px #ff7d34 solid;
  display: flex;
  align-items: center;
}
.buy-box .plan-wrapper .flex-content .flex-item .button .botton_win {
  background: url('../images/au-sprite.png') no-repeat -2298px -85px;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
.buy-box .plan-wrapper .flex-content .flex-item .button .botton_mac {
  background: url('../images/au-sprite.png') no-repeat -2334px -85px;
  width: 22px;
  height: 27px;
}
.buy-box .plan-wrapper .flex-content .flex-item .button:hover {
  background: #ff7d34;
  color: #ffffff;
}
.buy-box .plan-wrapper .flex-content .flex-item .button:hover .botton_win {
  background: url('../images/au-sprite.png') no-repeat -2262px -85px;
}
.buy-box .plan-wrapper .flex-content .flex-item .button:hover .botton_mac {
  background: url('../images/au-sprite.png') no-repeat -2231px -85px;
}
@media (max-width: 1024px) {
  .buy-box .plan-wrapper .flex-content {
    column-gap: 40px;
  }
  .buy-box .plan-wrapper .flex-content .flex-item {
    flex: 0 0 45%;
  }
}
@media (max-width: 770px) {
  .buy-box .plan-wrapper {
    margin-top: 19rem;
  }
  .buy-box .plan-wrapper .flex-content {
    flex-direction: column;
    align-items: center;
  }
  .buy-box .plan-wrapper .flex-content .flex-item {
    flex: unset;
    width: 80%;
    height: unset;
    margin-top: 34rem;
    padding: 33rem 12rem 47rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item.big-sava {
    flex: unset;
    width: 80%;
    height: unset;
    padding: 80rem 12rem 47rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item.big-sava::after {
    font-size: 22rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .tips_icon {
    background: url('../images/common-sprite.png') no-repeat -1060rem -128rem;
    background-size: 1178rem 943rem;
    width: 16rem;
    height: 16rem;
    margin-left: 5rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .tips_desc {
    width: 230px;
    padding: 7rem 12rem;
    bottom: 30rem;
    left: -100rem;
    font-size: 12rem;
    box-shadow: 0 1rem 27rem rgba(0, 0, 0, 0.13);
    border-radius: 10rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .plan-title {
    font-size: 26rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .plan-desc {
    font-size: 16rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .price-box .cur-price {
    font-size: 42rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .price-box .ori-price {
    font-size: 18rem;
    margin-left: 8rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .button {
    border-radius: 67rem;
    font-size: 20rem;
    margin: 34rem auto 0;
    padding: 13rem 50rem;
    border: 4rem #ff7d34 solid;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .button .botton_win {
    background: url('../images/common-sprite.png') no-repeat -991rem -128rem;
    background-size: 1178rem 943rem;
    width: 23rem;
    height: 23rem;
    margin-right: 10rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .button .botton_mac {
    background: url('../images/common-sprite.png') no-repeat -58rem -748rem;
    background-size: 1178rem 943rem;
    width: 19rem;
    height: 23rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .button:hover .botton_win {
    background: url('../images/common-sprite.png') no-repeat -38rem -29rem;
    background-size: 1178rem 943rem;
  }
  .buy-box .plan-wrapper .flex-content .flex-item .button:hover .botton_mac {
    background: url('../images/common-sprite.png') no-repeat -165rem -426rem;
    background-size: 1178rem 943rem;
  }
}
.buy-box .we-accept {
  margin-top: 76px;
}
.buy-box .we-accept .logo-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buy-box .we-accept .logo-content .title {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.buy-box .we-accept .logo-content .logo-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.buy-box .we-accept .logo-content .logo-list li {
  margin-left: 20px;
}
.buy-box .we-accept .logo-content .logo-list li img {
  width: 63px;
}
@media (max-width: 770px) {
  .buy-box .we-accept {
    margin-top: 34rem;
  }
  .buy-box .we-accept .logo-content {
    flex-wrap: wrap;
  }
  .buy-box .we-accept .logo-content .title {
    font-size: 16rem;
    color: #000000;
  }
  .buy-box .we-accept .logo-content .logo-list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .buy-box .we-accept .logo-content .logo-list li {
    margin: 20rem 10rem;
  }
  .buy-box .we-accept .logo-content .logo-list li img {
    width: 63rem;
  }
}
.buy-box .questions {
  margin-top: 97px;
  padding: 52px 0 75px;
  background: #38cb96;
}
.buy-box .questions .title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #ffffff;
}
.buy-box .questions .questions-collapse {
  margin-top: 36px;
  background: #ffffff;
}
.buy-box .questions .questions-collapse .collapse-item {
  cursor: pointer;
  padding: 20px;
}
.buy-box .questions .questions-collapse .collapse-item .item-header {
  position: relative;
}
.buy-box .questions .questions-collapse .collapse-item .item-header .item-title {
  font-size: 18px;
  line-height: 100%;
  color: #14c28f;
}
.buy-box .questions .questions-collapse .collapse-item .item-header .icon-box {
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 38px;
  color: #14c28f;
}
.buy-box .questions .questions-collapse .collapse-item .item-content {
  margin-top: 20px;
  overflow: hidden;
  display: none;
}
.buy-box .questions .questions-collapse .collapse-item .item-content .item-desc {
  font-size: 16px;
  line-height: 228%;
  color: #14c28f;
  width: 85%;
  font-weight: lighter;
}
.buy-box .questions .questions-collapse .collapse-item:nth-child(odd) {
  background: #f4fcfa;
}
.buy-box .questions .questions-collapse .collapse-item:first-child .item-content {
  display: block;
}
.buy-box .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-box .questions {
    margin-top: 60rem;
    padding: 37rem 0 49rem;
  }
  .buy-box .questions .questions-collapse {
    margin-top: 16rem;
  }
  .buy-box .questions .questions-collapse .collapse-item .item-header .item-title {
    font-size: 14rem;
    line-height: 24rem;
  }
  .buy-box .questions .questions-collapse .collapse-item .item-header .icon-box {
    display: none;
  }
  .buy-box .questions .questions-collapse .collapse-item .item-content {
    margin-top: 20rem;
    overflow: hidden;
    display: none;
  }
  .buy-box .questions .questions-collapse .collapse-item .item-content .item-desc {
    font-size: 14rem;
    width: 85%;
  }
}
.buy-box .last-flex-wrapper {
  margin: 91px 0 79px;
}
.buy-box .last-flex-wrapper .pc-flex-content {
  display: flex;
  justify-content: space-between;
}
.buy-box .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;
}
.buy-box .last-flex-wrapper .pc-flex-content .flex-item .title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.buy-box .last-flex-wrapper .pc-flex-content .flex-item .desc {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  line-height: 170%;
}
.buy-box .last-flex-wrapper .icon1 {
  background: url('../images/common-sprite.png') no-repeat -164px -221px;
  width: 82px;
  height: 92px;
}
.buy-box .last-flex-wrapper .icon2 {
  background: url('../images/common-sprite.png') no-repeat -269px -220px;
  width: 97px;
  height: 92px;
}
.buy-box .last-flex-wrapper .icon3 {
  background: url('../images/common-sprite.png') no-repeat -390px -221px;
  width: 98px;
  height: 92px;
}
.buy-box .last-flex-wrapper .icon4 {
  background: url('../images/common-sprite.png') no-repeat -516px -222px;
  width: 87px;
  height: 92px;
}
@media (max-width: 770px) {
  .buy-box .last-flex-wrapper {
    margin: 47rem 0 87rem;
  }
  .buy-box .last-flex-wrapper .mb-wrapper {
    width: 100%;
    height: 100%;
    margin-top: 47rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 30rem;
  }
  .buy-box .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-box .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-box .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-box .last-flex-wrapper .mb-wrapper .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .buy-box .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 1rem solid #008e93;
    opacity: unset;
  }
  .buy-box .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #008e93;
  }
  .buy-box .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:not(.buy-box .last-flex-wrapper .mb-wrapper .swiper-pagination .swiper-pagination-bullet:first-child) {
    margin-left: 5rem;
  }
  .buy-box .last-flex-wrapper .icon1 {
    background: url('../images/common-sprite.png') no-repeat -164rem -221rem;
    background-size: 1178rem 943rem;
    width: 82rem;
    height: 92rem;
  }
  .buy-box .last-flex-wrapper .icon2 {
    background: url('../images/common-sprite.png') no-repeat -269rem -220rem;
    background-size: 1178rem 943rem;
    width: 97rem;
    height: 92rem;
  }
  .buy-box .last-flex-wrapper .icon3 {
    background: url('../images/common-sprite.png') no-repeat -390rem -221rem;
    background-size: 1178rem 943rem;
    width: 98rem;
    height: 92rem;
  }
  .buy-box .last-flex-wrapper .icon4 {
    background: url('../images/common-sprite.png') no-repeat -516rem -222rem;
    background-size: 1178rem 943rem;
    width: 87rem;
    height: 92rem;
  }
}
