:root{
  --kinglee-bg:#0930F6;
  --kinglee-card:#230121;
  --kinglee-line:#E1E510;
  --kinglee-btn:#EC0909;
  --kinglee-nav:#F00FC7;
  --kinglee-text:#ffffff;
  --kinglee-shadow:0 22px 54px rgba(6,10,65,.34);
  --kinglee-shadow-strong:0 30px 70px rgba(0,0,0,.42);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  color:var(--kinglee-text);
  font-family:"PingFang SC","Microsoft YaHei",sans-serif;
  background-color:var(--kinglee-bg);
  background-image:
    linear-gradient(30deg, rgba(255,255,255,.08) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.08) 87.5%, rgba(255,255,255,.08)),
    linear-gradient(150deg, rgba(255,255,255,.05) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.05) 87.5%, rgba(255,255,255,.05)),
    linear-gradient(90deg, rgba(255,255,255,.04) 2%, transparent 2.5%, transparent 97%, rgba(255,255,255,.04) 97.5%, rgba(255,255,255,.04)),
    radial-gradient(circle at 20% 15%, rgba(240,15,199,.14), transparent 20%),
    radial-gradient(circle at 80% 10%, rgba(236,9,9,.15), transparent 18%),
    radial-gradient(circle at 50% 70%, rgba(225,229,16,.08), transparent 18%);
  background-size:88px 152px, 88px 152px, 88px 152px, auto, auto, auto;
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

.kinglee_wrap{
  width:min(1280px, calc(100% - 32px));
  margin:0 auto;
}

.kinglee_main{
  position:relative;
  z-index:2;
}

.kinglee_section,
.kinglee_hero{
  padding:30px 0;
}

.kinglee_section_head{
  text-align:center;
  margin-bottom:24px;
}
.kinglee_section_head h2{
  margin:0 0 10px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.12;
}
.kinglee_section_head p{
  margin:0 auto;
  max-width:860px;
  line-height:1.9;
  color:#f4edff;
}

/* elevated card */
.kinglee_card,
.kinglee_header_shell,
.kinglee_footer_shell{
  position:relative;
  background:
    linear-gradient(180deg, rgba(35,1,33,.98), rgba(22,0,21,.96)),
    linear-gradient(135deg, rgba(240,15,199,.06), transparent 45%);
  border:2px solid var(--kinglee-line);
  box-shadow:var(--kinglee-shadow);
  overflow:hidden;
}
.kinglee_card{
  border-radius:28px;
  transition:transform .32s ease, box-shadow .32s ease, filter .32s ease;
}
.kinglee_card:hover{
  transform:scale(.97);
  box-shadow:var(--kinglee-shadow-strong);
  filter:brightness(1.05);
}

.kinglee_card::before,
.kinglee_header_shell::before,
.kinglee_footer_shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg, rgba(240,15,199,.11), transparent 24%),
    radial-gradient(circle at top right, rgba(236,9,9,.12), transparent 22%);
}

.kinglee_tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.16);
  color:#fff;
  font-weight:900;
  margin-bottom:14px;
}

.kinglee_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  border:2px solid #EC0909;
  background:transparent;
  color:#fff;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(236,9,9,.28);
  transition:.25s ease;
}
.kinglee_btn:hover{
  background:#EC0909;
  transform:translateY(-2px);
}
.kinglee_btn_alt{
  border-color:#F00FC7;
  box-shadow:inset 0 0 0 1px rgba(240,15,199,.3);
}
.kinglee_btn_alt:hover{
  background:#F00FC7;
}

