@media screen and (max-width: 768px) {
  h1 img {
    max-width: 40%;
  }
  .container {
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .course td {
    padding: 1rem 0.1rem;
  }
  .emphasis ul li {
    width: calc(50% - 2rem);
  }
  .pics-title {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .pics-items {
    --margin: 1rem;
  }
  .contact {
    padding: 1rem 0.5rem;
    font-size: 0.8rem;
  }
  .contact img {
    width: 8rem;
  }
  #strength > div {
		width: 50%;
		height: auto;
    padding-top: 3.5rem;
	}
  .strength-title {
    top: 0.8rem;
  }
	#strength > div:nth-child(-n + 4) .strength-title {
		top: 0.8rem;
	}
	.strength-title img{
		height: 1em;
		margin-right: 0.1rem;
		vertical-align: -0.15em;
	}
	#strength > div:nth-child(5),
	#strength > div:nth-child(4) {
		background-color: rgba(255,0,0,0.05)
	}
	#strength > div:nth-child(3),
	#strength > div:nth-child(6) {
		background-color: #fff;
	}
  .stu-table .swiper-slide {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
  .stu-table-title div:nth-child(1) {
    width: 30%;
  }
  .stu-table-title div:nth-child(2){
    width: 50%;
  }
  .stu-table-title div:nth-child(3){
    width: 20%;
  }
  #department-category > div {
		width: calc(25% - 10px);
	}
	#department-category > div .red {
		text-decoration: underline;
		font-size: 0.8em;
		display: block;
	}
	.department-info {
		border: none;
		display: none;
		position: fixed;
		z-index: 100;
		width: 100%;
		left: 0;
		bottom: 0;
		box-sizing: border-box;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		transition: all;
		overflow: hidden;
		padding: 0;
		z-index: 10001;
	}
	.department-info > div {
		overflow: auto;
		height: 60vh;
	}
	.department-info .department-info-close {
		display: block;
		padding: 0 1.875rem;
		position: absolute;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		top: 0;
		right: 0;
		background-color: #fff;
		text-align: right;
		line-height: 1;
		padding-top: 1rem;
		overflow: hidden;
		/* font-size: 1.5rem; */
	}
  #department-category > div::after,
	#department-category > div.active::before {
    display: none;
  }
	.stu-extra a {
		padding: 0.5rem 1rem;
	}
	.history a {
		width: auto;
		padding: 0.5rem 0.9rem;
	}
	.course-head {
		line-height: 1.5;
	}
	.modal{
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
	}
	.modal.active{
		display: block;
	}
	.img {
		max-width: 100% !important;
	}
	.newSpan {
		font-size: 0.9em;
	}
}