/* 官网 demo 设计稿适配：交互与表单 */
html {
    overflow-x: hidden;
}

body.website-demo-body {
    margin: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.page {
    margin: 0 auto;
    max-width: 100vw;
}

/* 蓝湖 index.response.css 大量元素仅设 background-image，缺 repeat/size，默认 repeat 会平铺 */
body.website-demo-body .page [class^="box_"],
body.website-demo-body .page [class*=" box_"],
body.website-demo-body .page [class^="group_"],
body.website-demo-body .page [class*=" group_"],
body.website-demo-body .page [class^="block_"],
body.website-demo-body .page [class*=" block_"],
body.website-demo-body .page [class^="section_"],
body.website-demo-body .page [class*=" section_"] {
    background-repeat: no-repeat;
}

/* 全宽区块背景 */
body.website-demo-body .box_18,
body.website-demo-body .box_40,
body.website-demo-body .group_2 {
    background-size: cover;
    background-position: center top;
}

/* 卡片/图标区（仅 background-image，无 background-size） */
body.website-demo-body .group_3,
body.website-demo-body .group_5,
body.website-demo-body .block_3,
body.website-demo-body .box_14,
body.website-demo-body .group_9,
body.website-demo-body .group_11,
body.website-demo-body .group_12,
body.website-demo-body .block_4,
body.website-demo-body .group_13,
body.website-demo-body .group_14,
body.website-demo-body .block_5,
body.website-demo-body .box_30,
body.website-demo-body .group_19,
body.website-demo-body .box_32-0,
body.website-demo-body .box_32-1,
body.website-demo-body .box_32-2,
body.website-demo-body .box_32-3,
body.website-demo-body .group_32-0,
body.website-demo-body .group_32-1,
body.website-demo-body .group_32-2,
body.website-demo-body .group_32-3,
body.website-demo-body .block_11,
body.website-demo-body .box_47,
body.website-demo-body .section_17,
body.website-demo-body .section_18 {
    background-size: cover;
    background-position: center;
}

/* 顶栏固定悬浮 */
body.website-demo-body {
    --demo-header-h: max(56px, 5.21vw);
}

body.website-demo-body .box_17.demo-site-header,
body.website-demo-body .box_17 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    width: 100% !important;
    min-height: var(--demo-header-h);
    height: var(--demo-header-h) !important;
    box-sizing: border-box;
    box-shadow: 0 1px 0 rgba(224, 233, 255, 1);
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

/* 顶栏：清除蓝湖各元素不一致 margin-top，logo / 地区 / 导航统一垂直居中 */
body.website-demo-body .box_17.demo-site-header > .image_2 {
    margin: 0 0 0 8.85vw !important;
    align-self: center;
}

body.website-demo-body .box_17.demo-site-header > .text_35,
body.website-demo-body .box_17.demo-site-header > .text_36 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    line-height: 1.2 !important;
    align-self: center;
}

body.website-demo-body .box_17.demo-site-header > .text_35 {
    margin-left: 0.31vw !important;
}

body.website-demo-body .box_17.demo-site-header > .text_36 {
    margin-left: 0.41vw !important;
}

body.website-demo-body .box_17.demo-site-header > .section_3.demo-city-selector {
    margin: 0 0 0 1.04vw !important;
    align-self: center;
    height: auto !important;
    min-height: 28px;
}

body.website-demo-body .box_17.demo-site-header > a.site-nav-link {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    line-height: 1.25 !important;
    align-self: center;
}

body.website-demo-body .box_17.demo-site-header > .section_4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    align-self: center;
    gap: 6px;
    width: auto !important;
    height: auto !important;
    min-height: 36px;
    padding: 0 14px;
    box-sizing: border-box;
    background-color: rgba(64, 115, 250, 0.1);
    border: 1px solid rgba(64, 115, 250, 1);
    border-radius: 21px;
    flex-shrink: 0;
    overflow: visible;
}

body.website-demo-body .box_17.demo-site-header > .section_4 .label_3 {
    margin: 0 !important;
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0;
}

body.website-demo-body .box_17.demo-site-header > .section_4 .text_47,
body.website-demo-body .box_17.demo-site-header > .section_4 .site-phone-link {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    font-size: clamp(12px, 0.83vw, 16px) !important;
    font-weight: 600;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    flex-shrink: 0;
    color: rgba(64, 115, 250, 1) !important;
}

/* 用户口碑：五星紧挨排列 */
body.website-demo-body #testimonials [class*="group_49"] {
    align-items: center !important;
}

body.website-demo-body #testimonials [class*="group_50"] {
    width: auto !important;
    flex: 0 1 auto !important;
}

body.website-demo-body #testimonials [class*="image-wrapper_6"] {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

body.website-demo-body #testimonials [class*="thumbnail_20"],
body.website-demo-body #testimonials [class*="thumbnail_21"],
body.website-demo-body #testimonials [class*="thumbnail_22"],
body.website-demo-body #testimonials [class*="thumbnail_23"],
body.website-demo-body #testimonials [class*="thumbnail_24"] {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

body.website-demo-body .box_17.demo-site-header > .demo-nav-toggle {
    align-self: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.website-demo-body .box_53,
body.website-demo-body .demo-inner-header-wrap.box_53 {
    padding-top: var(--demo-header-h);
    box-sizing: border-box;
}

/* 顶栏城市选择（数据来自服务城市） */
.demo-city-selector {
    position: relative;
    flex-shrink: 0;
    overflow: visible;
}

body.website-demo-body .section_3.demo-city-selector {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto;
    min-width: 4.48vw;
    height: auto !important;
    min-height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
    gap: 4px;
}

.demo-city-selector .demo-city-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.31vw;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: inherit;
    font: inherit;
}

.demo-city-selector .thumbnail_9,
.demo-city-selector .thumbnail_10 {
    width: 14px !important;
    min-width: 14px;
    height: 14px !important;
    min-height: 14px;
    margin: 0 !important;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
}

.demo-city-selector .text_37,
.demo-city-selector .demo-city-name {
    width: auto !important;
    height: auto !important;
    min-width: 0;
    max-width: 8em;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center !important;
    line-height: 1.2 !important;
    font-size: clamp(12px, 0.72vw, 14px);
    white-space: nowrap;
    flex-shrink: 0;
}