/* header */
.kinglee_header{
  position:sticky;
  top:0;
  z-index:120;
  padding:14px 0 0;
}
.kinglee_header_shell{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:16px;
  padding:16px 18px;
  border-radius:24px;
}
.kinglee_header_brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.kinglee_header_logo a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:140px;
  min-height:58px;
  border-radius:18px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.16);
  padding:8px 12px;
}
.kinglee_header_text{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.kinglee_header_nav_pc{
  display:flex;
  justify-content:center;
}
.kinglee_header_menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.kinglee_header_menu a{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding:0 14px;
  border-radius:999px;
  border:2px solid #E1E510;
  background:#F00FC7;
  color:#fff;
  font-weight:900;
  box-shadow:0 10px 24px rgba(240,15,199,.22);
  font-size:14px;
}

.kinglee_header_tools{
  display:flex;
  align-items:center;
  gap:10px;
}
.kinglee_header_search_form{
  display:flex;
  align-items:center;
  gap:8px;
}
.kinglee_header_search_field input{
  width:8em;
  height:42px;
  padding:0 12px;
  border:none;
  border-radius:999px;
  border:2px solid #E1E510;
  background:rgba(35,1,33,.95);
  color:#fff;
  outline:none;
}
.kinglee_header_search_field input::placeholder{
  color:#f2dff6;
}
.kinglee_header_search_field label{
  position:absolute;
  left:-9999px;
}
.kinglee_header_search_form button{
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  border:2px solid #EC0909;
  background:transparent;
  color:#fff;
  cursor:pointer;
}
.kinglee_header_toggle{
  display:none;
  width:46px;
  height:46px;
  border:none;
  border-radius:14px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.18);
  color:#fff;
  cursor:pointer;
  font-size:18px;
  font-weight:900;
}
.kinglee_header_mobile_panel{
  display:none;
  margin-top:12px;
}
.kinglee_header_mobile_panel.is_open{
  display:block;
}
.kinglee_header_mobile_menu{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.kinglee_header_mobile_menu a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  border-radius:16px;
  border:2px solid #E1E510;
  background:#F00FC7;
  color:#fff;
  font-weight:900;
}

/* footer */
.kinglee_footer{
  padding:32px 0 42px;
}
.kinglee_footer_shell{
  padding:24px;
  border-radius:28px;
}
.kinglee_footer_grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:18px;
}
.kinglee_footer_name{
  margin:10px 0 12px;
  font-size:24px;
  font-weight:900;
}
.kinglee_footer_desc{
  margin:0;
  line-height:1.9;
  color:#f4edff;
}
.kinglee_footer_menu{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.kinglee_footer_menu a,
.kinglee_footer_contact span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:0 14px;
  border-radius:16px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.14);
  color:#fff;
  font-weight:800;
}
.kinglee_footer_contact{
  display:grid;
  gap:10px;
}
.kinglee_footer_contact a{
  color:#fff;
}
.kinglee_footer_contact em{
  font-style:normal;
}
.kinglee_footer_copy{
  margin-top:20px;
  padding-top:16px;
  border-top:2px dashed rgba(225,229,16,.7);
  text-align:center;
  font-weight:700;
}
.kinglee_footer_copy a{
  color:#fff;
}

.kinglee_backtop{
  position:fixed;
  right:20px;
  bottom:20px;
  width:58px;
  height:58px;
  border:none;
  border-radius:50%;
  border:2px solid #EC0909;
  background:rgba(35,1,33,.94);
  color:#fff;
  cursor:pointer;
  z-index:110;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:.25s ease;
}
.kinglee_backtop.is_show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* hero spin layout */
.kinglee_spin_stage{
  position:relative;
  min-height:760px;
}
.kinglee_hero_core{
  width:min(650px,100%);
  margin:0 auto;
  padding:28px;
  text-align:center;
  position:relative;
  z-index:2;
}
.kinglee_hero_core h1{
  margin:0 0 14px;
  font-size:clamp(36px,5vw,64px);
  line-height:1.06;
}
.kinglee_hero_core p{
  margin:0 0 16px;
  line-height:1.92;
  color:#f5ebff;
}
.kinglee_hero_actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.kinglee_hero_orbit{
  position:absolute;
  width:250px;
  padding:20px;
}
.kinglee_hero_orbit h3{
  margin:0 0 10px;
}
.kinglee_hero_orbit p{
  margin:0;
  line-height:1.8;
}
.kinglee_hero_orbit_a{top:10px; left:10px; transform:rotate(-8deg);}
.kinglee_hero_orbit_b{top:60px; right:10px; transform:rotate(6deg);}
.kinglee_hero_orbit_c{bottom:90px; left:70px; transform:rotate(-10deg);}
.kinglee_hero_orbit_d{bottom:20px; right:90px; transform:rotate(8deg);}
.kinglee_hero_orbit_a img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:20px;
  border:2px solid #E1E510;
}

