@media (max-width: 768px) {
  [data-toggle=backToTop].show {
    display: none;
  }
}
.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.section-1 {
  padding: 104px 0 64px;
  background: url("https://images.hitpaw.cn/purchase/buy-page-bg-mb.webp") no-repeat;
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .section-1 {
    padding: 100px 0 80px;
    background: url("https://images.hitpaw.cn/purchase/buy-page-bg.webp") no-repeat;
    background-size: 100% auto;
  }
}
.section-1 .container {
  padding: 0;
}
.section-1 .nav-tabs {
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  border-radius: 64px;
  padding: 4px;
}
@media (min-width: 992px) {
  .section-1 .nav-tabs {
    padding: 8px;
  }
}
.section-1 .nav-tabs .nav-link {
  padding: 8px 24px;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  color: #595959;
  background: transparent;
  border-radius: 64px;
}
@media (min-width: 992px) {
  .section-1 .nav-tabs .nav-link {
    font-size: 20px;
  }
}
.section-1 .nav-tabs .nav-link.active {
  color: #1a1a1a;
  background: white;
}
.section-1 .nav-tabs .nav-link:hover {
  color: #1a1a1a;
}
.section-1 .sys-dropdown {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-1 .sys-dropdown {
    position: absolute;
    right: 0;
    top: 70px;
  }
}
@media (min-width: 1600px) {
  .section-1 .sys-dropdown {
    top: 100px;
  }
}
.section-1 .sys-dropdown .dropdown-toggle {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: #1a1a1a;
}
.section-1 .sys-dropdown .dropdown-toggle::after {
  border: 0;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1211 7.06079L8.06042 11.1215L3.99976 7.06079" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.section-1 .sys-dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.section-1 .sys-dropdown .dropdown-menu {
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px rgba(195, 195, 195, 0.5019607843);
  padding: 10px 0;
  border: 0;
  font-size: 18px;
}
.section-1 .sys-dropdown .dropdown-menu .dropdown-item {
  padding: 6.5px 16px;
}
.section-1 .sys-dropdown .dropdown-menu .dropdown-item.active {
  background: rgba(114, 49, 251, 0.1019607843);
  color: #7231FB;
}
.section-1 .sys-dropdown .dropdown-menu .dropdown-item:active {
  background: rgba(114, 49, 251, 0.1019607843);
  color: #7231FB;
}
@media (max-width: 768px) {
  .section-1 .buy-content .buy-list {
    overflow-x: auto;
  }
  .section-1 .buy-content .buy-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media (max-width: 992px) {
  .section-1 .buy-content .cell-list {
    width: -moz-max-content;
    width: max-content;
  }
}
.section-1 .buy-content .cell {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 16px;
  padding: 42px 26px 2px;
  background: white;
  overflow: hidden;
  cursor: pointer;
}
.section-1 .buy-content .cell.actived {
  padding: 40px 24px 0;
}
@media (min-width: 992px) {
  .section-1 .buy-content .cell {
    padding: 50px 42px 2px;
  }
  .section-1 .buy-content .cell.actived {
    padding: 48px 40px 0;
  }
}
.section-1 .buy-content .cell.hot {
  background: linear-gradient(180deg, #E091F2 -39.2%, #7231FB 86.69%);
  color: white;
}
.section-1 .buy-content .cell.hot h4 {
  color: white;
}
.section-1 .buy-content .cell.hot .price-list h3 {
  color: white;
}
.section-1 .buy-content .cell.hot .price-list ul {
  color: white;
}
.section-1 .buy-content .cell.hot .price-list ul li::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="%23fff" d="m9.49 16.817-4.593-4.449a.919.919 0 0 1 1.1-1.455l4.197 2.433 7.754-7.367a.917.917 0 0 1 1.318 1.273l-8.422 9.513a.938.938 0 0 1-1.355.052Z"/></svg>') no-repeat;
}
.section-1 .buy-content .cell.hot .price-banner {
  background: rgba(255, 255, 255, 0.3019607843);
  color: white;
}
.section-1 .buy-content .cell.actived {
  border: 2px solid #7231FB;
}
.section-1 .buy-content .cell.actived .price-banner {
  bottom: -2px;
}
.section-1 .buy-content .cell.hot .praise {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #1a1a1a;
  width: 128px;
  height: 30px;
  background: url("https://images.hitpaw.cn/purchase/recommend-bg.webp") no-repeat;
  background-size: 100%;
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
}
.section-1 .buy-content .cell.hot .praise svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .section-1 .buy-content .cell.hot .praise {
    font-size: 18px;
    width: 168px;
    height: 37px;
    line-height: 37px;
  }
  .section-1 .buy-content .cell.hot .praise svg {
    width: 24px;
    height: 24px;
  }
}
.section-1 .buy-content .cell.hot.actived .praise {
  top: -2px;
}
.section-1 .buy-content .cell .price-list h3 {
  font-size: 32px;
}
.section-1 .buy-content .cell .price-list h3 .currency-symbol {
  font-size: 20px;
}
.section-1 .buy-content .cell .price-list h3 .new-price {
  font-size: 40px;
}
@media (min-width: 992px) {
  .section-1 .buy-content .cell .price-list h3 {
    font-size: 40px;
  }
  .section-1 .buy-content .cell .price-list h3 .currency-symbol {
    font-size: 24px;
  }
  .section-1 .buy-content .cell .price-list h3 .new-price {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .section-1 .buy-content .cell .price-list h3 {
    font-size: 48px;
  }
  .section-1 .buy-content .cell .price-list h3 .currency-symbol {
    font-size: 32px;
  }
  .section-1 .buy-content .cell .price-list h3 .new-price {
    font-size: 56px;
  }
}
.section-1 .buy-content .cell .price-list ul {
  width: -moz-fit-content;
  width: fit-content;
  color: #595959;
  opacity: 0.8;
  font-size: 14px;
}
@media (min-width: 992px) {
  .section-1 .buy-content .cell .price-list ul {
    font-size: 16px;
  }
}
.section-1 .buy-content .cell .price-list ul li {
  display: flex;
  align-items: center;
}
.section-1 .buy-content .cell .price-list ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="%23595959" d="m9.49 16.817-4.593-4.449a.919.919 0 0 1 1.1-1.455l4.197 2.433 7.754-7.367a.917.917 0 0 1 1.318 1.273l-8.422 9.513a.938.938 0 0 1-1.355.052Z"/></svg>') no-repeat;
  margin-right: 8px;
  display: inline-block;
}
.section-1 .buy-content .cell .price-banner {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(114, 49, 251, 0.2);
  color: #7231FB;
  font-size: 12px;
  padding: 8px 0;
}
.section-1 .buy-content .cell .price-banner span {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-1 .buy-content .cell .price-banner {
    font-size: 14px;
  }
  .section-1 .buy-content .cell .price-banner span {
    font-size: 16px;
    font-weight: 700;
  }
}
.section-1 .buy-content .the-way {
  background: rgba(114, 49, 251, 0.1019607843);
  border-radius: 16px;
  padding: 16px 24px;
}
.section-1 .buy-content .the-way .form-label {
  font-size: 14px;
  color: #080A1D;
  font-weight: 700;
}
.section-1 .buy-content .the-way .item {
  height: 52px;
  margin-bottom: 8px;
}
.section-1 .buy-content .the-way .item img {
  max-width: 94px;
}
.section-1 .buy-content .the-way .item::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="%23fff" stroke="%239B9BA9" d="M12 .5C18.352.5 23.5 5.648 23.5 12S18.352 23.5 12 23.5.5 18.352.5 12 5.648.5 12 .5Z"/></svg>');
}
.section-1 .buy-content .the-way .item.actived::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="%23fff" d="M22.5 11.5C22.5 17.3 17.8 22 12 22S1.5 17.3 1.5 11.5 6.2 1 12 1s10.5 4.7 10.5 10.5Z"/><path fill="%237231FB" d="M24 12c0 6.628-5.372 12-12 12S0 18.628 0 12 5.372 0 12 0s12 5.372 12 12Z"/><path fill="%23fff" d="M19.44 7.33a1.385 1.385 0 0 1 0 1.956l-8.308 8.308a1.384 1.384 0 0 1-1.957 0L4.56 12.978a1.385 1.385 0 0 1 1.957-1.957l3.637 3.635 7.329-7.329a1.385 1.385 0 0 1 1.957 0v.002Z"/></svg>');
}
.section-1 .buy-content .footer-fixed {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 30;
}
.section-1 .buy-content .footer-fixed .total-price {
  font-size: 32px;
}
.section-1 .buy-content .error-msg {
  visibility: hidden;
}
.section-1 .buy-content1 .cell {
  width: 194px;
  height: 252px;
}
@media (min-width: 992px) {
  .section-1 .buy-content1 .cell {
    width: 285px;
    height: 291px;
  }
}
@media (min-width: 1600px) {
  .section-1 .buy-content1 .cell {
    height: 313px;
  }
}
.section-1 .buy-content2 .cell {
  width: 260px;
  height: 252px;
}
@media (min-width: 992px) {
  .section-1 .buy-content2 .cell {
    width: 400px;
    height: 291px;
  }
}
@media (min-width: 1600px) {
  .section-1 .buy-content2 .cell {
    height: 313px;
  }
}
.section-1 .buy-content3 .cell {
  width: 194px;
  height: 230px;
}
@media (min-width: 992px) {
  .section-1 .buy-content3 .cell {
    width: 285px;
    height: 245px;
  }
}
@media (min-width: 1600px) {
  .section-1 .buy-content3 .cell {
    height: 269px;
  }
  .section-1 .buy-content3 .cell h4 {
    font-size: 28px;
  }
}
.section-1 .btns-pc {
  width: 100%;
  padding: 24px 228px;
  background: linear-gradient(0deg, rgba(114, 49, 251, 0.1), rgba(114, 49, 251, 0.1));
  border-radius: 16px;
}
.section-1 .btns-pc .lft-qrcode {
  max-width: 182px;
  margin-right: 34px;
}
@media (min-width: 1600px) {
  .section-1 .btns-pc .lft-qrcode {
    max-width: 184px;
  }
}
.section-1 .btns-pc .lft-qrcode .absolute-content {
  background: rgba(255, 255, 255, 0.8392156863);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-1 .btns-pc .rgt-text h4 {
  font-size: 32px;
}
.section-1 .btns-pc .rgt-text .pay-title {
  color: #595959;
}
.section-1 .btns-pc .rgt-text label {
  color: #080A1D;
  font-weight: 400;
}
.section-1 .btns-pc .use_code {
  position: absolute;
  top: 24px;
  right: 252px;
  cursor: pointer;
}
.section-1 .discount-code-input button {
  width: 65px;
  height: 40px;
  right: 24px;
  top: 0;
  outline: none;
  border: 0;
  border-radius: 4px;
  font-size: 1rem;
  background: #7231FB;
  color: #fff;
}
.section-1 .discount-code-input input[name=coupon] {
  height: 40px;
  color: #1a1a1a;
}

.disCodeModal .modal-dialog {
  max-width: 640px;
}
.disCodeModal .content {
  padding: 64px 40px 32px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.disCodeModal .content h3 {
  font-size: 24px;
}
.disCodeModal .content input {
  color: #080A1D;
}
.disCodeModal .close {
  width: 16px !important;
  height: 16px !important;
  top: 16px !important;
  right: 16px !important;
  background: transparent !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path stroke="%23BDBDBD" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 1 1 17M1 1l16 16"/></svg>') no-repeat !important;
  background-size: cover !important;
}

.buySuccessModal1 .success-content {
  padding: 56px 96px 60px;
  color: #080a1d;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  width: 640px;
}
.buySuccessModal1 .close {
  width: 16px !important;
  height: 16px !important;
  top: 16px !important;
  right: 16px !important;
  background: transparent !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path stroke="%23BDBDBD" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 1 1 17M1 1l16 16"/></svg>') no-repeat !important;
  background-size: cover !important;
}

.section-2 .table-responsive {
  width: 100%;
  overflow: auto;
  border-radius: 16px;
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.031372549), 0px 111px 67px 0px rgba(0, 0, 0, 0.0196078431), 0px 12px 27px 0px rgba(0, 0, 0, 0.031372549), 0px 198px 79px 0px rgba(0, 0, 0, 0), 0px 309px 87px 0px rgba(0, 0, 0, 0), 0px -12px 28px 0px rgba(0, 0, 0, 0.0196078431);
}
.section-2 .table-responsive::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.section-2 .table-responsive tr:nth-child(even) {
  background: #F9F9F9;
}
.section-2 .table-responsive tr:nth-child(odd) {
  background: linear-gradient(0deg, rgba(114, 49, 251, 0.1), rgba(114, 49, 251, 0.1));
}
.section-2 .table-responsive tr:nth-child(1) {
  background: white;
}
.section-2 .table-responsive tr th, .section-2 .table-responsive tr td {
  text-align: center;
  vertical-align: middle;
  width: 210px;
  padding: 0;
  color: #595959;
  border-bottom: 0;
}
.section-2 .table-responsive tr th:first-child, .section-2 .table-responsive tr td:first-child {
  color: #080A1D;
}
.section-2 .table-responsive tr th.border-end, .section-2 .table-responsive tr td.border-end {
  border-right: 1px solid rgba(189, 189, 189, 0.5019607843) !important;
}
@media (min-width: 992px) {
  .section-2 .table-responsive tr th, .section-2 .table-responsive tr td {
    width: 400px;
  }
}
.section-2 .table-responsive tr th {
  height: 160px;
  font-size: 20px;
}
.section-2 .table-responsive tr th .btn {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
}
.section-2 .table-responsive tr td {
  height: 64px;
  font-size: 16px;
}
.section-2 .table-responsive .characteristics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-2 .table-responsive .characteristics img {
  max-width: 24px;
}
.section-2 .table-responsive .characteristics span {
  font-size: 20px;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .section-2 .table-responsive.table-team th, .section-2 .table-responsive.table-team td {
    width: 300px;
  }
}
.section-2 .table {
  width: -moz-max-content;
  width: max-content;
}
.section-2 .table .box-icon {
  max-width: 20px;
}/*# sourceMappingURL=buy-page.css.map */