.demo-city-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: max-content;
    min-width: 156px;
    max-width: min(280px, calc(100vw - 24px));
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(224, 233, 255, 1);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(19, 25, 49, 0.12);
    z-index: 1200;
    box-sizing: border-box;
}

.demo-city-selector.open .demo-city-dropdown {
    display: block;
}

.demo-city-dropdown li {
    padding: 8px 14px;
    font-size: max(12px, 0.72vw);
    line-height: 1.4;
    color: rgba(34, 34, 34, 1);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.15s;
}

.demo-city-dropdown li:hover,
.demo-city-dropdown li.active {
    background: rgba(245, 249, 255, 1);
    color: rgba(64, 115, 250, 1);
}

.demo-city-dropdown li.is-preparing {
    color: rgba(118, 115, 128, 1);
}

.demo-nav-toggle,
.demo-mobile-nav,
.demo-mobile-nav-mask {
    display: none;
}

@media (max-width: 768px) {
    .demo-mobile-nav {
        display: block !important;
    }
}

body.demo-nav-open {
    overflow: hidden;
}

a.site-nav-link,
a.site-phone-link,
a.site-news-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a.site-nav-link:hover,
a.site-phone-link:hover {
    opacity: 0.85;
}

.site-pagination a {
    text-decoration: none;
    color: inherit;
}

.site-page-active {
    opacity: 1 !important;
}

.demo-input,
.demo-textarea {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    outline: none;
    resize: none;
    font: inherit;
    color: inherit;
    padding: 0;
}

.demo-input::placeholder,
.demo-textarea::placeholder {
    color: rgba(153, 153, 153, 1);
}

/* 预约上门表单 */
.box_50 {
    height: auto;
    min-height: 71.52vw;
}

#contact.group_1 {
    height: auto;
    min-height: 35.63vw;
    overflow: visible;
    padding-bottom: 1.04vw;
}

#contactForm.contact-form.box_6 {
    height: auto !important;
    min-height: 22.5vw;
    overflow: visible;
    padding-bottom: 2.08vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.contact-form-fields {
    width: 40.42vw;
    margin: 2.08vw 0 0 3.64vw;
    gap: 1.86vw;
}

.contact-field-group {
    flex: 1;
    min-width: 0;
}

.contact-field-group-block {
    width: 40.42vw;
    margin: 1.25vw 0 0 3.64vw;
}

.contact-label {
    display: block;
    color: rgba(34, 34, 34, 1);
    font-size: max(12px, 0.83vw);
    font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 0.52vw;
}

.contact-field {
    background-color: rgba(245, 249, 255, 1);
    border: 1px solid rgba(224, 233, 255, 1);
    border-radius: 6px;
    height: 2.61vw;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 1.25vw;
    box-sizing: border-box;
}

.contact-input {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    color: rgba(34, 34, 34, 1);
    font-size: max(12px, 0.72vw);
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.4;
    padding: 0;
}

.contact-input::placeholder {
    color: rgba(153, 153, 153, 1);
}

.contact-textarea-wrap {
    width: 100%;
    min-height: 7.19vw;
    background-color: rgba(245, 249, 255, 1);
    border: 1px solid rgba(224, 233, 255, 1);
    border-radius: 6px;
    padding: 0.78vw 1.25vw 0.62vw;
    box-sizing: border-box;
}

.contact-textarea {
    width: 100%;
    min-height: 4.5vw;
    border: 0;
    background: transparent;
    outline: none;
    resize: none;
    color: rgba(34, 34, 34, 1);
    font-size: max(12px, 0.72vw);
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    padding: 0;
}

.contact-textarea::placeholder {
    color: rgba(153, 153, 153, 1);
}

.contact-char-row {
    justify-content: flex-end;
    margin-top: 0.42vw;
}

.contact-char-count {
    color: rgba(153, 153, 153, 1);
    font-size: max(11px, 0.72vw);
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.4;
}

.contact-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42vw;
    width: 6.25vw;
    min-width: 96px;
    height: 2.3vw;
    min-height: 36px;
    margin: 1.25vw auto 0;
    padding: 0 1.2vw;
    background-color: rgba(64, 115, 250, 1);
    border: 0;
    border-radius: 22px;
    cursor: pointer;
    box-sizing: border-box;
    flex-shrink: 0;
}

.contact-submit-text {
    color: rgba(255, 255, 255, 1);
    font-size: max(12px, 0.72vw);
    font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
}

.contact-submit-icon {
    width: max(12px, 0.84vw);
    height: max(12px, 0.84vw);
    display: block;
}

.contact-submit-btn:active {
    opacity: 0.85;
}

.demo-submit-btn {
    cursor: pointer;
}

.demo-submit-btn:active {
    opacity: 0.85;
}

.contact-submit-btn.demo-submit-btn {
    background-color: rgba(64, 115, 250, 1);
    padding: 0 1.2vw;
}

.demo-empty-tip {
    width: 100%;
    text-align: center;
    color: rgba(78, 91, 111, 1);
    font-size: 1.04vw;
    padding: 4vw 0;
}

#siteToast.site-toast {
    position: fixed;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%) translateY(20px);
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s, transform 0.25s;
}

#siteToast.site-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

#siteToast.site-toast.success {
    background: rgba(26, 109, 255, 0.92);
}

#siteToast.site-toast.error {
    background: rgba(220, 53, 69, 0.92);
}

a.site-nav-link.active {
    color: rgba(26, 109, 255, 1);
}

/* 新闻资讯列表 */
.news-grid.grid_3 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.04vw;
    row-gap: 1.04vw;
    height: auto;
    min-height: 43.81vw;
    align-content: start;
}

.news-card {
    background-color: rgba(248, 250, 255, 1);
    border: 1px solid rgba(224, 233, 255, 1);
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    min-height: 13.91vw;
    margin: 0;
    box-sizing: border-box;
}

.news-card-head {
    margin: 1.56vw 1.56vw 0;
    align-items: center;
}

.news-card-icon {
    width: 0.73vw;
    height: 0.73vw;
    min-width: 10px;
    min-height: 10px;
    display: block;
}

.news-card-date {
    color: rgba(102, 102, 102, 1);
    font-size: 0.72vw;
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.05vw;
    white-space: nowrap;
}

.news-card-body {
    margin: 1.04vw 1.56vw 0;
    flex: 1;
}

