.detail-wrap, .container1440 {
    display: flex;
    justify-content: space-between;
    width: 1440px;
    margin: 20px auto 0;
}

.detail-wrap .detail-left {
    width: 810px;
    margin-right: 40px;
}

.detail-wrap .detail-right {
    flex: 1;
    border-radius: 5px;
}


/* Breadcrumb */
.breadcrumb {
    background: white;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #e47911;
}

.breadcrumb strong {
    color: #222;
    font-weight: 600;
}

/* Product Info Card */
.product-card {
    background: white;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
}

.product-title {
    font-size: 22px;
    color: #222;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Image Gallery */
.image-gallery {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.thumbnail-list {
    width: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    transition: all 0.3s;
}

.thumbnail:hover,
.thumbnail.active {
    border-color: #e47911;
}

.thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.main-image-container {
    flex: 1;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    min-height: 400px;
}

.main-image {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

/* Product Description */
.description-section h2 {
    font-size: 18px;
    color: #222;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.description-content {
    line-height: 1.8;
    color: #444;
}

.description-content ul {
    margin: 15px 0 15px 20px;
}

.description-content li {
    margin-bottom: 8px;
}

/* Product Details Images */
.details-images {
    margin-top: 30px;
}

.details-images h2 {
    font-size: 18px;
    color: #222;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.detail-img {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    padding: 20px;
}

.detail-img img {
    max-width: 100%;
    height: auto;
}

/* Right Sidebar */
.price-box {
    background: white;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
}

.price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.price-label {
    font-size: 14px;
    color: #666;
}

.price-value {
    font-size: 24px;
    color: #e47911;
    font-weight: 700;
}

.price-unit {
    font-size: 14px;
    color: #666;
}

.price-details {
    margin-bottom: 20px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.price-row:last-child {
    border-bottom: none;
}

.row-label {
    color: #666;
}

.row-value {
    color: #222;
    font-weight: 500;
}

.order-quantity {
    margin: 20px 0;
}

.quantity-label {
    display: block;
    margin-bottom: 8px;
    color: #666;
}

.quantity-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.btn-contact,
.btn-order {
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    display: block;
}

.btn-contact {
    background: #ff6a00;
    color: white;
}

.btn-contact:hover {
    background: #e55a00;
}

.btn-order {
    background: white;
    color: #ff6a00;
    border: 2px solid #ff6a00;
}

.btn-order:hover {
    background: #fff5eb;
}

/* Company Info Sidebar */
.company-sidebar {
    background: white;
    border: 1px solid #e0e0e0;
    padding: 20px;
}

.sidebar-title {
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.company-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #666;
}

.status-icon {
    color: #4caf50;
}

.response-rate {
    background: #f5f5f5;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

.rate-label {
    color: #666;
    font-size: 14px;
}

.rate-value {
    color: #222;
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
}

.verification-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.badge {
    background: #f0f8ff;
    border: 1px solid #b8d4f0;
    color: #1a6bb3;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}