/* sections */
.kinglee_intro_grid,
.kinglee_contact_grid{
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:18px;
}
.kinglee_intro_media,
.kinglee_intro_body,
.kinglee_service_item,
.kinglee_news_card,
.kinglee_stat_item,
.kinglee_power_item,
.kinglee_security_item,
.kinglee_ask_slider,
.kinglee_faq_grid details,
.kinglee_contact_text,
.kinglee_contact_form_box{
  padding:24px;
}
.kinglee_intro_media img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  border-radius:20px;
  border:2px solid #E1E510;
}
.kinglee_intro_body h2,
.kinglee_contact_text h2{
  margin:0 0 14px;
  font-size:clamp(28px,4vw,42px);
}
.kinglee_intro_body p,
.kinglee_contact_text p{
  margin:0 0 14px;
  line-height:1.9;
  color:#f5ebff;
}

.kinglee_news_grid,
.kinglee_service_grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.kinglee_stat_grid,
.kinglee_faq_grid,
.kinglee_power_grid,
.kinglee_security_grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.kinglee_news_thumb img,
.kinglee_service_item img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  border:2px solid #E1E510;
  margin-bottom:14px;
}
.kinglee_news_body h3,
.kinglee_service_item h3,
.kinglee_stat_item h3,
.kinglee_power_item h3,
.kinglee_security_item h3{
  margin:0 0 10px;
}
.kinglee_news_body p,
.kinglee_service_item p,
.kinglee_stat_item p,
.kinglee_power_item p,
.kinglee_security_item p{
  margin:0;
  line-height:1.84;
  color:#f5ebff;
}
.kinglee_news_body time{
  display:inline-block;
  margin-top:12px;
  color:#E1E510;
  font-weight:900;
}

.kinglee_stat_item i,
.kinglee_power_item i,
.kinglee_security_item i{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.14);
  margin-bottom:14px;
}
.kinglee_stat_item strong{
  display:block;
  font-size:40px;
  line-height:1;
  margin-bottom:8px;
  color:#E1E510;
}

.kinglee_faq_grid details summary{
  list-style:none;
  cursor:pointer;
  font-weight:900;
}
.kinglee_faq_grid details summary::-webkit-details-marker{
  display:none;
}
.kinglee_faq_grid details p{
  margin:12px 0 0;
  line-height:1.84;
  color:#f5ebff;
}

.kinglee_ask_slider{
  text-align:center;
}
.kinglee_ask_item{
  display:none;
}
.kinglee_ask_item.is_active{
  display:block;
}
.kinglee_ask_item i{
  width:84px;
  height:84px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 14px;
  border-radius:24px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.16);
  font-size:30px;
}
.kinglee_ask_item h3{
  margin:0 0 10px;
}
.kinglee_ask_item p{
  margin:0;
  line-height:1.9;
  color:#f5ebff;
}
.kinglee_ask_dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}
.kinglee_ask_dots button{
  width:12px;
  height:12px;
  border:none;
  border-radius:50%;
  background:#fff;
  opacity:.35;
  cursor:pointer;
}
.kinglee_ask_dots button.is_active{
  background:#E1E510;
  opacity:1;
}