.news-card-title {
    margin: 0;
    color: rgba(51, 51, 51, 1);
    font-size: 0.93vw;
    font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    line-height: 1.57vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-card-desc {
    margin: 0.63vw 0 0;
    color: rgba(153, 153, 153, 1);
    font-size: 0.72vw;
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.36vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-divider {
    background-color: rgba(243, 243, 243, 1);
    height: 0.06vw;
    min-height: 1px;
    margin: 1.04vw 1.56vw 0;
}

.news-card-footer {
    margin: 1.04vw 1.56vw 1.56vw;
}

.news-card-link {
    background-color: rgba(64, 115, 250, 1);
    border-radius: 16px;
    width: 5.63vw;
    min-width: 88px;
    height: 1.67vw;
    min-height: 28px;
    padding: 0 0.83vw;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
}

.news-card-link span {
    color: rgba(255, 255, 255, 1);
    font-size: 0.72vw;
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.05vw;
    white-space: nowrap;
}

.news-card-link img {
    width: 0.84vw;
    height: 0.84vw;
    min-width: 12px;
    min-height: 12px;
    display: block;
}

@media (max-width: 768px) {
    .news-grid.grid_3 {
        width: 92vw;
        margin-left: 4vw;
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .news-card {
        min-height: 0;
    }

    .news-card-date,
    .news-card-desc,
    .news-card-link span {
        font-size: 12px;
    }

    .news-card-title {
        font-size: 15px;
        line-height: 1.4;
    }

    .contact-form-fields,
    .contact-field-group-block {
        width: calc(100% - 7.28vw);
        margin-left: 3.64vw;
    }

    .contact-form-fields {
        flex-direction: column;
        gap: 16px;
        margin-top: 24px;
    }

    .contact-field-group-block {
        margin-top: 16px;
    }

    .contact-label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    #contactForm.contact-form.box_6 {
        min-height: 0;
        padding-bottom: 24px;
    }

    #contact.group_1 {
        min-height: 0;
        padding-bottom: 24px;
    }

    .contact-submit-btn {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .demo-empty-tip {
        font-size: 14px;
    }
}

/* 服务城市：中国地图 */
.box_39.demo-map-panel {
    position: relative;
    overflow: hidden;
    background: #f0f6fc !important;
}

.demo-map-stage {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 29.17vw;
}

.demo-map-base {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 29.17vw;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.demo-map-markers {
    position: absolute;
    inset: 0;
}

.demo-map-pin {
    position: absolute;
    transform: translate(-50%, -100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.demo-map-pin-icon {
    width: 1.04vw;
    height: 1.25vw;
    min-width: 14px;
    min-height: 17px;
    display: block;
}

.demo-map-pin-name {
    margin-top: 0.21vw;
    font-size: 0.83vw;
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    color: rgba(34, 34, 34, 1);
    white-space: nowrap;
    line-height: 1.2;
}

.demo-map-pin.is-preparing .demo-map-pin-name {
    color: rgba(135, 91, 41, 1);
}

.demo-map-pin.active .demo-map-pin-name {
    font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    color: rgba(64, 115, 250, 1);
}

.demo-map-legend {
    position: absolute;
    left: 1.04vw;
    bottom: 1.04vw;
    display: flex;
    flex-direction: column;
   gap: 0.42vw;
    z-index: 3;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    padding: 0.52vw 0.73vw;
}

.demo-map-legend-item {
    display: flex;
    align-items: center;
   gap: 0.31vw;
}

.demo-map-legend-item img {
    width: 0.83vw;
    height: 1vw;
    min-width: 12px;
    min-height: 14px;
}

.demo-map-legend-item span {
    font-size: 0.73vw;
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    color: rgba(78, 91, 111, 1);
    white-space: nowrap;
}

/* 左侧城市列表（动态） */
#demoCityList.box_37 {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0.1vw 0.52vw rgba(64, 115, 250, 0.08);
}

.demo-city-item {
    display: flex;
    align-items: center;
    min-height: 4.17vw;
    padding: 0 1.35vw;
    cursor: pointer;
    transition: background-color 0.2s;
}

.demo-city-item:hover {
    background: rgba(64, 115, 250, 0.06);
}

.demo-city-item.active {
    background: rgba(64, 115, 250, 0.12);
}

.demo-city-item .demo-city-bar {
    flex-shrink: 0;
    margin-right: 1.14vw;
    margin-top: 0;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.2s, width 0.2s;
}

.demo-city-item.active .demo-city-bar {
    opacity: 1;
    width: 0.21vw;
}

.demo-city-label {
    font-size: 1.14vw;
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    color: rgba(34, 34, 34, 1);
    white-space: nowrap;
    line-height: 1.36vw;
}

.demo-city-item.active .demo-city-label {
    font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    color: rgba(64, 115, 250, 1);
}

.demo-city-item.is-preparing .demo-city-label {
    color: rgba(135, 91, 153, 1);
}

@media (max-width: 768px) {
    .demo-map-pin-name,
    .demo-map-legend-item span {
        font-size: 12px;
    }

    .demo-city-label {
        font-size: 14px;
    }
}

#cities.box_36 {
    justify-content: center;
}

#cities.box_36 .section_19 {
    width: 63.13vw;
    max-width: calc(100% - 3.64vw);
    margin: 2.6vw auto 0;
}

#cities.box_36 .group_42 {
    width: 63.13vw;
    max-width: 100%;
    justify-content: flex-start !important;
    gap: 1.04vw;
    align-items: stretch;
}

#cities.box_36 .box_37 {
    flex: 0 0 15.63vw;
    width: 15.63vw;
    height: 29.17vw;
}

#cities.box_36 .box_39.demo-map-panel {
    flex: 0 0 46.46vw;
    width: 46.46vw;
    height: 29.17vw;
}

@media (max-width: 768px) {
    #cities.box_36 .section_19,
    #cities.box_36 .group_42 {
        width: 92vw;
    }

    #cities.box_36 .group_42 {
        flex-direction: column;
        height: auto;
    }

    #cities.box_36 .box_37,
    #cities.box_36 .box_39.demo-map-panel {
        flex: none;
        width: 100%;
        height: auto;
    }

    #cities.box_36 .demo-map-stage {
        min-height: 240px;
    }
}

/* 服务流程（动态数据，demo 首页） */
#process.box_35 {
    height: auto !important;
    min-height: 43.23vw;
    padding-bottom: 3.64vw;
    box-sizing: border-box;
    position: relative;
}

#process .text-group_87 {
    width: auto !important;
    max-width: 90vw;
    height: auto !important;
    margin: 2.6vw auto 0 !important;
    text-align: center;
    align-items: center !important;
}

