*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  background-color: #110E0C;
  min-height: 100vh;
  color: #C9BFB5;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.wxq-layout_u64 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.wxq-page_u64 {
  min-height: 100vh;
  display: flex;
}.wxq-main_u64 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1079px) {.wxq-main_u64 {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.wxq-main_u64 {
  padding-bottom: 72px;
}
}.wxq-gc_u64 {
  background: #181410;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  width: 140px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media(min-width: 641px) {.wxq-gc_u64 {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.wxq-gc_u64 {
  width: 10.5rem;
}
}.wxq-gc_u64:hover {
  transform: translateY(-3px);
  border-color: rgba(255,72,18,0.08);
}.wxq-gc_img_u64 {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.wxq-gc_img_u64 img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.wxq-gc_hover_u64 {
  inset: 0;
  background: rgba(10,8,7,0.72);
  transition: opacity .2s;
  display: flex;
  opacity: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
}.wxq-gc_u64:hover .wxq-gc_hover_u64 {
  opacity: 1;
}.wxq-gc_hover_btn_u64 {
  background: #FF4812;
  border-radius: 0.25rem;
  padding: 8px 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F5F0EB;
}.wxq-gc_info_u64 {
  padding: 8px 0.625rem 10px;
}.wxq-gc_name_u64 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C9BFB5;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 600;
  max-width: 100%;
}.wxq-gc_prov_u64 {
  font-size: 0.625rem;
  color: #5C5249;
}.wxq-gc_tag_u64 {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  font-weight: 700;
  left: 6px;
  top: 6px;
  font-size: 9px;
}.wxq-gc_tag_hot_u64 {
  background: #EF2B2B;
  color: #fff;
}.wxq-gc_tag_new_u64 {
  background: #22C55E;
  color: #110E0C;
}.wxq-gc_tag_jp_u64 {
  background: #F59E0B;
  color: #110E0C;
}.wxq-gc_tag_ex_u64 {
  background: #C41400;
  color: #fff;
}.wxq-gc_tag_live_u64 {
  background: #EF2B2B;
  color: #fff;
}.wxq-gr_u64 {
  background: #110E0C;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.wxq-gr_u64 {
  padding: 2.25rem 1.5rem 0;
}
}.wxq-gr_in_u64 {
  margin: 0 auto;
  max-width: 82.5rem;
}.wxq-gr_head_u64 {
  gap: 0.75rem;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.wxq-gr_head_l_u64 {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.wxq-gr_ic_u64 {
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 2rem;
  justify-content: center;
  align-items: center;
}.wxq-gr_ic_u64 svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.wxq-gr_title_u64 {
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
  color: #F5F0EB;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.wxq-gr_title_u64 {
  font-size: 1.125rem;
}
}.wxq-gr_more_u64 {
  gap: 5px;
  transition: color .2s;
  white-space: nowrap;
  display: flex;
  color: #7A6F66;
  font-size: 0.75rem;
  flex-shrink: 0;
  align-items: center;
  font-weight: 600;
}.wxq-gr_more_u64:hover {
  color: #FF4812;
}.wxq-gr_more_u64 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
}.wxq-gr_arrows_u64 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.wxq-gr_arr_u64 {
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.11);
  height: 1.875rem;
  width: 30px;
  justify-content: center;
  color: #9A8E83;
  display: flex;
  align-items: center;
}.wxq-gr_arr_u64:hover {
  background: rgba(255,255,255,0.07);
  color: #F5F0EB;
}.wxq-gr_arr_u64 svg {
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
  height: 0.813rem;
}.wxq-gr_seo_h_u64 {
  margin: 0 0 0.375rem;
  color: #C9BFB5;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 680px;
}
@media(min-width: 767px) {.wxq-gr_seo_h_u64 {
  font-size: 0.875rem;
}
}.wxq-gr_seo_u64 {
  margin-bottom: 12px;
  overflow-wrap: break-word;
  color: #7A6F66;
  line-height: 1.55;
  max-width: 42.5rem;
  font-size: 12px;
}.wxq-gr_seo_u64 strong {
  color: #C9BFB5;
  font-weight: 600;
}.wxq-gr_scroll_u64 {
  gap: 10px;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 10px;
}.wxq-gr_scroll_u64::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.wxq-gr_scroll_u64 {
  gap: 12px;
}
}.wxq-tb_u64 {
  background: #0F0D0B;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  align-items: center;
  left: 0;
  display: flex;
  z-index: 80;
  height: 3.5rem;
  right: 0;
  top: 0;
  position: fixed;
}.wxq-tb_in_u64 {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.wxq-tb_burger_u64 {
  border-radius: 8px;
  gap: 0.313rem;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  margin-right: 0.5rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}.wxq-tb_burger_u64:hover {
  background: rgba(255,255,255,0.05);
}.wxq-tb_burger_line_u64 {
  border-radius: 1px;
  background: #9A8E83;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1078px) {.wxq-tb_burger_u64 {
  display: none;
}
}.wxq-tb_logo_u64 {
  gap: 9px;
  flex-shrink: 0;
  color: #F5F0EB;
  font-size: 18px;
  letter-spacing: -.01em;
  font-weight: 800;
  margin-right: 20px;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.wxq-tb_logo_mark_u64 {
  border-radius: 8px;
  overflow: hidden;
  width: 2rem;
  display: flex;
  justify-content: center;
  height: 32px;
  align-items: center;
}.wxq-tb_logo_mark_u64 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.wxq-tb_nav_u64 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.wxq-tb_nav_u64 {
  display: flex;
}
}.wxq-tb_tab_u64 {
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  color: #9A8E83;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
}.wxq-tb_tab_u64:hover {
  background: rgba(255,255,255,0.05);
  color: #F5F0EB;
}.wxq-tb_tab_u64.wxq-state_active_u64 {
  background: rgba(255,72,18,0.18);
  color: #F5F0EB;
}.wxq-tb_right_u64 {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.wxq-tb_login_u64 {
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  font-weight: 600;
  color: #C9BFB5;
  display: none;
  font-size: 0.813rem;
}.wxq-tb_login_u64:hover {
  border-color: rgba(255,72,18,0.55);
  color: #F5F0EB;
}
@media(min-width:480px) {.wxq-tb_login_u64 {
  display: block;
}
}.wxq-tb_reg_u64 {
  transition: background .2s;
  background: #22C55E;
  border-radius: 8px;
  padding: 9px 18px;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0E0B09;
}.wxq-tb_reg_u64:hover {
  background: #16A34A;
}.wxq-sb_u64 {
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #1E1A16;
  width: 13.75rem;
  z-index: 70;
  top: 3.5rem;
  bottom: 0;
  position: fixed;
  left: 0;
  overflow-y: auto;
}.wxq-sb_u64.wxq-state_open_u64 {
  transform: translateX(0);
}.wxq-sb_u64::-webkit-scrollbar {
  width: 0.25rem;
}.wxq-sb_u64::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1079px) {.wxq-sb_u64 {
  transform: translateX(0);
}
}.wxq-sb_auth_u64 {
  padding: 0.875rem 12px 10px;
}.wxq-sb_btn_reg_u64 {
  transition: background .2s;
  background: #22C55E;
  border-radius: 8px;
  padding: 11px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #0E0B09;
  margin-bottom: 0.5rem;
  font-size: 13px;
}.wxq-sb_btn_reg_u64:hover {
  background: #16A34A;
}.wxq-sb_btn_login_u64 {
  padding: 10px;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  color: #C9BFB5;
}.wxq-sb_btn_login_u64:hover {
  border-color: rgba(255,72,18,0.55);
  color: #F5F0EB;
}.wxq-sb_promo_u64 {
  overflow: hidden;
  margin: 0 0.75rem 0.625rem;
  background: linear-gradient(135deg,#3A0A00,#1E1A16);
  border: 1px solid rgba(255,72,18,0.18);
  border-radius: 0.5rem;
  padding: 0.75rem 0.875rem;
  position: relative;
}.wxq-sb_promo_u64::before {
  background: radial-gradient(circle,rgba(255,72,18,0.18),transparent 70%);
  border-radius: 50%;
  right: -20px;
  height: 80px;
  position: absolute;
  content: '';
  top: -20px;
  width: 5rem;
}.wxq-sb_promo_title_u64 {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #FF4812;
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 700;
}.wxq-sb_promo_text_u64 {
  overflow-wrap: break-word;
  color: #F5F0EB;
  line-height: 1.35;
  font-size: 12px;
  font-weight: 600;
}.wxq-sb_promo_sub_u64 {
  margin-top: 3px;
  font-size: 10px;
  color: #7A6F66;
}.wxq-sb_nav_u64 {
  padding: 0.375rem 0.5rem 16px;
}.wxq-sb_nav_lb_u64 {
  padding: 0.625rem 8px 0.375rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  color: #5C5249;
  letter-spacing: .08em;
}.wxq-sb_link_u64 {
  border-radius: 0.25rem;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  color: #9A8E83;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 500;
}.wxq-sb_link_u64:hover {
  background: rgba(255,255,255,0.05);
  color: #F5F0EB;
}.wxq-sb_link_u64.wxq-state_active_u64 {
  background: rgba(255,72,18,0.18);
  color: #F5F0EB;
}.wxq-sb_ic_u64 {
  border-radius: 0.25rem;
  height: 1.875rem;
  display: flex;
  width: 1.875rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}.wxq-sb_ic_u64 svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.wxq-sb_ic_1_u64 {
  background: rgba(255,72,18,0.08);
  color: #FF4812;
}.wxq-sb_ic_2_u64 {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.wxq-sb_ic_3_u64 {
  background: rgba(245,158,11,0.16);
  color: #F59E0B;
}.wxq-sb_ic_4_u64 {
  background: rgba(196,20,0,0.22);
  color: #C41400;
}.wxq-sb_ic_5_u64 {
  background: rgba(255,72,18,0.08);
  color: #F43F8E;
}.wxq-sb_ic_6_u64 {
  background: rgba(196,20,0,0.22);
  color: #A855F7;
}.wxq-sb_badge_u64 {
  background: #F59E0B;
  border-radius: 4px;
  padding: 2px 0.438rem;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
  color: #0E0B09;
}.wxq-sb_bot_u64 {
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  display: flex;
}.wxq-sb_lang_u64,.wxq-sb_help_u64 {
  padding: 0.563rem 6px;
  border: 1px solid rgba(255,255,255,0.06);
  flex: 1;
  gap: 0.375rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #9A8E83;
}.wxq-sb_lang_u64:hover,.wxq-sb_help_u64:hover {
  border-color: rgba(255,72,18,0.55);
  color: #F5F0EB;
}.wxq-sb_lang_u64 svg,.wxq-sb_help_u64 svg {
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
}.wxq-sb_bd_u64 {
  inset: 0;
  background: rgba(10,8,7,0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.wxq-sb_bd_u64.wxq-state_on_u64 {
  display: block;
}
@media(min-width:1080px) {.wxq-sb_bd_u64 {
  display: none!important;
}
}.wxq-mob_nav_u64 {
  background: #1E1A16;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.11);
  z-index: 80;
  position: fixed;
  right: 0;
  display: flex;
  left: 0;
  bottom: 0;
}
@media(min-width: 1082px) {.wxq-mob_nav_u64 {
  display: none;
}
}.wxq-mob_nav_item_u64 {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  display: flex;
  cursor: pointer;
  color: #5C5249;
  align-items: center;
  flex-direction: column;
}.wxq-mob_nav_ic_u64 {
  line-height: 1;
}.wxq-mob_nav_ic_u64 svg {
  width: 1.25rem;
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
}.wxq-mob_nav_lb_u64 {
  font-size: 10px;
  color: #5C5249;
  font-weight: 600;
}.wxq-mob_nav_item_u64.wxq-state_active_u64 {
  color: #FF4812;
}.wxq-mob_nav_item_u64.wxq-state_active_u64 .wxq-mob_nav_lb_u64 {
  color: #FF4812;
}.wxq-hero_u64 {
  background: #110E0C;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.wxq-hero_u64 {
  padding: 1.5rem 1.5rem 0;
}
}.wxq-hero_in_u64 {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 863px) {.wxq-hero_in_u64 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.wxq-hero_in_u64 {
  grid-template-columns: 1fr 21.25rem;
}
}.wxq-hero_promo_u64 {
  border-radius: 12px;
  background: #181410;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
}
@media(min-width: 770px) {.wxq-hero_promo_u64 {
  min-height: 17.5rem;
}
}.wxq-hero_promo_bg_u64 {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#3A0A00 0%,#110E0C 100%);
  background-size: cover;
  position: absolute;
}.wxq-hero_promo_bg_u64::after {
  background: linear-gradient(90deg,#110E0C 0%,rgba(10,8,7,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.wxq-hero_promo_glow_u64 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196,20,0,0.22) 0%,transparent 65%);
  height: 18.75rem;
  position: absolute;
  right: 3.75rem;
  top: -2.5rem;
  pointer-events: none;
  width: 300px;
}.wxq-hero_promo_ct_u64 {
  padding: 28px 24px 1.75rem 1.75rem;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
  position: relative;
  display: flex;
  max-width: 30rem;
}
@media(min-width:768px) {.wxq-hero_promo_ct_u64 {
  padding: 2.5rem 2rem;
}
}.wxq-hero_badge_u64 {
  padding: 0.313rem 12px;
  background: rgba(255,72,18,0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(255,72,18,0.08);
  color: #FF4812;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  display: inline-block;
  font-size: 0.625rem;
  text-transform: uppercase;
}.wxq-hero_h1_u64 {
  font-weight: 800;
  color: #F5F0EB;
  line-height: 1.15;
  font-size: 26px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 10px;
}.wxq-hero_h1_u64 em {
  color: #F59E0B;
  font-style: normal;
}
@media(min-width: 769px) {.wxq-hero_h1_u64 {
  font-size: 36px;
}
}.wxq-hero_sub_u64 {
  font-size: 0.813rem;
  line-height: 1.55;
  color: #9A8E83;
  margin-bottom: 1.25rem;
}
@media(min-width: 767px) {.wxq-hero_sub_u64 {
  font-size: 0.875rem;
}
}.wxq-hero_row_u64 {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.wxq-hero_cta_u64 {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #22C55E;
  border-radius: 8px;
  font-size: 14px;
  color: #0E0B09;
  font-weight: 700;
  box-shadow: 0 0.375rem 1.25rem rgba(34,197,94,0.40), inset 0 1px 0 rgba(255,255,255,0.12);
}.wxq-hero_cta_u64:hover {
  background: #16A34A;
}.wxq-hero_terms_u64 {
  color: #5C5249;
  font-size: 0.688rem;
}.wxq-hero_game_u64 {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #181410;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  display: flex;
  flex-direction: column;
}.wxq-hero_game_badge_u64 {
  border-radius: 20px;
  background: rgba(245,158,11,0.16);
  padding: 5px 0.625rem;
  border: 1px solid rgba(245,158,11,0.16);
  letter-spacing: .06em;
  text-transform: uppercase;
  left: 0.75rem;
  position: absolute;
  color: #F59E0B;
  font-weight: 700;
  font-size: 10px;
  top: 0.75rem;
  z-index: 3;
}.wxq-hero_game_badge_u64 svg {
  vertical-align: -1px;
  height: 11px;
  margin-right: 4px;
  width: 11px;
}.wxq-hero_game_img_u64 {
  background: linear-gradient(135deg,#3A0A00,#110E0C);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.wxq-hero_game_img_u64 img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.wxq-hero_game_play_u64 {
  transition: opacity .2s;
  background: rgba(10,8,7,0.72);
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
}.wxq-hero_game_u64:hover .wxq-hero_game_play_u64 {
  opacity: 1;
}.wxq-hero_game_play_u64 span {
  border-radius: 50%;
  background: #FF4812;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}.wxq-hero_game_play_u64 span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 18px;
}.wxq-hero_game_info_u64 {
  padding: 0.875rem 16px;
}.wxq-hero_game_title_u64 {
  font-size: 0.938rem;
  color: #F5F0EB;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.wxq-hero_game_provider_u64 {
  color: #7A6F66;
  font-size: 11px;
}.wxq-hero_game_btn_u64 {
  transition: background .2s;
  padding: 0.688rem;
  background: #FF4812;
  border-radius: 8px;
  margin: 12px 16px 16px;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  color: #F5F0EB;
  display: block;
}.wxq-hero_game_u64:hover .wxq-hero_game_btn_u64 {
  background: #FF6030;
}.wxq-sbar_u64 {
  background: #110E0C;
  padding: 16px 1rem 0;
}
@media(min-width: 769px) {.wxq-sbar_u64 {
  padding: 1.125rem 1.5rem 0;
}
}.wxq-sbar_in_u64 {
  margin: 0 auto;
  max-width: 1320px;
}.wxq-sbar_row_u64 {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.wxq-sbar_input_u64 {
  padding: 0.688rem 16px;
  background: #181410;
  border-radius: 8px;
  gap: 10px;
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #7A6F66;
  cursor: pointer;
}.wxq-sbar_input_u64:hover {
  border-color: rgba(255,72,18,0.55);
}.wxq-sbar_input_u64 svg {
  stroke-linejoin: round;
  height: 15px;
  width: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
}.wxq-sbar_providers_u64 {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.688rem 1.125rem;
  transition: border-color .2s;
  background: #181410;
  border-radius: 8px;
  gap: 8px;
  font-size: 13px;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  color: #C9BFB5;
}.wxq-sbar_providers_u64:hover {
  border-color: rgba(255,72,18,0.55);
  color: #F5F0EB;
}.wxq-sbar_providers_u64 svg {
  width: 0.875rem;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wxq-sbar_tabs_u64 {
  gap: 0.375rem;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
  display: flex;
}.wxq-sbar_tabs_u64::-webkit-scrollbar {
  display: none;
}.wxq-sbar_tab_u64 {
  padding: 0.5rem 0.875rem;
  border-radius: 1.25rem;
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  color: #9A8E83;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
  flex-shrink: 0;
}.wxq-sbar_tab_u64:hover {
  border-color: rgba(255,72,18,0.55);
  background: rgba(255,255,255,0.07);
  color: #F5F0EB;
}.wxq-sbar_tab_u64.wxq-state_active_u64 {
  border-color: rgba(255,72,18,0.08);
  background: rgba(255,72,18,0.18);
  color: #F5F0EB;
}.wxq-sbar_tab_ic_u64 svg {
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
  height: 14px;
}.wxq-wy_u64 {
  background: #110E0C;
  padding: 2rem 16px 0;
}
@media(min-width: 770px) {.wxq-wy_u64 {
  padding: 2.5rem 24px 0;
}
}.wxq-wy_in_u64 {
  margin: 0 auto;
  max-width: 1320px;
}.wxq-wy_head_u64 {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.wxq-wy_label_u64 {
  color: #FF4812;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
}.wxq-wy_h2_u64 {
  font-size: 20px;
  color: #F5F0EB;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.wxq-wy_h2_u64 {
  font-size: 1.5rem;
}
}.wxq-wy_intro_u64 {
  margin: 0;
  color: #7A6F66;
  line-height: 1.6;
  font-size: 13px;
}.wxq-wy_grid_u64 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.wxq-wy_grid_u64 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.wxq-wy_grid_u64 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wxq-wy_card_u64 {
  background: #1E1A16;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
}.wxq-wy_card_u64:hover {
  border-color: rgba(255,72,18,0.08);
  transform: translateY(-2px);
}.wxq-wy_card_ic_u64 {
  border-radius: 50%;
  background: rgba(255,72,18,0.18);
  width: 44px;
  align-items: center;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  color: #FF4812;
}.wxq-wy_card_ic_u64 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
  width: 1.375rem;
}.wxq-wy_card_h_u64 {
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 6px;
  color: #F5F0EB;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.wxq-wy_card_p_u64 {
  overflow-wrap: break-word;
  color: #7A6F66;
  line-height: 1.6;
  font-size: 0.813rem;
}.wxq-wy_card_p_u64 strong {
  color: #C9BFB5;
  font-weight: 600;
}.wxq-gcg_u64 {
  background: #110E0C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.wxq-gcg_u64 {
  padding: 44px 24px 0;
}
}.wxq-gcg_in_u64 {
  margin: 0 auto;
  max-width: 1320px;
}.wxq-gcg_head_u64 {
  margin-bottom: 20px;
  max-width: 720px;
}.wxq-gcg_label_u64 {
  font-size: 0.688rem;
  color: #FF4812;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
}.wxq-gcg_h2_u64 {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5F0EB;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.wxq-gcg_h2_u64 {
  font-size: 28px;
}
}.wxq-gcg_intro_u64 {
  color: #7A6F66;
  font-size: 13px;
  line-height: 1.6;
}.wxq-gcg_grid_u64 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.wxq-gcg_grid_u64 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.wxq-gcg_grid_u64 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wxq-gcg_card_u64 {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.75rem;
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  justify-content: flex-end;
  min-height: 240px;
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.wxq-gcg_card_u64:hover {
  transform: translateY(-3px);
  border-color: rgba(255,72,18,0.18);
}.wxq-gcg_card_bg_u64 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.wxq-gcg_card_bg_u64::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.wxq-gcg_card_ic_u64 {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  z-index: 2;
  display: flex;
  top: 1.125rem;
  height: 40px;
  align-items: center;
  color: #F5F0EB;
  right: 18px;
  position: absolute;
  justify-content: center;
  width: 40px;
}.wxq-gcg_card_ic_u64 svg {
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
}.wxq-gcg_card_ct_u64 {
  z-index: 1;
  position: relative;
}.wxq-gcg_card_h_u64 {
  font-size: 1.125rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5F0EB;
}
@media(min-width: 771px) {.wxq-gcg_card_h_u64 {
  font-size: 1.25rem;
}
}.wxq-gcg_card_p_u64 {
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.wxq-gcg_card_p_u64 strong {
  font-weight: 600;
  color: #F5F0EB;
}.wxq-gcg_card_cta_u64 {
  gap: 0.25rem;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: .04em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FF4812;
}.wxq-gcg_card_cta_u64 svg {
  stroke-linejoin: round;
  width: 12px;
  height: 12px;
  stroke-linecap: round;
}.wxq-gr_jp_u64 {
  padding: 1.25rem;
  border-radius: 12px;
  background: linear-gradient(135deg,#1E0A2A 0%,#0A0807 100%);
  overflow: hidden;
  position: relative;
}.wxq-gr_jp_u64::before {
  background: radial-gradient(circle,rgba(196,20,0,0.22) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  top: -60px;
  height: 250px;
  width: 250px;
  left: -60px;
  position: absolute;
}.wxq-gr_jp_u64::after {
  background: radial-gradient(circle,rgba(245,158,11,0.16) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -40px;
  right: 0;
}.wxq-gr_jp_head_u64 {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 16px;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}.wxq-gr_jp_info_u64 {
  flex: 1;
}.wxq-gr_jp_label_u64 {
  color: #A855F7;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-size: 0.688rem;
}.wxq-gr_jp_label_u64 svg {
  width: 14px;
  stroke-linejoin: round;
  vertical-align: -2px;
  margin-right: 4px;
  stroke-linecap: round;
  height: 14px;
}.wxq-gr_jp_amount_u64 {
  line-height: 1;
  overflow-wrap: break-word;
  color: #F5F0EB;
  font-size: 32px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 4px;
}
@media(min-width: 771px) {.wxq-gr_jp_amount_u64 {
  font-size: 40px;
}
}.wxq-gr_jp_amount_u64 span {
  color: #F59E0B;
}.wxq-gr_jp_seo_u64 {
  max-width: 30rem;
  line-height: 1.5;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #9A8E83;
}.wxq-gr_jp_cta_u64 {
  padding: 11px 1.25rem;
  border: 1px solid rgba(196,20,0,0.22);
  border-radius: 8px;
  transition: background .2s;
  background: rgba(196,20,0,0.22);
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  align-self: flex-start;
  z-index: 1;
  color: #F5F0EB;
  position: relative;
  margin-top: 4px;
}.wxq-gr_jp_cta_u64:hover {
  background: #C41400;
}.wxq-ws_u64 {
  background: #110E0C;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.wxq-ws_u64 {
  padding: 36px 1.5rem 0;
}
}.wxq-ws_in_u64 {
  margin: 0 auto;
  max-width: 1320px;
}.wxq-ws_head_u64 {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  display: flex;
}.wxq-ws_title_u64 {
  gap: 10px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  align-items: center;
  color: #F5F0EB;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
}.wxq-ws_title_ic_u64 svg {
  width: 18px;
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
  color: #F59E0B;
}.wxq-ws_online_u64 {
  gap: 0.438rem;
  display: flex;
  color: #7A6F66;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}.wxq-ws_online_dot_u64 {
  background: #22C55E;
  border-radius: 50%;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(34,197,94,0.15);
  width: 0.5rem;
  flex-shrink: 0;
}.wxq-ws_scroll_u64 {
  gap: 8px;
  display: flex;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
}.wxq-ws_scroll_u64::-webkit-scrollbar {
  display: none;
}.wxq-wc_u64 {
  border: 1px solid rgba(255,255,255,0.11);
  gap: 10px;
  padding: 0.625rem 14px;
  background: #181410;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.wxq-wc_img_u64 {
  overflow: hidden;
  border-radius: 4px;
  background: #1E1A16;
  width: 36px;
  flex-shrink: 0;
  height: 2.25rem;
}.wxq-wc_img_u64 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.wxq-wc_info_u64 {
  min-width: 0;
}.wxq-wc_game_u64 {
  overflow: hidden;
  color: #C9BFB5;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}.wxq-wc_player_u64 {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5C5249;
}.wxq-wc_amount_u64 {
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #22C55E;
}.wxq-prov_u64 {
  background: #110E0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.wxq-prov_u64 {
  padding: 44px 1.5rem 0;
}
}.wxq-prov_in_u64 {
  margin: 0 auto;
  max-width: 1320px;
}.wxq-prov_head_u64 {
  margin-bottom: 1rem;
}.wxq-prov_label_u64 {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  color: #FF4812;
  font-weight: 700;
  letter-spacing: .08em;
}.wxq-prov_h2_u64 {
  color: #F5F0EB;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.wxq-prov_h2_u64 {
  font-size: 24px;
}
}.wxq-prov_seo_u64 {
  line-height: 1.6;
  max-width: 38.75rem;
  color: #7A6F66;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}.wxq-prov_seo_u64 strong {
  font-weight: 700;
  color: #C9BFB5;
}.wxq-prov_seo_u64 a {
  color: #FF4812;
  text-decoration: underline;
}.wxq-prov_grid_u64 {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.wxq-prov_grid_u64 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.wxq-prov_grid_u64 {
  grid-template-columns: repeat(8,1fr);
}
}.wxq-prov_card_u64 {
  background: #181410;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  gap: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.wxq-prov_card_u64:hover {
  border-color: rgba(255,72,18,0.55);
  background: #1E1A16;
}.wxq-prov_logo_u64 {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  height: 44px;
  width: 2.75rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.wxq-prov_logo_u64 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.wxq-prov_name_u64 {
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
  color: #9A8E83;
  font-weight: 600;
}.wxq-htp_u64 {
  padding: 36px 16px 0;
  background: #110E0C;
}
@media(min-width: 767px) {.wxq-htp_u64 {
  padding: 44px 1.5rem 0;
}
}.wxq-htp_in_u64 {
  margin: 0 auto;
  max-width: 82.5rem;
}.wxq-htp_head_u64 {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.wxq-htp_label_u64 {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #FF4812;
  text-transform: uppercase;
  font-size: 0.688rem;
}.wxq-htp_h2_u64 {
  font-size: 1.375rem;
  color: #F5F0EB;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.wxq-htp_h2_u64 {
  font-size: 1.75rem;
}
}.wxq-htp_intro_u64 {
  font-size: 0.875rem;
  color: #7A6F66;
  line-height: 1.6;
}.wxq-htp_steps_u64 {
  margin: 0;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.wxq-htp_steps_u64 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wxq-htp_steps_u64 {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.wxq-htp_step_u64 {
  border: 1px solid rgba(255,255,255,0.11);
  background: #1E1A16;
  border-radius: 8px;
  padding: 20px 1.125rem 18px;
  flex-direction: column;
  position: relative;
  display: flex;
}.wxq-htp_step_num_u64 {
  border-radius: 50%;
  background: #FF4812;
  font-weight: 800;
  height: 1.75rem;
  left: 20px;
  top: -12px;
  color: #0E0B09;
  width: 1.75rem;
  align-items: center;
  display: flex;
  font-family: 'Barlow Condensed', sans-serif;
  justify-content: center;
  font-size: 13px;
  position: absolute;
}.wxq-htp_step_ic_u64 {
  border-radius: 0.25rem;
  margin: 8px 0 0.75rem;
  background: rgba(255,72,18,0.18);
  color: #FF4812;
  height: 36px;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
}.wxq-htp_step_ic_u64 svg {
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wxq-htp_step_h_u64 {
  line-height: 1.25;
  color: #F5F0EB;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 6px;
}.wxq-htp_step_p_u64 {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #7A6F66;
  font-size: 0.813rem;
}.wxq-htp_step_p_u64 strong {
  color: #C9BFB5;
  font-weight: 600;
}.wxq-htp_cta_u64 {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #22C55E;
  border-radius: 8px;
  margin-top: 20px;
  color: #0E0B09;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
}.wxq-htp_cta_u64:hover {
  background: #16A34A;
}.wxq-app_u64 {
  background: #110E0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.wxq-app_u64 {
  padding: 2.75rem 24px 0;
}
}.wxq-app_in_u64 {
  margin: 0 auto;
  max-width: 82.5rem;
}.wxq-app_head_u64 {
  margin-bottom: 16px;
}.wxq-app_label_u64 {
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #FF4812;
  font-weight: 700;
  letter-spacing: .08em;
}.wxq-app_h2_u64 {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F5F0EB;
  margin-bottom: 6px;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.wxq-app_h2_u64 {
  font-size: 24px;
}
}.wxq-app_sub_u64 {
  max-width: 37.5rem;
  font-size: 0.813rem;
  color: #7A6F66;
  overflow-wrap: break-word;
  line-height: 1.6;
}.wxq-app_sub_u64 strong {
  color: #C9BFB5;
  font-weight: 700;
}.wxq-app_cards_u64 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 641px) {.wxq-app_cards_u64 {
  grid-template-columns: repeat(3,1fr);
}
}.wxq-app_card_u64 {
  gap: 16px;
  border-radius: 8px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.wxq-app_card_ios_u64 {
  background: linear-gradient(135deg,rgba(255,72,18,0.18) 0%,#1E1A16 100%);
}.wxq-app_card_android_u64 {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#1E1A16 100%);
}.wxq-app_card_win_u64 {
  background: linear-gradient(135deg,rgba(245,158,11,0.16) 0%,#1E1A16 100%);
}.wxq-app_card_ic_u64 svg {
  stroke-linecap: round;
  width: 34px;
  height: 34px;
  stroke-linejoin: round;
}.wxq-app_card_ic_u64 {
  color: #F5F0EB;
  flex-shrink: 0;
}.wxq-app_card_os_u64 {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7A6F66;
  letter-spacing: .08em;
  font-size: 10px;
}.wxq-app_card_title_u64 {
  line-height: 1.2;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F5F0EB;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}.wxq-app_card_text_u64 {
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #7A6F66;
  font-size: 0.75rem;
}.wxq-app_card_btn_u64 {
  border: 1px solid rgba(255,72,18,0.55);
  padding: 0.625rem 1.125rem;
  background: rgba(255,255,255,0.12);
  border-radius: 4px;
  gap: 0.438rem;
  transition: background .2s;
  font-weight: 700;
  align-items: center;
  color: #F5F0EB;
  display: inline-flex;
  font-size: 13px;
}.wxq-app_card_btn_u64:hover {
  background: rgba(255,255,255,0.07);
}.wxq-bon_u64 {
  padding: 36px 1rem 0;
  background: #110E0C;
}
@media(min-width:768px) {.wxq-bon_u64 {
  padding: 44px 24px 0;
}
}.wxq-bon_in_u64 {
  margin: 0 auto;
  max-width: 1320px;
}.wxq-bon_head_u64 {
  margin-bottom: 20px;
}.wxq-bon_label_u64 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #FF4812;
}.wxq-bon_h2_u64 {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5F0EB;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.wxq-bon_h2_u64 {
  font-size: 1.5rem;
}
}.wxq-bon_seo_u64 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 38.75rem;
  line-height: 1.6;
  color: #7A6F66;
}.wxq-bon_seo_u64 strong {
  font-weight: 700;
  color: #C9BFB5;
}.wxq-bon_seo_u64 a {
  text-decoration: underline;
  color: #FF4812;
}.wxq-bon_grid_u64 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.wxq-bon_grid_u64 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.wxq-bon_grid_u64 {
  grid-template-columns: repeat(5,1fr);
}
}.wxq-bon_card_u64 {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #181410;
}.wxq-bon_card_u64:hover {
  border-color: rgba(255,72,18,0.08);
  transform: translateY(-2px);
}.wxq-bon_card_ic_u64 svg {
  stroke-linecap: round;
  width: 1.625rem;
  height: 26px;
  stroke-linejoin: round;
}.wxq-bon_card_ic_u64 {
  margin-bottom: 0.625rem;
}.wxq-bon_card_type_u64 {
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .06em;
  margin-bottom: 6px;
  color: #7A6F66;
  font-weight: 700;
}.wxq-bon_card_amount_u64 {
  line-height: 1.1;
  font-size: 18px;
  color: #F59E0B;
  margin-bottom: 6px;
  font-weight: 800;
}.wxq-bon_card_name_u64 {
  font-size: 0.813rem;
  color: #F5F0EB;
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}.wxq-bon_card_detail_u64 {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.688rem;
  line-height: 1.5;
  padding-top: 8px;
  color: #5C5249;
  overflow-wrap: break-word;
}.wxq-reg_u64 {
  background: #110E0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.wxq-reg_u64 {
  padding: 2.75rem 1.5rem 0;
}
}.wxq-reg_in_u64 {
  padding: 28px 1.5rem;
  background: #1E1A16;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  max-width: 1320px;
}
@media(min-width: 770px) {.wxq-reg_in_u64 {
  padding: 40px;
}
}.wxq-reg_top_u64 {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.wxq-reg_top_u64 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.wxq-reg_label_u64 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #FF4812;
  font-size: 11px;
  margin-bottom: 0.625rem;
}.wxq-reg_h2_u64 {
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  font-size: 22px;
  color: #F5F0EB;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.wxq-reg_h2_u64 {
  font-size: 1.75rem;
}
}.wxq-reg_bonus_u64 {
  border-radius: 0.5rem;
  gap: 0.5rem;
  padding: 0.625rem 16px;
  border: 1px solid rgba(245,158,11,0.16);
  background: rgba(245,158,11,0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.wxq-reg_bonus_amount_u64 {
  font-weight: 800;
  color: #F59E0B;
  font-size: 1.25rem;
}.wxq-reg_bonus_text_u64 {
  font-size: 13px;
  color: #9A8E83;
  line-height: 1.35;
}.wxq-reg_cta_btn_u64 {
  padding: 14px 2rem;
  transition: background .2s;
  background: #22C55E;
  border-radius: 8px;
  box-shadow: 0 0.375rem 20px rgba(34,197,94,0.40), inset 0 1px 0 rgba(255,255,255,0.12);
  display: inline-block;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #0E0B09;
}.wxq-reg_cta_btn_u64:hover {
  background: #16A34A;
}.wxq-reg_terms_u64 {
  line-height: 1.5;
  color: #5C5249;
  font-size: 0.688rem;
}.wxq-reg_seo_u64 {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  color: #7A6F66;
  margin-top: 1.25rem;
  font-size: 13px;
  line-height: 1.65;
}.wxq-reg_seo_u64 p {
  line-height: 1.65;
  margin-bottom: 10px;
  color: #7A6F66;
  font-size: 0.813rem;
}.wxq-reg_seo_u64 p:last-child {
  margin-bottom: 0;
}.wxq-reg_seo_u64 strong {
  color: #C9BFB5;
  font-weight: 700;
}.wxq-reg_seo_u64 a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF4812;
}.wxq-reg_seo_u64 a:hover {
  color: #FF6030;
}.wxq-reg_seo_u64 ul,.wxq-reg_seo_u64 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.wxq-reg_seo_u64 ol {
  list-style: decimal;
}.wxq-reg_seo_u64 li {
  margin-bottom: 4px;
  color: #7A6F66;
  font-size: 0.813rem;
  line-height: 1.65;
}.wxq-reg_seo_u64 table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 10px;
}
@media(min-width: 766px) {.wxq-reg_seo_u64 table {
  display: table;
}
}.wxq-reg_seo_u64 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  text-align: left;
  color: #C9BFB5;
  font-weight: 700;
}.wxq-reg_seo_u64 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A6F66;
}.wxq-reg_steps_u64 {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 861px) {.wxq-reg_steps_u64 {
  margin-top: 0;
}
}.wxq-reg_step_u64 {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  gap: 0.875rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.wxq-reg_step_num_u64 {
  border: 1px solid rgba(255,72,18,0.08);
  border-radius: 50%;
  background: rgba(255,72,18,0.18);
  flex-shrink: 0;
  width: 34px;
  font-size: 14px;
  font-weight: 800;
  align-items: center;
  display: flex;
  height: 2.125rem;
  color: #FF4812;
  justify-content: center;
}.wxq-reg_step_title_u64 {
  color: #F5F0EB;
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
}.wxq-reg_step_text_u64 {
  font-size: 12px;
  line-height: 1.5;
  color: #7A6F66;
}.wxq-reg_trust_u64 {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
}.wxq-reg_trust_item_u64 {
  gap: 0.438rem;
  overflow-wrap: break-word;
  align-items: center;
  color: #7A6F66;
  display: flex;
  font-size: 12px;
}.wxq-reg_trust_ic_u64 svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
  color: #FF4812;
}.wxq-seo_u64 {
  background: #110E0C;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.wxq-seo_u64 {
  padding: 44px 24px 0;
}
}.wxq-seo_in_u64 {
  padding: 28px 1.5rem;
  background: #1E1A16;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.wxq-seo_in_u64 {
  padding: 2.25rem 2.5rem;
}
}.wxq-seo_label_u64 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #FF4812;
  font-weight: 700;
}.wxq-seo_h2_u64 {
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5F0EB;
}
@media(min-width: 771px) {.wxq-seo_h2_u64 {
  font-size: 1.5rem;
}
}.wxq-seo_body_u64 {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9A8E83;
}.wxq-seo_body_u64 p {
  margin-bottom: 12px;
  color: #9A8E83;
  line-height: 1.75;
  font-size: 0.875rem;
}.wxq-seo_body_u64 p:last-child {
  margin-bottom: 0;
}.wxq-seo_body_u64 strong {
  font-weight: 700;
  color: #C9BFB5;
}.wxq-seo_body_u64 a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF4812;
}.wxq-seo_body_u64 a:hover {
  color: #FF6030;
}.wxq-seo_body_u64 ul,.wxq-seo_body_u64 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.wxq-seo_body_u64 ol {
  list-style: decimal;
}.wxq-seo_body_u64 li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A8E83;
  margin-bottom: 6px;
}.wxq-seo_body_u64 table {
  width: 100%;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
}
@media(min-width:768px) {.wxq-seo_body_u64 table {
  display: table;
}
}.wxq-seo_body_u64 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #C9BFB5;
  text-align: left;
  font-weight: 700;
}.wxq-seo_body_u64 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A8E83;
}.wxq-seo_cols_u64 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.wxq-seo_cols_u64 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.wxq-seo_cols_u64 {
  grid-template-columns: repeat(3,1fr);
}
}.wxq-seo_col_h_u64 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #C9BFB5;
}.wxq-seo_col_p_u64 {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #7A6F66;
}.wxq-seo_stats_u64 {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.wxq-seo_stat_u64 {
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(255,72,18,0.08);
  border: 1px solid rgba(255,72,18,0.18);
  border-radius: 8px;
  min-width: 8.75rem;
}.wxq-seo_stat_val_u64 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #FF4812;
  margin-bottom: 4px;
  font-weight: 800;
}.wxq-seo_stat_lb_u64 {
  color: #7A6F66;
  overflow-wrap: break-word;
  font-size: 11px;
}.wxq-faq_u64 {
  padding: 2.25rem 16px 0;
  background: #110E0C;
}
@media(min-width: 771px) {.wxq-faq_u64 {
  padding: 44px 1.5rem 0;
}
}.wxq-faq_in_u64 {
  margin: 0 auto;
  max-width: 82.5rem;
}.wxq-faq_head_u64 {
  margin-bottom: 20px;
}.wxq-faq_label_u64 {
  color: #FF4812;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
}.wxq-faq_h2_u64 {
  color: #F5F0EB;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.wxq-faq_h2_u64 {
  font-size: 1.5rem;
}
}.wxq-faq_list_u64 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.wxq-faq_item_u64 {
  border-radius: 8px;
  background: #1E1A16;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
}.wxq-faq_q_u64 {
  padding: 1rem 20px;
  transition: color .2s;
  gap: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #C9BFB5;
  align-items: center;
}.wxq-faq_q_u64:hover {
  color: #F5F0EB;
}.wxq-faq_q_ic_u64 {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  width: 1.5rem;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
  color: #FF4812;
  flex-shrink: 0;
}.wxq-faq_item_u64.wxq-state_open_u64 .wxq-faq_q_ic_u64 {
  transform: rotate(45deg);
}.wxq-faq_a_u64 {
  padding: 0 20px 16px;
  font-size: 0.813rem;
  color: #7A6F66;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
}.wxq-faq_item_u64.wxq-state_open_u64 .wxq-faq_a_u64 {
  display: block;
}.wxq-faq_a_u64 strong {
  font-weight: 700;
  color: #C9BFB5;
}.wxq-faq_a_u64 a {
  text-decoration: underline;
  color: #FF4812;
}.wxq-faq_a_u64 ul,.wxq-faq_a_u64 ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.wxq-faq_a_u64 ol {
  list-style: decimal;
}.wxq-faq_a_u64 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.wxq-faq_a_u64 table {
  margin: 0.5rem 0;
  display: block;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  overflow-x: auto;
}
@media(min-width:768px) {.wxq-faq_a_u64 table {
  display: table;
}
}.wxq-faq_a_u64 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C9BFB5;
}.wxq-faq_a_u64 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 6px 0.5rem;
  color: #7A6F66;
}.wxq-rv_u64 {
  padding: 36px 16px 0;
  background: #110E0C;
}
@media(min-width: 769px) {.wxq-rv_u64 {
  padding: 44px 24px 0;
}
}.wxq-rv_in_u64 {
  margin: 0 auto;
  max-width: 1320px;
}.wxq-rv_head_u64 {
  max-width: 45rem;
  margin-bottom: 20px;
}.wxq-rv_label_u64 {
  text-transform: uppercase;
  font-weight: 700;
  color: #FF4812;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.wxq-rv_h2_u64 {
  font-size: 22px;
  font-weight: 800;
  color: #F5F0EB;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
}
@media(min-width: 769px) {.wxq-rv_h2_u64 {
  font-size: 28px;
}
}.wxq-rv_stats_u64 {
  gap: 1.125rem;
  align-items: center;
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  color: #7A6F66;
}.wxq-rv_stats_score_u64 {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.wxq-rv_stats_score_val_u64 {
  color: #F59E0B;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
}.wxq-rv_stats_score_max_u64 {
  color: #5C5249;
  font-size: 0.813rem;
}.wxq-rv_stats_badge_u64 {
  gap: 4px;
  display: flex;
  align-items: center;
}.wxq-rv_stats_badge_u64 svg {
  height: 0.875rem;
  width: 0.875rem;
  color: #F59E0B;
}.wxq-rv_grid_u64 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.wxq-rv_grid_u64 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.wxq-rv_grid_u64 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wxq-rv_card_u64 {
  background: #1E1A16;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.25rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}.wxq-rv_card_stars_u64 {
  gap: 2px;
  display: flex;
  color: #F59E0B;
  margin-bottom: 10px;
}.wxq-rv_card_stars_u64 svg {
  height: 0.875rem;
  width: 0.875rem;
}.wxq-rv_card_h_u64 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5F0EB;
  margin-bottom: 8px;
  line-height: 1.3;
  font-size: 14px;
}.wxq-rv_card_body_u64 {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #7A6F66;
  margin-bottom: 14px;
}.wxq-rv_card_body_u64 strong {
  font-weight: 600;
  color: #C9BFB5;
}.wxq-rv_card_meta_u64 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 12px;
}.wxq-rv_card_author_u64 {
  font-weight: 600;
  color: #C9BFB5;
  font-size: 0.75rem;
}.wxq-rv_card_date_u64 {
  font-size: 0.688rem;
  color: #5C5249;
}.wxq-pmt_u64 {
  padding: 2.25rem 16px 0;
  background: #110E0C;
}
@media(min-width:768px) {.wxq-pmt_u64 {
  padding: 44px 1.5rem 0;
}
}.wxq-pmt_in_u64 {
  margin: 0 auto;
  max-width: 1320px;
}.wxq-pmt_head_u64 {
  margin-bottom: 22px;
  max-width: 720px;
}.wxq-pmt_label_u64 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #FF4812;
  text-transform: uppercase;
  font-weight: 700;
}.wxq-pmt_h2_u64 {
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F5F0EB;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.wxq-pmt_h2_u64 {
  font-size: 1.75rem;
}
}.wxq-pmt_intro_u64 {
  line-height: 1.6;
  font-size: 14px;
  color: #7A6F66;
  overflow-wrap: break-word;
}.wxq-pmt_groups_u64 {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.wxq-pmt_group_u64 {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.25rem;
  background: #1E1A16;
}.wxq-pmt_group_head_u64 {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.wxq-pmt_group_ic_u64 {
  background: rgba(255,72,18,0.18);
  border-radius: 0.25rem;
  height: 36px;
  display: flex;
  flex-shrink: 0;
  color: #FF4812;
  justify-content: center;
  width: 36px;
  align-items: center;
}.wxq-pmt_group_ic_u64 svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
}.wxq-pmt_group_h_u64 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5F0EB;
  font-size: 16px;
}.wxq-pmt_group_p_u64 {
  margin-bottom: 0.875rem;
  line-height: 1.6;
  color: #7A6F66;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.wxq-pmt_group_p_u64 strong {
  font-weight: 600;
  color: #C9BFB5;
}.wxq-pmt_table_wrap_u64 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.wxq-pmt_table_u64 {
  font-size: 0.813rem;
  min-width: 33.75rem;
  width: 100%;
  border-collapse: collapse;
}.wxq-pmt_table_u64 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  letter-spacing: .04em;
  color: #C9BFB5;
}.wxq-pmt_table_u64 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #7A6F66;
}.wxq-pmt_table_u64 tbody tr:last-child td {
  border-bottom: none;
}.wxq-pmt_table_u64 tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C9BFB5;
}.wxq-seo_u64 {
  background: #110E0C;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.wxq-seo_u64 {
  padding: 44px 24px 0;
}
}.wxq-seo_in_u64 {
  border-radius: 0.75rem;
  padding: 1.75rem 24px;
  background: #1E1A16;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width:768px) {.wxq-seo_in_u64 {
  padding: 36px 40px;
}
}.wxq-seo_label_u64 {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #FF4812;
  letter-spacing: .08em;
  font-weight: 700;
}.wxq-seo_h2_u64 {
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F5F0EB;
}
@media(min-width: 765px) {.wxq-seo_h2_u64 {
  font-size: 24px;
}
}.wxq-seo_body_u64 {
  line-height: 1.75;
  font-size: 14px;
  color: #9A8E83;
  overflow-wrap: break-word;
}.wxq-seo_body_u64 p {
  line-height: 1.75;
  color: #9A8E83;
  font-size: 14px;
  margin-bottom: 12px;
}.wxq-seo_body_u64 p:last-child {
  margin-bottom: 0;
}.wxq-seo_body_u64 strong {
  color: #C9BFB5;
  font-weight: 700;
}.wxq-seo_body_u64 a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF4812;
}.wxq-seo_body_u64 a:hover {
  color: #FF6030;
}.wxq-seo_body_u64 ul,.wxq-seo_body_u64 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.wxq-seo_body_u64 ol {
  list-style: decimal;
}.wxq-seo_body_u64 li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9A8E83;
  margin-bottom: 0.375rem;
}.wxq-seo_body_u64 table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 765px) {.wxq-seo_body_u64 table {
  display: table;
}
}.wxq-seo_body_u64 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C9BFB5;
}.wxq-seo_body_u64 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A8E83;
}.wxq-seo_cols_u64 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.wxq-seo_cols_u64 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.wxq-seo_cols_u64 {
  grid-template-columns: repeat(3,1fr);
}
}.wxq-seo_col_h_u64 {
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C9BFB5;
}.wxq-seo_col_p_u64 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6F66;
}.wxq-seo_stats_u64 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.wxq-seo_stat_u64 {
  border-radius: 8px;
  border: 1px solid rgba(255,72,18,0.18);
  padding: 0.875rem 1rem;
  background: rgba(255,72,18,0.08);
  flex: 1;
  min-width: 8.75rem;
}.wxq-seo_stat_val_u64 {
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #FF4812;
}.wxq-seo_stat_lb_u64 {
  color: #7A6F66;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.wxq-seo_u64 {
  padding: 2.25rem 16px 0;
  background: #110E0C;
}
@media(min-width:768px) {.wxq-seo_u64 {
  padding: 44px 24px 0;
}
}.wxq-seo_in_u64 {
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  border-radius: 12px;
  background: #1E1A16;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.wxq-seo_in_u64 {
  padding: 36px 40px;
}
}.wxq-seo_label_u64 {
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #FF4812;
}.wxq-seo_h2_u64 {
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F5F0EB;
  margin-bottom: 14px;
  line-height: 1.25;
}
@media(min-width: 769px) {.wxq-seo_h2_u64 {
  font-size: 1.5rem;
}
}.wxq-seo_body_u64 {
  color: #9A8E83;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.wxq-seo_body_u64 p {
  line-height: 1.75;
  color: #9A8E83;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.wxq-seo_body_u64 p:last-child {
  margin-bottom: 0;
}.wxq-seo_body_u64 strong {
  color: #C9BFB5;
  font-weight: 700;
}.wxq-seo_body_u64 a {
  transition: color .2s;
  color: #FF4812;
  text-decoration: underline;
}.wxq-seo_body_u64 a:hover {
  color: #FF6030;
}.wxq-seo_body_u64 ul,.wxq-seo_body_u64 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.wxq-seo_body_u64 ol {
  list-style: decimal;
}.wxq-seo_body_u64 li {
  color: #9A8E83;
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.wxq-seo_body_u64 table {
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media(min-width: 769px) {.wxq-seo_body_u64 table {
  display: table;
}
}.wxq-seo_body_u64 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C9BFB5;
  text-align: left;
  font-weight: 700;
}.wxq-seo_body_u64 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A8E83;
}.wxq-seo_cols_u64 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.wxq-seo_cols_u64 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.wxq-seo_cols_u64 {
  grid-template-columns: repeat(3,1fr);
}
}.wxq-seo_col_h_u64 {
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #C9BFB5;
}.wxq-seo_col_p_u64 {
  line-height: 1.65;
  color: #7A6F66;
  overflow-wrap: break-word;
  font-size: 13px;
}.wxq-seo_stats_u64 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.wxq-seo_stat_u64 {
  padding: 14px 1rem;
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(255,72,18,0.18);
  background: rgba(255,72,18,0.08);
  min-width: 140px;
}.wxq-seo_stat_val_u64 {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #FF4812;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.wxq-seo_stat_lb_u64 {
  color: #7A6F66;
  font-size: 11px;
  overflow-wrap: break-word;
}.wxq-ft_u64 {
  background: #0A0807;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.wxq-ft_support_u64 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 770px) {.wxq-ft_support_u64 {
  padding: 1.75rem 1.5rem;
}
}.wxq-ft_support_in_u64 {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.wxq-ft_support_main_u64 {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
}.wxq-ft_support_ic_u64 {
  flex-shrink: 0;
  color: #FF4812;
}.wxq-ft_support_ic_u64 svg {
  stroke-linecap: round;
  height: 30px;
  width: 30px;
  stroke-linejoin: round;
}.wxq-ft_support_text_title_u64 {
  margin-bottom: 3px;
  font-size: 0.938rem;
  color: #F5F0EB;
  font-weight: 700;
  overflow-wrap: break-word;
}.wxq-ft_support_text_sub_u64 {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #7A6F66;
}.wxq-ft_support_btn_u64 {
  border-radius: 0.5rem;
  background: #FF4812;
  padding: 11px 22px;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F5F0EB;
  font-size: 13px;
}.wxq-ft_support_btn_u64:hover {
  background: #FF6030;
}.wxq-ft_support_contacts_u64 {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.wxq-ft_support_contact_u64 {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #5C5249;
}.wxq-ft_support_contact_u64 strong {
  font-weight: 600;
  color: #9A8E83;
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
}.wxq-ft_main_u64 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 771px) {.wxq-ft_main_u64 {
  padding: 2.5rem 24px 32px;
}
}.wxq-ft_main_in_u64 {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 642px) {.wxq-ft_main_in_u64 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.wxq-ft_main_in_u64 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.wxq-ft_col_logo_u64 {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.wxq-ft_col_logo_u64 {
  grid-column: auto;
}
}.wxq-ft_logo_u64 {
  gap: 0.563rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  color: #F5F0EB;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0.75rem;
  align-items: center;
  display: flex;
}.wxq-ft_logo_mark_u64 {
  border-radius: 4px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.wxq-ft_logo_mark_u64 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.wxq-ft_logo_sub_u64 {
  line-height: 1.55;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #5C5249;
  font-size: 0.75rem;
}.wxq-ft_col_title_u64 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  color: #9A8E83;
  margin-bottom: 0.875rem;
}.wxq-ft_col_links_u64 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.wxq-ft_col_link_u64 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #5C5249;
  font-size: 0.813rem;
}.wxq-ft_col_link_u64:hover {
  color: #C9BFB5;
}.wxq-ft_apps_u64 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.wxq-ft_app_card_u64 {
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  gap: 10px;
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  align-items: center;
}.wxq-ft_app_card_u64:hover {
  border-color: rgba(255,72,18,0.55);
}.wxq-ft_app_card_ic_u64 svg {
  stroke-linejoin: round;
  height: 22px;
  width: 22px;
  stroke-linecap: round;
}.wxq-ft_app_card_os_u64 {
  color: #5C5249;
  font-size: 0.625rem;
  font-weight: 600;
}.wxq-ft_app_card_action_u64 {
  font-size: 0.75rem;
  font-weight: 700;
  color: #C9BFB5;
}.wxq-ft_bot_u64 {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.wxq-ft_bot_u64 {
  padding: 20px 24px;
}
}.wxq-ft_bot_in_u64 {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.wxq-ft_socials_u64 {
  gap: 0.5rem;
  display: flex;
}.wxq-ft_soc_u64 {
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  width: 2.25rem;
  justify-content: center;
  color: #9A8E83;
  display: flex;
  align-items: center;
  height: 36px;
}.wxq-ft_soc_u64 svg {
  height: 16px;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wxq-ft_soc_u64:hover {
  background: rgba(255,255,255,0.07);
}.wxq-ft_legal_u64 {
  flex: 1;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  color: #7A6F66;
  line-height: 1.6;
  font-size: 0.688rem;
}.wxq-ft_legal_u64 strong {
  font-weight: 700;
  color: #9A8E83;
}.wxq-ft_legal_u64 a {
  color: #9A8E83;
  text-decoration: underline;
}.wxq-ft_age_u64 {
  border: 2px solid #7A6F66;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  display: flex;
  color: #7A6F66;
  align-items: center;
  height: 2rem;
  font-weight: 800;
  margin-left: auto;
  font-size: 11px;
}