.kinglee_contact_meta{
  display:grid;
  gap:10px;
}
.kinglee_contact_meta span{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px 16px;
  border-radius:16px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.12);
  font-weight:800;
}
.kinglee_form_row{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.kinglee_form_group{
  margin-bottom:14px;
}
.kinglee_form_group label{
  display:block;
  margin-bottom:8px;
  font-weight:900;
}
.kinglee_form_group input,
.kinglee_form_group textarea{
  width:100%;
  padding:14px;
  border:none;
  border-radius:16px;
  border:2px solid #E1E510;
  background:rgba(35,1,33,.96);
  color:#fff;
  outline:none;
}
.kinglee_form_group input::placeholder,
.kinglee_form_group textarea::placeholder{
  color:#eeddf4;
}

@media (max-width:1100px){
  .kinglee_news_grid,
  .kinglee_service_grid,
  .kinglee_stat_grid,
  .kinglee_faq_grid,
  .kinglee_power_grid,
  .kinglee_security_grid,
  .kinglee_intro_grid,
  .kinglee_contact_grid,
  .kinglee_footer_grid{
    grid-template-columns:1fr;
  }

  .kinglee_spin_stage{
    min-height:auto;
    display:grid;
    gap:18px;
  }

  .kinglee_hero_orbit{
    position:relative;
    width:auto;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
    transform:none !important;
  }
}

@media (max-width:860px){
  .kinglee_header_nav_pc{
    display:none;
  }
  .kinglee_header_toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .kinglee_form_row,
  .kinglee_footer_menu,
  .kinglee_header_mobile_menu{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){
  .kinglee_wrap{
    width:min(100% - 20px, 1280px);
  }
  .kinglee_header_search_form{
    display:none;
  }
  .kinglee_hero_core,
  .kinglee_hero_orbit,
  .kinglee_intro_media,
  .kinglee_intro_body,
  .kinglee_service_item,
  .kinglee_news_card,
  .kinglee_stat_item,
  .kinglee_power_item,
  .kinglee_security_item,
  .kinglee_ask_slider,
  .kinglee_faq_grid details,
  .kinglee_contact_text,
  .kinglee_contact_form_box,
  .kinglee_footer_shell{
    padding:18px;
  }
}
/* contact */
.kinglee_contact_hero_grid,
.kinglee_contact_submit_grid,
.kinglee_app_hero_layout{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:18px;
  align-items:stretch;
}

.kinglee_contact_hero_main,
.kinglee_contact_hero_side,
.kinglee_contact_quick_item,
.kinglee_contact_panel,
.kinglee_contact_form_main,
.kinglee_contact_info_side,
.kinglee_app_visual,
.kinglee_app_intro,
.kinglee_app_download,
.kinglee_app_adv_item,
.kinglee_app_exp_item,
.kinglee_app_compare,
.kinglee_app_timeline_item,
.kinglee_app_install,
.kinglee_app_trust_item,
.kinglee_app_invite,
.kinglee_app_cta{
  padding:24px;
}

.kinglee_contact_hero_main h1,
.kinglee_app_intro h1{
  margin:0 0 14px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.08;
  color:#fff;
}
.kinglee_contact_hero_main p,
.kinglee_contact_hero_side p,
.kinglee_contact_quick_item p,
.kinglee_contact_panel_inner p,
.kinglee_contact_form_main p,
.kinglee_contact_info_side p,
.kinglee_app_intro p,
.kinglee_app_download p,
.kinglee_app_adv_item p,
.kinglee_app_exp_item p,
.kinglee_app_compare_head p,
.kinglee_app_invite p,
.kinglee_app_cta p,
.kinglee_app_trust_item p{
  margin:0;
  line-height:1.9;
  color:#f6ecff;
}

.kinglee_contact_hero_side{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.kinglee_contact_hero_cubes{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-bottom:16px;
}
.kinglee_contact_hero_cubes span{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:58px;
  padding:0 14px;
  border-radius:18px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.15);
  color:#fff;
  font-weight:900;
}

.kinglee_contact_quick_grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.kinglee_contact_quick_item i,
.kinglee_app_exp_item span,
.kinglee_app_trust_item span{
  width:66px;
  height:66px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.14);
  margin-bottom:14px;
  font-size:24px;
}
.kinglee_contact_quick_item small{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-weight:900;
}
.kinglee_contact_quick_item a,
.kinglee_contact_quick_item span{
  display:block;
  margin-bottom:10px;
  font-size:20px;
  line-height:1.5;
  color:#fff;
  font-weight:900;
  word-break:break-word;
}

.kinglee_contact_accordion{
  display:grid;
  gap:14px;
}
.kinglee_contact_toggle{
  width:100%;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0;
  background:none;
  border:none;
  color:#fff;
  text-align:left;
  cursor:pointer;
  font:inherit;
  font-weight:900;
}
.kinglee_contact_toggle i{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.14);
  flex:0 0 48px;
}
.kinglee_contact_panel h3{
  margin:0;
}
.kinglee_contact_panel{
  overflow:hidden;
}
.kinglee_contact_panel_body{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}
.kinglee_contact_panel.is_open .kinglee_contact_panel_body{
  max-height:500px;
}
.kinglee_contact_panel_inner{
  padding-top:18px;
}
.kinglee_contact_panel_inner ul{
  list-style:none;
  margin:16px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.kinglee_contact_panel_inner li{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:48px;
  padding:0 14px;
  border-radius:14px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.12);
  color:#fff;
  font-weight:800;
}

