

/********nav begin************/
.sub_nav_panel {
    background: #F8FAFB;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
    width: 1920px;
    height: 64px;
    display: flex;
    justify-content: center;
    position: relative;
}

.sub_nav_bottom {
    position: relative;
}


.sub_nav_item {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
}

.sub_nav_item_active {
    color: rgba(0, 0, 203, 1);
    border-bottom: 4px solid rgba(0, 0, 203, 1);
}

.sub_nav_item_wrap {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 100px;
    height: 0;
    border-width: 0 5px 4px 5px;
    border-style: solid;
    border-color: red transparent rgba(0, 0, 203, 1) transparent;

}

/********nav end************/


/********data_preview begin************/

/* ========== 主容器 ========== */
.overview-container {
    min-height: 958px;
    background: url(/new_res/images/FigmaDDSSlicePNGc64b03c213a0746aa9422e3873fd5a25.png) center / cover no-repeat;
    padding: 82px 0 40px;
}

/* ========== 头部区域 ========== */
.overview-header {
    width: 688px;
    margin: 0 auto 72px;
    text-align: center;
}

.overview-header__title {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
    letter-spacing: 2px;
}

.overview-header__desc {
    font-size: 16px;
    font-weight: 500;
    color: #41484c;
    line-height: 26px;
    margin-top: 32px;
}

/* ========== 统计卡片 ========== */
.stats-grid {
    width: 1200px;
    margin: 0 auto 32px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.stats-card {
    flex: 1;
    max-width: 282px;
    height: 188px;
    background: linear-gradient(360deg, rgba(245, 248, 255, 0.8) 0%, #fff 100%);
    border-radius: 16px;
    border: 2px solid #fff;
    box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.05);
    padding: 24px 24px 24px 24px;
    display: flex;
    flex-direction: column;
}

.stats-card:hover {
    border-color: #0000cb;
}

.stats-card__top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.stats-card__icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}

.stats-card__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 69px;
}

.stats-card__value-group {
    display: flex;
    align-items: center;
    gap: 4px;
}

.stats-card__number {
    font-size: 30px;
    font-weight: 700;
    color: #0000cb;
    letter-spacing: 2px;
    line-height: 30px;
}

.stats-card__unit {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 14px;
    margin-top: 11px;
}

.stats-card__label {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 18px;
}

.stats-card__desc {
    font-size: 16px;
    font-weight: 500;
    color: #737686;
    line-height: 22px;
    margin-top: 24px;
}

/* ========== 图表与存证区域 ========== */
.dashboard-grid {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
}

/* ---- 图表卡片 ---- */
.chart-card {
    flex: 1;
    max-width: 784px;
    height: 390px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 16px 0px rgba(0, 51, 153, 0.07);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.chart-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #1d2129;
    line-height: 28px;
    margin-bottom: 16px;
}

.chart-card__legend {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.chart-card__legend-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #1d2129;
    line-height: 20px;
}

.chart-card__legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    flex-shrink: 0;
}

.chart-card__legend-dot--blue {
    background: #165dff;
}

.chart-card__legend-dot--cyan {
    background: #14c9c9;
    border: 1px solid #14c9c9;
}

.chart-card__legend-dot--yellow {
    background: #f7ba1e;
    border: 1px solid #f7ba1e;
}

