@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;
/* 
    overflow: hidden; */
}

.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;
}

salesmartly-chat-widget {
    /* 将外层元素设置为 fixed 并通过 transform(0,0) 建立新的包含块 */
    /* 这样可以完美“拦截”内部 Shadow DOM 的 fixed 定位，让内部悬浮球相对于本标签进行定位 */
    display: block !important;
    position: fixed !important;
    
    /* 目标要求：向上 200px，向右 30px */
    /* 内部悬浮球自带 bottom: 30px; right: 0px; 偏移 */
    /* 所以外层容器需要设置 bottom: 170px (200-30); right: 30px (30-0); */
    

    bottom: 95px !important;
    bottom: 65px !important;

    right: 5px !important;
    
    width: 0 !important;
    height: 0 !important;
    transform: translate(0, 0) !important;
    z-index: 999999 !important;
}
#chat-widget-container{
    bottom:90px !important;
}

/* ── 首页特性卡片 ── */
.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;
    width: 1200px;

}

/* header */


/* .site-header{
    height: 140px;
    background: url(/static/index/images/home/bannertopbg.webp) repeat-x;

   
} */
 
.site-header{

    position: sticky;
    top: 0;
    z-index: 100;

    position: fixed;
    top: 0;
    width: 100%;
   
}
.header_banner_wrap{

    display: flex;
    height: 48px;
    background: url(/static/index/images/home/header_bar_bg.webp) no-repeat;
    background-size: cover;
    
    /* border: 1px solid red; */
}
.header_banner_a{
    display: inline-block;
    width: 1200px;
    margin: 0 auto;
    /* border: 1px solid red; */

}
.h_bar_close{
    position: absolute;
    right: 0px;
    top: 0px;

    width: 20px;
    height: 20px;
    cursor: pointer;
}
.header_banner{
    margin: 0 auto;

    width: 1200px;

    font-size: 16px;
    font-weight: 500;
    color: #212735;
    
    display: flex;
    align-items: center;
    justify-content: center
}
.header_banner span{
    position: relative;

    font-size: 16px;
    font-weight: 550;

    background: linear-gradient(90deg, #285DFF 0%, #C728FF 75%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;

    display: flex;
    justify-content: center;

}
.header_banner span::before{ 
    content: '';
    position: absolute;

    bottom: -2px;

    width: 0px;
    height: 1px;
    background: linear-gradient(90deg, #285DFF 0%, #C728FF 75%);

    transition: all 0.25s ease-in-out;

}
.header_banner span:hover:before{ 
    content: '';
    width: 100%;


}


.move_icon_wrap{
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
}
.header_banner .move_icon{
    width: 36px;
    height: 36px;
    animation: moveLeftRight 1s ease-in-out infinite alternate;
    /* will-change: transform; */
}


/* .header_banner_wrap:hover .move_icon {
    animation-play-state: paused;
} */

@keyframes moveLeftRight {
    0% {
        transform: translate3d(0px, 0, 0);
    }
    100% {
        transform: translate3d(8px, 0, 0);
    }
}


.header-logo{

}
.logo{
    width: 138px;
}
.logo_cn{
    width: 190px;
}

.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) 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: 400px; */
    background: url(/static/index/images/home/footer_wrap_bg.webp) repeat-x bottom;

}
.footer{
    position: relative;
    overflow: hidden;
    margin: 0 48px 24px;
    padding-top: 80px;
    min-width: 1200px;
    /* height: 495px; */
    border-radius: 68px;
    border: 1px solid  #E6EBF3;
    background: #FFFFFF5C;

    padding-bottom: 120px;

}

.footer::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;

    width: 59%;
    height: 34%;
    background: url(/static/index/images/home/footer_bg_left.webp) 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) 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 .logo{
    width: 148px;
}
.fs_left_logo .logo_cn{
    width: 190px;
}

.intro_dec{
    margin-top: 26px;

    font-family: Aspekta;
    font-weight: 350;
    font-size: 14px;
    line-height: 23px;

    color: #666; 



}
.ft_mail{
    margin-top: 38px;

    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;

    color: #666 ; 
}

.ft_mail a{
    
}
.fs_policy_text{
    margin-top: 18px;
    display: flex;
    /* flex-direction: column; */
    gap: 10px;

    width: 390px;
}
.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; */

    margin: 6px 0 0px;
    font-weight: 400;
    font-size: 13px;
    display: block;

    color: #666; 


}
.fs_policy_text p a:hover{
    color: #285DFF; 

}

.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;
}
.or_code{
    margin-top: 24px;
    border: 1px solid #ccc;
    width: 150px;
    height: 150px;

    border-radius: 10px;
    overflow: hidden;
}


