.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:white;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000}.loading-logo{width:120px;height:120px;margin-bottom:20px;animation:pulse 2s infinite}.loading-screen h2{font-size:24px;color:#333;margin:10px 0}.loading-screen p{font-size:16px;color:#666;margin:5px 0}.loading-text{margin-top:20px;font-size:14px;color:#888}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.product-detail-container{max-width:1180px;margin:0 auto;padding:20px;background:transparent}.breadcrumb{background:linear-gradient(135deg,rgba(255,255,255,0.9) 0,rgba(248,250,252,0.9) 100%);padding:18px 32px;border-radius:16px;margin-bottom:32px;font-size:14px;border:1px solid rgba(226,232,240,0.5);backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(0,0,0,0.05);font-weight:500;letter-spacing:.3px}.breadcrumb a{color:#3b82f6;text-decoration:none;transition:all .3s ease;padding:4px 8px;border-radius:6px;position:relative}.breadcrumb a:hover{color:#1d4ed8;background:rgba(59,130,246,0.1);transform:translateY(-1px)}.breadcrumb span{color:#64748b;margin:0 8px}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px;background:#fff;padding:30px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.product-images-section{display:flex;flex-direction:column;gap:20px}.product-image-wrapper{position:relative;width:100%;padding-top:100%;background:#fff;overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;padding:0;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.08)}.product-badge{position:absolute;top:10px;right:10px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:white;z-index:2;box-shadow:0 2px 6px rgba(0,0,0,0.1)}.product-badge.new{background:linear-gradient(135deg,#3b82f6 0,#1d4ed8 100%)}.product-badge.hot{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%)}.product-badge.recommend{background:linear-gradient(135deg,#10b981 0,#059669 100%)}.product-thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:10px;padding:10px 0}.thumbnail-img{width:100%;padding-bottom:100%;position:relative;border-radius:10px;cursor:pointer;border:2px solid transparent;transition:all .3s ease;overflow:hidden}.thumbnail-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.thumbnail-img:hover{border-color:#00DC82;transform:scale(1.05)}.thumbnail-img.active{border-color:#00DC82;box-shadow:0 5px 15px rgba(0,220,130,0.3)}.product-info-section{padding:20px;background:transparent;border-radius:16px;position:relative;height:100%;display:flex;flex-direction:column;gap:20px}.product-info-section::before{content:none}.product-info-section>*{position:relative;z-index:1}.product-info-section .product-tags{z-index:10}.category-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#3b82f6 0,#1d4ed8 100%);color:white;padding:8px 20px;border-radius:50px;font-size:13px;font-weight:600;margin-bottom:4px;box-shadow:0 8px 25px rgba(59,130,246,0.25);letter-spacing:.5px;text-transform:uppercase;border:2px solid rgba(255,255,255,0.2);backdrop-filter:blur(10px);transition:all .3s ease}.category-badge:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(59,130,246,0.35);z-index:100;position:relative}.product-info-section h1.product-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.4;height:auto;min-height:unset;max-height:none;display:block;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;overflow:visible}.product-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.4;height:auto;min-height:unset;max-height:none;display:block;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;overflow:visible}.product-info-section .product-model{font-size:20px !important;color:#666;margin-bottom:20px;font-weight:500}.product-card{background:white;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,0.1);text-decoration:none}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,0.1)}.product-card .product-title{color:#333;text-decoration:none;font-size:16px;line-height:1.4;height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.product-card .product-model{color:#666;text-decoration:none;font-size:14px;line-height:1.4;margin-top:5px}.product-card:hover .product-title,.product-card:hover .product-model{color:#3b82f6;text-decoration:none}.product-info{padding:15px;text-decoration:none}.product-info a{text-decoration:none}.related-products-section a,.related-products-section a:hover,.related-products-section a:focus{text-decoration:none}.product-model{color:#666;font-size:14px;margin-top:5px;text-decoration:none}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:white;border:none;box-shadow:0 2px 10px rgba(0,0,0,0.1);cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.carousel-button:hover{background:#00DC82;color:white;box-shadow:0 5px 15px rgba(0,220,130,0.3)}.carousel-button.prev{left:0}.carousel-button.next{right:0}.carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:15px}.carousel-indicator{width:8px;height:8px;border-radius:50%;background:#ddd;border:none;cursor:pointer;padding:0;transition:all .3s ease}.carousel-indicator.active{background:#00DC82;transform:scale(1.2)}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(3,minmax(200px,1fr));gap:15px}#relatedProducts{padding:0 30px}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px}.carousel-button{display:none}#relatedProducts{padding:0 15px}.product-info{padding:10px}.product-card{min-height:300px}.product-info-section h1.product-title,.product-title{font-size:28px;line-height:1.4;height:auto;min-height:unset;max-height:none;display:block;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;overflow:visible}.product-model{font-size:10px;padding:2px 6px}}@media (max-width:480px){.products-grid{grid-template-columns:repeat(1,minmax(200px,1fr))}#relatedProducts{padding:0 10px}.product-card{min-height:280px}}.no-related{text-align:center;padding:40px;color:#666;font-size:16px;background:#f8f9fa;border-radius:10px;margin:20px 0}.product-description-content{margin-bottom:30px}.description-text{line-height:1.8;color:#4a5568;font-size:16px;margin-bottom:20px;padding:20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #00DC82}.applications-section,.compatibility-section,.oe-numbers-section{margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0}.applications-list,.compatibility-list,.oe-numbers-list{list-style:none;padding:0;margin:20px 0}.applications-list li,.compatibility-list li,.oe-numbers-list li{padding:12px 0;border-bottom:1px solid #eee;display:flex;align-items:center}.applications-list li:before,.compatibility-list li:before{content:'✓';color:#00DC82;font-weight:bold;margin-right:12px;font-size:16px}.oe-numbers-list li:before{content:'#';color:#007bff;font-weight:bold;margin-right:12px;font-size:16px}.oe-numbers-list code{background:#f8f9fa;padding:4px 8px;border-radius:4px;font-family:'Courier New',monospace;color:#495057;border:1px solid #dee2e6}.product-notes p{margin:15px 0;padding:12px;background:#f8f9fa;border-left:4px solid #00DC82;border-radius:4px;line-height:1.6}.packaging-info{margin-top:20px}.packaging-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #eee}.packaging-item:last-child{border-bottom:none}.packaging-item strong{color:#1e293b;font-weight:600;min-width:120px}.packaging-item span{color:#64748b;text-align:right;flex:1}.no-data{text-align:center;padding:40px 20px;color:#64748b}.no-data p{margin:0;font-size:16px}.tab-panel h3{color:#1e293b;font-size:20px;font-weight:600;margin:0 0 20px 0;padding-bottom:10px;border-bottom:2px solid #00DC82;display:inline-block}.product-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.product-info-list{display:flex;flex-direction:column;gap:8px;margin-bottom:25px;margin-top:15px}.info-item{display:flex;align-items:center;padding:8px 10px;background:#f8f9fa;border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden;min-height:44px;margin-bottom:5px}.info-item::before{content:'';position:absolute;left:0;top:0;height:100%;width:3px;background:#00DC82;transform:scaleY(0);transition:transform .3s ease}.info-item:hover{background:#fff;box-shadow:0 4px 15px rgba(0,0,0,0.05);transform:translateX(5px)}.info-item:hover::before{transform:scaleY(1)}.info-item .label{flex:0 0 100px;font-weight:500;color:#666;display:flex;align-items:center;height:100%;padding-left:25px;position:relative}.info-item .label::before{content:'';position:absolute;left:8px;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#00DC82;border-radius:50%;opacity:0;transition:all .3s ease}.info-item:hover .label::before{opacity:.6}.info-item .value{flex:1;color:#333;display:flex;align-items:center;height:100%;padding-left:20px;position:relative;font-weight:500}.info-item .value::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#e2e8f0}@media (max-width:768px){.info-item{padding:6px 8px;min-height:36px}.info-item .label,.info-item .value{padding-left:8px;font-size:14px}.info-item .label::before{left:0}}@keyframes typewriter{from{width:0}to{width:100%}}.info-item .value span{display:inline-block;position:relative;overflow:hidden;white-space:nowrap}.info-item:hover .value span{animation:typewriter .5s steps(40,end)}@media (max-width:768px){.info-item{flex-direction:column;align-items:flex-start;gap:5px;padding:6px 8px}.info-item .label{padding-left:20px}.info-item .value{padding-left:20px}.info-item .value::before{display:none}}.product-features-section{margin-top:30px;padding-top:20px;border-top:1px solid #edf2f7}.product-features-section label{display:block;font-size:16px;color:#333;margin-bottom:15px;font-weight:500}.features-container{display:flex;flex-wrap:wrap;gap:10px}.feature-tag{background:#f0f9ff;color:#0369a1;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;border:1px solid #e0f2fe;transition:all .3s ease}.feature-tag:hover{background:#e0f2fe;border-color:#0369a1}@media (max-width:768px){.info-item{padding:10px 12px}.info-item .label,.info-item .value{font-size:13px}.feature-tag{font-size:12px;padding:6px 12px}}.product-tags{display:flex;flex-wrap:wrap;gap:4px;margin:2px 0 6px 0;padding:0;position:relative;z-index:1;overflow:visible}.tag{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#10b981 0,#059669 100%);color:white;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;border:1px solid rgba(255,255,255,0.2);box-shadow:0 3px 10px rgba(16,185,129,0.25);transition:all .3s cubic-bezier(0.4,0,0.2,1);cursor:default;position:relative;overflow:hidden}.tag::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);transition:left .6s ease}.tag:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 6px 20px rgba(16,185,129,0.4);background:linear-gradient(135deg,#059669 0,#047857 100%);z-index:1000;position:relative}.tag:hover::before{left:100%}.tag i{font-size:12px;filter:drop-shadow(0 1px 2px rgba(0,0,0,0.1))}@media (max-width:768px){.product-title{font-size:11px;min-height:28px;margin:0 0 3px 0}.product-info-list .label{width:80px;font-size:13px}.product-info-list .value{font-size:15px}}.share-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1000;display:none;justify-content:center;align-items:center}.share-modal.show{display:flex !important}.share-modal-content{background:white;padding:30px;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,0.1);width:90%;max-width:400px;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.share-modal-close{float:right;font-size:20px;color:#666;cursor:pointer;padding:5px}.share-modal-close:hover{color:#333}.share-modal h3{margin:0 0 15px;font-size:18px;color:#333}.share-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.share-option{display:flex;align-items:center;justify-content:center;padding:8px;border:none;border-radius:4px;background:#f5f5f5;color:#333;cursor:pointer;font-size:14px;transition:all .2s}.share-option:hover{background:#e8e8e8}.share-option i{margin-right:6px;font-size:16px}.share-option[data-platform="facebook"] i{color:#1877f2}.share-option[data-platform="twitter"] i{color:#1da1f2}.share-option[data-platform="linkedin"] i{color:#0a66c2}.share-option[data-platform="copy"] i{color:#666}.image-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.9);z-index:10000;justify-content:center;align-items:center}.image-modal.active{display:flex}.modal-image{max-width:90%;max-height:90vh;object-fit:contain;border-radius:10px;cursor:zoom-out}.modal-close{position:absolute;top:20px;right:30px;color:white;font-size:40px;cursor:pointer;z-index:10001;transition:all .3s ease}.modal-close:hover{color:#00DC82;transform:rotate(90deg)}.modal-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.2);color:white;border:none;width:50px;height:50px;border-radius:50%;font-size:24px;cursor:pointer;transition:all .3s ease;z-index:10001;display:flex;align-items:center;justify-content:center}.modal-nav-btn:hover{background:rgba(255,255,255,0.4);transform:translateY(-50%) scale(1.1)}.prev-btn{left:20px}.next-btn{right:20px}@media (max-width:768px){.modal-nav-btn{width:40px;height:40px;font-size:20px}.prev-btn{left:10px}.next-btn{right:10px}}.inquiry-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:10000;justify-content:center;align-items:center}.inquiry-modal.active{display:flex}.inquiry-modal-content{background:white;padding:30px;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 25px rgba(0,0,0,0.2)}.inquiry-header{text-align:center;margin-bottom:30px}.inquiry-header h3{font-size:24px;color:#1e293b;margin:0 0 10px}.inquiry-header p{color:#64748b;margin:0}.inquiry-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#1e293b;font-size:14px;font-weight:500}.form-group input,.form-group textarea{padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00DC82;box-shadow:0 0 0 3px rgba(0,220,130,0.1)}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{background:#00DC82;color:white;border:none;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.submit-btn:hover{background:#00b368;transform:translateY(-2px)}.submit-btn i{font-size:18px}@media (max-width:768px){.inquiry-modal-content{padding:20px}.inquiry-header h3{font-size:20px}.form-group input,.form-group textarea{padding:10px}.submit-btn{padding:12px 24px}}.inquiry-section{margin:8px 0;padding:0}.inquiry-buttons{display:flex;gap:16px;flex-wrap:wrap;justify-content:stretch}.inquiry-btn{flex:1;min-width:140px;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border:none;border-radius:50px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;transition:all .4s cubic-bezier(0.4,0,0.2,1);cursor:pointer;position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.inquiry-btn::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 .7s ease}.inquiry-btn:hover::before{left:100%}.email-btn{background:linear-gradient(135deg,#3b82f6 0,#1d4ed8 100%);color:white;box-shadow:0 8px 25px rgba(59,130,246,0.3);border:2px solid rgba(255,255,255,0.2)}.email-btn:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(59,130,246,0.4);background:linear-gradient(135deg,#1d4ed8 0,#1e40af 100%)}.whatsapp-btn{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:white;box-shadow:0 8px 25px rgba(16,185,129,0.3);border:2px solid rgba(255,255,255,0.2)}.whatsapp-btn:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(16,185,129,0.4);background:linear-gradient(135deg,#059669 0,#047857 100%)}.share-btn{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%);color:white;box-shadow:0 8px 25px rgba(245,158,11,0.3);border:2px solid rgba(255,255,255,0.2)}.share-btn:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(245,158,11,0.4);background:linear-gradient(135deg,#d97706 0,#b45309 100%)}.inquiry-btn i{font-size:18px;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.1))}@media (max-width:768px){.inquiry-buttons{flex-direction:column;gap:12px}.inquiry-btn{min-width:auto;padding:14px 20px;font-size:14px}.inquiry-section{margin:24px 0;padding:20px}}@media (max-width:768px){.product-info-section h1.product-title{font-size:28px !important}.product-info-section .product-model{font-size:18px !important}.product-card .product-title{font-size:14px}.product-card .product-model{font-size:12px}}#relatedProducts{position:relative;width:100%;margin:40px 0;padding:0 40px;background:#fff}.carousel-track{position:relative;min-height:400px}.products-grid{display:none;opacity:0;transition:opacity .3s ease;position:absolute;width:100%;grid-template-columns:repeat(4,minmax(220px,1fr));gap:20px;padding:20px 0}.products-grid.active{display:grid;opacity:1}.product-card{background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.08);transition:all .3s ease;overflow:hidden;position:relative;height:100%;min-height:320px;display:flex;flex-direction:column;border:1px solid transparent}.product-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,0.1);border-color:#00DC82}.product-card .product-title{color:#333;text-decoration:none;font-size:16px;line-height:1.4;height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.product-card .product-model{font-size:14px;color:#666;margin:0;text-decoration:none;transition:all .3s ease;padding:3px 8px;border-radius:4px;background:#f7f9fc;letter-spacing:.3px;font-weight:500}.product-card:hover .product-model{background:rgba(0,220,130,0.1);color:#00b368}.product-info{padding:12px;background:white;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.related-products-section{padding:30px;margin:40px 0;background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,0.05);position:relative;min-height:620px}.related-products-section::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:95%;height:1px;background:linear-gradient(to right,transparent,#e2e8f0,transparent)}.section-header{text-align:center;margin-bottom:30px;position:relative;padding-bottom:15px}.section-header::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#00DC82;border-radius:2px}.section-title{font-size:28px;color:#1a1a1a;font-weight:600;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:10px}.section-title i{color:#00DC82;font-size:24px}.section-subtitle{font-size:16px;color:#666;margin-top:5px}@media (max-width:768px){.related-products-section{padding:20px;margin:30px 0}.section-title{font-size:24px}.section-subtitle{font-size:14px}}.product-specs-table{width:100%;border-collapse:collapse;margin:20px 0;background:#f8f9fa !important;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.05)}.product-specs-table tr{border-bottom:1px solid #eee}.product-specs-table tr:last-child{border-bottom:none}.product-specs-table td{padding:12px 15px;line-height:1.4;background:#fff !important}.product-specs-table td:first-child{width:120px;color:#666;font-size:14px}.product-specs-table td:last-child{color:#333;font-size:14px}@media (max-width:768px){.product-specs-table td{padding:10px;font-size:13px}.product-specs-table td:first-child{width:100px}}.product-tabs{margin-top:40px;background:#fff;border-radius:20px;box-shadow:0 2px 10px rgba(0,0,0,0.05);overflow:hidden}.tab-buttons{display:flex;background:#f8f9fa;padding:10px;gap:10px}body.product-detail-page{background:#fff !important;min-height:100vh;padding:20px 0}.product-detail-container{max-width:1180px;margin:0 auto;padding:20px;background:transparent}.specs-section{background:#e6f3ff !important;border-radius:16px;padding:20px;margin:20px 0;box-shadow:0 2px 10px rgba(0,0,0,0.05)}.product-specs-table{width:100%;border-collapse:collapse;margin:20px 0;background:#f8f9fa !important;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.05)}.product-specs-table td{padding:12px 15px;line-height:1.4;background:#fff !important}

/* 🎨 优化相关产品推荐卡片样式 - 增加高度确保内容完整显示 */
.related-product-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all .3s ease;
    border: 1px solid #e9ecef;
    overflow: hidden;
    height: 320px; /* 增加固定高度，确保内容完整显示 */
    display: flex;
    flex-direction: column;
    text-decoration: none; /* 移除链接下划线 */
    color: inherit; /* 继承文字颜色 */
}

