* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    overflow-y: scroll;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
    background: #f4f8fc;
    background-image: none;
    overflow-x: hidden;
    min-height: 100vh;
    zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: top left;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 600px at 15% 20%, rgba(26,111,196,.06) 0%, transparent 70%),
                radial-gradient(circle 500px at 85% 30%, rgba(26,158,110,.05) 0%, transparent 70%),
                radial-gradient(circle 400px at 50% 80%, rgba(42,143,212,.04) 0%, transparent 70%),
                radial-gradient(circle 350px at 70% 60%, rgba(26,158,110,.03) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

#center {
    width: 100%;
    max-width: 100%;
    background: transparent;
    overflow: visible;
}

/* 顶部区域 */
#top {
    height: 72px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    background: #ffffff;
}

.logo {
    float: none;
}

.logo h1 a {
    width: 280px;
    height: 72px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.top-right {
    float: none;
    width: auto;
    height: auto;
}

.top-yuyan {
    margin-top: 0;
    width: auto;
}

.top-yuyan table {
    border-collapse: collapse;
}

.top-yuyan select {
    padding: 6px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.top-yuyan select:hover {
    border-color: #0088ff;
    color: #333333;
}

/* 导航栏样式已移至 nav.css 统一管理 */

/* Banner区域 */
#banner {
    width: 100%;
    max-width: 1600px;
    height: 500px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
    background: linear-gradient(135deg, #0a1628 0%, #0d2137 25%, #0f2847 50%, #0a3d5c 75%, #08517a 100%);
}

#banner img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center right;
    display: block !important;
}

#banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 15% 25%, rgba(0, 212, 170, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 75%, rgba(0, 136, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 40%, rgba(0, 204, 255, 0.15) 0%, transparent 60%);
    z-index: 2;
    pointer-events: none;
}

#banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 212, 170, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 136, 255, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 3;
    pointer-events: none;
    animation: gridMove 20s linear infinite;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 500px;
}

.banner-title {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.banner-subtitle {
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 36px;
    letter-spacing: 4px;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    color: #27ae60;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.banner-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

#kongbai {
    display: none;
}

/* 通用板块样式 */
.section {
    width: 100%;
    padding: 80px 0;
}

.section-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-subtitle {
    font-size: 16px;
    color: #0088ff;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #00d4aa, #0088ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #222222;
    line-height: 1.3;
    letter-spacing: 1px;
}

/* 产品展示区 */
.products-section {
    background: #ffffff;
}

.products-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-card {
    width: calc((100% - 72px) / 4);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00d4aa, #0088ff);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 136, 255, 0.15);
    border-color: #0088ff;
}

.product-card:hover::before {
    opacity: 1;
}

.product-card-img {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #0a1628 0%, #0f2847 50%, #0a3d5c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.product-card-img img {
    display: none !important;
}

.product-tech-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 212, 170, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 136, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 1;
}

.product-icon {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 3;
    transition: transform 0.4s ease;
}

.product-card:hover .product-icon {
    transform: scale(1.1);
}

.product-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(0, 212, 170, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 2;
    transition: all 0.4s ease;
}

.product-card:hover .product-glow {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(0, 212, 170, 0.3) 0%, rgba(0, 136, 255, 0.15) 50%, transparent 70%);
}

.product-card:hover .product-card-img img {
    transform: scale(1.08);
}

.product-card-body {
    padding: 24px;
    text-align: center;
}

.product-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.product-card:hover .product-card-title {
    color: #0088ff;
}

.product-card-desc {
    font-size: 13px;
    color: #666666;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-more {
    text-align: center;
    margin-top: 40px;
}

.product-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #0088ff;
    color: #0088ff;
    font-size: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 136, 255, 0.15);
}

.product-more a:hover {
    background: linear-gradient(135deg, #00d4aa 0%, #0088ff 100%);
    color: #ffffff;
    border-color: transparent;
    transform: rotate(90deg);
    box-shadow: 0 4px 16px rgba(0, 136, 255, 0.4);
}

/* 关于我们区域 */
.about-section {
    background: linear-gradient(135deg, #0a1628 0%, #0d2137 40%, #0f2847 70%, #083d5c 100%);
    position: relative;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 0;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(0, 212, 170, 0.2) 0%, transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(0, 136, 255, 0.18) 0%, transparent 40%);
    pointer-events: none;
}

.about-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 212, 170, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 136, 255, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.about-section .section-inner {
    position: relative;
    z-index: 1;
}

.about-section .section-subtitle {
    color: #00d4aa;
    background: linear-gradient(135deg, #00d4aa, #00ccff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-section .section-title {
    color: #ffffff;
}

.about-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-text {
    flex: 1;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 2;
}

.about-text p {
    margin-bottom: 20px;
    text-indent: 2em;
}

.about-stats {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.stat-item {
    width: calc(50% - 15px);
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(0, 212, 170, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.stat-item:hover {
    background: rgba(0, 212, 170, 0.08);
    border-color: rgba(0, 212, 170, 0.6);
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 136, 255, 0.2);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #00d4aa 0%, #00ccff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(0, 212, 170, 0.3);
}

.stat-number span {
    font-size: 24px;
    -webkit-text-fill-color: #00ccff;
    color: #00ccff;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.about-more {
    text-align: center;
    margin-top: 50px;
}

.about-more a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 40px;
    background: linear-gradient(135deg, #00d4aa 0%, #0088ff 100%);
    border-radius: 30px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 136, 255, 0.35);
    position: relative;
    overflow: hidden;
}

.about-more a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.about-more a:hover::before {
    left: 100%;
}

.about-more a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 212, 170, 0.45);
}

/* 页脚 */
#jw-line {
    display: none;
}

.hei1 {
    display: none;
}