/* 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 48px;
}
.tab-item {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 8px 24px;
    font-family: Aspekta;
    font-size: 15px;
    font-weight: 400;

    background: #fff;
    
    color: var(--theBcColor);
    cursor: pointer;
    border-radius: 41px;
    border: 0;

    transition: all 0.3s ease;
    

}
.tab-item .model_pic{
    width: 32px;
    height: 32px;

    border-radius: 8px;
    border: 1px solid #ccc;
}


.tab-item .model_pic{
    width: 32px;
    height: 32px;

    background: #F2F5FF url(/static/index/images/home/model_pic01.webp) no-repeat center center;
    background-size: 20px 20px;

    border-radius: 8px;
    border: 1px solid #E7EDFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.tab-item .model_pic img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.tab-item:nth-child(2) .model_pic{
    background:#F2F5FF url(/static/index/images/home/model_pic02.webp) no-repeat center center;
    background-size: 20px 20px;
}
.tab-item:nth-child(3) .model_pic{
    background:#F2F5FF url(/static/index/images/home/model_pic03.webp) no-repeat center center;
    background-size: 20px 20px;
}

.tab-item .model_pic.has-uploaded-icon{
    background-image: none;
}






.tab-item:hover, .tab-item.active {
    color: #285DFF;
    background: #F4F4F4;

    font-family: Aspekta;
    font-weight: 500;
    font-size: 15px;
    /* box-shadow: 0px 4px 14px 0px #0000000F; */
    box-shadow: 0px 4px 14px 0px #0000000F;




   

}
.tab-item.active {
    /* background: #F4F7FF;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 4px 14px 0px #0000000F; */

}
/* 骨架屏/加载动画 */
.loading {
    text-align: center;
    color: #94a3b8;
    padding: 40px;
    font-size: 16px;
    width: 100%;
}
/* 卡片网格布局 */
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
/* 卡片样式 */
.card {
    background: #fff;
    border: 1px solid #E6EBF3;
    border-radius: 20px;
    padding: 24px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: all 0.3s ease-in-out;
}
.card:hover {
    background: #fff;
    border: 1px solid #C5D3FF;
    box-shadow: 0px 4px 14px 0px #00000014;


}

.jt_sty{
    background: #F6F8FF;
}
.h3_card_top{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 10px;


}
.card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--theBcColor);


}

.h3_card_top .type_info{
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 72px;
    padding:0 10px;
    height: 26px;

    
    font-size: 13px;
    font-weight: 400;

    color: #4C43D6;

    border-radius: 6px;
    border: 1px solid #7782F0;
    background: #EFF0FF;


    transition: all 0.3s ease-in-out;
    
}
.type_info02{
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 72px;
    padding:0 10px;
    height: 26px;

    
    font-size: 13px;
    font-weight: 400;

    color: #B215C7;

    border-radius: 6px;
    border: 1px solid #C69BFF;
    background: #FFF2FF;


    transition: all 0.3s ease-in-out; 
}

.type_pic_info{
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 72px;
    padding:0 10px;
    height: 26px;

    
    font-size: 13px;
    font-weight: 400;

    color: #70A00F;

    border-radius: 6px;
    border: 1px solid #B6E346;
    background: #F6FEE6;


    transition: all 0.3s ease-in-out; 
}

.type_video_info{
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 72px;
    padding:0 10px;
    height: 26px;

    
    font-size: 13px;
    font-weight: 400;

    color: #D85D0E;

    border-radius: 6px;
    border: 1px solid #E1A84C;
    background: #FFF8E8;


    transition: all 0.3s ease-in-out; 
}




.info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.info_type_name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info_type_name_tit{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

    color: #666;
}
.release_date{
    display: flex;

    /* gap: 10px; */

    font-size: 12px;
    font-weight: 400;

    color: #999;
}
.info_date_value{
    font-size: 12px;
    font-weight: 400;

    color: #999;
}

.info_wrap1{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 16px;
}
.info_wrap2{
    padding: 6px 10px;
    border-radius: 8px;
    background: #F5F7FE;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info_wrap3_container{
    display: flex;

    justify-content: space-between;
    gap: 16px;
}

.info_wrap3{
    padding: 6px 10px;
    border-radius: 8px;
    background: #F5F7FE;

    display: flex;
    flex-direction: column;
    gap: 12px;

    flex: 1;
}
.b_p{
    font-family: Aspekta;
    font-weight: 450;
    font-size: 15px;
    line-height: 100%;



    color:#102F8B;
}


.info-label { 
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

    color: #666;
 }
 .info-label_v { 
    color: #285DFF;
    font-size: 14px;
    font-weight: 450;
    
    flex: 0 0 60px;
 }
 .info-value01, .info-value02{
    color: #666;
    font-size: 14px;
    font-weight: 400;
 }