.related-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,220,130,0.15);
    border-color: #00DC82;
}

.related-product-image-wrapper {
    position: relative;
    height: 160px; /* 适当增加图片高度 */
    overflow: hidden;
}

.related-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.related-product-card:hover .related-product-image {
    transform: scale(1.05);
}

.related-product-info {
    padding: 16px 16px 20px 16px; /* 底部增加更多内边距 */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 改为顶部对齐，确保内容从上开始排列 */
    align-items: center;
    text-align: center;
    gap: 8px; /* 添加元素间距 */
}

.related-product-title {
    font-size: 14px; /* 调整字体大小 */
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.3; /* 调整行高 */
    height: 54.6px; /* 固定三行高度：14px * 1.3 * 3 = 54.6px */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 固定显示3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    word-break: break-word; /* 允许单词内换行 */
}

.related-product-model {
    font-size: 13px; /* 字体大小 */
    color: #2c3e50;
    margin: 0 0 12px 0; /* 底部增加边距 */
    padding: 4px 10px; /* 减少内边距 */
    font-weight: 600;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 3px solid #3b82f6; /* 左边框 */
    border-radius: 6px;
    transition: all .3s ease;
    height: 26px; /* 减少高度：13px + 8px上下padding + 5px行高空间 = 26px */
    line-height: 1.1; /* 调整行高 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* 强制单行显示 */
    width: 100%;
    box-sizing: border-box;
    text-align: center; /* 居中对齐 */
}

