:root {
  --theme-color-btn: #2899f5;
}
.icon {
  display: inline-block;
  background: url(/uploads/pages/sprite.png) no-repeat;
  background-size: 1100px 1264px;
}
.icon-win {
  width: 19px;
  height: 20px;
  background-position: -450px -931px;
}
.icon-ios {
  width: 19px;
  height: 24px;
  background-position: -477px -929px;
}
.icon-Money-back {
  width: 46px;
  height: 46px;
  background-position: -47px -187px;
}
.icon-Support {
  width: 46px;
  height: 46px;
  background-position: -622px -183px;
}
.icon-Updates {
  width: 46px;
  height: 46px;
  background-position: -107px -186px;
}
.content-box {
  max-width: var(--page-width);
  margin: 0 auto;
}
.page-title {
  color: #080f30;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
.section-title {
  text-align: center;
  color: #080f30;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}
.product-des-text {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}
.winBuy_banner {
  background: url(/uploads/pages/new-buy/bg.png) no-repeat center center;
  background-size: cover;
}
.winBuy_banner .winBuy_banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 78px 0 40px;
}
.winBuy_banner .winBuy_banner_box .icon {
  width: 96px;
}
.winBuy_banner .winBuy_banner_box .winBuy_banner_content {
  flex: 1;
  margin-left: 40px;
  margin-right: 20px;
}
.winBuy_banner .winBuy_banner_box .winBuy_banner_des {
  margin-top: 8px;
  font-size: 16px;
}
.winBuy_banner .winBuy_banner_box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  border-radius: 30px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #3586ff;
  cursor: pointer;
  border: 1px solid #3586ff;
}
.winBuy_banner .winBuy_banner_box .btn:hover {
  background: #3586ff;
  color: #fff;
}
.winBuy_banner .guarantee-list {
  display: flex;
  justify-content: space-between;
  max-width: 728px;
  margin: 0 auto;
  padding-bottom: 52px;
}
.winBuy_banner .guarantee-list .guarantee-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #595959;
}
.winBuy_banner .guarantee-list .guarantee-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 19px;
  position: absolute;
  right: -20px;
  background: #595959;
}
.winBuy_banner .guarantee-list img {
  margin-right: 6px;
}
.buy-box {
  display: none;
}
.buy-box.active {
  display: block;
}
.box-desc_more {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.box-desc_more .more-icon {
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url(/uploads/pages/new-buy/more.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.box-desc_more .more-text {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  z-index: 99;
  width: 200px;
  height: auto;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #5c5c5c;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ededed;
  filter: drop-shadow(0px 32px 54px rgba(150, 150, 150, 0.38));
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
}
.box-desc_more .more-text::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #fff;
}
.box-desc_more:hover .more-text {
  visibility: visible;
  opacity: 1;
}
.buy-content .buy-tabs {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #f4f4f4;
  width: max-content;
  margin: 0 auto;
  padding: 5px;
}
.buy-content .buy-tab {
  font-weight: 700;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 48px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.buy-content .buy-tab.active {
  border: 1px solid #e2e2e2;
  background: #fff;
}
.buy-content .buy-tab .limited-time-offer {
  font-size: 12px;
  border-radius: 71px;
  background: #ff2d2d;
  color: #fff;
  font-weight: 400;
  padding: 2px 10px;
  margin-top: 2px;
}
.buy-content .buy-option-list {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  gap: 40px;
}
.buy-content .buy-option-list .buy-option-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  width: 336px;
  box-sizing: border-box;
  padding: 40px 24px;
  height: 533px;
  position: relative;
  border-radius: 8px;
  border: 2px solid #acc2ed;
}
.buy-content .buy-option-list .buy-option-item .buy-option-text {
  color: #3c3c3c;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 8px;
}
.buy-content .buy-option-list .buy-option-item.all-box .box-item-desc {
  margin-top: 0;
}
.buy-content .buy-option-list .buy-option-item.all-box .btn {
  margin-top: 10px;
}
.buy-content .buy-option-list .buy-option-item.all-box .buy-option-sum {
  margin-top: 0;
}
.buy-content .buy-option-list .buy-option-item.all-box .buy-options {
  padding-top: 0;
}
.buy-content .buy-option-list .buy-option-item .item-img {
  margin-top: 10px;
}
.buy-content .buy-option-list .buy-option-item.most-box {
  border: 2px solid #edab7c;
  background: #fffefb;
}
.buy-content .buy-option-list .buy-option-item.best-box {
  border: 2px solid #7c9ced;
  background: #fdfbff;
}
.buy-content .buy-option-list .buy-option-item .bestSeller,
.buy-content .buy-option-list .buy-option-item .mostValuable {
  display: flex;
  justify-content: center;
  padding-top: 7px;
  width: 196px;
  box-sizing: border-box;
  height: 41px;
  background: url( /uploads/pages/new-buy/best.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.buy-content .buy-option-list .buy-option-item .bestSeller::before,
.buy-content .buy-option-list .buy-option-item .mostValuable::before {
  content: url( /uploads/pages/new-buy/fire.png);
  margin-right: 3px;
}
.buy-content .buy-option-list .buy-option-item .mostValuable {
  background-image: url( /uploads/pages/new-buy/most.png);
}
.buy-content .buy-option-list .buy-option-name {
  font-size: 20px;
  font-weight: 700;
}
.buy-content .buy-option-list .buy-option-hint {
  font-size: 14px;
  line-height: 150%;
  color: #3c3c3c;
}
.buy-content .buy-option-list .box-item-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  flex-direction: column;
  margin-top: 15px;
  gap: 2px;
  line-height: 1.5;
}
.buy-content .buy-option-list .buy-option-sum {
  margin-top: 20px;
  font-size: 18px;
}
.buy-content .buy-option-list .buy-option-sum .option-sum {
  color: #f70;
  font-size: 48px;
  font-weight: 700;
}
.buy-content .buy-option-list .buy-option-sum .tax-sum {
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik";
}
.buy-content .buy-option-list .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  padding: 12px 0;
  margin-top: 23px;
  border-radius: 8px;
  transition: all 0.5s;
  background: #3586ff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.buy-content .buy-option-list .btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #3586ff;
}
.buy-content .buy-option-list .btn .icon {
  margin-right: 10px;
}
.buy-content .buy-option-list .buy-options {
  display: flex;
  flex-direction: column;
  margin-top: 23px;
  border-top: 1px solid #e2e2e2;
  width: 100%;
  padding-top: 10px;
}
.buy-content .buy-option-list .buy-options .option-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #3c3c3c;
}
.buy-content .buy-option-list .buy-options .option-item .icon-right {
  content: url( /uploads/pages/new-buy/right.svg);
  display: inline-block;
  margin-right: 11px;
}
.product-wrap {
  position: relative;
  z-index: 2;
  margin: 100px 0;
}
.product-wrap .box {
  position: relative;
  display: flex;
  border: 1px solid #f4f4f4;
  background: #fff;
  box-shadow: 0px 1px 54px -12px rgba(158, 182, 203, 0.28);
}
.product-wrap .platform {
  width: 272px;
  height: 100%;
  height: 256px;
  overflow-y: scroll;
}
.product-wrap .platform::-webkit-scrollbar {
  background: #e4efff;
  border-radius: 10px;
  width: 4px;
  height: 4px;
}
.product-wrap .platform::-webkit-scrollbar-thumb {
  background: #7db1ff;
  border-radius: 10px;
}
.product-wrap .platform-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  padding: 0 20px;
  border: 2px solid #fff;
  background: #fafafa;
  cursor: pointer;
  transition: all 300ms;
  font-size: 18px;
  color: #3c3c3c;
  text-align: center;
  font-weight: 600;
}
.product-wrap .platform-item.active {
  background-color: #fff;
}
.product-wrap .meal {
  flex: 1;
  height: 256px;
}
.product-wrap .meal-item {
  display: none;
  width: 100%;
  height: 100%;
}
.product-wrap .meal-item_area {
  display: flex;
  justify-content: center;
  height: 100%;
}
.product-wrap .meal-item_area.tab-area {
  display: none;
}
.product-wrap .meal-item_area.tab-area.active {
  display: flex;
}
.product-wrap .meal-item_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  font-family: Rubik;
}
.product-wrap .meal-item_box:first-of-type {
  border-right: 1px solid #e6e6e6;
}
.product-wrap .meal-item_box:last-of-type {
  overflow: hidden;
}
.product-wrap .meal-item_box .box-label {
  position: absolute;
  top: 14px;
  right: -40px;
  width: 175px;
  line-height: 31px;
  transform: rotate(30deg);
  flex-shrink: 0;
  background: #ff2d2d;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.product-wrap .meal-item_box .box-header {
  line-height: 56px;
  background: #f8f8f8;
  color: #212121;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.product-wrap .meal-item_box .box-desc {
  text-align: center;
  margin-bottom: 23px;
}
.product-wrap .meal-item_box .box-desc_text {
  font-size: 14px;
  color: #3c3c3c;
  display: inline-block;
}
.product-wrap .meal-item_box .box-pic {
  position: relative;
}
.product-wrap .meal-item_box .box-price {
  margin-top: 12px;
  margin-bottom: 8px;
}
.product-wrap .meal-item_box .box-price_new {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.5;
}
.product-wrap .meal-item_box .box-price_new .price-num {
  color: #f70;
  font-size: 34px;
  margin-left: 3px;
}
.product-wrap .meal-item_box .box-buy {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
  width: 286px;
  height: 48px;
  border-radius: 8px;
  background-color: #3586ff;
  transition: all 300ms;
  z-index: 1;
}
.product-wrap .meal-item_box .box-buy:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #3586ff;
}
.product-wrap .meal-item.active {
  display: block;
}
.accept {
  margin-top: 90px;
}
.accept .img-box {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.accept img {
  width: 100%;
}
.accept .purchase-hint {
  padding: 20px 25px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.accept .purchase-hint a .purchase-hint_title {
  color: #1a1a1a;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.682%;
  /* 29.336px */
}
.accept .purchase-hint .purchase-hint_des {
  padding-left: 14px;
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  text-align: left;
  color: #4b4b4b;
}
.accept .purchase-hint .purchase-hint_des a {
  color: #3586ff;
}
.accept .purchase-hint .purchase-hint_des::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #4690e5;
}
.accept .purchase-hint .purchase-hint_des:first-child {
  margin-top: 0;
}
.merit-box {
  margin-top: 148px;
}
.merit-box .merit-swiper {
  padding-inline: 30px;
  position: relative;
}
.merit-box .merit-content {
  justify-content: space-between;
  padding-bottom: 110px;
  margin-top: 70px;
}
.merit-box .merit-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 300px;
  padding: 0 22px;
  position: relative;
  box-sizing: border-box;
  border-left: 1px solid #eaeaea;
  border-radius: 10px;
}
.merit-box .merit-item .merit-item_title {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-top: 20px;
}
.merit-box .merit-item .merit-item_title::before {
  content: "";
  width: 2.108px;
  height: 20.531px;
  position: absolute;
  background: #000;
  top: 0;
  left: -23px;
}
.merit-box .merit-item .merit-item_des {
  margin-top: 20px;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.merit-box .merit-swiper-pagination {
  display: none;
  position: absolute;
  bottom: 78px !important;
  text-align: center;
}
#aioBuy .buy-content .buy-option-list .buy-option-item {
  height: auto;
}
@media (max-width: 1080px) {
  .content-box {
    padding-inline: var(--page-padding-x);
  }
  .winBuy_banner .winBuy_banner_box {
    margin-inline: var(--page-padding-x);
  }
  .merit-box {
    overflow: hidden;
  }
  .merit-box .merit-swiper {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
  }
  .merit-box .merit-swiper-pagination {
    display: block;
  }
}
.pc-img {
  display: block;
}
.mobile-img {
  display: none;
}
@media (max-width: 980px) {
  .pc-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .buy-content .buy-option-list {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .buy-content .buy-option-list .buy-option-item {
    margin-top: 30px;
  }
  .accept {
    margin-top: 80px;
  }
  .accept .img-box {
    border-radius: 6px;
    background: #f4f4f4;
    margin-top: 20px;
    padding: 10px;
  }
  .accept .img-box img {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .icon-sum {
    background-position: -450px -1052px;
  }
  .icon-safety {
    background-position: -484px -1051px;
  }
  .icon-email {
    background-position: -512px -1051px;
  }
  .page-title {
    font-size: 36px;
  }
  .product-des-text {
    font-size: 14px;
  }
  .section-title {
    font-size: 24px;
  }
  .home_banner {
    padding: 40px 0 10px;
  }
  .winBuy_banner {
    background-image: url( /uploads/pages/new-buy/mb-bg.png);
  }
  .winBuy_banner .winBuy_banner_box {
    flex-direction: column;
    padding: 50px 0 10px;
  }
  .winBuy_banner .winBuy_banner_box .winBuy_banner_content {
    margin-left: 0;
    margin-right: 0;
  }
  .winBuy_banner .winBuy_banner_box .winBuy_banner_des {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }
  .winBuy_banner .page-title {
    margin-top: 32px;
    font-size: 22px;
    text-align: center;
  }
  .winBuy_banner .btn {
    margin-top: 20px;
  }
  .winBuy_banner .guarantee-list {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    border-radius: 10px;
    column-gap: 36px;
  }
  .winBuy_banner .guarantee-list .guarantee-item {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
    color: #9497a4;
  }
  .winBuy_banner .guarantee-list .guarantee-item:not(:last-child):not(:nth-child(1))::after {
    display: none;
  }
  .winBuy_banner .guarantee-list .guarantee-item:nth-child(1)::after {
    height: 12px;
  }
  .winBuy_banner .guarantee-list .guarantee-item img {
    height: 10px;
    width: auto;
  }
  .buy-content .buy-tabs {
    justify-content: space-around;
  }
  .buy-content .buy-tab:first-child {
    margin-right: 0;
  }
  .buy-content .buy-option-list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .buy-content .buy-option-list .buy-option-item {
    width: 100%;
    margin-top: 24px;
  }
  .product-wrap {
    margin: 40px 0;
  }
  .product-wrap .box {
    flex-direction: column;
    box-shadow: unset;
    border: unset;
  }
  .product-wrap .platform {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 77px;
    background-color: transparent;
  }
  .product-wrap .platform-item {
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: auto;
    flex: 1;
    min-width: 56px;
    height: 56px;
    padding: 0 11px;
    border-width: 1px;
  }
  .product-wrap .platform-item span {
    font-size: 10px;
    font-weight: 600;
    display: none;
  }
  .product-wrap .platform-item.active {
    min-width: 70px;
    height: 70px;
    background-color: #fff;
    border-color: rgba(158, 182, 203, 0.18);
    border-bottom: unset;
  }
  .product-wrap .platform-item.active span {
    display: block;
    height: 13px;
    overflow: hidden;
  }
  .product-wrap .meal {
    margin-top: 20px;
  }
  .product-wrap .meal-item_area {
    flex-direction: column;
    gap: 22px;
  }
  .product-wrap .meal-item_area .meal-item_box {
    width: 100%;
    border: 1px solid #f4f4f4;
    background: #fff;
    box-shadow: 0px 1px 54px -12px rgba(158, 182, 203, 0.28);
    height: 248px;
  }
  .merit-box {
    margin-top: 80px;
  }
  .merit-box .merit-swiper {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-inline: 30px;
  }
  .merit-box .merit-item {
    border-left: none;
    align-items: center;
  }
  .merit-box .merit-item .merit-item_title {
    margin-top: 12px;
    font-size: 20px;
  }
  .merit-box .merit-item .merit-item_title::before {
    display: none;
  }
  .merit-box .merit-item .merit-item_des {
    margin-top: 12px;
    text-align: center;
  }
  .merit-box .merit-content {
    margin-top: 40px;
  }
}
@media (max-width: 580px) {
  .buy-content .buy-tabs {
    justify-content: space-between;
  }
  .buy-content .buy-tab {
    width: 163px;
    font-size: 15px;
  }
  .buy-content .buy-tab .limited-time-offer {
    font-size: 11px;
  }
  .accept .purchase-hint {
    margin-top: 23px;
    padding: 16px 18px;
  }
  .accept .purchase-hint .purchase-hint_title {
    font-size: 16px;
  }
  .accept .purchase-hint .purchase-hint_des {
    font-size: 12px;
    margin-top: 15px;
  }
}
