body,
.page-wrapper .page-content {
    font-size: 12px;
  background-color: rgb(240 242 245) !important;
}
.card,
.card .card-body {
  border-radius: 8px;
}
.card .card-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.header-default {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    background-position: 50%;
    /* 性能更好的模糊效果 */
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    backdrop-filter: blur(8px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.24);
    /* 硬件加速 */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 1000;
}
.thuner-default {
    background-color: #fff !important;
}
.header-default.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(12px) saturate(200%);
    backdrop-filter: blur(12px) saturate(200%);
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.header-default .navbar .navbar-brand img {
    filter: none !important;
}
.header-default .navbar .navbar-brand img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='white'><feColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter></svg>#white");
}
.header-default.scrolled .navbar .navbar-brand img,
.header-default.thunder-white .navbar .navbar-brand img {
    filter: none;
}
.header-default .navbar-light {
    padding: 0;
    margin: 0;
}
.header-default .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link{
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 12px;
    padding-right: 12px;
}

/* 移动端折叠菜单 */
@media (max-width: 767.98px) {
    .header-default {
        padding: 0 8px;
    }
    .header-default .navbar-light .navbar-collapse {
        background: rgba(255,255,255,0.98);
        border-radius: 12px;
        padding: 0.6rem 0.8rem;
        margin-top: 0.5rem;
        box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    }
    .header-default .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 1rem;
        border-radius: 8px;
    }
    .header-default .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        background: #f1f5f9;
    }
    .header-default .navbar-light .navbar-toggler {
        border: none;
        padding: 0.4rem;
        font-size: 1.1rem;
    }
    .header-default .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }
    /* 移动端登录/注册按钮：同一行左右平分 */
    .header-auth-row {
        display: flex;
        gap: 0.5rem;
        margin-top: 0.3rem;
        padding-bottom: 0.2rem;
    }
    .header-auth-btn {
        flex: 1 !important;
        text-align: center;
        border-radius: 8px !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        transition: all 0.2s;
    }
    .header-auth-login {
        background: #f1f5f9;
        color: #334155 !important;
    }
    .header-auth-login:hover {
        background: #e2e8f0;
    }
    .header-auth-reg {
        background: #3b82f6;
        color: #fff !important;
    }
    .header-auth-reg:hover {
        background: #2563eb;
    }
}
.header-default.thunder-white .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #181818;
}
.thuner-default .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-default .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #FFF;
}
.header-default.thuner-default .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-default.thuner-white .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-default.scrolled .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #181818 !important;
}
.header-console {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #202020;
    border-bottom: 1px solid #2c2c2c;
    height: 50px;
    padding: 0 10px;
    width: 100vw;
}
 @media (max-width: 992px) {
    #nav-item-link {
        padding-left: 58px
    }
}
.header-console .navbar .list-unstyled {
  flex-basis: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
}
.header-console .navbar .list-unstyled .navbar-nav .nav-link,
.header-console .navbar .collapse .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.7);
    padding: 8px;
}
.header-console .username {
    color: #fff !important;
}
.header-console .navbar .list-unstyled .navbar-nav .nav-link:active,
.header-console .navbar .list-unstyled .navbar-nav .nav-link:hover
.header-console .navbar .collapse .navbar-nav .nav-link:active,
.header-console .navbar .collapse .navbar-nav .nav-link:hover {
    color: #fff;
}
.header-console .navbar .list-unstyled .app-search {
  margin-right: 35px !important;
}
.header-console .navbar .list-unstyled .app-search form .form-control, .app-search form .form-control:focus {
    background-color: transparent;
    border: 1px solid #696c71 !important;
    height: auto;
    margin: 0 -38px 0 0;
}
.header-console .navbar .list-unstyled .app-search {
    display: none;
}
.thunder-console ul li {
    list-style: none !important;
}
@media (min-width: 1366px) {
  .header-console .navbar .list-unstyled .app-search {
    display: block !important;
  }
}

/* ========== console header 自适应（溢出折叠方案） ========== */
/* 更多菜单中的导航项样式 */
#nav-more-menu .dropdown-item i {
    font-size: 14px;
    width: 20px;
    text-align: center;
}
/* 更多按钮：小屏隐藏文字 */
@media (max-width: 992px) {
    .header-console #nav-more .d-md-inline {
        display: none !important;
    }
}
/* 手机屏：进一步缩小间距 */
@media (max-width: 768px) {
    .header-console .navbar .list-unstyled .navbar-nav .nav-link {
        padding: 8px 5px;
    }
    .header-console .navbar .list-unstyled .app-search {
        margin-right: 8px !important;
    }
    .header-console .navbar .list-unstyled .app-search form .form-control {
        width: 100px;
        font-size: 11px;
    }
    .header-console .dropdown.notification-list .nav-link .me-1 {
        display: none;
    }
}
/* 极小屏：隐藏用户名文本 */
@media (max-width: 480px) {
    .header-console .navbar-brand img {
        height: 22px;
    }
    .header-console .nav-user .d-md-block {
        display: none !important;
    }
    .header-console .nav-user .mdi-chevron-down {
        display: none;
    }
}