.related-product-card:hover .related-product-model {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border-left-color: #1d4ed8;
    transform: scale(1.02);
}

/* 调整相关产品容器网格 */
#relatedProducts {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important; /* 4列布局 */
    gap: 16px !important; /* 减小间隙 */
    padding: 20px 20px 30px 20px !important; /* 增加底部内边距，创造层次感 */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px; /* 增加底部外边距，与外层背景产生间距 */
}

@media (max-width: 1200px) {
    #relatedProducts {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 992px) {
    #relatedProducts {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .related-product-card {
        height: 300px; /* 增加移动端高度 */
    }
    
    .related-product-image-wrapper {
        height: 150px; /* 适当增加图片高度 */
    }
}

@media (max-width: 576px) {
    #relatedProducts {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        padding: 15px 15px 25px 15px !important; /* 增加底部内边距 */
        margin-bottom: 15px; /* 增加底部外边距 */
    }
    
    .related-product-card {
        height: 280px; /* 增加小屏幕高度 */
    }
    
    .related-product-image-wrapper {
        height: 140px; /* 适当增加图片高度 */
    }
    
    .related-product-info {
        padding: 12px 12px 16px 12px; /* 底部增加更多内边距 */
        gap: 6px; /* 保持间距 */
    }
    
    .related-product-title {
        font-size: 12px; /* 移动端字体 */
        height: 46.8px; /* 固定三行高度：12px * 1.3 * 3 = 46.8px */
        line-height: 1.3;
    }

    .related-product-model {
        font-size: 11px; /* 移动端字体 */
        padding: 3px 6px; /* 进一步减少内边距 */
        height: 22px; /* 减少高度：11px + 6px上下padding + 5px行高空间 = 22px */
        line-height: 1.1;
        margin: 0 0 10px 0; /* 底部边距 */
    }
}

/* 轮播指示器样式 */
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -35px; /* 向上移动50px：原来15px - 50px = -35px */
    margin-bottom: -10px; /* 缩小下边距，减少底部空白 */
    position: relative;
    z-index: 10; /* 确保指示器在其他元素之上 */
}

.carousel-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.carousel-indicator.active {
    background: #00DC82;
    transform: scale(1.2);
}

.carousel-indicator:hover {
    background: #00b368;
    transform: scale(1.1);
}