.kinglee_contact_form_main h2,
.kinglee_app_download h2,
.kinglee_app_invite h2,
.kinglee_app_cta h2{
  margin:0 0 14px;
  font-size:clamp(28px,4vw,42px);
}
.kinglee_contact_info_side h3,
.kinglee_app_exp_item h3,
.kinglee_app_timeline_item h3,
.kinglee_app_install_col h3,
.kinglee_app_trust_item h5{
  margin:0 0 10px;
}
.kinglee_contact_info_list{
  display:grid;
  gap:10px;
  margin:16px 0;
}
.kinglee_contact_info_list span{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px 16px;
  border-radius:16px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.12);
  color:#fff;
  font-weight:800;
}

/* app */
.kinglee_app_visual{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.kinglee_app_visual_top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.kinglee_app_icon{
  width:84px;
  height:84px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.15);
  font-size:34px;
}
.kinglee_app_chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:2px solid #E1E510;
  background:rgba(236,9,9,.12);
  color:#fff;
  font-weight:900;
}
.kinglee_app_phone{
  width:min(320px, 100%);
  margin:0 auto;
  padding:16px;
  border-radius:34px;
  border:2px solid #E1E510;
  background:rgba(255,255,255,.04);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}
.kinglee_app_phone_notch{
  width:110px;
  height:10px;
  margin:0 auto 18px;
  border-radius:999px;
  background:#E1E510;
}
.kinglee_app_phone_screen{
  min-height:540px;
  border-radius:24px;
  border:2px solid #E1E510;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.14), transparent 24%),
    linear-gradient(180deg, rgba(240,15,199,.35), rgba(9,48,246,.35)),
    linear-gradient(145deg, rgba(35,1,33,.98), rgba(9,48,246,.8));
}
.kinglee_app_screen_inner{
  text-align:center;
  padding:20px;
}
.kinglee_app_screen_inner i{
  width:92px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
  border-radius:50%;
  border:2px solid #E1E510;
  background:rgba(236,9,9,.18);
  font-size:34px;
}
.kinglee_app_screen_inner strong{
  display:block;
  margin-bottom:10px;
  font-size:30px;
}
.kinglee_app_screen_inner small{
  color:#fff;
  font-size:16px;
  letter-spacing:.12em;
}

.kinglee_app_stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}
.kinglee_app_stat{
  padding:18px;
  text-align:center;
  border-radius:22px;
}
.kinglee_app_stat h3{
  margin:0 0 8px;
  font-size:28px;
  color:#E1E510;
}
.kinglee_app_stat small{
  color:#fff;
  font-weight:800;
}

.kinglee_app_download{
  text-align:center;
}
.kinglee_app_tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin:18px 0 20px;
}
.kinglee_app_tags span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.12);
  color:#fff;
  font-weight:800;
}
.kinglee_app_download_actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.kinglee_center_actions{
  justify-content:center;
}

.kinglee_app_adv_grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.kinglee_app_adv_item h6{
  margin:0 0 12px;
  font-size:20px;
  color:#fff;
}

.kinglee_app_exp_grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.kinglee_app_compare_head{
  margin-bottom:16px;
}
.kinglee_app_compare_head h2,
.kinglee_app_install_head h2{
  margin:0 0 10px;
}
.kinglee_app_compare_table{
  display:grid;
  gap:10px;
}
.kinglee_app_compare_row{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:10px;
}
.kinglee_app_compare_row span{
  min-height:48px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border-radius:14px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.12);
  color:#fff;
  font-weight:800;
}
.kinglee_app_compare_row_head span{
  background:rgba(236,9,9,.16);
}

.kinglee_app_timeline{
  display:grid;
  gap:16px;
}
.kinglee_app_timeline_year{
  display:inline-flex;
  width:max-content;
  min-height:42px;
  align-items:center;
  padding:0 16px;
  border-radius:999px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.15);
  color:#fff;
  font-weight:900;
}
.kinglee_app_timeline_item p{
  margin:0 0 12px;
  color:#E1E510;
  font-weight:800;
}
.kinglee_app_timeline_item ul{
  margin:0;
  padding-left:18px;
  line-height:1.9;
}

