/* 学生就业模块样式 */
.block11 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* 标题区域 */
.employment-header {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.title-container {
    position: relative;
    width: 387px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-icon {
    position: absolute;
    top: 43px;
}

.title-icon.left {
    left: 0;
}

.title-icon.right {
    right: 0;
}

.title-text {
    position: relative;
    text-align: center;
}

.subtitle {
    position: absolute;
    left: 32px;
    top: 0;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(174, 219, 255, 1) 0%, rgba(110, 191, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 46px;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 900;
    white-space: nowrap;
}

.main-title {
    position: absolute;
    left: 73px;
    top: 31px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(72, 173, 251, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 56px;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 900;
    letter-spacing: 5.6px;
}

/* 主内容区域 */
.employment-content {
    position: relative;
    width: 100%;
    height: 734px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    border-radius: 8px;
}

/* 视频展示区域 */
.video-section {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 2;
}

.video-container {
    position: relative;
    width: 598px;
    height: 336px;
}

.video-bg {
    width: 598px;
    height: 336px;
    position: absolute;
    border-radius: 4px;
    object-fit: cover;
}

.play-button {
    position: absolute;
    left: 257px;
    top: 126px;
    width: 83px;
    height: 83px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-icon {
    position: absolute;
    left: 7px;
    top: 7px;
}

.play-triangle {
    position: absolute;
    left: 35px;
    top: 30px;
}

/* 学生信息区域 */
.student-info {
    position: absolute;
    right: 90px;
    top: 90px;
    z-index: 2;
}

.company-badge {
    position: relative;
    width: 323px;
    height: 62px;
    margin-bottom: 50px;
}

.badge-corner {
    position: absolute;
}

.badge-corner.tl {
    left: 0;
    top: 5px;
}

.badge-corner.tr {
    right: 0;
    top: 5px;
}

.badge-corner.bl {
    left: 38px;
    bottom: 2px;
}

.badge-corner.br {
    right:  38px;
    bottom: 2px;
}

.company-badge::before {
    content: '';
    position: absolute;
    left: 38px;
    top: 0;
    width: 247px;
    height: 52px;
    background: linear-gradient(90deg, #F7DBAD 0%, #FCF6E3 50%, #F7DBAD 100%);
    z-index: 1;
}

.company-name {
    position: absolute;
    left: 87px;
    top: 0;
    color: #4F2727;
    font-size: 37px;
    font-family: 'Source Han Sans CN', sans-serif;
    font-weight: 900;
    line-height: 52px;
    z-index: 1;
}

.student-avatar {
    width: 116px;
    height: 138px;
    margin: 0 auto 20px;
    position: absolute;
    border-radius: 4px;
    /* 使用 mask 实现圆角 */
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

    padding: 0.5px;
}

.student-avatar::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px;
    padding: 0.5px;
    background: linear-gradient(150.67deg, rgba(240, 209, 151, 1) 0%, rgba(254, 249, 237, 1) 48%, rgba(240, 209, 151, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.avatar-img {
    position: absolute;
    object-fit: cover;
    border-radius: 4px;
    width: 114px;
    height: 137px;
}

.student-name {
    text-align: left;
    background: linear-gradient(180deg, rgba(240, 209, 151, 1) 0%, rgba(254, 249, 237, 1) 48%, rgba(240, 209, 151, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 42px;
    font-family: 'PingFang SC', sans-serif;
    font-weight: 500;
}

.student-school {
    text-align: left;
    color: white;
    opacity: 0.9;
    font-size: 24px;
    font-family: 'PingFang SC', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
}

.congratulation-text {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Source Han Sans CN', sans-serif;
    font-weight: 500;
    letter-spacing: 1.6px;
    position: relative;
    top: 184px;
}

/* 学生轮播区域 */
.student-carousel {
    position: relative;
    width: 1046px;
    height: 171px;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 450px;
}

.carousel-arrow {
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 3;
}

.carousel-arrow:hover {
    transform: scale(1.1);
}

.left-arrow {
    position: absolute;
    left: -70px;
    top: 50%;
}

.right-arrow {
    position: absolute;
    right: -70px;
    top: 50%;
}

.student-list {
    display: flex;
    gap: 29px;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    padding: 0 200px;
}

.student-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.student-card {
    position: relative;
    width: 103px;
    height: 145px;
    border-radius: 4px;
    /* 使用 mask 实现圆角 */
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.student-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px;
    padding: 0.76px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(72, 173, 251, 1) 100%); */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 0;
    border: 0.764px solid var(--Linear, #F0D197);
}

.student-card.highlighted {
    width: 122px;
    height: 171px;
    background: linear-gradient(151deg, #F0D197 0%, #FEF9ED 48%, #F0D197 100%);
    transform: translateY(-13px);
}

.student-card.highlighted::before {
    background: linear-gradient(150.67deg, rgba(240, 209, 151, 1) 0%, rgba(254, 249, 237, 1) 48%, rgba(240, 209, 151, 1) 100%);
}

.student-photo {
    /* position: absolute; */
    object-fit: cover;
    transition: all 0.4s ease;
}

.student-card.highlighted .student-photo {
    width: 122px;
}

.student-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px;
    font-family: 'PingFang SC', sans-serif;
    font-weight: 600;
    letter-spacing: 1.8px;
    transition: all 0.4s ease;
}

.student-card.highlighted .student-label {
    color: #0F2E45;
    font-size: 20px;
    letter-spacing: 2.6px;
    bottom: 0;
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.student-info > * {
    animation: fadeInUp 0.6s ease forwards;
}

.student-info .student-name {
    animation-delay: 0.1s;
}

.student-info .student-school {
    animation-delay: 0.2s;
}

.student-info .congratulation-text {
    animation-delay: 0.3s;
}

/* 响应式设计 */
@media (max-width: 1440px) {
    .employment-content {
        width: 100%;
        padding: 0 40px;
    }
    
    .video-section {
        left: 100px;
    }
    
    .student-info {
        right: 100px;
    }
}

@media (max-width: 1200px) {
    .employment-content {
        flex-direction: column;
        height: auto;
        gap: 40px;
    }
    
    .video-section {
        left: 0;
        top: 0;
    }
    
    .student-info {
        right: 0;
    }
    
    .student-carousel {
        width: 100%;
        padding: 0 20px;
    }
    
    .student-list {
        padding: 0 100px;
        gap: 20px;
    }
}

@media (max-width: 768px) {

    .title-container {
        width: 300px;
        height: 80px;
    }
    
    .subtitle {
        font-size: 32px;
        left: 20px;
    }
    
    .main-title {
        font-size: 40px;
        left: 50px;
        top: 25px;
        letter-spacing: 3px;
    }
    
    .video-container {
        width: 400px;
        height: 225px;
    }
    
    .video-bg {
        width: 500px;
        height: 350px;
        left: -30px;
        top: -80px;
    }
    
    .student-list {
        padding: 0 50px;
        gap: 15px;
    }
    
    .student-card {
        width: 80px;
        height: 110px;
    }
    
    .student-card.highlighted {
        width: 95px;
        height: 130px;
    }
    
    .student-photo {
        width: 100px;
        height: 140px;
        left: -12px;
        top: -25px;
    }
    
    .student-card.highlighted .student-photo {
        width: 115px;
        height: 160px;
        left: -15px;
        top: -30px;
    }
    
    .student-label {
        font-size: 14px;
        bottom: 8px;
    }
    
    .student-card.highlighted .student-label {
        font-size: 18px;
        bottom: 12px;
    }
}