.chart-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.chart-card__image {
    width: 100%;
    height: auto;
    flex: 1;
    min-height: 200px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

.chart-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ---- 存证卡片 ---- */
.record-card {
    width: 392px;
    min-width: 392px;
    height: 390px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 16px 0px rgba(0, 51, 153, 0.07);
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.record-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #1d2129;
    line-height: 28px;
    margin-bottom: 16px;
}

.record-item {
    background: #fff;
    border-radius: 8px;
    padding: 8px 8px 8px 8px;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.record-item:last-child {
    margin-bottom: 0;
}

.record-item__name {
    font-size: 16px;
    font-weight: 500;
    color: #191c1e;
    line-height: 24px;
    margin-bottom: 4px;
}

.record-item__hash {
    font-size: 16px;
    color: #737686;
    line-height: 24px;
}

.record-item__status {
    font-size: 10px;
    font-weight: 500;
    color: rgba(67, 70, 84, 0.6);
    line-height: 15px;
    margin-top: 4px;
}

/* ========== 响应式适配 ========== */
@media (max-width: 1240px) {

    .stats-grid,
    .dashboard-grid {
        width: 100%;
        padding: 0 20px;
    }

    .stats-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .stats-card {
        max-width: 280px;
        min-width: 240px;
        flex: 0 1 auto;
    }

    .dashboard-grid {
        flex-direction: column;
        align-items: center;
    }

    .chart-card {
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 350px;
    }

    .record-card {
        width: 100%;
        min-width: unset;
        height: auto;
        min-height: 300px;
    }
}

/********data_preview end************/

/********cate begin************/
.cate_container_panel {
    display: flex;
    background: url(/new_res/images/FigmaDDSSlicePNGc64b03c….png) center / cover no-repeat;
    justify-content: center;
}

.cate_container {
    max-width: 1200px;
    position: relative;
    /* padding-bottom: 150px; */
    /* overflow: hidden; */
    position: relative;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

/* 主标题 */
.main-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

/* 网格布局 */
.cards-grid {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    position: relative;
    z-index: 2;
}

/* 单个卡片容器 */
.card-item {
    flex: 1;
    /* background: rgba(255, 255, 255, 0.7); */
    /* 半透明白底 */
    /*  backdrop-filter: blur(5px); */
    border-radius: 12px;
    padding: 30px 40px;
    /*   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); */
    display: flex;
    flex-direction: column;
    /* transition: transform 0.3s ease; */
}

/*  .card-item:hover {
            transform: translateY(-5px);
        } */

/* --- 各卡片颜色主题变量 --- */
/* .theme-blue { --primary-color: #2d8cf0; --text-color: #2d8cf0; }
        .theme-green { --primary-color: #42b983; --text-color: #42b983; }
        .theme-orange { --primary-color: #f08d49; --text-color: #f08d49; } */

/* 标题头部区域 */
.card-header {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    width: 190px;
    margin-left: 50px;
}

.card-header2 {
    position: absolute;
    left: 10px;
    top: 14px;
    width: 190px;
    height: 46px;
}

.card-header2-hover {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 190px;
    height: 46px;
}

.blue-bk {
    background: url(/new_res/images/cate_1.png) 100% no-repeat;
    background-size: 100% 100%;
}

.blue-bk-tran {
    background: url(/new_res/images/cate_1_t.png) 100% no-repeat;
    background-size: 100% 100%;
}

.green-bk {
    background: url(/new_res/images/cate_2.png) 100% no-repeat;
    background-size: 100% 100%;
}

.green-bk-tran {
    background: url(/new_res/images/cate_2_t.png) 100% no-repeat;
    background-size: 100% 100%;
}

.orange-bk {
    background: url(/new_res/images/cate_3.png) 100% no-repeat;
    background-size: 100% 100%;
}

.orange-bk-tran {
    background: url(/new_res/images/cate_3_t.png) 100% no-repeat;
    background-size: 100% 100%;
}

.title-box {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    /* 简单的向右下角倾斜切角效果 */
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    padding-right: 30px;
}

/* 内容文本 */
.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.content-row {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.row-label {
    font-weight: 700;
    color: #111;
    margin-right: 5px;
}

.row-text {
    color: #555;
}

/* 链接/按钮 */
.card-action {
    margin-top: 20px;
    text-align: center;
    height: 30px;
    font-weight: 500;
    font-size: 20px;
    color: #3367F8;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.green-card-action {
    color: #42b983;
}

.orange-card-action {
    color: #f08d49;
}

.action-link {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    transition: opacity 0.2s;
}

.action-link:hover {
    opacity: 0.7;
}

.action-link::after {
    content: ' >';
    font-weight: bold;
}

/* --- 底部背景装饰 (模拟原图的光晕与Logo区域) --- */
.footer-decoration {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 300px;
    background: radial-gradient(ellipse at center bottom, rgba(44, 140, 240, 0.3) 0%, rgba(244, 247, 251, 0) 70%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
}

/* 模拟Logo图形（此处用纯CSS简单示意，实际项目中应替换为图片） */
.logo-placeholder {
    background: #2d8cf0;
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 30px 30px 0 0;
    opacity: 0.8;
    box-shadow: 0 0 20px rgba(44, 140, 240, 0.5);
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-sub {
    font-size: 14px;
    font-weight: normal;
}



.line {
    position: absolute;
    top: -30px;
    left: 250px;
    z-index: 1;
    width: 620px;
    /* 水平跨度 */
    height: 1px;
    /* 线粗细 */
    background: linear-gradient(to left,
            #777 0px,
            transparent 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    /* 阴影 */
    transform: rotate(70deg);
    /* 旋转形成斜线 */
    transform-origin: 0 0;
    /* 以左上角旋转，模拟从A(0,0)到B(200,200) */
    margin: 50px 0 0 50px;
    /* 留出空间显示阴影 */
}

.line-hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
}

.line2 {
    position: absolute;
    top: -30px;
    left: 844px;
    z-index: 1;
    width: 620px;
    /* 水平跨度 */
    height: 1px;
    /* 线粗细 */
    background: linear-gradient(to left,
            #777 0px,
            transparent 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    /* 阴影 */
    transform: rotate(110deg);
    /* 旋转形成斜线 */
    transform-origin: 0 0;
    /* 以左上角旋转，模拟从A(0,0)到B(200,200) */
    margin: 50px 0 0 50px;
    /* 留出空间显示阴影 */
}

.line2-hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
}

/********cate end************/
/********price begin************/
.price_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}

.block_71 {

    color: #666666;
    background: linear-gradient(31deg, #F5F9FF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 24px 0px rgba(0, 46, 153, 0.07);
    border-radius: 16px;
    margin: 0 16px;
    padding: 16px;
}

.block_71:hover {
    box-shadow: inset 8px 8px 16px 0px rgba(255, 255, 255, 0.25);
    background-image: linear-gradient(31deg,
            rgba(61, 126, 255, 1) 0,
            rgba(61, 61, 255, 1) 100%);
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    margin: 0 16px;
    padding: 16px;
}

.image_37 {
    width: 352px;
    height: 160px;
    border-radius: 6px;
}

.text-wrapper_121 {
    width: 352px;
}

.text_410 {
    width: 132px;
    overflow-wrap: break-word;

    font-size: 22px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
    margin: 16px 0;
}

.text-wrapper_122 {
    width: 352px;
}

.text_411 {
    width: 352px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 26px;


}

.price_header {
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.price_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/********price end************/
/********product begin************/

.group_111 {

    background: url(/new_res/images/FigmaDDSSlicePNGd3bd882c0137690bb9bcdffc470944be.png) 100% no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.text_424 {
    width: 160px;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
    margin: 80px 0 0 880px;
}

.group_157 {
    width: 1184px;
    height: 34px;
    margin: 72px 0 0 370px;
}

.section_74 {
    width: 88px;
    height: 34px;
}

.text_425 {
    width: 88px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 203, 1);
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
}

.group_113 {
    background-color: rgba(0, 0, 203, 1);
    width: 88px;
    height: 4px;
    margin-top: 2px;
}

.text_426 {
    width: 88px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
    margin: 1px 0 0 92px;
}

.image-text_90 {
    width: 48px;
    height: 28px;
    margin: 3px 0 0 868px;
}

.text-group_74 {
    width: 30px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 203, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
}

.thumbnail_31 {
    width: 6px;
    height: 12px;
    margin-top: 8px;
}

.group_158 {
    width: 1200px;
    margin: 32px 0 0 360px;
    flex-wrap: wrap;
}

.box_112 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    width: 588px;
    height: 405px;
    justify-content: flex-center;
}

.block_90 {
    width: 540px;
    height: 233px;
    margin: 24px 0 0 24px;
}

.image_40 {
    width: 150px;
    height: 233px;
}

.group_159 {
    width: 366px;
    height: 233px;
}

.text_427 {
    width: 366px;
    height: 56px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.box_161 {
    width: 294px;
    height: 30px;
    margin-top: 16px;
}

.text-wrapper_126 {
    background-color: rgba(65, 208, 35, 0.1);
    border-radius: 4px;
    height: 30px;
    width: 58px;
}

.text_428 {
    width: 42px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(65, 208, 35, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin: 6px 0 0 8px;
}

.text-wrapper_127 {
    background-color: rgba(29, 133, 255, 0.1);
    border-radius: 4px;
    height: 30px;
    width: 220px;
}

.text_429 {
    width: 204px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(29, 133, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin: 6px 0 0 8px;
}

.text_430 {
    width: 366px;
    height: 72px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    margin-top: 13px;
}

.text-wrapper_128 {
    background-color: rgba(0, 0, 203, 1);
    border-radius: 4px;
    height: 32px;
    width: 110px;
    margin: 14px 0 0 256px;
}

.text_431 {
    width: 56px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    margin: 6px 0 0 27px;
}

.image-text_91 {
    width: 283px;
    height: 20px;
    margin: 48px 0 0 24px;
}

.thumbnail_32 {
    width: 20px;
    height: 20px;
}

.text-group_75 {
    width: 255px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.image-text_92 {
    width: 386px;
    height: 20px;
    margin: 8px 0 0 24px;
}

.thumbnail_33 {
    width: 20px;
    height: 20px;
}

.text-group_76 {
    width: 358px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.block_91 {
    width: 381px;
    height: 20px;
    margin: 8px 0 24px 24px;
}

.image-text_93 {
    width: 242px;
    height: 20px;
}

.thumbnail_34 {
    width: 20px;
    height: 20px;
}

.text-group_77 {
    width: 214px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.image-text_94 {
    width: 107px;
    height: 20px;
}

.thumbnail_35 {
    width: 20px;
    height: 20px;
}

.text-group_78 {
    width: 79px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.box_113 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    width: 588px;
    height: 405px;
    justify-content: flex-center;
}

.box_162 {
    width: 540px;
    height: 233px;
    margin: 24px 0 0 24px;
}

.image_41 {
    width: 150px;
    height: 233px;
}

.block_92 {
    width: 366px;
    height: 233px;
}

.text_432 {
    width: 366px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
}

.group_160 {
    width: 294px;
    height: 30px;
    margin-top: 16px;
}

.text-wrapper_129 {
    background-color: rgba(65, 208, 35, 0.1);
    border-radius: 4px;
    height: 30px;
    width: 58px;
}

.text_433 {
    width: 42px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(65, 208, 35, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin: 6px 0 0 8px;
}

.text-wrapper_130 {
    background-color: rgba(29, 133, 255, 0.1);
    border-radius: 4px;
    height: 30px;
    width: 220px;
}

.text_434 {
    width: 204px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(29, 133, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin: 6px 0 0 8px;
}

.text_435 {
    width: 366px;
    height: 48px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    margin-top: 39px;
}

.text-wrapper_131 {
    background-color: rgba(0, 0, 203, 1);
    border-radius: 4px;
    height: 32px;
    width: 110px;
    margin: 40px 0 0 256px;
}

.text_436 {
    width: 56px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    margin: 6px 0 0 27px;
}

.image-text_95 {
    width: 193px;
    height: 20px;
    margin: 48px 0 0 24px;
}

.thumbnail_36 {
    width: 20px;
    height: 20px;
}

.text-group_79 {
    width: 165px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.image-text_96 {
    width: 385px;
    height: 20px;
    margin: 8px 0 0 24px;
}

.thumbnail_37 {
    width: 20px;
    height: 20px;
}

.text-group_80 {
    width: 357px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.box_163 {
    width: 389px;
    height: 20px;
    margin: 8px 0 24px 24px;
}

.image-text_97 {
    width: 242px;
    height: 20px;
}

.thumbnail_38 {
    width: 20px;
    height: 20px;
}

.text-group_81 {
    width: 214px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.image-text_98 {
    width: 115px;
    height: 20px;
}

.thumbnail_39 {
    width: 20px;
    height: 20px;
}

.text-group_82 {
    width: 87px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.group_161 {
    width: 1200px;
    height: 405px;
    margin: 24px 0 88px 360px;
}

.section_53 {
    box-shadow: inset 4px 4px 8px 0px rgba(255, 255, 255, 0.4);
    background-color: rgba(245, 248, 255, 1);
    border-radius: 16px;
    width: 588px;
    height: 405px;
    border: 2px solid rgba(0, 0, 203, 1);
    justify-content: flex-center;
}

.block_93 {
    width: 540px;
    height: 233px;
    margin: 24px 0 0 24px;
}

.image_42 {
    width: 150px;
    height: 233px;
}

.box_164 {
    width: 366px;
    height: 233px;
}

.text_437 {
    width: 366px;
    height: 56px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.box_165 {
    width: 294px;
    height: 30px;
    margin-top: 16px;
}

.text-wrapper_132 {
    background-color: rgba(65, 208, 35, 0.1);
    border-radius: 4px;
    height: 30px;
    width: 58px;
}

.text_438 {
    width: 42px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(65, 208, 35, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin: 6px 0 0 8px;
}

.text-wrapper_133 {
    background-color: rgba(29, 133, 255, 0.1);
    border-radius: 4px;
    height: 30px;
    width: 220px;
}

.text_439 {
    width: 204px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(29, 133, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin: 6px 0 0 8px;
}

.text_440 {
    width: 366px;
    height: 72px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    margin-top: 13px;
}

.text-wrapper_134 {
    background-color: rgba(0, 0, 203, 1);
    border-radius: 4px;
    height: 32px;
    width: 110px;
    margin: 14px 0 0 256px;
}

.text_441 {
    width: 56px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    margin: 6px 0 0 27px;
}

.image-text_99 {
    width: 208px;
    height: 20px;
    margin: 48px 0 0 24px;
}

.thumbnail_40 {
    width: 20px;
    height: 20px;
}

.text-group_83 {
    width: 180px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.image-text_100 {
    width: 396px;
    height: 20px;
    margin: 8px 0 0 24px;
}

.thumbnail_41 {
    width: 20px;
    height: 20px;
}

.text-group_84 {
    width: 368px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.block_94 {
    width: 389px;
    height: 20px;
    margin: 8px 0 24px 24px;
}

.image-text_101 {
    width: 242px;
    height: 20px;
}

.thumbnail_42 {
    width: 20px;
    height: 20px;
}

.text-group_85 {
    width: 214px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.image-text_102 {
    width: 115px;
    height: 20px;
}

.thumbnail_43 {
    width: 20px;
    height: 20px;
}

.text-group_86 {
    width: 87px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.section_54 {
    box-shadow: inset 4px 4px 8px 0px rgba(255, 255, 255, 0.4);
    background-color: rgba(245, 248, 255, 1);
    border-radius: 16px;
    width: 588px;
    height: 405px;
    border: 2px solid rgba(0, 0, 203, 1);
    justify-content: flex-center;
}

.box_166 {
    width: 540px;
    height: 233px;
    margin: 24px 0 0 24px;
}

.image_43 {
    width: 150px;
    height: 233px;
}

.group_162 {
    width: 366px;
    height: 233px;
}

.text_442 {
    width: 366px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
}

.box_167 {
    width: 294px;
    height: 30px;
    margin-top: 16px;
}

.text-wrapper_135 {
    background-color: rgba(65, 208, 35, 0.1);
    border-radius: 4px;
    height: 30px;
    width: 58px;
}

.text_443 {
    width: 42px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(65, 208, 35, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin: 6px 0 0 8px;
}

.text-wrapper_136 {
    background-color: rgba(29, 133, 255, 0.1);
    border-radius: 4px;
    height: 30px;
    width: 220px;
}

.text_444 {
    width: 204px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(29, 133, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin: 6px 0 0 8px;
}

.text_445 {
    width: 366px;
    height: 48px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    margin-top: 39px;
}

.text-wrapper_137 {
    background-color: rgba(0, 0, 203, 1);
    border-radius: 4px;
    height: 32px;
    width: 110px;
    margin: 40px 0 0 256px;
}

.text_446 {
    width: 56px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    margin: 6px 0 0 27px;
}

.image-text_103 {
    width: 193px;
    height: 20px;
    margin: 48px 0 0 24px;
}

.thumbnail_44 {
    width: 20px;
    height: 20px;
}

.text-group_87 {
    width: 165px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.image-text_104 {
    width: 390px;
    height: 20px;
    margin: 8px 0 0 24px;
}

.thumbnail_45 {
    width: 20px;
    height: 20px;
}

.text-group_88 {
    width: 362px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.box_168 {
    width: 389px;
    height: 20px;
    margin: 8px 0 24px 24px;
}

.image-text_105 {
    width: 242px;
    height: 20px;
}

.thumbnail_46 {
    width: 20px;
    height: 20px;
}

.text-group_89 {
    width: 214px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

.image-text_106 {
    width: 115px;
    height: 20px;
}

.thumbnail_47 {
    width: 20px;
    height: 20px;
}

.text-group_90 {
    width: 87px;
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}

/********product end************/
/********slot begin************/
.box_38 {
    box-shadow: 0px 0px 16px 0px rgba(0, 51, 153, 0.07);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    width: 640px;
    height: 337px;
    margin: 51px 0 0 -100px;
}

.box_38_2 {
    box-shadow: 0px 0px 16px 0px rgba(0, 51, 153, 0.07);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    width: 640px;
    height: 337px;
    margin: 51px -100px 0 0;
    z-index: 1;
}

.label0 {
    background: #fdf5f5;
    color: #dc3a31;
}

.label1 {
    background: #fff4e5;
    color: #ed8f16;
}

.label2 {
    background-color: #195fde33;
    color: #164eed;
}

.label3 {
    background: #fdf5f5;
    color: #dc3a31;
}

.label4 {
    background: #fff4e5;
    color: #ed8f16;
}

.label5 {
    background-color: #195fde33;
    color: #164eed;
}

.section_65 {
    margin-top: 20px;
}

.image-text_62 {
    height: 80px;
}

.image_15 {
    width: 80px;
    height: 80px;
}

.text-group_44 {
    height: 43px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 30px;
    margin-top: 18px;
    margin-left: 20px;
}

.text-wrapper_39 {
    border-radius: 4px;
    height: 30px;
    margin: 16px 0 0 16px;
}

.text_205 {

    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    padding: 0 8px
}

.text-wrapper_40 {
    background-color: rgba(230, 232, 235, 1);
    border-radius: 4px;
    height: 30px;
    width: 72px;
    margin: 25px 0 0 16px;
}

.text_206 {
    width: 56px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(67, 70, 84, 1);
    font-size: 14px;
    
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin: 6px 0 0 8px;
}

.text_207 {
    width: 560px;
    height: 72px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    margin: 24px 0 0 40px;
}

.section_66 {
    width: 145px;
    height: 48px;
    margin: 32px 0 41px 40px;
}

.text-wrapper_144 {
    width: 64px;
    height: 48px;
}

.text_208 {
    width: 64px;
    height: 34px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 203, 1);
    font-size: 24px;
    
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 33px;
}

.text_209 {
    width: 36px;
    height: 15px;
    overflow-wrap: break-word;
    color: rgba(67, 70, 84, 1);
    font-size: 12px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 14px;
    margin-top: -1px;
}

.box_39 {
    background-color: rgba(195, 198, 215, 1);
    width: 1px;
    height: 32px;
    margin: 8px 0 0 16px;
}

.text-wrapper_145 {
    width: 48px;
    height: 48px;
    margin-left: 16px;
}

.text_210 {
    width: 46px;
    height: 34px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 203, 1);
    font-size: 24px;
    
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 33px;
}

.text_211 {
    width: 48px;
    height: 15px;
    overflow-wrap: break-word;
    color: rgba(67, 70, 84, 1);
    font-size: 12px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 14px;
    margin-top: -1px;
}

.slot-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px 0;
}

.slot {
    width: 774px;
    height: 470px;
}


.slot_header {
    
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.slot_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}

.solt_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    font-weight: 500;
    font-size: 16px;
    color: #41484C;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.slot_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
}

/********slot end************/


.section_62 {
    width: 403px;
    height: 24px;
    margin: 27px 0 42px 40px;
}

.thumbnail_1 {
    width: 17px;
    height: 17px;
    margin-top: 4px;
}

.text_175 {
    width: 64px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(25, 28, 30, 1);
    font-size: 16px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin-left: 8px;
}

.thumbnail_2 {
    width: 17px;
    height: 17px;
    margin: 4px 0 0 16px;
}

.text_176 {
    width: 64px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(25, 28, 30, 1);
    font-size: 16px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin-left: 8px;
}

.thumbnail_3 {
    width: 17px;
    height: 17px;
    margin: 4px 0 0 16px;
}

.text_177 {
    width: 64px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(25, 28, 30, 1);
    font-size: 16px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin-left: 7px;
}

.thumbnail_4 {
    width: 17px;
    height: 17px;
    margin: 4px 0 0 16px;
}

.text_178 {
    width: 64px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(25, 28, 30, 1);
    font-size: 16px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin-left: 8px;
}


.group_141 {
    width: 308px;
    height: 40px;
    margin: 19px 0 40px 40px;
}

.image-wrapper_1 {
    background-color: rgba(0, 0, 203, 1);
    border-radius: 9999px;
    height: 40px;
    width: 40px;
}

.image_10 {
    width: 24px;
    height: 12px;
    margin: 14px 0 0 8px;
}

.text-wrapper_142 {
    width: 252px;
    height: 32px;
    margin-top: 3px;
}

.text_189 {
    width: 88px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(25, 28, 30, 1);
    font-size: 14px;
    letter-spacing: 0.699999988079071px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
}

.text_190 {
    width: 252px;
    height: 15px;
    overflow-wrap: break-word;
    color: rgba(67, 70, 84, 1);
    font-size: 12px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 14px;
}

.box_144 {
    width: 291px;
    height: 46px;
    margin: 12px 0 32px 32px;
}

.box_36 {
    box-shadow: 0px 4px 16px 0px rgba(0, 51, 153, 0.07);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    width: 136px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.image-text_60 {
    width: 102px;
    height: 20px;
    margin: 13px 0 0 17px;
}

.thumbnail_11 {
    width: 20px;
    height: 20px;
}

.text-group_42 {
    width: 70px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(25, 28, 30, 1);
    font-size: 14px;
    letter-spacing: 0.699999988079071px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin-top: 1px;
}

.box_37 {
    box-shadow: 0px 4px 16px 0px rgba(0, 51, 153, 0.07);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    width: 139px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.image-text_61 {
    width: 105px;
    height: 20px;
    margin: 13px 0 0 17px;
}

.thumbnail_12 {
    width: 20px;
    height: 20px;
}

.text-group_43 {
    width: 73px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(25, 28, 30, 1);
    font-size: 14px;
    letter-spacing: 0.699999988079071px;
    
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin-top: 1px;
}

/********************** service begin**************************/
/* 主容器 */
.service_container {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1300px;
    flex-wrap: wrap;
    /* 在小屏幕允许换行 */
}

/* 通用卡片样式 */
.card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    flex: 1;
    min-width: 200px;
    height: 550px;
}

/* 图片层 */
.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cert_card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    flex: 1;
    min-width: 180px;
    background: #F5F9FF;
    padding: 24px;
    border-radius: 16px;
}
.cert_service_container {
    display: flex;
    gap: 20px;
    max-width: 1300px;
    flex-wrap: wrap;
    /* 在小屏幕允许换行 */
}
.cert_card-image {
    object-fit: cover;
    display: block;
}
/* 渐变遮罩层 (针对后两个卡片) */
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}

/* ---------- 特殊卡片 1: 贸易数据 (图文+独立背景) ---------- */
.card-trade {
    display: flex;
    flex: 6.2;
    /* 占据更大比例 */
    background-color: #f3f6fb;
    /* 背景色 */
    gap: 30px;
    height: auto;
    /* 内部用flex控制高度 */
    min-height: 550px;
}

.card-trade-img-wrapper {
    flex: 1.2;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.card-trade-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cert_card-trade {
    display: flex;
    flex: 6.2;
    /* 占据更大比例 */
    background-color: #f3f6fb;
    /* 背景色 */
    gap: 30px;
    height: auto;
}
.cert_card-trade-img-wrapper {
    flex: 1.2;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.cert_card-trade-img-wrapper img {
    object-fit: cover;
}

.card-trade-content {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    justify-content: space-between;
    padding-bottom: 20px;
}

.card-trade-content h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}

.card-trade-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 40px;
}

.card-trade-tag {
    background-color: #ffffff;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    display: inline-block;
    align-self: flex-start;
    width: 80%;
}

.card-trade-tag strong {
    display: block;
    font-size: 18px;
    color: #000;
}

.card-trade-tag span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

/* ---------- 农业数据卡片 ---------- */
.card-agriculture {
    flex: 1.2;
}

.card1 .card-overlay {
    background: linear-gradient(to bottom, rgba(46, 139, 87, 0.3), rgba(46, 139, 87, 0.8));
    /* 绿色渐变 */
}
.card2 .card-overlay {
    background: linear-gradient(to bottom, rgba(30, 144, 255, 0.3), rgba(30, 144, 255, 0.8));
    /* 蓝色渐变 */
}
.card0 .card-overlay {
    background: linear-gradient(to bottom, rgba(255, 120, 0, 0.3), rgba(255, 120, 0, 0.8));
    /* 橙红色渐变 */
}
.card-agriculture h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
}

.card-agriculture p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

/* ---------- 医疗数据卡片 ---------- */
.card-medical {
    flex: 1.2;
}



.card-medical h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
}

.card-medical p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

.service_container_panel {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    flex-direction: column;
}

.service_header {
    
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.service_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    font-weight: 500;
    font-size: 16px;
    color: #41484C;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.service_list {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

/********************** service end**************************/




.section_73 {
  width: 440px;
  height: 280px;
  margin-top: 9px;
}
.image-text_83 {
  width: 440px;
  height: 72px;
}
.thumbnail_25 {
  width: 20px;
  height: 20px;
  margin-top: 26px;
}
.text-group_66 {
  width: 404px;
  height: 72px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 15px;
  
  font-weight: normal;
  text-align: left;
  line-height: 24px;
}
.image-text_84 {
  width: 440px;
  height: 96px;
  margin-top: 8px;
}
.thumbnail_26 {
  width: 20px;
  height: 20px;
  margin-top: 38px;
}
.text-group_67 {
  width: 404px;
  height: 96px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 15px;
  
  font-weight: normal;
  text-align: left;
  line-height: 24px;
}
.image-text_85 {
  width: 440px;
  height: 96px;
  margin-top: 8px;
}
.thumbnail_27 {
  width: 20px;
  height: 20px;
  margin-top: 38px;
}
.text-group_68 {
  width: 404px;
  height: 96px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 15px;
  
  font-weight: normal;
  text-align: left;
  line-height: 24px;
}

.sticky-box {
  /* 基础样式 */

  /* 粘性定位 + 初始不触发 */
  position: sticky;
  z-index: 10;
}

/* 吸附状态：当 .is-stuck 存在时 */
.sticky-box.is-stuck {
}


.sub_nav_item_panel{
    position: relative;    
    margin: 20px 50px;
}
.anchor-target{
     scroll-margin-top: 134px; /* 数值等于导航栏高度 + 一点额外间距 */
}