.kinglee_app_faq{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.kinglee_app_faq details{
  padding:20px;
}
.kinglee_app_faq summary{
  list-style:none;
  cursor:pointer;
  color:#fff;
  font-weight:900;
}
.kinglee_app_faq summary::-webkit-details-marker{
  display:none;
}
.kinglee_app_faq p{
  margin:12px 0 0;
  line-height:1.85;
  color:#f6ecff;
}

.kinglee_app_install_head{
  text-align:center;
  margin-bottom:18px;
}
.kinglee_app_install_head p{
  margin:0;
}
.kinglee_app_install_grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.kinglee_app_install_col article{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 14px;
  align-items:start;
  padding:14px;
  border-radius:18px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.12);
  margin-bottom:12px;
}
.kinglee_app_install_col article span{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:2px solid #E1E510;
  background:rgba(236,9,9,.16);
  color:#fff;
  font-weight:900;
}
.kinglee_app_install_col article h4{
  margin:0 0 6px;
}
.kinglee_app_install_col article p{
  margin:0;
  line-height:1.8;
  color:#f6ecff;
}

.kinglee_app_trust_grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.kinglee_app_trust_footer{
  text-align:center;
  margin:16px 0 0;
  font-weight:800;
  color:#fff;
}
.kinglee_app_invite,
.kinglee_app_cta{
  text-align:center;
}
.kinglee_app_invite_code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  min-height:56px;
  margin:14px 0 16px;
  padding:0 18px;
  border-radius:999px;
  border:2px solid #E1E510;
  background:rgba(236,9,9,.14);
  color:#fff;
  font-size:24px;
  font-weight:900;
  letter-spacing:.08em;
}

@media (max-width:1100px){
  .kinglee_contact_hero_grid,
  .kinglee_contact_quick_grid,
  .kinglee_contact_submit_grid,
  .kinglee_contact_panel_inner ul,
  .kinglee_app_hero_layout,
  .kinglee_app_adv_grid,
  .kinglee_app_exp_grid,
  .kinglee_app_faq,
  .kinglee_app_install_grid,
  .kinglee_app_trust_grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:860px){
  .kinglee_contact_hero_cubes,
  .kinglee_app_stats,
  .kinglee_app_compare_row{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){
  .kinglee_contact_hero_main,
  .kinglee_contact_hero_side,
  .kinglee_contact_quick_item,
  .kinglee_contact_panel,
  .kinglee_contact_form_main,
  .kinglee_contact_info_side,
  .kinglee_app_visual,
  .kinglee_app_intro,
  .kinglee_app_download,
  .kinglee_app_adv_item,
  .kinglee_app_exp_item,
  .kinglee_app_compare,
  .kinglee_app_timeline_item,
  .kinglee_app_install,
  .kinglee_app_trust_item,
  .kinglee_app_invite,
  .kinglee_app_cta{
    padding:18px;
  }

  .kinglee_app_phone_screen{
    min-height:420px;
  }
}
/* breadcrumb */
.kinglee_breadcrumb_section{
  padding-top:0;
}
.kinglee_breadcrumb{
  padding:16px 20px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  border-radius:22px;
}
.kinglee_breadcrumb span,
.kinglee_breadcrumb a,
.kinglee_breadcrumb small{
  color:#fff;
}
.kinglee_breadcrumb a{
  font-weight:900;
}

/* list + show */
.kinglee_list_hero_grid,
.kinglee_show_hero_grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  align-items:stretch;
}

.kinglee_list_hero_main,
.kinglee_list_hero_info,
.kinglee_list_article,
.kinglee_side_search,
.kinglee_side_nav,
.kinglee_side_hot,
.kinglee_show_hero_main,
.kinglee_show_hero_side,
.kinglee_show_article,
.kinglee_related{
  padding:24px;
}

.kinglee_list_hero_main h1,
.kinglee_show_hero_main h1{
  margin:0 0 14px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.08;
}
.kinglee_list_hero_main p,
.kinglee_list_hero_info p,
.kinglee_show_hero_main p,
.kinglee_show_hero_side p{
  margin:0;
  line-height:1.9;
  color:#f6ecff;
}

