/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "阿里妈妈数黑体 Bold";
    font-weight: 700;
    src: url(font/AlimamaShuHeiTi-Bold.ttf);
}

/*html {*/
/*    scroll-behavior: smooth; !* 全局平滑滚动 *!*/
/*}*/

/*.expert-section {*/
/*    scroll-margin-top: 80px; !* 防止被固定导航栏遮挡 *!*/
/*}*/

.index {
    width: 100%;
    overflow: hidden;
}

.pubHeader-item {
    text-decoration: none;
    transition: color 0.3s;
}

.pubHeader-item.active {
    color: #2a7efb; /* 选中颜色 */
    font-weight: bold;
}

/* banner图轮播 */
#fullSlide {
    width: 100%;
    position: relative;
    height: 730px;
    overflow: hidden;
    background-color: #f5f5f5;
    text-align: center; /* 确保内容居中 */
}

/* 新增的图片容器 - 确保图片居中不变形 */
.banner-container {
    width: 100%;
    max-width: 1920px; /* 根据您的实际图片宽度调整 */
    height: 100%;
    position: relative;
    margin: 80px auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.banner-swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex; /* 只在slide内部使用flex */
    justify-content: center;
    align-items: center;
}

/* 图片使用img标签确保完美控制 */
.banner-swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* 关键：保持比例不变形 */
    display: block;
    margin: 0 auto;
}

