/* 顶部banner样式 */
.top-banner {
    min-height: 357px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.top-banner .banner-title {
    line-height: 72px;
    font-size: 60px;
    color: #1f5c99;
    font-weight: bold;
    padding: 90px 0 0 10px;
}

.top-banner .banner-desc {
    line-height: 24px;
    padding-top: 90px;
}

.top-banner .desc-p1 {
    font-size: 20px;
    color: #333;
}

.top-banner .link-btn-wrapper {
    padding: 118px 4px 40px 0;
}

.top-banner .link-btn-item {
    text-align: right;
}

.top-banner .link-btn-item:nth-child(2) {
    margin-top: 26px;
}

.top-banner .link-btn {
    display: inline-block;
    min-width: 184px;
    height: 46px;
    line-height: 40px;
    font-size: 16px;
    color: #1f5c99;
    font-weight: bold;
    text-align: center;
    padding: 0 15px;
    border: 3px solid #39a2ec;
    border-radius: 12px;
    background: #e1f2fa;
}

/* 内容区域样式 */
.content {
   
}

/* 参展商介绍部分 */
.exhibitor-intro {
    margin-bottom: 80px;
    padding-top: 20px;
}

/* 主要展示区域 */
.intro-showcase {
    margin: 50px 0;
    background-color: #fff;
    overflow: hidden;
}

.intro-text {
    padding: 0 40px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.intro-text h3 {
    font-size: 36px;
    font-weight: 600;
    color: #1f5c99;
    margin-bottom: 20px;
    position: relative;
}

.intro-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

/* 统计数字 */
.intro-stats {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 20px;
    width: 100%;
}

.stat-item {
    text-align: center;
    flex: 1;
    position: relative;
    padding: 0;
}

.stat-item:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 40px;
    width: 1px;
    background-color: #eaeaea;
    transform: translateY(-50%);
}

.stat-number {
    font-size: 42px;
    font-weight: 300;
    color: #1f5c99;
    font-family: 'Arial', sans-serif;
    letter-spacing: -1px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #777;
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.btn-intro {
    display: inline-block;
    padding: 12px 30px;
    background-color: #1f5c99;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
}

.btn-intro:hover {
    background-color: #164677;
    color: #fff;
    text-decoration: none;
}

/* 图片部分 */
.intro-image {
    height: 100%;
    position: relative;
    overflow: hidden;
	border-radius: 40px 0 0 0;
}

.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.intro-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    padding: 30px 20px 20px;
}

.overlay-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* 参展好处部分 */

.benefit-item {
    text-align: center;
    padding: 15px;
    height: 100%;
    position: relative;
    margin-bottom: 30px;
    background-color: #f5f9fd;
    border: 1px solid #e5eef8;
    margin: 0 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    overflow: hidden;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(31, 92, 153, 0.15);
    background-color: #fff;
    border-color: #d9e8f6;
}

.benefit-item:hover .benefit-icon i {
    transform: scale(1.1);
}

.benefit-icon {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}

.benefit-icon i {
    font-size: 36px;
    color: #1f5c99;
    background: linear-gradient(135deg, #1f5c99, #39a2ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    transition: transform 0.3s ease;
}

.benefit-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #1f5c99, #39a2ec);
    transition: width 0.3s ease;
}

.benefit-item:hover::before {
    width: 100%;
}

.benefit-item h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
	text-align: center;
}

.benefit-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* 场地介绍部分 */
.venue-info {
    margin-bottom: 60px;
    padding: 80px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url('https://sitecore-cd-imgr.shangri-la.com/MediaFiles/C/9/F/%7BC9F50855-190C-4309-B8A8-151B1C3CFB1D%7D200609_SLGL_Banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.venue-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.venue-info .container {
    position: relative;
    z-index: 2;
}

.venue-info .section-title h2 {
    color: #fff;
}

.venue-info .section-title-line {
    background-color: #fff;
}

.venue-text {
    padding: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    background-color: rgba(31, 92, 153, 0.8);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    height: 100%;
}

.venue-text h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
}

.venue-intro {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
}

.venue-highlights {
    margin-top: 20px;
    padding: 5px 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.highlight-item i {
    font-size: 18px;
    margin-right: 12px;
    color: #fff;
}

.highlight-item span {
    font-size: 15px;
    color: #fff;
}

.venue-note {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-style: italic;
    font-size: 15px;
}

.venue-note i {
    margin-right: 8px;
}

.venue-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    height: 100%;
}

.venue-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}

.venue-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 展会细节部分 */
.exhibition-details {
    margin-bottom: 60px;
}

.details-content {
    max-width: 900px;
    margin: 0 auto;
}

