*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #D8CEEA;
  background-color: #0F0C1A;
  line-height: 1.6;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.zjj-layout_v2d {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.zjj-page_v2d {
  min-height: 100vh;
  display: flex;
}.zjj-main_v2d {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1081px) {.zjj-main_v2d {
  padding-left: 220px;
}
}
@media screen and (max-width: 1081px) {.zjj-main_v2d {
  padding-bottom: 4.5rem;
}
}.zjj-gc_v2d {
  transition: transform .2s,border-color .2s;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #141020;
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  flex-shrink: 0;
  width: 140px;
  position: relative;
}
@media(min-width: 641px) {.zjj-gc_v2d {
  width: 9.75rem;
}
}
@media(min-width:1080px) {.zjj-gc_v2d {
  width: 10.5rem;
}
}.zjj-gc_v2d:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 53, 154, 0.08);
}.zjj-gc_img_v2d {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.zjj-gc_img_v2d img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.zjj-gc_hover_v2d {
  transition: opacity .2s;
  inset: 0;
  background: rgba(9, 7, 15, 0.72);
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
}.zjj-gc_v2d:hover .zjj-gc_hover_v2d {
  opacity: 1;
}.zjj-gc_hover_btn_v2d {
  padding: 8px 16px;
  background: #D4359A;
  border-radius: 6px;
  color: #F4EEFA;
  font-size: 12px;
  font-weight: 700;
}.zjj-gc_info_v2d {
  padding: 0.5rem 10px 10px;
}.zjj-gc_name_v2d {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  max-width: 100%;
  color: #D8CEEA;
  margin-bottom: 3px;
  font-weight: 600;
  white-space: nowrap;
}.zjj-gc_prov_v2d {
  color: #635080;
  font-size: 0.625rem;
}.zjj-gc_tag_v2d {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  font-weight: 700;
  left: 6px;
  top: 0.375rem;
  letter-spacing: .04em;
  z-index: 2;
  position: absolute;
  font-size: 0.563rem;
}.zjj-gc_tag_hot_v2d {
  background: #E82848;
  color: #fff;
}.zjj-gc_tag_new_v2d {
  background: #7DC422;
  color: #0F0C1A;
}.zjj-gc_tag_jp_v2d {
  background: #F0A830;
  color: #0F0C1A;
}.zjj-gc_tag_ex_v2d {
  background: #8B2FB5;
  color: #fff;
}.zjj-gc_tag_live_v2d {
  background: #E82848;
  color: #fff;
}.zjj-gr_v2d {
  background: #0F0C1A;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.zjj-gr_v2d {
  padding: 36px 24px 0;
}
}.zjj-gr_in_v2d {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjj-gr_head_v2d {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
}.zjj-gr_head_l_v2d {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.zjj-gr_ic_v2d {
  border-radius: 0.75rem;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}.zjj-gr_ic_v2d svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
}.zjj-gr_title_v2d {
  font-size: 16px;
  font-family: 'Righteous', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EEFA;
}
@media(min-width: 771px) {.zjj-gr_title_v2d {
  font-size: 18px;
}
}.zjj-gr_more_v2d {
  gap: 5px;
  transition: color .2s;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #8070A8;
  display: flex;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
}.zjj-gr_more_v2d:hover {
  color: #D4359A;
}.zjj-gr_more_v2d svg {
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
  width: 0.75rem;
}.zjj-gr_arrows_v2d {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.zjj-gr_arr_v2d {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  width: 30px;
  align-items: center;
  color: #A898C4;
  justify-content: center;
  height: 30px;
}.zjj-gr_arr_v2d:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEFA;
}.zjj-gr_arr_v2d svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
}.zjj-gr_seo_h_v2d {
  margin: 0 0 0.375rem;
  color: #D8CEEA;
  max-width: 42.5rem;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Righteous', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.zjj-gr_seo_h_v2d {
  font-size: 14px;
}
}.zjj-gr_seo_v2d {
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 12px;
  max-width: 42.5rem;
  line-height: 1.55;
  color: #8070A8;
}.zjj-gr_seo_v2d strong {
  font-weight: 600;
  color: #D8CEEA;
}.zjj-gr_scroll_v2d {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
}.zjj-gr_scroll_v2d::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.zjj-gr_scroll_v2d {
  gap: 12px;
}
}.zjj-tb_v2d {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0F0C1A;
  z-index: 80;
  left: 0;
  top: 0;
  align-items: center;
  right: 0;
  display: flex;
  position: fixed;
  height: 56px;
}.zjj-tb_in_v2d {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.zjj-tb_burger_v2d {
  gap: 0.313rem;
  border-radius: 12px;
  width: 2.375rem;
  display: flex;
  margin-right: 0.5rem;
  justify-content: center;
  flex-shrink: 0;
  flex-direction: column;
  height: 2.375rem;
  align-items: center;
}.zjj-tb_burger_v2d:hover {
  background: rgba(255, 255, 255, 0.05);
}.zjj-tb_burger_line_v2d {
  border-radius: 1px;
  background: #A898C4;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1081px) {.zjj-tb_burger_v2d {
  display: none;
}
}.zjj-tb_logo_v2d {
  gap: 0.563rem;
  align-items: center;
  letter-spacing: -.01em;
  flex-shrink: 0;
  font-weight: 800;
  display: flex;
  color: #F4EEFA;
  margin-right: 1.25rem;
  overflow-wrap: break-word;
  font-size: 1.125rem;
}.zjj-tb_logo_mark_v2d {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
}.zjj-tb_logo_mark_v2d img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.zjj-tb_nav_v2d {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.zjj-tb_nav_v2d {
  display: flex;
}
}.zjj-tb_tab_v2d {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.75rem;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  color: #A898C4;
}.zjj-tb_tab_v2d:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEFA;
}.zjj-tb_tab_v2d.zjj-state_active_v2d {
  background: rgba(212, 53, 154, 0.18);
  color: #F4EEFA;
}.zjj-tb_right_v2d {
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
}.zjj-tb_login_v2d {
  transition: border-color .2s,color .2s;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-weight: 600;
  font-size: 13px;
  display: none;
  color: #D8CEEA;
}.zjj-tb_login_v2d:hover {
  border-color: rgba(212, 53, 154, 0.55);
  color: #F4EEFA;
}
@media(min-width:480px) {.zjj-tb_login_v2d {
  display: block;
}
}.zjj-tb_reg_v2d {
  border-radius: 0.75rem;
  transition: background .2s;
  background: #7DC422;
  padding: 9px 1.125rem;
  color: #100C1C;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.zjj-tb_reg_v2d:hover {
  background: #8ED428;
}.zjj-sb_v2d {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #1A1528;
  z-index: 70;
  position: fixed;
  left: 0;
  top: 3.5rem;
  overflow-y: auto;
  width: 220px;
  bottom: 0;
}.zjj-sb_v2d.zjj-state_open_v2d {
  transform: translateX(0);
}.zjj-sb_v2d::-webkit-scrollbar {
  width: 0.25rem;
}.zjj-sb_v2d::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.zjj-sb_v2d {
  transform: translateX(0);
}
}.zjj-sb_auth_v2d {
  padding: 14px 12px 0.625rem;
}.zjj-sb_btn_reg_v2d {
  border-radius: 12px;
  background: #7DC422;
  padding: 11px;
  transition: background .2s;
  margin-bottom: 0.5rem;
  font-size: 13px;
  text-align: center;
  color: #100C1C;
  font-weight: 700;
  display: block;
}.zjj-sb_btn_reg_v2d:hover {
  background: #8ED428;
}.zjj-sb_btn_login_v2d {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  border-radius: 12px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #D8CEEA;
}.zjj-sb_btn_login_v2d:hover {
  border-color: rgba(212, 53, 154, 0.55);
  color: #F4EEFA;
}.zjj-sb_promo_v2d {
  border: 1px solid rgba(212, 53, 154, 0.18);
  border-radius: 12px;
  overflow: hidden;
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#3A0D58,#1A1528);
  margin: 0 12px 10px;
  position: relative;
}.zjj-sb_promo_v2d::before {
  background: radial-gradient(circle,rgba(212, 53, 154, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: -1.25rem;
  content: '';
  height: 80px;
  width: 80px;
  right: -20px;
}.zjj-sb_promo_title_v2d {
  margin-bottom: 4px;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #D4359A;
  text-transform: uppercase;
}.zjj-sb_promo_text_v2d {
  overflow-wrap: break-word;
  color: #F4EEFA;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}.zjj-sb_promo_sub_v2d {
  color: #8070A8;
  margin-top: 3px;
  font-size: 0.625rem;
}.zjj-sb_nav_v2d {
  padding: 0.375rem 0.5rem 16px;
}.zjj-sb_nav_lb_v2d {
  padding: 0.625rem 0.5rem 6px;
  font-weight: 700;
  font-size: 0.625rem;
  color: #635080;
  text-transform: uppercase;
  letter-spacing: .08em;
}.zjj-sb_link_v2d {
  gap: 10px;
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  border-radius: 0.375rem;
  font-weight: 500;
  display: flex;
  color: #A898C4;
  cursor: pointer;
  font-size: 13px;
  overflow-wrap: break-word;
  align-items: center;
}.zjj-sb_link_v2d:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEFA;
}.zjj-sb_link_v2d.zjj-state_active_v2d {
  background: rgba(212, 53, 154, 0.18);
  color: #F4EEFA;
}.zjj-sb_ic_v2d {
  border-radius: 0.375rem;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}.zjj-sb_ic_v2d svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
}.zjj-sb_ic_1_v2d {
  background: rgba(212, 53, 154, 0.08);
  color: #D4359A;
}.zjj-sb_ic_2_v2d {
  background: rgba(125, 196, 34, 0.16);
  color: #7DC422;
}.zjj-sb_ic_3_v2d {
  background: rgba(240, 168, 48, 0.16);
  color: #F0A830;
}.zjj-sb_ic_4_v2d {
  background: rgba(139, 47, 181, 0.22);
  color: #8B2FB5;
}.zjj-sb_ic_5_v2d {
  background: rgba(212, 53, 154, 0.08);
  color: #F06AB0;
}.zjj-sb_ic_6_v2d {
  background: rgba(139, 47, 181, 0.22);
  color: #A03ECC;
}.zjj-sb_badge_v2d {
  border-radius: 6px;
  padding: 2px 7px;
  background: #F0A830;
  color: #100C1C;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
}.zjj-sb_bot_v2d {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.zjj-sb_lang_v2d,.zjj-sb_help_v2d {
  border-radius: 0.375rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 1;
  gap: 6px;
  padding: 9px 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  justify-content: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #A898C4;
}.zjj-sb_lang_v2d:hover,.zjj-sb_help_v2d:hover {
  border-color: rgba(212, 53, 154, 0.55);
  color: #F4EEFA;
}.zjj-sb_lang_v2d svg,.zjj-sb_help_v2d svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.zjj-sb_bd_v2d {
  background: rgba(9, 7, 15, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.zjj-sb_bd_v2d.zjj-state_on_v2d {
  display: block;
}
@media(min-width: 1081px) {.zjj-sb_bd_v2d {
  display: none!important;
}
}.zjj-mob_nav_v2d {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #1A1528;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  right: 0;
  display: flex;
  position: fixed;
  left: 0;
  z-index: 80;
  bottom: 0;
}
@media(min-width:1080px) {.zjj-mob_nav_v2d {
  display: none;
}
}.zjj-mob_nav_item_v2d {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  color: #635080;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.zjj-mob_nav_ic_v2d {
  line-height: 1;
}.zjj-mob_nav_ic_v2d svg {
  stroke-linejoin: round;
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
}.zjj-mob_nav_lb_v2d {
  font-weight: 600;
  color: #635080;
  font-size: 10px;
}.zjj-mob_nav_item_v2d.zjj-state_active_v2d {
  color: #D4359A;
}.zjj-mob_nav_item_v2d.zjj-state_active_v2d .zjj-mob_nav_lb_v2d {
  color: #D4359A;
}.zjj-hero_v2d {
  padding: 20px 1rem 0;
  background: #0F0C1A;
}
@media(min-width: 771px) {.zjj-hero_v2d {
  padding: 24px 24px 0;
}
}.zjj-hero_in_v2d {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 859px) {.zjj-hero_in_v2d {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.zjj-hero_in_v2d {
  grid-template-columns: 1fr 340px;
}
}.zjj-hero_promo_v2d {
  border-radius: 18px;
  background: #141020;
  overflow: hidden;
  min-height: 220px;
  position: relative;
  align-items: stretch;
  display: flex;
}
@media(min-width: 765px) {.zjj-hero_promo_v2d {
  min-height: 17.5rem;
}
}.zjj-hero_promo_bg_v2d {
  background: linear-gradient(120deg,#3A0D58 0%,#0F0C1A 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.zjj-hero_promo_bg_v2d::after {
  background: linear-gradient(90deg,#0F0C1A 0%,rgba(9, 7, 15, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.zjj-hero_promo_glow_v2d {
  background: radial-gradient(circle,rgba(139, 47, 181, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  height: 300px;
  right: 60px;
  width: 18.75rem;
  top: -40px;
  pointer-events: none;
}.zjj-hero_promo_ct_v2d {
  padding: 1.75rem 24px 1.75rem 28px;
  z-index: 2;
  flex-direction: column;
  display: flex;
  justify-content: center;
  max-width: 480px;
  position: relative;
}
@media(min-width: 771px) {.zjj-hero_promo_ct_v2d {
  padding: 40px 32px;
}
}.zjj-hero_badge_v2d {
  padding: 0.313rem 12px;
  border-radius: 1.5rem;
  border: 1px solid rgba(212, 53, 154, 0.08);
  background: rgba(212, 53, 154, 0.18);
  margin-bottom: 14px;
  letter-spacing: .08em;
  color: #D4359A;
  font-weight: 700;
  display: inline-block;
  font-size: 0.625rem;
  text-transform: uppercase;
}.zjj-hero_h1_v2d {
  color: #F4EEFA;
  overflow-wrap: break-word;
  font-family: 'Righteous', sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.15;
  font-size: 1.625rem;
}.zjj-hero_h1_v2d em {
  color: #F0A830;
  font-style: normal;
}
@media(min-width: 770px) {.zjj-hero_h1_v2d {
  font-size: 36px;
}
}.zjj-hero_sub_v2d {
  color: #A898C4;
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 767px) {.zjj-hero_sub_v2d {
  font-size: 0.875rem;
}
}.zjj-hero_row_v2d {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.zjj-hero_cta_v2d {
  border-radius: 12px;
  background: #7DC422;
  padding: 0.813rem 26px;
  transition: background .2s;
  color: #100C1C;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 0.875rem 1px rgba(125, 196, 34, 0.45), 3px 0.313rem 0.75rem rgba(9, 7, 15, 0.55);
}.zjj-hero_cta_v2d:hover {
  background: #8ED428;
}.zjj-hero_terms_v2d {
  font-size: 11px;
  color: #635080;
}.zjj-hero_game_v2d {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #141020;
  flex-direction: column;
  display: flex;
  position: relative;
}.zjj-hero_game_badge_v2d {
  padding: 5px 0.625rem;
  border: 1px solid rgba(240, 168, 48, 0.16);
  background: rgba(240, 168, 48, 0.16);
  border-radius: 1.5rem;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.625rem;
  position: absolute;
  top: 0.75rem;
  color: #F0A830;
  left: 0.75rem;
  z-index: 3;
  text-transform: uppercase;
}.zjj-hero_game_badge_v2d svg {
  width: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
  height: 0.688rem;
}.zjj-hero_game_img_v2d {
  background: linear-gradient(135deg,#3A0D58,#0F0C1A);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.zjj-hero_game_img_v2d img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.zjj-hero_game_play_v2d {
  inset: 0;
  background: rgba(9, 7, 15, 0.72);
  transition: opacity .2s;
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
}.zjj-hero_game_v2d:hover .zjj-hero_game_play_v2d {
  opacity: 1;
}.zjj-hero_game_play_v2d span {
  border-radius: 50%;
  background: #D4359A;
  justify-content: center;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
}.zjj-hero_game_play_v2d span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.zjj-hero_game_info_v2d {
  padding: 0.875rem 16px;
}.zjj-hero_game_title_v2d {
  font-weight: 700;
  color: #F4EEFA;
  font-size: 15px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.zjj-hero_game_provider_v2d {
  font-size: 0.688rem;
  color: #8070A8;
}.zjj-hero_game_btn_v2d {
  border-radius: 0.75rem;
  margin: 12px 1rem 1rem;
  background: #D4359A;
  padding: 0.688rem;
  transition: background .2s;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  color: #F4EEFA;
  font-weight: 700;
}.zjj-hero_game_v2d:hover .zjj-hero_game_btn_v2d {
  background: #E040A8;
}.zjj-sbar_v2d {
  background: #0F0C1A;
  padding: 16px 1rem 0;
}
@media(min-width: 770px) {.zjj-sbar_v2d {
  padding: 1.125rem 1.5rem 0;
}
}.zjj-sbar_in_v2d {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjj-sbar_row_v2d {
  gap: 0.625rem;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.zjj-sbar_input_v2d {
  gap: 0.625rem;
  border-radius: 12px;
  flex: 1;
  transition: border-color .2s;
  background: #141020;
  padding: 0.688rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  cursor: pointer;
  font-size: 0.813rem;
  color: #8070A8;
  display: flex;
  align-items: center;
}.zjj-sbar_input_v2d:hover {
  border-color: rgba(212, 53, 154, 0.55);
}.zjj-sbar_input_v2d svg {
  height: 0.938rem;
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zjj-sbar_providers_v2d {
  transition: border-color .2s;
  background: #141020;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 8px;
  padding: 11px 18px;
  border-radius: 0.75rem;
  align-items: center;
  font-weight: 600;
  color: #D8CEEA;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
}.zjj-sbar_providers_v2d:hover {
  border-color: rgba(212, 53, 154, 0.55);
  color: #F4EEFA;
}.zjj-sbar_providers_v2d svg {
  stroke-linecap: round;
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
}.zjj-sbar_tabs_v2d {
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
}.zjj-sbar_tabs_v2d::-webkit-scrollbar {
  display: none;
}.zjj-sbar_tab_v2d {
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.438rem;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  color: #A898C4;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-size: 12px;
}.zjj-sbar_tab_v2d:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(212, 53, 154, 0.55);
  color: #F4EEFA;
}.zjj-sbar_tab_v2d.zjj-state_active_v2d {
  border-color: rgba(212, 53, 154, 0.08);
  background: rgba(212, 53, 154, 0.18);
  color: #F4EEFA;
}.zjj-sbar_tab_ic_v2d svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.zjj-wy_v2d {
  background: #0F0C1A;
  padding: 32px 16px 0;
}
@media(min-width: 767px) {.zjj-wy_v2d {
  padding: 2.5rem 24px 0;
}
}.zjj-wy_in_v2d {
  margin: 0 auto;
  max-width: 1320px;
}.zjj-wy_head_v2d {
  max-width: 45rem;
  margin-bottom: 18px;
}.zjj-wy_label_v2d {
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #D4359A;
}.zjj-wy_h2_v2d {
  margin-bottom: 8px;
  font-size: 1.25rem;
  color: #F4EEFA;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 765px) {.zjj-wy_h2_v2d {
  font-size: 1.5rem;
}
}.zjj-wy_intro_v2d {
  margin: 0;
  line-height: 1.6;
  color: #8070A8;
  font-size: 13px;
}.zjj-wy_grid_v2d {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.zjj-wy_grid_v2d {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.zjj-wy_grid_v2d {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.zjj-wy_card_v2d {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  background: #1A1528;
  transition: border-color .2s,transform .2s;
}.zjj-wy_card_v2d:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 53, 154, 0.08);
}.zjj-wy_card_ic_v2d {
  border-radius: 50%;
  background: rgba(212, 53, 154, 0.18);
  height: 44px;
  align-items: center;
  width: 44px;
  justify-content: center;
  color: #D4359A;
  margin-bottom: 0.875rem;
  display: flex;
}.zjj-wy_card_ic_v2d svg {
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
}.zjj-wy_card_h_v2d {
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  color: #F4EEFA;
  overflow-wrap: break-word;
}.zjj-wy_card_p_v2d {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #8070A8;
}.zjj-wy_card_p_v2d strong {
  font-weight: 600;
  color: #D8CEEA;
}.zjj-ws_v2d {
  padding: 32px 1rem 0;
  background: #0F0C1A;
}
@media(min-width: 767px) {.zjj-ws_v2d {
  padding: 36px 24px 0;
}
}.zjj-ws_in_v2d {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjj-ws_head_v2d {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}.zjj-ws_title_v2d {
  gap: 10px;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Righteous', sans-serif;
  color: #F4EEFA;
  font-size: 1rem;
  flex-wrap: wrap;
}.zjj-ws_title_ic_v2d svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
  color: #F0A830;
}.zjj-ws_online_v2d {
  gap: 7px;
  color: #8070A8;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  display: flex;
}.zjj-ws_online_dot_v2d {
  border-radius: 50%;
  background: #7DC422;
  box-shadow: 0 0 0.375rem rgba(125, 196, 34, 0.16);
  height: 0.5rem;
  width: 8px;
  flex-shrink: 0;
}.zjj-ws_scroll_v2d {
  gap: 8px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.zjj-ws_scroll_v2d::-webkit-scrollbar {
  display: none;
}.zjj-wc_v2d {
  background: #141020;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.625rem;
  border-radius: 0.75rem;
  padding: 10px 0.875rem;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.zjj-wc_img_v2d {
  overflow: hidden;
  background: #1A1528;
  border-radius: 0.375rem;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.zjj-wc_img_v2d img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.zjj-wc_info_v2d {
  min-width: 0;
}.zjj-wc_game_v2d {
  overflow: hidden;
  font-size: 12px;
  color: #D8CEEA;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}.zjj-wc_player_v2d {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  color: #635080;
  white-space: nowrap;
}.zjj-wc_amount_v2d {
  font-size: 13px;
  color: #7DC422;
  flex-shrink: 0;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}.zjj-htp_v2d {
  background: #0F0C1A;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.zjj-htp_v2d {
  padding: 44px 24px 0;
}
}.zjj-htp_in_v2d {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjj-htp_head_v2d {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.zjj-htp_label_v2d {
  letter-spacing: .08em;
  color: #D4359A;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.zjj-htp_h2_v2d {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4EEFA;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 770px) {.zjj-htp_h2_v2d {
  font-size: 28px;
}
}.zjj-htp_intro_v2d {
  font-size: 0.875rem;
  color: #8070A8;
  line-height: 1.6;
}.zjj-htp_steps_v2d {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.75rem;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.zjj-htp_steps_v2d {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.zjj-htp_steps_v2d {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.zjj-htp_step_v2d {
  border-radius: 0.75rem;
  background: #1A1528;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem 18px 18px;
  position: relative;
  flex-direction: column;
  display: flex;
}.zjj-htp_step_num_v2d {
  background: #D4359A;
  border-radius: 50%;
  top: -12px;
  align-items: center;
  left: 20px;
  width: 28px;
  justify-content: center;
  position: absolute;
  font-size: 0.813rem;
  display: flex;
  height: 28px;
  font-family: 'Righteous', sans-serif;
  font-weight: 800;
  color: #100C1C;
}.zjj-htp_step_ic_v2d {
  margin: 8px 0 12px;
  border-radius: 0.375rem;
  background: rgba(212, 53, 154, 0.18);
  justify-content: center;
  display: flex;
  color: #D4359A;
  width: 2.25rem;
  align-items: center;
  height: 36px;
}.zjj-htp_step_ic_v2d svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zjj-htp_step_h_v2d {
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #F4EEFA;
  overflow-wrap: break-word;
}.zjj-htp_step_p_v2d {
  color: #8070A8;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.55;
}.zjj-htp_step_p_v2d strong {
  font-weight: 600;
  color: #D8CEEA;
}.zjj-htp_cta_v2d {
  border-radius: 0.75rem;
  padding: 13px 1.625rem;
  background: #7DC422;
  transition: background .2s;
  color: #100C1C;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
}.zjj-htp_cta_v2d:hover {
  background: #8ED428;
}.zjj-bon_v2d {
  background: #0F0C1A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.zjj-bon_v2d {
  padding: 2.75rem 1.5rem 0;
}
}.zjj-bon_in_v2d {
  margin: 0 auto;
  max-width: 1320px;
}.zjj-bon_head_v2d {
  margin-bottom: 1.25rem;
}.zjj-bon_label_v2d {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #D4359A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.zjj-bon_h2_v2d {
  margin-bottom: 0.5rem;
  font-family: 'Righteous', sans-serif;
  color: #F4EEFA;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.zjj-bon_h2_v2d {
  font-size: 24px;
}
}.zjj-bon_seo_v2d {
  color: #8070A8;
  line-height: 1.6;
  max-width: 620px;
  font-size: 13px;
  overflow-wrap: break-word;
}.zjj-bon_seo_v2d strong {
  font-weight: 700;
  color: #D8CEEA;
}.zjj-bon_seo_v2d a {
  text-decoration: underline;
  color: #D4359A;
}.zjj-bon_grid_v2d {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.zjj-bon_grid_v2d {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.zjj-bon_grid_v2d {
  grid-template-columns: repeat(5,1fr);
}
}.zjj-bon_card_v2d {
  padding: 1rem;
  border-radius: 12px;
  background: #141020;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,transform .2s;
}.zjj-bon_card_v2d:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 53, 154, 0.08);
}.zjj-bon_card_ic_v2d svg {
  height: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.625rem;
}.zjj-bon_card_ic_v2d {
  margin-bottom: 0.625rem;
}.zjj-bon_card_type_v2d {
  font-weight: 700;
  color: #8070A8;
  font-size: 0.625rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}.zjj-bon_card_amount_v2d {
  margin-bottom: 6px;
  font-size: 18px;
  color: #F0A830;
  line-height: 1.1;
  font-weight: 800;
}.zjj-bon_card_name_v2d {
  margin-bottom: 8px;
  font-size: 0.813rem;
  font-weight: 600;
  color: #F4EEFA;
  overflow-wrap: break-word;
}.zjj-bon_card_detail_v2d {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  color: #635080;
  line-height: 1.5;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.zjj-reg_v2d {
  padding: 36px 1rem 0;
  background: #0F0C1A;
}
@media(min-width: 767px) {.zjj-reg_v2d {
  padding: 44px 24px 0;
}
}.zjj-reg_in_v2d {
  background: #1A1528;
  padding: 1.75rem 24px;
  border-radius: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.zjj-reg_in_v2d {
  padding: 2.5rem;
}
}.zjj-reg_top_v2d {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.zjj-reg_top_v2d {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.zjj-reg_label_v2d {
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #D4359A;
  letter-spacing: .08em;
}.zjj-reg_h2_v2d {
  margin-bottom: 0.75rem;
  color: #F4EEFA;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Righteous', sans-serif;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 766px) {.zjj-reg_h2_v2d {
  font-size: 1.75rem;
}
}.zjj-reg_bonus_v2d {
  padding: 10px 16px;
  background: rgba(240, 168, 48, 0.16);
  border: 1px solid rgba(240, 168, 48, 0.16);
  gap: 0.5rem;
  border-radius: 0.75rem;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.zjj-reg_bonus_amount_v2d {
  color: #F0A830;
  font-weight: 800;
  font-size: 20px;
}.zjj-reg_bonus_text_v2d {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #A898C4;
}.zjj-reg_cta_btn_v2d {
  background: #7DC422;
  transition: background .2s;
  border-radius: 0.75rem;
  padding: 14px 32px;
  box-shadow: 0 0 0.875rem 1px rgba(125, 196, 34, 0.45), 3px 0.313rem 0.75rem rgba(9, 7, 15, 0.55);
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
  color: #100C1C;
  font-size: 0.938rem;
}.zjj-reg_cta_btn_v2d:hover {
  background: #8ED428;
}.zjj-reg_terms_v2d {
  font-size: 0.688rem;
  color: #635080;
  line-height: 1.5;
}.zjj-reg_seo_v2d {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #8070A8;
  padding-top: 20px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-top: 20px;
}.zjj-reg_seo_v2d p {
  margin-bottom: 0.625rem;
  line-height: 1.65;
  color: #8070A8;
  font-size: 13px;
}.zjj-reg_seo_v2d p:last-child {
  margin-bottom: 0;
}.zjj-reg_seo_v2d strong {
  color: #D8CEEA;
  font-weight: 700;
}.zjj-reg_seo_v2d a {
  transition: color .2s;
  color: #D4359A;
  text-decoration: underline;
}.zjj-reg_seo_v2d a:hover {
  color: #E040A8;
}.zjj-reg_seo_v2d ul,.zjj-reg_seo_v2d ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.zjj-reg_seo_v2d ol {
  list-style: decimal;
}.zjj-reg_seo_v2d li {
  font-size: 0.813rem;
  color: #8070A8;
  line-height: 1.65;
  margin-bottom: 4px;
}.zjj-reg_seo_v2d table {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  display: block;
}
@media(min-width:768px) {.zjj-reg_seo_v2d table {
  display: table;
}
}.zjj-reg_seo_v2d th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D8CEEA;
  font-weight: 700;
  text-align: left;
}.zjj-reg_seo_v2d td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #8070A8;
}.zjj-reg_steps_v2d {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width:860px) {.zjj-reg_steps_v2d {
  margin-top: 0;
}
}.zjj-reg_step_v2d {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.zjj-reg_step_num_v2d {
  border: 1px solid rgba(212, 53, 154, 0.08);
  background: rgba(212, 53, 154, 0.18);
  border-radius: 50%;
  color: #D4359A;
  font-size: 14px;
  justify-content: center;
  width: 34px;
  flex-shrink: 0;
  display: flex;
  height: 2.125rem;
  font-weight: 800;
  align-items: center;
}.zjj-reg_step_title_v2d {
  font-size: 14px;
  color: #F4EEFA;
  font-weight: 700;
  margin-bottom: 3px;
}.zjj-reg_step_text_v2d {
  font-size: 12px;
  color: #8070A8;
  line-height: 1.5;
}.zjj-reg_trust_v2d {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
}.zjj-reg_trust_item_v2d {
  gap: 0.438rem;
  font-size: 12px;
  color: #8070A8;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
}.zjj-reg_trust_ic_v2d svg {
  color: #D4359A;
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zjj-prov_v2d {
  padding: 2.25rem 1rem 0;
  background: #0F0C1A;
}
@media(min-width:768px) {.zjj-prov_v2d {
  padding: 2.75rem 24px 0;
}
}.zjj-prov_in_v2d {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjj-prov_head_v2d {
  margin-bottom: 16px;
}.zjj-prov_label_v2d {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
  color: #D4359A;
  letter-spacing: .08em;
  text-transform: uppercase;
}.zjj-prov_h2_v2d {
  color: #F4EEFA;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.zjj-prov_h2_v2d {
  font-size: 1.5rem;
}
}.zjj-prov_seo_v2d {
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
  color: #8070A8;
  max-width: 620px;
}.zjj-prov_seo_v2d strong {
  color: #D8CEEA;
  font-weight: 700;
}.zjj-prov_seo_v2d a {
  text-decoration: underline;
  color: #D4359A;
}.zjj-prov_grid_v2d {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.zjj-prov_grid_v2d {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.zjj-prov_grid_v2d {
  grid-template-columns: repeat(8,1fr);
}
}.zjj-prov_card_v2d {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  border-radius: 0.75rem;
  background: #141020;
  gap: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.zjj-prov_card_v2d:hover {
  background: #1A1528;
  border-color: rgba(212, 53, 154, 0.55);
}.zjj-prov_logo_v2d {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  display: flex;
  width: 44px;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
}.zjj-prov_logo_v2d img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.zjj-prov_name_v2d {
  color: #A898C4;
  font-size: 0.688rem;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
}.zjj-app_v2d {
  background: #0F0C1A;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.zjj-app_v2d {
  padding: 2.75rem 24px 0;
}
}.zjj-app_in_v2d {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjj-app_head_v2d {
  margin-bottom: 16px;
}.zjj-app_label_v2d {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #D4359A;
  font-weight: 700;
}.zjj-app_h2_v2d {
  font-weight: 800;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F4EEFA;
  font-size: 20px;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 771px) {.zjj-app_h2_v2d {
  font-size: 24px;
}
}.zjj-app_sub_v2d {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
  color: #8070A8;
}.zjj-app_sub_v2d strong {
  color: #D8CEEA;
  font-weight: 700;
}.zjj-app_cards_v2d {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.zjj-app_cards_v2d {
  grid-template-columns: repeat(3,1fr);
}
}.zjj-app_card_v2d {
  gap: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 20px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.zjj-app_card_ios_v2d {
  background: linear-gradient(135deg,rgba(212, 53, 154, 0.18) 0%,#1A1528 100%);
}.zjj-app_card_android_v2d {
  background: linear-gradient(135deg,rgba(125, 196, 34, 0.16) 0%,#1A1528 100%);
}.zjj-app_card_win_v2d {
  background: linear-gradient(135deg,rgba(240, 168, 48, 0.16) 0%,#1A1528 100%);
}.zjj-app_card_ic_v2d svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
  width: 34px;
}.zjj-app_card_ic_v2d {
  color: #F4EEFA;
  flex-shrink: 0;
}.zjj-app_card_os_v2d {
  font-weight: 700;
  color: #8070A8;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}.zjj-app_card_title_v2d {
  line-height: 1.2;
  margin-bottom: 6px;
  color: #F4EEFA;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.zjj-app_card_text_v2d {
  color: #8070A8;
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.zjj-app_card_btn_v2d {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.625rem 18px;
  border-radius: 6px;
  gap: 7px;
  border: 1px solid rgba(212, 53, 154, 0.55);
  align-items: center;
  font-size: 0.813rem;
  font-weight: 700;
  display: inline-flex;
  color: #F4EEFA;
}.zjj-app_card_btn_v2d:hover {
  background: rgba(255, 255, 255, 0.07);
}.zjj-pmt_v2d {
  background: #0F0C1A;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.zjj-pmt_v2d {
  padding: 44px 1.5rem 0;
}
}.zjj-pmt_in_v2d {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjj-pmt_head_v2d {
  margin-bottom: 22px;
  max-width: 45rem;
}.zjj-pmt_label_v2d {
  text-transform: uppercase;
  color: #D4359A;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
}.zjj-pmt_h2_v2d {
  font-family: 'Righteous', sans-serif;
  font-size: 22px;
  color: #F4EEFA;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.zjj-pmt_h2_v2d {
  font-size: 28px;
}
}.zjj-pmt_intro_v2d {
  font-size: 0.875rem;
  color: #8070A8;
  line-height: 1.6;
  overflow-wrap: break-word;
}.zjj-pmt_groups_v2d {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.zjj-pmt_group_v2d {
  background: #1A1528;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: 1.25rem;
}.zjj-pmt_group_head_v2d {
  gap: 0.75rem;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.zjj-pmt_group_ic_v2d {
  background: rgba(212, 53, 154, 0.18);
  border-radius: 0.375rem;
  color: #D4359A;
  justify-content: center;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  height: 2.25rem;
}.zjj-pmt_group_ic_v2d svg {
  width: 18px;
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
}.zjj-pmt_group_h_v2d {
  margin: 0;
  color: #F4EEFA;
  font-family: 'Righteous', sans-serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
}.zjj-pmt_group_p_v2d {
  font-size: 0.813rem;
  line-height: 1.6;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #8070A8;
}.zjj-pmt_group_p_v2d strong {
  color: #D8CEEA;
  font-weight: 600;
}.zjj-pmt_table_wrap_v2d {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.zjj-pmt_table_v2d {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  min-width: 540px;
}.zjj-pmt_table_v2d th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #D8CEEA;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
  white-space: nowrap;
}.zjj-pmt_table_v2d td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8070A8;
}.zjj-pmt_table_v2d tbody tr:last-child td {
  border-bottom: none;
}.zjj-pmt_table_v2d tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D8CEEA;
}.zjj-seo_v2d {
  padding: 2.25rem 16px 0;
  background: #0F0C1A;
}
@media(min-width: 766px) {.zjj-seo_v2d {
  padding: 44px 24px 0;
}
}.zjj-seo_in_v2d {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 24px;
  border-radius: 18px;
  background: #1A1528;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.zjj-seo_in_v2d {
  padding: 2.25rem 2.5rem;
}
}.zjj-seo_label_v2d {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #D4359A;
  font-size: 11px;
  font-weight: 700;
}.zjj-seo_h2_v2d {
  margin-bottom: 14px;
  font-family: 'Righteous', sans-serif;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F4EEFA;
}
@media(min-width: 771px) {.zjj-seo_h2_v2d {
  font-size: 24px;
}
}.zjj-seo_body_v2d {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #A898C4;
}.zjj-seo_body_v2d p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A898C4;
}.zjj-seo_body_v2d p:last-child {
  margin-bottom: 0;
}.zjj-seo_body_v2d strong {
  font-weight: 700;
  color: #D8CEEA;
}.zjj-seo_body_v2d a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4359A;
}.zjj-seo_body_v2d a:hover {
  color: #E040A8;
}.zjj-seo_body_v2d ul,.zjj-seo_body_v2d ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.zjj-seo_body_v2d ol {
  list-style: decimal;
}.zjj-seo_body_v2d li {
  line-height: 1.75;
  color: #A898C4;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.zjj-seo_body_v2d table {
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 769px) {.zjj-seo_body_v2d table {
  display: table;
}
}.zjj-seo_body_v2d th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #D8CEEA;
  text-align: left;
}.zjj-seo_body_v2d td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A898C4;
}.zjj-seo_cols_v2d {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.zjj-seo_cols_v2d {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.zjj-seo_cols_v2d {
  grid-template-columns: repeat(3,1fr);
}
}.zjj-seo_col_h_v2d {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #D8CEEA;
  font-weight: 700;
  margin-bottom: 7px;
}.zjj-seo_col_p_v2d {
  font-size: 13px;
  color: #8070A8;
  line-height: 1.65;
  overflow-wrap: break-word;
}.zjj-seo_stats_v2d {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.zjj-seo_stat_v2d {
  background: rgba(212, 53, 154, 0.08);
  padding: 14px 1rem;
  border: 1px solid rgba(212, 53, 154, 0.18);
  flex: 1;
  border-radius: 0.75rem;
  min-width: 140px;
}.zjj-seo_stat_val_v2d {
  color: #D4359A;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.zjj-seo_stat_lb_v2d {
  font-size: 0.688rem;
  color: #8070A8;
  overflow-wrap: break-word;
}.zjj-faq_v2d {
  padding: 2.25rem 1rem 0;
  background: #0F0C1A;
}
@media(min-width:768px) {.zjj-faq_v2d {
  padding: 2.75rem 24px 0;
}
}.zjj-faq_in_v2d {
  margin: 0 auto;
  max-width: 1320px;
}.zjj-faq_head_v2d {
  margin-bottom: 20px;
}.zjj-faq_label_v2d {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #D4359A;
  margin-bottom: 8px;
}.zjj-faq_h2_v2d {
  color: #F4EEFA;
  font-size: 20px;
  font-family: 'Righteous', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.zjj-faq_h2_v2d {
  font-size: 1.5rem;
}
}.zjj-faq_list_v2d {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.zjj-faq_item_v2d {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1A1528;
  overflow: hidden;
}.zjj-faq_q_v2d {
  gap: 12px;
  transition: color .2s;
  padding: 1rem 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #D8CEEA;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
}.zjj-faq_q_v2d:hover {
  color: #F4EEFA;
}.zjj-faq_q_ic_v2d {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 16px;
  justify-content: center;
  color: #D4359A;
  align-items: center;
  flex-shrink: 0;
}.zjj-faq_item_v2d.zjj-state_open_v2d .zjj-faq_q_ic_v2d {
  transform: rotate(45deg);
}.zjj-faq_a_v2d {
  padding: 0 1.25rem 1rem;
  color: #8070A8;
  overflow-wrap: break-word;
  line-height: 1.7;
  font-size: 13px;
  display: none;
}.zjj-faq_item_v2d.zjj-state_open_v2d .zjj-faq_a_v2d {
  display: block;
}.zjj-faq_a_v2d strong {
  font-weight: 700;
  color: #D8CEEA;
}.zjj-faq_a_v2d a {
  color: #D4359A;
  text-decoration: underline;
}.zjj-faq_a_v2d ul,.zjj-faq_a_v2d ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.zjj-faq_a_v2d ol {
  list-style: decimal;
}.zjj-faq_a_v2d li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.zjj-faq_a_v2d table {
  margin: 8px 0;
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.75rem;
}
@media(min-width: 770px) {.zjj-faq_a_v2d table {
  display: table;
}
}.zjj-faq_a_v2d th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #D8CEEA;
}.zjj-faq_a_v2d td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8070A8;
}.zjj-seo_v2d {
  padding: 36px 16px 0;
  background: #0F0C1A;
}
@media(min-width: 771px) {.zjj-seo_v2d {
  padding: 44px 1.5rem 0;
}
}.zjj-seo_in_v2d {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  background: #1A1528;
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width: 767px) {.zjj-seo_in_v2d {
  padding: 36px 40px;
}
}.zjj-seo_label_v2d {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #D4359A;
}.zjj-seo_h2_v2d {
  margin-bottom: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F4EEFA;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 769px) {.zjj-seo_h2_v2d {
  font-size: 24px;
}
}.zjj-seo_body_v2d {
  color: #A898C4;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.zjj-seo_body_v2d p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A898C4;
}.zjj-seo_body_v2d p:last-child {
  margin-bottom: 0;
}.zjj-seo_body_v2d strong {
  color: #D8CEEA;
  font-weight: 700;
}.zjj-seo_body_v2d a {
  transition: color .2s;
  color: #D4359A;
  text-decoration: underline;
}.zjj-seo_body_v2d a:hover {
  color: #E040A8;
}.zjj-seo_body_v2d ul,.zjj-seo_body_v2d ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.zjj-seo_body_v2d ol {
  list-style: decimal;
}.zjj-seo_body_v2d li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A898C4;
  font-size: 0.875rem;
}.zjj-seo_body_v2d table {
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 770px) {.zjj-seo_body_v2d table {
  display: table;
}
}.zjj-seo_body_v2d th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #D8CEEA;
  font-weight: 700;
}.zjj-seo_body_v2d td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A898C4;
}.zjj-seo_cols_v2d {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.zjj-seo_cols_v2d {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.zjj-seo_cols_v2d {
  grid-template-columns: repeat(3,1fr);
}
}.zjj-seo_col_h_v2d {
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #D8CEEA;
  font-size: 0.813rem;
}.zjj-seo_col_p_v2d {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #8070A8;
  font-size: 0.813rem;
}.zjj-seo_stats_v2d {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.zjj-seo_stat_v2d {
  flex: 1;
  border: 1px solid rgba(212, 53, 154, 0.18);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(212, 53, 154, 0.08);
  min-width: 140px;
}.zjj-seo_stat_val_v2d {
  font-size: 20px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #D4359A;
}.zjj-seo_stat_lb_v2d {
  overflow-wrap: break-word;
  color: #8070A8;
  font-size: 0.688rem;
}.zjj-seo_v2d {
  background: #0F0C1A;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.zjj-seo_v2d {
  padding: 44px 24px 0;
}
}.zjj-seo_in_v2d {
  margin: 0 auto;
  border-radius: 18px;
  padding: 28px 1.5rem;
  background: #1A1528;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.zjj-seo_in_v2d {
  padding: 2.25rem 2.5rem;
}
}.zjj-seo_label_v2d {
  color: #D4359A;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.zjj-seo_h2_v2d {
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #F4EEFA;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 770px) {.zjj-seo_h2_v2d {
  font-size: 1.5rem;
}
}.zjj-seo_body_v2d {
  font-size: 14px;
  color: #A898C4;
  line-height: 1.75;
  overflow-wrap: break-word;
}.zjj-seo_body_v2d p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A898C4;
  font-size: 14px;
}.zjj-seo_body_v2d p:last-child {
  margin-bottom: 0;
}.zjj-seo_body_v2d strong {
  font-weight: 700;
  color: #D8CEEA;
}.zjj-seo_body_v2d a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4359A;
}.zjj-seo_body_v2d a:hover {
  color: #E040A8;
}.zjj-seo_body_v2d ul,.zjj-seo_body_v2d ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.zjj-seo_body_v2d ol {
  list-style: decimal;
}.zjj-seo_body_v2d li {
  font-size: 14px;
  color: #A898C4;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.zjj-seo_body_v2d table {
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 769px) {.zjj-seo_body_v2d table {
  display: table;
}
}.zjj-seo_body_v2d th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D8CEEA;
}.zjj-seo_body_v2d td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A898C4;
}.zjj-seo_cols_v2d {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.zjj-seo_cols_v2d {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.zjj-seo_cols_v2d {
  grid-template-columns: repeat(3,1fr);
}
}.zjj-seo_col_h_v2d {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #D8CEEA;
  font-weight: 700;
}.zjj-seo_col_p_v2d {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #8070A8;
  font-size: 0.813rem;
}.zjj-seo_stats_v2d {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.zjj-seo_stat_v2d {
  background: rgba(212, 53, 154, 0.08);
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(212, 53, 154, 0.18);
  border-radius: 0.75rem;
  min-width: 140px;
}.zjj-seo_stat_val_v2d {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-weight: 800;
  color: #D4359A;
}.zjj-seo_stat_lb_v2d {
  overflow-wrap: break-word;
  color: #8070A8;
  font-size: 11px;
}.zjj-ft_v2d {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #09070F;
  margin-top: 48px;
}.zjj-ft_support_v2d {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 769px) {.zjj-ft_support_v2d {
  padding: 1.75rem 1.5rem;
}
}.zjj-ft_support_in_v2d {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.zjj-ft_support_main_v2d {
  flex: 1;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 13.75rem;
}.zjj-ft_support_ic_v2d {
  color: #D4359A;
  flex-shrink: 0;
}.zjj-ft_support_ic_v2d svg {
  width: 1.875rem;
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
}.zjj-ft_support_text_title_v2d {
  overflow-wrap: break-word;
  color: #F4EEFA;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 3px;
}.zjj-ft_support_text_sub_v2d {
  color: #8070A8;
  overflow-wrap: break-word;
  font-size: 12px;
}.zjj-ft_support_btn_v2d {
  border-radius: 0.75rem;
  padding: 0.688rem 1.375rem;
  background: #D4359A;
  transition: background .2s;
  color: #F4EEFA;
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
}.zjj-ft_support_btn_v2d:hover {
  background: #E040A8;
}.zjj-ft_support_contacts_v2d {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.zjj-ft_support_contact_v2d {
  color: #635080;
  line-height: 1.4;
  font-size: 12px;
}.zjj-ft_support_contact_v2d strong {
  display: block;
  font-size: 0.688rem;
  color: #A898C4;
  font-weight: 600;
  margin-bottom: 2px;
}.zjj-ft_main_v2d {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 771px) {.zjj-ft_main_v2d {
  padding: 2.5rem 24px 32px;
}
}.zjj-ft_main_in_v2d {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width: 641px) {.zjj-ft_main_in_v2d {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.zjj-ft_main_in_v2d {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.zjj-ft_col_logo_v2d {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.zjj-ft_col_logo_v2d {
  grid-column: auto;
}
}.zjj-ft_logo_v2d {
  gap: 9px;
  font-weight: 800;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #F4EEFA;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  font-size: 1rem;
}.zjj-ft_logo_mark_v2d {
  overflow: hidden;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
}.zjj-ft_logo_mark_v2d img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.zjj-ft_logo_sub_v2d {
  overflow-wrap: break-word;
  color: #635080;
  font-size: 0.75rem;
  max-width: 12.5rem;
  line-height: 1.55;
}.zjj-ft_col_title_v2d {
  color: #A898C4;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}.zjj-ft_col_links_v2d {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.zjj-ft_col_link_v2d {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #635080;
}.zjj-ft_col_link_v2d:hover {
  color: #D8CEEA;
}.zjj-ft_apps_v2d {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.zjj-ft_app_card_v2d {
  transition: border-color .2s;
  border-radius: 6px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  display: flex;
  align-items: center;
}.zjj-ft_app_card_v2d:hover {
  border-color: rgba(212, 53, 154, 0.55);
}.zjj-ft_app_card_ic_v2d svg {
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
  height: 22px;
}.zjj-ft_app_card_os_v2d {
  font-size: 10px;
  color: #635080;
  font-weight: 600;
}.zjj-ft_app_card_action_v2d {
  font-size: 12px;
  font-weight: 700;
  color: #D8CEEA;
}.zjj-ft_bot_v2d {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.zjj-ft_bot_v2d {
  padding: 20px 24px;
}
}.zjj-ft_bot_in_v2d {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.zjj-ft_socials_v2d {
  gap: 0.5rem;
  display: flex;
}.zjj-ft_soc_v2d {
  border-radius: 0.375rem;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  color: #A898C4;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 2.25rem;
  width: 36px;
}.zjj-ft_soc_v2d svg {
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zjj-ft_soc_v2d:hover {
  background: rgba(255, 255, 255, 0.07);
}.zjj-ft_legal_v2d {
  flex: 1;
  overflow-wrap: break-word;
  color: #8A7EA6;
  font-size: 0.688rem;
  line-height: 1.6;
  min-width: 12.5rem;
}.zjj-ft_legal_v2d strong {
  color: #A898C4;
  font-weight: 700;
}.zjj-ft_legal_v2d a {
  text-decoration: underline;
  color: #A898C4;
}.zjj-ft_age_v2d {
  border: 2px solid #8A7EA6;
  border-radius: 50%;
  height: 32px;
  justify-content: center;
  font-weight: 800;
  display: flex;
  color: #8A7EA6;
  width: 32px;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  font-size: 11px;
}