.kinglee_list_hero_badges,
.kinglee_show_hero_points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-bottom:16px;
}
.kinglee_list_hero_badges span,
.kinglee_show_hero_points span{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:56px;
  padding:0 14px;
  border-radius:18px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.15);
  color:#fff;
  font-weight:900;
}

/* layout */
.kinglee_list_layout_grid,
.kinglee_show_layout_grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:18px;
  align-items:start;
}
.kinglee_list_side_col,
.kinglee_show_side_col{
  display:grid;
  gap:18px;
  position:sticky;
  top:96px;
}
.kinglee_left_head{
  text-align:left;
}

/* list */
.kinglee_list_grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.kinglee_list_grid_item:nth-child(2),
.kinglee_list_grid_item:nth-child(5){
  transform:translateY(20px) rotate(-1.5deg);
}
.kinglee_list_article{
  height:100%;
}
.kinglee_list_article_thumb{
  display:block;
  overflow:hidden;
  border-radius:18px;
}
.kinglee_list_article_thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  border:2px solid #E1E510;
  transition:transform .35s ease;
}
.kinglee_list_article:hover .kinglee_list_article_thumb img{
  transform:scale(1.04);
}
.kinglee_list_article_body{
  padding-top:16px;
}
.kinglee_list_article_text h5{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.5;
}
.kinglee_list_article_text h5 a{
  color:#fff;
}
.kinglee_list_article_text p{
  margin:0;
  line-height:1.82;
  color:#f6ecff;
}
.kinglee_list_article_meta{
  margin-top:14px;
}
.kinglee_list_article_meta time{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#E1E510;
  font-weight:900;
}

/* side */
.kinglee_side_search h6,
.kinglee_side_nav h6,
.kinglee_side_hot h6{
  margin:0 0 14px;
  font-size:18px;
  color:#fff;
}
.kinglee_side_search_form{
  display:flex;
  gap:10px;
}
.kinglee_side_search_box{
  flex:1;
}
.kinglee_side_search_box input{
  width:100%;
  height:44px;
  padding:0 12px;
  border:none;
  border-radius:999px;
  border:2px solid #E1E510;
  background:rgba(35,1,33,.96);
  color:#fff;
  outline:none;
}
.kinglee_side_search_box input::placeholder{
  color:#eee;
}
.kinglee_side_search_box label{
  position:absolute;
  left:-9999px;
}
.kinglee_side_search_form button{
  width:44px;
  height:44px;
  border:none;
  border-radius:50%;
  border:2px solid #EC0909;
  background:transparent;
  color:#fff;
  cursor:pointer;
}
.kinglee_side_nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.kinglee_side_nav li a{
  display:flex;
  align-items:center;
  min-height:46px;
  padding:12px 14px;
  border-radius:16px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.15);
  color:#fff;
  font-weight:900;
}
.kinglee_side_hot_article{
  display:grid;
  gap:14px;
}
.kinglee_side_hot_thumb{
  display:block;
  overflow:hidden;
  border-radius:18px;
}
.kinglee_side_hot_thumb img{
  width:100%;
  height:190px;
  object-fit:cover;
  border-radius:18px;
  border:2px solid #E1E510;
}
.kinglee_side_hot_body h5{
  margin:0 0 10px;
  line-height:1.5;
}
.kinglee_side_hot_body h5 a{
  color:#fff;
}
.kinglee_side_hot_body p{
  margin:0 0 10px;
  line-height:1.82;
  color:#f6ecff;
}
.kinglee_side_hot_body time{
  color:#E1E510;
  font-weight:900;
}