.header-console .navbar .collapse #nav-item-link .nav-item:not(:last-of-type),
.header-console .navbar .collapse #nav-item-right .nav-item:not(:last-of-type),
.header-console .navbar .list-unstyled #nav-item-link .nav-item:not(:last-of-type),
.header-console .navbar .list-unstyled #nav-item-right .nav-item:not(:last-of-type) {
  border-right: 1px solid #383838;
  padding: 0 8px;
}
.header-console .navbar .collapse .navbar-nav .nav-link i {
  font-size: 13px;
}
.thunder-console .left-sidebar .brand {
  background-color: #0f172a;
  border-right: 1px solid #131d35;
}
.thunder-console .left-sidebar .brand .logo .logo-lg {
  display: none;
}
.thunder-console .left-sidebar .brand .logo .logo-lg.logo-light {
  display: inline-block;
}
.header-console .navbar {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 1.5;
}
.thunder-console .left-sidebar {
  /* min-width: 200px; */
  max-width: 200px;
  background-color: #1e222d;
  min-height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  bottom: 0;
  top: 50px;
  z-index: 1001;
}

.page-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thunder-console .page-wrapper .page-content {
  width: calc(100% - 200px);
  margin-left: auto;
  position: relative;
  min-height: calc(100vh - 60px);
  padding: 0 8px 52px 8px;
  margin-top: 60px;
}
.thunder-console.enlarge-menu .page-wrapper .page-content {
  width: calc(100% - 60px);
}

.left-sidebar .brand {
  text-align: center;
}

.left-sidebar .brand .logo {
  line-height: 60px;
}

.left-sidebar .brand .logo .logo-sm {
  height: 24px;
}

.left-sidebar .brand .logo .logo-lg {
  height: 28px;
  margin-left: 2px;
  display: inline-block;
}

.left-sidebar .brand .logo .logo-light {
  display: none;
}

.left-sidebar .nav.nav-tabs {
  border-bottom: 1px solid transparent;
  background-color: #f5f5f9;
  padding: 5px;
}
.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] .menu-icon,
.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"][aria-expanded="true"] {
  color: #fff;
  background-color: rgba(204, 209, 224, 0.08);
}
.left-sidebar .nav.nav-tabs.menu-tab .nav-item.show.active,
.left-sidebar .nav.nav-tabs.menu-tab .nav-item.show:hover,
.left-sidebar .nav.nav-tabs.menu-tab .nav-item.show:focus {
  color: #ffffff;
  background-color: #1e6fff;
  border-color: transparent transparent transparent;
}

.left-sidebar .nav.nav-tabs.menu-tab .nav-link {
  color: #5a5c61;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}

.left-sidebar .nav.nav-tabs.menu-tab .nav-link.active,
.left-sidebar .nav.nav-tabs.menu-tab .nav-link:hover,
.left-sidebar .nav.nav-tabs.menu-tab .nav-link:focus {
  color: #ffffff;
  background-color: #1e6fff;
  border-color: transparent transparent transparent;
}

.left-sidebar .menu-content {
  padding-bottom: 240px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #eceff5;
}

.left-sidebar .menu-body {
  padding: 15px 0px;
}

.left-sidebar .menu-body .nav-item {
  position: relative;
  display: block;
}



.left-sidebar .menu-body .nav-item.menuitem-active .nav-link.active .menu-icon {
  color: #ccd1e0;
}

.left-sidebar .menu-body .nav-item .nav-link {
  position: relative;
  color: #c1c6c8;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  padding: 10px;
  margin-top: 2px;
}

.left-sidebar .menu-body .nav-item .nav-link .menu-icon {
  color: #c1c6c8;
  margin-right: 6px;
  font-size: 20px;
}

.left-sidebar .menu-body .nav-item .nav-link.active i,
.left-sidebar .menu-body .nav-item .nav-link.active {
  color: #FFF !important;
  background-color: #1e6fff !important;
}

.left-sidebar .navbar-vertical .navbar-nav {
  padding-left: 10px;
  padding-right: 10px;
}

.left-sidebar .navbar-vertical .navbar-nav .menu-label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #8491b7;
  padding: 20px 8px;
}