#process .text_82,
#process .text_83 {
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    text-align: center !important;
    white-space: normal !important;
}

.demo-process-stage {
    position: relative;
    width: 82.3vw;
    max-width: calc(100% - 3.12vw);
    margin: 3.5vw auto 0;
    padding-top: 1vw;
    box-sizing: border-box;
}

.demo-process-hline {
    position: absolute;
    left: 50%;
    top: 4.2vw;
    transform: translateX(-50%);
    display: block;
    width: 62.5vw;
    max-width: 76%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.demo-process-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
}

.demo-process-unit {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 0 0 auto;
}

.demo-process-arrow {
    width: 2.4vw;
    min-width: 28px;
    height: 1.46vw;
    min-height: 18px;
    margin: 2.2vw 0.4vw 0;
    flex-shrink: 0;
    object-fit: contain;
}

.demo-process-column {
    width: 19.38vw;
    min-width: 180px;
    max-width: 280px;
    align-items: center;
    flex-shrink: 0;
}

.demo-process-circle-outer {
    background-color: rgba(28, 110, 252, 0.12);
    border-radius: 50%;
    width: 5.94vw;
    min-width: 72px;
    height: 5.94vw;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-process-circle-inner {
    background-color: rgba(28, 110, 252, 1);
    border-radius: 50%;
    width: 5vw;
    min-width: 60px;
    height: 5vw;
    min-height: 60px;
    align-items: center;
    justify-content: center;
}

.demo-process-num {
    color: #fff;
    font-size: max(22px, 2.08vw);
    font-family: PingFangSC-Semibold, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    line-height: 1;
}

.demo-process-vline {
    display: block;
    width: 2px;
    height: 5.58vw;
    min-height: 48px;
    margin: 0.6vw auto 0;
    object-fit: fill;
}

.demo-process-card {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid rgba(219, 234, 255, 1);
    width: 100%;
    min-height: 20.32vw;
    padding: 3.2vw 1.5vw 2vw;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    margin-top: 0.2vw;
}

.demo-process-card-dot {
    position: absolute;
    top: -0.31vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0.53vw;
    min-width: 6px;
    height: 0.53vw;
    min-height: 6px;
    border-radius: 50%;
    background-color: rgba(28, 110, 252, 1);
}

.demo-process-icon-wrap {
    width: 6.25vw;
    min-width: 64px;
    height: 6.25vw;
    min-height: 64px;
    margin: 0 auto 1.04vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-process-icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.demo-process-icon-fa {
    font-size: max(32px, 3.12vw);
    color: rgba(28, 110, 252, 1);
}

.demo-process-title {
    color: rgba(34, 34, 34, 1);
    font-size: max(16px, 1.25vw);
    font-family: PingFangSC-Semibold, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    text-align: center;
}

.demo-process-content {
    color: rgba(118, 115, 128, 1);
    font-size: max(13px, 0.83vw);
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    margin-top: 0.63vw;
    text-align: center;
    display: block;
    white-space: pre-line;
}

#process .demo-empty-tip {
    width: 100%;
    text-align: center;
    color: rgba(118, 115, 128, 1);
    padding: 2vw;
    font-size: max(14px, 0.93vw);
}

/* 权威见证：区块高度随行数自适应（媒体报道不限条数） */
#witness.box_40 {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding-bottom: 3.43vw;
    box-sizing: border-box;
}

#witness .section_9 {
    width: 82.3vw;
    max-width: calc(100% - 3.12vw);
    height: auto !important;
    min-height: 0 !important;
    margin: 1.56vw auto 3.43vw !important;
    overflow: visible !important;
    box-sizing: border-box;
}

/* 兼容旧蓝湖 grid_4 类名（若残留） */
#witness .grid_4 {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: visible !important;
}

/* 主流媒体报道（动态列表，覆盖蓝湖 grid_4 固定高度/序号类名） */
#witness .demo-witness-media-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    align-content: start;
    gap: 1.14vw;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 1.56vw auto 0;
    padding: 0 1.56vw 1.56vw;
    box-sizing: border-box;
    overflow: visible !important;
}

#witness .demo-witness-media-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto !important;
    min-height: 8.34vw;
    padding: 1.56vw;
    box-sizing: border-box;
    background-color: rgba(248, 250, 255, 1);
    border: 1px solid rgba(224, 233, 255, 1);
    border-radius: 12px;
    background-image: none;
}

#witness .demo-witness-media-name {
    margin: 0;
    color: rgba(34, 34, 34, 1);
    font-size: max(14px, 1.14vw);
    font-family: PingFangSC-Semibold, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

#witness .demo-witness-media-summary {
    margin: 0.42vw 0 0;
    color: rgba(118, 115, 128, 1);
    font-size: max(12px, 0.83vw);
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    word-break: break-word;
}

#witness .demo-witness-media-link {
    display: inline-flex;
    align-items: center;
    gap: 0.31vw;
    margin-top: 0.83vw;
    text-decoration: none;
    color: rgba(64, 115, 250, 1);
    font-size: max(12px, 0.72vw);
    line-height: 1.4;
}

#witness .demo-witness-media-link img {
    width: 0.73vw;
    min-width: 10px;
    height: 0.73vw;
    min-height: 10px;
    object-fit: contain;
}

#witness .demo-witness-media-link.is-disabled {
    opacity: 0.55;
    cursor: default;
}

#witness .demo-witness-media-grid .demo-empty-tip {
    grid-column: 1 / -1;
    width: 100%;
    padding: 24px 16px;
    text-align: center;
    color: rgba(118, 115, 128, 1);
}

@media (max-width: 1100px) {
    #witness .demo-witness-media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 92vw;
    }
}

/* 主流媒体报道链接（旧类名兼容，可删） */
.demo-witness-media-link {
    text-decoration: none;
    color: inherit;
}

.demo-witness-media-link.is-disabled {
    opacity: 0.55;
    cursor: default;
}

.demo-witness-media-grid .demo-empty-tip {
    width: 100%;
    padding: 24px 16px;
    text-align: center;
    color: rgba(118, 115, 128, 1);
}

