.icon {
  background-size: 2457px 1598px;
  background-repeat: no-repeat;
  background-image: url("/uploads/pages/sprite2.png");
  display: inline-block;
  flex-shrink: 0;
}
.icon-medal {
  background-position: -674px -498px;
  width: 34px;
  height: 39px;
}
.icon-win {
  background-position: -521px -278px;
  width: 20px;
  height: 21px;
}
.icon-ios {
  background-position: -550px -278px;
  width: 19px;
  height: 23px;
}
.container {
  width: var(--page-width);
  margin: 0 auto;
}
h1 {
  text-align: center;
  color: #212642;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}
.banner {
  background: url("/uploads/pages/buy/bg.png") no-repeat top center;
  background-size: cover;
  padding-top: 70px;
}
.banner .banner_product {
  display: flex;
  align-items: center;
  margin-top: 30px;
  column-gap: 36px;
  border-radius: 14px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 1px 54px -12px rgba(158, 182, 203, 0.28);
}
.banner .banner_hint {
  margin: 25px auto 0;
}
.banner .product_hot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ff57c5;
  padding: 4px 17px;
  border-radius: 50px;
  background: #fff;
  width: fit-content;
  border-radius: 44px;
  background: #f3f3f3;
}
.banner .product_title {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0 10px;
}
.banner .product_desc {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
.banner .product_pri {
  color: #444444;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin: 8px 0 25px;
}
.banner .pri_num {
  color: #f70;
  font-size: 40px;
  font-weight: 800;
  margin: 0 5px;
}
.banner .banner-btn-box {
  display: flex;
  align-items: center;
  column-gap: 17px;
}
.banner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #006fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 15px 75px;
  width: fit-content;
}
.banner .btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #3586ff;
}
.banner .btn .icon {
  margin-right: 10px;
}
.product-wrap {
  background: #f3f9ff;
  margin-top: 100px;
  padding: 76px 0;
}
.product-wrap .product-wrap_title {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.product-wrap .product-item {
  border-radius: 6px;
  background: #fff;
  display: flex;
  height: 226px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 54px -12px rgba(155, 179, 215, 0.3);
}
.product-wrap .product-item .price-item {
  width: 286px;
  height: 100%;
}
.product-wrap .product-item .price-item:not(:last-child) {
  border-right: 1px dashed #d9d9d9;
  border-spacing: 5px;
}
.product-wrap .product-item .product-info {
  display: flex;
  flex: 1;
  width: 220px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 20px 0;
  border-right: 1px dashed #e6e6e6;
}
.product-wrap .product-item .product-info .product-name {
  color: #212121;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 125.4%;
}
.product-wrap .product-item .product-info .product-img {
  width: 66px;
  height: 66px;
}
.product-wrap .product-item .product-info .product-link {
  color: #3586ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 125.4%;
}
.product-wrap .product-item .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-wrap .product-item .price-item_top {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 67px;
  background: #f8f8f8;
}
.product-wrap .product-item .price-item_top .top_title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}
.product-wrap .product-item .price-item_top .top_desc {
  border-radius: 20px;
  background: #ff6161;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 10px;
  margin-top: 5px;
}
.product-wrap .product-item .price-item_num {
  color: #212121;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 700;
  margin-top: 18px;
}
.product-wrap .product-item .price-item_num .num {
  font-size: 34px;
  color: #f70;
}
.product-wrap .product-item .price-item_desc {
  color: #3c3c3c;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 155.4%;
  height: 21px;
}
.product-wrap .product-item .price-item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
.product-wrap .product-item .price-item_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #3586ff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}
.product-wrap .product-item .price-item_btn .btn .icon {
  margin-right: 5px;
  transform: scale(0.8);
}
.product-wrap .product-item .price-item_btn .btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #3586ff;
}
@media (max-width: 768px) {
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  h1 {
    font-size: 26px;
  }
  .banner {
    background: url("/uploads/pages/buy/mb-bg.png") no-repeat top center;
    background-size: cover;
    padding: 48px 0 88px;
  }
  .banner .banner_product {
    flex-direction: column;
    gap: 10px 0;
    border-radius: 6px;
    padding: 30px 12px;
  }
  .banner .banner_hint {
    width: 100%;
    height: auto;
    margin: 12px auto 0;
  }
  .banner .product_img {
    width: 230px;
    height: auto;
    margin-top: -10px;
  }
  .banner .product_hot {
    line-height: 1;
    margin: 20px auto 0;
  }
  .banner .product_title {
    font-size: 22px;
    margin: 21px 0;
  }
  .banner .product_desc {
    font-size: 14px;
    padding: 0 10px;
  }
  .banner .product_pri {
    margin: 15px 0 10px;
  }
  .banner .pri_txt {
    display: block;
  }
  .banner .banner-btn-box {
    gap: 10px;
    justify-content: center;
  }
  .banner .btn {
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 4px;
  }
  .banner .btn .icon {
    transform: scale(0.8);
    margin-right: 5px;
  }
  .product-wrap {
    margin-top: 0;
  }
  .product-wrap .product-item {
    flex-direction: column;
    height: auto;
  }
  .product-wrap .product-item .product-info {
    width: 100%;
    box-sizing: border-box;
    height: 180px;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .product-wrap .product-item .price-item_desc {
    height: auto;
  }
  .product-wrap .product-item .price-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .product-wrap .product-item .price-box .price-item {
    width: 100%;
    height: auto;
    border-right: none;
    padding-bottom: 22px;
  }
}
