.wrapper-title {
  font-size: 40px;
  color: #151515;
  text-align: center;
  margin-bottom: 30px;
}
main {
  background: url("/uploads/pages/common/mobile-download/bg.webp") center / cover no-repeat;
  background-position: top center;
}
.mobile-buy .container {
  max-width: 742px;
}
.wrapper-desc {
  color: #4d4d4d;
  line-height: 1.6;
  text-align: center;
}
.wrapper {
  padding: 100px 0;
}
.wrapper-content {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 11px 26.3px 0 rgba(73, 97, 134, 0.1);
  padding: 20px;
  margin-top: 30px;
}
.wrapper-content .email {
  color: #3d8bff;
}
.product-item {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.product-item .product-info-title {
  color: #2b2b2b;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
.product-item .product-info-price {
  color: #353535;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 16px;
}
.product-item .currency {
  color: #fe752c;
  font-size: 16px;
}
.product-item .price {
  font-size: 34px;
  font-weight: 600;
  color: #fe752c;
}
.product-item .unit {
  font-size: 16px;
}
.product-item .tax {
  color: #a6a6a6;
  margin-left: 10px;
}
.product-item .product-info-desc {
  color: #787878;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.product-item .product-info-desc .tip-box {
  position: relative;
  cursor: pointer;
}
.product-item .product-info-desc .tip-box:hover .product-info-desc-text {
  display: block;
  transition: all 0.3s ease;
}
.product-item .product-info-desc img {
  margin-left: 4px;
  vertical-align: middle;
}
.product-item .product-info-desc-text {
  display: none;
  position: absolute;
  bottom: 10px;
  left: -146px;
  background: url("/uploads/pages/common/mobile-download/tip-bg.png") no-repeat left center;
  background-size: 100% 100%;
  padding: 30px 20px 40px 20px;
  text-align: center;
  width: 310px;
}
.product-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background: #3d8bff;
  color: #fff;
  width: max-content;
  padding: 14px 38px;
  margin-top: 24px;
  font-size: 20px;
  transition: all 0.3s ease;
}
.product-info-btn .iconfont {
  font-size: inherit;
}
.product-info-btn:hover {
  background: #1c77ff;
}
.note {
  border-radius: 8px;
  background: #f8f8f8;
  padding: 10px 16px;
  margin-top: 34px;
}
.note .note-title {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}
.note .note-desc {
  margin-top: 10px;
}
.note .note-desc li {
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 16px;
  text-indent: -5px;
}
.note .note-desc li:last-child {
  margin-bottom: 0;
}
.subscribe-click {
  padding: 14px 30px;
  margin: 34px auto 0 auto;
}
.subscribe {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  main {
    background: url("/uploads/pages/common/mobile-download/mb-bg.png") center / cover no-repeat;
    background-position: top center;
  }
  .wrapper {
    padding: 60px 0 80px;
  }
  .wrapper-title {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .wrapper-desc {
    font-size: 14px;
  }
  .wrapper-content {
    margin-top: 30px;
    overflow: hidden;
    padding: 0;
  }
  .product-item {
    padding: 35px 30px 0;
    gap: 25px;
  }
  .product-item .product-img {
    width: 100%;
  }
  .product-item .product-info-title {
    font-size: 20px;
  }
  .product-item .product-info-price {
    font-size: 16px;
    margin-top: 4px;
  }
  .product-item .price {
    font-size: 28px;
  }
  .product-item .unit {
    font-size: 16px;
  }
  .product-item .tax {
    font-size: 14px;
  }
  .product-item .product-info-desc {
    font-size: 12px;
    margin-top: 5px;
  }
  .product-item .product-info-desc-text {
    font-size: 12px;
  }
  .product-info-btn {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 6px;
  }
  .note {
    padding: 12px 12px 20px;
  }
  .note .note-desc li {
    font-size: 11px;
  }
  .tip-icon {
    width: 10px;
  }
  .subscribe-icon {
    width: 18px;
  }
  .subscribe-click {
    padding: 12px 28px;
    margin-top: 25px;
  }
}
