@charset "UTF-8";
/* ---------- */
/* ── 基础重置 ── */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: Aspekta;
}

a {
    color: var(--el-color-primary, #409eff);
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: var(--el-color-primary-light-3, #79bbff);
}

img {
    max-width: 100%;
    height: auto;
}

/* ── 页面布局 ── */
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-main {
    flex: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px;
}

/* ── 公共头部 ── */


/* ── 公共底部 ── */
.site-footer {
    background: #fff;
    border-top: 1px solid #e4e7ed;
    padding: 20px 24px;
    text-align: center;
    color: #909399;
    font-size: 13px;
    line-height: 1;
}

/* ── 首页特性卡片 ── */
.feature-card {
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: default;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.feature-card .el-card__body {
    padding: 28px 20px;
}

.feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ecf5ff 0%, #d9ecff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-title {
    font-size: 15px;
    font-weight: 600;
    color: #303133;
    margin-bottom: 6px;
}

.feature-desc {
    color: #909399;
    font-size: 13px;
    line-height: 1.5;
}

/* ── 页面区域标题 ── */
.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #303133;
    margin-bottom: 16px;
}

/* ── 工具类 ── */
.text-center { text-align: center; }
.text-right  { text-align: right; }
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }

/* ----------- */
a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var {
    margin: 0;
    padding: 0
}

a {
    /* color: #666; */
    text-decoration: none;
    color: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,
html input[type=button],
input[type=submit] {
    -webkit-apperance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

em,
i,
u {
    font-style: normal
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.b {
    font-weight: 700
}

.hide {
    display: none
}

.clear,
.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}



.dorpdown {
    position: relative
}

.dorpdown-layer {
    display: none;
    position: absolute
}

.dorpdown:hover .dorpdown-layer,
.hover .dorpdown-layer {
    display: block
}

.cw-icon {
    position: relative;
    cursor: default;
    zoom: 1
}

.cw-icon .i,
.cw-icon i {
    display: block;
    position: absolute;
    overflow: hidden
}

.fr .cw-icon .iconfont {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px
}

.w {
    width: 990px;
    margin: 0 auto
}



@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-300.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-350.TTF') format('truetype');
    font-weight: 350;
    font-style: normal;
}
@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-400.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-450.TTF') format('truetype');
    font-weight: 450;
    font-style: normal;
}
/* 注册 500 字重 */
@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-500.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* 注册 550 字重 */
@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-550.TTF') format('truetype');
    font-weight: 550;
    font-style: normal;
}

/* 注册 600 字重 */
@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-600.TTF') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* 注册 650 字重 */
@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-650.TTF') format('truetype');
    font-weight: 650;
    font-style: normal;
}

/* 注册 750 字重 */
@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-750.TTF') format('truetype');
    font-weight: 750;
    font-style: normal;
}

/* 注册 800 字重 */
@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-800.TTF') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* 注册 850 字重 */
@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-850.TTF') format('truetype');
    font-weight: 850;
    font-style: normal;
}

/* 注册 900 字重 */
@font-face {
    font-family: Aspekta;
    src: url('/static/index/fonts/ASPEKTA-900.TTF') format('truetype');
    font-weight: 900;
    font-style: normal;
}



body {
    font-family: Aspekta;
    font-weight: 500;
    color: var(--theBcColor);
    background: #fff;
}


/* 页面初始化 */
:root {
    --max-width: 1200px;
    --themeColor: #285DFF;
    --theBcColor:#1A1A1A;

}

.mar_1200{
    margin: 0 auto;

    width: 1200px;
}
.mar_1024{
    margin: 0 auto;

    width: 1024px;
}

/* header */


/* .site-header{
    height: 140px;
    background: url(/static/index/images/home/bannertopbg.webp?v=__VER__) repeat-x;

   
} */
 
.site-header{

    position: sticky;
    top: 0;
    z-index: 100;

    position: fixed;
    top: 0;
    width: 100%;
   
}
.header-logo{

}
.logo{
    width: 138px;
}

.site-header {
    /* background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06); */
   
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 8px;

    transition: all 0.3s;

   
}
.header-inner.is_scroll{
    background-color: transparent !important;
    /* background: rgba(255, 255, 255, 0.8); */
    backdrop-filter: blur(8px);

    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #303133;
    letter-spacing: -0.5px;
}