/* show */
.kinglee_show_main_col{
  display:grid;
  gap:18px;
}
.kinglee_show_article_header{
  margin-bottom:18px;
}
.kinglee_show_article_header h1{
  margin:0 0 14px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.24;
  color:#fff;
}
.kinglee_show_article_meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.kinglee_show_article_meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.12);
  color:#fff;
  font-weight:800;
}
.kinglee_show_article_content{
  line-height:2;
  font-size:17px;
  color:#f6ecff;
}
.kinglee_show_article_content img{
  max-width:100%;
  height:auto;
  display:block;
  margin:18px auto;
  border-radius:18px;
  border:2px solid #E1E510;
}
.kinglee_show_article_content h2,
.kinglee_show_article_content h3,
.kinglee_show_article_content h4{
  margin:1.2em 0 .6em;
  color:#fff;
}
.kinglee_show_article_content p{
  margin:0 0 1em;
}
.kinglee_show_article_content a{
  color:#E1E510;
  text-decoration:underline;
  font-weight:800;
}
.kinglee_show_article_content blockquote{
  margin:1.2em 0;
  padding:16px 18px;
  border-left:4px solid #E1E510;
  background:rgba(240,15,199,.12);
  border-radius:14px;
}
.kinglee_show_article_content ul,
.kinglee_show_article_content ol{
  padding-left:1.4em;
}
.kinglee_show_article_content table{
  width:100%;
  border-collapse:collapse;
  margin:18px 0;
}
.kinglee_show_article_content td,
.kinglee_show_article_content th{
  border:2px solid rgba(225,229,16,.45);
  padding:10px 12px;
}

.kinglee_show_article_pager{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:22px;
}
.kinglee_show_prev,
.kinglee_show_next{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:58px;
  padding:14px 16px;
  border-radius:18px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.15);
  color:#fff;
  font-weight:900;
}

.kinglee_show_share{
  margin-top:20px;
}
.kinglee_show_share h6{
  margin:0 0 10px;
  font-size:18px;
  color:#fff;
}
.kinglee_show_share p{
  margin:0 0 16px;
  line-height:1.85;
  color:#f6ecff;
}
.kinglee_show_share_actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.kinglee_show_share_actions a,
.kinglee_show_share_actions button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border:none;
  border-radius:999px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.12);
  color:#fff;
  cursor:pointer;
  font-weight:900;
}

.kinglee_related h3{
  margin:0 0 14px;
  font-size:24px;
  color:#fff;
}
.kinglee_related_list{
  display:grid;
  gap:14px;
}
.kinglee_related_item{
  display:grid;
  grid-template-columns:46px 110px 1fr;
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:18px;
  border:2px solid #E1E510;
  background:rgba(240,15,199,.10);
}
.kinglee_related_index{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:2px solid #E1E510;
  background:rgba(236,9,9,.18);
  color:#fff;
  font-weight:900;
}
.kinglee_related_thumb{
  display:block;
  overflow:hidden;
  border-radius:14px;
}
.kinglee_related_thumb img{
  width:100%;
  height:76px;
  object-fit:cover;
  border-radius:14px;
  border:2px solid #E1E510;
}
.kinglee_related_body h6{
  margin:0 0 8px;
  line-height:1.5;
  font-size:16px;
}
.kinglee_related_body h6 a{
  color:#fff;
}
.kinglee_related_body small{
  color:#E1E510;
  font-weight:800;
}

@media (max-width:1100px){
  .kinglee_list_hero_grid,
  .kinglee_show_hero_grid,
  .kinglee_list_layout_grid,
  .kinglee_show_layout_grid,
  .kinglee_list_grid{
    grid-template-columns:1fr;
  }

  .kinglee_list_side_col,
  .kinglee_show_side_col{
    position:static;
    top:auto;
  }

  .kinglee_list_grid_item:nth-child(2),
  .kinglee_list_grid_item:nth-child(5){
    transform:none;
  }
}

@media (max-width:860px){
  .kinglee_list_hero_badges,
  .kinglee_show_hero_points,
  .kinglee_show_article_pager,
  .kinglee_related_item{
    grid-template-columns:1fr;
  }

  .kinglee_related_index{
    width:40px;
    height:40px;
  }
}

@media (max-width:560px){
  .kinglee_list_hero_main,
  .kinglee_list_hero_info,
  .kinglee_list_article,
  .kinglee_side_search,
  .kinglee_side_nav,
  .kinglee_side_hot,
  .kinglee_show_hero_main,
  .kinglee_show_hero_side,
  .kinglee_show_article,
  .kinglee_related{
    padding:18px;
  }

  .kinglee_list_article_thumb img{
    height:200px;
  }
}