[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.right-2 {
  right: 0.5rem;
}
.top-32 {
  top: 8rem;
}
.top-40 {
  top: 10rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.w-full {
  width: 100%;
}
.grow {
  flex-grow: 1;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.no-underline {
  text-decoration-line: none;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Source Han Sans CN", sans-serif;
}
header {
  height: 50px;
}
header .left-icon {
  width: 50px;
  height: 50px;
}
header .title {
  text-align: center;
}
header .right-icon {
  width: 50px;
  height: 50px;
}
.activity-product {
  
  margin-bottom: -240px;
}
.activity-content {
  position: relative;
  top: -240px;
  margin-bottom: -240px;
}

.bgb {
  background: #f2f8ff;
}
.services-title {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.services-title a {
  margin-left: 0.125rem;
  display: flex;
}
.services-title a img {
  width: 18px;
  height: 18px;
}
.service-card:hover, .service-card.active {
  opacity: 100%;
      background: #fff;
    box-shadow: 4px 4px 8px #888;
}
.service-card {
  background: #f2f8ff;
  opacity:80%;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.service-card .services-list {
  list-style: none;
  padding: 0;
  margin: 20px;
}
.service-card .services-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.service-card .services-list li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/checked.svg") no-repeat center left;
  background-size: contain;
  margin-right: 0.25rem;
}
.service-card .price {
  
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.service-card .price .currency {
  font-size: 14px;
}
.service-card .price .units {
  font-size: 24px;
}
.service-card .price .decimals {
  font-size: 14px;
}
.device-card {
  background: #f2f8ff;
  border-radius: 10px;
  padding: 0.5rem;
}
.device-card .card-title {
  color: #0e1012;
  font-size: 12px;
  padding-bottom: 10px;
}
.device-card .card-title a {
  color: #0E1012;
}
.device-card .card-title .flex {
  gap: 2px;
  align-items: center;
}
.device-card .device-image {
  width: 90%;
  border-radius: 10px;
}
.device-card .device-name {
  color: #0E1012;
  font-size: 14px;
  margin-bottom: 10px;
}
.device-card .tags {
  display: flex;
  gap: 4px;
}
.device-card .tags div {
  font-size: 10px;
  border-radius: 5px;
  padding: 4px;
  color: #8B9FBC;
  background: #ddedfe;
}
.address-card {
  background: #f2f8ff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0.5rem;
}
.address-card .card-title {
  color: #0e1012;
  font-size: 12px;
  padding-bottom: 10px;
}
.address-card .card-title .required {
  color: #F35B5B;
}
.address-card .card-title a {
  color: #3BBEFF;
}
.address-card .card-title .flex {
  gap: 4px;
  align-items: center;
}
.address-card .no-address a {
  color: #F35B5B;
  font-size: 12px;
}
.address-card .no-address a img {
  width: 6px;
}
.address-card .address-info {
  font-size: 12px;
  color: #0E1012;
}
.buy-tip {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.buy-tip h3, .buy-tip h4, .buy-tip h5 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #171931;
}
.buy-tip h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.buy-tip h4 {
  font-size: 12px;
  font-weight: 700;
}
.buy-tip h5 {
  margin-top: 1rem;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.buy-tip div {
  font-size: 12px;
  color: #0E1012;
}
.online-chat {
  background: #f2f8ff;
  border-radius: 10px;
  padding: 18px;
}
.online-chat img {
  width: 24px;
}
.online-chat a {
  text-decoration-line: none;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
.purchased {
  padding-top: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.purchased .purchased-log-tip {
  border-radius: 10px;
}
.purchased a {
  font-size: 12px;
  color: #0E1012;
}
.address-form-card {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.address-form-card .title {
  font-size: 12px;
  color: #0E1012;
}
.address-form-card input {
  height: 40px;
}
.address-form-card input, .address-form-card textarea {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  color: #000000;
  font-size: 12px;
}
.address-form-card select {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  color: #000000;
}
.submit-btn {
  border: none;
  border-radius: 10px;
  height: 50px;
  font-size: 16px;
  color: #0E1012;
}
.redemption-code {
  margin-top: 1.25rem;
}
.redemption-code h3 {
  margin: 0px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  color: #171931;
}
.redemption-code p {
  margin: 0px;
  margin-bottom: 1.5rem;
  font-size: 12px;
  font-weight: 400;
  color: #171931;
}
.redemption-code .img-box {
  border-radius: 10px;
  padding: 10px;
}
.order-item-card {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.order-item-card .date {
  font-size: 14px;
  font-weight: 400;
  color: #0E1012;
}
.order-item-card .status {
  font-size: 14px;
  font-weight: 700;
  color: #0E1012;
}
.order-item-card .order-item-card-info {
  padding: 18px 10px;
  border-radius: 10px;
  background-color: #f2f8ff;
  font-size: 14px;
  font-weight: 400;
  color: #0E1012;
}
.order-item-card .order-item-card-info .money {
  font-weight: 700;
}
.order-item-card .order-item-card-btn {
  text-decoration-line: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.device-card .card-title .order-item-card .order-item-card-btn {
  gap: 2px;
  align-items: center;
}
.address-card .card-title .order-item-card .order-item-card-btn {
  gap: 4px;
  align-items: center;
}
.order-item-card .order-item-card-btn {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ddedfe;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #0E1012;
}
.device-page .device-title {
  color: #171931;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.device-page .device-price {
  font-size: 14px;
  color: #171931;
}
.device-page .device-price .units {
  font-size: 20px;
}
.device-page .device-desc-title {
  font-weight: 700;
  font-size: 14px;
  color: #171931;
}
.order-status {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.device-card .card-title .order-status {
  gap: 2px;
  align-items: center;
}
.address-card .card-title .order-status {
  gap: 4px;
  align-items: center;
}
.order-status {
  background: #fff;
  border-radius: 10px;
  padding: 20px 0;
  gap: 6px;
  font-size: 14px;
  color: #0E1012;
  font-weight: 700;
}
.order-status img {
  width: 30px;
  height: 30px;
}
.order-address-card {
  font-size: 12px;
  color: #0E1012;
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
}
.order-redemption-code-card {
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
.order-redemption-code-card .title {
  margin-top: 1rem;
  font-size: 14px;
  text-align: center;
}
.order-redemption-code-card .redemption-code {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}
.order-redemption-code-card .copy-btn {
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 14px 0;
  border-radius: 10px;
  background: #f2f8ff;
  color: #3BBEFF;
  font-size: 16px;
  font-weight: 400;
  border: none;
}
.order-redemption-code-card .tip {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.order-redemption-code-card a {
  text-decoration-line: none;
  color: #3470FD;
  text-align: center;
}
.order-info-card {
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
}
.device-card .card-title .order-info-card {
  gap: 2px;
  align-items: center;
}
.address-card .card-title .order-info-card {
  gap: 4px;
  align-items: center;
}
.pay-success {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(205, 224, 246, 0.4);
  padding: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 100;
}
.pay-success img {
  margin-bottom: 0.75rem;
}
.pay-success .title {
  font-size: 20px;
  color: #171931;
  margin-bottom: 0.5rem;
}
.pay-success .tip {
  font-size: 12px;
  color: #FB5D43;
}
.pay-success-info {
  background: #f8fcff;
  border-radius: 0 0 10px 10px;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.device-card .card-title .pay-success-info {
  gap: 2px;
  align-items: center;
}
.address-card .card-title .pay-success-info {
  gap: 4px;
  align-items: center;
}
.pay-success-info {
  font-size: 12px;
  color: #171931;
}
.pay-success-info .title {
  color: #8B9FBC;
}
.pay-success-btn {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.device-card .card-title .pay-success-btn {
  gap: 2px;
  align-items: center;
}
.address-card .card-title .pay-success-btn {
  gap: 4px;
  align-items: center;
}
.pay-success-btn div {
  text-align: center;
}
.pay-success-btn a {
  text-decoration-line: none;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: 195px;
  padding: 12px 0;
  margin: auto;
}
.pay-success-btn .view-btn {
  background-color: #3BBEFF;
  border-radius: 25px;
  color: #FFFFFF;
}
.pay-success-btn .back-btn {
  color: #3BBEFF;
  border-radius: 25px;
  background: #f2f8ff;
}


#payiframe{position:fixed;width:100%;height:100px;border:none;bottom:0}
.layer-success{top:10px !important;}
.layer-success:after{top:10px !important;}