/*
Theme Name: benlong
Theme URI: https://haven-flow.com
Template: blocksy
Author: haven flow
Author URI: https://haven-flow.com
Description: haven flow is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.44.1780308421
Updated: 2026-06-01 10:07:01

*/

/* ==========================================
   产品页自定义视频/图片画廊
   ========================================== */
.gog-custom-gallery {
    position: relative;
    width: 100%;
}
.gog-gallery-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gog-gallery-track {
    display: flex;
    transition: transform 0.3s ease;
}
.gog-gallery-slide {
    min-width: 100%;
    position: relative;
}
.gog-gallery-slide img {
    width: 100%;
    display: block;
}
.gog-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 5;
}
.gog-video-slide .gog-video-thumb:hover .gog-play-button {
    opacity: 0.8;
}
.gog-gallery-thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
}
.gog-thumb-track-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    width: calc(100% - 88px);
}
.gog-thumb-track-container::-webkit-scrollbar {
    display: none;
}
.gog-thumb-track-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.gog-thumb-track {
    display: flex;
    gap: 10px;
}
.gog-thumb-slide {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.gog-thumb-slide.active {
    border-color: #007cba;
}
.gog-thumb-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gog-thumb-arrow {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, opacity 0.2s;
    flex-shrink: 0;
}
.gog-thumb-arrow:hover {
    background: #e2e8f0;
}
.gog-thumb-arrow:disabled {
    opacity: 0.4;
    cursor: default;
}
.gog-thumb-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #334155;
    stroke-width: 2;
    fill: none;
}
/* ==========================================
   产品详情页
   ========================================== */
        .bl-pdp-wrapper {
            max-width: 1280px;
            margin: 0 auto;
            line-height: 1.5;
            color: #1e2a3e;
            background: #fff;
        }
        .bl-pdp-wrapper h1,
        .bl-pdp-wrapper h2 {
            font-size: 28px;
            font-weight: 600;
            margin: 32px 0 16px;
            padding-left: 0;
            border-left: none;
            color: #0f2f4d;
        }
        .bl-pdp-wrapper h1 {
            margin: 0 0 16px;
            font-size: 28px;
        }
        .bl-pdp-wrapper h3 {
            font-size: 22px;
            font-weight: 600;
            margin: 24px 0 12px;
            color: #1e4663;
        }
        .bl-pdp-wrapper p {
            margin-bottom: 14px;
            font-size: 16px;
            color: #2c3f4f;
        }
        .bl-pdp-split {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            align-items: center;
            background: #f8fafd;
            border-radius: 28px;
            padding: 32px;
            margin: 24px 0 32px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.02);
        }
        .bl-pdp-split-text {
            flex: 2;
            min-width: 240px;
        }
        .bl-pdp-split-media {
            flex: 1;
            background: #eef3fc;
            border-radius: 24px;
            padding: 20px;
            text-align: center;
        }
        .bl-pdp-split-media img {
            max-width: 100%;
            height: auto;
            border-radius: 16px;
        }
        .bl-pdp-badge {
            background: #2872fa;
            color: white;
            font-size: 12px;
            font-weight: 500;
            display: inline-block;
            padding: 4px 14px;
            border-radius: 30px;
            letter-spacing: 0.3px;
            margin-bottom: 16px;
        }
        .bl-pdp-definition {
            margin: 32px 0;
        }
        .bl-pdp-definition h2 {
            margin-bottom: 24px;
        }
        .bl-pdp-definition p {
            font-size: 16px;
            margin-bottom: 24px;
        }
        .bl-pdp-feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
            margin-top: 16px;
        }
        .bl-pdp-feature-card {
            background: #f8fafc;
            border-radius: 24px;
            padding: 20px;
            border: 1px solid #eef2f8;
        }
        .bl-pdp-feature-card strong {
            display: block;
            font-size: 18px;
            margin-bottom: 10px;
            color: #2872fa;
        }
        .bl-pdp-feature-card p {
            margin-bottom: 0;
            font-size: 14px;
            color: #4a627a;
        }
        .bl-pdp-gallery {
            margin: 32px 0;
        }
        .bl-pdp-gallery h2 {
            margin-bottom: 20px;
        }
        .bl-pdp-gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
        }
        .bl-pdp-gallery-item {
            background: #fff;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid #eef2f8;
            transition: transform 0.2s;
            text-align: center;
        }
        .bl-pdp-gallery-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.05);
        }
        .bl-pdp-gallery-item img {
            width: 100%;
            height: auto;
            display: block;
        }
        .bl-pdp-gallery-caption {
            padding: 12px 16px;
            margin: 0;
            font-weight: 500;
            background: #f8fafc;
            font-size: 14px;
            border-top: 1px solid #eef2f8;
        }
        .bl-pdp-table-wrap {
            overflow-x: auto;
            margin: 28px 0;
            border: 1px solid #eef2f8;
            border-radius: 24px;
            background: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.02);
        }
        .bl-pdp-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 15px;
        }
        .bl-pdp-table th,
        .bl-pdp-table td {
            padding: 14px 18px;
            text-align: left;
            border-bottom: 1px solid #edf2f7;
        }
        .bl-pdp-table th {
            background: #f1f6fd;
            font-weight: 600;
            color: #0f3b5c;
        }
        .bl-pdp-table tr:last-child td {
            border-bottom: none;
        }
        .bl-pdp-summary {
            background: #eef6ff;
            border-radius: 16px;
            padding: 16px 24px;
            margin: 16px 0 24px;
            font-weight: 500;
            color: #1e4663;
        }
        .bl-pdp-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
            gap: 24px;
            margin: 32px 0;
        }
        .bl-pdp-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 24px;
            border: 1px solid #edf2f7;
            transition: all 0.2s ease;
            box-shadow: 0 4px 12px rgba(0,0,0,0.02);
        }
        .bl-pdp-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.05);
            border-color: #dce5f0;
        }
        .bl-pdp-card h4 {
            font-size: 20px;
            margin-bottom: 12px;
            font-weight: 600;
            color: #1e4663;
        }
        .bl-pdp-card p {
            font-size: 15px;
            line-height: 1.45;
        }
        .bl-pdp-partners {
            background: linear-gradient(105deg, #f0f6fe 0%, #ffffff 100%);
            border-radius: 32px;
            padding: 24px 28px;
            margin: 32px 0;
            border: 1px solid #d9e8fb;
            box-shadow: 0 2px 8px rgba(0,0,0,0.02);
        }
        .bl-pdp-partners-title {
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 20px;
            color: #1e4663;
            display: block;
        }
        .bl-pdp-partners-list {
            display: flex;
            flex-wrap: wrap;
            gap: 16px 24px;
            align-items: center;
        }
        .bl-pdp-partner-text {
            font-size: 15px;
            font-weight: 500;
            color: #2c3f4f;
            background: #fff;
            padding: 6px 14px;
            border-radius: 40px;
            border: 1px solid #e2edfc;
        }
        .bl-pdp-case {
            background: linear-gradient(120deg, #fff9f0, #ffffff);
            border-radius: 28px;
            padding: 28px;
            margin: 32px 0;
            border: 1px solid #ffe4cc;
            box-shadow: 0 4px 12px rgba(0,0,0,0.02);
        }
        .bl-pdp-case h3 {
            margin-top: 0;
            color: #ff890f;
        }
        .bl-pdp-case-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            margin-top: 16px;
        }
        .bl-pdp-case-stat {
            flex: 1;
            background: white;
            border-radius: 20px;
            padding: 16px;
            text-align: center;
            border: 1px solid #f0e4d0;
        }
        .bl-pdp-case-stat strong {
            display: block;
            font-size: 28px;
            color: #2872fa;
            margin-bottom: 8px;
        }
        .bl-pdp-internal-links {
            background: #f1f6fd;
            border-radius: 32px;
            padding: 24px 28px;
            margin: 32px 0;
            border: 1px solid #d9e8fb;
        }
        .bl-pdp-internal-links-title {
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 20px;
            color: #1e4663;
            display: block;
        }
        .bl-pdp-links-list {
            display: flex;
            flex-wrap: wrap;
            gap: 16px 24px;
            align-items: center;
        }
        .bl-pdp-links-list a {
            color: #2872fa;
            text-decoration: none;
            font-weight: 500;
            background: white;
            padding: 6px 14px;
            border-radius: 40px;
            border: 1px solid #cde1fa;
            font-size: 14px;
            transition: 0.2s;
        }
        .bl-pdp-links-list a:hover {
            background: #2872fa;
            color: white;
            border-color: #2872fa;
        }
        .bl-pdp-feature {
            background: #f9fbfe;
            border-radius: 28px;
            padding: 28px;
            margin: 32px 0;
        }
        .bl-pdp-feature-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 16px;
        }
        .bl-pdp-feature-item {
            background: white;
            border-radius: 20px;
            padding: 18px 22px;
            flex: 1 1 200px;
            border: 1px solid #eef2f8;
            font-size: 15px;
            font-weight: 500;
            color: #1e2f3f;
        }
        .bl-pdp-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 16px;
            background: #f8fafd;
            border-radius: 28px;
            padding: 24px;
            margin: 24px 0;
        }
        .bl-pdp-step {
            flex: 1;
            min-width: 110px;
            font-size: 14px;
            font-weight: 500;
            padding-left: 12px;
            border-left: 2px solid #ff890f;
        }
        .bl-pdp-step strong {
            display: block;
            font-size: 16px;
            color: #0f2f4d;
        }
        .bl-pdp-cta {
            background: linear-gradient(105deg, #0a2a44 0%, #124263 100%);
            border-radius: 32px;
            padding: 40px 32px;
            text-align: center;
            margin: 48px 0;
            color: white;
        }
        .bl-pdp-cta h2,
        .bl-pdp-cta p {
            color: white;
        }
        .bl-pdp-cta h2 {
            border-left: none;
            padding-left: 0;
            margin: 0 0 12px;
        }
			.bl-pro-detail-article .bl-pdp-cta h2{
				color: #fff;
			}
        .bl-pdp-btn {
            display: inline-block;
            background: #ff890f;
            color: white;
            text-decoration: none;
            padding: 12px 32px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 16px;
            margin: 16px 0 8px;
            transition: background 0.2s;
        }
        .bl-pdp-btn:hover {
            background: #e07800;
        }
        .bl-pdp-footnote {
            font-size: 13px;
            opacity: 0.85;
        }
        .bl-pdp-faq-item {
            margin: 20px 0;
            border-bottom: 1px solid #ecf3f9;
            padding-bottom: 16px;
        }
		
        .bl-pdp-faq-question {
            font-weight: 700;
            color: #ff890f;
            margin-bottom: 8px;
            font-size: 17px;
        }
        .bl-pdp-two-col {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            margin: 32px 0;
        }
        .bl-pdp-col-main {
            flex: 1.5;
            background: #fefaf5;
            border-radius: 28px;
            padding: 24px;
        }
        .bl-pdp-col-side {
            flex: 1;
            background: #fff;
            border-radius: 28px;
            padding: 24px;
            border: 1px solid #eef2fa;
        }
        @media (max-width: 680px) {
            .bl-pdp-split { padding: 20px; }
            .bl-pdp-wrapper h1 { font-size: 24px; }
            .bl-pdp-wrapper h2 { font-size: 22px; }
            .bl-pdp-definition p { font-size: 14px; }
            .bl-pdp-feature-card strong { font-size: 16px; }
            .bl-pdp-feature-card p { font-size: 13px; }
            .bl-pdp-partners, .bl-pdp-internal-links {
                padding: 20px;
            }
            .bl-pdp-partners-title, .bl-pdp-internal-links-title {
                font-size: 16px;
            }
            .bl-pdp-gallery-grid {
                gap: 12px;
            }
        }


    .benlong-single-container {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 32px;
    }
    .benlong-single-section {
        padding: 80px 0;
        border-bottom: 1px solid #eef2f6;
    }
    .benlong-single-section:last-child {
        border-bottom: none;
    }
    .benlong-single-bg-light {
        background-color: #f8fafd;
        border-radius: 32px;
        margin: 20px 0;
        padding: 60px 40px;
    }
    .benlong-single-grid {
        display: grid;
        gap: 32px;
    }
    .benlong-single-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .benlong-single-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .benlong-single-card {
        background: #ffffff;
        border-radius: 24px;
        padding: 32px 28px;
        border: 1px solid #eef2f8;
        transition: all 0.25s ease;
    }
    .benlong-single-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 30px -12px rgba(0,0,0,0.08);
    }
    .benlong-single-card-title {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #1a2c3e;
    }
    .benlong-single-card-text {
        color: #4a5a72;
        font-size: 15px;
        line-height: 1.5;
    }
    .benlong-single-tag {
        background: #eef3fc;
        color: #2a5aa6;
        font-size: 12px;
        font-weight: 600;
        padding: 4px 14px;
        border-radius: 40px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .benlong-single-section-title {
        font-size: 32px;
        font-weight: 700;
        color: #0f2b3d;
        margin-bottom: 16px;
    }
    .benlong-single-section-desc {
        color: #4a5a72;
        max-width: 720px;
        margin-bottom: 48px;
    }
    /* 统计栏 - 层级高于 Hero */
    .benlong-single-stats {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #ffffff;
        border-radius: 28px;
        padding: 36px 40px;
        border: 1px solid #ecf3f9;
        margin-top: -48px;
        margin-bottom: 24px;
        position: relative;
        z-index: 2;
        gap: 20px;
    }
    .benlong-single-stat-item {
        text-align: center;
        flex: 1;
        min-width: 120px;
    }
    .benlong-single-stat-number {
        font-size: 38px;
        font-weight: 800;
        color: #2a5aa6;
        line-height: 1.2;
        margin-bottom: 6px;
    }
    .benlong-single-stat-label {
        font-size: 13px;
        font-weight: 500;
        color: #5f6f84;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    /* Hero 区域 */
    .benlong-single-hero {
        background-image: url('/wp-content/uploads/2026/06/1780237059137104.webp');
        background-size: cover;
        background-position: center;
        min-height: 450px;
        border-radius: 0 0 48px 48px;
        position: relative;
    }
    .benlong-single-hero-overlay {
        background: rgba(0, 0, 0, 0.55);
        padding: 80px 0 64px;
    }
    .benlong-single-hero-content {
        max-width: 700px;
    }
    .benlong-single-headline {
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .benlong-single-subhead {
        font-size: 18px;
        color: rgba(255,255,255,0.9);
        margin-bottom: 32px;
    }
    .benlong-single-btn-primary, .benlong-single-btn-secondary {
        display: inline-flex;
        padding: 12px 32px;
        border-radius: 40px;
        font-weight: 600;
        text-decoration: none;
        transition: 0.2s;
    }
    .benlong-single-btn-primary {
        background-color: #2a5aa6;
        color: white;
    }
    .benlong-single-btn-primary:hover {
        background-color: #1f4788;
    }
    .benlong-single-btn-secondary {
        background: transparent;
        border: 1px solid rgba(255,255,255,0.5);
        color: white;
    }

@media (max-width: 1440px) {
    .benlong-single-container {
        max-width: 1280px;
        padding: 0 24px;
    }
    .benlong-single-section {
        padding: 60px 0;
    }
    .benlong-single-bg-light {
        padding: 48px 32px;
        margin: 16px 0;
    }
    .benlong-single-section-title {
        font-size: 28px;
    }
    .benlong-single-card {
        padding: 24px 20px;
    }
    .benlong-single-card-title {
        font-size: 19px;
    }
}

/* 平板 (768px - 1024px) */
@media (max-width: 1024px) {
    .benlong-single-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .benlong-single-grid-2 {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .benlong-single-stats {
        padding: 28px 24px;
        margin-top: -40px;
        gap: 16px;
    }
    .benlong-single-stat-number {
        font-size: 32px;
    }
    .benlong-single-headline {
        font-size: 36px;
    }
    .benlong-single-hero-overlay {
        padding: 60px 0 48px;
    }
    .benlong-single-hero-content {
        max-width: 80%;
    }
    .benlong-single-section-title {
        font-size: 26px;
    }
    .benlong-single-section-desc {
        margin-bottom: 36px;
    }
}

/* 手机横屏 & 小平板 (640px - 768px) */
@media (max-width: 768px) {
    .benlong-single-container {
        padding: 0 20px;
    }
    .benlong-single-section {
        padding: 48px 0;
    }
    .benlong-single-bg-light {
        padding: 36px 20px;
        border-radius: 24px;
        margin: 12px 0;
    }
    .benlong-single-grid-4 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .benlong-single-stats {
        flex-direction: column;
        align-items: center;
        padding: 24px 20px;
        margin-top: -32px;
        gap: 20px;
    }
    .benlong-single-stat-item {
        width: 100%;
        text-align: center;
    }
    .benlong-single-headline {
        font-size: 32px;
    }
    .benlong-single-subhead {
        font-size: 16px;
    }
    .benlong-single-btn-primary,
    .benlong-single-btn-secondary {
        padding: 10px 24px;
        font-size: 14px;
    }
    .benlong-single-section-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .benlong-single-card {
        padding: 20px 16px;
    }
    .benlong-single-card-title {
        font-size: 18px;
    }
    .benlong-single-tag {
        font-size: 11px;
        margin-bottom: 12px;
    }
}

/* 手机竖屏 (小于480px) */
@media (max-width: 480px) {
    .benlong-single-container {
        padding: 0 16px;
    }
    .benlong-single-section {
        padding: 36px 0;
    }
    .benlong-single-bg-light {
        padding: 28px 16px;
        border-radius: 20px;
    }
    .benlong-single-stats {
        padding: 20px 16px;
        margin-top: -28px;
    }
    .benlong-single-stat-number {
        font-size: 28px;
    }
    .benlong-single-headline {
        font-size: 28px;
    }
    .benlong-single-hero-overlay {
        padding: 48px 0 40px;
    }
    .benlong-single-hero-content {
        max-width: 100%;
    }
    .benlong-single-btn-primary,
    .benlong-single-btn-secondary {
        padding: 8px 20px;
        font-size: 13px;
    }
    .benlong-single-section-title {
        font-size: 22px;
    }
    .benlong-single-section-desc {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .benlong-single-card-title {
        font-size: 17px;
    }
    .benlong-single-card-text {
        font-size: 14px;
    }
    .benlong-single-tag {
        font-size: 10px;
        padding: 3px 12px;
    }
}        