/* FAQ 手风琴（demo 首页） */
#faq .box_43.demo-faq-list {
    width: 65.11vw;
    max-width: calc(100% - 3.12vw);
    height: auto;
    min-height: 28.34vw;
    margin: 0 auto;
    padding: 1.56vw;
    box-sizing: border-box;
    background: url(../demo/img/SketchPnge6adb3912c03a21d5a9fc7ba27895f4602cb83bf6d92fc7a8606573c63fb70bb.png) 100% no-repeat;
    background-size: 100% 100%;
}

.demo-faq-item {
    border-bottom: 1px dashed rgba(224, 233, 255, 1);
}

.demo-faq-item:last-child {
    border-bottom: 0;
}

.demo-faq-question {
    width: 100%;
    align-items: flex-start;
    padding: 1.25vw 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

.demo-faq-q-main {
    align-items: flex-start;
    gap: 0.83vw;
    flex: 1;
    min-width: 0;
    padding-right: 1.04vw;
}

.demo-faq-num {
    flex-shrink: 0;
    width: 1.57vw;
    min-width: 24px;
    height: 1.57vw;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../demo/img/SketchPng7fe44c34a752dd19bf32857d993208790dc277d32118c5629710d35abde14b6e.png) center / contain no-repeat;
    color: #fff;
    font-size: max(12px, 0.83vw);
    font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    line-height: 1;
}

.demo-faq-title {
    color: rgba(34, 34, 34, 1);
    font-size: max(14px, 0.93vw);
    font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    line-height: 1.57vw;
    text-align: left;
}

.demo-faq-arrow {
    flex-shrink: 0;
    width: 1.25vw;
    min-width: 18px;
    height: 1.25vw;
    min-height: 18px;
    margin-top: 0.16vw;
    transition: transform 0.2s ease;
}

.demo-faq-item.is-open .demo-faq-arrow {
    transform: rotate(180deg);
}

.demo-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.demo-faq-item.is-open .demo-faq-answer {
    max-height: 20vw;
}

.demo-faq-answer-body {
    padding: 0 0 1.04vw 2.4vw;
    color: rgba(118, 115, 128, 1);
    font-size: max(13px, 0.83vw);
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    white-space: pre-line;
}

@media (max-width: 768px) {
    #faq .box_43.demo-faq-list {
        width: 92vw;
        min-height: 0;
        padding: 16px;
    }

    .demo-faq-question {
        padding: 14px 0;
    }

    .demo-faq-title {
        line-height: 1.5;
    }

    .demo-faq-answer-body {
        padding-left: 36px;
        font-size: 13px;
    }

    .demo-faq-item.is-open .demo-faq-answer {
        max-height: 400px;
    }
}

/* 隐藏设计稿内嵌的重复联系入口（统一用右侧 fixed 悬浮栏） */
.box_28,
.box_33,
.box_45,
.box_46,
.box_48,
.section_20,
.section_27,
.group_41 {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 右侧固定悬浮联系栏（滚动不随页面移动） */
.demo-float-bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1200;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.demo-float-item {
    position: relative;
    overflow: visible;
}

.demo-float-item + .demo-float-item .demo-float-btn {
    margin-top: 0.21vw;
}

.demo-float-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.13vw;
    min-width: 52px;
    padding: 0.62vw 0.31vw;
    background-color: rgba(64, 115, 250, 1);
    border: 0;
    border-radius: 10px 0 0 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s;
}

.demo-float-btn:hover,
.demo-float-item.is-open .demo-float-btn {
    background-color: rgba(53, 98, 220, 1);
}

.demo-float-icon {
    width: 1.46vw;
    height: 1.46vw;
    min-width: 22px;
    min-height: 22px;
    display: block;
}

.demo-float-label {
    margin-top: 0.32vw;
    font-size: max(10px, 0.62vw);
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.4;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
}

.demo-float-popover {
    position: absolute;
    right: calc(100% + 0.52vw);
    top: 50%;
    transform: translateY(-50%);
    min-width: 8.33vw;
    padding: 0.83vw 1.04vw;
    background: rgba(64, 115, 250, 1);
    border-radius: 10px;
    box-shadow: 0 0.42vw 1.25vw rgba(64, 115, 250, 0.25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1;
    white-space: nowrap;
    overflow: visible;
}

.demo-float-popover::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent rgba(64, 115, 250, 1);
}

.demo-float-item:hover .demo-float-popover,
.demo-float-item.is-open .demo-float-popover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.demo-float-popover-title {
    display: block;
    margin-bottom: 0.31vw;
    font-size: max(12px, 0.72vw);
    font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
    color: rgba(255, 255, 255, 0.92);
}