/* 旧页脚结构兼容样式 */
.jw-left,
.jw-right {
    float: none !important;
    width: 100% !important;
    max-width: 1600px;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

.jw-left ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    width: 100% !important;
}

.jw-left li {
    margin-bottom: 10px !important;
    font-size: 13px !important;
    color: #888888 !important;
    line-height: 1.8 !important;
    text-align: center !important;
}

.jw-left a {
    color: #cccccc !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

.jw-left a:hover {
    color: #0088ff !important;
}

.jw-right {
    display: none !important;
}

.tongji {
    display: none !important;
}

.jw-left .yw {
    color: #0088ff !important;
}

.footer-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-top {
    display: flex;
    gap: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 30px;
}

.footer-logo {
    flex: 0 0 280px;
}

.footer-logo-img {
    height: 60px;
    margin-bottom: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-desc {
    font-size: 13px;
    color: #888888;
    line-height: 1.8;
    text-align: center;
}

.footer-links {
    flex: 1;
    display: flex;
    gap: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #00d4aa, #0088ff);
    border-radius: 2px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li {
    margin-bottom: 12px;
}

.footer-col a {
    color: #888888 !important;
    text-decoration: none !important;
    font-size: 13px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-col a:hover {
    color: #0088ff !important;
    transform: translateX(4px);
}

.footer-qrcode-col {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

.footer-qrcode {
    text-align: center;
}

#footer-qrcode {
    width: 116px;
    height: 116px;
    margin: 0 auto;
    background: #ffffff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

#footer-qrcode img {
    display: none !important;
}

#footer-qrcode canvas {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
}

.footer-bottom p {
    font-size: 12px;
    color: #666666;
    line-height: 2;
    margin: 0;
}

.footer-bottom a {
    color: #888888 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #0088ff !important;
}

.db_height {
    display: none;
}

.height {
    display: none;
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .section-inner {
        max-width: 100%;
        padding: 0 20px;
    }
    .section {
        padding: 60px 0;
    }
    .section-title {
        font-size: 32px;
    }
    .product-card {
        width: calc((100% - 48px) / 3) !important;
    }
    
    .about-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .about-text, .about-stats {
        width: 100%;
    }
    
    .footer-top {
        flex-wrap: wrap;
        gap: 40px;
    }
    .footer-logo {
        flex: 0 0 100%;
        text-align: center;
    }
    .footer-logo-img {
        margin: 0 auto 16px;
    }
    .footer-links {
        flex: 1;
        flex-wrap: wrap;
    }
    #top {
        padding: 0 20px;
    }
    .footer-inner {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 40px 0;
    }
    .section-subtitle {
        font-size: 14px;
    }
    .section-title {
        font-size: 26px;
    }
    #banner {
        height: 300px;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .banner-content p {
        font-size: 14px;
    }
    .products-grid {
        gap: 16px;
    }
    .product-card {
        width: calc((100% - 16px) / 2) !important;
    }
    .stat-item {
        padding: 20px;
    }
    .stat-number {
        font-size: 32px;
    }
    .about-stats {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .footer-links {
        display: none !important;
    }
    
    .footer-top {
        padding-bottom: 20px;
        border-bottom: none;
        margin-bottom: 16px;
        gap: 0;
    }
    
    .footer-logo {
        flex: 0 0 100%;
        text-align: center;
    }
    
    .footer-logo-img {
        margin: 0 auto 12px;
        height: 50px;
    }
    
    .footer-desc {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .footer-bottom {
        padding-top: 12px;
    }
    
    .footer-bottom p {
        font-size: 11px;
        line-height: 1.6;
    }
    
    .footer-bottom p a:last-child {
        display: block;
        margin-top: 4px;
    }
    
    #jw {
        padding: 30px 0 20px !important;
        margin-top: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* 旧版页脚结构 - 移动端简化 */
    .jw-left {
        padding: 0 15px !important;
    }
    
    .jw-left li {
        margin-bottom: 6px !important;
        font-size: 11px !important;
        line-height: 1.6 !important;
    }
    
    .jw-qrcode,
    #jw-qrcode-img {
        display: none !important;
    }
    
    .jm-chat-container {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: 0 !important;
    }
    .jm-chat-float-btn {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 80px;
    }
    .jm-chat-float-btn svg {
        width: 24px;
        height: 24px;
    }
    .section-inner {
        padding: 0 15px;
    }
    #top {
        padding: 0 15px;
        height: 60px;
    }
    .footer-inner {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 22px;
    }
    #banner {
        height: 250px;
    }
    .banner-content h1 {
        font-size: 22px;
    }
    .banner-content p {
        font-size: 13px;
    }
    .product-card {
        width: 100% !important;
    }
    .about-stats {
        grid-template-columns: 1fr;
    }
    .footer-col {
        width: 100%;
        flex: none;
    }
}

a:link,
a:visited {
    color: #0088ff;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #00d4aa;
    text-decoration: none;
}

p {
    text-indent: 0;
}

table {
    color: #333333;
}

td, th {
    color: #333333;
}

input, textarea, select {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #333333;
}



/* ===== Additional styles ===== */
/* 所有样式加jm-前缀，完全不干扰原网站 */
.jm-chat-float-btn {
    position: fixed;
    right: 30px;
    bottom: 120px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0d6efd, #1877f2);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(13, 110, 253, 0.4);
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: jm-pulse 2s infinite;
}
.jm-chat-float-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(13, 110, 253, 0.5);
}
@keyframes jm-pulse {
    0% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(13, 110, 253, 0); }
    100% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0); }
}
.jm-chat-float-btn svg {
    width: 28px;
    height: 28px;
    fill: white;
}

