.product-list-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.product-filter {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.product-filter select, .product-filter input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 200px;
}

.product-filter .search-btn {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.product-filter .search-btn:hover {
    background-color: #003d7a;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.product-table th {
    background-color: #0056b3;
    color: white;
    text-align: left;
    padding: 15px;
    font-weight: 500;
}

.product-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.product-table tr:hover {
    background-color: #f5f9ff;
}

.stock-status {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.in-stock {
    background-color: #e6f7e9;
    color: #1e8e3e;
}

.low-stock {
    background-color: #fef7e0;
    color: #f9ab00;
}

.out-stock {
    background-color: #fce8e8;
    color: #d93025;
}

.contact-btn {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 8px 15px;
    text-align: right;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
}

.contact-btn:hover {
    background-color: #003d7a;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

.pagination a.active {
    background-color: #0056b3;
    color: white;
    border-color: #0056b3;
}

.pagination a:hover:not(.active) {
    background-color: #f1f1f1;
}

.page-header {
    background-color: #0056b3;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.page-header h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
}

.page-header p {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.9;
} 

/* LINE CARD styles */
.linecard-section {
    background-color: #ffffff;
    padding: 56px 0;
}

.linecard-marquee {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    padding: 12px 0;
}
.linecard-marquee::before,
.linecard-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    pointer-events: none;
    z-index: 2;
}
.linecard-marquee::before {
    left: 0;
    background: linear-gradient(to right, #fff 20%, rgba(255,255,255,0) 10%);
}
.linecard-marquee::after {
    right: 0;
    background: linear-gradient(to left, #fff 20%, rgba(255,255,255,0) 10%);
}

.linecard-track {
    display: flex;
    align-items: center;
    gap: 56px;
    animation: linecard-scroll 35s linear infinite;
    will-change: transform;
    width: max-content; /* 确保轨道宽度足够容纳所有logo */
}

/* 鼠标悬停时暂停滚动 */
.linecard-marquee:hover .linecard-track {
    animation-play-state: paused;
}

.linecard-logo {
    height: 88px;
    width: auto;
    object-fit: contain;
    filter: saturate(1);
    opacity: 1;
    transition: transform 0.2s ease, filter 0.2s ease;
}
.linecard-logo:hover {
    transform: scale(1.06);
    filter: saturate(1.1);
}

@keyframes linecard-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .linecard-logo {
        height: 64px;
    }
    .linecard-track {
        gap: 28px;
        animation-duration: 40s;
        width: max-content; /* 确保轨道宽度足够容纳所有logo */
    }
}
   



 ispaykpdig 8px16px  mrg 4
 1sld#ddd33



agnti .ai
   56be
 
}

.pgn:hovr:t(.acv){11


/* Responsive mobile card layout for product tables */
@media (max-width: 768px) {
  /* LIMIT to stacked tables only to avoid conflict with horizontal scroll */
  .product-table.stacked {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    background: transparent;
  }
  .product-table.stacked thead {
    display: none !important;
  }
  .product-table.stacked,
  .product-table.stacked tbody,
  .product-table.stacked tr,
  .product-table.stacked td {
    display: block !important;
    width: 100%;
  }
  .product-table.stacked tr {
    display: block !important;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    overflow: hidden;
  }
  .product-table.stacked td {
    position: relative;
    padding: 10px 12px 10px 46%;
    margin: 4px 0;
    border: none;
    text-align: left;
  }
  .product-table.stacked td::before {
    content: attr(data-label);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    color: #6b7280; /* gray-500 */
    width: 40%;
    white-space: nowrap;
  }
  /* Action column: full-width button on mobile */
  .product-table.stacked td:last-child {
    padding-left: 12px;
    margin-top: 8px;
  }
  .product-table.stacked td:last-child::before {
    content: 'Action';
    position: static;
    display: block;
    margin-bottom: 6px;
    transform: none;
    width: auto;
  }
  .product-table.stacked td:last-child .btn {
    width: 100%;
    text-align: center;
  }
}


/* Right-align the Action column in product tables */
.product-table th:last-child,
.product-table td:last-child {
  text-align: right;
}


/* Horizontal scroll container for tables */
.table-scroll {
  width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

/* Prevent page from horizontal dragging */
/* 移动端适配 - 强制修复 */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100vw !important;
        max-width: 100vw !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        touch-action: pan-y !important;
    }
    
    .container, .row, section, div:not(.table-scroll) {
        max-width: 100vw !important;
        width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .table-scroll {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        display: block !important;
        border: none !important;
        touch-action: pan-x !important;
    }
    
    .product-table {
        min-width: 600px !important;
        width: 600px !important;
        table-layout: fixed !important;
        margin: 0 !important;
    }
    
    img, svg, video {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* 限制电脑端内容区域宽度 */
.container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
}

.product-list-section .container,
.linecard-section .container,
.advantages-section .container,
.page-header .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 确保表格在电脑端也有合适的宽度 */
@media (min-width: 769px) {
    .table-scroll {
        max-width: 100% !important;
        overflow-x: auto !important;
    }
    
    .product-table {
        width: 100% !important;
        min-width: auto !important;
    }
}


/* 确保表格卡片样式只应用于有stacked类的表格 */
@media (max-width: 768px) {
    .product-table.stacked thead {
        display: none;
    }
    
    .product-table.stacked tbody tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        background: #fff;
    }
    
    .product-table.stacked td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        text-align: right;
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .product-table.stacked td:last-child {
        border-bottom: none;
        justify-content: center;
        padding: 15px;
    }
    
    .product-table.stacked td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #333;
        text-align: left;
    }
    
    .product-table.stacked .stock-status {
        margin-left: auto;
    }
}