.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
  display: block;
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
  color: #FFF;
  /* background: #1e6fff; */
  -webkit-box-shadow: none;
  box-shadow: none;
}

.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.left-sidebar .navbar-vertical .navbar-nav .nav-item .nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 12px;
  width: 4px;
  height: 4px;
  border: 1px solid #8997bd;
  border-radius: 50%;
  background: rgba(48, 62, 103, 0.2);
}

.left-sidebar .navbar-vertical .navbar-nav .nav-item .nav .nav-item .nav-link.active:before {
  content: "";
  border: none;
  background: #1e6fff;
}
#register-header-link {
    background: linear-gradient(214deg, #4B8BF1 0%, #1366ec 75%);
    margin-right: -10px;
    width: 84px;
    height: auto;
}
#register-header-link .nav-link {
    color: #fff !important;
    text-align: center;
}
.et-main .pagebanner-relative {
    width: 100%;
    padding: 40px 30px;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.01);
    margin-bottom: 20px;
    background-color: #fff;
    background-image: url('/template/default/images/help-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
}
.et-main .pagebanner-relative h3,
.et-main .pagebanner-relative h6,
.et-main .pagebanner-relative ul li a{
    color: #FFF;
}
.et-main .pagebanner-relative ul {
    display: contents;
    list-style: none;
}
.et-main .pagebanner-relative ul li {
    display: inline-block;
    margin-right: 8px;
}
.et-main .pagebanner-relative ul li:not(:last-of-type) {
    padding-right: 8px;
    border-right: 1px solid #8e97ac;
    opacity: 0.5;
}
#carouselExampleIndicators .carousel-item img {
    height: 540px;
    object-fit: cover;
}
#home-banner .carousel .carousel-indicators {
    bottom: 50px;
    right: inherit;
}
#home-banner .carousel .carousel-indicators .active {
    background-color: #1366ec;
    border-color: #1366ec;
    opacity: 1;
}
#home-banner .carousel .carousel-indicators li {
    width: 28px;
    height: 3px;
    border-radius: 8px;
    background-color: #cac7c7;
    opacity: 0.5;
    border: 2px solid #cac7c7;
}
.carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 540px;
    min-height: 420px;
}
#home-banner .carousel .carousel-inner .carousel-item .carousel-body {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 160px 15px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.carousel-body .title {
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    word-break: break-word;
}
.carousel-body .desc {
    margin: 0;
    max-width: 560px;
}
.carousel-body .desc p {
    font-size: clamp(0.85rem, 2vw, 1.1rem);
    color: #334155;
    line-height: 1.65;
    margin: 0;
    word-break: break-word;
}

