/* 产品展会详情 - 参考 enterprise.css，tpc- 简写 */
.tpc-detail {
    background: #f5f7fa;
}

.tpc-breadcrumb {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding-top: 181px;
}

.tpc-breadcrumb-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #6b7280;
    text-align: left;
}

.tpc-breadcrumb-link {
    color: #6b7280;
    text-decoration: none;
}

.tpc-breadcrumb-link:hover {
    color: #0E5A9A;
}

.tpc-breadcrumb-sep {
    margin: 0 0.5rem;
}

.tpc-breadcrumb-current {
    color: #1f2937;
}

.tpc-header {
    background: #1f2937;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.tpc-header-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px);
    transform: scale(1.05);
    opacity: 0.6;
}

.tpc-header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(31,41,55,0.8), rgba(31,41,55,0.7), rgba(31,41,55,0.8));
}

.tpc-header-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 1rem;
    position: relative;
    z-index: 1;
}

.tpc-header-content {
    max-width: 75%;
}

.tpc-header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.tpc-header-logo-wrap {
    flex-shrink: 0;
}

.tpc-header-logo-box {
    width: 128px;
    height: 128px;
    border: 2px solid #4b5563;
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpc-header-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.tpc-header-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    text-align: center;
    padding: 8px;
}

.tpc-header-text {
    flex: 1;
    min-width: 0;
}

.tpc-header-name {
    font-size: 36px;
    font-weight: bold;
    color: #f3f4f6;
    margin: 0 0 16px 0;
    line-height: 1.2;
    text-align: left;
}

.tpc-header-desc {
    font-size: 0.95rem;
    line-height: 1.75rem;
    color: #e5e7eb;
    text-align: justify;
}

.tpc-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1rem;
}

.tpc-main {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.tpc-content {
    flex: 0 0 calc(75% - 16px);
    max-width: calc(75% - 16px);
}

.tpc-section {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #f3f4f6;
    margin-bottom: 32px;
}

.tpc-section-title {
    position: relative;
    padding-left: 16px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #1f2937;
    text-align: left;
}

.tpc-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 1em;
    background: #FF6600;
    border-radius: 2px;
}

.tpc-expo-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tpc-expo-item {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

.tpc-expo-item:hover .tpc-expo-name {
    color: #FF6600;
}

.tpc-expo-name {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 0.95rem;
    color: #126DB3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.tpc-expo-dot {
    font-size: 5px !important;
    color: #126DB3;
    margin-right: 8px;
    flex-shrink: 0;
}

.tpc-expo-item:hover .tpc-expo-dot {
    color: #FF6600;
}

.tpc-expo-line {
    flex: 1;
    min-width: 20px;
    height: 0;
    border-top: 1px dashed #e5e7eb;
    margin: 0 10px;
}

.tpc-expo-date {
    flex-shrink: 0;
    font-size: 0.95rem;
    color: #9ca3af;
    white-space: nowrap;
}

.tpc-empowerment-text {
    color: #374151;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 16px;
    text-align: left;
}

.tpc-empowerment-text p {
    margin: 0 0 1rem 0;
}

.tpc-mt {
    margin-top: 1rem !important;
}

.tpc-empowerment-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.tpc-empowerment-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #374151;
}

.tpc-empowerment-icon {
    color: #10b981;
    margin-right: 8px;
    font-size: 16px;
    flex-shrink: 0;
}

.tpc-empty {
    text-align: center;
    padding: 32px;
    color: #9ca3af;
}

.tpc-sidebar {
    flex: 0 0 calc(25% + 16px);
    max-width: calc(25% + 16px);
}

.tpc-consult-box {
    background: linear-gradient(to bottom right, #fff, #eff6ff);
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border: 1px solid #dbeafe;
    position: relative;
    overflow: hidden;
    margin-top: -9.5rem;
    margin-bottom: 32px;
    position: sticky;
    top: 144px;
}

.tpc-consult-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    background: rgba(18,109,179,0.05);
    border-radius: 50%;
    margin-right: -64px;
    margin-top: -64px;
}

.tpc-consult-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.tpc-consult-title {
    font-weight: bold;
    color: #1f2937;
    margin: 0 0 8px 0;
    font-size: 14px;
    text-align: left;
}

.tpc-consult-divider {
    border-top: 1px solid #e5e7eb;
    margin: 8px 0;
}

.tpc-consult-product {
    display: block;
    font-weight: bold;
    color: #FF6600;
    font-size: 16px;
    margin: 8px 0;
}

.tpc-consult-desc {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 16px 0;
}

.tpc-consult-btn {
    width: 100%;
    background: #FF6600;
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.tpc-consult-btn:hover {
    background: #e55a00;
}

.tpc-news-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #f3f4f6;
    padding: 24px;
}

.tpc-news-title {
    font-weight: bold;
    font-size: 18px;
    color: #1f2937;
    margin: 0 0 16px 0;
    position: relative;
    padding-left: 16px;
    text-align: left;
}

.tpc-news-title-bar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 1em;
    background: #FF6600;
    border-radius: 2px;
}

.tpc-news-list {
    display: flex;
    flex-direction: column;
}

.tpc-news-item {
    padding: 12px 0;
}

.tpc-news-item-border {
    border-bottom: 1px solid #f3f4f6;
}

.tpc-news-dot-view,
.tpc-news-with-img {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.tpc-news-dot {
    width: 4px;
    height: 4px;
    background: #1f2937;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
}

.tpc-news-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.tpc-news-body {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.tpc-news-link {
    font-weight: bold;
    font-size: 14px;
    color: #1f2937;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tpc-news-link:hover {
    color: #FF6600;
}

.tpc-news-date {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 4px;
}
body .wrapper .bottom-foot{
    margin-top: 0px !important;
}

@media (max-width: 1024px) {
    .tpc-main {
        flex-direction: column;
    }
    .tpc-content {
        flex: 1;
        max-width: 100%;
    }
    .tpc-sidebar {
        flex: 1;
        max-width: 100%;
    }
    .tpc-consult-box {
        position: static;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .tpc-header-row {
        flex-direction: column;
        text-align: center;
    }
    .tpc-header-name {
        font-size: 24px;
    }
    .tpc-header-desc {
        text-align: left;
    }
    .tpc-empowerment-list {
        grid-template-columns: 1fr;
    }
}
