/*

	DESTOON Copyright (C)2008-2099 www.destoon.com

	This is NOT a freeware,Use is subject to license.txt

*/

.exh-list {padding:10px 24px;}

.exh-list li {height:32px;line-height:32px;}

.exh-list em {font-style:normal;float:right;color:#999999;}

.exh-list i {font-style:normal;padding-right:96px;}



.exh-top {overflow:hidden;border-bottom:#F6F6F6 10px solid;}

.exh-slide {width:400px;height:300px;float:left;}

.exh-rec {width:440px;height:250px;overflow:hidden;float:left;padding:16px 24px;}

.exh-rec ul {margin-bottom:16px;}

.exh-rec li {color:#666666;height:26px;line-height:26px;overflow:hidden;}



.exh_month {width:145px;height:150px;padding:10px 0 0 15px;overflow:hidden;}

.exh_month div {float:left;width:36px;height:25px;line-height:25px;border:#EEEEEE 1px solid;background:url('pos.gif') repeat-x;margin:0 10px 10px 0;text-align:center;}

.exh-month a {display:inline-block;width:96px;height:32px;line-height:32px;font-size:14px;background:#FFFFFF;border:#F0F0F0 1px solid;padding:0 16px;margin:0 0 12px 12px;font-size:12px;}

.exh-month a i {font-style:normal;float:right;font-size:12px;color:#999999;}

.exh-month a:hover {background:#FF6600;border:#FF6600 1px solid;color:#FFFFFF;}

.exh-month a:hover i {color:#FFFFFF;}



.exh-city {padding:6px 10px;}

.exh-city a {display:inline-block;height:28px;line-height:28px;background:#FFFFFF;border:#F0F0F0 1px solid;border-radius:16px;padding:0 16px;margin:0 0 10px 10px;font-size:12px;text-align:center;}

.exh-city a:hover {background:#FF6600;border:#FF6600 1px solid;color:#FFFFFF;}



.exh-info {padding:24px 24px 16px 24px;border-bottom:#F6F6F6 10px solid;}

.exh-info li {line-height:24px;margin:0 0 8px 0;font-size:14px;}

.exh-info li b {display:inline-block;padding:0 10px 0 0;}



.ctb {background:#EEEEEE;}

.ltd {width:100px;text-align:center;background:#F3F3F3;font-weight:bold;color:#333333;}

.rtd {background:#FFFFFF;}



.catlist {padding:24px;}

.catlist li {font-size:16px;height:36px;line-height:36px;background:url('li_dot.gif') no-repeat 6px center;padding:0 16px;overflow:hidden;}

.catlist i {font-style:normal;float:right;font-size:12px;color:#666666;}

.catlist .sp {background:#FFFFFF url('dot.gif') repeat-x 0 center;}



.video-mask {position:absolute;width:1220px;height:200px;background:url('../../image/video-play.png') no-repeat center center;background-size:72px 72px;opacity:0.6;}

.video-mask:hover {opacity:0.9;}

.type-menu {line-height:64px;overflow:hidden;background:#FFFFFF;}

.type-menu li {display:inline-block;font-size:18px;padding:0 8px 0 16px;}

.type-menu li i {display:inline-block;height:4px;width:36px;background:#FF6600;border-radius:2px;position:absolute;z-index:8;margin:48px 0 0 0;}

.type-list {width:1220px;overflow:hidden;}
/* 展会页面专用样式 - 全新布局设计 */
/* 基础标签样式 */

.ofh-root {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #fafbfc;
    color: #0f172a;
    line-height: 1.6;
}

/* Color Variables */
:root {
    --primary: #2563eb;
    --primary-hover: #1d4ed8;
    --primary-light: #dbeafe;
    --secondary: #10b981;
    --accent: #f59e0b;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --border: #e2e8f0;
    --bg-white: #ffffff;
    --bg-gray: #f8fafc;
    --bg-light: #f1f5f9;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ofh-root * {
    box-sizing: border-box;
}

.ofh-root .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.ofh-root .hero-section {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #ffffff 100%);
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ofh-root .hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.ofh-root .hero-section h1 {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 24px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.ofh-root .hero-section .hero-subtitle {
    font-size: 20px;
    color: var(--text-secondary);
    margin: 0 0 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.ofh-root .hero-section .browse-btn {
    display: inline-block;
    padding: 16px 36px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
    position: relative;
    z-index: 1;
}

.ofh-root .hero-section .browse-btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

/* Big Events This Month */
.ofh-root .big-events-section {
    padding: 80px 0;
    background: var(--bg-white);
}

.ofh-root .big-events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    flex-wrap: wrap;
    gap: 20px;
}

.ofh-root .big-events-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
    background: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ofh-root .big-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    margin-bottom: 40px;
}

.ofh-root .big-event-card {
    background: var(--bg-white);
    border: 2px solid var(--border);
    border-radius: 16px;
    padding: 28px;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
}

.ofh-root .big-event-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.ofh-root .big-event-date {
    display: inline-block;
    background: linear-gradient(135deg, #dbeafe 0%, #dcfce7 100%);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.ofh-root .big-event-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 16px;
    line-height: 1.3;
}

.ofh-root .big-event-card .event-location {
    color: var(--text-secondary);
    font-size: 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.ofh-root .big-event-card .event-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.ofh-root .event-tag {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: var(--text-secondary);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--border);
}

/* Upcoming Events Section */
.ofh-root .upcoming-events-section {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--bg-gray) 0%, #ffffff 100%);
}

.ofh-root .upcoming-events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    flex-wrap: wrap;
    gap: 20px;
}

.ofh-root .upcoming-events-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
    background: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ofh-root .browse-more-btn {
    display: inline-block;
    padding: 12px 28px;
    background: transparent;
    color: var(--primary);
    text-decoration: none;
    border: 2px solid var(--primary);
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.ofh-root .browse-more-btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.ofh-root .upcoming-events-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.ofh-root .upcoming-event-item {
    background: var(--bg-white);
    border: 2px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
}

.ofh-root .upcoming-event-item:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.ofh-root .upcoming-event-item .event-date {
    font-size: 13px;
    color: var(--primary);
    margin-bottom: 12px;
    font-weight: 600;
}

.ofh-root .upcoming-event-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 10px;
}

.ofh-root .upcoming-event-item .event-location {
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Industry Categories Section */
.ofh-root .categories-section {
    padding: 80px 0;
    background: var(--bg-white);
}

.ofh-root .categories-header {
    text-align: center;
    margin-bottom: 48px;
}

.ofh-root .categories-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0 16px;
    background: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ofh-root .categories-header p {
    font-size: 18px;
    color: var(--text-secondary);
    margin: 0;
}

.ofh-root .categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.ofh-root .category-item {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
}

.ofh-root .category-item:hover {
    background: linear-gradient(135deg, #dbeafe 0%, #dcfce7 100%);
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.ofh-root .category-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

/* Member Exhibitions Section */
.ofh-root .member-exhibitions-section {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--bg-gray) 0%, #ffffff 100%);
}

.ofh-root .member-exhibitions-header {
    text-align: center;
    margin-bottom: 48px;
}

.ofh-root .member-exhibitions-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0 16px;
    background: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ofh-root .member-exhibitions-header p {
    font-size: 18px;
    color: var(--text-secondary);
    margin: 0;
}

.ofh-root .member-exhibitions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
}

.ofh-root .member-expo-card {
    background: var(--bg-white);
    border: 2px solid var(--border);
    border-radius: 16px;
    padding: 28px;
    transition: all 0.3s;
    box-shadow: var(--shadow-sm);
}

.ofh-root .member-expo-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.ofh-root .member-expo-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 16px;
}

.ofh-root .member-expo-card p {
    font-size: 15px;
    color: var(--text-secondary);
    margin: 0 0 20px;
    line-height: 1.7;
}

.ofh-root .member-expo-card .expo-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ofh-root .member-expo-card .expo-meta li {
    font-size: 14px;
    color: var(--text-secondary);
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-weight: 500;
}

.ofh-root .member-expo-card .expo-meta li:last-child {
    border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
    .ofh-root .hero-section h1 {
        font-size: 32px;
    }
    
    .ofh-root .hero-section .hero-subtitle {
        font-size: 16px;
    }
    
    .ofh-root .big-events-grid,
    .ofh-root .upcoming-events-list,
    .ofh-root .member-exhibitions-grid {
        grid-template-columns: 1fr;
    }
    
    .ofh-root .big-events-header,
    .ofh-root .upcoming-events-header {
        flex-direction: column;
        align-items: flex-start;
    }
}