@charset "utf-8";

/* ===== 全局 ===== */
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

.consultant {
    position: fixed;
    z-index: 10;
    width: 124px;
    height: 430px;
    top: 28vh;
}

/* Banner 文字层：默认隐藏，随轮播切换显示 */
.banner_content > div {
    display: none;
}

.banner_content > div.is-active {
    display: block;
}

/* ===== 全局排版 ===== */
.indexContent {
    letter-spacing: 0.01em;
}

/* ===== 区块标题 ===== */
.titleText_1 {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 1.25;
    padding-bottom: 14px;
    font-weight: 700;
}

.titleText_1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #005EFF 0%, #00C6FF 100%);
}

.advantage .titleText_1::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.titleText_2 {
    letter-spacing: 0.01em;
    line-height: 1.5;
    font-weight: 600;
}

/* ===== 数据介绍栏 ===== */
.information {
    box-shadow: 0 4px 20px rgba(0, 21, 81, 0.05);
    position: relative;
    z-index: 2;
    letter-spacing: 0.01em;
}

.information > div > div {
    transition: transform 0.25s ease;
}

.information > div > div:hover {
    transform: translateY(-2px);
}

.information > div > div:hover .onetext {
    color: #0046cc;
}

.information_two {
    transition: color 0.2s ease;
    letter-spacing: 0.04em;
}

.information > div > div:hover .information_two {
    color: #323F76;
}

/* ===== 左侧锚点导航 ===== */
.point {
    height: 430px;
    top: 28vh;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.new_point {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.point:hover {
    box-shadow: 0 4px 28px rgba(0, 94, 255, 0.15);
}

.new_point > div {
    flex: 1;
    height: auto;
    min-height: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-bottom: 1px solid rgba(0, 94, 255, 0.06);
}

.new_point > div:last-child {
    border-bottom: none;
}

.new_point > div:hover {
    background: rgba(0, 94, 255, 0.07);
    color: #005EFF;
}

.new_point > div.width-radio {
    width: 100% !important;
    margin-left: 0 !important;
    justify-content: center !important;
    text-align: center;
    background: linear-gradient(90deg, #005EFF 0%, #0078FF 100%) !important;
    color: #fff !important;
    font-weight: 700;
    box-shadow: -4px 0 18px rgba(0, 94, 255, 0.35);
}

/* ===== 定制服务卡片 ===== */
.navigation_item {
    position: relative;
    overflow: hidden;
}

.navigation_item:not(.navigation_item-tech) .navigation_top > div:first-child > div:nth-child(2) > div:first-child {
    font-weight: 600;
}

.navigation_third {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 0;
    transition: background-color 0.2s ease;
}

.navigation_third_name {
    flex: 1;
    min-width: 0;
    font-weight: 500;
    color: #454560;
    line-height: 1.35;
}

.service-tag {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 9px;
    margin-left: auto;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #fff;
    white-space: nowrap;
}

.service-tag--hot {
    background: linear-gradient(135deg, #FF7043 0%, #FB5117 100%);
    box-shadow: 0 2px 8px rgba(251, 81, 23, 0.35);
}

.service-tag--must {
    background: linear-gradient(135deg, #3D8BFF 0%, #005EFF 100%);
    box-shadow: 0 2px 8px rgba(0, 94, 255, 0.3);
}

.navigation_third:hover {
    background-color: rgba(0, 94, 255, 0.05);
    border-radius: 4px;
}

.navigation_third:hover .navigation_third_name {
    color: #005EFF;
}

/* ===== 定制开发 · 科技感重点卡片 ===== */
@keyframes tech-border-flow {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.navigation_item-tech {
    background: linear-gradient(165deg, #071428 0%, #0c2248 42%, #081a38 100%) !important;
    border: 1px solid rgba(0, 198, 255, 0.35);
    box-shadow:
        0 12px 40px rgba(0, 60, 180, 0.28),
        0 0 0 1px rgba(0, 198, 255, 0.08) inset,
        0 1px 0 rgba(0, 198, 255, 0.2) inset;
    z-index: 2;
}

.navigation_item-tech::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(120deg, rgba(0, 198, 255, 0.6), rgba(0, 94, 255, 0.15), rgba(0, 198, 255, 0.5));
    background-size: 200% 200%;
    animation: tech-border-flow 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.navigation_item-tech::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 198, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 198, 255, 0.04) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    border-radius: inherit;
}

.navigation_item-tech .navigation_top > div:first-child > div:first-child {
    background: linear-gradient(180deg, #00C6FF, #005EFF) !important;
    box-shadow: 0 0 10px rgba(0, 198, 255, 0.6);
}

.navigation_item-tech .navigation_top > div:first-child > div:nth-child(2) > div:first-child {
    color: #E8F4FF !important;
    font-weight: 600;
    text-shadow: 0 0 12px rgba(0, 198, 255, 0.45);
    letter-spacing: 0.02em;
}

.navigation_item-tech .navigation_top > div:first-child > div:nth-child(2) > div:nth-child(2) {
    color: rgba(175, 205, 255, 0.82) !important;
    line-height: 1.4;
}

.navigation_item-tech .navigation_line {
    background: linear-gradient(90deg, transparent, rgba(0, 198, 255, 0.45), transparent) !important;
    height: 1px;
}

.navigation_third_border--tech {
    position: relative;
}

.navigation_item-tech .navigation_third {
    padding: 4px 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    transition: color 0.2s ease;
}

.navigation_item-tech .navigation_third > img {
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.navigation_item-tech .navigation_third_name {
    color: #C8DCFF;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
}

.navigation_item-tech .navigation_third:hover {
    background: transparent;
    box-shadow: none;
}

.navigation_item-tech .navigation_third:hover .navigation_third_name {
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 198, 255, 0.5);
}

.navigation_item-tech .service-tag--hot {
    background: linear-gradient(135deg, #FF8A5C 0%, #FF4D1A 100%);
    box-shadow: 0 0 12px rgba(255, 77, 26, 0.55);
}

.navigation_item-tech .service-tag--must {
    background: linear-gradient(135deg, #4DA3FF 0%, #0066FF 100%);
    box-shadow: 0 0 12px rgba(0, 102, 255, 0.55);
}

/* ===== 解决方案 Tab ===== */
#solution_button > div {
    transition: color 0.25s ease, transform 0.2s ease;
}

#solution_button > div:hover {
    color: #005EFF;
}

.solution_line_click {
    transition: width 0.25s ease, background-color 0.25s ease;
}

.solution_item_border {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 8xpx;
}

.solution_item_border:hover {
    transform: translateY(-2px);
}

.solution_content_more {
    transition: color 0.2s ease, opacity 0.2s ease;
    pointer-events: none;
}

/* ===== 服务优势 Tab ===== */
.advantage_button > div {
    transition: color 0.25s ease;
}

.advantage_line {
    transition: background-color 0.25s ease, width 0.25s ease;
}

/* ===== 成功案例 - H5 轮播（仅 .case-section） ===== */
.case-section {
    width: 100%;
    max-width: 1280px;
    margin: 22px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
    height: auto;
    text-align: center;
}

.case-section .case_wall_box {
    position: relative;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.case-section .case_wall {
    width: 100%;
    overflow: hidden;
}

.case-section .case_wall_item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #eef3ff;
    box-shadow: 0 4px 14px rgba(0, 40, 120, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-section .case_wall_item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.case-section .case_wall_shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.28) 50%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.65s ease;
    pointer-events: none;
}

.case-section .case_wall_overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    background: linear-gradient(180deg, rgba(0, 21, 81, 0) 30%, rgba(0, 21, 81, 0.76) 100%);
    opacity: 1;
}

.case-section .case_wall_title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-section .case_wall_sub {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-section .case_wall_item:hover,
.case-section .case_wall_item:focus-visible {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 30px rgba(0, 94, 255, 0.22);
}

.case-section .case_wall_item:hover > img,
.case-section .case_wall_item:focus-visible > img {
    transform: scale(1.06);
}

.case-section .case_wall_item:hover .case_wall_shine,
.case-section .case_wall_item:focus-visible .case_wall_shine {
    transform: translateX(120%);
}

.case-section .case_wall_prev,
.case-section .case_wall_next {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23005EFF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") center/14px no-repeat;
    box-shadow: 0 4px 16px rgba(0, 21, 81, 0.18);
    backdrop-filter: blur(6px);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.case-section .case_wall_next {
    right: 0;
    transform: rotate(180deg);
}

.case-section .case_wall_prev {
    left: 0;
}

.case-section .case_wall_prev:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(0, 94, 255, 0.18);
}

.case-section .case_wall_next:hover {
    transform: rotate(180deg) scale(1.06);
    box-shadow: 0 6px 18px rgba(0, 94, 255, 0.18);
}

.case-section .case_wall_pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

.case-section .case_wall_pagination .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    border-radius: 999px;
    background: #c8d8f5;
    opacity: 1;
    margin: 0 !important;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.case-section .case_wall_pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: #005EFF;
}

.case-section .case_wall_empty {
    width: 100%;
    padding: 48px 0;
    text-align: center;
    color: #78829a;
    font-size: 15px;
}

.case-section .case_center_entry {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin: 20px auto 0;
    padding: 0;
    min-width: 0;
    height: auto;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #323F76;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease;
}

.case-section .case_center_entry::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.case-section .case_center_entry:hover {
    background: none;
    color: #005EFF;
}

.case-section .case_center_entry:hover::after {
    transform: rotate(45deg) translate(2px, -2px);
}

/* ===== 案例 Logo（旧） ===== */
.case_hover_big {
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.case_hover_big:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 94, 255, 0.14);
}

.case_hover_big > img {
    display: block;
    transition: transform 0.3s ease;
}

.case_hover_big:hover > img {
    transform: scale(1.03);
}

.case_menu_item {
    transition: background 0.25s ease, transform 0.2s ease;
}

.case_menu_item:hover {
    transform: translateX(2px);
}

/* ===== 成功案例 - 解决方案 ===== */
.case-solution-area {
    border-radius: 6px;
    border: 1px solid #F3EBDC;
}

.case-solution-title {
    display: flex;
    align-items: center;
}

.case-solution-title img {
    width: 18px;
    height: 18px;
    padding: 5px;
    margin-right: 8px;
    flex-shrink: 0;
    object-fit: contain;
    background: #FFF6EA;
    border: 1px solid #F0E2CC;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(160, 130, 90, 0.1);
    box-sizing: content-box;
}

.case-solution-title span {
    font-weight: 700;
    color: #273572;
    line-height: 1.3;
}

.case-solution-area .case_subtitle {
    display: block;
    overflow: visible;
    height: auto;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    text-overflow: unset;
    -webkit-box-orient: unset;
    color: #3d4560;
    font-weight: 500;
    line-height: 1.65;
}

/* ===== 行业洞察 整块白底 ===== */
.insight-wrap {
    width: 100%;
    background: #fff;
    padding-bottom: 36px;
}

.insight-wrap .titleText_1,
.insight-wrap .titleText_2 {
    background: transparent !important;
}

/* ===== 行业洞察 标题区（仅 H5 .insight-wrap） ===== */
.insight-wrap .insight_tabs_wrap {
    width: 100%;
    max-width: 1280px;
    margin: 14px auto 0;
    padding: 0 16px;
    box-sizing: border-box;
}

.insight-wrap #insight_title_right_h5 {
    width: 100%;
    height: auto;
    min-height: 44px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 20px;
}

.insight-wrap .insight_title_line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 94, 255, 0.14) 50%, transparent 100%);
}