/* 聊天窗口样式 */
.jm-chat-container {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 380px;
    height: 550px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 9998;
    display: none; /* 初始隐藏 */
    flex-direction: column;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    animation: jm-slideUp 0.3s ease;
}
@keyframes jm-slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.jm-chat-header {
    background: linear-gradient(135deg, #0d6efd, #1877f2);
    color: white;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jm-chat-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
}
.jm-chat-close:hover {
    background: rgba(255,255,255,0.2);
}
.jm-chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #f8f9fa;
}
.jm-chat-msg {
    display: flex;
    margin-bottom: 16px;
    align-items: flex-start;
    gap: 10px;
    max-width: 85%;
}
.jm-chat-msg-user {
    margin-left: auto;
    flex-direction: row-reverse;
}
.jm-chat-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}
.jm-chat-avatar-bot {
    background: #0d6efd;
    color: white;
}
.jm-chat-avatar-user {
    background: #34c759;
    color: white;
}
.jm-chat-bubble {
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    max-width: 100%;
}
.jm-chat-bubble-bot {
    background: white;
    color: #333;
    border-top-left-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.jm-chat-bubble-user {
    background: #0d6efd;
    color: white;
    border-top-right-radius: 4px;
}
.jm-chat-input-area {
    padding: 12px;
    border-top: 1px solid #eee;
    background: white;
    display: flex;
    gap: 10px;
}
.jm-chat-input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
    transition: border-color 0.2s;
}
.jm-chat-input:focus {
    border-color: #0d6efd;
}
.jm-chat-send-btn {
    padding: 10px 18px;
    background: #0d6efd;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s;
}
.jm-chat-send-btn:hover {
    background: #0b5ed7;
}
.jm-chat-send-btn:disabled {
    background: #a0c8ff;
    cursor: not-allowed;
}
.jm-chat-thinking {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-style: italic;
    padding: 8px 12px;
}
.jm-chat-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    animation: jm-dot 1.4s infinite both;
}
.jm-chat-dot:nth-child(2) { animation-delay: 0.2s; }
.jm-chat-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes jm-dot {
    0%, 80%, 100% { opacity: 0; }
    40% { opacity: 1; }
}
.jm-chat-welcome {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
}
.jm-chat-welcome h4 {
    color: #0d6efd;
    margin-bottom: 10px;
}
.jm-disclaimer-bar {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    background: #fff8e6;
    border-top: 1px solid #ffe082;
    font-size: 12px;
    color: #8a6d3b;
    line-height: 1.5;
    position: relative;
}
.jm-disclaimer-icon {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.5;
}
.jm-disclaimer-content {
    flex: 1;
}
.jm-highlight {
    color: #27ae60;
    font-weight: 600;
}
.jm-disclaimer-link {
    color: #0d6efd;
    text-decoration: underline;
    font-weight: 500;
}
.jm-disclaimer-link:hover {
    color: #0b5ed7;
}
.jm-disclaimer-close {
    flex-shrink: 0;
    background: none;
    border: none;
    color: #8a6d3b;
    font-size: 16px;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.jm-disclaimer-close:hover {
    opacity: 1;
}

/* ===== 通用内页内容区域样式 ===== */
#gsjs,
#main,
#cpjs {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px;
    background: transparent;
    min-height: 500px;
    position: relative;
    overflow: hidden !important;
}

#jszc {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px;
    background: transparent;
    min-height: 500px;
    position: relative;
    overflow: hidden !important;
}

/* 确保导航栏上方无多余空白 */
#nav {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#center {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#gsjs::before,
#cpjs::before,
#jszc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #27ae60 0%, #3498db 50%, #27ae60 100%);
}

/* 左侧菜单 */
#gsjs-left,
#maim-left,
#main-left {
    float: left !important;
    width: 240px !important;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-right: 30px;
}

#gsjs-left #content,
#maim-left .content,
#main-left .content {
    padding: 0;
}

#gsjs-left .type,
#gsjs-left #cpjs-li-1,
#gsjs-left #cpjs-li-2,
#gsjs-left #cpjs-li-3,
#gsjs-left #cpjs-li-4,
#gsjs-left #cpjs-li-5 {
    display: block;
    padding: 12px 24px;
    font-size: 14px;
    color: #555555;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    cursor: pointer;
}

#gsjs-left .type:hover,
#gsjs-left #cpjs-li-1:hover,
#gsjs-left #cpjs-li-2:hover,
#gsjs-left #cpjs-li-3:hover,
#gsjs-left #cpjs-li-4:hover,
#gsjs-left #cpjs-li-5:hover {
    background: #fff5f5;
    color: #27ae60;
    border-left-color: #27ae60;
}

#gsjs-left .type a,
#gsjs-left #cpjs-li-1 a,
#gsjs-left #cpjs-li-2 a,
#gsjs-left #cpjs-li-3 a,
#gsjs-left #cpjs-li-4 a,
#gsjs-left #cpjs-li-5 a {
    color: inherit !important;
    text-decoration: none !important;
    display: block;
    width: 100%;
    white-space: normal;
    height: auto;
    line-height: 1.5;
}

#gsjs-left #cpjs-li-1,
#gsjs-left #cpjs-li-1 > div,
#gsjs-left #cpjs-li-1 .nav-left_bg {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #555555 !important;
    padding: 12px 24px !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border-left: 3px solid transparent !important;
    width: 100% !important;
    box-sizing: border-box;
    text-align: left !important;
    background-image: none !important;
    line-height: 1.5 !important;
    height: auto !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

#gsjs-left #cpjs-li-1 .nav-left_bg,
#gsjs-left #cpjs-li-1 > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-left: none !important;
}

#gsjs-left #cpjs-li-1:hover {
    background: #fff5f5 !important;
    color: #27ae60 !important;
    border-left-color: #27ae60 !important;
}

