@media screen and (max-width: 768px) {
  .top {
    display: none;
  }

  body {
    background-color: #ffffff;
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
  }

  .gxHead {
    display: block;
    height: 98px;
    line-height: 98px;
    background: linear-gradient(90deg, #052EC2, #0085F6);
  }

  .card-date img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .gxHead .logo {
    width: 70%;
    margin: 10px 15px;
  }

  .menu_btn {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }

  .content {
    padding-top: 98px;
  }



  .footer-wrap {
    display: none;
  }

  .about-content {
    padding: 20px !important;
  }

  /* ========== tab-header ========== */
  .about-page {
    padding-top: 0;
  }

  .tab-header-content {
    height: auto;
    padding: 0;
  }

  .left-div {
    flex-shrink: 0;
  }

  .tab-title {
    margin-top: 0;
    width: 130px;
    height: 34px;
    line-height: 34px;
    padding-right: 20px;
    font-size: 18px;
    background-size: contain;
  }

  .tab-nav {
    margin-left: 12px;
    display: flex;
  }

  .tab-nav .tab-nav-item {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    line-height: 56px;
    white-space: nowrap;
  }

  .tab-breadcrumb {
    margin-right: 10px;
    font-size: 13px;
    flex-shrink: 0;
    display: none;
  }

  .tab-breadcrumb img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .program-card {
    width: 100%;
    flex-direction: column;
    height: auto;
    gap: 0;
  }

  .program-card .card-image {
    width: 100%;
    height: 200px;
  }

  .program-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .program-card .card-content {
    padding: 15px;
  }

  .program-card .card-title {
    font-size: 18px;
  }

  .program-card .card-desc {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .program-card .card-btn {
    width: auto;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 10px;
  }

  .training-program {
    gap: 20px;
  }

  .program-more {
    font-size: 14px;
    margin-top: 10px;
  }

  /* ========== 培训项目详情 ========== */
  .program-detail .detail-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .program-detail .detail-text h2 {
    font-size: 18px;
    margin: 25px 0 15px;
    padding-left: 12px;
  }

  .program-detail .detail-text h3 {
    font-size: 16px;
    margin: 20px 0 10px;
  }

  .program-detail .detail-text ul {
    padding-left: 20px;
  }

  .program-detail .detail-text ul li {
    line-height: 1.6;
  }

  .program-detail .detail-text table {
    font-size: 12px;
  }

  .program-detail .detail-text table th,
  .program-detail .detail-text table td {
    padding: 8px 6px;
  }

  .program-detail .detail-text .highlight-box {
    padding: 15px;
  }

  .program-detail .program-btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }

  /* ========== 关于我们 ========== */
  .about-school-info .school-name {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-school-info .school-desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .about-gallery img {
    height: 200px;
  }

  .about-gallery .swiper-button-prev {
    width: 36px;
    height: 36px;
    left: 5px;
  }

  .about-gallery .swiper-button-next {
    width: 36px;
    height: 36px;
    right: 5px;
  }

  .about-gallery .swiper-button-next::after,
  .about-gallery .swiper-button-prev::after {
    font-size: 16px !important;
  }

  /* ========== 校园环境 ========== */
  .about-environment {
    flex-direction: column;
    height: auto;
    gap: 15px;
  }

  .about-environment .environment-main {
    height: 300px;
  }

  .about-environment .environment-list {
    width: 100%;
    height: auto;
    max-height: 200px;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    /* padding-bottom: 10px; */
  }

  .about-environment .environment-list::-webkit-scrollbar {
    height: 4px;
    width: auto;
  }

  .about-environment .list-item {
    flex-shrink: 0;
    width: 100px;
    height: 75px;
  }

  /* ========== 学校资质 ========== */
  .about-qualifications {
    gap: 12px;
  }

  .about-qualifications .qualifications-item {
    width: calc(50% - 6px);
    height: auto;
  }

  .about-qualifications .qualifications-item .qualifications-img {
    padding: 10px;
  }

  .about-qualifications .qualifications-item h2 {
    font-size: 13px;
    padding: 12px 0;
  }

  /* ========== 联系我们 ========== */
  .contact-us {
    flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }

  .contact-us .contact-map {
    width: 100%;
  }

  .contact-us .map-placeholder img {
    width: 100%;
    height: auto;
  }

  .contact-us .contact-info {
    width: 100%;
    padding: 0;
  }

  .contact-us .contact-title {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .contact-us .info-item {
    padding: 12px 0;
    align-items: flex-start;
  }

  .contact-us .info-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }

  .contact-us .info-label {
    font-size: 14px;
    white-space: nowrap;
  }

  .contact-us .info-value {
    font-size: 14px;
    line-height: 1.6;
  }

  /* ========== 在线报名 ========== */
  .online-registration-form {
    height: auto;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .online-registration-form .form-content {
    position: static;
    width: 100%;
    height: auto;
    padding: 25px 20px;
    left: auto;
    top: auto;
  }

  .online-registration-form .form-title {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .online-registration-form .form-title img {
    width: 200px;
    height: 20px;
    top: -8px;
  }

  .online-registration-form .form-group {
    flex-direction: column;
    gap: 15px;
  }

  .online-registration-form .form-input {
    height: 44px;
    font-size: 14px;
  }

  .online-registration-form .form-select {
    height: 44px;
    font-size: 14px;
  }

  .online-registration-form .form-tip {
    font-size: 12px;
    margin: 15px 0;
  }

  .online-registration-form .form-btn {
    width: 100%;
    height: 44px;
    font-size: 16px;
  }

  .online-registration-form .form-image {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }

  .online-registration-form .image-placeholder img {
    width: 100%;
    height: auto;
  }

  /* ========== 社会责任 & 新闻公告 ========== */
  .news-content {
    padding: 20px 15px !important;
  }

  .news-content .bulletin-list {
    padding: 10px 0;
  }

  .news-content .bulletin-item {
    padding: 12px 15px;
  }

  .news-content .item-icon {
    width: 8px;
    height: 12px;
    margin-right: 8px;
  }

  .news-content .item-title {
    font-size: 14px;
  }

  .news-content .item-date {
    font-size: 12px;
    margin-left: 10px;
  }

  .news-content .bulletin-pagination {
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
  }

  .news-content .page-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  /* ========== 教学展示 ========== */
  .teacher-content {
    padding: 20px 15px !important;
  }

  .demonstration-content {
    gap: 12px;
  }

  .demonstration-content .demonstration-item {
    width: calc(50% - 6px);
    height: auto;
  }

  .demonstration-content .demonstration-item .item-icon {
    height: 140px;
  }

  .demonstration-content .demonstration-item .item-title {
    font-size: 14px;
    margin: 12px 0;
  }

  .teacher-demonstration .bulletin-pagination {
    flex-wrap: wrap;
    gap: 6px;
  }

  .teacher-demonstration .page-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  /* ========== 教学展示 & 新闻详情 ========== */
  .news-detail {
    flex-direction: column;
    gap: 20px;
  }

  .news-detail .news-detail-left {
    width: 100%;
    padding: 20px 15px;
  }

  .news-detail .detail-title {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .news-detail .detail-meta {
    gap: 15px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 10px 0;
  }

  .news-detail .meta-item {
    font-size: 13px;
  }

  .news-detail .detail-content {
    font-size: 15px;
  }

  .news-detail .detail-nav .nav-item {
    font-size: 13px;
  }

  .news-detail .back-btn {
    padding: 10px 30px;
    font-size: 14px;
  }

  .news-detail .news-detail-right {
    width: 100%;
    padding: 20px 15px;
  }

  .news-detail .sidebar-title {
    font-size: 16px;
  }

  .news-detail .news-detail-right ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .news-detail .news-detail-right ul li {
    width: calc(50% - 6px);
  }

  .news-detail .news-detail-right ul li a img {
    width: 100%;
    height: 120px;
  }

  .news-detail .news-detail-right ul li a h2 {
    font-size: 13px;
    margin: 8px 0 0;
  }

  .news-detail .news-detail-right .sidebar-list {
    flex-direction: column;
    gap: 0;
  }

  .news-detail .news-detail-right .sidebar-list li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #e8e8e8;
  }

  .news-detail .sidebar-list li a {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .news-detail .sidebar-date {
    font-size: 12px;
  }

  .news-detail .sidebar-title img {
    width: 24px;
    height: 24px;
  }

  /* ========== 首页 Banner ========== */
  .banner {
    width: 100%;
  }

  .banner-swiper {
    height: auto;
    overflow: hidden;
  }

  .banner-item {
    flex-direction: column;
    height: auto;
  }

  .banner-left {
    width: 100%;
    height: 220px;
    overflow: hidden;
  }

  .banner-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-right {
    width: 100%;
    height: 224px;
    padding: 20px;
    gap: 12px;
    box-shadow: none;
    overflow: hidden;
  }

  .banner-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .banner-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .banner-date {
    font-size: 13px;
  }

  .banner-date img {
    width: 14px;
    height: 14px;
  }

  .watermark {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
    opacity: 0.3;
  }

  .banner .swiper-pagination {
    bottom: 30px !important;
    padding: 6px 16px;
    border-radius: 14px;
  }

  .more-link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
  }

  /* ========== 首页内容区 ========== */
  .training-program-index {
    padding: 18px 10px 10px;
  }

  .banner .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #fff;
    opacity: 1;
  }

  .program-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .program-item {
    flex: 0 0 calc(33.33% - 10px);
    max-width: none;
    height: auto;
  }

  .program-item .program-item-title {
    font-size: 12px;
    height: 34px;
  }

  .program-item .program-item-img {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
  }

  .program-item-title {
    font-size: 13px;
    text-align: center;
  }

  .program-more {
    font-size: 15px;
    margin-top: 20px;
  }

  .news-openclass {
    padding: 25px 15px;
    flex-direction: column;
    gap: 30px;
  }

  .news-swiper {
    height: auto;
  }

  .news-date {
    font-size: 13px;
  }

  .news-date img {
    width: 16px;
    height: 16px;
  }

  .news-pagination {
    bottom: 17px !important;
  }

  .news-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .openclass-container,
  .news-container {
    width: 100%;
  }

  .section-title {
    font-size: 22px;
  }

  .openclass-item {
    font-size: 14px;
    padding: 22px 10px;
  }

  .openclass-item .item-title {
    font-size: 14px;
    flex: 1;
  }

  .register-btn {
    text-align: center;
    font-size: 13px;
    width: 75px;
    height: 24px;
    line-height: 24px;
  }

  .news-card {
    flex-direction: column;
    padding: 0 0 15px;
  }

  .news-card .news-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .news-card .news-content {
    padding: 12px;
  }

  .news-card .news-title {
    font-size: 15px;
  }

  .news-card .news-desc {
    font-size: 11px;
    margin: 10px 0;
  }

  .wsmxzwm {
    height: auto;
    padding: 52px 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wsmxzwm-title {
    font-size: 22px;
  }

  .wsmxzwm-subtitle {
    font-size: 16px;
  }

  .wsmxzwm-desc {
    font-size: 14px;
    margin: 0;
  }

  .advantage-wrap {
    margin-top: 15px;
    height: 8rem;
    bottom: -7.3rem;
    width: 15.76rem;
  }

  .advantage-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .advantage-item {
    width: 50%;
    height: 4rem;
  }

  .advantage-item .water-num {
    font-size: 42px;
  }


  .wsmxzwm-btn {
    width: 4.3rem;
    height: 1rem;
    font-size: 14px;
  }

  .wsmxzwm-subtitle .two {
    font-size: 40px;
  }

  .advantage-item .icon-box {
    width: 40px;
    height: 40px;
  }

  .advantage-item .icon-box img {
    width: 100%;
    height: 100%;
  }

  .advantage-item .item-text {
    font-size: 12px;
  }

  .teaching-wrap {
    padding: 25px 15px;
    width: calc(100% - 30px);
    margin-top: 140px;
  }

  .teaching-header h2 {
    font-size: 18px;
    width: auto;
  }

  .teaching-header a {
    font-size: 14px;
  }

  .dynamic-card {
    height: auto;
  }

  .dynamic-card .card-img {
    height: 200px;
  }

  .dynamic-card .card-title {
    font-size: 15px;
    height: auto;
  }

  .dynamic-card .card-desc {
    font-size: 13px;
    height: auto;
  }

  .dynamic-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }

  .dynamic-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
  }

  .campus-wrap {
    padding: 25px 15px;
  }

  .campus-header h2 {
    font-size: 18px;
  }

  .campus-header a {
    font-size: 14px;
  }

  .campus-card img {
    height: 220px;
  }

  .campus-label {
    font-size: 14px;
  }

  .campus-pagination {
    bottom: 2px;
  }

  .campus-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .campus-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
  }

  .consultation-panel {
    width: 140px;
    right: 10px;
  }

  .close-btn {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .panel-title {
    font-size: 14px;
  }

  .panel-text {
    font-size: 11px;
  }

  .panel-phone {
    font-size: 14px;
  }

  .panel-teacher {
    font-size: 11px;
  }

  .contact-btn {
    width: 80%;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin: 0 9px;
  }

  .qr-code {
    width: 100%;
    height: 80px;
  }

  .back-to-top {
    font-size: 11px;
    height: 36px;
    line-height: 36px;
  }
}