/* ===== 行业洞察 Tab（仅 H5） ===== */
.insight-wrap #insight_title_right_h5 > a {
    align-items: flex-start !important;
}

.insight-wrap .insight_tab {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    white-space: nowrap;
}

.insight-wrap .insight_tab_row {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.insight-wrap .insight_tab_text {
    line-height: 1.4;
}

.insight-wrap .insight_tab .insightone_click_line {
    width: 2em !important;
    height: 3px;
    flex-shrink: 0;
    margin-left: calc(18px + 6px);
    display: block !important;
    visibility: hidden;
    background-color: #005EFF;
}

.insight-wrap .insight_tab .insightone_click_line.insightone_click_line_show {
    visibility: visible;
}

.insight-wrap .insight_tab_icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
    margin: 0;
}

.insight-wrap .insight_tab.checked .insight_tab_icon {
    opacity: 1;
}

/* ===== 行业洞察 新闻列表（仅 H5） ===== */
.insight-wrap .insight_news_section {
    width: 100%;
    max-width: 1280px;
    margin: 24px auto 0;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center;
}

.insight-wrap .insight_news_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.insight-wrap .insight_news_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4eaf3;
    box-shadow: none;
    text-align: left;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.insight-wrap .insight_news_card--featured {
    border-color: #c5d8ff;
    background: #fafcff;
}

.insight-wrap .insight_news_card:hover {
    border-color: #005EFF;
    background: #fafcff;
}

.insight-wrap .insight_news_thumb {
    position: relative;
    width: 158px;
    height: 105px;
    flex-shrink: 0;
    padding: 6px;
    box-sizing: border-box;
    overflow: hidden;
}

.insight-wrap .insight_news_thumb > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    border-radius: 4px;
}

.insight-wrap .insight_news_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 12px 14px 14px;
}

.insight-wrap .insight_news_date {
    font-size: 12px;
    font-weight: 500;
    color: #78829a;
    letter-spacing: 0;
}

.insight-wrap .insight_news_title {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: #273572;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.insight-wrap .insight_news_desc {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7385;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.insight-wrap .insight_news_empty {
    grid-column: 1 / -1;
    padding: 40px 0;
    text-align: center;
    color: #78829a;
    font-size: 15px;
}

.insight-wrap .insight_more_entry {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin: 20px auto 0;
    padding: 0;
    min-width: 0;
    height: auto;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #323F76;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.insight-wrap .insight_more_entry::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.insight-wrap .insight_more_entry:hover {
    background: none;
    color: #005EFF;
}

.insight-wrap .insight_more_entry:hover::after {
    transform: rotate(45deg) translate(2px, -2px);
}

/* ===== 资质证书 - 实力轮播 ===== */
.certificate-wrap {
    width: 100%;
    margin-top: 24px;
    padding: 4px 0 36px;
    background: linear-gradient(180deg, #E3EBFF 0%, #EDF3FF 42%, #F3F7FF 100%);
    position: relative;
    overflow: hidden;
}

.certificate-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 94, 255, 0.22) 50%, transparent 100%);
    pointer-events: none;
}

.certificate-wrap::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 94, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.certificate-wrap .titleText_1,
.certificate-wrap .certificate_Phone_2 {
    background: transparent !important;
}

