/* 容器样式 */
a {
    color: inherit;
    text-decoration: none;
}

hr {
    background-color: #d1d1d14d;
}

.course-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 按钮样式 */
.btn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.btn-primary {
    background-color: #ff9600;
    color: #fff;
}

.btn-primary:hover {
    background-color: #ff9600;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.btn-secondary {
    background-color: #fff;
    color: #ff9600;
    border: 1px solid #ff9600;
}

.btn-secondary:hover {
    background-color: #fff5f0;
}

.btn-large {
    padding: 12px 32px;
    font-size: 16px;
}

.btn-small {
    padding: 6px 16px;
    font-size: 12px;
}

.btn-outline {
    background-color: transparent;
    color: #ddd;
    border: 1px solid #ddd;
}

.btn-outline:hover {
    color: #333333;
    background-color: #f0f0f0;
}

.btn-member {
    padding: 8px 20px;
    background-color: #fff;
    color: #ff9600;
    border: 1px solid #ff6b35;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 15px;
}

.btn-member:hover {
    background-color: #fff5f2;
}

/* 顶部导航栏 */
.edu-header {
    background-color: #fff;
    color: #fff;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background-color 0.3s ease;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px;
    vertical-align: middle;
}

.main-nav {
    flex: 1;
    margin: 0 40px;
}

.nav-list {
    display: flex;
    list-style: none;
    justify-content: center;
}

.nav-item {
    margin: 0 20px;
}