#gsjs-left #cpjs-li-1 > div:hover,
#gsjs-left #cpjs-li-1 .nav-left_bg:hover {
    background: transparent !important;
    color: #27ae60 !important;
    border-left-color: transparent !important;
}

#gsjs-left #cpjs-li-1 a,
#gsjs-left #cpjs-li-1 > div a,
#gsjs-left #cpjs-li-1 .nav-left_bg a {
    color: inherit !important;
    font-weight: inherit !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 1.5 !important;
}

#gsjs-left .type.active,
#gsjs-left .type:has(a:not([href])),
#gsjs-left .type:has(a[href=""]) {
    background: #fff5f5;
    color: #27ae60;
    font-weight: 600;
    border-left-color: #27ae60;
}

#gsjs-left * {
    width: auto !important;
    height: auto !important;
    float: none !important;
    background-image: none !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    white-space: nowrap !important;
}

#gsjs-left #cpjs-li-1,
#gsjs-left #cpjs-li-2,
#gsjs-left #cpjs-li-3,
#gsjs-left #cpjs-li-4,
#gsjs-left #cpjs-li-5,
#gsjs-left .type {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box;
    padding-left: 24px !important;
    text-align: left !important;
    border-bottom: none !important;
    background-image: none !important;
}

/* 右侧内容区 */
#gsjs-right,
#main-right,
#gycp-nr,
.gsjs-a {
    margin-left: 270px !important;
    float: none !important;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 48px 48px 48px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    line-height: 2;
    color: #444444;
    font-size: 15px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-top: 0 !important;
    overflow: hidden !important;
    height: auto !important;
    width: auto !important;
}

#gsjs-right::before,
#main-right::before,
#gycp-nr::before,
.gsjs-a::before,
#cpjs-right::before,
#cpjs-right-zr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 48px;
    right: 48px;
    height: 3px;
    background: linear-gradient(90deg, #27ae60 0%, #3498db 100%);
    border-radius: 0 0 3px 3px;
}

#gsjs-right p,
#main-right p,
#gycp-nr p,
.gsjs-a p {
    margin-bottom: 16px;
    text-indent: 2em;
}

/* ===== 页脚样式已由内联<style>管理，此处不再重复定义 ===== */

/* 清除浮动 */
#gsjs::after,
#main::after,
#cpjs::after,
#jszc::after {
    content: '';
    display: table;
    clear: both;
}

/* ===== 产品页面(#cpjs结构)兼容样式 ===== */
#cpjs {
    width: 100% !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 60px 40px !important;
    background: transparent !important;
    min-height: 500px !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
}

#cpjs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #27ae60 0%, #3498db 50%, #27ae60 100%);
}

#cpjs-left {
    float: left !important;
    width: 240px !important;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 0 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-right: 30px !important;
    height: auto !important;
}

#gsjs-left .cpjs-left-1,
#cpjs-left .cpjs-left-1 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #222222 !important;
    padding: 16px 24px !important;
    border-bottom: 2px solid #27ae60 !important;
    margin-bottom: 8px !important;
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%) !important;
    border-radius: 8px 8px 0 0 !important;
    background-image: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: auto !important;
    line-height: 1.5 !important;
}

#gsjs-left .cpjs-left-1 a,
#cpjs-left .cpjs-left-1 a {
    color: #222222 !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 1.5 !important;
}

#cpjs-left #cpjs-li-1,
#cpjs-left #cpjs-li-2,
#cpjs-left #cpjs-li-3,
#cpjs-left #cpjs-li-4,
#cpjs-left #cpjs-li-5,
#cpjs-left #cpjs-li-6,
#cpjs-left #cpjs-li-7,
#cpjs-left #cpjs-li-8,
#cpjs-left #cpjs-li-9,
#cpjs-left .type {
    display: block !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    color: #555555 !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
    border-bottom: none !important;
    cursor: pointer !important;
    background-image: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: auto !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    clear: both !important;
    float: none !important;
}

#cpjs-left #cpjs-li-1:hover,
#cpjs-left #cpjs-li-2:hover,
#cpjs-left #cpjs-li-3:hover,
#cpjs-left #cpjs-li-4:hover,
#cpjs-left #cpjs-li-5:hover,
#cpjs-left #cpjs-li-6:hover,
#cpjs-left #cpjs-li-7:hover,
#cpjs-left #cpjs-li-8:hover,
#cpjs-left #cpjs-li-9:hover,
#cpjs-left .type:hover {
    background: #fff5f5 !important;
    color: #27ae60 !important;
    border-left-color: #27ae60 !important;
}

#cpjs-left #cpjs-li-1 a,
#cpjs-left #cpjs-li-2 a,
#cpjs-left #cpjs-li-3 a,
#cpjs-left #cpjs-li-4 a,
#cpjs-left #cpjs-li-5 a,
#cpjs-left #cpjs-li-6 a,
#cpjs-left #cpjs-li-7 a,
#cpjs-left #cpjs-li-8 a,
#cpjs-left #cpjs-li-9 a,
#cpjs-left .type a {
    color: inherit !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
}

#cpjs-left #cpjs-li-1.active,
#cpjs-left #cpjs-li-2.active,
#cpjs-left #cpjs-li-3.active,
#cpjs-left #cpjs-li-4.active,
#cpjs-left #cpjs-li-5.active,
#cpjs-left .type.active,
#cpjs-left > div:not(.cpjs-left-1):not([id]):not(.content) {
    background: #fff5f5 !important;
    color: #27ae60 !important;
    font-weight: 600 !important;
    border-left-color: #27ae60 !important;
}