.certificate-section {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.certificate-wrap .certificate_strength {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 12px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.certificate-wrap .certificate_strength_item {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    flex: 1 1 0;
    min-width: 0;
    padding: 6px 12px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 94, 255, 0.08);
    box-shadow: 0 4px 14px rgba(0, 40, 120, 0.06);
    color: #3d4d66;
    font-size: 13px;
    line-height: 1.3;
}

.certificate-wrap .certificate_strength_item strong {
    font-size: 18px;
    font-weight: 700;
    color: #005EFF;
    line-height: 1;
}

.certificate_strength {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 94, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0, 40, 120, 0.06);
    backdrop-filter: blur(6px);
}

.certificate_strength_item {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(237, 243, 255, 0.95);
    color: #3d4d66;
    font-size: 13px;
    line-height: 1.3;
}

.certificate_strength_item strong {
    font-size: 18px;
    font-weight: 700;
    color: #005EFF;
    line-height: 1;
}

.certificate_strength_item--highlight {
    background: linear-gradient(135deg, #005EFF 0%, #00BAFF 100%);
    color: #fff;
    font-weight: 600;
}

.certificate_strength_item--highlight span {
    font-size: 13px;
}

.certificate-wrap .certificate_box {
    position: relative;
    padding: 12px 12px 0;
    text-align: center;
}

.certificate-wrap .certificate_box::before {
    display: none;
}

.certificate-wrap .certificate_swiper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 320px;
    overflow: hidden;
    padding: 8px 0 12px;
    box-sizing: border-box;
}

.certificate-wrap .certificate_swiper .swiper-slide {
    width: 200px;
    height: auto;
    z-index: 1;
}

.certificate-wrap .certificate_swiper .swiper-slide.certificate_slide--featured {
    width: 200px;
}

.certificate-wrap .certificate_swiper .swiper-slide-prev,
.certificate-wrap .certificate_swiper .swiper-slide-next {
    z-index: 2;
}

.certificate-wrap .certificate_swiper .swiper-slide-active {
    z-index: 3;
}

.certificate-wrap .certificate_card {
    position: relative;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform-origin: center center;
    transform: scale(0.5);
    opacity: 0.2;
    pointer-events: none;
}

.certificate-wrap .certificate_swiper .swiper-slide-prev .certificate_card,
.certificate-wrap .certificate_swiper .swiper-slide-next .certificate_card {
    transform: scale(0.78);
    opacity: 0.72;
    pointer-events: auto;
}

.certificate-wrap .certificate_swiper .swiper-slide-active .certificate_card {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.certificate-wrap .certificate_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 252px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.certificate-wrap .certificate_frame > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.certificate-wrap .certificate_card--featured,
.certificate-wrap .certificate_card--featured .certificate_frame {
    height: 252px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.certificate-wrap .certificate_card--featured .certificate_frame > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: none;
}

.certificate-wrap .certificate_name {
    margin-top: 0;
    max-height: 0;
    padding: 0 2px;
    font-size: 12px;
    line-height: 1.35;
    color: #4a5678;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.certificate-wrap .certificate_swiper .swiper-slide-active .certificate_name {
    margin-top: 8px;
    max-height: 2.8em;
    opacity: 1;
    color: #273572;
    font-weight: 600;
}

.certificate-wrap .certificate_pagination {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto !important;
    margin: 6px auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    transform: none !important;
    left: auto !important;
    bottom: auto !important;
}

.certificate-wrap .certificate_pagination .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    margin: 0 !important;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: #c8d8f5;
    opacity: 1;
    cursor: pointer;
    outline: none;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.certificate-wrap .certificate_pagination .swiper-pagination-bullet .certificate_dot_core {
    display: none;
}

.certificate-wrap .certificate_pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: #005EFF;
}

.certificate-wrap .certificate_pagination .swiper-pagination-bullet:hover {
    background: rgba(0, 94, 255, 0.35);
}

.certificate-wrap .certificate_pagination .swiper-pagination-bullet-active:hover {
    background: #005EFF;
}

.certificate_box {
    position: relative;
    padding: 0 36px;
    text-align: center;
}

.certificate_swiper {
    width: 100%;
    height: 214px;
    overflow: hidden;
}

.certificate_swiper .swiper-slide {
    width: 156px;
    height: 214px;
}

.certificate_swiper .swiper-slide.certificate_slide--featured {
    width: 188px;
}

.certificate_card {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 10px 12px;
    box-sizing: border-box;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 94, 255, 0.14);
    box-shadow: 0 8px 22px rgba(0, 40, 120, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate_card--featured {
    border-color: rgba(212, 175, 55, 0.55);
    background: linear-gradient(180deg, rgba(255, 253, 247, 0.96) 0%, rgba(255, 248, 234, 0.96) 100%);
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.22);
}

.certificate_badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    padding: 3px 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d4af37 0%, #f0d078 100%);
    color: #5c4a12;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.certificate_frame {
    width: 100%;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #f3f7ff 0%, #e8efff 100%);
    overflow: hidden;
}

.certificate_card--featured .certificate_frame {
    height: 156px;
}

.certificate_frame > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.35s ease;
}

.certificate_name {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #273572;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.certificate_swiper .swiper-slide-active .certificate_card {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 94, 255, 0.16);
}

.certificate_card:hover .certificate_frame > img {
    transform: scale(1.04);
}

.certificate_prev,
.certificate_next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23005EFF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") center/14px no-repeat;
    box-shadow: 0 4px 14px rgba(0, 40, 120, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.certificate_next {
    right: 0;
    transform: rotate(180deg);
}

.certificate_prev {
    left: 0;
}

.certificate_prev:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(0, 94, 255, 0.18);
}

.certificate_next:hover {
    transform: rotate(180deg) scale(1.06);
    box-shadow: 0 6px 18px rgba(0, 94, 255, 0.18);
}

.certificate_pagination {
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    margin: 16px auto 0;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(0, 94, 255, 0.12);
    box-shadow: 0 4px 18px rgba(0, 40, 120, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    transform: none !important;
    left: auto !important;
    bottom: auto !important;
}

.certificate_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: width 0.38s cubic-bezier(0.34, 1.2, 0.64, 1), transform 0.25s ease;
}

.certificate_dot_core {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(0, 94, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}

.certificate_pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
}