.info-value { color: var(--theBcColor); font-weight: 400; }
.price-input { color: #1FB97F; font-size: 13px;}
.price-output { color: #EA661A; font-size: 13px;}

.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: 10px;
    margin-top: 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{
    margin-top: 46px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 100%;
    height: 48px;
    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, #E6EBF3, #E6EBF3);

    /* ----- */

    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-family: Aspekta;
    font-size: 16px;
    font-weight: 500;
    /* font-weight: 550; */
    line-height: 24px;
    background: linear-gradient(90deg, var(--theBcColor) 3%, var(--theBcColor) 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_icon001.webp) 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) no-repeat;
    background-size: 100%;

}

.img_model{

}
.img_model .price-input{
    color: #1FB97F; 
    font-size: 16px;
    font-weight: 500;
}
.img_model .models_btn{
    margin-top: 36px;
}
.img_model .card {
    background: #F8FCFF;
}

.video_model{

}
.video_model .info-label{
    color: #285DFF; 
    font-size: 14px;
    font-weight: 450;
}

.video_model .info-value01, .video_model .info-value02{
    color: #666; 
    font-size: 14px;
    font-weight: 400;
}
.video_model .models_btn{
    margin-top: 36px;
}
.video_model .card {
    background: #F8FCFF;
}
/* ----models----end-------------------------- */

/* -----Start Building with ApiSmart-------------------------------------- */
.s_building{
    position: relative;
    padding: 200px 0 180px ;  
    /* width: 1024px; */
    height: 800px;

    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) no-repeat;
    background-size: 100%  100%;

    display: inline-block;

    
}
.ble_btn_wrap{
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.ble_btn:hover{
    gap: 15px;
}

.is_mobile{
    display: none;
}



/* -----Start Building with ApiSmart---------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .no_wap{
        display: none;
    }
    .is_mobile{
       display: flex;
       align-items: center;
       justify-content: space-between;

       width: 100%;
    }

    .site-header{
        display: flex;
        justify-content: space-between;
        padding: 16px 10px;
        width: 100%;

        background: #ffffffcf;
        
    }


    .header-inner{
        display: none;
    }

    .el-collapse-item__title{
        text-align: left;
        flex: auto;
        /* border: 1px solid red; */
        padding: 5px 12px;
        padding: 5px 0px 3px 17px;
        height: 32px;

        font-size: 14px;
        line-height: 18px;
        color: #606266;
    }
    .el-collapse-item__header{
        border: 0;
    }
    .el-collapse-icon-position-right .el-collapse-item__header{
        min-height: 32px !important;
    }

    /* .el-icon-s-fold{
        width: 20px;
        height: 20px;

        border: 1px solid #000;

        display: block;
    } */

    .models_wrap{
        /* display: none; */
    }

    .config_wrap{
        /* display: none; */
    }

    .footer_wrap{
        /* display: none; */
        background-repeat: repeat;
        height: auto;
    }
    .footer{
        padding: 30px 20px;
        margin: 16px;
        min-width: auto;
    }
    .ft_flex, .ft_right_wrap{
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
    .footer_menu_link{
        gap: 8px;
    }
    .footer_menu_row{
        gap: 10px;
    }
    .nav_menu{
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .el-icon-s-fold, .btn-toggle-left .el-icon{
        display: block;
        padding: 5px;
        margin: 4px;

        width: 24px;
        height: 24px;
        background: url(/static/index/images/ucenter/folder.webp) no-repeat;
        background: url(/static/index/images/ucenter/folder.webp) no-repeat center center;
        background-size: cover;

    }
    .mar_1024{
        width: auto;
    }

    .s_building_w{
        display: flex;
        flex-direction: column;
        gap:20px;
    }
    .s_building_dec{
        width: auto;
    }
    .s_building{
        padding: 100px 0;
        height: auto;
    }
    .s_building_tit{
        font-size: 32px;
        line-height: 42px;
    }
    .s_building_pic{
        width: 80%;
    }
    .card-grid{
        grid-template-columns: 1fr;
        overflow-x: visible;
        gap: 16px;
    }

    .tab-container {
        width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        padding: 8px 16px;
        /* hide scrollbar */
        scrollbar-width: none;
    }
    .tab-container::-webkit-scrollbar {
        display: none;
    }

    .tab-item {
        flex-shrink: 0;
    }

    .card {
        padding: 16px;
    }

    .info_wrap3_container {
        flex-direction: column;
        gap: 10px;
    }

    .info_wrap3 {
        width: 100%;
        box-sizing: border-box;
    }

    .info-row {
        gap: 8px;
    }

    .models_btn {
        margin-top: 24px;
        height: 42px;
    }

    .dropbtn{
        font-size: 14px;
    }

    #chat-widget-container{
        bottom: 0 !important;
    }
    
    salesmartly-chat-widget{
        bottom: 0 !important;
        right: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
    }

    .el-icon svg{
        width: 0;
    }

}