#gsjs-left .active-menu,
#gsjs-left #cpjs-li-1.active-menu,
#gsjs-left #cpjs-li-2.active-menu,
#gsjs-left #cpjs-li-3.active-menu,
#gsjs-left #cpjs-li-4.active-menu,
#gsjs-left #cpjs-li-5.active-menu,
#cpjs-left .active-menu,
#cpjs-left #cpjs-li-1.active-menu,
#cpjs-left #cpjs-li-2.active-menu,
#cpjs-left #cpjs-li-3.active-menu,
#cpjs-left #cpjs-li-4.active-menu,
#cpjs-left #cpjs-li-5.active-menu {
    background: #fff5f5 !important;
    color: #27ae60 !important;
    font-weight: 600 !important;
    border-left: 3px solid #27ae60 !important;
}

#gsjs-left #cpjs-li-1 .active-menu,
#cpjs-left #cpjs-li-1 .active-menu {
    border-left: none !important;
    background: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#cpjs-right,
#cpjs-right-zr {
    margin-left: 270px !important;
    float: none !important;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 48px 48px 48px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    line-height: 2;
    color: #444444;
    font-size: 15px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-top: 0 !important;
    height: auto !important;
    min-height: 400px;
    overflow: hidden !important;
    width: auto !important;
}

#cpjs-right-nr-zr {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important;
}

#cpjs-right-nav {
    height: auto !important;
    width: 100% !important;
    border-bottom: none !important;
    padding: 0 0 12px 0 !important;
    margin-left: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #666666 !important;
    margin-bottom: 16px !important;
}

#cpjs-right-nav .title_black {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #222222 !important;
}

#cpjs-right-nr,
#cpjs-right-nr-zr {
    width: 100% !important;
    margin-left: 0 !important;
    height: auto !important;
    clear: none !important;
}

#cpjs-right-nr > ul,
#cpjs-right-nr-zr > ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#cpjs-right-nr > ul > li,
#cpjs-right-nr-zr > ul > li {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    height: auto !important;
    overflow: hidden !important;
    clear: none !important;
    padding: 20px !important;
    border-radius: 12px !important;
    background: #fafafa !important;
    border: 1px solid #f0f0f0 !important;
    transition: all 0.3s ease !important;
}

#cpjs-right-nr > ul > li:hover,
#cpjs-right-nr-zr > ul > li:hover {
    background: #fff5f5 !important;
    border-color: #f5c2c4 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(39, 174, 96, 0.08) !important;
}

#cpjs-right-nr #cpjs-right-nr-1,
#cpjs-right-nr-zr #cpjs-right-nr-1 {
    float: left !important;
    width: 168px !important;
    height: 116px !important;
    margin-right: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 1px solid #c6c6c8 !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

#cpjs-right-nr #cpjs-right-nr-2,
#cpjs-right-nr-zr #cpjs-right-nr-2 {
    float: left !important;
    width: calc(100% - 188px) !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

#cpjs-right-nr #cpjs-right-nr-2 ul,
#cpjs-right-nr-zr #cpjs-right-nr-2 ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#cpjs-right-nr #cpjs-right-nr-2 li,
#cpjs-right-nr-zr #cpjs-right-nr-2 li {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    clear: both !important;
    float: none !important;
    height: auto !important;
}

#cpjs-right-nr .cpjs-right-nr-2-1,
#cpjs-right-nr-zr .cpjs-right-nr-2-1 {
    margin-bottom: 10px !important;
}

#cpjs-right-nr .cpjs-right-nr-2-1 a.cpjs-bt,
#cpjs-right-nr-zr .cpjs-right-nr-2-1 a.cpjs-bt {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #222222 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

#cpjs-right-nr .cpjs-right-nr-2-1 a.cpjs-bt:hover,
#cpjs-right-nr-zr .cpjs-right-nr-2-1 a.cpjs-bt:hover {
    color: #27ae60 !important;
}

#cpjs-right-nr .cpjs-right-nr-2-2,
#cpjs-right-nr-zr .cpjs-right-nr-2-2 {
    float: right !important;
    height: auto !important;
    width: auto !important;
    margin-top: 10px !important;
}

#cpjs-right-nr .cpjs-right-nr-2-2 a.gengduo,
#cpjs-right-nr-zr .cpjs-right-nr-2-2 a.gengduo {
    display: inline-block !important;
    padding: 8px 20px !important;
    background: linear-gradient(135deg, #27ae60 0%, #3498db 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    text-decoration: none !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
}

#cpjs-right-nr .cpjs-right-nr-2-2 a.gengduo:hover,
#cpjs-right-nr-zr .cpjs-right-nr-2-2 a.gengduo:hover {
    background: linear-gradient(135deg, #3498db 0%, #27ae60 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3) !important;
}

/* ===== 联系我们页面样式 ===== */
.lxwm-container {
    overflow: hidden !important;
}

.lxwm-map {
    width: 100% !important;
    height: 400px !important;
    margin-top: 30px !important;
}

.lxwm-map #map {
    width: 100% !important;
    height: 100% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e8e8e8 !important;
}

.lxwm-info {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4% !important;
    overflow: visible !important;
}

.lxwm-info-section {
    flex: 0 0 48% !important;
    width: 48% !important;
    margin-bottom: 24px !important;
    padding: 24px !important;
    background: #fafafa !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    border: 1px solid #f0f0f0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.lxwm-info-section:nth-child(even) {
    margin-right: 0 !important;
}

.lxwm-info-section h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #222222 !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #e8e8e8 !important;
    position: relative !important;
    text-indent: 0 !important;
}

.lxwm-info-section h3::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 50px !important;
    height: 2px !important;
    background: linear-gradient(90deg, #27ae60 0%, #3498db 100%) !important;
}

.lxwm-info-section p {
    margin-bottom: 8px !important;
    line-height: 1.8 !important;
    color: #444444 !important;
    font-size: 14px !important;
    text-indent: 0 !important;
}