.nav-link {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-item.active .nav-link {
    color: #ff9600;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff9600;
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-item.active .nav-link::after {
    width: 100%;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}
.search-input {
    background-color: transparent;
    padding: 6px 35px 6px 12px;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    font-size: 14px;
    width: 200px;
    outline: none;
    color: #666666;
}

.search-input::placeholder {
    color: #bebebe;
    opacity: 1;
}

.search-icon {
    position: absolute;
    top:3px;
    right: 20px;
    color: #333333;
}

.search-icon img {
    width: 15px;
    height: 17px;
    cursor: pointer;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right .btn {
    margin-left: 10px;
}

/* 横幅样式 */
.news-banner {
    width: 100%;
    height: 100%;
    margin-top: 80px;
}

.news-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

/* 分类标签样式 */
.category {
    padding: 20px 0;
    border-bottom: 1px solid #d1d1d1;
}

.category-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}

.category-list li {
    font-size: 15px;
    font-weight: 500；
}

.category-list li a {
    text-decoration: none;
    color: #666;
}

.category-list li a:hover,
.category-list li a.active {
    color: #ff9600;
}

/* 内容区域 */
#ido-gotop {
    position: fixed;
    display: none;
    right: 50%;
    bottom: 0;
    background-color: #FFFFFF;
    width: 100px;
    text-align: center;
    height: 32px;
    padding-top: 2px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

#ido-gotop img {
    width: 20px;
    height: 20px;
}

.about-area .about-banner {
    width: 100%;
    height: 100%;
}

.about-area .about-menu {
    width: 1200px;
    height: 84px;
    margin: 0 auto;
}

.about-area .about-menu ul {
    width: 1200px;
    margin: 0 auto;
}

.about-area .about-menu li {
    width: 300px;
    line-height: 84px;
    float: left;
    text-align: center;
    position: relative;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.about-area .about-menu .li-checked {
    color: #F39800;
}

.about-cut-line {
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
}

.about-area .about-menu li:nth-child(-n+3)::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: rgba(209, 209, 209, 0.4);
    position: absolute;
    right: 0px;
    top: 34px;
}

.ido-plan {
    width: 1200px;
    height: 745px;
    margin: 0 auto;
    padding-top: 84px;
}

.ido-plan p {
    width: 300px;
    height: 30px;
    line-height: 30px;
    font-family: "MicrosoftYaHei-Bold";
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto 32px auto;
    text-align: center;
}

.ido-plan div {
    width: 590px;
    height: 518px;
    background-image: url("../img/about/ido-plan-bc.png");
    float: left;
}

.ido-plan div:last-child {
    margin-left: 20px;
}

.ido-plan div ul {
    padding: 42px 0px 0px 50px;
    list-style: disc;
}

.ido-plan div ul li {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}

.ido-plan div ul li::marker {
    color: #F39800;
}

/* 服务院校 start */

.ido-schools {
    width: 100%;
    height: 600px;
    background-color: #f4f4f4;
    padding-top: 84px;
}

.ido-schools p {
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666666;
    font-weight: bold;
    font-size: 26px;
    font-family: "MicrosoftYaHei-Bold";
    margin: 0 auto;
    margin-bottom: 30px;
}

.ido-schools .ido-schools-items {
    display: grid;
    grid-template-rows: repeat(4, 70px);
    grid-template-columns: repeat(6, 185px);
    gap: 16px;
    justify-content: center;
}

.ido-schools .ido-schools-items div {
    width: 185px;
    height: 70px;
    background-color: #ffffff;
    padding: 15px 0px 0px 22px;
}

.ido-schools-items div img {
    width: 140px;
    height: 40px;
}

.ido-schools-swich {
    width: 260px;
    height: 60px;
    margin: 40px auto 0px auto;
}

.ido-schools-swich div {
    float: left;
    width: 32px;
    height: 6px;
}

.schools-line {
    margin-left: 20px;
}

.ido-schools-swich .schools-1 {
    background-color: #F39800;
}

.ido-schools-swich .schools-2 {
    background-color: #BDBDBD;
}

/* 服务院校 end */

/* 服务案例 start */

.ido-case {
    width: 100%;
    height: 820px;
}

.ido-case-one {
    background-color: #FFFFFF;
}

.ido-case-two {
    background-color: #f4f4f4;
}

.ido-case-three {
    background-color: #FFFFFF;
}

.ido-case-four {
    background-color: #f4f4f4;
}

.ido-case-five {
    background-color: #FFFFFF;
}

.ido-case-six {
    background-color: #f4f4f4;
}

.ido-case-seven {
    background-color: #FFFFFF;
}

.ido-case img {
    display: block;
    width: 1200px;
    height: 730px;
    margin: 0 auto;
    padding-top: 84px;
}

.ido-case-seven {
    width: 100%;
    height: 740px;
    padding-top: 84px;
}

.ido-case-seven p {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #666666;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

.ido-case-seven p::after {
    content: "";
    width: 104px;
    height: 4px;
    position: absolute;
    top: 50px;
    left: 0px;
    background-color: #F39800;
}

.ido-case-seven ul {
    width: 1200px;
    margin: 40px auto 0px auto;
    list-style-type: disc;
    padding-left: 20px;
}

.ido-case-seven ul li {
    line-height: 40px;
    color: #666666;
    font-size: 18px;
}

.ido-case-seven ul li::marker {
    color: #666666;
}

.ido-case-seven .case-flex-box {
    width: 1200px;
    height: 195px;
    display: flex;
    justify-content: space-between;
    margin: 70px auto 0px auto;
}

.case-flex-box .case-flex-items-1 {
    width: 192px;
    height: 195px;
    background-color: #f4f4f4;
    text-align: center;
    color: #666666;
    font-size: 16px;
}

.case-flex-box .case-flex-items-2 {
    width: 192px;
    height: 195px;
    background-color: #F39800;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.case-flex-box .case-flex-items img {
    width: 34px;
    height: 32px;
    display: block;
    margin: 55px auto 20px auto;
}

.case-flex-box .case-flex-items span {
    display: block;
    margin: 0 auto;
    cursor: default;
}

/* 服务案例 end */

/* 智库 start */

.ido-tank-box {
    width: 100%;
    height: 1680px;
    background-color: #f4f4f4;
    padding-top: 84px;
}

.ido-tank-box .ido-tank {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.ido-tank-box .ido-tank p:first-child {
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-tank-box .ido-tank p:nth-child(2) {
    width: 130px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666666;
    margin: 20px auto 0px auto;
    text-align: center;
}

.ido-tank-box .ido-tank img {
    width: 1200px;
    height: 1411px;
    margin-top: 20px;
}

/* 智库 end */

/* 校企-成果-实训-wacom-年会 start */

.ido-common-1 {
    width: 100%;
    height: 630px;
    padding-top: 84px;
}

.ido-common-1 p {
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-common-1 img {
    display: block;
    width: 1200px;
    height: 403px;
    margin: 30px auto 0px auto;
}

.ido-xiaoqi {
    background-color: #FFFFFF;
}

.ido-chengguo {
    background-color: #f4f4f4;
}

.ido-jidi {
    background-color: #FFFFFF;
}

.ido-xiaoyuan {
    background-color: #f4f4f4;
}

.ido-nianhui {
    background-color: #FFFFFF;
}

/* 校企-成果-实训-wacom-年会 end */

/* 沙龙 start */

.ido-luntan {
    width: 100%;
    height: 1025px;
    background-color: #f4f4f4;
    padding-top: 84px;
}

.ido-luntan p {
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-luntan img {
    display: block;
    width: 1200px;
    height: 800px;
    margin: 30px auto 0px auto;
}

/* 沙龙 end */

/* 数字内容制作 start */

.ido-shuzi {
    width: 100%;
    height: 1050px;
    background-color: #FFFFFF;
    padding-top: 84px;
}

.ido-shuzi p:first-child {
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}


.ido-shuzi p:nth-child(2) {
    width: 130px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666666;
    margin: 20px auto 0px auto;
    text-align: center;
}

.ido-shuzi img {
    display: block;
    width: 1200px;
    height: 917px;
    margin: 30px auto 0px auto;
}

/* 数字内容制作 end */

/* 联盟体内 start */

.ido-tinei {
    width: 100%;
    height: 1380px;
    background-color: #FFFFFF;
    padding-top: 84px;
}

.ido-tinei p {
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666666;
    margin: 20px auto 0px auto;
    text-align: center;
}

.ido-tinei img {
    display: block;
    width: 1200px;
    height: 563px;
    margin: 30px auto 30px auto;
}

.ido-tinei .tinei-video-box {
    width: 1200px;
    height: 527px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.ido-tinei .tinei-video-box .tinei-video-one {
    width: 490px;
    height: 527px;
}


.tinei-video-one .tinei-video video {
    width: 100%;
    height: 100%;
    background-color: #3b3b3b;
}

.tinei-video-box .tinei-video-one .tinei-video-1 {
    margin-bottom: 8px;
}


.ido-tinei .tinei-video-box .tinei-video-two {
    width: 702px;
    height: 564px;
    display: block;
    margin-top: 0px;
}

/* 联盟体内 end */

/* 公益行 start */

.ido-gongyi {
    width: 100%;
    height: 1361px;
    background-color: #f4f4f4;
    padding-top: 84px;
}

.ido-gongyi p {
    width: 400px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-gongyi img {
    display: block;
    width: 1200px;
    height: 1135px;
    margin: 30px auto 0px auto;
}

/* 公益行 end */

/* 教师计划 start */

.ido-jiaoshi {
    width: 100%;
    height: 2050px;
    background-color: #FFFFFF;
    padding-top: 84px;
}

.ido-jiaoshi p {
    width: 400px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-jiaoshi img {
    display: block;
    width: 1200px;
    height: 1839px;
    margin: 30px auto 0px auto;
}

.ido-jiaoshi .ido-jiaoshi-line {
    width: 100px;
    height: 6px;
    margin: 50px auto 0 auto;
    cursor: pointer;
}

.jiaoshi-line {
    width: 40px;
    height: 6px;
    float: left;
    margin-left: 10px;
}

.ido-jiaoshi-line-1 {
    background-color: #F39800;
}

.ido-jiaoshi-line-2 {
    background-color: #BEBEBE;
}


/* 教师计划 end */

/* 研修班与培训班 start */

.ido-yanxiu {
    width: 100%;
    height: 1280px;
    background-color: #FFFFFF;
    padding-top: 60px;
}

.ido-yanxiu p {
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666666;
    margin: 20px auto 0px auto;
    text-align: center;
}

.ido-yanxiu img {
    display: block;
    width: 1200px;
    height: 1016px;
    margin: 50px auto 0px auto;
}

/* 研修班与培训班 end */

/* 访企拓岗 start */

.ido-fangqi {
    width: 100%;
    height: 1250px;
    background-color: #f4f4f4;
    padding-top: 84px;
}

.ido-fangqi p {
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-fangqi img {
    display: block;
    width: 1200px;
    height: 1006px;
    margin: 30px auto 0px auto;
}

/* 访企拓岗 end */

/* 认识实习 start */

.ido-renshi {
    width: 100%;
    height: 1235px;
    background-color: #FFFFFF;
    padding-top: 84px;
}

.ido-renshi p {
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-renshi img {
    display: block;
    width: 1200px;
    height: 991px;
    margin: 30px auto 0px auto;
}

/* 认识实习 end */

/* 文化探源 start */

.ido-tanyuan {
    width: 100%;
    height: 850px;
    background-color: #f4f4f4;
    padding-top: 84px;
}

.ido-tanyuan p {
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-tanyuan img {
    display: block;
    width: 1200px;
    height: 605px;
    margin: 30px auto 0px auto;
}

/* 文化探源 end */

/* 大赛支持 start */

.ido-zhichi {
    width: 100%;
    height: 1075px;
    background-color: #FFFFFF;
    padding-top: 84px;
}

.ido-zhichi p {
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-zhichi img {
    display: block;
    width: 1200px;
    height: 832px;
    margin: 30px auto 0px auto;
}

/* 大赛支持 end */

/* 选手集训 start */

.ido-xuanshou {
    width: 100%;
    height: 780px;
    background-color: #f4f4f4;
    padding-top: 84px;
}

.ido-xuanshou p {
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-xuanshou img {
    display: block;
    width: 1200px;
    height: 533px;
    margin: 30px auto 0px auto;
}

/* 选手集训 end */

/* 甘博杯 start */

.ido-ganbo {
    width: 100%;
    height: 700px;
    background-color: #FFFFFF;
    padding-top: 84px;
}

.ido-ganbo p {
    width: 800px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-ganbo .ganbo-video {
    width: 1200px;
    height: 100%;
    margin: 30px auto 0px auto;
}

.ido-ganbo .ganbo-video img {
    display: block;
    width: 931px;
    height: 460px;
    float: left;
}

.ido-ganbo .ganbo-video video {
    display: block;
    width: 259px;
    height: 460px;
    float: left;
    background-color: #1a1d1c;
    margin-left: 10px;
}


/* 甘博杯 end */

/* 研学服务 start */

.ido-yanxue {
    width: 100%;
    height: 1370px;
    background-color: #f4f4f4;
    padding-top: 84px;
}

.ido-yanxue p {
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.ido-yanxue img {
    display: block;
    width: 1200px;
    height: 1120px;
    margin: 30px auto 0px auto;
}

/* 研学服务 end */

/* 团建 start */

.ido-tuanjian {
    width: 100%;
    height: 1020px;
    background-color: #FFFFFF;
    padding-top: 84px;
}

.ido-tuanjian img {
    display: block;
    width: 1200px;
    height: 798px;
    margin: 30px auto 0px auto;
}

/* 右侧侧边栏 */
.sidebar {
    position: fixed;
    right: 0px;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.sidebar-item {
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.sidebar-item:hover {
    background-color: #fff5f2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.sidebar-icon {
    font-size: 24px;
}

.sidebar-text {
    font-size: 12px;
    color: #333;
    white-space: nowrap;
}

.sidebar-qr {
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 10px;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    display: none;
}

.sidebar-item:hover .sidebar-qr {
    display: block;
}

/* 页脚 */
.edu-footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0 20px;
    margin-top: 60px;
    font-size: 14px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.footer-title-box {
    height: 60px;
    display: flex;
}


.footer-title-box li {
    width: 400px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.footer-title-box li:nth-child(-n+2)::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgba(209, 209, 209, 0.4);
    position: absolute;
    right: 0px;
    top: 24px;
}

.footer-title-box-li-click {
    color: #ff9600;
    border-bottom: 1px solid #ff9600;
}

.footer-title-cutLine {
    width: 100%;
    height: 1px;
    background-color: rgba(209, 209, 209, 0.4);
}

.footer-title-cutLine-2 {
    width: 100%;
    border-bottom: 1px dashed rgba(209, 209, 209, 0.4);
}

.footer-link-tnt-box {
    width: 1200px;
    height: 60px;
    margin: 10px auto 80px auto;
    display: flex;
    flex-wrap: wrap;
}

.footer-link-tnt-box .footer-link-items {
    width: 200px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.footer-link-items a {
    text-decoration: none;
    color: #999999;
}

.footer-link-items span {
    color: #999999;
}

.footer-link-items a:hover {
    text-decoration: none;
    color: #ff9600;
}

 .footer_about_content {
     max-width: 1200px;
     margin: 0 auto;
     font-size: 14px;
     padding: 32px 32px 18px;
     border-bottom: 1px dashed rgba(209, 209, 209, 0.3);
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
 }

 .footer_about_content .left {
     width: 500px;
 }

 .footer_about_content .left dl {
     display: flex;
     flex-direction: column;
 }

 .footer_about_content .left dt {
     color: #fff;
     margin-bottom: 32px;
     font-size: 18px;
     font-weight: 500;
 }

 .footer_about_content .left dd {
     color: #999;
     margin-bottom: 18px;
     display: flex;
     align-items: center;
 }

 .footer_about_content .left dd svg {
     width: 24px;
     height: 24px;
     border: 1px solid #999999;
     border-radius: 50%;
     padding: 4px;
     margin-right: 10px;
     fill: #999;
 }

 .footer_about_content .left dd span {
     color: #999;
 }

 .footer_about_content .contact-info {
     flex: 1;
 }

 .footer_about_content .contact-info h4 {
     font-size: 14px;
     color: #999;
     margin-bottom: 15px;
 }

 .footer_about_content .contact-info .phone {
     font-size: 28px;
     font-weight: bold;
     color: #ff9600;
     margin-bottom: 20px;
 }

 .footer_about_content .right {
     width: 276px;
     display: flex;
     align-items: center;
 }

 .footer_about_content .right .qrcode {
     margin-right: 15px;
 }

 .footer_about_content .right .qrcode img {
     width: 112px;
     height: 112px;
     display: block;
     background-color: #999;
 }

 .footer_about_content .right .qrcode-text {
     font-size: 14px;
     color: #999;
     line-height: 2em;
 }

/* 版权信息样式 */
.copyright {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 32px;
    text-align: center;
    color: #999;
    font-size: 12px;
}

.copyright span {
    margin: 0 10px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }

    .nav-item {
        margin: 0 15px;
    }

    .course-row {
        grid-template-columns: 1fr;
    }

    .course-card.large {
        flex-direction: column;
    }

    .course-card.large .course-image {
        flex: 0 0 auto;
    }
}

@media (max-width: 992px) {
    .main-nav {
        display: none;
    }

    .header-right {
        margin-left: auto;
    }

    .banner-info h2 {
        font-size: 36px;
    }

    .course-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-wrap: wrap;
    }

    .logo {
        flex: 1;
    }

    .header-right {
        flex: 1;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .banner-info h2 {
        font-size: 28px;
    }

    .banner-info p {
        font-size: 16px;
    }

    .hero-banner {
        padding: 80px 0;
    }

    .course-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 12px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-qrcode {
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .banner-info h2 {
        font-size: 24px;
    }

    .btn-large {
        padding: 10px 24px;
        font-size: 14px;
    }

    .course-card.small .course-info {
        padding: 15px;
    }

    .course-card h4 {
        font-size: 14px;
    }

    .price {
        font-size: 16px;
    }
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.featured-course,
.new-courses,
.recommended-courses {
    animation: fadeInUp 0.6s ease-out;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .footer_about_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_about_content .left,
    .footer_about_content .right {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_about_content .left dd {
        justify-content: center;
    }

    .footer_about_content .right {
        justify-content: center;
    }
}