.container {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .breadcrumb {
            background-color: #f1f5f9;
            padding: 12px 0;
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
        }
        
        .breadcrumb a {
            color: #2c7be5;
            text-decoration: none;
        }
        
        .breadcrumb span {
            color: #97a6ba;
        }
        
        .main-content {
            display: flex;
            gap: 30px;
            padding: 20px 0 40px;
        }
        
        .left-content {
            flex: 1;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            overflow: hidden;
        }
        
        .top-section {
            background: linear-gradient(135deg, #2c7be5 0%, #2c7be5 20%, #0066b2 100%);
            padding: 40px 0;
            color: white;
        }
        
        .page-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        
        .page-description {
            font-size: 16px;
            max-width: 800px;
            opacity: 0.9;
            line-height: 1.7;
        }
        
        .product-list {
            padding: 30px 0;
        }
        
        .product-item {
            display: flex;
            gap: 25px;
            padding: 25px;
            border-bottom: 1px solid #eaeff4;
            transition: all 0.3s ease;
        }
        
        .product-item:hover {
            background-color: #f8fafd;
            transform: translateY(-3px);
        }
        
        .product-list-image {
            flex: 0 0 200px;
            height: 180px;
            background-color: #f1f5f9;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .product-list-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .product-item:hover .product-list-image img {
            transform: scale(1.05);
        }
        
        .product-info {
            flex: 1;
        }
        
        .product-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #2c7be5;
        }
        
        .product-title a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .product-title a:hover {
            color: #0066b2;
            text-decoration: underline;
        }
        
        .product-specs {
            margin-bottom: 15px;
        }
        
        .product-spec {
            display: inline-block;
            background-color: #e8f4ff;
            color: #2c7be5;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 14px;
            margin-right: 10px;
            margin-bottom: 8px;
            border: 1px solid #d0e1ff;
        }
        
        .get-price-btn {
            display: inline-block;
            background: linear-gradient(135deg, #2c7be5 0%, #0066b2 100%);
            color: white;
            padding: 10px 25px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }
        
        .get-price-btn:hover {
            background: linear-gradient(135deg, #0066b2 0%, #00509d 100%);
            box-shadow: 0 5px 15px rgba(44, 123, 229, 0.3);
            transform: translateY(-2px);
        }
        
        .right-aside {
            flex: 0 0 280px;
        }
        
        .recommend-section {
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            padding: 25px;
        }
        
        .section-title {
            font-size: 20px;
            font-weight: 700;
            color: #2c7be5;
            padding-bottom: 15px;
            border-bottom: 2px solid #e8f4ff;
            margin-bottom: 20px;
        }
        
        .recommend-list li {
            list-style: none;
            padding: 15px 0;
            border-bottom: 1px solid #eaeff4;
        }
        
        .recommend-list li:last-child {
            border-bottom: none;
        }
        
        .recommend-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            text-decoration: none;
            transition: color 0.3s;
            display: block;
        }
        
        .recommend-title:hover {
            color: #2c7be5;
            text-decoration: underline;
        }
        
        .features-highlight {
            background: linear-gradient(135deg, #ff7b54 0%, #ff2e63 100%);
            border-radius: 12px;
            padding: 30px;
            margin-top: 30px;
            color: white;
            box-shadow: 0 8px 25px rgba(255, 86, 48, 0.25);
        }
        
        .features-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .features-list-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 20px;
        }
        
        .feature {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .feature-list-icon {
            font-size: 24px;
        }
        
        .feature-text {
            font-size: 16px;
            font-weight: 500;
        }
        /* 新增WhatsApp按钮样式 */
        .list-whatsapp-btn {
            display: inline-block;
            background: #25D366;
            color: white;
            padding: 10px 20px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            margin-left: 10px;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        
        .list-whatsapp-btn:hover {
            background: #128C7E;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
        }
        
        .list-whatsapp-btn::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.136-.136.298-.357.446-.535.149-.178.198-.297.297-.496.099-.199.05-.371-.025-.52-.075-.15-.67-1.612-.916-2.207-.242-.579-.487-.5-.67-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.87.118.57-.086 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.76.987 1.005-3.648-.239-.375a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.127 1.03 6.994 2.898a9.825 9.825 0 012.893 6.994c-.002 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.02 0C5.373 0 0 5.374 0 12.02c0 2.125.625 4.179 1.785 5.945L0 24l6.218-1.635a11.88 11.88 0 005.799 1.515h.004c6.646 0 12.02-5.374 12.02-12.02 0-3.18-1.235-6.166-3.478-8.419"/></svg>');
            background-size: contain;
            margin-right: 8px;
            vertical-align: middle;
        }

        /* 留言反馈区域样式 */
        #message {
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            padding: 40px;
            margin-top: 40px;
        }
        
        .message-title {
            font-size: 28px;
            font-weight: 700;
            color: #2c7be5;
            margin-bottom: 25px;
            text-align: center;
        }
        
        .message-form {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #d0e1ff;
            border-radius: 6px;
            font-size: 15px;
            transition: border-color 0.3s;
        }
        
        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #2c7be5;
            outline: none;
            box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.1);
        }
        
        .form-group textarea {
            min-height: 150px;
            resize: vertical;
        }
        
        .submit-btn {
            grid-column: span 2;
            background: linear-gradient(135deg, #2c7be5 0%, #0066b2 100%);
            color: white;
            padding: 14px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 16px;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .submit-btn:hover {
            background: linear-gradient(135deg, #0066b2 0%, #00509d 100%);
            box-shadow: 0 5px 15px rgba(44, 123, 229, 0.3);
            transform: translateY(-2px);
        }
/* 分页组件样式 */
        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 40px 0;
            padding: 0 15px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .pagination ul {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
            border-radius: 50px;
            background: white;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            border: 1px solid #eaeff4;
        }
        
        .pagination li {
            margin: 0;
        }
        
        .pagination li a,
        .pagination li span {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 45px;
            height: 45px;
            padding: 0 15px;
            text-decoration: none;
            color: #2c7be5;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .pagination li a:hover {
            background-color: #e8f4ff;
            color: #0066b2;
        }
        
        .pagination li a.active {
            background: linear-gradient(135deg, #2c7be5 0%, #0066b2 100%);
            color: white;
            border-radius: 8px;
        }
        
        .pagination li a.disabled {
            color: #97a6ba;
            cursor: not-allowed;
            pointer-events: none;
        }
        
        .pagination li:first-child a {
            border-radius: 8px 0 0 8px;
        }
        
        .pagination li:last-child a {
            border-radius: 0 8px 8px 0;
        }
        
        .pagination li.dots span {
            color: #97a6ba;
            cursor: default;
        }
        
       
        @media (max-width: 991px) {
            .main-content {
                flex-direction: column;
            }
            
            .right-aside {
                flex: 0 0 auto;
                width: 100%;
            }
            
            .product-item {
                flex-direction: column;
            }
            
            .product-list-image {
                width: 100%;
                flex: 0 0 auto;
            }
            
        }
        
        @media (max-width: 576px) {
            .product-list-image {
                height: 300px;
            }
            
            .features-list-grid {
                grid-template-columns: 1fr;
            }
            
        }
		@media (max-width: 768px) {
            .message-form {
                grid-template-columns: 1fr;
            }
            
            .form-group.full-width,
            .submit-btn {
                grid-column: span 1;
            }
            .pagination ul {
                border-radius: 8px;
            }
            
            .pagination li a,
            .pagination li span {
                min-width: 35px;
                height: 35px;
                padding: 0 10px;
                font-size: 14px;
            }
            
            
            
            .pagination li.mobile-hidden {
                display: none;
            }
        }
        @media (max-width: 480px) {
            .pagination li:not(.prev):not(.next):not(.dots) {
                display: none;
            }
            
            .pagination li.prev,
            .pagination li.next {
                display: block;
            }
        }