.detail-item {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-icon {
    flex: 0 0 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 5px;
    margin-right: 15px;
}

.detail-icon i {
    width: 50px;
    height: 50px;
    background-color: #e1f2fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f5c99;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(31, 92, 153, 0.1);
    border: 1px solid rgba(31, 92, 153, 0.2);
    font-size: 22px;
}

.detail-item:hover .detail-icon i {
    background-color: #1f5c99;
    color: #fff;
    transform: scale(1.05);
}

.detail-text {
    flex: 1;
}

.detail-text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.detail-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

.detail-text p:last-child {
    margin-bottom: 0;
}

/* 注册信息部分 */
.registration-info {
    margin-bottom: 60px;
    padding: 60px 0;
    background-color: #f0f5fa;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #f0f5fa, #e4edf7);
}

.registration-info .section-title h2 {
    color: #333;
}

.registration-content {
    margin: 0 auto;
}

.registration-benefits {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.registration-benefits h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1f5c99;

    position: relative;

}

.price-tag {
    margin: 20px 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.price-value {
    font-size: 42px;
    font-weight: 700;
    color: #1f5c99;
}

.price-period {
    font-size: 16px;
    color: #666;
    margin-left: 5px;
}

.benefits-list {
    width: 100%;
    margin: 20px 0;
    text-align: left;
}

.benefit-point {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.benefit-point:last-child {
    border-bottom: none;
}

.benefit-point i {
    color: #1f5c99;
    font-size: 18px;
    margin-right: 10px;
    flex-shrink: 0;
}

.benefit-point span {
    font-size: 16px;
    color: #444;
}

.registration-btn {
    margin: 20px 0 10px;
}

.registration-btn .btn {
    display: inline-block;
    width: 184px;
    height: 46px;
    line-height: 40px;
    font-size: 16px;
    color: #1f5c99;
    font-weight: bold;
    text-align: center;
    border: 3px solid #39a2ec;
    border-radius: 12px;
    background: #e1f2fa;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
    transition: all 0.3s ease;
}

.registration-btn .btn:hover {
    background: #1f5c99;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(31, 92, 153, 0.3);
    transform: none;
}

.registration-notes {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    height: 100%;
    border-left: 1px solid #e0e0e0;
	margin-left: 20px
}

.registration-notes h3 {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.registration-notes h3:after {
    content: none;
}

.note-item {
    margin-bottom: 18px;
    border-left: 2px solid #ccc;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.note-item:hover {
    border-left-color: #1f5c99;
}

.note-item h4 {
    font-size: 17px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
}

.note-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 8px;
}

.note-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    background-color: rgba(31, 92, 153, 0.05);
    border-radius: 5px;
}

.note-info i {
    color: #1f5c99;
    font-size: 16px;
    margin-right: 10px;
}

.note-info span {
    font-size: 14px;
    color: #555;
    font-style: italic;
}

/* 联系信息部分 */
.contact-info {
    margin-bottom: 60px;
}

.contact-content {
    max-width: 900px;
    margin: 0 auto;
}

.contact-content .row {
    display: flex;
    flex-wrap: wrap;
}

.contact-content .col-md-6 {
    display: flex;
    margin-bottom: 20px;
}

.contact-person {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	margin: 0 20px
}

.contact-person h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1f5c99;
    margin-bottom: 15px;
}

.contact-person p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

.contact-person i {
    color: #1f5c99;
    margin-right: 8px;
}

/* 底部按钮 */
.bottom-btn-wrapper {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 0;
}

.bottom-btn-wrapper .link-btn {
    display: block;
    width: 274px;
    height: 50px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 3px solid #39a2ec;
    border-radius: 12px;
    margin: 0 auto;
    background: #1f5c99;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bottom-btn-wrapper .link-btn:hover {
    background-color: #164677;
}

/* 响应式样式 */
@media (max-width: 768px) {
    /*.top-banner {*/
        /*min-height: 280px;*/
    /*}*/
    
    /*.top-banner .banner-title {*/
        /*font-size: 36px;*/
        /*line-height: 44px;*/
        /*padding-top: 30px;*/
    /*}*/
    
    /*.top-banner .banner-desc {*/
        /*padding-top: 20px;*/
    /*}*/
    
    /*.top-banner .link-btn-wrapper {*/
        /*padding: 20px 0;*/
    /*}*/
    .top-banner .banner-title{line-height:40px;font-size:30px;text-align:center;padding:50px 15px 0;}
    .top-banner .banner-desc{text-align:center;padding:30px 15px 0;}
    .top-banner .link-btn-wrapper{padding:30px 0;}
    .top-banner .link-btn-item{text-align:center;}
    
    /*.content {*/
        /*padding: 30px 0;*/
    /*}*/
    
    /* 参展商介绍响应式样式 */
    .intro-showcase {
        margin: 20px 0;
    }
    
    .intro-text {
        padding: 20px 0;
    }
    
    .intro-text h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    
    .intro-stats {
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 20px 0 10px;
    }
    
    .stat-item {
        padding: 0;
        margin-bottom: 10px;
    }
    
    .stat-item:not(:last-child):after {
        height: 30px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .intro-image {
        height: 220px;
        margin-bottom: 15px;
    }
    
    .intro-benefits {
        margin-top: 20px;
    }
    
    .benefit-item {
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    }
    
    .benefit-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(31, 92, 153, 0.12);
    }
    
    .benefit-item:hover .benefit-icon i {
        transform: scale(1.05);
    }
    
    .benefit-item::before {
        height: 2px;
    }
    
    .benefit-icon {
        margin-bottom: 15px;
    }
    
    .benefit-icon i {
        font-size: 36px;
    }
    
    .benefit-item h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    /* 场地介绍响应式样式 */
    .venue-info {
        padding: 40px 0 30px;
        background-attachment: scroll;
    }
    
    .venue-image {
        margin-bottom: 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        height: 220px;
    }
    
    .venue-text {
        padding: 15px;
        font-size: 14px;
        line-height: 1.6;
        height: auto;
    }
    
    .venue-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    
    .venue-intro {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .venue-highlights {
        margin-top: 12px;
    }
    
    .highlight-item {
        margin-bottom: 6px;
        padding: 5px 8px;
    }
    
    .highlight-item:hover {
        transform: none;
    }
    
    .highlight-item i {
        font-size: 16px;
        margin-right: 8px;
    }
    
    .highlight-item span {
        font-size: 13px;
    }
    
    .venue-note {
        margin-top: 12px;
        padding-top: 10px;
        font-size: 13px;
    }
    
    /* 展会细节响应式样式 */
    .exhibition-details {
        padding-bottom: 10px;
    }
    
    .detail-item {
        padding: 12px 0;
        margin-bottom: 5px;
    }
    
    /* 注册信息响应式样式 */
    .registration-info {
        padding: 25px 0;
        margin-bottom: 30px;
    }
    
    .section-title {
        margin-bottom: 15px;
    }
    
    .section-title h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .section-title-line {
        margin: 0 auto 12px;
    }
    
    .registration-benefits {
        margin-bottom: 15px;
        padding: 15px;
    }
    
    .registration-notes {
        margin-bottom: 15px;
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.8);
        border-left: none;
        border-top: 1px solid #e0e0e0;
        margin-left: 0;
    }
    
    .registration-benefits h3 {
        font-size: 20px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
    
    .registration-notes h3 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        text-align: center;
    }
    
    .registration-benefits h3:after {
        width: 40px;
        height: 2px;
    }
    
    .price-tag {
        margin: 12px 0;
    }
    
    .price-value {
        font-size: 32px;
    }
    
    .price-period {
        font-size: 14px;
    }
    
    .benefits-list {
        margin: 12px 0;
    }
    
    .benefit-point {
        margin-bottom: 6px;
        padding: 5px 0;
    }
    
    .benefit-point i {
        font-size: 16px;
    }
    
    .benefit-point span {
        font-size: 14px;
    }
    
    .registration-btn {
        margin: 12px 0 5px;
    }
    
    .registration-btn .btn {
        width: 160px;
        height: 42px;
        line-height: 36px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    
    .note-item {
        padding-left: 10px;
        margin-bottom: 10px;
        border-left-width: 1px;
    }
    
    .note-item:hover {
        border-left-color: #ccc;
    }
    
    .note-item h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .note-item p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .detail-text p,
    .contact-person p {
        font-size: 14px;
    }
    
    .contact-person {
        padding: 15px;
        margin: 0 5px 15px;
    }
    
    .detail-icon {
        flex: 0 0 40px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-top: 3px;
        margin-right: 10px;
    }
    
    .detail-icon i {
        width: 36px;
        height: 36px;
        font-size: 16px;
        background-color: #e1f2fa;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 5px rgba(31, 92, 153, 0.1);
    }
    
    .detail-text h3,
    .contact-person h3 {
        font-size: 18px;
    }
    
    .registration-notes h3 {
        font-size: 20px;
    }
    
    .bottom-btn-wrapper {
        padding: 25px 0 40px;
        margin-bottom: 0;
    }
    
    .bottom-btn-wrapper .link-btn {
        padding: 0;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .note-info {
        margin-top: 12px;
        padding: 8px;
    }
    
    .note-info i {
        font-size: 14px;
    }
    
    .note-info span {
        font-size: 12px;
    }
    
    .contact-content .row {
        display: block;
    }
    
    .contact-content .col-md-6 {
        display: block;
        margin-bottom: 15px;
    }
    
    .contact-person {
        padding: 15px;
    }
    
    .contact-person h3 {
        font-size: 18px;
    }
    
    .contact-person p {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .contact-person i {
        margin-right: 6px;
    }

    /* 联系信息部分响应式样式 */
    .contact-info {
        margin-bottom: 30px;
    }

    /* 其他部分间距优化 */
    .exhibitor-intro {
        margin-bottom: 25px;
    }

    .venue-info {
        margin-bottom: 25px;
    }

    .exhibition-details {
        margin-bottom: 25px;
    }
} 