.lxwm-info-section p strong {
    color: #333333 !important;
    font-weight: 600 !important;
    margin-right: 8px !important;
    display: inline-block !important;
    min-width: 70px !important;
}

.lxwm-info-section a {
    color: #27ae60 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.lxwm-info-section a:hover {
    color: #3498db !important;
    text-decoration: underline !important;
}

.lxwm-info-section .region-list p {
    color: #5698b0 !important;
    font-size: 13px !important;
    margin-bottom: 6px !important;
}

.lxwm-info-section .contact-detail {
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px dashed #e0e0e0 !important;
}

.lxwm-info-section .contact-detail p {
    color: #444444 !important;
    font-size: 14px !important;
}

@media (max-width: 768px) {
    .lxwm-info-section {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
}

#cpjs-right-nr #cpjs-right-nr-1 img,
#cpjs-right-nr-zr #cpjs-right-nr-1 img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

#cpjs-left * {
    width: auto !important;
    height: auto !important;
    float: none !important;
    background-image: none !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    white-space: nowrap !important;
}

#cpjs-left ul {
    margin: 0 !important;
    padding: 4px 0 4px 0 !important;
    list-style: none !important;
    overflow: hidden !important;
}

#cpjs-left .cpjs-li-li,
#cpjs-left .cpjs-li-li-kp {
    display: block !important;
    width: 100% !important;
    padding: 4px 24px 4px 40px !important;
    margin: 0 !important;
    font-size: 13px !important;
    border-bottom: none !important;
    line-height: 1.5 !important;
    height: auto !important;
    white-space: normal !important;
    float: none !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
}

#cpjs-left .cpjs-li-li:hover,
#cpjs-left .cpjs-li-li-kp:hover {
    background: #fff5f5 !important;
    color: #27ae60 !important;
    border-left-color: #27ae60 !important;
}

#cpjs-left .cpjs-li-li:hover a,
#cpjs-left .cpjs-li-li-kp:hover a {
    color: #27ae60 !important;
}

#cpjs-left .cpjs-li-li a,
#cpjs-left .cpjs-li-li-kp a {
    color: #888888 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    display: block !important;
    width: 100% !important;
}

#cpjs-left .cpjs-li-li a:hover,
#cpjs-left .cpjs-li-li-kp a:hover {
    color: #27ae60 !important;
}

#cpjs-left .cpjs-li-li-ok {
    display: block !important;
    width: 100% !important;
    padding: 4px 24px 4px 40px !important;
    margin: 0 !important;
    font-size: 13px !important;
    border-bottom: none !important;
    line-height: 1.5 !important;
    height: auto !important;
    white-space: normal !important;
    float: none !important;
    box-sizing: border-box !important;
    font-weight: 600 !important;
    color: #27ae60 !important;
    background: #fff5f5 !important;
    border-left: 3px solid #27ae60 !important;
}

#cpjs-left .cpjs-li-li-ok a {
    color: #27ae60 !important;
    font-weight: 600 !important;
}

/* ===== 产品分类页(#cpjs-zy-cen-new结构)兼容样式 ===== */
#cpjs-zy-cen-new {
    margin-left: 270px !important;
    float: none !important;
    width: auto !important;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 48px 48px 48px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    line-height: 2;
    color: #444444;
    font-size: 15px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-top: 0 !important;
    height: auto !important;
    min-height: 400px;
}

#cpjs-zy-cen-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 48px;
    right: 48px;
    height: 3px;
    background: linear-gradient(90deg, #27ae60 0%, #3498db 100%);
    border-radius: 0 0 3px 3px;
}

.zy-cen-1-new {
    height: auto !important;
    width: 100% !important;
    border-bottom: none !important;
    padding: 0 0 12px 0 !important;
    margin-left: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #666666 !important;
    margin-bottom: 16px !important;
}

.zy-cen-1-new .title_black {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #222222 !important;
}

.zy-cen-2-new {
    clear: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    height: auto !important;
}

.zy-cen-2-txt-new {
    clear: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    height: auto !important;
    overflow: hidden !important;
    padding: 20px;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.zy-cen-2-txt-new:hover {
    background: #fff5f5;
    border-color: #f5c2c4;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(39, 174, 96, 0.08);
}

.zy-cen-2-txt-new #cpjs-right-nr-1 {
    float: left !important;
    width: 168px !important;
    height: 116px !important;
    margin-right: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 1px solid #c6c6c8 !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.zy-cen-2-txt-new #cpjs-right-nr-1 img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

#fenlei-new {
    float: left !important;
    width: calc(100% - 188px) !important;
    height: auto !important;
    margin-left: 0 !important;
}

#fenlei-new > ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#fenlei-new > ul > li {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    clear: both !important;
    float: none !important;
    height: auto !important;
}

.cpjs-right-nr-2-1-new {
    margin-bottom: 10px !important;
}

.cpjs-right-nr-2-1-new a.cpjs-bt {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #222222 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.cpjs-right-nr-2-1-new a.cpjs-bt:hover {
    color: #27ae60 !important;
}

.cpjs-right-nr-2-2 {
    float: right !important;
    height: auto !important;
    width: auto !important;
    margin-top: 10px !important;
}