.demo-float-popover-phone {
    font-size: max(14px, 0.93vw);
    font-family: PingFangSC-Semibold, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.demo-float-popover-phone:hover {
    text-decoration: underline;
}

.demo-float-popover-qr {
    text-align: center;
    white-space: normal;
    background: #fff;
    border: 1px solid rgba(224, 233, 255, 1);
}

.demo-float-popover-qr::after {
    border-color: transparent transparent transparent #fff;
}

.demo-float-popover-qr .demo-float-popover-title {
    color: rgba(34, 34, 34, 1);
}

.demo-float-popover-qr img {
    display: block;
    width: 6.25vw;
    min-width: 96px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

.demo-float-popover-tip {
    display: block;
    margin-top: 0.42vw;
    font-size: max(11px, 0.62vw);
    color: rgba(153, 153, 153, 1);
}

.demo-float-popover-qr-dual {
    background: rgba(64, 115, 250, 1);
    border: 0;
    padding: 0.83vw 1.04vw;
    min-width: auto;
}

.demo-float-popover-qr-dual::after {
    border-color: transparent transparent transparent rgba(64, 115, 250, 1);
}

.demo-float-qr-grid {
    display: flex;
    flex-direction: row;
    gap: 0.83vw;
    align-items: flex-start;
}

.demo-float-qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 6.25vw;
    min-width: 96px;
}

.demo-float-qr-box {
    width: 100%;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-float-popover-qr-dual .demo-float-qr-box img {
    width: 100%;
    height: 100%;
    min-width: 0;
    margin: 0;
    object-fit: cover;
    border-radius: 0;
}

.demo-float-qr-label {
    margin-top: 0.42vw;
    font-size: max(12px, 0.72vw);
    font-family: PingFangSC-Semibold, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    white-space: nowrap;
}

.demo-float-qr-empty {
    font-size: max(10px, 0.52vw);
    color: rgba(153, 153, 153, 1);
    padding: 0.42vw;
    text-align: center;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .demo-float-bar {
        top: 50%;
        right: 0;
        bottom: auto;
        transform: translateY(-50%);
    }

    .demo-float-btn {
        width: 48px;
        padding: 8px 6px;
    }

    .demo-float-label {
        font-size: 10px;
    }

    .demo-float-item + .demo-float-item .demo-float-btn {
        margin-top: 4px;
    }

    .demo-float-popover {
        right: calc(100% + 8px);
        min-width: 140px;
        max-width: calc(100vw - 80px);
    }

    .demo-float-popover-qr-dual {
        padding: 12px 14px;
    }

    .demo-float-qr-grid {
        gap: 12px;
    }

    .demo-float-qr-item {
        width: 96px;
        min-width: 80px;
    }
}

/* ========== H5 移动端适配 ========== */
@media (max-width: 768px) {
    body.website-demo-body {
        padding-bottom: env(safe-area-inset-bottom, 0px);
        padding-right: 0;
    }

    .box_53,
    .box_1,
    .box_50,
    .box_15 {
        padding-right: 0;
    }

    .page {
        height: auto !important;
        min-height: 100vh;
        overflow: visible !important;
        display: flex;
        flex-direction: column;
        width: 100% !important;
        max-width: 100vw;
    }

    .page > [class^="box_"],
    .page > [class*=" box_"] {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin-top: 0 !important;
    }

    .box_53 {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        order: 1;
    }

    .box_1,
    .box_50,
    .box_15 {
        width: 100% !important;
        height: auto !important;
        margin-top: 0 !important;
    }

    .box_1 {
        order: 2;
        padding-bottom: 24px;
    }

    .box_50 {
        order: 3;
    }

    .box_15 {
        order: 4;
        padding-bottom: env(safe-area-inset-bottom, 16px);
    }

    /* 顶栏 */
    body.website-demo-body {
        --demo-header-h: 52px;
    }

    .box_17.demo-site-header,
    .box_17 {
        position: fixed !important;
        top: 0;
        z-index: 1100;
        height: auto !important;
        min-height: var(--demo-header-h) !important;
        min-height: 52px;
        padding: 8px 12px 8px 8px;
        flex-wrap: wrap;
        align-items: center;
        box-shadow: 0 1px 0 rgba(224, 233, 255, 1);
        box-sizing: border-box;
    }

    .box_17 .image_2 {
        width: 32px !important;
        height: 32px !important;
        margin: 0 0 0 4px !important;
    }

    .box_17 .text_35 {
        font-size: 16px !important;
        line-height: 1.3 !important;
        width: auto !important;
        height: auto !important;
        margin: 0 0 0 8px !important;
        white-space: nowrap;
    }

    .box_17 .text_36 {
        display: none !important;
    }

    .box_17 .section_3,
    .box_17 .section_3.demo-city-selector {
        width: auto !important;
        height: auto !important;
        min-height: 32px !important;
        margin: 0 0 0 8px !important;
        border-radius: 16px;
        flex-shrink: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .box_17 .section_3.demo-city-selector .demo-city-btn {
        gap: 4px !important;
        min-height: 32px !important;
    }

    .box_17 .section_3.demo-city-selector .text_37,
    .box_17 .section_3.demo-city-selector .demo-city-name {
        margin: 0 !important;
        text-align: center !important;
        line-height: 1.2 !important;
        font-size: 12px !important;
        height: auto !important;
    }

    .box_17 .section_3.demo-city-selector .thumbnail_9,
    .box_17 .section_3.demo-city-selector .thumbnail_10 {
        width: 14px !important;
        height: 14px !important;
        margin: 0 !important;
    }

    .box_17 > a.site-nav-link {
        display: none !important;
    }

    .box_17 .section_4 {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;
        min-height: 32px !important;
        margin-left: auto !important;
        margin-right: 4px !important;
        padding: 0 10px !important;
        border-radius: 16px;
        align-items: center !important;
        flex-shrink: 0 !important;
        overflow: visible !important;
        box-sizing: border-box !important;
        gap: 4px !important;
    }

    .box_17 .section_4 .text_47,
    .box_17 .section_4 .site-phone-link {
        width: auto !important;
        height: auto !important;
        margin: 0 0 0 4px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: unset !important;
        flex-shrink: 0 !important;
        color: rgba(64, 115, 250, 1) !important;
    }

    .box_17 .section_4 .label_3 {
        width: 14px !important;
        height: 14px !important;
        margin: 0 4px 0 0 !important;
    }

    /* 汉堡菜单 */
    .demo-nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        padding: 8px;
        border: 0;
        background: transparent;
        cursor: pointer;
        flex-shrink: 0;
    }

    .demo-nav-toggle-bar {
        display: block;
        width: 100%;
        height: 2px;
        background: rgba(34, 34, 34, 1);
        border-radius: 1px;
        transition: transform 0.2s, opacity 0.2s;
    }

    body.demo-nav-open .demo-nav-toggle-bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.demo-nav-open .demo-nav-toggle-bar:nth-child(2) {
        opacity: 0;
    }

    body.demo-nav-open .demo-nav-toggle-bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .demo-mobile-nav-mask {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1298 !important;
    }

    body.demo-nav-open .demo-mobile-nav-mask {
        display: block;
    }

    .demo-mobile-nav {
        display: block !important;
        position: fixed;
        top: 0;
        right: 0;
        width: min(280px, 82vw);
        height: 100%;
        max-height: 100dvh;
        padding: calc(52px + env(safe-area-inset-top, 0px)) 20px calc(20px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
        z-index: 1299 !important;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.25s ease;
        box-sizing: border-box;
        visibility: visible !important;
    }

    body.demo-nav-open .demo-mobile-nav {
        transform: translateX(0);
    }

    .demo-mobile-nav-link,
    .demo-mobile-nav-phone {
        display: block;
        padding: 14px 0;
        font-size: 15px;
        color: rgba(34, 34, 34, 1);
        text-decoration: none;
        border-bottom: 1px solid rgba(243, 243, 243, 1);
    }

    .demo-mobile-nav-phone {
        margin-top: 8px;
        color: rgba(64, 115, 250, 1);
        font-weight: 600;
        border-bottom: 0;
    }

    /* 区块通用：取消固定高度，内容自适应 */
    .box_53 > [class^="box_"],
    .box_53 > [class*=" box_"] {
        height: auto !important;
        min-height: 0;
    }

    .box_18,
    .box_21,
    .box_34,
    .box_35,
    .box_36,
    .box_40,
    .box_41,
    .box_42 {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 24px;
        box-sizing: border-box;
    }

    /* 区块标题 */
    .text-group_65,
    .text-group_74,
    .text-group_85,
    .text-group_89,
    .text-group_90,
    .text-group_95,
    .text-group_67,
    .text-group_68 {
        width: auto !important;
        height: auto !important;
        margin: 24px 16px 0 !important;
        text-align: center;
    }

    .text-group_65 span,
    .text-group_74 span,
    .text-group_85 span,
    .text-group_89 span,
    .text-group_90 span,
    .text-group_95 span,
    .text-group_67 span,
    .text-group_68 span,
    .text_1,
    .text_55,
    .text_77,
    .text_90,
    .text_98,
    .text_112,
    .text_11,
    .text_20 {
        width: auto !important;
        height: auto !important;
        font-size: 20px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        text-align: center;
        display: block;
    }

    .text_2,
    .text_56,
    .text_78,
    .text_91,
    .text_99,
    .text_113,
    .text_12,
    .text_21 {
        font-size: 14px !important;
        line-height: 1.5 !important;
        white-space: normal !important;
        margin-top: 8px;
    }

    /* Hero（提高优先级覆盖 index.response.css 固定 vw 尺寸） */
    .website-demo-body .box_18 {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 8px 16px 28px !important;
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .website-demo-body .box_54 {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 8px !important;
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .text-wrapper_14,
    .text-wrapper_15 {
        width: auto !important;
        height: auto !important;
        min-height: 28px !important;
        padding: 4px 10px !important;
        display: inline-flex !important;
        align-items: center !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important;
    }

    .text_48,
    .text_49 {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
        white-space: nowrap !important;
    }

    .text-wrapper_16 {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
        width: 100% !important;
        height: auto !important;
        margin: 14px 0 0 !important;
        font-size: 0 !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    .text_50,
    .text_51 {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        font-size: 24px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    .text_52 {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 12px 0 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
        white-space: normal !important;
        color: rgba(68, 68, 68, 1) !important;
    }

    .box_20 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 18px 0 0 !important;
        padding: 0 !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
    }

    .group_10 {
        width: 100% !important;
        height: auto !important;
        min-height: 88px !important;
        margin: 0 !important;
        padding: 14px 16px !important;
        border-radius: 12px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
    }

    .text-group_73 {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        flex: 1 !important;
        min-width: 0 !important;
    }

    .text_53 {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }

    .text_54 {
        width: auto !important;
        height: auto !important;
        margin: 6px 0 0 !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }

    .group_11 {
        flex-shrink: 0 !important;
        width: 72px !important;
        height: 72px !important;
        margin: 0 0 0 12px !important;
        border-radius: 8px !important;
        background-size: cover !important;
        background-position: center !important;
    }

    /* 服务品类：区块标题与 Hero 间距 */
    .box_21 {
        margin-top: 0 !important;
        padding-top: 8px !important;
        position: relative !important;
        z-index: 1 !important;
    }

    .block_15 {
        width: 100% !important;
        height: auto !important;
        margin: 20px 0 0 !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
    }

    .text-group_74 {
        width: 100% !important;
        height: auto !important;
        text-align: center !important;
    }

    .text_55,
    .text_56 {
        width: auto !important;
        height: auto !important;
        margin-left: 0 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .text_55 {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    .text_56 {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-top: 8px !important;
    }

    /* 服务品类：两列网格 */
    .block_16,
    .block_17,
    .block_18 {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 12px !important;
        width: 100% !important;
        height: auto !important;
        margin: 16px 0 0 !important;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .block_16 > div,
    .block_17 > div {
        width: calc(50% - 8px) !important;
        margin: 0 !important;
        min-height: 108px !important;
    }

    .block_16 .text_57,
    .block_16 .text_59,
    .block_16 .text_61,
    .block_16 .text_63,
    .block_17 .text_65,
    .block_17 .text_67,
    .block_17 .text_69,
    .block_17 .text_71,
    .block_18 .text_73,
    .block_18 .text_75 {
        font-size: 14px !important;
        line-height: 1.3 !important;
        white-space: normal !important;
    }

    .block_16 .text_58,
    .block_16 .text_60,
    .block_16 .text_62,
    .block_16 .text_64,
    .block_17 .text_66,
    .block_17 .text_68,
    .block_17 .text_70,
    .block_17 .text_72,
    .block_18 .text_74,
    .block_18 .text_76 {
        font-size: 11px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }

    .list_6 {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 12px !important;
        width: 100% !important;
        height: auto !important;
    }

    .list_6 > [class*="image-text"] {
        width: calc(50% - 8px) !important;
    }

    /* 优势卡片：单列 */
    .list_7 {
        flex-direction: column !important;
        align-items: center !important;
        height: auto !important;
        gap: 16px;
        padding: 0 16px;
    }

    .list_7 > [class*="image-text"] {
        width: 100% !important;
        max-width: 360px;
    }

    /* 联系表单全宽（悬浮栏 fixed 浮层，不占内容宽度） */
    #contactForm.contact-form.box_6 {
        width: 100% !important;
        margin: 16px 0 0 !important;
        background-size: 100% 100%;
    }

    .contact-form-fields,
    .contact-field-group-block {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .contact-input,
    .contact-textarea {
        font-size: 16px;
    }

    /* 页脚联系区堆叠 */
    .block_12 {
        flex-direction: column !important;
        height: auto !important;
        gap: 16px;
        padding: 0 16px;
    }

    .section_1,
    .section_2 {
        width: 100% !important;
    }

    .box_51,
    .box_52,
    .block_14 {
        flex-wrap: wrap !important;
        height: auto !important;
        gap: 12px;
    }

    .block_14 > div {
        width: calc(50% - 8px) !important;
    }

    .text_28 {
        white-space: normal !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    /* 新闻区 */
    .text-group_65 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .site-pagination {
        justify-content: center;
        margin-top: 16px;
    }
}

@media (max-width: 768px) {
    .demo-nav-toggle {
        display: flex;
    }
}

@media (min-width: 769px) {
    .demo-nav-toggle,
    .demo-mobile-nav,
    .demo-mobile-nav-mask {
        display: none !important;
    }
}

/* 内页顶栏（新闻详情等） */
@media (max-width: 768px) {
    .demo-inner-page .demo-inner-header-wrap.box_53 {
        order: 0 !important;
    }

    .demo-inner-page .news-detail-page {
        order: 1 !important;
    }

    .demo-inner-page .demo-simple-footer.box_15 {
        order: 2 !important;
    }
}

/* 新闻详情页 */
.news-detail-page {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 24px 16px 32px;
    box-sizing: border-box;
}

.news-detail-breadcrumb {
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(118, 115, 128, 1);
}

.news-detail-crumb-link {
    color: rgba(64, 115, 250, 1);
    text-decoration: none;
}

.news-detail-crumb-link:hover {
    opacity: 0.85;
}

.news-detail-crumb-sep {
    color: rgba(190, 196, 210, 1);
}

.news-detail-crumb-current {
    color: rgba(78, 91, 111, 1);
}

.news-detail-card {
    background: #fff;
    border: 1px solid rgba(224, 233, 255, 1);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(64, 115, 250, 0.06);
    overflow: hidden;
}

.news-detail-header {
    padding: 28px 28px 0;
    gap: 12px;
}

.news-detail-title {
    margin: 0;
    color: rgba(34, 34, 34, 1);
    font-size: 28px;
    font-family: PingFangSC-Semibold, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

.news-detail-meta {
    align-items: center;
    gap: 16px;
    color: rgba(118, 115, 128, 1);
    font-size: 14px;
    line-height: 1.5;
}

.news-detail-date,
.news-detail-views {
    white-space: nowrap;
}

.news-detail-lead {
    margin: 4px 0 0;
    padding: 12px 14px;
    background: rgba(245, 249, 255, 1);
    border-radius: 8px;
    color: rgba(78, 91, 111, 1);
    font-size: 15px;
    line-height: 1.7;
}

.news-detail-cover {
    margin: 20px 28px 0;
    border-radius: 12px;
    overflow: hidden;
}

.news-detail-cover img {
    display: block;
    width: 100%;
    height: auto;
}

.news-detail-content {
    padding: 24px 28px 32px;
    color: rgba(34, 34, 34, 1);
    font-size: 16px;
    line-height: 1.8;
    word-break: break-word;
}

.news-detail-content p {
    margin: 0 0 1em;
}

.news-detail-content p:last-child {
    margin-bottom: 0;
}

.news-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4 {
    margin: 1.5em 0 0.75em;
    line-height: 1.4;
    color: rgba(34, 34, 34, 1);
}

.news-detail-content ul,
.news-detail-content ol {
    margin: 0 0 1em;
    padding-left: 1.5em;
}

.news-detail-content a {
    color: rgba(64, 115, 250, 1);
}

.news-detail-embed {
    position: relative;
    width: 100%;
    min-height: 480px;
    border: 1px solid rgba(224, 233, 255, 1);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.news-detail-embed-frame {
    display: block;
    width: 100%;
    height: 70vh;
    min-height: 480px;
    border: 0;
}

.news-detail-actions {
    margin-top: 20px;
}

.news-detail-back {
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid rgba(224, 233, 255, 1);
    border-radius: 22px;
    background: #fff;
    color: rgba(64, 115, 250, 1);
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.news-detail-back:hover {
    background: rgba(245, 249, 255, 1);
    border-color: rgba(64, 115, 250, 0.35);
}

.news-detail-back img {
    width: 14px;
    height: 14px;
    display: block;
}

.demo-simple-footer {
    margin-top: auto;
}

/* 内页（新闻详情等）布局：取消设计稿绝对定位与固定高度 */
.demo-inner-page {
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    background: rgba(245, 249, 255, 1);
}

.demo-inner-page .demo-inner-header-wrap.box_53 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    flex-shrink: 0;
}

.demo-inner-page .news-detail-page {
    flex: 1;
    width: 100%;
}

.demo-inner-page .demo-simple-footer.box_15 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 32px 24px 40px;
    box-sizing: border-box;
    flex-shrink: 0;
    background: #fff;
    border-top: 1px solid rgba(224, 233, 255, 1);
}

.demo-inner-page .demo-simple-footer .text-group_72 {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto 16px !important;
    align-items: center !important;
    text-align: center;
}

.demo-inner-page .demo-simple-footer .text_32,
.demo-inner-page .demo-simple-footer .text_33,
.demo-inner-page .demo-simple-footer .text_34 {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.6 !important;
}

.demo-inner-page .demo-simple-footer .text_33 {
    margin-top: 8px !important;
    color: rgba(135, 141, 153, 1);
}

.demo-inner-page .demo-simple-footer .image_1 {
    width: 100% !important;
    height: 1px !important;
    margin: 16px 0 !important;
    object-fit: cover;
}

.demo-inner-page .demo-simple-footer .text_34 {
    font-size: 12px;
    color: rgba(135, 141, 153, 1);
}

/* 上下篇 */
.news-detail-adjacent {
    margin-top: 20px;
    gap: 16px;
    align-items: stretch;
}

.news-detail-adjacent-item {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(224, 233, 255, 1);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

a.news-detail-adjacent-item:hover {
    border-color: rgba(64, 115, 250, 0.45);
    box-shadow: 0 4px 16px rgba(64, 115, 250, 0.08);
}

.news-detail-adjacent-empty {
    opacity: 0.55;
    cursor: default;
}

.news-detail-adjacent-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(64, 115, 250, 1);
    line-height: 1.4;
}

.news-detail-adjacent-title {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(34, 34, 34, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-detail-adjacent-next {
    text-align: right;
}

.news-detail-adjacent-next .news-detail-adjacent-label,
.news-detail-adjacent-next .news-detail-adjacent-title {
    text-align: right;
}

@media (max-width: 768px) {
    .box_17.demo-site-header .text_36 {
        display: none;
    }

    .news-detail-page {
        padding: 16px 16px 24px;
    }

    .news-detail-header {
        padding: 20px 16px 0;
    }

    .news-detail-title {
        font-size: 22px;
    }

    .news-detail-meta {
        font-size: 13px;
        gap: 12px;
    }

    .news-detail-lead {
        font-size: 14px;
    }

    .news-detail-cover {
        margin: 16px 16px 0;
    }

    .news-detail-content {
        padding: 20px 16px 24px;
        font-size: 15px;
        line-height: 1.75;
    }

    .news-detail-embed {
        min-height: 360px;
    }

    .news-detail-embed-frame {
        height: 60vh;
        min-height: 360px;
    }
}