/* 轮播图响应式适配 */
@media (max-width: 991.98px) {
    .carousel-item {
        height: 460px;
        min-height: 360px;
    }
    #home-banner .carousel .carousel-inner .carousel-item .carousel-body {
        padding: 130px 20px 70px;
    }
    #home-banner .carousel .carousel-indicators {
        bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .carousel-item {
        height: 400px;
        min-height: 320px;
    }
    #home-banner .carousel .carousel-inner .carousel-item .carousel-body {
        padding: 110px 18px 60px;
        align-items: flex-start;
    }
    .carousel-body .desc {
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .carousel-item {
        height: 360px;
        min-height: 280px;
    }
    #home-banner .carousel .carousel-inner .carousel-item .carousel-body {
        padding: 90px 15px 50px;
    }
    #home-banner .carousel .carousel-indicators li {
        width: 20px;
        height: 3px;
    }
}
#home-banner-card .banner-card {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    display: block;
    background-color: rgba(255, 255, 255, 0.68);
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    border-radius: 8px;
    box-sizing: border-box;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    padding: 20px;
    transition: all .3s linear;
    position: relative;
    pointer-events: auto;
    margin-bottom: 10px;
}
#home-banner-card .banner-card:hover {
    box-shadow: 9px 1px 20px 0 rgb(55 99 170 / 20%), -8px -8px 20px 0 #ffffff;
    transform: translateY(-5px);
}
#home-banner-card .banner-card .media i {
    margin-left: 5px;
    font-size: 36px;
}
#home-banner-card .banner-card .media .media-body h6 {
    font-size: 12px;
    font-weight: 500;
}
.solution-body .nav .nav-item .nav-link,
#home-product .nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
}
.solution-body {
    background: url('/template/default/images/bg-1.jpeg') no-repeat bottom center;
    background-size: cover;
    padding: 30px 0;
}
.solution-body .container-lg .row .col-md-6 img {
    width: 100%;
    height: 280px;
    border-radius: 8px;
}
.market-body {
    padding: 30px 0 0 0;
    background: url('/template/default/images/bg-2.jpg') no-repeat center;
    background-size: cover;
}
.market-body .container-lg .row .col-8 .card,
.market-body .container-lg .row .col-8 .card-body {
    background-color: rgba(255, 255, 255, 0.38);
    border: none;
}
.market-body .market-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2117647059), #f3f5f8);
    border: 2px solid rgba(255, 255, 255, 0.3803921569);
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 20px 0 rgba(255, 255, 255, 0.4901960784);
    border-radius: 10px;
    width: 96px;
    padding: 8px;
    margin: 8px;
    backdrop-filter: blur(10px);
}
.register-main,
.login-main {
    background: url('/template/default/images/bg-7.jpg') no-repeat center;
    background-size: cover;
    min-height: 100vh;
}
#login-type .col .nav-link {
    margin-top: -10px;
    margin-bottom: -5px;
}
#login-type .col:not(:last-of-type) {
    border-right: 1px solid #d1d1d1;
    padding-right: 8px;
}
.page .page-header {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9;
}
.page .page-header .page-header-body {
    max-width: 1340px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: sticky;
    padding: 85px 20px 50px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    align-content: center;
    color: #FFF;
}
.page .page-header .page-header-body .title {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}
.footer-default {
    font-size: 12px !important;
    line-height: 18px;
    padding: 20px 0 40px 0;
}
.footer-default hr {
    background-color: #dee2e6;
}
.footer-btn .h5 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.003em;
    line-height: 24px;
    margin-bottom: 5px;
    padding-bottom: 8px;
}
.footer-btn {
    margin-bottom: -20px !important;
}
.footer-list.list-group .list-group-item {
    padding-bottom: 0;
    border: none;
}
#signature li {
    padding: 5px;
    list-style: none;
}
.thunder-console {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
}
.border-right {
    border-right: 1px solid #dee2e6;
}
.enlarge-menu .left-sidebar #menu-container-title {
  display: none;
}
.thunder-layui-table thead tr th {
    color: rgba(0,0,0,.4);
    font-weight: bold;
    font-size: 12px !important;
    vertical-align: middle;
}
.thunder-layui-table tbody tr td {
    font-size: 12px !important;
}
.thunder-layui-table thead {
  background-color: rgb(249 250 251);
}
.thunder-layui-table .layui-table-cell {
    color: rgba(0,0,0,.4);
    font-weight: bold;
    font-size: 12px !important;
    vertical-align: middle;
}
.thunder-layui-table > .layui-table {
    margin: 0;
}
.tools {
  position: fixed;
  right: 20px;
  bottom: 15px;
  width: 52px;
  min-height: 48px;
  border-radius: 24px;
  z-index: 1030;
  background: #FFF;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
  transform: translateY(-50%);
  z-index: 9999;
}
.scroll-to-target {
  position: fixed;
  right: 22px;
  bottom: 25px;
  max-height: 52px;
  padding: 5px;
  height: max-content;
  border-radius: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #FFF;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
  transform: translateY(-50%);
  z-index: 998;
  display: none;
}
.footer-list.list-group .list-group-item {
  background-color: transparent !important;
}
.site-footer {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-top: 1px solid #e2e8f0;
    font-size: 0.875rem;
}