.cpjs-right-nr-2-2 a.gengduo {
    display: inline-block !important;
    padding: 8px 20px !important;
    background: linear-gradient(135deg, #27ae60 0%, #3498db 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    text-decoration: none !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
}

.cpjs-right-nr-2-2 a.gengduo:hover {
    background: linear-gradient(135deg, #3498db 0%, #27ae60 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3) !important;
}

@media (max-width: 768px) {
    #gsjs,
    #main,
    #cpjs,
    #jszc {
        padding: 20px 12px !important;
        min-height: auto !important;
    }

    #gsjs-left,
    #cpjs-left,
    #main-left,
    #maim-left {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 16px !important;
        padding: 16px 0 !important;
    }

    #gsjs-left .cpjs-left-1,
    #cpjs-left .cpjs-left-1 {
        padding: 12px 20px !important;
        font-size: 16px !important;
    }

    #gsjs-left .type,
    #gsjs-left #cpjs-li-1,
    #gsjs-left #cpjs-li-2,
    #gsjs-left #cpjs-li-3,
    #gsjs-left #cpjs-li-4,
    #gsjs-left #cpjs-li-5,
    #cpjs-left #cpjs-li-1,
    #cpjs-left #cpjs-li-2,
    #cpjs-left #cpjs-li-3,
    #cpjs-left #cpjs-li-4,
    #cpjs-left #cpjs-li-5,
    #cpjs-left #cpjs-li-6,
    #cpjs-left #cpjs-li-7,
    #cpjs-left #cpjs-li-8,
    #cpjs-left #cpjs-li-9,
    #cpjs-left .type,
    #cpjs-left .cpjs-li-li,
    #cpjs-left .cpjs-li-li-kp,
    #cpjs-left .cpjs-li-li-ok {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    #gsjs-right,
    #main-right,
    #gycp-nr,
    .gsjs-a,
    #cpjs-right,
    #cpjs-right-zr,
    #cpjs-zy-cen-new {
        margin-left: 0 !important;
        padding: 16px 16px 24px 16px !important;
        border-radius: 12px !important;
    }

    #cpjs-zy-cen,
    #cpjs-zy-right {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto !important;
    }

    #cpjs-zy-right {
        margin-top: 20px !important;
    }

    .zy-cen-1,
    .zy-cen-2,
    .zy-cen-2-bt,
    .zy-cen-2-tu,
    .zy-cen-2-txt,
    .zy-cen-2-txt2,
    .canshu {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .zy-cen-2-tu-1 {
        height: auto !important;
        width: auto !important;
        float: none !important;
        margin-right: 0 !important;
    }

    .zy-cen-2-tu-2,
    .zy-cen-2-tu-3 {
        float: none !important;
        height: auto !important;
        width: auto !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .zr-right {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 5px !important;
        margin-right: 0 !important;
        text-align: center !important;
        padding: 5px 0 !important;
    }

    .zr-right ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .zr-right li {
        display: inline-block !important;
    }

    .zr-right img {
        max-width: 100% !important;
        height: auto !important;
        display: inline-block !important;
        margin: 0 5px !important;
    }

    .zy-cen-2 img,
    .zy-cen-2-tu img,
    .zy-cen-2-tu-1 img,
    #tsImgS img,
    #tsImgSCon img,
    .canshu img,
    #pdf-zr img {
        max-width: 100% !important;
        height: auto !important;
    }

    #center #tsShopContainer,
    #center #tsPicContainer,
    #center #tsImgSCon {
        width: 100% !important;
        max-width: 100% !important;
    }

    #center #tsShopContainer {
        margin: 0 !important;
        padding-bottom: 5px !important;
        height: auto !important;
        border: none !important;
    }

    #center #tsShopContainer #tsPicContainer {
        height: 70px !important;
        position: relative !important;
        overflow: hidden !important;
        background: none !important;
    }

    #center #tsShopContainer #tsPicContainer #tsImgSCon {
        position: absolute !important;
        width: auto !important;
        height: 50px !important;
        top: 10px !important;
        left: 38px !important;
        right: 38px !important;
        overflow: hidden !important;
    }

    #center #tsShopContainer #tsPicContainer #tsImgSCon ul {
        width: max-content !important;
        overflow: hidden !important;
    }

    #center #tsShopContainer #tsPicContainer #tsImgSCon li {
        float: left !important;
        width: 57px !important;
    }

    #center #tsShopContainer #tsPicContainer #tsImgSCon li img {
        width: 42px !important;
        height: 42px !important;
    }

    #center #tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
        border: 2px solid #f00 !important;
        margin: 0px !important;
    }

    #center #tsShopContainer #tsPicContainer #tsImgSArrL,
    #center #tsShopContainer #tsPicContainer #tsImgSArrR {
        display: block !important;
    }

    .canshu table,
    #pdf-zr table {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        display: block !important;
    }

    .canshu table td,
    #pdf-zr table td {
        word-break: break-all !important;
        word-wrap: break-word !important;
    }

    /* 付款页面表格移动端适配 */
    #jszc-nr {
        width: 100% !important;
        max-width: 100% !important;
    }

    #jszc table,
    #jszc-nr table {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: auto !important;
    }

    /* 不影响fukuan-line1表格的列宽 */
    #jszc table td:not(.fukuan-line2),
    #jszc-nr table td:not(.fukuan-line2) {
        width: auto !important;
        word-break: break-word !important;
        word-wrap: break-word !important;
    }

    /* PayPal表单区域：已改为div布局，此处保留兼容 */
    /* 原PayPal表格样式已废弃，PayPal现在使用div + flex布局 */

    /* T/T区域：覆盖固定像素宽度为100%，保持原生表格结构 */
    #jszc-nr > table,
    #jszc-nr > table table {
        width: 100% !important;
        max-width: 100% !important;
    }

    .fukuan-line1 {
        width: 100% !important;
        max-width: 100% !important;
    }

    #gsjs-right table[width="720"],
    #main-right table[width="720"] {
        display: block !important;
        overflow-x: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .fukuan-line1 td:first-child {
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        white-space: nowrap !important;
        width: 130px !important;
        min-width: 110px !important;
    }
    .fukuan-line1 td:last-child {
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        white-space: nowrap !important;
    }

    .fukuan-line1 tr:first-child img {
        max-width: 100% !important;
        height: auto !important;
    }

    #gsjs-right::before,
    #main-right::before,
    #gycp-nr::before,
    .gsjs-a::before,
    #cpjs-right::before,
    #cpjs-right-zr::before,
    #cpjs-zy-cen-new::before {
        left: 16px !important;
        right: 16px !important;
    }

    #gsjs-right p,
    #main-right p,
    #gycp-nr p,
    .gsjs-a p {
        font-size: 14px !important;
        line-height: 1.8 !important;
        text-indent: 2em !important;
        padding: 0 !important;
    }

    #cpjs-right-nr > ul > li,
    #cpjs-right-nr-zr > ul > li,
    .zy-cen-2-txt-new {
        padding: 16px !important;
        margin-bottom: 20px !important;
    }

    #cpjs-right-nr #cpjs-right-nr-1,
    #cpjs-right-nr-zr #cpjs-right-nr-1,
    .zy-cen-2-txt-new #cpjs-right-nr-1 {
        float: none !important;
        width: 100% !important;
        min-height: 120px !important;
        max-height: 200px !important;
        height: auto !important;
        margin-right: 0 !important;
        margin-bottom: 12px !important;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px !important;
        box-sizing: border-box !important;
    }

    #cpjs-right-nr #cpjs-right-nr-1 img,
    #cpjs-right-nr-zr #cpjs-right-nr-1 img,
    .zy-cen-2-txt-new #cpjs-right-nr-1 img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 180px !important;
        object-fit: contain !important;
        border-radius: 6px !important;
        background: transparent !important;
        display: block !important;
    }

    #fenlei-new,
    #cpjs-right-nr #cpjs-right-nr-2,
    #cpjs-right-nr-zr #cpjs-right-nr-2 {
        float: none !important;
        width: 100% !important;
    }

    .cpjs-right-nr-2-1-new a.cpjs-bt,
    #cpjs-right-nr .cpjs-right-nr-2-1 a.cpjs-bt,
    #cpjs-right-nr-zr .cpjs-right-nr-2-1 a.cpjs-bt {
        font-size: 16px !important;
    }

    #gsjs-right .lxwm-info-section,
    #main-right .lxwm-info-section {
        padding: 16px !important;
    }

    #gsjs-right .lxwm-info-section p,
    #main-right .lxwm-info-section p {
        font-size: 13px !important;
        line-height: 1.7 !important;
        margin-bottom: 12px !important;
        text-align: left !important;
        text-indent: 0 !important;
    }

    #gsjs-right .lxwm-info-section p strong,
    #main-right .lxwm-info-section p strong {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        margin-bottom: 4px !important;
        margin-right: 0 !important;
        font-size: 13px !important;
        color: #1a6fc4 !important;
        text-align: left !important;
    }

    #gsjs-right .lxwm-info-section h3,
    #main-right .lxwm-info-section h3 {
        font-size: 15px !important;
        margin-bottom: 12px !important;
        padding-bottom: 8px !important;
    }

    .lxwm-map {
        height: 320px !important;
        margin-top: 20px !important;
    }

    .lxwm-map #map {
        height: 100% !important;
    }

    .fukuan-line1 td:first-child {
        width: 75px !important;
        min-width: 65px !important;
        font-size: 12px !important;
    }
    #gsjs-right .fukuan-line1 td:last-child,
    #main-right .fukuan-line1 td:last-child {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        font-size: 12px !important;
    }

    #cpjs-zy-right {
        display: none !important;
    }

    /* 页脚响应式样式已由内联<style>管理 */
}