.iconfont {
    width: 50px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 110px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.iconfont:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.banner-prev {
    left: 80px; /* 相对于banner-container的左边缘 */
}

.banner-next {
    right: 80px; /* 相对于banner-container的右边缘 */
}

/* 通用标题 */
.AGIMoudle {
    padding-bottom: 90px;
}

.course-promotion {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.course-promotion .header {
    padding-bottom: 30px;
    text-align: center;
}

.course-promotion .header h1 {
    color: #333;
    font-size: 48px;
    margin: 50px 0 10px 0;
    font-weight: bold;
    font-family: "思源黑体 Bold", system-ui;
}

.course-promotion .header h1 span.special-text-primary {
    color: #F96059;
}

.course-promotion .header h1 span.special-text-secondary {
    color: #177FF1;
}

.course-promotion .header-warm h1 {
    color: white;
    font-size: 48px;
    margin: 50px 0 10px 0;
    font-weight: bold;
}

.course-promotion .header-warm h1 span.special-text-warm {
    color: #67FFCB;
}

.course-promotion .header p {
    font-size: 16px;
    color: #b5b5b5;
    line-height: 18px;
    margin-top: 18px;
    letter-spacing: 3px;
}

.course-promotion .header h1 {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.course-promotion .header h1.animate {
    opacity: 1;
    transform: translateY(0);
}

/* AGI大模型应用开发全新升级V5.0 抢占职场“薪”机 */
.header {
    padding-bottom: 15px;
    text-align: center;
}

.header h1 {
    color: #333;
    font-size: 48px;
    margin: 50px 0 10px 0;
    font-weight: bold;
    font-family: "思源黑体 Bold", system-ui;
}

.course-promotion .header h1 {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.course-promotion .header h1.animate {
    opacity: 1;
    transform: translateY(0);
}

.header h1 span.special-text {
    color: #177FF1;
    /* "薪"机特殊颜色 */
}

.subtitle {
    color: #777777;
    /* 调整为更柔和的灰色 */
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    /* 适当加粗 */
    letter-spacing: 0.5px;
    /* 轻微字距调整 */
}

/* 第一行 - 三个优势项水平排列 */
.features-top-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

/* 第二行 - 两个优势项居中 */
.features-bottom-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.feature-box {
    background: linear-gradient(to bottom, #EEFAFF 30%, white 100%);
    color: #333;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    width: 35%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.second-row .feature-box {
    width: 35%;
}

.blue-bg {
    background: linear-gradient(to bottom, #1D87F3, #4DA1F8);
    /* 从上到下渐变 */
    color: white;
    padding: 12px;
    margin: -15px -15px 15px -15px;
    border-radius: 8px 8px 8px 8px;
    /* 四个角都设置为圆角 */
    font-size: 18px;
    font-weight: bold;
}

.feature-box p {
    font-size: 14px;
    margin: 8px 0;
    line-height: 1.4;
    text-align: center;
}

/* 课程亮点 */
.javaee .innerSparkle {
    width: 1500px;
    margin: 0 auto;
}

.course-highlight-container {
    display: flex;
    padding: 30px;
    margin: 10px auto;
    position: relative;
    border: 2px dashed rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.course-highlight-title {
    writing-mode: vertical-lr;
    text-orientation: upright;
    color: white;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 10px;
    margin-right: 30px;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-highlight-content {
    flex: 1;
    display: grid;
    grid-template-rows: auto auto;
    gap: 5px;
}

.highlight-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.highlight-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.highlight-card h2 {
    font-size: 20px;
    margin: 0 auto;
    padding: 5px 30px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #1D87F3, #4DA1F8);
    color: white;
    border: 2px solid #01FAFF;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 20px;
    width: 320px;
    font-weight: bold;
    white-space: normal;
}

/* 数字1-6的特殊样式 */
.highlight-card h2::before {
    content: attr(data-number);
    color: #35FFD2;
    margin-right: 15px;
    font-weight: bold;
    font-style: italic;
    transform: skewX(-15deg); /* 添加倾斜效果 */
    font-size: 24px;
}

.highlight-card-content {
    background-color: white;
    border-radius: 30px;
    padding: 0 30px 10px 30px;
    padding-top: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.highlight-card p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    flex: 1;
    color: #000000;
}

/* 为第六个卡片设置特殊标题样式 */
.highlight-card-6 h2 {
    background: linear-gradient(to bottom, #FF5D90, #f46f93);
    border-color: #f3f290;
}

/* 第六个卡片的数字颜色 */
.highlight-card-6 h2::before {
    color: #FFFF00; /* 数字颜色改为深色以匹配黄色背景 */
}

/* 全球AI岗位增速超300% 中国成最大人才需求市场 */
/* 基础容器样式 */
.stats-container {
    display: flex;
    justify-content: center; /* 水平居中 */
    gap: 30px; /* 模块间距 */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 模块基础样式 */
.tab-box {
    flex: 1;
    max-width: 350px;
    padding: 30px 20px;
    text-align: center; /* 文字居中 */
    transition: transform 0.3s ease;
    /* 文字颜色统一设置 */
    color: #333;
    line-height: 1.6;
    position: relative;
    /* 渐变背景设置 */
    background: linear-gradient(to bottom, #FFFEFE 25%, var(--end-color) 100%);
}

/* 三个模块的背景色 */
.tab-box:nth-child(1) {
    --end-color: #FFE4E1; /* 橙色渐变终点 */
}

.tab-box:nth-child(2) {
    --end-color: #D7E9FD; /* 蓝色渐变终点 */
}

.tab-box:nth-child(3) {
    --end-color: #FFDCDD; /* 红色渐变终点 */
}

/* 标题样式 */
.tab-title {
    font-size: 28px;
    font-weight: bold;
}

/* 三个模块的标题颜色 */
.tab-box:nth-child(1) .tab-title {
    color: #FF4E18; /* 橙色 */
}

.tab-box:nth-child(2) .tab-title {
    color: #0564D4; /* 蓝色 */
}

.tab-box:nth-child(3) .tab-title {
    color: #FF4B64; /* 粉色 */
}

/* 内容文字样式 */
.tab-box p {
    font-size: 16px;
}

/* 灰色备注文字 */
.tab-box .gray {
    display: block;
    color: #666 !important;
    font-size: 14px;
}

/* 2025年各层级岗位薪资（一线城市） 智泊AI真实案例对比 */
.chart-container {
    background: url(../img/bg1.png);
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    height: 450px;
}

.title-row {
    display: flex;
    padding: 50px 30px 0 30px;
    letter-spacing: 3px;
}

.salary-title {
    flex: 1;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.case-title {
    width: 380px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.content-row {
    display: flex;
    padding: 20px;
}

.salary-table-container {
    flex: 1;
    padding: 0 30px 0 30px;
}

.salary-table {
    width: 100%;
    border-collapse: collapse;
    height: 100%;
}

.salary-table th {
    background-color: #FF7DB0;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}

.salary-table .rank_title {
    background-color: #FF87AD;
}

.salary-table .range_title {
    background-color: #FF84B2;
    color: #FFFDC6;
}

.salary-table td {
    padding: 12px;
    text-align: center;
    color: white;
    font-size: 15px;
    background-color: #FF5F9B;
}

.salary-table .rank {
    background-color: #FF7299;
}

.salary-table .highlight {
    font-weight: bold;
    color: #FFFDC6;
    background-color: #FF6D9F;
    border: 1px solid transparent;
}

.case-wrapper {
    width: 380px;
    display: flex;
    flex-direction: column;
}

.case-container {
    background-color: #FF6998;
    border-radius: 10px;
    padding: 20px;
    flex-grow: 1;
    height: 230px; /* 固定高度 */
    overflow: hidden; /* 隐藏溢出内容 */
    position: relative;
}

.case-scroll {
    position: absolute;
    width: 100%;
}

.case-item {
    padding: 0 30px 10px 0;
    line-height: 1.5;
    color: white;
    border-radius: 6px;
}

.case-number {
    display: block; /* 独占一行 */
    color: #FFF4B7; /* 黑色文字 */
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 15px;
}

.buttons-container {
    padding-top: 20px;
    display: flex;
    gap: 30px;
}

.btn {
    padding: 12px 35px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 18px;
    border: none;
}

.btn-primary {
    background-color: #FF8B5E;
    color: white;
}

.btn-secondary {
    background-color: #FF80A7;
    color: white;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-100% + 230px));
    }

}


/* 选择智泊AI 0基础速通大模型设计和开发 */
.AGIModel {
    background: linear-gradient(180deg, #FFFFFF, #DAEEFF);
    height: 841px;
}

.course-container {
    max-width: 1300px;
    margin: 0 auto;
}

.section {
    border-radius: 12px;
}

.header-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 18px;
}

.section-title {
    color: #0564D4;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.tips {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 16px;
    color: #666666;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
}


.target-groups {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    width: 1270px;
}

.group {
    flex: 1;
    padding: 0 0 0 20px;
    border-radius: 10px;
    height: 155px;
    width: 410px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.target-groups .group:first-child img {
    width: 98px; /* 设置图片宽度 */
    height: auto; /* 保持比例 */
}

.target-groups .group:nth-child(2) img {
    width: 127px;
    height: auto;
    padding-bottom: 3px;
}

.target-groups .group:last-child img {
    width: 119px; /* 设置图片宽度 */
    height: auto; /* 保持比例 */
}

/* 调整文字容器 */
.group-text {
    flex: 1; /* 占据剩余空间 */
}

.group:nth-child(1) {
    background: url(../img/pic1.png);
}

.group:nth-child(2) {
    background: url(../img/pic2.png);
}

.group:nth-child(3) {
    background: url(../img/pic3.png);
}

.group-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    color: white;
}

.group p {
    font-size: 16px;
    color: white;
    width: 238px;
    line-height: 24px;
}

.jobs-section {
    margin-top: 50px;
}

.jobs-title {
    color: #177FF1;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.jobs-subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
}

.jobs-container {
    background-color: #BBE1FF; /* 精确还原图片中的浅蓝色背景 */
    padding: 25px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.job-item {
    color: #177FF1;
    font-weight: bold;
    padding: 12px;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    /* 渐变背景 */
    background: linear-gradient(to bottom, #BEE6FF, #D9EFFF);
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    position: relative;
    padding-left: 20px; /* 为圆点留空间 */
}

/* 根据文字长度自动调整 */
.job-item.long-text {
    grid-column: span 2; /* 长文字占两列 */
}


/* 智泊AI重磅推出AI6.0课程 培养企业紧缺的大模型设计与开发工程师 */
.AGIModel2 {
    background: url(../img/part6-bg.png);
    height: 970px;
}

.innerTab {
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}

.innerTab .tab-menu {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 105px;
    text-align: center;
}

.innerTab .tab-menu .active {
    padding: 23px 0 14px;
    width: 230px;
    height: 104px;
    color: #0B7BFF;
    background: url(../img/tab1.png);
}

.innerTab .tab-menu .active p {
    display: block;
}

.innerTab .tab-menu li {
    cursor: pointer;
    width: 230px;
    height: 72px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 27px 0 25px;
    background: url(../img/tab2.png);
}

.innerTab .tab-menu li p {
    margin-top: 7px;
    display: none;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 20px;
}

.innerTab .tab-content {
    width: 1300px;
    height: 490px;
    background: url(../img/bg2.png);
    background-size: cover;
}

.innerTab .tab-item {
    display: none;
    text-align: center;
    padding: 0 30px 0 30px;
}

.innerTab .tab-content .active {
    display: block;
}

.index .AGIModel2 .action-buttons {
    margin-top: 35px;
}

.action-buttons {
    display: flex;
    justify-content: space-between;
    width: 615px;
    margin: 0 auto;
}

.action-buttons .btn {
    width: 289px;
    height: 60px;
    position: relative;
    top: 0;
    font-size: 20px;
    color: #fff;
    background: url(../img/button2.png) no-repeat;
    background-size: cover;
    margin: 0 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 15px 54px 15px 40px;
    line-height: 30px;
    box-sizing: border-box;
}

.action-buttons .btn {
    padding-left: 71px;
}

.action-buttons .btn-secondary {
    background: url(../img/button1.png) no-repeat;
    background-size: cover;
}


.knowledge-container {
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.avatar-section {
    position: relative; /* 添加相对定位 */
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e3f2fd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* 为头像添加相对定位 */
}

.avatar img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.beginner-tag {
    position: absolute; /* 改为绝对定位 */
    top: 80%; /* 垂直居中 */
    left: 50%; /* 水平居中 */
    transform: translate(-50%, -50%); /* 精确居中 */
    background-color: #1a73e8;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 2; /* 确保标签在图片上方 */
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 添加轻微阴影增强层次感 */
}

/* 替换原有的箭头样式 */
.arrow-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.arrow-right {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-right::after {
    content: "→";
    font-size: 32px;
    font-weight: bold;
    color: #1a73e8; /* 纯蓝色 */
    display: inline-block;
}

.knowledge-section {
    flex: 2;
    padding: 20px 20px 0 20px;
    display: flex;
    align-items: stretch;
}

.knowledge-path-wrapper {
    flex: 1;
    display: flex;
}

.knowledge-path-box {
    flex: 1;
    border: 2px dashed rgba(28, 175, 255, 0.5);
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    background-color: #EDF3FF;
    border-top-left-radius: 10px; /* 左上圆角 */
    border-bottom-left-radius: 10px; /* 左下圆角 */
}

.knowledge-path {
    font-size: 16px;
    line-height: 1.6;
    color: #1a73e8;
    text-align: center;
    font-weight: bold;
    padding: 0 5px 0 5px;
}

.knowledge-path span {
    display: inline-block;
    margin-right: 10px;
}

.knowledge-path span:after {
    content: ">";
    margin-left: 10px;
    color: #1a73e8;
}

.knowledge-path span:last-child:after {
    display: none;
}

.industry-tag {
    background-color: #1CACFF;
    color: white;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 75px;
    border-top-right-radius: 10px; /* 左上圆角 */
    border-bottom-right-radius: 10px; /* 左下圆角 */
}

.industry-tag h3 {
    margin: 0;
    font-size: 18px;
}

.industry-tag p {
    margin: 5px 0 0;
    font-size: 12px;
}

/* 新增企业项目横幅样式 */
.project-banner {
    display: flex;
    border-radius: 10px;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    position: relative;
    padding: 10px 20px 0 20px;
}


.project-banner::before {
    left: 0;
}

.project-banner::after {
    right: 0;
}

.project-content {
    flex: 1;
    padding: 20px;
    border: 2px dashed rgba(28, 175, 255, 0.5);
    background-color: #EDF3FF;
    border-top-left-radius: 10px; /* 左上圆角 */
    border-bottom-left-radius: 10px; /* 左下圆角 */
}

.project-content h3 {
    color: #1a73e8;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.project-content p {
    color: #555;
    font-size: 14px;
    margin-bottom: 15px;
}

.project-tags {
    gap: 8px;
    font-size: 14px;
}

.project-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    background-color: #1a73e8;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* 更新一站式服务横幅样式 */
/* 新增服务区域容器 */
.service-container {
    display: flex;
    padding: 10px 20px 0 20px;
}

/* 服务内容区域 - 带边框 */
.service-banner {
    flex: 1;
    display: flex;
    border: 2px dashed rgba(255, 82, 136, 0.5);
    overflow: hidden;
    padding: 10px 0 10px 0;
    background-color: #FFEDF2;
    border-top-left-radius: 10px; /* 左上圆角 */
    border-bottom-left-radius: 10px; /* 左下圆角 */
}

/* 服务栏目样式 */
.service-column {
    flex: 1;
}

.service-column:last-child {
    border-right: none;
}

.service-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #FF5288;
    text-align: center;
}

.service-content {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.service-content p {
    font-size: 12px;
    text-align: center;
    color: #000000;
}

/* 右侧标题区域 - 独立于边框 */
.service-main-title {
    background-color: #FF5288;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 9px;
    border-top-right-radius: 10px; /* 右上直角 */
    border-bottom-right-radius: 10px; /* 右下直角 */
}

/* 新增向下箭头样式 */
.down-arrow-container {
    display: flex;
    justify-content: right;
    margin: 0 55px;
}

.down-arrow {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down-arrow::after {
    content: "↓";
    font-size: 32px;
    font-weight: bold;
    color: #1a73e8;
    display: inline-block;
}

.down-arrow-red::after {
    content: "↓";
    font-size: 32px;
    font-weight: bold;
    color: #FF5288;
    display: inline-block;
}


/* 大模型落地应用 */
.AGIModel3 {
    background-color: white;
}

.AGIModel3 .phone {
    background: url(../img/123.png) center 0 no-repeat;
    width: 100%;
    height: 703px;
    margin-top: 10px;
}

/* 就业喜报 */
.table-container {
    width: 100%;
    max-width: 1200px;
    background: white;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 0 auto;
    margin-bottom: 50px;
}

/* 修复对齐问题的关键部分 */
.tbl-header table,
.tbl-body table {
    width: 100%;
    table-layout: fixed; /* 使用固定布局 */
    border-collapse: collapse;
}

.tbl-header {
    background: linear-gradient(to bottom, #1891FF 0%, #4FC2FF 100%);
    color: white;
    position: relative;
}

.tbl-header h2 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 16px; /* 与单元格对齐 */
}

.tbl-header th {
    padding: 16px;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
}

/* 统一列宽 */
.col-name {
    width: auto;
}

.col-education {
    width: auto;
}

.col-location {
    width: auto;
}

.col-company {
    width: auto;
}

.col-salary {
    width: auto;
}

.tbl-body {
    position: relative;
    overflow: hidden;
    height: 360px;
    padding: 20px 25px 0;
}

.tbl-body table {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 25px 0;
    will-change: transform; /* 优化性能 */
    backface-visibility: hidden; /* 防止闪烁 */
}

.tbl-body tr {
    padding: 20px 25px 0;
}

.tbl-body tr:hover {
    background-color: #f8fafc;
    transform: scale(1.005);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tbl-body td {
    padding: 16px;
    /*border-bottom: 1px solid #f1f3f5;*/
    color: #495057;
    font-size: 14.5px;
    vertical-align: middle; /* 垂直居中 */
}

.tbl-body tr:last-child td {
    border-bottom: none;
}

/* 数据样式 */
.salary {
    color: #3a7bd5;
    font-weight: 600;
    font-size: 15px;
}

.location {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 12px;
    background: #e9f4ff;
    color: #3a7bd5;
    font-size: 12.5px;
    font-weight: 500;
}

.education {
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block;
}

/* 大专 - 蓝色系 */
.education.大专 {
    background-color: #e3f2fd;
    color: #1976d2;
    border: 1px solid #bbdefb;
}

/* 本科 - 绿色系 */
.education.本科 {
    background-color: #e8f5e9;
    color: #388e3c;
    border: 1px solid #c8e6c9;
}

/* 高中 - 灰色系 */
.education.高中 {
    background-color: #f5f5f5;
    color: #616161;
    border: 1px solid #e0e0e0;
}

/* 硕士 - 紫色系 */
.education.硕士 {
    background-color: #f3e5f5;
    color: #8e24aa;
    border: 1px solid #e1bee7;
}

/* 研究生 - 橙色系 */
.education.研究生 {
    background-color: #fff3e0;
    color: #fb8c00;
    border: 1px solid #ffe0b2;
}

/* 博士 - 红色系（最高学历突出） */
.education.博士 {
    background-color: #ffebee;
    color: #d32f2f;
    border: 1px solid #ffcdd2;
    font-weight: bold;
}

/* 985 211 - 金色渐变（特殊标识） */
[class*="education"][class*="985"],
[class*="education"][class*="211"] {
    background: linear-gradient(135deg, #fff9c4 0%, #ffecb3 100%);
    color: #ff8f00;
    border: 1px solid #ffe082;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

/* 企业内推服务流程 */
/* 基础容器样式 */
.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
    /* 新增防御性代码 */
    min-width: 320px; /* 设置最小宽度 */
    width: 100%; /* 避免被压缩 */
    box-sizing: border-box; /* 包含padding */
}

.service-phase {
    /* 关键修改 */
    flex: 1 1 300px; /* 基础300px，可伸缩但不下于300px */
    max-width: calc(33.33% - 20px); /* 三列布局时精确计算 */
    box-sizing: border-box;
}

/* 前期服务 - 蓝色渐变背景 */
.service-pre ul {
    background: linear-gradient(0deg, #168AFF, #4AABFF);
}

/* 中期服务 - 红橙渐变背景 */
.service-mid ul {
    background: linear-gradient(0deg, #FF427C, #FF552F);
}

/* 后期服务 - 浅蓝渐变背景 */
.service-post ul {
    background: linear-gradient(0deg, #13A3FF, #51C4FF);
}


/* 通用标题样式 - 应用到所有h5 */
/* 父容器设置基准样式 */
.service-mid ul h5 {
    background: linear-gradient(0deg, #FF552F, #FF975B);
    border: 2px solid #FFCEC6;
}

.service-post ul h5 {
    background: linear-gradient(0deg, #3E9BFF, #6CD7FF);
    border: 2px solid #D8E9FF;
}

/* 标题样式 - 自动继承父级背景 */
.service-phase h5 {
    width: 180px;
    height: 40px;
    position: relative;
    background: linear-gradient(0deg, #1881F1, #48BCFD);
    border: 2px solid #C5E4FF;
    top: -20px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    line-height: 36px;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.service-phase ul {
    position: relative;
    z-index: 1;
    height: 360px;
    width: 420px;
    border-radius: 18px;
}

.service-phase p {
    text-align: center; /* 副标题也居中 */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.service-phase li {
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    height: 50px;
    width: 360px;
    text-align: center;
    padding: 15px 10px;
    margin: 16px auto;
    background: linear-gradient(0deg, #1789FF, rgba(0, 162, 255, 0));
}

.service-phase .oul_main li {
    background: linear-gradient(0deg, #F92C59, rgba(249, 44, 57, 0));
    height: 117px;
    padding: 10px 0;
}

.service-phase .oul_main span {
    display: inline-block;
    background: #F92B59;
    padding: 5px 20px;
    margin: 10px 5px 0 0;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}

.service-pre li {
    display: flex; /* 启用Flex布局 */
    padding: 15px 0 0 0;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 70px;
}

.service-pre li span {
    flex: 0 0 80px; /* 固定宽度 */
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    padding: 15px 0 0 10px;
    border-radius: 4px;
    text-align: center;
}

.service-pre li:last-child span {
    flex: 0 0 80px; /* 固定宽度 */
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 0 0 10px;
    border-radius: 4px;
    text-align: center;
}

.service-pre li div {
    flex: 1; /* 占据剩余空间 */
    white-space: normal; /* 允许换行 */
}

/* 内推破局！高薪岗位直通车，简历快人一步 */
/* 基础样式 */
.course-outline {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.course-header h1 {
    text-align: center;
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 600;
}

/* 课程布局 */
.course-layout {
    display: flex;
    gap: 20px;
}

/* 左侧导航 */
.course-navigation {
    width: 274px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 24px rgba(195, 237, 255, 0.6);
    padding: 20px 0;
}

.course-menu {
    list-style: none;
    margin: 0;
    /* 新增以下样式 */
    height: 530px; /* 与右侧保持一致的高度 */
    display: flex;
    flex-direction: column;
    overflow: hidden; /* 隐藏外部滚动 */
    overflow-y: auto;
    padding-right: 8px; /* 为滚动条留出空间 */
}

.course-menu-item {
    margin-bottom: 15px;
    position: relative;
}

.course-menu-item:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("../img/pic.png") no-repeat -39px -298px;
}

.course-menu-item.active:before {
    background-position-x: -59px;
}

.course-menu-link {
    display: block;
    padding: 5px 20px;
    font-size: 16px;
    color: #5e5e5e;
    text-decoration: none;
    border-radius: 12px;
    margin: 0 15px;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.course-menu-item.active .course-menu-link {
    color: #fff;
    background: linear-gradient(90deg, #FF5474 0%, #FF742F 100%);
    box-shadow: 0 9px 24px rgba(253, 77, 69, 0.45);
}

.course-salary {
    display: block; /* 改为块级元素 */
    font-weight: bold;
    margin-top: 5px; /* 添加上边距 */
    line-height: 1.4; /* 保持与父元素一致的行高 */
}

/* 右侧内容 */
.course-content {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 24px rgba(195, 237, 255, 0.6);
    padding: 30px;
    /* 新增以下样式 */
    height: 570px; /* 固定高度，可根据实际需要调整 */
    display: flex;
    flex-direction: column;
}


/* 调整模块详情区域 */
.module-details {
    /* 新增以下样式 */
    flex: 1;
    overflow-y: auto;
    padding-right: 30px; /* 给滚动条留出空间 */
    height: 410px;
}

/* 自定义滚动条样式（统一风格） */
.course-menu::-webkit-scrollbar,
.course-content::-webkit-scrollbar {
    width: 6px;
}

.course-menu::-webkit-scrollbar-track,
.course-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.course-menu::-webkit-scrollbar-thumb,
.course-content::-webkit-scrollbar-thumb {
    background: #6FC2FF;
    border-radius: 4px;
}

.course-menu::-webkit-scrollbar-thumb:hover,
.course-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.course-module {
    display: none;
}

.course-module.active {
    display: block;
}

.module-title {
    font-size: 22px;
    color: #202020;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

.module-title:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 22px;
    border-radius: 3px;
    background-color: #567EFA;
}

.module-meta {
    margin-top: 10px;
    font-size: 15px;
    color: #6c6c6c;
    font-weight: normal;
}

.learning-method,
.learning-hours {
    margin-right: 20px;
}

/* 模块内容 */
.module-section {
    margin-bottom: 25px;
}

.module-section-title {
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px;
    color: #445a93;
    background-color: #e2eeff;
    border-radius: 8px;
    margin-bottom: 10px;
}

.section-content {
    font-size: 15px;
    color: #3b3b3b;
    line-height: 1.8;
}

.topics-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
}

.topics-list li {
    position: relative;
    padding-left: 15px;
}

.topics-list li:before {
    content: "·";
    position: absolute;
    left: 0;
}

/* 搜索项样式 - 与菜单项一致 */
.search-item {
    margin-bottom: 15px;
    position: relative;
}

/* 移除搜索项的点图标 */
.search-item:before {
    display: none;
}

/* 搜索框容器 - 与菜单链接样式一致 */
.search-wrapper {
    display: block;
    padding: 5px 20px;
    font-size: 16px;
    color: #5e5e5e;
    text-decoration: none;
    border-radius: 12px;
    margin: 0 15px;
    transition: all 0.3s ease;
    line-height: 1.4;
    background: transparent;
}

/* 搜索输入框样式 */
.search-input {
    width: 100%;
    padding: 5px 0;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #5e5e5e;
    outline: none;
}

.search-input::placeholder {
    color: #aaa;
}

/* 搜索框获得焦点时的样式 */
.search-wrapper:focus-within {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 2px rgba(111, 194, 255, 0.3);
}

/* 筛选栏容器 */
.blue-button-filters {
    display: flex;
    gap: 40px;
    /*margin-bottom: 20px;*/
}

/* 容器样式 */
.select-wrapper {
    position: relative;
    flex: 1;
    display: inline-block;

}

/* 蓝色按钮样式 - 完全匹配图片 */
.blue-filter-btn {
    width: 260px;
    padding: 30px 70px 30px 0;
    border: none;
    border-radius: 0 20px 0 0;
    color: white;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, #04A9FE 0%, #0C83FF 100%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 新增点击状态样式 */
.blue-filter-btn:active,
.blue-filter-btn:focus {
    background: linear-gradient(to bottom, #FF597B 0%, #FF594F 100%) !important;
    box-shadow: 0 0 0 2px rgba(255, 89, 123, 0.3) !important;
}

/* 保持箭头在点击时的白色 */
.blue-filter-btn:active + .custom-arrow,
.blue-filter-btn:focus + .custom-arrow {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1025 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512.699 1024C230.027 1024 1 797.387 1 513.21 1 229.039 230.027 0 512.699 0 795.369 0 1025 230.854 1025 515.031S795.972 1024 512.699 1024z m0-964.03c-247.716 0-452.03 205.688-452.03 455.065 0 249.372 205.521 448.994 452.633 448.994s451.426-200.223 451.426-448.994c0-249.377-204.315-455.065-452.029-455.065z m34.954 604.514c-7.834 7.836-18.682 15.067-28.925 13.262-10.25 1.804-19.889-6.03-27.725-13.262L246.3 419.183c-12.657-12.658-12.657-32.548 0-45.204 12.658-12.653 32.548-12.653 45.206 0l227.819 233.849 228.429-233.849c12.658-12.653 32.548-12.653 45.2 0 12.658 12.657 12.658 32.546 0 45.204L547.653 664.484z m0 0' fill='white'/%3E%3C/svg%3E") no-repeat center;
}


/* 下拉选项样式 */
.blue-filter-btn option {
    background: white;
    color: #333;
    font-size: 16px;
    padding: 8px;
}

/* 交互效果 */
.blue-filter-btn:hover {
    background-color: #40a9ff; /* 浅一点的蓝色 */
}

.blue-filter-btn:focus {
    outline: none;
}

/* 下拉选项悬停/选中状态 */
.blue-filter-btn option:hover {
    background: linear-gradient(to bottom, #FF597B, #FF594F) !important;
    color: white !important;
}

.blue-filter-btn option:checked,
.blue-filter-btn option:focus {
    color: #FF594F !important;
    font-weight: 600;
}

/* 针对不同浏览器的微调 */
@-moz-document url-prefix() {
    /* Firefox 需要更深的背景色 */
    .blue-filter-btn option:hover {
        background: #FF594F !important;
    }
}

/* 自定义箭头（绝对定位） */
.custom-arrow {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1025 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512.699 1024C230.027 1024 1 797.387 1 513.21 1 229.039 230.027 0 512.699 0 795.369 0 1025 230.854 1025 515.031S795.972 1024 512.699 1024z m0-964.03c-247.716 0-452.03 205.688-452.03 455.065 0 249.372 205.521 448.994 452.633 448.994s451.426-200.223 451.426-448.994c0-249.377-204.315-455.065-452.029-455.065z m34.954 604.514c-7.834 7.836-18.682 15.067-28.925 13.262-10.25 1.804-19.889-6.03-27.725-13.262L246.3 419.183c-12.657-12.658-12.657-32.548 0-45.204 12.658-12.653 32.548-12.653 45.206 0l227.819 233.849 228.429-233.849c12.658-12.653 32.548-12.653 45.2 0 12.658 12.657 12.658 32.546 0 45.204L547.653 664.484z m0 0' fill='white'/%3E%3C/svg%3E") no-repeat center;
    pointer-events: none;
    z-index: 2;
}

.custom-arrow {
    width: 24px; /* 增大点击区域 */
    height: 24px;
}

/* 就业服务案例 从精准帮扶到职业突围 */
.case-header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case-titles h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 5px;
}

.case-titles h1 span {
    font-size: 14px;
    color: #666;
}

.case-buttons {
    display: flex;
    gap: 10px;
}

.case-button {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

.real-case {
    background: linear-gradient(90deg, #FF5474 0%, #FF742F 100%);
    color: #fff;
    border: 1px solid #FF523B;
}


.learn-more {
    background-color: #E6E6E6;
    color: #000;
    border: 1px solid #E6E6E6;
}

.screenshots-container {
    display: flex;
    padding: 15px;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* 隐藏滚动条 */
    -ms-overflow-style: none; /* IE和Edge隐藏滚动条 */
}

.screenshots-container::-webkit-scrollbar {
    display: none; /* Chrome、Safari和Opera隐藏滚动条 */
}

.screenshot {
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 10px 0 rgba(166, 220, 255, 0.9);
    border: 1px solid #eee;
    height: 390px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.screenshot:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 0 rgba(255, 180, 202, 0.9);
    z-index: 10;
}

.screenshot img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .screenshot {
        min-width: 180px;
    }
}

/* 专家团队倾心研发 */
.AGIModel4 {
    background-color: #fff;
    height: 1400px;
}

.team-display {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 920px;
}

.team-display .team-title {
    margin: 30px 0 25px 25px;
    line-height: 1.5;
}

.team-display .team-title h2 {
    font-size: 21px;
    color: #DB5E6D;
    font-weight: bold;
}

.team-display .team-title p {
    color: #666;
}

.team-display .before_b {
    position: absolute;
    right: 0;
    top: -30px;
    width: 90px;
    height: 970px;
    box-shadow: inset -54px 0 50px -20px #fff;
    z-index: 3;
}

.team-carousel {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    width: max-content;
    transition: transform 0.5s ease;
    position: absolute;
    left: 15px;
    margin-top: 10px;
}

.team-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
}

.team-member {
    position: relative;
    width: 256px;
    height: 370px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #797F8D;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-detail {
    position: absolute;
    bottom: -290px;
    left: 0;
    width: 100%;
    height: 370px;
    background-color: rgba(8, 8, 27, 0.7);
    color: white;
    padding: 15px;
    box-sizing: border-box;
    transition: bottom 0.3s ease;
    display: flex;
    flex-direction: column;
}

.member-info {
    margin-bottom: 5px;
}

.member-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.member-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.member-description {
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    position: relative;
    padding-left: 20px;
}

.member-description p {
    position: relative;
    line-height: 1.3;
    margin: 10px 0;
}

.member-description p:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 3px;
    width: 3px;
    height: 13px;
    border-radius: 3px;
    background-color: #DB5E6D;
}

.team-member:hover .member-detail {
    bottom: 0;
}

.team-member:hover .member-description {
    max-height: 360px;
}

.progress-container {
    width: 100%;
    max-width: 1130px;
    margin: 0 25px;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background-color: #ecf0f1;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.progress-indicator {
    height: 100%;
    width: 100px;
    background-color: #DB5E6D;
    border-radius: 3px;
    transition: left 0.5s ease;
    position: absolute;
    left: 0;
    cursor: pointer;
}

/* 7大行业，12大实战项目, 80+解决方案 */
.expert-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.expert-content-row {
    display: flex;
    gap: 30px;
}

.expert-course-image {
    flex: 1;
}

.expert-course-image img {
    height: auto;
    border-radius: 10px;
}

.expert-tech-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.expert-showcase {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 350px;
}

.expert-left-section, .expert-right-section {
    flex: 1;
    padding: 15px;
    text-align: center;
    border: 2px dashed rgba(255, 255, 255, 0.5);
    margin: 5px;
    border-radius: 15px;
    width: 280px;
}

.expert-center-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: white;
    border: 5px solid #4285F4;
    color: #EA4335;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.expert-center-circle h2 {
    font-size: 21px;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.expert-center-circle h2 .expert-number {
    font-size: 32px;
    font-style: italic;
    position: relative;
}

.expert-section-content {
    padding: 25px;
    border-radius: 8px;
    margin-top: 10px;
    background: linear-gradient(to bottom, #D3FEFF, #FEFFFF);
    color: #000000;
}

.expert-section-title {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
    color: #2989FF;
}

.expert-highlight {
    font-size: 14px;
    margin: 5px 0;
}

.expert-content-text {
    font-size: 14px;
    margin: 5px 0;
}

.expert-dashed-box {
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    background-color: #2989FF;
    height: 120px;
}

.expert-dashed-box p {
    margin: 5px 0;
    color: #fff;
    font-size: 16px;
}

.expert-footer-text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    margin: 0;
}

.expert-footer-text p {
    margin: 5px 0;
}

/* 叠加文字的通用样式 */
.course-image {
    position: relative;
    width: 540px; /* 固定宽度 */
    height: 540px; /* 固定高度 */
}

.sector-text {
    position: absolute;
    transform: translate(-50%, -50%);
    left: calc(var(--x) * 1%);
    top: calc(var(--y) * 1%);
    width: 22%; /* 按图片比例设置宽度 */
    font-size: clamp(12px, 1.5vw, 16px); /* 响应式字体 */
    color: #fff;
    text-align: center;
}

.sector-text h2 {
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
}

.sector-text p {
    margin: 0 auto;
    font-size: 16px;
}

/* 7个文字的具体定位 */
/* 左上 */
.sector-text:nth-child(2) {
    --x: 33;
    --y: 15;
}

/* 右上 */
.sector-text:nth-child(3) {
    --x: 67;
    --y: 15;
}

/* 左 */
.sector-text:nth-child(4) {
    --x: 12;
    --y: 43;
}

/* 右 */
.sector-text:nth-child(5) {
    --x: 88;
    --y: 43;
}

/* 左下 */
.sector-text:nth-child(6) {
    --x: 20;
    --y: 73;
}

/* 右下 */
.sector-text:nth-child(7) {
    --x: 80;
    --y: 73;
}

/* 下 */
.sector-text:nth-child(8) {
    --x: 50;
    --y: 88;
}

/* 学习-产业双向结合 */
.AGIModel5 {
    background-color: #002693;
    height: 700px;
}

.AGIModel5 .course-promotion {
    max-width: 1400px;
}

.content-layout {
    display: flex;
    gap: 20px;
    width: 1400px;
}

.right-panel {
    flex: 1;
    background-color: #0039AD;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.left-panel {
    margin: 15px;
}

.right-panel {
    position: relative;
    overflow: hidden;
}

.nav-item {
    margin: 15px;
    padding: 15px;
    background-color: #0039AD;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #4fc3f7;
    color: #00CCFF;
    height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-item.active {
    background-color: #005EDD;
    border: 2px solid #4fc3f7;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.nav-item h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.nav-item p {
    line-height: 1.6;
}

.right-panel .panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #0039AD;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.right-panel .panel-content:first-child {
    transform: translateX(0);
    opacity: 1;
    position: relative;
}

.right-panel.active .panel-content {
    transform: translateX(0);
    opacity: 1;
}

.content-block {
    background-color: #0046BE;
    border-radius: 10px;
    padding: 0 10px 15px 10px;
}

#panel-content1 {
    display: flex;
    gap: 10px;
}

#panel-content1 .content-block {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#panel-content1 .content-block:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.content-block h4 {
    color: #08E1CF;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    min-height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    flex-grow: 1;
}

.content-grid img {
    width: 100%;
    height: auto;
}

.content-card {
    color: #ffffffb3;
    font-size: 14px;
    padding: 10px;
    border-radius: 8px;
    background-color: #0053D0;
    flex: 1 0 calc(50% - 15px);
    box-sizing: border-box;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0;
}

.content-card span::first-line {
    color: #08E1CF;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

#panel-content1 .content-block:last-child .content-grid {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

#panel-content1 .content-block:last-child .step-section {
    display: flex;
    border-radius: 10px;
    background-color: #0053D0;
    padding: 10px 15px 10px 15px;
    margin: 5px 10px 5px 10px;
    height: 90px;
}

#panel-content1 .content-block:last-child .step-section:last-child {
    margin-bottom: 0;
}

#panel-content1 .content-block:last-child .step-title {
    color: #08E1CF;
    font-size: 16px;
    width: 60px;
    padding-right: 15px;
    border-right: 1px dashed rgba(28, 175, 255, 0.5);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

#panel-content1 .content-block:last-child .step-details {
    flex: 1;
    padding-left: 15px;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
}

#panel-content1 .content-block:last-child .step-item {
    color: #ffffffb3;
    font-size: 14px;
    position: relative;
    padding-left: 5px;
    line-height: 1.5;
}

#panel-content1 .content-block:last-child .step-item:last-child {
    margin-bottom: 0;
}

#panel-content2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
}

.feature-row {
    display: flex;
    gap: 15px;
}

.feature-card {
    flex: 1;
    background-color: #0046BE;
    border-radius: 10px;
    padding: 35px;
    min-height: 160px;
}

.feature-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.feature-card img {
    width: 84px;
    height: 83px;
    object-fit: contain;
}

.feature-text {
    flex: 1;
}

.feature-text h4 {
    color: #08E1CF;
    font-size: 20px;
    margin-bottom: 10px;
}

.feature-text p {
    color: #ffffffb3;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

#panel-content3 {
    color: black;
    border-radius: 8px;
}

.university-container {
    margin: 0 auto;
}

.university-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.university-header img {
    height: auto;
    border-radius: 8px;
}

.university-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #08E1CF;
}

.university-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.info-grid {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.info-column {
    border-radius: 5px;
    padding: 5px;
}

.info-column:first-child {
    width: 645px;
}

.info-column:nth-child(2) ul {
    text-align: left;
}

.program-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #08E1CF;
    text-align: center;
}

.info-column:nth-child(2) .program-card:nth-child(2) {
    min-width: 0;
}

.program-row {
    display: flex;
    gap: 10px;
    background-color: #0046BE;
    height: 240px;
    border-radius: 5px;
}

.program-card {
    flex: 1;
    min-width: 0;
    text-align: center;
    padding: 10px 10px;
}

.program-card h4 {
    font-size: 16px;
    color: #fff;
    margin: 10px 0 10px 0;
}

.program-card li, .application-info li {
    font-size: 14px;
    color: #fff;
}

.application-info h4 {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 10px 0;
}

.application-info ol {
    counter-reset: item;
}

.application-info ol li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.application-info ol li:before {
    content: counter(item) ") ";
    counter-increment: item;
    position: absolute;
    left: 0;
    color: #0053D0;
    font-weight: bold;
}

.left-panel .nav-item.active::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/right.png);
    background-size: 100% 100%;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}

#panel-content4 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.features-container {
    display: flex;
    gap: 15px;
}

.feature-item {
    flex: 1;
    background-color: #0046BE;
    border-radius: 10px;
    padding: 50px;
    height: 100px;

}

.feature-content {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.feature-details {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
}

.feature-title {
    color: #08E1CF;
    margin: 0;
    white-space: nowrap;
    max-width: 100px;
}

.feature-description {
    color: #fff;
}

/* 服务通道 */
.button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.feedback-btn {
    padding: 12px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.feedback-btn-primary {
    background: #2989FF;
    color: white;
}

.feedback-btn-secondary {
    background-color: white;
    color: #2989FF;
    border: 2px solid #2989FF;
}

.feedback-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.description {
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.feedback-section-title {
    text-align: center;
    margin: 40px 0;
    font-size: 24px;
    color: #444;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.step-card {
    background: white;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    width: 23%;
    position: relative;
}

.step-card:not(:last-child)::after {
    content: ">";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #2989FF;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.step-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #FF6B00;
}

.step-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}

.feedback-modal-main {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.feedback-modal-content {
    background-color: white;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    background-color: #2989FF;
    color: white;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.modal-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #2989FF;
    outline: none;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.modal-footer {
    display: flex;
    justify-content: center;
    padding: 0 30px 30px;
    gap: 15px;
}

.modal-close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 32px;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
}

@media (max-width: 992px) {
    .steps-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .step-card {
        width: 45%;
    }

    .step-card:nth-child(2n)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .button-group {
        flex-direction: column;
        align-items: center;
    }

    .step-card {
        width: 100%;
        margin-bottom: 30px;
    }

    .step-card::after {
        display: none !important;
    }
}