.certificate_pagination .swiper-pagination-bullet-active .certificate_dot_core {
    background: linear-gradient(90deg, #005EFF 0%, #00BAFF 100%);
    box-shadow: 0 2px 10px rgba(0, 94, 255, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.certificate_pagination .swiper-pagination-bullet:hover .certificate_dot_core {
    background: rgba(0, 94, 255, 0.38);
    transform: scale(1.08);
}

.certificate_pagination .swiper-pagination-bullet-active:hover .certificate_dot_core {
    background: linear-gradient(90deg, #0066FF 0%, #00C6FF 100%);
}

.certificate_empty {
    width: 100%;
    text-align: center;
    color: #78829a;
    font-size: 15px;
    line-height: 214px;
}

/* ===== 资质证书（旧 hover） ===== */
.certificate_top_img,
.certificate_bottom_img {
    transition: transform 0.3s ease;
}

.certificate_top_img:hover,
.certificate_bottom_img:hover {
    transform: translateY(-5px);
}

.certificate_top_img > img,
.certificate_bottom_img > img {
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 21, 81, 0.08);
    transition: box-shadow 0.3s ease;
}

.certificate_top_img.certificate_featured > img,
.certificate_phone_first.certificate_featured > img {
    box-shadow: 0 8px 28px rgba(0, 94, 255, 0.14);
}

.certificate_top_img.certificate_featured > div,
.certificate_phone_first.certificate_featured > div {
    font-weight: 600;
    color: #273572;
}

.certificate_top_img:hover > img,
.certificate_bottom_img:hover > img {
    box-shadow: 0 8px 28px rgba(0, 94, 255, 0.15);
}

/* ===== 底部 CTA ===== */
.bottom_img_text > div {
    text-shadow: 0 2px 12px rgba(0, 21, 81, 0.15);
}

.run-animation {
    filter: drop-shadow(0 8px 24px rgba(0, 94, 255, 0.2));
}

/* ===== PC 专属 ===== */
@media (min-width: 1200px) {

    .case.case-section.Phone_block {
        display: none !important;
    }

    .certificate-wrap.Phone_block,
    .insight-wrap.Phone_block {
        display: none !important;
    }

    /* --- 区块标题 --- */
    .titleText_1 {
        font-size: 42px;
        font-weight: 700;
        color: #273572;
        margin-top: 130px;
    }

    .titleText_1.fix {
        padding-top: 130px;
    }

    .titleText_2 {
        font-size: 17px;
        color: #5c6370;
        font-weight: 600;
        padding-top: 8px;
    }

    .advantage > .titleText_1,
    .advantage > .titleText_2 {
        margin-top: 0;
    }

    .advantage > .titleText_2 {
        color: rgba(255, 255, 255, 0.88) !important;
    }

    .advantage > div:first-child {
        padding-top: 120px !important;
    }

    /* --- 数据栏 --- */
    .onetext {
        font-size: 34px;
        line-height: 1.15;
    }

    .twotext {
        font-size: 14px;
    }

    .information_two {
        font-size: 14px;
        font-weight: 500;
        color: #3d4d66;
        line-height: 1.4;
        letter-spacing: 0.04em;
    }

    /* --- 定制服务（4 卡片） --- */
    #service {
        margin-top: 36px;
    }

    #service .navigation_top > div:first-child > div:nth-child(2) > div:first-child {
        font-size: 21px;
        line-height: 1.35;
        font-weight: 600;
        color: #273572;
    }

    #service .navigation_top > div:first-child > div:nth-child(2) > div:nth-child(2) {
        font-size: 13px;
        line-height: 1.45;
        color: #78829a;
    }

    #service .navigation_third {
        padding: 3px 0;
        height: auto;
        min-height: 26px;
    }

    #service .navigation_third > img {
        width: 22px;
        height: 22px;
    }

    #service .navigation_third_name {
        font-size: 17px;
    }

    #service .service-tag {
        height: 22px;
        padding: 0 10px;
        font-size: 12px;
    }

    #service .navigation_item-tech .navigation_top > div:first-child > div:nth-child(2) > div:first-child {
        font-size: 22px;
    }

    #service .navigation_item-tech .navigation_top > div:first-child > div:nth-child(2) > div:nth-child(2) {
        font-size: 14px;
    }

    #service .navigation_item-tech .navigation_third_name {
        font-size: 17px;
    }

    #service .navigation_third_border {
        margin-top: 26px;
    }

    /* --- 成熟产品 --- */
    .product_PC {
        margin-top: 32px;
    }

    .product_PC .product_left_item > div:first-child > img {
        width: 24px;
        height: 24px;
    }

    .product_PC .product_left_item > div:first-child > div {
        font-size: 21px;
        font-weight: 600;
        line-height: 1.35;
    }

    .product_PC .product_left_item > div:nth-child(2) {
        font-size: 14px;
        line-height: 1.55;
        margin-top: 12px;
        opacity: 0.95;
    }

    .product_PC .product_right_item > div > div {
        margin: 0 20px;
    }

    .product_PC .product_right_item > div > div > div:first-child,
    .product_PC .productClick #pro_1 {
        font-size: 17px;
        font-weight: 600;
        color: #273572;
        line-height: 1.35;
    }

    .product_PC .product_right_item > div > div > div:nth-child(2),
    .product_PC .productClick #pro_2 {
        font-size: 14px;
        font-weight: 400;
        color: #6b7385;
        line-height: 1.5;
        padding-top: 10px;
    }

    .product_PC .product_right_item .productClick {
        padding: 12px 16px;
    }

    /* --- 行业解决方案 --- */
    #solution_button {
        width: 1280px;
        padding-top: 32px;
        align-items: flex-end;
    }

    #solution_button > div {
        flex: 1;
        margin: 0;
        align-items: center;
        text-align: center;
    }

    #solution_button > div > div:first-child {
        justify-content: center !important;
        width: 100%;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.35;
    }

    #solution_button .solution_line_click {
        margin-left: auto;
        margin-right: auto;
    }

    .solution_line {
        width: 1280px;
    }

    #solution_button .solution-ai-icon {
        height: 18px;
    }

    .solution_title_text {
        font-size: 21px;
        line-height: 1.35;
        font-weight: 700;
        color: #273572;
        height: auto;
    }

    .solution-title-ai-icon {
        height: 28px;
    }

    .solution_subtitle_text {
        font-size: 14px;
        font-weight: 400;
        color: #6b7385;
        line-height: 1.55;
        height: auto;
    }

    .solution_more {
        font-size: 14px;
        font-weight: 600;
    }

    .solution_content {
        margin: 36px 28px;
    }

    .solution_content_text {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.35;
        color: #273572;
        height: auto;
    }

    .solution_content_subtitle {
        font-size: 14px;
        font-weight: 400;
        color: #6b7385;
        line-height: 1.55;
        margin-top: 10px;
        height: auto;
    }

    .solution_content_more {
        font-size: 13px;
        font-weight: 500;
        color: #888fa0;
        margin-top: 18px;
        line-height: 1.4;
    }

    .solution_item_border:hover .solution_content_subtitle {
        color: #555570 !important;
    }

    .solution_item_border:hover .solution_content_more {
        color: #005EFF !important;
    }

    /* --- 服务优势 --- */
    .advantage_button {
        height: 50px;
        padding-top: 26px;
    }

    .advantage_button > div {
        height: 50px;
        font-size: 22px;
        line-height: 50px;
    }

    /* 四个内容面板外框高度 */
    .advantage_content,
    .advantage_content02,
    .advantage_content03,
    .advantage_content04 {
        height: 580px;
    }

    .advantage_content > div:first-child {
        padding-top: 88px;
    }

    .advantage_content > div:first-child > div {
        height: 230px;
    }

    .advantage_content01 > div:nth-child(2) {
        height: 240px;
        background-position-y: 239px;
    }

    .advantage_content01 > div:nth-child(2) > div {
        margin: 62px auto auto auto;
    }

    .advantage_content_background {
        height: 240px;
        background-position-y: 239px;
    }

    .advantage_content02_top {
        height: 300px;
        /* margin: 115px auto auto; */
    }

    .advantage_content03 > div:first-child {
        /* margin-top: 95px; */
        height: 330px;
    }

    .advantage_content04 > div {
        margin-top: 118px;
    }

    .advantage04_bottom {
        top: -118px;
    }

    /* 01 构建产品思维 */
    .advantage_content01_text > div > div > div:first-child,
    .advantage_content > div:first-child > div > div:nth-child(2) > div:first-child {
        font-size: 28px;
        font-weight: 600;
        color: #273572;
        line-height: 1.35;
    }

    .advantage_content01_text > div > div > div:nth-child(2),
    .advantage_content > div:first-child > div > div:nth-child(2) > div:nth-child(2) {
        font-size: 17px;
        line-height: 1.55;
        color: #555666;
    }

    .advantage_content01 > div:nth-child(2) > div > div {
        font-size: 21px;
        font-weight: 600;
    }

    /* 02 项目服务过程 */
    .advantage_content02_top > div > div {
        font-size: 15px;
    }

    .advantage_content02_top > div > div > span {
        font-size: 26px;
    }

    .advantage_content02_top > div > div:nth-child(2) {
        height: auto;
        min-height: 278px;
        display: flex;
        flex-direction: column;
    }

    .advantage_content02_top > div > div:nth-child(2) > div:first-child {
        font-size: 20px;
        font-weight: 600;
        color: #273572;
        line-height: 1.65;
        margin-bottom: 12px;
        padding-top: 20px;
    }

    .advantage_content02_list01 > div,
    .advantage_content02_list02 > div,
    .advantage_content02_list04 > div {
        font-size: 17px;
        line-height: 1.65;
        min-height: 48px;
        color: #555666;
    }

    .advantage_content02_list03 > div {
        font-size: 15px;
        line-height: 1.5;
    }

    /* 03 项目过程文档 */
    .advantage_content03 > div > div > div {
        font-size: 17px;
        line-height: 1.5;
        color: #323F76;
        font-weight: 500;
    }

    /* 04 项目合作流程 */
    .advantage_content04 > div > div > div > div > div:nth-child(2) {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.45;
        color: #273572;
    }

    .advantage_content04 > div > div > div > div > div:nth-child(3) {
        font-size: 14px;
        line-height: 1.5;
        color: #6b7385;
    }

    /* --- 成功案例 --- */
    .case_menu_item > div {
        font-size: 17px;
        line-height: 1.35;
    }

    .case_content_text > div:first-child > div:first-child {
        font-size: 24px;
        font-weight: 600;
    }

    .case_subtitle,
    .case_content_text > div:nth-child(3) > div:nth-child(2) {
        font-size: 14px;
        color: #666880;
        line-height: 1.55;
    }

    .case_content_text > .case_subtitle {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        height: auto;
    }

    .case-solution-area {
        background-color: #FFFBF3;
        padding: 16px 20px 8px 20px;
        margin-top: 16px;
        border-color: #F3EBDC;
    }

    .case-solution-title {
        margin-bottom: 10px;
    }

    .case-solution-title img {
        width: 20px;
        height: 20px;
        padding: 5px;
        margin-right: 10px;
        border-radius: 8px;
    }

    .case-solution-title span {
        font-size: 18px;
        letter-spacing: 0.02em;
    }

    .case-solution-area .case_subtitle {
        font-size: 15px;
        color: #323F76;
        line-height: 1.65;
        display: block;
        overflow: visible;
        height: auto;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    .case_content_bottom {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1px;
        background-color: #EEF1F6;
        width: 1001px;
        height: auto;
        min-height: 186px;
        flex-wrap: unset;
    }

    .case_content_bottom > .case_hover_big {
        width: 100%;
        height: 94px;
        border-radius: 0;
        background-color: #fff;
        overflow: hidden;
    }

    .case_content_bottom > .case_hover_big > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* --- 资质证书 --- */
    #certificate_top {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 18px;
        padding-top: 31px;
    }

    .certificate_top_img {
        width: 200px;
        height: auto;
        flex-shrink: 0;
    }

    .certificate_top_img > img {
        width: 200px;
        height: 148px;
        object-fit: contain;
    }

    .certificate_top_img > div {
        width: 100%;
        max-width: 200px;
        margin-top: 13px;
    }

    .certificate_top_img.certificate_featured {
        width: 320px;
    }

    .certificate_top_img.certificate_featured > img {
        width: 320px;
        height: 220px;
    }

    .certificate_top_img.certificate_featured > div {
        max-width: 300px;
        font-size: 16px;
        line-height: 1.45;
    }

    #certificate_bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px 32px;
        padding-top: 42px;
    }

    .certificate_bottom_img {
        width: 150px;
        flex: 0 0 150px;
    }

    .certificate_bottom_img > img {
        width: 150px;
        height: 198px;
        object-fit: contain;
    }

    .certificate_bottom_img > div {
        width: 100%;
        max-width: 150px;
        margin-top: 13px;
    }

    .certificate_top_img > div,
    .certificate_bottom_img > div {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.45;
        color: #3d4d66;
    }

    /* --- 行业洞察 --- */
    .insight-wrap .insight_tabs_wrap {
        margin-top: 18px;
        padding: 0 20px;
    }

    .insight_title .insight_title_right {
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .insight_title #insight_title_right {
        width: 663px !important;
        height: auto;
        min-height: 44px;
        justify-content: space-between !important;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    .insight_title #insight_title_right > a {
        width: auto;
        min-width: 0;
        height: auto;
        font-size: 18px;
        color: #969DB9;
        line-height: 1.3;
        display: flex;
        flex-direction: row;
        align-items: center !important;
        justify-content: center;
    }

    .insight_title .insight_tab {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        white-space: nowrap;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
    }

    .insight_title .insight_tab_row {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .insight_title .insight_tab_icon {
        display: block;
        width: 20px;
        height: 20px;
        object-fit: contain;
        flex-shrink: 0;
        margin: 0;
    }

    .insight_title .insight_tab_text {
        display: block;
        white-space: nowrap;
        font-size: 18px;
        line-height: 1.3;
    }

    .insight_title .insight_tab .insightone_click_line {
        width: 2em !important;
        height: 3px;
        margin: 0 0 0 calc(20px + 8px);
        display: block !important;
        visibility: hidden;
        background-color: #005EFF;
    }

    .insight_title .insight_tab .insightone_click_line.insightone_click_line_show {
        visibility: visible;
    }

    .insight_title .insight_title_line {
        margin: 0;
    }

    .insight_content {
        padding-top: 52px;
    }

    #insight_content_right_PC > a > div,
    .insight_card_body {
        position: relative;
        width: 100%;
        min-height: auto;
        padding-bottom: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .insight_subtitle {
        font-size: 18px;
        font-weight: 600;
        color: #273572;
        line-height: 1.45;
        min-height: calc(18px * 1.45 * 2);
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
    }

    .insight_subtitle2 {
        font-size: 15px;
        color: #6b7385;
        line-height: 1.5;
        width: 100%;
        margin-top: 8px;
        flex: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
    }

    .insight_time {
        display: none !important;
    }

    #insight_content_right_PC {
        min-height: auto;
    }

    .insight_img > div > div:first-child {
        font-size: 28px;
        line-height: 1.45;
    }

    .insight_img > div > div:nth-child(2) {
        font-size: 38px;
        line-height: 1.2;
    }

    .insight_img > div > div:nth-child(3) > div:first-child {
        font-size: 15px;
        line-height: 1.5;
    }

    .insight_img > div > div:nth-child(3) > div:nth-child(2) {
        font-size: 28px;
    }

    .insight_more {
        font-size: 16px;
    }

    .insight_more:hover {
        letter-spacing: 0.02em;
    }

    /* 首页 Banner：固定 1920×560，超宽屏两侧模糊延伸 */
    .banner {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        overflow: hidden;
        background: #fff;
        min-height: 560px;
    }

    .banner-bleed {
        display: none;
    }

    .banner-fixed {
        position: relative;
        z-index: 1;
        width: 1920px;
        height: 560px;
        flex: 0 0 1920px;
    }

    @media (min-width: 1921px) {
        .banner-bleed {
            display: block;
            position: absolute;
            inset: 0;
            z-index: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            filter: blur(56px);
            transform: scale(1.12);
            opacity: 0.92;
            pointer-events: none;
            transition: background-image 0.6s ease;
        }

        .banner-bleed::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to right,
                rgba(255, 255, 255, 0.25) 0%,
                transparent 18%,
                transparent 82%,
                rgba(255, 255, 255, 0.25) 100%
            );
            pointer-events: none;
        }

        .banner-fixed {
            -webkit-mask-image: linear-gradient(
                to right,
                transparent 0,
                #000 72px,
                #000 calc(100% - 72px),
                transparent 100%
            );
            mask-image: linear-gradient(
                to right,
                transparent 0,
                #000 72px,
                #000 calc(100% - 72px),
                transparent 100%
            );
        }
    }

    .banner .mySwiper,
    .banner .swiper {
        position: relative;
        width: 1920px !important;
        height: 560px !important;
    }

    .banner .banner_img .swiper-slide {
        width: 1920px !important;
        height: 560px !important;
    }

    .banner .banner_img .swiperimg,
    .banner .banner_img > img,
    .banner .swiper-slide img {
        width: 1920px !important;
        height: 560px !important;
        max-width: none;
        object-fit: cover;
    }

    .banner .banner_content {
        top: 0;
        left: 0;
        width: 1920px;
        height: 560px;
        pointer-events: none;
        z-index: 5;
    }

    .banner .banner_content > div {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 885px;
        height: 313px;
        margin: 0;
    }

    .banner .banner_content > div.is-active {
        display: block;
    }

    .banner .banner_content_img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .banner .swiper-button-container {
        width: 1920px !important;
    }

    .banner .paginationBorder2 {
        left: 50%;
        transform: translateX(-50%);
    }

    .information > div > div:not(:first-child) {
        border-left: 1px solid rgba(0, 94, 255, 0.08);
    }

    .information > div > div {
        padding-left: 8px;
    }

    .navigation_item {
        box-shadow: 0 4px 24px rgba(0, 21, 81, 0.06);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .navigation_item:hover {
        transform: translateY(-5px);
        box-shadow: 0 14px 36px rgba(0, 21, 81, 0.11);
    }

    .navigation_item-tech {
        height: 390px;
        transform: none;
    }

    .navigation_item-tech:hover {
        transform: translateY(-5px);
        box-shadow:
            0 20px 48px rgba(0, 60, 180, 0.35),
            0 0 24px rgba(0, 198, 255, 0.15);
    }

    .navigation_third_border--tech {
        height: 210px;
        justify-content: space-between;
    }

    .navigation_third_border {
        width: calc(100% - 32px);
        margin: 32px 16px 0 16px;
    }

    .navigation_third {
        width: 100% !important;
    }

    .service-tag {
        height: 22px;
        padding: 0 10px;
        font-size: 12px;
    }

    .product_item_border {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 16px rgba(0, 21, 81, 0.05);
        transition: box-shadow 0.3s ease;
    }

    .product_item_border:hover {
        box-shadow: 0 8px 28px rgba(0, 94, 255, 0.1);
    }

    .product_left_item {
        border-radius: 8px 0 0 8px;
        transition: filter 0.3s ease;
    }

    .productClick {
        transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
    }

    .productClick:hover {
        transform: scale(1.04);
    }

    /* 轮播箭头：修复 display:none 导致 hover 无效 */
    .swiper-button-prev2,
    .swiper-button-next2 {
        display: flex !important;
    }

    .swiper-button-prev2:hover,
    .swiper-button-next2:hover {
        background: rgba(0, 21, 81, 0.65);
        transform: translateZ(0) scale(1.04);
    }

    .swiper-pagination-bullet {
        transition: width 0.3s ease, background-color 0.3s ease;
    }

    .case_content_text > div:first-child > div:nth-child(2) {
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .case_content_text > div:first-child > div:nth-child(2):hover {
        background-color: #0046cc;
        transform: translateX(2px);
    }

    .insight_more {
        transition: color 0.2s ease, letter-spacing 0.2s ease;
    }

    .insight_more:hover {
        color: #005EFF;
    }

    /* --- 选中态高亮 --- */
    #solution_button > div.click_solution,
    #solution_button > div.click_solution > div {
        color: #005EFF !important;
        font-weight: 700;
    }

    .advantage_button_click {
        color: #fff !important;
        font-weight: 700;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
    }

    .insight_tab.checked {
        color: #005EFF !important;
        font-weight: 700;
    }

    .insightone_click_line_show {
        display: block !important;
        background-color: #005EFF !important;
    }

    .case_menu_item_show > div {
        color: #fff !important;
        font-weight: 700;
    }

    .product_show {
        background: #005EFF !important;
    }

    .product_show > div > div {
        color: #fff !important;
    }
}

