@media (max-width: 768px) {
  body {
    min-width: unset;
    font-size: 0.24rem;
  }
  .title-wrap,
  .cont {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .banner {
    height: 4rem;
  }
  .banner .cont {
    margin: 0;
  }
  .banner .cont img {
    left: 0.5rem;
  }
  .banner .cont .logo {
    width: 3.2rem;
    top: 0.5rem;
  }
  .banner .cont .title {
    width: 4rem;
    top: 2rem;
  }
  .banner > img {
    width: 120%;
    height: 100%;
    object-fit: cover;
  }
  .wrap {
    padding: 0.8rem 0;
  }
  nav .cont .logo {
    width: 3.6rem;
    display: flex;
    align-items: center;
  }
  nav .cont .logo img {
    width: 100%;
  }
  .title-wrap {
    margin-bottom: 0.5rem;
  }
  .title-wrap::after {
    left: 35%;
  }
  #part1 {
    background-size: 100% auto;
    background-position: center bottom;
  }
  #part1 .cont {
    background-size: 100% auto;
    background-position: bottom center;
    background-image: none;
  }
  #part1 .text {
    width: 100%;
    font-size: 0.24rem;
  }
  #part1 .point-list {
    width: 100%;
    padding: 0.3rem;
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    margin-top: 0.5rem;
    background-image: url(https://cdn01.mbachina.com/zt/2025/sysuMTI/images/img-introduce.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
  #part1 .point-list::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    z-index: 10;
  }
  #part1 .point-list > li {
    position: relative;
    z-index: 20;
    width: 48%;
  }
  #part1 .point-list > li h3 {
    font-size: 0.26rem;
    font-weight: bold;
  }
  #part1 .point-list .point-info-list li {
    font-size: 0.24rem;
  }
  .teacher-wrap {
    background-size: 160% auto;
  }
  .teacher-wrap .card-list {
    grid-template-columns: 1fr;
    box-shadow: 0 0 20px 0 #ccddd1;
  }
  .teacher-wrap .card-list .card {
    margin-top: -1px;
    padding: 0.3rem 0;
  }
  .teacher-wrap .card-list .card:nth-child(1) {
    background-image: linear-gradient(0deg, #ffffff 0%, #ccddd1 100%);
  }
  .teacher-wrap .card-list .card:nth-child(2) {
    background-image: linear-gradient(150deg, #ffffff 0%, #ffffff 100%);
  }
  .teacher-wrap .card-list .card:nth-child(3) {
    background-image: linear-gradient(180deg, #ffffff 0%, #ccddd1 100%);
  }
  .school-photo {
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .school-photo > div {
    flex: unset;
    width: 100%;
  }
  .school-photo > div h4 {
    bottom: 0.3rem;
  }
  .degree .degree-content {
    flex-wrap: wrap;
    position: relative;
  }
  .degree .degree-content > div {
    width: 100%;
  }
  .degree .img {
    padding: 0 0.5rem;
  }
  .degree .img::before,
  .degree .img::after {
    display: none;
  }
  .degree .text {
    max-width: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 0.3rem;
    box-shadow: 0 0 20px 0 #ccddd1;
    padding-top: 1rem;
    height: 100%;
    display: none;
    z-index: 100;
  }
  .degree .text::before,
  .degree .text::after {
    content: '';
    display: block;
    position: absolute;
    width: 0.4rem;
    height: 0.05rem;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color-primary);
    top: 0.3rem;
    right: 0.1rem;
    transform-origin: center;
  }
  .degree .text::before {
    transform: rotate(45deg);
  }
  .degree .text::after {
    transform: rotate(-45deg);
  }
  .project-list {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .project-list::after {
    display: none;
  }
  .project-list .project-item {
    width: 100%;
    flex: unset;
    flex-direction: row;
    gap: 0.3rem;
    position: relative;
  }
  .project-list .project-item:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  .project-list .project-item:not(:last-child)::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
    position: absolute;
    bottom: 0;
    margin: auto;
    right: unset;
    top: unset;
  }
  .project-list .project-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .project-list .project-item .img {
    width: 3rem;
  }
  .project-list .project-item .text {
    flex: 1;
  }
  .project-list .project-item .text p {
    font-size: 0.22rem;
  }
  .project-list .project-item .s-title h4 {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
  #part2 {
    background-size: cover;
    background-position: top 5rem center;
  }
  #part2 .swiper-outer {
    width: 100%;
  }
  #part2 .title-wrap::after {
    left: 10%;
  }
  #part2 .swiper-button-prev {
    left: 0;
  }
  #part2 .swiper-button-next {
    right: 0;
  }
  #part2 .swiper-button-next,
  #part2 .swiper-button-prev {
    display: none;
  }
  #part2 .swiper-outer .img-swiper {
    margin-bottom: 0.3rem;
  }
  #part2 .swiper-change-text-pagination .swiper-change-text-pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    padding: 0.15rem;
  }
  #part2 .attention2 {
    font-size: 0.24rem;
    margin-bottom: 0;
  }
  .practice-content {
    padding: 0;
    padding-top: 0.4rem;
  }
  .practice-content .practice-item:nth-child(2) {
    margin-top: 0.2rem;
  }
  .practice-content .practice-item .t {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto 0.3rem;
  }
  .practice-content .practice-item .t span {
    font-size: 0.26rem;
    width: 1rem;
    height: 1rem;
  }
  .practice-content .practice-item .detail {
    padding-left: 0.3rem;
  }
  .practice-content .practice-item .detail::before {
    left: 0.145rem;
  }
  .practice-content .practice-item .detail .detail-item {
    line-height: 1.5;
    font-size: 0.24rem;
  }
  .practice-note {
    padding: 0;
    gap: 0.3rem;
    align-items: flex-start;
  }
  .practice-note p {
    margin: 0;
    font-size: 0.24rem;
  }
  .practice-note .img {
    width: 0.5rem;
  }
  .practice-note:last-child {
    margin-top: 0.15rem;
  }
  .practice-note:last-child .img {
    padding: 0 0.05rem;
  }
  .courses .course-wrap {
    overflow-x: auto;
    padding-bottom: 0.3rem;
  }
  .courses .course-table {
    width: 120%;
    font-size: 0.2rem;
  }
  .courses .course-table .course-header {
    margin-bottom: 0.3rem;
  }
  .courses .course-table .course-header .t-header-block {
    width: 1.2rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.2rem;
  }
  .courses .course-table .course-row .course-cell:nth-child(2) {
    padding-left: 0.3rem;
  }
  .courses .course-table .course-body .course-row {
    margin-top: 0.3rem;
  }
  .courses .course-table .course-body .graduation-cell {
    right: 0.3rem;
    top: 1rem;
  }
  .courses .course-table .course-body .course-cell {
    line-height: 1.5;
    padding: 0.1rem;
  }
  .courses .course-table .course-body .course-cell p {
    margin: 0;
  }
  .courses .course-table .course-body .course-cell.pl p {
    padding-left: 0.3rem;
  }
  .courses .course-table .course-body .category {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .courses .course-table .sub-direction-wrap .sub-direction-title {
    font-size: 0.24rem;
    width: 0.5rem;
  }
  .courses .course-table .sub-direction-wrap .sub-direction-name {
    padding: 0;
  }
  .courses .course-table .sub-direction-wrap .sub-direction-name div {
    margin-left: 0.7rem;
  }
  .time-line-wrap {
    background-position: center top 0.8rem;
    padding: 0;
    gap: 0.3rem;
  }
  .time-line-wrap .time-line-item .time-line-item-title {
    width: 1.5rem;
    height: 1.5rem;
  }
  .time-line-wrap .time-line-item .time-line-item-title .time-line-item-title-text {
    font-size: 0.22rem;
    width: 1.3rem;
    height: 1.3rem;
  }
  .time-line-wrap .time-desc {
    line-height: 1.5;
  }
  footer .title-wrap {
    margin-bottom: 0.4rem;
  }
  footer .contact-info {
    padding: 0;
    display: block;
  }
  footer .contact-info .contact-name {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  footer .contact-info .contact-item {
    max-width: unset;
  }
  footer .contact-info .contact-col:first-child {
    flex-direction: column;
    gap: 0.5rem;
  }
  footer .contact-info .contact-col:first-child .contact-item {
    width: 100%;
  }
  footer .contact-info .contact-col:last-child {
    margin-right: 0;
  }
  footer .contact-info .contact-email {
    margin-top: 0.2rem;
    line-height: 0.5rem;
    background-image: linear-gradient(to right, #004c181f 40%, transparent 100%);
    color: var(--color-primary);
  }
  footer .contact-qrcode {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .contact-qrcode img {
    max-width: 2.4rem;
  }
  footer .qrcode-text {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
}
