/* appointment.css - 约见页面专用样式 */
.page-container {
    padding-top: 116px;
}

.container-1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 头部banner - 主题色系 */
.appointment-hero {
    position: relative;
    height: 500px;
    background: url('../images/banner_yuejian.jpg') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.hero-subtitle {
    font-size: 1.3rem;
    font-family: 'Aleo';
    opacity: 0.9;
    font-weight: 300;
    letter-spacing: 1px;
}

/* 内容区块 */
.content-section {
    padding: 100px 0;
}

.bg-light {
    background: #f8f9fa;
}

.section-header {
    margin-bottom: 60px;
}

.section-header.center {
    text-align: center;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 10px;
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 15px;
    font-family: 'Aleo';
}

.divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    margin: 0 auto;
}

/* 往届约见现场 - 相册样式 */
.gallery-container {
    width: 100%;
}

.mainSwiper {
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.mainSwiper .swiper-slide {
    height: 765px;
}

.mainSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnailSwiper {
    padding: 10px 0;
}

.thumbnailSwiper .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 80px;
}

.thumbnailSwiper .swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.thumbnailSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0,0,0,0.3);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0,0,0,0.5);
    transform: scale(1.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem;
    font-weight: bold;
}

/* 为什么参加约见 */
.partnering-reasons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.reason-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 350px;
}

.reason-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.reason-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.reason-card:hover .reason-bg {
    transform: scale(1.05);
}

.funding-bg {
    background: linear-gradient(135deg, rgba(41, 128, 185, 0.9), rgba(52, 152, 219, 0.8));
}

.bd-bg {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.9), rgba(46, 204, 113, 0.8));
}

.supply-bg {
    background: linear-gradient(135deg, rgba(142, 68, 173, 0.9), rgba(155, 89, 182, 0.8));
}

.reason-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.reason-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.reason-en {
    font-size: 1.1rem;
    font-family: 'Aleo';
    opacity: 0.9;
    margin-bottom: 25px;
    font-weight: 500;
}

.reason-desc p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 8px;
    opacity: 0.95;
}

/* 谁来参加约见 */
.participants-image {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.participants-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 公司名称滚动 - 水平滚动布局 */
.scrolling-companies-container {
    height: 120px;
    overflow: hidden;
    position: relative;
    background: white;
    border-radius: 12px;
    padding: 20px 0;
    box-shadow: 0 0px 10px rgba(0,0,0,0.03);
}

.scrolling-companies {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.company-track {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    width: max-content;
    white-space: nowrap;
}

.company-item {
    flex-shrink: 0;
    padding: 12px 25px;
    background: linear-gradient(135deg, #fcfcfc, #f5f6f7);
    border-radius: 8px;
    font-weight: 600;
    color: var(--primary);
    text-align: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    min-width: 120px;
}

.company-item:hover {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* 水平滚动动画 */
@keyframes companyScrollHorizontal {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* 响应式设计 */
@media (max-width: 992px) {
    .partnering-reasons {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .mainSwiper .swiper-slide {
        height: 400px;
    }
    
    .company-item {
        padding: 10px 20px;
        font-size: 1rem;
        min-width: 100px;
    }
}

@media (max-width: 768px) {
    .appointment-hero {
        height: 300px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .content-section {
        padding: 80px 0;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .partnering-reasons {
        grid-template-columns: 1fr;
    }
    
    .reason-card {
        height: 300px;
    }
    
    .reason-content {
        padding: 30px 20px;
    }
    
    .reason-content h3 {
        font-size: 1.8rem;
    }
    
    .company-item {
        padding: 8px 16px;
        font-size: 0.9rem;
        min-width: 90px;
    }
    
    .scrolling-companies-container {
        height: 100px;
        padding: 15px 0;
    }
    
    .mainSwiper .swiper-slide {
        height: 300px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .appointment-hero {
        height: 250px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .content-section {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .reason-card {
        height: 280px;
    }
    
    .reason-content {
        padding: 25px 20px;
    }
    
    .reason-content h3 {
        font-size: 1.6rem;
    }
    
    .reason-desc p {
        font-size: 0.9rem;
    }
    
    .company-item {
        padding: 6px 12px;
        font-size: 0.8rem;
        min-width: 80px;
    }
    
    .scrolling-companies-container {
        height: 80px;
        padding: 12px 0;
    }
    
    .mainSwiper .swiper-slide {
        height: 250px;
    }
    
    .thumbnailSwiper .swiper-slide {
        height: 60px;
    }
}