body {
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 公共头部样式 */
.pc-box {
    background-image: linear-gradient(to right, #ffc74d, #ffffff);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 80px;
}
.pc-box .marginAuto {
    height: 100%;
}
.pc-box .nav {
    padding-right: 50px;
}
.pc-box .logo img {
    height: 40px;
}
.pc-box .nav .item {
    font-size: 14px;
    color: #333;
    padding: 0 20px;
}
.pc-box .language .item {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}
.pc-box .language .item.active {
    font-weight: bold;
}
.pc-box .language .line {
    width: 1px;
    height: 14px;
    background-color: #333;
}

/* 公共标题样式 */
.i-title {
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 60px 0;
}

/* 公共页面banner样式 */
.page-banner {
    height: 510px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-banner .title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.page-banner .desc {
    font-size: 18px;
    color: #fff;
}

/* 公共内容样式 */
.page-content {
    padding: 40px 0;
}
.location {
    color: #666;
    font-size: 14px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.location a {
    color: #666;
    display: flex;
    align-items: center;
}
.location img {
    height: 16px;
    margin-right: 8px;
}

/* 首页样式 - 层级保护 */
.home-content .banner {
    height: 500px;
}
.home-content .banner .swiper-pagination {
    bottom: 20px;
    width: 100%;
}
.home-content .banner .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    margin: 0 5px;
    height: 4px;
    border-radius: 3px;
    background-color: #ffffff;
    opacity: 0.5;
}
.home-content .banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}
.home-content .banner .swiper-slide {
    background-size: cover;
    background-position: center;
}

.home-content .part1 {
    padding: 60px 0;
    background-color: #f8f8f8;
}
.home-content .part1 .left {
    width: 50%;
}
.home-content .part1 .p1-title-box {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.home-content .part1 .p1-title-box .t {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.home-content .part1 .p1-title-box .more {
    font-size: 14px;
    color: #999;
}
.home-content .part1 .p1-cell {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    display: flex;
}
.home-content .part1 .p1-cell:last-child {
    border-bottom: none;
}
.home-content .part1 .p1-cell .date {
    background-color: #fffaf2;
    width: 60px;
    height: 60px;
}
.home-content .part1 .p1-cell .date .d {
    font-size: 20px;
    color: #f39800;
}
.home-content .part1 .p1-cell .date .y {
    font-size: 10px;
    color: #f39800;
}
.home-content .part1 .p1-cell .info {
    margin-left: 20px;
}
.home-content .part1 .p1-cell .info .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.home-content .part1 .p1-cell .info .title .hot {
    margin-left: 10px;
}
.home-content .part1 .p1-cell .info .desc {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
}
.home-content .part1 .right {
    width: 50%;
    padding-left: 15px;
    position: relative;
}
.home-content .part1 .right .swiper-slide {
    height: 340px;
    position: relative;
}
.home-content .part1 .right .swiper-slide .label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    font-size: 14px;
}
.home-content .part1 .right .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content .part1 .right .swiper-pagination {
    position: absolute;
    bottom: 10px;
    right: 20px;
    left: auto;
    width: auto;
}
.home-content .part1 .right .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.7;
    margin: 0 3px;
}
.home-content .part1 .right .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.home-content .part2 {
    padding-bottom: 60px;
}
.home-content .part2 .p2-img-box {
    text-align: center;
}
.home-content .part2 .p2-desc {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.home-content .part3 .p3-list {
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-content .part3 .p3-list .item {
    width: 32%;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    border-radius: 10px;
}
.home-content .part3 .p3-list .item:nth-child(1) { background-color: #f8f5ff; }
.home-content .part3 .p3-list .item:nth-child(2) { background-color: #fff5f5; }
.home-content .part3 .p3-list .item:nth-child(3) { background-color: #f5fff8; }
.home-content .part3 .p3-list .item:nth-child(4) { background-color: #fffaf5; }
.home-content .part3 .p3-list .item:nth-child(5) { background-color: #f5faff; }
.home-content .part3 .p3-list .item:nth-child(6) { background-color: #fff5f5; }

.home-content .part3 .p3-list .item .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.home-content .part3 .p3-list .item .icon-box img {
    width: 60px;
}
.home-content .part3 .p3-list .item .t {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    font-weight: bold;
}
.home-content .part3 .p3-list .item .d {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    line-height: 1.8;
}

.part4 .part4-main{
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}
.part4 .marginAuto {
    position: relative;
    z-index: 1;
}

.part4 .p4-nav {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    display: inline-flex;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}
.part4 .p4-nav .item {
    padding: 10px 30px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.part4 .p4-nav .item img {
    height: 16px;
    margin-right: 8px;
}
.part4 .p4-nav .item .active {
    display: none;
}
.part4 .p4-nav .item .normal {
    display: block;
}
.part4 .p4-nav .item.active {
    background-color: #ffc74d;
    color: #fff;
}
.part4 .p4-nav .item.active .active {
    display: block;
}
.part4 .p4-nav .item.active .normal {
    display: none;
}
.part4 .p4-content {
    margin-top: 40px;
    position: relative;
}
.part4 .p4-box .left {
    width: 45%;
}
.part4 .p4-box .left img {
    width: 100%;
}
.part4 .p4-box .right {
    width: 55%;
    padding-left: 40px;
}
.part4 .p4-box .right .title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
    display: inline-block;
}
.part4 .p4-box .right .title::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f39800;
    z-index: -1;
}
.part4 .p4-box .right .tags {
    margin-top: 20px;
}
.part4 .p4-box .right .tags .item {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    margin-right: 15px;
    border: none;
}
.part4 .p4-box .right .tags .item img {
    height: 12px;
    margin-right: 5px;
}
.part4 .p4-box .right .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
}
.part4 .p4-box .right .p4-link {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 35px;
    background-color: #f39800;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
}

/* 首页part5 */
.home-content .part5 .p5-list {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    display: flex;
}
.home-content .part5 .p5-list .item {
    width: 100%;
    background-color: #f9f9f9;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
}
.home-content .part5 .p5-list .item .img-box {
    padding: 10px;
    background-image: linear-gradient(to top, #c3e8f8, #f4fcfd);
    border-radius: 10px;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.home-content .part5 .p5-list .item .img {
    background-color: #333;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.home-content .part5 .p5-list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content .part5 .p5-list .item .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}
.home-content .part5 .p5-list .item .school {
    background-color: #fff3db;
    color: #f39800;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
    margin-top: 10px;
    font-size: 14px;
}
.home-content .part5 .p5-list .item .desc {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
    height: 75px;
    overflow: hidden;
    text-align: left;
}
.home-content .part5 .p5-list .item .stars {
    margin-top: 15px;
    text-align: left;
}
.home-content .part5 .p5-list .item .stars img {
    height: 12px;
}
.home-content .part5 .p5-more {
    background-color: #f39800;
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 16px;
}
/* 首页part6 */
.home-content .part6 {
    background-color: #f8f8f8;
    padding: 60px 0;
}
.home-content .part6 .p6-list {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.home-content .part6 .item {
    
width: 100%;
}
.home-content .part6 .item .img-box {
   
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.home-content .part6 .item .img {
  
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.home-content .part6 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content .part6 .item .p6-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-content .part6 .item .info .name {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 8px;
}
.home-content .part6 .item .info .location {
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
}
.home-content .part6 .item .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.home-content .part6 .item .tag {
    display: inline-block;
    color: #f39800;
    padding: 6px 15px;
    font-size: 13px;
    margin-top: 15px;
    position: relative;
    border-radius: 4px;
    background-image: url(../images/bg4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-content .part6 .item .desc {
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
    font-size: 14px;
    height: 180px;
    overflow: auto;
}
.home-content .part6 .item .stars {
    margin-top: 20px;
}
.home-content .part6 .item .stars img {
    height: 14px;
}
.home-content .p6-swiper {
    position: relative;
    overflow: hidden;
}
.home-content .p8-swiper {
    position: relative;
    overflow: hidden;
}


/* 通知公告页面样式 - 层级保护 */
.news-content .news-part1 {
    padding: 30px 0;
    background-color: #f9f9f9;
    margin-bottom: 40px;
}
.news-content .news-part1 .flex-row {
    gap: 0;
}
.news-content .news-part1 .left {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.news-content .news-part1 .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
}
.news-content .news-part1 .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
    flex-grow: 1;
}
.news-content .news-part1 .bottom {
    margin-top: 30px;
    justify-content: space-between;
}
.news-content .news-part1 .time {
    display: flex;
    align-items: center;
    background-color: #fffaf2;
    color: #f39800;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.news-content .news-part1 .time img {
    height: 14px;
    margin-right: 8px;
}
.news-content .news-part1 .more {
    display: inline-block;
    padding: 8px 25px;
    background-color: #f39800;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.news-content .news-part1 .right {
    flex: 1;
}
.news-content .news-part1 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-content .news-p1-swiper .swiper-pagination {
    margin-top: 20px;
    position: static;
}
.news-content .news-p1-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    border-radius: 2px;
    background-color: #f39800;
    opacity: 0.3;
    margin: 0 2px;
}
.news-content .news-p1-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.news-content .news-list .item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.news-content .news-list .item .date {
    width: 80px;
    height: 80px;
    background-color: #fffaf2;
    color: #f39800;
    text-align: center;
    border-radius: 10px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-content .news-list .item .date .d {
    font-size: 28px;
    font-weight: bold;
}
.news-content .news-list .item .date .y {
    font-size: 14px;
}
.news-content .news-list .item .img {
    width: 200px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
}
.news-content .news-list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-content .news-list .item .info {
    flex: 1;
}
.news-content .news-list .item .info .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-content .news-list .item .info .desc {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
}
.news-content .news-list .item .info .more {
    display: inline-block;
    padding: 8px 25px;
    background-color: #f39800;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.news-content .pages {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-content .pages a {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 34px;
    color: #666;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 5px;
}
.news-content .pages a.on,
.news-content .pages a:hover {
    background-color: #f39800;
    color: #fff;
    border-color: #f39800;
}
.news-content .pages .prev,
.news-content .pages .next {
    font-family: "SimSun";
}


/* 通知公告详情页面样式 - 层级保护 */
.news-detail-content .news-detail {
    border: 1px solid #eee;
    padding: 40px;
}
.news-detail-content .news-detail .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.news-detail-content .news-detail .info {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.news-detail-content .news-detail .info span {
    display: flex;
    align-items: center;
}
.news-detail-content .news-detail .info img {
    height: 14px;
    margin-right: 8px;
}
.news-detail-content .news-detail .main {
    line-height: 2;
    color: #666;
    font-size: 16px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}
.news-detail-content .news-detail .main p {
    margin-bottom: 20px;
}
.news-detail-content .news-detail .main img {
    max-width: 100%;
    margin: 20px 0;
    border-radius: 5px;
}
.news-detail-content .news-change {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.news-detail-content .news-change a {
    flex: 1;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}
.news-detail-content .news-change a .arrow {
    font-size: 20px;
    color: #f39800;
}
.news-detail-content .news-change .prev .text {
    margin-left: 15px;
}
.news-detail-content .news-change .next .text {
    margin-right: 15px;
    text-align: right;
}
.news-detail-content .news-change .lists{
    justify-content: center;
}
.news-detail-content .news-change .next{
        justify-content: right;
}
.news-detail-content .news-change .text div:first-child {
    font-size: 16px;
    color: #f39800;
    margin-bottom: 8px;
}

/* 预约页面样式 - 层级保护 */
.booking-page .booking-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}
.booking-page .booking-content {
    padding-top: 0;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.booking-page .location {
    padding-bottom: 30px;
}
.booking-page .location a,
.booking-page .location span {
    color: #fff;
}
.booking-content .booking-bg {
    padding: 80px 0;
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.booking-content .booking-form {
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.booking-content .booking-form .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.booking-content .booking-form .form-group {
    margin-bottom: 25px;
}
.booking-content .booking-form .form-group label {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.booking-content .booking-form .form-group input,
.booking-content .booking-form .form-group select {
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 5px;
}
.booking-content .booking-form .submit-btn {
    width: 100%;
    height: 50px;
    background-color: #f39800;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 10px;
}

/* P2 Swiper样式 - 重新添加到首页保护中 */
.home-content .p2-swiper {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.home-content .p2-swiper .swiper-slide {
    width: 40%;
    background-position: center;
    background-size: cover;
}
.home-content .p2-swiper .swiper-slide img {
    width: 100%;
}
.home-content .p2-swiper .swiper-slide .p2-desc {
    display: none;
}
.home-content .p2-swiper .swiper-slide-active .p2-desc {
    display: block;
}
.home-content .p2-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.home-content .p2-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: #f39800;
    margin: 0 5px;
    opacity: 0.5;
    border-radius: 2px;
}
.home-content .p2-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* 公共预约组件样式 */
.appointment {
    background-image: url('../images/bg1.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    text-align: center;
}
.appointment .appoint-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    background-color: #ff9a01;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    margin: 0 auto;
    cursor: pointer;
    border: none;
}
.appointment .appoint-btn img {
    margin-right: 10px;
    height: 24px;
}
.appointment .i-title-contact {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
}
.appointment .contact-list {
    justify-content: space-around;
    margin-top: 40px;
}
.appointment .contact-list .item {
    flex: 1;
    padding: 0 15px;
    text-align: center;
}
.appointment .contact-list .item .icon {
    margin: 0 auto 15px;
}
.appointment .contact-list .item .icon img {
    height: 40px;
}
.appointment .contact-list .item .label {
    font-size: 13px;
    color: #333;
}
.appointment .contact-list .item .value {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/* 公共底部样式 */
.footer {
    background-color: #2c3237;
    padding: 30px 0;
    color: #999;
}
.footer .left {
    flex: 1;
}
.footer .logo img {
    height: 40px;
    margin-right: 20px;
}
.footer .f-nav {
    display: flex;
}
.footer .f-nav .item {
    color: #999;
    font-size: 14px;
    margin-right: 20px;
}
.footer .f-copy {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}
.footer .right {
    cursor: pointer;
}
.footer .right img {
    height: 20px;
}

/* 右侧悬浮栏样式 */
.right-bar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.right-bar .item {
    width: 60px;
    height: 60px;
    background-color: #10c8cf;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.right-bar .item:hover {
    background-color: #ff9a01;
}
.right-bar .item .qr-box {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eee;
    display: none;
}
.right-bar .item:hover .qr-box {
    display: block;
}
.right-bar .item .qr-box:after, .right-bar .item .qr-box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.right-bar .item .qr-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
.right-bar .item .qr-box:before {
    border-color: rgba(238, 238, 238, 0);
    border-left-color: #eee;
    border-width: 11px;
    margin-top: -11px;
}
.right-bar .item .qr-box img {
    width: 120px;
    height: 120px;
    margin: 0;
}
.right-bar .item .qr-box .text {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.right-bar .item img {
    height: 24px;
    margin: 0;
    margin-bottom: 8px;
}
.right-bar .item div {
    font-size: 12px;
    color: #fff;
}

/* 课程体系页面样式 - 层级保护 */
.course-content .course-part1 .item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.course-content .course-part1 .item .img {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.course-content .course-part1 .item .content {
    padding: 20px;
}
.course-content .course-part1 .item .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.course-content .course-part1 .item .desc {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}
.course-content .course-part1 .item .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.course-content .course-part1 .item .tags .tag {
    padding: 5px 12px;
    background-color: #f5f5f5;
    color: #999;
    font-size: 12px;
    border-radius: 12px;
}
.course-content .course-part1 .item .price {
    font-size: 24px;
    color: #f39800;
    font-weight: bold;
}

/* 通知公告页面样式 - 层级保护 */
.news-content .news-part1 {
    padding: 30px 0;
    background-color: #f9f9f9;
    margin-bottom: 40px;
}
.news-content .news-part1 .flex-row {
    gap: 0;
}
.news-content .news-part1 .left {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.news-content .news-part1 .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
}
.news-content .news-part1 .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
    flex-grow: 1;
}
.news-content .news-part1 .bottom {
    margin-top: 30px;
    justify-content: space-between;
}
.news-content .news-part1 .time {
    display: flex;
    align-items: center;
    background-color: #fffaf2;
    color: #f39800;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.news-content .news-part1 .time img {
    height: 14px;
    margin-right: 8px;
}
.news-content .news-part1 .more {
    display: inline-block;
    padding: 8px 25px;
    background-color: #f39800;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.news-content .news-part1 .right {
    flex: 1;
}
.news-content .news-part1 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-content .news-p1-swiper .swiper-pagination {
    margin-top: 20px;
    position: static;
}
.news-content .news-p1-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    border-radius: 2px;
    background-color: #f39800;
    opacity: 0.3;
    margin: 0 2px;
}
.news-content .news-p1-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.news-content .news-list .item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.news-content .news-list .item .date {
    width: 80px;
    height: 80px;
    background-color: #fffaf2;
    color: #f39800;
    text-align: center;
    border-radius: 10px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-content .news-list .item .date .d {
    font-size: 28px;
    font-weight: bold;
}
.news-content .news-list .item .date .y {
    font-size: 14px;
}
.news-content .news-list .item .img {
    width: 200px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
}
.news-content .news-list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-content .news-list .item .info {
    flex: 1;
}
.news-content .news-list .item .info .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-content .news-list .item .info .desc {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
}
.news-content .news-list .item .info .more {
    display: inline-block;
    padding: 8px 25px;
    background-color: #f39800;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.news-content .pages {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-content .pages a {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 34px;
    color: #666;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 5px;
}
.news-content .pages a.on,
.news-content .pages a:hover {
    background-color: #f39800;
    color: #fff;
    border-color: #f39800;
}
.news-content .pages .prev,
.news-content .pages .next {
    font-family: "SimSun";
}


/* 通知公告详情页面样式 - 层级保护 */
.news-detail-content .news-detail {
    border: 1px solid #eee;
    padding: 40px;
}
.news-detail-content .news-detail .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.news-detail-content .news-detail .info {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.news-detail-content .news-detail .info span {
    display: flex;
    align-items: center;
}
.news-detail-content .news-detail .info img {
    height: 14px;
    margin-right: 8px;
}
.news-detail-content .news-detail .main {
    line-height: 2;
    color: #666;
    font-size: 16px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}
.news-detail-content .news-detail .main p {
    margin-bottom: 20px;
}
.news-detail-content .news-detail .main img {
    max-width: 100%;
    margin: 20px 0;
    border-radius: 5px;
}
.news-detail-content .news-change {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.news-detail-content .news-change a {
    flex: 1;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}
.news-detail-content .news-change a .arrow {
    font-size: 20px;
    color: #f39800;
}
.news-detail-content .news-change .prev .text {
    margin-left: 15px;
}
.news-detail-content .news-change .next .text {
    margin-right: 15px;
    text-align: right;
}
.news-detail-content .news-change .text div:first-child {
    font-size: 16px;
    color: #f39800;
    margin-bottom: 8px;
}

/* 预约页面样式 - 层级保护 */
.booking-page .booking-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}
.booking-page .booking-content {
    padding-top: 0;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.booking-page .location {
    padding-bottom: 30px;
}
.booking-page .location a,
.booking-page .location span {
    color: #fff;
}
.booking-content .booking-bg {
    padding: 80px 0;
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.booking-content .booking-form {
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.booking-content .booking-form .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.booking-content .booking-form .form-group {
    margin-bottom: 25px;
}
.booking-content .booking-form .form-group label {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.booking-content .booking-form .form-group input,
.booking-content .booking-form .form-group select {
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 5px;
}
.booking-content .booking-form .submit-btn {
    width: 100%;
    height: 50px;
    background-color: #f39800;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 10px;
}

/* 移动设备触摸优化 */
@media only screen and (max-width: 1024px) {
    /* 改善触摸滚动 */
    .phone-more-menu {
        -webkit-overflow-scrolling: touch;
    }
    
    /* 按钮触摸优化 */
    .appointment .appoint-btn {
        min-height: 44px;
        touch-action: manipulation;
    }
    
    .home-content .part7 .btn {
        min-height: 44px;
        touch-action: manipulation;
    }
    
    /* 防止双击缩放 */
    .appointment .appoint-btn,
    .home-content .part7 .btn {
        touch-action: manipulation;
    }
}

/* 响应式样式 */
@media only screen and (max-width: 1024px) {
    /* 隐藏PC头部，显示手机头部 */
    .pc-box {
        display: none !important;
    }
    
    
    /* 通用图片响应式 */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* 确保所有容器不会溢出 */
    * {
        box-sizing: border-box;
    }
    
    /* 标题尺寸调整 */
    .i-title {
        font-size: 24px;
        padding: 40px 0;
    }
    
    /* 页面banner调整 */
    .page-banner {
        height: 200px;
    }
    .page-banner .title {
        font-size: 28px;
    }
    .page-banner .desc {
        font-size: 16px;
    }
    
    /* 首页banner调整 */
    .home-content .banner {
        height: 180px;
    }
    
    /* 首页part1调整 */
    .home-content .part1 {
        padding: 40px 0;
    }
    .home-content .part1 .flex-row {
        flex-direction: column;
    }
    .home-content .part1 .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-content .part1 .right {
        width: 100%;
        padding-left: 0;
    }
    .home-content .part1 .right .swiper-slide {
        height: 250px;
    }
    
    /* 首页part3调整 */
    .home-content .part3 .p3-list .item {
        width: 48%;
        padding: 20px;
        margin-bottom: 30px;
    }
    
    /* 首页part4调整 */
    .part4 .p4-nav {
        position: static;
        transform: none;
        left: auto;
        top: auto;
        margin-bottom: 20px;
        width: 100%;
        justify-content: center;
    }
    .part4 .p4-nav .item {
        padding: 8px 20px;
        font-size: 14px;
    }
    .part4 .p4-box .flex-row {
        flex-direction: column;
    }
    .part4 .p4-box .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .part4 .p4-box .right {
        width: 100%;
        padding-left: 0;
    }
    .part4 .p4-box .right .title {
        font-size: 20px;
    }
    
    /* 首页part5调整 */
    .home-content .part5 .p5-list {
        gap: 20px;
    }
    .home-content .part5 .p5-list .item {
        width: 100%;
    }
    .home-content .part5 .p5-list .item .img {
        height: 150px;
    }
    
    /* 首页part6调整 */
    .home-content .part6 .p6-list {
        flex-direction: column;
        gap: 20px;
    }
    
    /* 首页part7调整 */
    .home-content .part7 .title {
        font-size: 28px;
    }
    .home-content .part7 .desc {
        font-size: 16px;
    }
    
    /* 师资团队调整 */
    .team-content .teacher-list .item {
        width: 48%;
    }
    .team-content .teacher-list .item .img-box {
        width: 150px;
        height: 150px;
    }
    .team-content .teacher-list .item .img {
        height: 100%;
    }
    
    /* 关于我们调整 */
    .about-content .about-part1 {
        padding: 40px 0;
    }
    .about-content .about-part1 .flex-row {
        flex-direction: column;
    }
    .about-content .about-part1 .left,
    .about-content .about-part1 .right {
        width: 100%;
    }
    .about-content .about-part1 .right {
        padding: 20px 0 0 0;
    }
    .about-content .about-part1 .right .title {
        font-size: 22px;
    }
    .about-content .about-part1 .left .title {
        font-size: 22px;
    }
    .about-content .about-part2 .item .flex-row,
    .about-content .about-part2 .item:nth-child(even) .flex-row {
        flex-direction: column;
    }
    .about-content .about-part2 .item .left,
    .about-content .about-part2 .item .right {
        width: 100%;
    }
    .about-content .about-part2 .item .right {
        padding: 20px 0 0 0;
    }
    .about-content .about-part2 .item:nth-child(odd) .right,
    .about-content .about-part2 .item:nth-child(even) .left {
        padding: 20px 0 0 0;
    }
    .about-content .about-part2 .item .t {
        font-size: 22px;
    }
    
    /* 预约组件调整 */
    .appointment .contact-list {
        flex-direction: column;
    }
    .appointment .contact-list .item {
        flex: initial;
        margin-bottom: 30px;
    }
    .appointment .contact-list .item:last-child {
        margin-bottom: 0;
    }
    
    /* 预约表单调整 */
    .booking-content .booking-form {
        width: 90%;
        padding: 30px;
    }
    
    /* 右侧悬浮栏隐藏 */
    .right-bar {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /* 标题进一步调整 */
    .i-title {
        font-size: 20px;
        padding: 30px 0;
    }
    
    /* 页面banner进一步调整 */
    .page-banner {
        height: 120px;
    }
    .page-banner .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .page-banner .desc {
        font-size: 14px;
    }
    
    /* 首页banner进一步调整 */
    .home-content .banner {
        height: 160px;
    }
    
    /* 首页part1进一步调整 */
    .home-content .part1 {
        padding: 30px 0;
    }
    .home-content .part1 .p1-cell {
        padding: 15px;
        flex-direction: column;
        text-align: center;
    }
    .home-content .part1 .p1-cell .info {
        margin-left: 0;
        margin-top: 10px;
    }
    .home-content .part1 .right .swiper-slide {
        height: 200px;
    }
    
    /* 首页part3进一步调整 */
    .home-content .part3 .p3-list .item {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    
    /* 首页part4进一步调整 */
    .part4 .part4-main {
        padding: 40px 0;
    }
    .part4 .p4-nav {
        flex-direction: column;
        align-items: stretch;
    }
    .part4 .p4-nav .item {
        justify-content: center;
        border-bottom: 1px solid #eee;
    }
    .part4 .p4-nav .item:last-child {
        border-bottom: none;
    }
    .part4 .p4-box .right .title {
        font-size: 18px;
    }
    .part4 .p4-box .right .tags {
        flex-direction: column;
        align-items: flex-start;
    }
    .part4 .p4-box .right .tags .item {
        margin-bottom: 10px;
        margin-right: 0;
    }
    
    /* 首页part5进一步调整 */
    .home-content .part5 .p5-list .item {
        width: 100%;
    }
    .home-content .part5 .p5-list .item .content {
        padding: 15px;
    }
    
    /* 首页part7进一步调整 */
    .home-content .part7 .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .home-content .part7 .desc {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .home-content .part7 .btn {
        padding: 12px 30px;
        font-size: 16px;
    }
    
    /* 师资团队进一步调整 */
    .team-content .teacher-list .item {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .team-content .teacher-list .item .img-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .team-content .teacher-list .item .info-box {
        text-align: center;
    }
    .team-content .teacher-list .item .name-box {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .team-content .teacher-list .item .tags .tag {
        text-align: left;
    }
    .team-content .teacher-list .item .stars {
        justify-content: center;
    }
    .team-content .teacher-list .item .img {
        height: 200px;
    }
    
    /* 课程体系调整 */
    .course-content .course-part1 .item .img {
        height: 150px;
    }
    .course-content .course-part1 .item .content {
        padding: 15px;
    }
    
    /* 通知公告调整 */
    .news-content .news-part1 .flex-row {
        flex-direction: column;
    }
    .news-content .news-part1 .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .news-content .news-part1 .right {
        width: 100%;
    }
    .news-content .news-list .item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    .news-content .news-list .item .date {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    /* 通知公告详情调整 */
    .news-detail-content .news-detail .title {
        font-size: 22px;
    }
    .news-detail-content .news-detail .content {
        font-size: 14px;
        line-height: 1.8;
    }
    
    /* 预约表单进一步调整 */
    .booking-content .booking-form {
        width: 95%;
        padding: 20px;
    }
    .booking-content .booking-form .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    /* 预约组件进一步调整 */
    .appointment {
        padding: 20px 0;
    }
    .appointment .i-title-contact {
        font-size: 22px;
        margin-top: 15px;
    }
    .appointment .contact-list {
        margin-top: 30px;
    }
    .appointment .appoint-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    /* 超小屏幕进一步优化 */
    .marginAuto {
        padding: 0 10px !important;
    }
    
    
    /* 页面内容优化 */
    .home-content .part1 .p1-title-box .t {
        font-size: 18px;
    }
    
    .home-content .part4 .p4-nav .item {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .appointment .appoint-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .appointment .contact-list .item .label {
        font-size: 12px;
    }
    
    .appointment .contact-list .item .value {
        font-size: 13px;
    }
    
    /* 确保在超小屏幕下文字不会太小 */
    .home-content .part1 .p1-cell .info .desc {
        font-size: 13px;
    }
    
    .home-content .part3 .p3-list .item .d {
        font-size: 13px;
    }
    
    .home-content .part5 .p5-list .item .d {
        font-size: 13px;
    }
}

/* 课程体系.html - 课程安排tab */
.course-tabs {
    padding-bottom: 80px;
}
.course-tabs .flex-row {
    align-items: flex-start;
}
.course-tabs > .marginAuto > .flex-row > .left {
    width: 180px;
    margin-right: 40px;
}
.course-tabs .c-p1-nav {
    background-image: url(../images/bg6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.course-tabs .c-p1-nav .item {
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.course-tabs .c-p1-nav .item img {
    height: 12px;
    margin-right: 10px;
}
.course-tabs .c-p1-nav .item .icon-active {
    display: none;
}
.course-tabs .c-p1-nav .item.active {
    color: #f39800;
    font-weight: bold;
    background-color: #ffffff;
}
.course-tabs .c-p1-nav .item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: #f39800;
}
.course-tabs .c-p1-nav .item.active .icon-active {
    display: block;
}
.course-tabs .c-p1-nav .item.active .icon-normal {
    display: none;
}
.course-tabs > .marginAuto > .flex-row > .right {
    flex: 1;
}
.course-tabs .c-p1-box {
    display: none;
}
.course-tabs .c-p1-box:first-child { /* show first one by default */
    display: block;
}
.course-tabs .c-p1-box .left {
    width: 55%;
    margin-right: 0;
    padding-right: 40px;
}
.course-tabs .c-p1-box .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.course-tabs .c-p1-box .desc {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 20px;
}
.course-tabs .c-p1-box .link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 12px 35px;
    background-color: #f39800;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    background-image: linear-gradient(to right, #ffc74d, #f39800);
}
.course-tabs .c-p1-box .link img {
    height: 16px;
    margin-right: 8px;
}
.course-tabs .c-p1-box .right-img {
    width: 45%;
}
.course-tabs .c-p1-box .right-img img {
    width: 100%;
    border-radius: 10px;
}
/* course-part2 */
.course-part2 {
    padding-bottom: 80px;
    background-color: #f8f8f8;
}
.course-part2 .i-title {
    padding-top: 80px;
}
.course-part2 .c-p2-list .item {
    margin-bottom: 40px;
}
.course-part2 .c-p2-list .item .flex-row {
    align-items: center;
}
.course-part2 .c-p2-list .item .left {
    width: 50%;
}
.course-part2 .c-p2-list .item .left img {
    width: 100%;
    border-radius: 10px;
}
.course-part2 .c-p2-list .item .right {
    width: 50%;
    padding-left: 60px;
}
.course-part2 .c-p2-list .item:nth-child(odd) .right {
    padding-left: 60px;
    padding-right: 0;
}
.course-part2 .c-p2-list .item:nth-child(even) .left {
    padding-right: 60px;
    padding-left: 0;
}
.course-part2 .c-p2-list .item:nth-child(even) .flex-row {
    flex-direction: row-reverse;
}
.course-part2 .c-p2-list .item .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.course-part2 .c-p2-list .item .desc {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 20px;
}
.course-part2 .c-p2-list .item .link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 12px 35px;
    background-color: #f39800;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    background-image: linear-gradient(to right, #ffc74d, #f39800);
}
.course-part2 .c-p2-list .item .link img {
    height: 16px;
    margin-right: 8px;
}
/* course-part3 */
.course-part3 {
    padding-bottom: 80px;
}
.course-part3 .c-p3-list {
    text-align: center;
}
.course-part3 .c-p3-list .bg {
    max-width: 100%;
}
.about-part1 {
    padding: 80px 0;
    background-color: #fffaf2;
    background-image: url(../images/bg8.png);
    background-size: auto;
    background-position: right center;
    background-repeat: no-repeat;
}

.about-content .about-part1 .left,
.about-content .about-part1 .right {
    width: 50%;
}
.about-part1 .left img {
    width: 100%;
    border-radius: 10px;
}
.about-part1 .right {
    width: 50%;
    padding-left: 60px;
}
.about-part1 .right .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.about-part1 .right .title .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #f39800;
}
.about-part1 .left .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.about-part1 .left .title .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #f39800;
}
.about-part1 .right .desc {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 20px;
}
.about-part1 .left .desc {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 20px;
}
/* about-part2 */
.about-part2 {
    padding: 20px 0;
}
.about-part2 .item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.about-part2 .item:last-child {
    margin-bottom: 0;
}
.about-part2 .item .text-box, .about-part2 .item .img-box {
    width: 50%;
}
.about-part2 .item .img-box img {
    width: 100%;
    border-radius: 10px;
}
.about-part2 .item .text-box {
    padding-right: 80px;
}
.about-part2 .item:nth-child(even) {
    flex-direction: row-reverse;
}
.about-part2 .item:nth-child(even) .text-box {
    padding-right: 0;
    padding-left: 80px;
}
.about-part2 .item .t1 {
    font-size: 24px;
    font-weight: bold;
    color: #f39800;
}
.about-part2 .item .t2 {
    font-size: 24px;
    font-weight: bold;
    color: #f39800;
    margin-top: 5px;
}
.about-part2 .item .d {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 30px;
}
.about-part3 {
    position: relative;
    background-image: url(../images/bg9.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 40px;
}
.about-part3 .marginAuto {
    position: relative;
}
.about-part3 .swiper-container {
    position: relative;
    z-index: 2;
}
.about-part3 .years-box {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}
.about-part3 .years-box .year {
    width: 23%;
    text-align: center;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    color: #999;
    font-size: 16px;
    background-image: url(../images/bg10.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-part3 .years-box .year.active {
    color: #fff;
    background-image: url(../images/bg11.png);
}
.about-part3 .line-box {
    text-align: center;
}
.about-part3 .content-box {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
.about-part3 .content-box .item {
    width: 23%;
}
.about-part3 .content-box .item .t {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.about-part3 .content-box .item .d {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 15px;
}
.about-part3 .swiper-button-next {
    top: 35px;
    background-image: url(../images/btn2.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    opacity: 1;
}
.about-part3 .swiper-button-prev {
    top: 35px;
    background-image: url(../images/btn1.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    opacity: 1;
}
@media screen and (max-width: 1024px) {
    /* 关于我们 about-part1 */
    .about-part1 {
        padding: 40px 0;
    }
    .about-part1 .flex-row {
        flex-direction: column;
    }
    .about-part1 .left,
    .about-part1 .right {
        width: 100%;
    }
    .about-part1 .right {
        padding: 20px 0 0 0;
    }

    /* 关于我们 about-part2 */
    .about-part2 {
        padding: 40px 0;
    }
    .about-part2 .item,
    .about-part2 .item:nth-child(even) {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .about-part2 .item .text-box, .about-part2 .item .img-box {
        width: 100%;
    }
    .about-part2 .item .img-box {
        order: 1; /* image box comes first */
    }
    .about-part2 .item .text-box {
        order: 2; /* text box comes second */
        padding: 20px 0 0 0 !important; /* reset padding */
    }
    .about-part2 .item .t1, .about-part2 .item .t2 {
        font-size: 20px;
    }
    /* 关于我们 about-part3 */
    .about-part3 .years-box {
        padding: 0 20px;
    }
    .about-part3 .years-box .year {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .about-part3 .line-box {
        top: 120px;
        display: none;
    }
    .about-part3 .content-box {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 80px;
        padding: 0 20px;
    }
    .about-part3 .content-box .item {
        width: 45%;
        margin-bottom: 20px;
        text-align: center;
    }
    .about-part3 .swiper-button-next, .about-part3 .swiper-button-prev {
        top: 95px;
    }
    .about-part3 .content-box .item .t {
        font-size: 20px;
    }
    /* 关于我们 about-part4 */
    .about-part4 {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
    .about-part3 .content-box {
        margin-top: 60px;
    }
    .about-part3 .content-box .item {
        width: 80%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    .about-part3 .about-swiper {
        padding: 0 15px;
    }
}

/* 师资团队页面样式 - 层级保护 */
.team-content .teacher-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
.team-content .teacher-list .item {
    display: flex;
    /* margin-bottom: 30px; */
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    width: 100%;
}
.team-content .teacher-list .item .img-box {
    width: 200px;
    height: 200px;
    padding: 10px;
    background-image: linear-gradient(to top, #c3e8f8, #f4fcfd);
    margin-right: 30px;
    flex-shrink: 0;
}
.team-content .teacher-list .item .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.team-content .teacher-list .item .info-box {
    flex: 1;
}
.team-content .teacher-list .item .name-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.team-content .teacher-list .item .name-box .name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 15px;
}
.team-content .teacher-list .item .name-box .school {
    background-color: #fff3db;
    color: #f39800;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
}
.team-content .teacher-list .item .tags .tag {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.team-content .teacher-list .item .tags .tag .label {
    flex-shrink: 0;
    width: 50px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #333;
    font-size: 12px;
    margin-right: 15px;
    position: relative;
    border-radius: 4px;
    border: 1px solid;
}
.team-content .teacher-list .item .tags .tag .label::before,
.team-content .teacher-list .item .tags .tag .label::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}
.team-content .teacher-list .item .tags .tag .label::after {
    right: -6px;
    border-width: 5px 0 5px 5px;
}
.team-content .teacher-list .item .tags .tag .label::before {
    right: -5px;
    border-width: 5px 0 5px 5px;
}
.team-content .teacher-list .item .tags .tag .label.blue {
    background-color: #e3f3ff;
    border-color: #c9dfff;
}
.team-content .teacher-list .item .tags .tag .label.blue::before {
    border-color: transparent transparent transparent #e3f3ff;
}
.team-content .teacher-list .item .tags .tag .label.blue::after {
    border-color: transparent transparent transparent #c9dfff;
}
.team-content .teacher-list .item .tags .tag .label.green {
    background-color: #e3fff1;
    border-color: #c8f4e0;
}
.team-content .teacher-list .item .tags .tag .label.green::before {
    border-color: transparent transparent transparent #e3fff1;
}
.team-content .teacher-list .item .tags .tag .label.green::after {
    border-color: transparent transparent transparent #c8f4e0;
}
.team-content .teacher-list .item .tags .tag .label.red {
    background-color: #ffe8e8;
    border-color: #ffd8d8;
}
.team-content .teacher-list .item .tags .tag .label.red::before {
    border-color: transparent transparent transparent #ffe8e8;
}
.team-content .teacher-list .item .tags .tag .label.red::after {
    border-color: transparent transparent transparent #ffd8d8;
}
.team-content .teacher-list .item .stars {
    margin-top: 10px;
    text-align: left;
}
.team-content .teacher-list .item .stars img {
    height: 14px;
}


@media only screen and (max-width: 1024px) {
    .team-content .teacher-list .item .img {
        height: 100%;
    }
    
    /* 课程体系调整 */
    .course-tabs {
        padding-bottom: 40px;
    }
    .course-tabs > .marginAuto > .flex-row {
        flex-direction: column;
    }
    .course-tabs > .marginAuto > .flex-row > .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .course-tabs .c-p1-nav {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .course-tabs .c-p1-box .flex-row {
        flex-direction: column;
    }
    .course-tabs .c-p1-box .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .course-tabs .c-p1-box .right-img {
        width: 100%;
    }

    .course-part2 {
        padding-bottom: 40px;
    }
    .course-part2 .c-p2-list .item .flex-row,
    .course-part2 .c-p2-list .item:nth-child(even) .flex-row {
        flex-direction: column;
    }
    .course-part2 .c-p2-list .item .left,
    .course-part2 .c-p2-list .item .right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .course-part2 .c-p2-list .item .right {
        padding-top: 20px;
    }
    
    /* 关于我们调整 */
    .about-content .about-part1 {
        padding: 40px 0;
    }
    .about-content .about-part1 .flex-row {
        flex-direction: column;
    }
    .about-content .about-part1 .left,
    .about-content .about-part1 .right {
        width: 100%;
    }
    .about-content .about-part1 .right {
        padding: 20px 0 0 0;
    }
    .about-content .about-part1 .right .title {
        font-size: 22px;
    }
    .about-content .about-part2 .item .flex-row,
    .about-content .about-part2 .item:nth-child(even) .flex-row {
        flex-direction: column;
    }
    .about-content .about-part2 .item .left,
    .about-content .about-part2 .item .right {
        width: 100%;
    }
    .about-content .about-part2 .item .right {
        padding: 20px 0 0 0;
    }
    .about-content .about-part2 .item:nth-child(odd) .right,
    .about-content .about-part2 .item:nth-child(even) .left {
        padding: 20px 0 0 0;
    }
    .about-content .about-part2 .item .t {
        font-size: 22px;
    }
    
    /* 师资团队进一步调整 */
    .team-content .teacher-list .item {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .team-content .teacher-list .item .img-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .team-content .teacher-list .item .info-box {
        text-align: center;
    }
    .team-content .teacher-list .item .name-box {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .team-content .teacher-list .item .tags .tag {
        text-align: left;
    }
    .team-content .teacher-list .item .stars {
        justify-content: center;
    }
    .team-content .teacher-list .item .img {
        height: 200px;
    }
    
    /* 课程体系调整 */
    .course-content .course-part1 .item .img {
        height: 150px;
    }
    .course-content .course-part1 .item .content {
        padding: 15px;
    }
    
    /* 通知公告调整 */
    .news-content .news-part1 .flex-row {
        flex-direction: column;
    }
    .news-content .news-part1 .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .news-content .news-part1 .right {
        width: 100%;
    }
    .news-content .news-list .item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    .news-content .news-list .item .date {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    /* 通知公告详情调整 */
    .news-detail-content .news-detail .title {
        font-size: 22px;
    }
    .news-detail-content .news-detail .content {
        font-size: 14px;
        line-height: 1.8;
    }
    
    /* 预约表单进一步调整 */
    .booking-content .booking-form {
        width: 95%;
        padding: 20px;
    }
    .booking-content .booking-form .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    /* 预约组件进一步调整 */
    .appointment {
        padding: 20px 0;
    }
    .appointment .i-title-contact {
        font-size: 22px;
        margin-top: 15px;
    }
    .appointment .contact-list {
        margin-top: 30px;
    }
    .appointment .appoint-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    /* 超小屏幕进一步优化 */
    .marginAuto {
        padding: 0 10px !important;
    }
    
    
    /* 页面内容优化 */
    .home-content .part1 .p1-title-box .t {
        font-size: 18px;
    }
    
    .home-content .part4 .p4-nav .item {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .appointment .appoint-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .appointment .contact-list .item .label {
        font-size: 12px;
    }
    
    .appointment .contact-list .item .value {
        font-size: 13px;
    }
    
    /* 确保在超小屏幕下文字不会太小 */
    .home-content .part1 .p1-cell .info .desc {
        font-size: 13px;
    }
    
    .home-content .part3 .p3-list .item .d {
        font-size: 13px;
    }
    
    .home-content .part5 .p5-list .item .d {
        font-size: 13px;
    }
}