.header-logo svg {
    flex-shrink: 0;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-nav a {
    color: var(--theBcColor);
    font-family: Aspekta;
    font-size: 16px;
    font-weight: 400;
    font-weight: 600;
    padding: 4px 0;
    position: relative;
    transition: color 0.25s;

    display: flex;
    justify-content: center;
}

.header-nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    
    width: 0;
    height: 2px;
    background: var(--themeColor);
    border-radius: 1px;
    transition: width 0.25s;
}

.header-nav a:hover {
    font-weight: 600;
    color: var(--themeColor);
}

.header-nav a:hover::after,
.header-nav a.active::after {
    width: 100%;
}

.header-nav a.active {
    font-weight: 600;
    color: var(--themeColor);
}

.top_nav_right{
    display: flex;
    align-items: center;
    gap: 24px;
}
.lang_wrap {
    display: flex;
    align-items: center;
}
.langWrap {
    display: inline-block;
    cursor: pointer;
}
.langSelect {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
    color: var(--theBcColor);
    outline: none;
}
.langSelect img.lang_icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.langSelect .arrow_icon {
    transition: transform 0.3s;
    color: #666;
}
.langWrap:hover .arrow_icon {
    transform: rotate(180deg);
}
.xl_wrap {
    width: 120px;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: 1px solid #eeeeee;
    padding: 4px 0;
}
.xl_wrap .el-dropdown-menu__item {
    padding: 0;
    height: 36px;
    line-height: 36px;
}
.xl_wrap .el-dropdown-menu__item:hover {
    background: #f4f7ff !important;
}
.xl_wrap .el-dropdown-menu__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.xl_wrap .dropdown-sec-title {
    font-size: 14px;
    color: #333333;
    transition: color 0.25s;
}
.xl_wrap .el-dropdown-menu__item:hover .dropdown-sec-title {
    color: var(--themeColor) !important;
}

.started_btn{
    display: flex;
    align-items: center;
    gap: 8px;

    border-radius: 8px;
    background: var(--themeColor);

    height: 40px;
    border-radius: 8px;
    padding: 0px 10px;

    font-family: Aspekta;
    font-weight: 500;
    font-size: 16px;

    color: white;

    transition: all 0.3s ease-out;

}
.jt_icon{
    width: 16px;
    height: 16px;
    background: url(/static/index/images/home/jt_w.webp?v=__VER__) no-repeat;
    background-size: 100%  100%;

    display: inline-block;

    
}
.started_btn:hover{
    background: rgba(40, 93, 255, 0.95);

}


.login_wrap{
    position: relative;
    display: flex;
    flex-direction: column;
}
.login_wrap .dropdown-content{
    position: absolute;
    top: 34px;
    left: -7px;

    width: 110px;
    /* height: 220px; */

    background: #fff;
    border-radius: 8px;
    border: 1px solid #E9EAEB;

    padding: 5px 10px;

    display: none;
    
}
.login_wrap .dropdown-content::after{
    content: "";
    position: absolute;
    top: -13px;
    left: 0;

    width: 110px;

    height: 36px;
    /* background: red; */

}

.login_wrap:hover .dropdown-content{
    display: flex;
    flex-direction: column;

}
.imgtext-one .imgtext-left{
    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;

    color: var(--theBcColor);

    height: 48px;

    display: flex;
    align-items: center;
    gap: 6px;

    
}
.imgtext-one .imgtext-left img{
    width: 16px;
    height: auto;

}
.imgtext-one .imgtext-left.dashboard{
    gap: 4px;

    border-bottom: 1px solid #E5E7EB;
}
.imgtext-one .imgtext-left.dashboard img{
    width: 20px;

}



/* header --end--- */

/* footer */

/* footer style */
.footer_wrap{
    height: 519px;
    background: url(/static/index/images/home/footer_wrap_bg.webp?v=__VER__) repeat-x bottom;

}
.footer{
    position: relative;
    overflow: hidden;
    margin: 0 48px;
    padding-top: 80px;
    min-width: 1200px;
    height: 495px;
    border-radius: 68px;
    border: 1px solid  #E6EBF3;
    background: #FFFFFF5C;

}