@media (max-width: 480px) {
    #gsjs,
    #main,
    #cpjs,
    #jszc {
        padding: 12px 8px !important;
    }

    #gsjs-right,
    #main-right,
    #gycp-nr,
    .gsjs-a,
    #cpjs-right,
    #cpjs-right-zr,
    #cpjs-zy-cen-new {
        padding: 12px 12px 20px 12px !important;
    }

    #gsjs-right::before,
    #main-right::before,
    #gycp-nr::before,
    .gsjs-a::before,
    #cpjs-right::before,
    #cpjs-right-zr::before,
    #cpjs-zy-cen-new::before {
        left: 12px !important;
        right: 12px !important;
    }

    #gsjs-right p,
    #main-right p,
    #gycp-nr p,
    .gsjs-a p {
        font-size: 13px !important;
        line-height: 1.7 !important;
    }

    #gsjs-right .lxwm-info-section,
    #main-right .lxwm-info-section {
        padding: 12px !important;
    }

    #gsjs-right .lxwm-info-section p,
    #main-right .lxwm-info-section p {
        font-size: 12px !important;
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
        text-align: left !important;
        text-indent: 0 !important;
    }

    #gsjs-right .lxwm-info-section p strong,
    #main-right .lxwm-info-section p strong {
        font-size: 12px !important;
        text-align: left !important;
        margin-bottom: 3px !important;
    }

    .lxwm-map {
        height: 280px !important;
        margin-top: 16px !important;
    }

    .lxwm-map #map {
        height: 100% !important;
    }

    #cpjs-right-nr #cpjs-right-nr-1,
    #cpjs-right-nr-zr #cpjs-right-nr-1,
    .zy-cen-2-txt-new #cpjs-right-nr-1 {
        min-height: 100px !important;
        max-height: 180px !important;
    }

    .fukuan-line1 td:first-child {
        width: 65px !important;
        min-width: 55px !important;
        font-size: 11px !important;
    }
    #gsjs-right .fukuan-line1 td:last-child,
    #main-right .fukuan-line1 td:last-child {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        font-size: 11px !important;
    }

    }