/* ========== 顶部特性条 ========== */
.footer-features {
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem 0;
}
.ft-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
}
.ft-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ft-icon-blue   { background: #eff6ff; }
.ft-icon-purple { background: #f5f3ff; }
.ft-icon-cyan   { background: #ecfeff; }
.ft-icon-pink   { background: #fdf2f8; }
.ft-feature-text {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
.ft-feature-text strong {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
}
.ft-feature-text small {
    color: #64748b;
    font-size: 0.76rem;
}

/* ========== 主体链接区 ========== */
.footer-body {
    padding: 3rem 0 2rem;
}
.ft-col-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}
.ft-col-desc {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.ft-qrcode {
    text-align: center;
}
.ft-qrcode img {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    display: block;
    margin-bottom: 0.4rem;
}
.ft-qrcode span {
    color: #64748b;
    font-size: 0.75rem;
}
.ft-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-link-list li {
    padding: 0.35rem 0;
}
.ft-link-list li a {
    color: #64748b;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
}
.ft-link-list li a:hover {
    color: #3b82f6;
}

/* ========== 底部条 ========== */
.footer-bottom {
    border-top: 1px solid #e2e8f0;
    padding: 1.5rem 0;
}
.ft-partner-link {
    margin-bottom: 0.5rem;
    font-size: 0.83rem;
}
.ft-partner-label {
    color: #0f172a;
    font-weight: 600;
    margin-right: 0.5rem;
}
.ft-partner-link a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}
.ft-partner-link a:hover {
    text-decoration: underline;
}
.ft-copyright {
    color: #94a3b8;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}
.ft-icp {
    color: #94a3b8;
    font-size: 0.78rem;
    margin-bottom: 0;
}
.ft-icp a {
    color: #94a3b8;
    text-decoration: none;
}
.ft-icp a:hover {
    color: #3b82f6;
}
.ft-divider {
    margin: 0 0.5rem;
    color: #cbd5e1;
}

@media (max-width: 767.98px) {
    .ft-feature-item {
        padding: 0.5rem 0.25rem;
        gap: 0.5rem;
    }
    .ft-feature-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    .ft-feature-text strong {
        font-size: 0.82rem;
    }
    .ft-feature-text small {
        font-size: 0.7rem;
    }
}
/* ============================================
   公共 Hero 样式
   用途：Hero 区域的网格背景、光晕、容器及 Badge 变体
   引用：<link rel="stylesheet" href="__THEMEPAGE__/common/hero.css">
   配合：{include file="components/widgets/page_hero" /}
   ============================================ */

/* ========== Hero 装饰背景（网格 + 光晕） ========== */
.hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(59, 130, 246, 0.06) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(59, 130, 246, 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
}
.hero-glow {
    position: absolute;
    pointer-events: none;
}
.hero-glow-1 {
    top: -80px;
    left: 20%;
    width: 500px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12), transparent 70%);
}
.hero-glow-2 {
    bottom: -100px;
    right: 10%;
    width: 450px;
    height: 350px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.1), transparent 70%);
}
.hero-container {
    position: relative;
    z-index: 1;
}

/* ========== Hero Badge 呼吸灯动画 ========== */
@keyframes badge-pulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: .4; }
}

/* Badge 基础样式 */
.hero-badge-dot {
    width: 8px;
    height: 8px;
    background: #3b82f6;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(59,130,246,0.5);
    animation: about-pulse 2s infinite;
}
.hero-badge-text {
    color: #2563eb;
    font-size: 0.85rem;
    font-weight: 500;
}
.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}
.hero-title-highlight {
    background: linear-gradient(135deg, #2563eb, #3b82f6, #06b6d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-desc {
    color: #475569;
    font-size: 1.05rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 50px;
    padding: 0.35rem 1.25rem;
    margin-bottom: 1.1rem;
    font-size: 0.85rem;
    font-weight: 500;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(59,130,246,0.08);
    border: 1px solid rgba(59,130,246,0.18);
    border-radius: 50px;
    padding: 0.35rem 1.25rem;
    margin-bottom: 1.5rem;
}
.hero-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: badge-pulse 2s infinite;
}

/* Badge 变体：蓝色（默认） */
.hero-badge-blue {
    background: rgba(59, 130, 246, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.18);
    color: #2563eb;
}
.hero-badge-blue::before {
    background: #3b82f6;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

/* Badge 变体：绿色 */
.hero-badge-green {
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.18);
    color: #059669;
}
.hero-badge-green::before {
    background: #10b981;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

/* Badge 变体：橙色 */
.hero-badge-orange {
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.18);
    color: #ea580c;
}
.hero-badge-orange::before {
    background: #f97316;
    box-shadow: 0 0 10px rgba(249, 115, 22, 0.5);
}

/* Badge 变体：紫色 */
.hero-badge-purple {
    background: rgba(139, 92, 246, 0.08);
    border: 1px solid rgba(139, 92, 246, 0.18);
    color: #7c3aed;
}
.hero-badge-purple::before {
    background: #8b5cf6;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
}

/* Badge 变体：红色 */
.hero-badge-red {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.18);
    color: #dc2626;
}
.hero-badge-red::before {
    background: #ef4444;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
}

/* ========== Hero 容器与文本（与 page_hero 组件配合） ========== */
.page-hero {
    position: relative;
    padding: 4.5rem 0 3.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 40%, #e2e8f0 100%);
    overflow: hidden;
}
.page-hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}
.page-hero-desc {
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .page-hero-title { font-size: 1.75rem; }
    .page-hero-desc { font-size: 0.9rem; }
}

/* ---------- 顶部导航栏 ---------- */
.header-topbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.header-topbar-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.header-logo img {
    height: 28px;
}
.header-topbar-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    border-left: 1px solid #e2e8f0;
    padding-left: 1rem;
}
.header-back-link {
    font-size: 0.85rem;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}
.header-back-link:hover {
    color: #3b82f6;
}