.footer::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;

    width: 59%;
    height: 34%;
    background: url(/static/index/images/home/footer_bg_left.webp?v=__VER__) no-repeat bottom;

}
.footer::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -14px;

    width: 59%;
    height: 34%;
    background: url(/static/index/images/home/footer_bg_right.webp?v=__VER__) no-repeat bottom;
    transform: rotate(-2deg);
    

}
.ft_flex{
    display: flex;
    gap: 90px;

    position: relative;
    z-index: 1;
}

.ft_left_wrap{
    width: 320px;
}
.fs_left_logo{
    width: 148px;
    
}
.intro_dec{
    margin-top: 26px;

    font-family: Aspekta;
    font-weight: 350;
    font-size: 14px;
    line-height: 23px;

    color: #666; 



}
.fs_policy_text{
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fs_policy_text p{
    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;

    color: #666; 
}
.fs_policy_text p a{
    margin-left: 10px;
   font-weight: 300;
   font-size: 13px;

}

.ft_right_wrap{
    display: flex;
    gap: 100px;

    justify-content: space-between;

    flex: 1;
}
.footer_menu_row{
    display: flex;
    flex-direction: column;
    gap: 24px;

    width: 220px;

}
.footer_menu_tit{
    font-family: Aspekta;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    color: #333;
}
.footer_menu_link{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer_menu_link a{
    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;

    color: #666;

    transition: all 0.3s ease-in-out;
}
.footer_menu_link a:hover{
    color: #285DFF;
}

.foo_follow{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.follow_w{

}
.follow_menu_tit{
    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;

    color: rgba(26, 26, 26, .6);
;
}
.follow_menu_link{
    margin-top: 16px;

    display: flex;
    gap: 18px;
}
.follow_menu_link a{
    width: 24px;
}


/* footer --end--- */



/* ----models------------------------------ */



/* Tab 导航样式 */
.tab-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    background: #fff;
    padding: 8px;
    border-radius: 34px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
    border: 1px solid #E6EBF3;
    width: fit-content;
    margin: 0 auto 54px;
}
.tab-item {
    display: flex;
    align-items: center;

    padding: 12px 24px;
    font-size: 14px;
    font-weight: 400;
    
    color: var(--theBcColor);
    cursor: pointer;
    border-radius: 41px;
    border: 2px solid transparent;

    transition: all 0.3s ease;
    

}
.tab-item:hover {
    background: #F4F7FF;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0px 4px 14px 0px #0000000F;


    /* 核心实现：2px 透明边框 + 双层背景裁切 */
    border: 2px solid transparent;
    background: 
      /* 第一层：内部背景色（使用 padding-box 裁切，覆盖在边框内部） */
      linear-gradient(#f4f7fe, #f4f7fe) padding-box,
      /* 第二层：边框渐变色（使用 border-box 裁切，从左蓝过渡到白，再过渡到右蓝） */
      linear-gradient(90deg, #D6E0FD 0%, #ffffff 7%, #ffffff 93%, #D6E0FD 100%) border-box;

}
.tab-item.active {
    background: #F4F7FF;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 4px 14px 0px #0000000F;


    /* 核心实现：2px 透明边框 + 双层背景裁切 */
    border: 2px solid transparent;
    background: 
      /* 第一层：内部背景色（使用 padding-box 裁切，覆盖在边框内部） */
      linear-gradient(#f4f7fe, #f4f7fe) padding-box,
      /* 第二层：边框渐变色（使用 border-box 裁切，从左蓝过渡到白，再过渡到右蓝） */
      linear-gradient(90deg, #3b82f6 0%, #ffffff 7%, #ffffff 93%, #3b82f6 100%) border-box;

}
/* 骨架屏/加载动画 */
.loading {
    text-align: center;
    color: #94a3b8;
    padding: 40px;
    font-size: 16px;
    width: 100%;
}
/* 卡片网格布局 */
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
/* 卡片样式 */
.card {
    background: #fff;
    border: 1px solid #E6EBF3;
    border-radius: 20px;
    padding: 24px;

    transition: all 0.3s ease-in-out;
}
.card:hover {
    background: #F8FCFF;
    border: 1px solid #E6EBF3;
    box-shadow: 0px 4px 18px 0px #285DFF1A;

}
.card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--theBcColor);

    margin-bottom: 18px;

}
.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 14px;
}


.info-label { 
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

    color: #666;
 }
.info-value { color: #0f172a; font-weight: 400; }
.price-input { color: #10b981; }
.price-output { color: #f59e0b; }

.info_type_name{
    margin-bottom: 20px;
}
.info_type_name .info-label{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;

    color: var(--theBcColor);
}
.info_type_name .info-value{
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 76px;
    height: 26px;

    
    font-size: 15px;
    font-weight: 400;

    color: var(--theBcColor);

    border-radius: 4px;
    border: 1px solid #E6EBF3;
    background: #EFF3FF;

    transition: all 0.3s ease-in-out;
    
}
.card:hover .info_type_name .info-value{
    
    border: 1px solid #285DFF;

}

/* 标签 */
.tag-container {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 24px;
}
.tag {
    border: 1px solid #D2EEE3;

    background: #F3FFFB;
    color: #475569;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;

    min-width: 70px;
    text-align: center;
}

.model_line{
    margin: 24px 0;
    border-bottom: 1px dashed #E6EBF3;
}


/* 按钮 */
.models_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 100%;
    padding: 12px;
    border-radius: 8px;
    
    /* --- */
    background: linear-gradient(to right, #fff, #fff);
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), 
                      linear-gradient(to right, #285DFF, #C728FF);

    /* ----- */

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    
    transition: all 0.3s ease-out;
    
}
.models_btn span{
    /* width: 100%;
    padding: 12px; */
    /* border-radius: 8px; */

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: linear-gradient(90deg, #285DFF 3%, #C728FF 80%);
    


    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;



    cursor: pointer;
    transition: all 0.3s ease-out;
}

.models_btn.primary, .models_btn:hover {
    /* background: linear-gradient(90deg, #285DFF 0%, #C728FF 100%); */
    background-image: linear-gradient(to right, #285DFF, #C728FF), 
                      linear-gradient(to right, #285DFF, #C728FF);
    gap: 15px;
                      


    /* border-left: 0; */
    /* border-right: 0; */
}

.models_btn.primary span, .models_btn:hover span {
    color: #fff;
}

.buy_btn_icon{
    display: inline-block;  
    width: 20px;
    height: 20px;
    background: url(/static/index/images/home/buy_btn_icon01.webp?v=__VER__) no-repeat;
    background-size: 100%;
    transition: all .3s ease-out;
}
.models_btn:hover {
    opacity: 0.9;
}

.models_btn:hover .buy_btn_icon, .models_btn.primary .buy_btn_icon{
    background: url(/static/index/images/home/buy_btn_icon02.webp?v=__VER__) no-repeat;
    background-size: 100%;

}

/* ----models----end-------------------------- */

/* -----Start Building with ApiSmart-------------------------------------- */
.s_building{
    position: relative;
    padding: 200px 0 180px ;  
    /* width: 1024px; */

    overflow: hidden;
}
.s_building_w{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s_building_dec{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 536px;

}
.s_building_tit{
    font-family: Aspekta;
    font-weight: 700;
    font-size: 56px;
    line-height: 80px;

    color: var(--theBcColor); 

}
.s_building_txt{
    margin-top: 16px;
    margin-bottom: 48px;
    font-family: Aspekta;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;

    color: #666; 

    

}
.s_building_pic{
    width: 429px;

}
.ble_btn{
    display: flex;
    align-items: center;
    gap: 10px;

    height: 48px;
    border-radius: 8px;
    padding: 13px 32px;

    font-weight: 700;
    font-size: 16px;

    color: #fff;

    background: var(--themeColor);

    transition: all .3s ease-in-out;

}


.ble_btn .jt_icon{
    width: 16px;
    height: 16px;
    background: url(/static/index/images/home/jt_w.webp?v=__VER__) no-repeat;
    background-size: 100%  100%;

    display: inline-block;

    
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.ble_btn:hover{
    gap: 15px;
}


/* -----Start Building with ApiSmart---------------------------------------------------------- */