/* ===== H5 专属 ===== */
@media (max-width: 1199px) {

    #top5{
        padding-top: 40px;
    }

    #top6{
        padding-top: 40px;
    }

    #top8{
        padding-top: 40px;
    }

    #top10 {
        padding-top: 40px;
    }

    .insight-wrap {
        margin-top: 0;
        padding-bottom: 28px;
    }

    .insight-wrap .titleText_1 {
        padding-top: 40px;
    }

    .certificate-wrap {
        margin-top: 36px;
        padding: 0 0 38px;
    }

    .certificate-wrap .titleText_1 {
        padding-top: 40px;
    }

    .certificate_strength {
        margin: 12px 0 12px;
        padding: 12px;
    }

    .indexContent {
        letter-spacing: 0.01em;
    }

    .titleText_1 {
        font-size: 28px;
        font-weight: 700;
        color: #273572;
        padding-bottom: 6px;
    }

    .titleText_2 {
        font-size: 15px;
        color: #5c6370;
        line-height: 1.5;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 6px;
    }

    .information_two {
        font-size: 12px;
        letter-spacing: 0.02em;
        color: #3d4d66;
        line-height: 1.4;
    }

    .information {
        height: auto;
        min-height: 88px;
        padding: 14px 0;
        box-sizing: border-box;
    }

    .information > div {
        width: 100%;
        max-width: 100vw;
        padding: 0 6px;
        box-sizing: border-box;
        align-items: center;
    }

    .information > div > div {
        flex: 1;
        min-width: 0;
        width: auto;
        height: auto;
        top: 0;
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0 2px;
    }

    .information > div > div > div:first-child {
        height: auto !important;
    }

    .information_one {
        margin-top: 0 !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 2px;
        width: 100%;
        padding-left: 2px;
        box-sizing: border-box;
    }

    .information_num {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        flex-shrink: 0;
        white-space: nowrap;
    }

    .information_num--time {
        align-items: center;
    }

    .information_one > img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        flex-shrink: 0;
        display: block;
        margin: 0 0 0 -4px;
        padding: 0;
    }

    .information_img5 {
        margin-left: -4px !important;
    }

    .information_two {
        width: 100%;
        height: auto;
        margin-top: 0 !important;
        font-size: 11px;
        line-height: 1.3;
        letter-spacing: 0;
        text-align: center;
        white-space: nowrap;
    }

    .onetext {
        font-size: 18px;
        line-height: 1;
    }

    .twotext {
        font-size: 11px;
        line-height: 1;
        margin-right: 0;
    }

    .twotext--symbol {
        margin: 0 1px;
    }

    #service .navigation_top > div:first-child > div:nth-child(2) > div:first-child {
        font-size: 17px;
        line-height: 1.35;
        font-weight: 600;
    }

    #service .navigation_top > div:first-child > div:nth-child(2) > div:nth-child(2) {
        font-size: 12px;
        line-height: 1.4;
        color: #78829a;
    }

    #service .navigation_third > img {
        width: 20px;
        height: 20px;
    }

    #service .navigation_third_name {
        font-size: 16px;
    }

    #service .navigation_item-tech .navigation_top > div:first-child > div:nth-child(2) > div:first-child {
        font-size: 18px;
    }

    #service .navigation_item-tech .navigation_third_name {
        font-size: 16px;
    }

    /* --- 成熟产品 H5 --- */
    .product_h5 .product_left_item > div:first-child > div {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.35;
    }

    .product_h5 .product_left_item > div:nth-child(2) {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 6px;
    }

    .product_h5 .product_right_item > div > div > div:first-child,
    .product_h5 .productClick #pro_1 {
        font-size: 16px;
        font-weight: 600;
        color: #273572;
        line-height: 1.35;
    }

    .product_h5 .product_right_item > div > div > div:nth-child(2),
    .product_h5 .productClick #pro_2 {
        font-size: 13px;
        font-weight: 400;
        color: #6b7385;
        line-height: 1.5;
        padding: 6px 0 22px;
    }

    /* --- 行业解决方案 H5 --- */
    #solution_button > div {
        font-size: 15px;
        font-weight: 600;
    }

    .solution_title_text {
        font-size: 17px;
        font-weight: 600;
        color: #273572;
        padding: 14px 0 6px 16px;
        height: auto;
        line-height: 1.35;
    }

    .solution_subtitle_text {
        font-size: 13px;
        color: #6b7385;
        line-height: 1.5;
    }

    .solution_content_text {
        font-size: 15px;
        font-weight: 600;
        color: #273572;
        height: auto;
        line-height: 1.35;
    }

    .solution_content_subtitle {
        font-size: 13px;
        color: #6b7385;
        line-height: 1.5;
        height: auto;
        margin-top: 8px;
    }

    .solution_content_more {
        font-size: 12px;
        font-weight: 500;
        padding: 8px 0 0px 0;
    }

    /* --- 服务优势 H5 --- */
    .advantage_button {
        height: 50px;
        padding-top: 10px;
    }

    .advantage_button > div {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }

    .advantage_button > div > div {
        font-size: 14px;
        line-height: 46px;
    }

    .advantage_content,
    .advantage_content02,
    .advantage_content03,
    .advantage_content04 {
        height: auto;
        min-height: 0;
    }

    .advantage_content02_top {
        height: auto;
        min-height: 0;
    }

    .advantage_content01 > div:nth-child(2) {
        height: auto;
        min-height: 72px;
        background-position: center bottom;
    }

    .advantage_content03 > div:first-child {
        height: auto;
        min-height: 0;
    }

    .advantage_content01_text > div > div > div:first-child,
    .advantage_content > div:first-child > div > div:nth-child(2) > div:first-child {
        font-size: 17px;
        font-weight: 600;
        color: #273572;
    }

    .advantage_content01_text > div > div > div:nth-child(2),
    .advantage_content > div:first-child > div > div:nth-child(2) > div:nth-child(2) {
        font-size: 14px;
        line-height: 1.5;
        color: #555666;
    }

    .advantage_content01_bottom > div {
        font-size: 14px;
        line-height: 1.45;
    }

    .advantage_content02_top > div > div:nth-child(2) {
        height: auto;
        min-height: 196px;
    }

    .advantage_content02_top > div > div:nth-child(2) > div:first-child {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 6px;
    }

    .advantage_content02_list01 > div,
    .advantage_content02_list02 > div,
    .advantage_content02_list04 > div {
        font-size: 15px;
        line-height: 1.6;
        min-height: 38px;
    }

    .advantage_content03 > div > div > div {
        font-size: 15px;
        line-height: 1.45;
    }

    .advantage_content04 > div > div > div > div > div:nth-child(2) {
        font-size: 14px;
        font-weight: 600;
    }

    .advantage_content04 > div > div > div > div > div:nth-child(3) {
        font-size: 13px;
    }

    .case-section {
        max-width: none;
        padding: 0 12px;
    }

    .case-section .case_wall_box {
        padding: 0;
    }

    .case-section .case_wall.swiper {
        height: calc(110px * 3 + 10px * 2);
        min-height: calc(110px * 3 + 10px * 2);
        overflow: hidden;
    }

    .case-section .case_wall .swiper-wrapper {
        height: calc(110px * 3 + 10px * 2) !important;
    }

    .case-section .case_wall .swiper-slide {
        display: block !important;
        width: 100% !important;
        height: calc(110px * 3 + 10px * 2) !important;
        box-sizing: border-box;
        background: transparent !important;
        font-size: inherit;
    }

    .case-section .case_wall_page {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, 110px);
        gap: 10px;
        width: 100%;
        height: calc(110px * 3 + 10px * 2);
        box-sizing: border-box;
    }

    .case-section .case_wall_cell {
        position: relative;
        min-width: 0;
        height: 110px;
        overflow: hidden;
        border-radius: 10px;
        background: #eef3ff;
    }

    .case-section .case_wall_cell:empty {
        visibility: hidden;
        pointer-events: none;
    }

    .case-section .case_wall_item {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .case-section .case_wall_item > img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .case-section .case_wall_overlay {
        padding: 6px 8px;
        border-radius: 0;
    }

    .case-section .case_wall_prev,
    .case-section .case_wall_next {
        display: none;
    }

    .case-section .case_wall_title {
        font-size: 14px;
    }

    .case-section .case_wall_sub {
        font-size: 11px;
        margin-top: 2px;
    }

    .case-section .case_wall_item:hover,
    .case-section .case_wall_item:focus-visible {
        transform: none;
        box-shadow: 0 4px 14px rgba(0, 40, 120, 0.07);
    }

    .case-section .case_wall_item:hover > img,
    .case-section .case_wall_item:focus-visible > img {
        transform: none;
    }

    .case-section .case_wall_pagination {
        margin-top: 16px;
        gap: 6px;
    }

    .case-section .case_wall_pagination .swiper-pagination-bullet {
        width: 16px !important;
        height: 3px !important;
        border-radius: 999px !important;
        background: #c8d8f5 !important;
        margin: 0 !important;
        opacity: 1;
    }

    .case-section .case_wall_pagination .swiper-pagination-bullet-active {
        width: 26px !important;
        height: 3px !important;
        border-radius: 999px !important;
        background: #005EFF !important;
    }

    .case-section .case_center_entry {
        margin-top: 16px;
        font-size: 14px;
    }

    .certificate-section {
        max-width: none;
        padding: 0 12px;
    }

    .certificate-wrap .certificate_strength {
        gap: 8px;
        margin: 12px 0 10px;
    }

    .certificate-wrap .certificate_strength_item {
        font-size: 12px;
        padding: 5px 8px;
    }

    .certificate-wrap .certificate_strength_item strong {
        font-size: 16px;
    }

    .certificate-wrap .certificate_box {
        padding: 10px 36px 0;
    }

    .certificate-wrap .certificate_swiper {
        height: 310px;
        padding: 6px 0 8px;
    }

    .certificate-wrap .certificate_swiper .swiper-slide,
    .certificate-wrap .certificate_swiper .swiper-slide.certificate_slide--featured,
    .certificate-wrap .certificate_swiper .swiper-slide-active,
    .certificate-wrap .certificate_swiper .swiper-slide-active.certificate_slide--featured {
        width: 188px;
    }

    .certificate-wrap .certificate_frame {
        height: 236px;
    }

    .certificate-wrap .certificate_card--featured,
    .certificate-wrap .certificate_card--featured .certificate_frame {
        height: 236px;
    }

    .certificate-wrap .certificate_card {
        transform: scale(0.48);
        opacity: 0.18;
    }

    .certificate-wrap .certificate_swiper .swiper-slide-prev .certificate_card,
    .certificate-wrap .certificate_swiper .swiper-slide-next .certificate_card {
        transform: scale(0.76);
        opacity: 0.7;
    }

    .certificate-wrap .certificate_swiper .swiper-slide-active .certificate_card {
        transform: scale(1);
        opacity: 1;
    }

    .certificate-wrap .certificate_swiper .swiper-slide-active .certificate_name {
        margin-top: 6px;
        font-size: 11px;
    }

    .certificate-wrap .certificate_prev,
    .certificate-wrap .certificate_next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background-size: 13px;
        box-shadow: 0 4px 16px rgba(0, 40, 120, 0.1);
    }

    .certificate-wrap .certificate_pagination {
        margin-top: 4px;
        gap: 6px;
    }

    .certificate-wrap .certificate_pagination .swiper-pagination-bullet {
        width: 16px;
        height: 3px;
    }

    .certificate-wrap .certificate_pagination .swiper-pagination-bullet-active {
        width: 26px;
    }

    .certificate_box {
        padding: 0 28px;
    }

    .certificate_swiper {
        height: 188px;
    }

    .certificate_swiper .swiper-slide {
        width: 132px;
        height: 188px;
    }

    .certificate_swiper .swiper-slide.certificate_slide--featured {
        width: 156px;
    }

    .certificate_frame {
        height: 128px;
    }

    .certificate_card--featured .certificate_frame {
        height: 136px;
    }

    .certificate_name {
        font-size: 12px;
        margin-top: 6px;
    }

    .certificate_prev,
    .certificate_next {
        width: 28px;
        height: 28px;
        margin-top: -14px;
        background-size: 12px;
    }

    .certificate_pagination {
        margin-top: 12px;
        padding: 6px 12px;
        gap: 6px;
    }

    .certificate_pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .certificate_pagination .swiper-pagination-bullet-active {
        width: 24px;
    }

    .case_content_bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
        background-color: #EEF1F6;
        width: 92vw;
        flex-wrap: unset;
        margin-bottom: 22px;
    }

    .case_content_bottom > .case_hover_big {
        width: 100%;
        height: 75px;
        border-radius: 0;
        background-color: #fff;
        overflow: hidden;
    }

    .case_content_bottom > .case_hover_big > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border: none;
    }

    .case-solution-area {
        background-color: #FFFBF3;
        padding: 12px 14px;
        margin-top: 12px;
        border-color: #F3EBDC;
    }

    .case-solution-title {
        margin-bottom: 8px;
    }

    .case-solution-title img {
        width: 16px;
        height: 16px;
        padding: 4px;
        margin-right: 8px;
        border-radius: 7px;
    }

    .case-solution-title span {
        font-size: 16px;
    }

    .case-solution-area .case_subtitle {
        font-size: 14px;
        color: #323F76;
        line-height: 1.6;
        display: block;
        overflow: visible;
        height: auto;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    #certificate_phone_first .certificate_phone_first.certificate_featured > img {
        width: 100%;
        max-height: 220px;
        object-fit: contain;
    }

    #certificate_phone_first .certificate_phone_first.certificate_featured > div {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

    #certificate_phone_second {
        row-gap: 16px;
    }

    .certificate_phone_second {
        width: 46vw;
    }

    .certificate_phone_second > img {
        max-height: 120px;
        object-fit: contain;
    }

    #certificate_phone_third {
        gap: 16px 12px;
        justify-content: center;
    }

    .certificate_phone_third {
        width: 44vw;
    }

    .certificate_phone_third > img {
        max-height: 130px;
        object-fit: contain;
    }

    .navigation_item {
        box-shadow: 0 2px 12px rgba(0, 21, 81, 0.06);
        transition: box-shadow 0.25s ease;
    }

    .navigation_item-tech {
        height: 261px;
        box-shadow:
            0 8px 28px rgba(0, 60, 180, 0.3),
            0 0 16px rgba(0, 198, 255, 0.12);
    }

    .navigation_item-tech .navigation_third {
        padding: 4px 0;
    }

    .navigation_third_border {
        width: calc(100% - 24px);
        margin: 20px 12px 0 12px;
    }

    .navigation_third {
        width: 100% !important;
    }

    .service-tag {
        height: 18px;
        padding: 0 7px;
        font-size: 10px;
        margin-left: auto;
    }

    .navigation_item:active {
        box-shadow: 0 4px 16px rgba(0, 94, 255, 0.12);
    }

    .h5-banner-content {
        transition: transform 0.3s ease;
    }

    .test_h5_banner.swiper-slide-active .h5-banner-content {
        transform: scale(1);
    }

    .insight_more {
        transition: opacity 0.2s ease;
        font-size: 15px;
    }

    .insight_more:active {
        opacity: 0.7;
    }

    .insight-wrap .insight_tabs_wrap {
        margin-top: 14px;
    }

    .insight-wrap .insight_news_section {
        margin-top: 16px;
        padding: 0 12px;
    }

    .insight-wrap .insight_news_list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .insight-wrap .insight_news_card {
        flex-direction: row;
        align-items: stretch;
    }

    .insight-wrap .insight_news_thumb,
    .insight-wrap .insight_news_card--featured .insight_news_thumb {
        width: 158px;
        height: 105px;
        flex-shrink: 0;
        align-self: center;
    }

    .insight-wrap .insight_news_body {
        padding: 10px 12px;
        justify-content: center;
    }

    .insight-wrap .insight_news_title {
        font-size: 14px;
        margin-top: 4px;
    }

    .insight-wrap .insight_news_desc {
        font-size: 12px;
        margin-top: 4px;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .insight-wrap .insight_more_entry {
        margin-top: 22px;
        font-size: 14px;
    }

    .insight-wrap #insight_title_right_h5 {
        justify-content: flex-start;
        gap: 10px 23px;
    }

    .insight-wrap #insight_title_right_h5 > a,
    .insight-wrap .insight_tab {
        font-size: 14px;
        line-height: 1.4;
    }

    .insight-wrap #insight_title_right_h5 > a {
        width: auto;
        min-width: 84px;
        height: auto;
        align-items: flex-start !important;
        justify-content: flex-start;
    }

    .insight-wrap .insight_tab {
        align-items: flex-start;
    }

    .insight-wrap .insight_tab_row {
        align-items: center;
    }

    .insight-wrap .insight_tab_icon {
        width: 18px;
        height: 18px;
        margin: 0;
    }

    .insight_title_Phone {
        font-size: 17px;
        line-height: 1.45;
        min-height: calc(17px * 1.45 * 2);
        height: auto;
        width: calc(100% - 66px);
        max-width: none;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
    }

    .insight_border_Phone {
        position: relative;
        padding-bottom: 12px;
        box-sizing: border-box;
    }

    .insight_subtitle2 {
        font-size: 15px;
        line-height: 1.5;
        width: 100%;
        max-width: 100%;
        padding: 8px 33px 0 33px;
        box-sizing: border-box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
    }

    .insight_time {
        display: none !important;
    }

    .titleText_1::after {
        width: 28px;
    }

    .fix {
        padding-top: 40px;
    }
}
