@charset "UTF-8";

.header_bg{
    margin-bottom: -14px;
    height: 140px;
    background: url(/static/index/images/home/home_header_bg.webp?v=__VER__) no-repeat;
   
}

.token_pack{
    position: relative;
}

.token_pack_title_bg{
    position: absolute;
    top: -73px;
    left: 58px;

    width: 202px;

}

.banner_title{

    font-family: Aspekta;
    font-weight: 700;
    font-size: 36px;
    line-height: 51px;
    text-align: center;

    color: var(--theBcColor);

}
.banner_txt{
    margin-top: 16px;
    font-family: Aspekta;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;

    color: #666;
}
.banner_list{
    margin-top: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.ban_lt_item{
    display: flex;
    

    gap: 8px;


    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: #666;
}
.ban_lt_item img{
    width: 16px;
    height: 16px;
}


/* -----------token_pack-dec------------------------------------------------------ */

/* 限制总宽度为 1200px 居中 */
.pricing-wrapper {
    margin-top: 54px;
    margin-bottom: 100px;

    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
}

/* 基础卡片样式 */
.pricing-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #E6EBF3;
    border-radius: 24px;
    padding: 32px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

/* 中间热门卡片高亮边框 */
.pricing-card.popular {

    background: #fff;
    border: 1px solid transparent;
    border-radius: 20px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), 
                    linear-gradient(180deg, #285DFF 0%, #C728FF 100%);

    border-width: 1px 1px 2px 1px;




}

/* 头部标题与徽章布局 */
.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.plan-title {
    
    font-family: Aspekta;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;

    color: var(--theBcColor);

}

/* Most Popular 徽章 */
.popular-badge {
    display: flex;
    align-items: center;
    gap: 6px;

    



    padding: 0 10px;
    height: 23px;
    border-radius: 30px;
    
    
    border: 1px solid transparent;
    border-radius: 20px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ECEBFD, #ECEBFD), 
                    linear-gradient(to right, #B740F3, #295EFF);
}
.popular-badge img{
    width: 16px;
}

.popular-badge span{
    font-size: 12px;
    font-weight: 500;

    background: linear-gradient(90deg, #285DFF 0%, #C728FF 75%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* 价格样式 */
.price-container {
    margin-bottom: 4px;
}
.currency {
    font-family: Aspekta;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;

    color: var(--theBcColor);
}
.popular .currency {
    color: #2b66ff; /* 中间卡片价格蓝色 */
}
.price-sub {
    font-family: Aspekta;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;

    color: #666;
}

/* 核心代币面板区域 */
.token-panel {
    margin-top: 32px;
    background-color: #f5f7fa;
    border-radius: 24px;
    padding: 24px 16px;
    margin-bottom: 32px;
    box-sizing: border-box;
}
/* 中间卡片专属星空渐变面板 */
.popular .token-panel {
    /* background: linear-gradient(135deg, #f1f3ff 0%, #eadaff 50%, #ecf3ff 100%);
    background-image: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.6) 0%, transparent 50%), 
                        linear-gradient(135deg, #f1f3ff 0%, #eadaff 50%, #ecf3ff 100%); */

    background: url(/static/index/images/pricing/active_bg.webp?v=__VER__) no-repeat;
    background-size: cover;
}
.popular .token-main .highlight-num{
    /* font-size: 12px;
    font-weight: 500; */

    /* background: linear-gradient(90deg, #285DFF 0%, #C728FF 75%); */
    background: linear-gradient(270deg, #FA4B6B 0%, #C728FF 46.63%, #6754E4 100%);

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.token-main {
    
    
    display: flex;
    align-items: center;

    gap: 4px;
    margin-bottom: 4px;

    font-family: Aspekta;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;

    color: #666;
}
.token-main .highlight-num {
    margin-right: 10px;
    font-family: Aspekta;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;

    color: #4A5568;
}
/* 闪电图标颜色 */
.icon-thunder { color: #2b66ff; }
.popular .icon-thunder { color: #8a38ff; }

.lighting{
    display: inline-block;

    width: 16px;
}


.token-desc {
    font-family: Aspekta;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;

    color: #666;

}
.token-rate {
    display: flex;
    align-items: center;
    gap: 10px;
    

    margin-top: 16px;
    
    font-family: Aspekta;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;

    color: var(--theBcColor);
}
.token-rate span {
    font-family: Aspekta;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;

    color: #4A5568;
    
}
.popular .token-rate span {
    /* color: #8a38ff; */

    background: linear-gradient(270deg, #FA4B6B 0%, #C728FF 46.63%, #6754E4 100%);

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* 功能特点列表 */
.features-list {
    margin: 0 0 36px 0;
    

    display: flex;
    flex-direction: column;
    gap: 12px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;

    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;
    /* line-height: 23px; */

    color: #666;


}
.check_icon {
    width: 16px;
}

/* 底部按钮基础样式 */
.action-btn {
    width: 100%;
    height: 42px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    box-sizing: border-box;
    
    transition: all 0.3s ease-in-out;
}
.action-btn:hover {
    opacity: 0.95;

    gap: 15px;
}

/* 样式一：白底黑字普通按钮 */
.btn-plain {
    display: flex;

    background: #ffffff;
    border: 1px solid #E6EBF3;
    
    color: #1f2329;
}
/* 样式二：中间高亮渐变按钮 */
.btn-gradient {
    background: linear-gradient(90deg, #2b66ff 0%, #ca26ff 100%);
    border: none;
    color: #ffffff;
}
.btn-gradient .shopcart_icon{
    width: 20px;
    height: 20px;
    background: url(/static/index/images/pricing/buy_icon_w.webp?v=__VER__) no-repeat;
    background-size: 100% 100%;
}

.shopcart_icon{
    width: 20px;
    height: 20px;
    background: url(/static/index/images/pricing/buy_icon_b.webp?v=__VER__) no-repeat;
    background-size: 100% 100%;
}

.contact_icon{
    width: 20px;
    height: 20px;
    background: url(/static/index/images/pricing/help_icno.webp?v=__VER__) no-repeat;
    background-size: 100% 100%;
}

.action-btn.btn_contact:hover{

    background: var(--theBcColor);
    color: #fff;
}

.action-btn:hover .contact_icon{
    width: 20px;
    height: 20px;
    color: #fff;
    background:url(/static/index/images/pricing/help_icno_w.webp?v=__VER__) no-repeat;
    background-size: 100% 100%;
}

/* -----------token_pack-dec---------end--------------------------------------------- */


.tran_wrap{
    position: relative;

    margin-bottom: 174px;
    



}

.tran_wrap::before{
    content: "";
    position: absolute;
    top: -94px;
    left: 0;
    background: url(/static/index/images/pricing/table_bg.webp?v=__VER__) no-repeat center;
    width: 100%;
    height: 235px;


    z-index: -1;
}

.tran_w_dec{
    position: relative;
    z-index: 2;

   
    border-radius: 36px;
    border: 1px solid #F2F2F2;
    background: #FFFFFF;

    padding: 48px 20px;

    box-shadow: 0px 3px 16px 0px #0000000F;

}


.tran_h2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.banner_title{

}
.tran_tips{

}
.tran_tips img{
    width: 28px;
}
.tran_txt{
    margin: 16px 0 64px;
    padding: 0 15px;
    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;

    color: #666;

}

.table_box{

}

.item_tit_list{
    display: flex;
    flex-wrap: wrap;

    background: #F0F4FF;
}
.tran_dv{
    display: flex;
    align-items: center;

    padding-left: 20px;

    font-family: Aspekta;
    font-weight: 500;
    font-size: 15px;

    color: var(--theBcColor);

}
.tran_tit1{
    width: 197px;
    height: 68px;
}
.tran_tit2{
    width: 170px;
    height: 68px;
}
.tran_tit3{
    width: 280px;
    height: 68px;
}
.tran_tit4{
    width: 308px;
    height: 68px;
}
.tran_tit5{
    width: 197px;
    height: 68px;
}

.tran_item_list{
    display: flex;
    flex-wrap: wrap;

    border-bottom: 1px solid #E6EBF3;

    transition: all .2s ease-out;
}
.tran_item_list:hover{
    background:#F3F7FF;
}

.tran_item_list:last-child{
    border: 0;
}

.tran_item_list div{
    display: flex;
    align-items: center;

    padding-left: 20px;

    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;

    color: #666;
}
.tran_item_list .tran_info1{
    width: 197px;
    height: 78px;

    font-family: Aspekta;
    font-weight: 400;
    font-size: 15px;

    color: var(--theBcColor);
}
.tran_info2{
    width: 170px;
    height: 78px;
}
.tran_info3{
    width: 280px;
    height: 78px;
}
.tran_info4{
    width: 308px;
    height: 78px;
}
.tran_info5{
    width: 197px;
    height: 78px;
}

.tran_btn_wrap{
    margin-top: 54px;
    display: flex;
    justify-content: center;
}

.tran_btn{
    display: flex;
    align-items: center;
    gap: 10px;

    height: 48px;
    border-radius: 8px;
    padding: 0 32px;

    font-weight: 700;
    font-size: 16px;

    color: #fff;

    background: #285DFF;

    transition: all .3s ease-in-out;
}

.tran_btn:hover{
    gap: 15px;

}
.tran_btn img{
    width: 16px;
}

/* Usage Est ----------------------------------*/
/* 外层渐变底座 */
.estimation-wrapper {
    position: relative;
    /* width: 1024px; */
    /* background: linear-gradient(135deg, #eef3ff 0%, #f9f6ff 50%, #f4f8ff 100%); */
    background: #F4F7FF url(/static/index/images/pricing/zuo-down.webp?v=__VER__) no-repeat left bottom;
    background-size: 582px 288px;
    border-radius: 36px;
    padding: 56px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.03); */

    overflow: hidden;
}
.estimation-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    width: 620px;
    height: 337px;
    background: url(/static/index/images/pricing/zuo-up.webp?v=__VER__) no-repeat;
    background-size: cover;


}
.estimation-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;

    width: 620px;
    height: 337px;
    background: url(/static/index/images/pricing/you-up.webp?v=__VER__) no-repeat;
    background-size: cover;


}


/* 左侧区域 */
.left-panel {
    flex: 1;
    max-width: 460px;

    position: relative;
    z-index: 1;
}
.tool-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 54px;
    color: #1f2329;

    margin: 0 0 16px 0;
}
.tool-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;

    color: #666;

    margin: 0 0 40px 0;
}
.input-label {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    margin-bottom: 10px;
}

/* 精准还原图片中的纯净数字输入框（没有加减号按钮） */
.custom-input-box {
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e4e7ed;
    border-radius: 8px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    color: #1f2329;
    outline: none;
}
.custom-input-box:focus {
    border-color: #2b66ff;
}

/* 自定义滑动条：左蓝右紫渐变轨道，完全契合图片 */
.slider-container {
    margin-top: 24px;
    padding: 0 4px;
}
.el-slider {
    --el-slider-height: 8px !important;
}
.el-slider__runway {
    background-color: #ffffff !important;
}
.el-slider__bar {
    background: linear-gradient(90deg, #2b66ff 0%, #ca26ff 100%) !important;
}
/* 滑动轴上的圆形可拖拽按钮 */
.el-slider__button {
    width: 16px !important;
    height: 16px !important;
    border: 3px solid #6343ff !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(99, 67, 255, 0.3);
}

/* 右侧推荐卡片面板 */
.right-panel {
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    align-items: flex-start;


    width: 524px;
    /* background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8); */
    

    border-radius: 17px;
    padding: 36px 33px;
    border: 1px solid  #F2F2F2;
    background: linear-gradient(180deg, rgba(240, 244, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
    box-shadow: 0px 4px 16px 0px #285DFF0D;

}
.recommend-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--theBcColor);
    margin: 0 0 38px 0;
}

/* 推荐套餐包按钮 */
.package-badge {
    /* width: 100%; */
    height: 48px;
    padding: 0 24px;
    /* background: #ffffff; */
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;

    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ECEBFD, #ECEBFD), 
                    linear-gradient(to right, #285DFF, #C728FF);

    transition: all 0.3s ease-in-out;
    cursor: pointer;

}
.package-badge span{
    background: linear-gradient(90deg, #285DFF 0%, #C728FF 75%);
    /* border-image-source: linear-gradient(90deg, #285DFF 0%, #C728FF 100%); */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    transition: all 0.3s ease-in-out;

}
.package-badge .arrow {
    /* font-size: 16px;
    font-weight: bold; */
    width: 16px;
    height: 16px;

    background: url(/static/index/images/pricing/cs_back_icon.webp?v=__VER__) no-repeat;
    background-size: 100% 100%;

    
}

.package-badge:hover{
    background-image: linear-gradient(to right, #285DFF, #C728FF), 
                    linear-gradient(to right, #285DFF, #C728FF);

    gap: 12px;
}
.package-badge:hover span{
    background: linear-gradient(90deg, #fff 0%, #fff 75%);
    /* border-image-source: linear-gradient(90deg, #285DFF 0%, #C728FF 100%); */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.package-badge:hover .arrow {
    /* font-size: 16px;
    font-weight: bold; */
    width: 16px;
    height: 16px;

    background: url(/static/index/images/pricing/w_back_icon.webp?v=__VER__) no-repeat;
    background-size: 100% 100%;
    

}

/* 分析文本区 */
.analysis-section {
    font-size: 14px;
    line-height: 1.6;
}
.analysis-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--theBcColor);

    margin-bottom: 6px;
}
.analysis-current {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #666;

    margin-bottom: 16px;
}
.analysis-tip {

    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #666;
}
.highlight-orange {
    color: #ff8600;
    font-weight: 600;
}



/* Usage Est ---end-------------------------------*/

/* -----faq ---start----------------------------------------------- */

.home_faq_wrap{
    margin-top: 138px;
    margin-bottom: 180px;
    display: flex;
    justify-content: space-between;
    
}
.home_faq_tit{
    max-width: 291px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.home_faq_tit_txt{
    padding: 4px 16px;
    border-radius: 3px;
    background: linear-gradient(270deg, #C728FF 0%, #285DFF 100%);

    font-family: Aspekta;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    color: #FFFFFF;

}
.h_faq_tit{
    font-family: Aspekta;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;

    color: var(--theBcColor);

}
.home_faq_dec{
    width: 790px;
    /* height: 100px; */
    /* border: 1px solid red; */

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
}


/* -------home_faq_dec---------------------------------------------- */
/* 容器样式 */
.faq-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
}

/* 每一个 FAQ 卡片的默认状态 */
.faq-item {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

/* 激活状态下的视觉还原 */
.faq-item.is-active {
    background-color: #f7faff;
    border-color: #3b82f6;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.04);
}

/* 头部触发区 */
.faq-header {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    /* user-select: none; */
}

.faq-question {
    margin: 0;
    font-size: 16px;
    color: #111827;
    font-weight: 600;
    line-height: 1.4;
}

/* 右侧加减号图标外圈 */
.icon-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #4b5563;
    transition: background-color 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
}

/* 激活状态下图标变为蓝底白字 */
.faq-item.is-active .icon-toggle {
    background: #2563eb;
    color: #ffffff;
}

/* 动画包裹层 */
.faq-content-wrapper {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

/* 真实内容层 */
.faq-content {
    padding: 0 24px 24px 24px;
}

.faq-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}




    /* -------home_faq_dec----end------------------------------------------ */

/* -----faq ---start----------------------------------------------- */



/* -----Detailed------------------------------------------------------------------------ */


.detailed_wrap{
    position: relative;
    margin-top: 174px;
    margin-bottom: 180px;

}

.detailed_wrap::before{
    content: "";
    position: absolute;
    top: -94px;
    left: 0;
    background: url(/static/index/images/pricing/youzi_left.webp?v=__VER__) no-repeat center;
    width: 904px;
    height: 1094px;
    z-index: -1;
}

.detailed_wrap::after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background: url(/static/index/images/pricing/youzi_right.webp?v=__VER__) no-repeat center;
    width: 883px;
    height: 1210px;
    z-index: -1;
}

.detail_w_dec{
    position: relative;
    z-index: 2;

   
    border-radius: 36px;
    border: 1px solid #F2F2F2;
    background: rgba(255, 255, 255, 0.1);

    padding: 48px 24px;
}


.detail_h2{
    margin-bottom: 64px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.table_box{
    border-radius: 8px;
    overflow: hidden;
}

.item_tit_list{
    display: flex;
    flex-wrap: wrap;

    background: #F0F4FF;
}
.detail_dv{
    display: flex;
    flex: 1;
    align-items: center;

    padding-left: 20px;

    font-family: Aspekta;
    font-weight: 500;
    font-size: 15px;

    color: var(--theBcColor);

    /* border: 1px solid green; */

}
/* .tran_tit1{
    width: 197px;
    height: 68px;
}
.tran_tit2{
    width: 170px;
    height: 68px;
}
.tran_tit3{
    width: 280px;
    height: 68px;
} */
.dtl_tit4{
    flex: 0 0 323px; 
    /* width: 323px; */
    height: 68px;

    
}


.det_item_list{
    display: flex;
    flex-wrap: wrap;

    border-bottom: 1px solid #E6EBF3;

    transition: all .2s ease-out;
}
.det_item_list:hover{
    background:#F3F7FF;
}

.det_item_list:last-child{
    border: 0;
}

.det_item_list div{
    display: flex;
    flex: 1;
    align-items: center;

    padding-left: 20px;

    height: 78px;

    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;

    color: #666;
}
.det_item_list .det_info1{
    /* width: 197px; */
    height: 78px;

    font-family: Aspekta;
    font-weight: 400;
    font-size: 15px;

    color: var(--theBcColor);
}
.det_info2{
    display: flex;
    align-items: center;
}
.det_info3{
    display: flex;
    align-items: center;
    gap: 8px;
}
.det_info2 img, .det_info3 img, .det_info4 img{
    width: 24px;
}
.det_item_list .det_info4{
    flex: 0 0 323px;

    display: flex;
    align-items: center;
    gap: 8px;
}


.tran_btn_wrap{
    margin-top: 54px;
    display: flex;
    justify-content: center;
}

.tran_btn{
    display: flex;
    align-items: center;
    gap: 10px;

    height: 48px;
    border-radius: 8px;
    padding: 0 32px;

    font-weight: 700;
    font-size: 16px;

    color: #fff;

    background: #285DFF;

    transition: all .3s ease-in-out;
}

.tran_btn:hover{
    gap: 15px;

}
.tran_btn img{
    width: 16px;
}
/* -----Detailed-------end----------------------------------------------------------------- */
