html,
body {
  text-align: justify;
}
html > body {
  line-height: 2;
}
/* 避免未加载时的闪烁及添加平滑滚动 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@media (max-width: 1200px) {
  html > body {
    font-size: 16px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  html > body {
    line-height: 1.75;
    font-size: 14px;
  }
  table {
    font-size: 12px;
  }
}
.swiper-campus .swiper-slide {
  transition: all 0.3s ease;
}
.swiper-campus .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
.swiper-campus .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d1d5db;
  opacity: 1;
  margin: 0 6px !important;
}
.swiper-campus .swiper-pagination-bullet-active {
  background: #1d2a8d;
  /* tertiary / primary blue */
  transform: scale(1.2);
}
.module-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .module-title {
    flex-direction: row;
    align-items: center;
    font-size: 36px;
  }
}
.module-title .title-main {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.module-title .title-main .title-icon {
  width: 40px;
  height: 25px;
  margin-right: 12px;
  object-fit: contain;
}
.module-title .title-sub {
  margin-top: 8px;
  margin-left: 0;
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .module-title .title-sub {
    margin-top: 4px;
    margin-left: 12px;
    font-size: 25px;
  }
}
.module-title .title-main {
  color: #1d2a8d;
}
.module-title .title-sub {
  color: #666666;
}
.module-title.text-white .title-main,
.module-title.text-white .title-sub {
  color: #ffffff;
}
.module-title.text-white .title-icon {
  filter: brightness(0) invert(1);
}
.sub-module-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.sub-module-title .title-line {
  width: 6px;
  height: 25px;
  background-color: #1d2a8d;
  margin-right: 8px;
}
@media (max-width: 760px) {
  .sub-module-title .title-line {
    width: 3px;
    height: 1em;
  }
}
.sub-module-title .title-text {
  font-size: 20px;
  font-weight: bold;
  color: #1d2a8d;
}
@media (min-width: 768px) {
  .sub-module-title .title-text {
    font-size: 24px;
  }
}
.text-1-5em {
  font-size: 1.5em;
}
.text-2em {
  font-size: 2em;
}
.text-2-5em {
  font-size: 2.5em;
}
.text-3em {
  font-size: 3em;
}
.w-1-5em {
  width: 1.5em;
}
.w-2em {
  width: 2em;
}
.w-2-5em {
  width: 2.5em;
}
.font-DIN-Medium {
  font-family: DIN-Medium;
}
.scholars-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  color: #666;
  opacity: 1;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
}
.scholars-pagination .swiper-pagination-bullet-active {
  background: #ac2d4a;
  color: white;
  font-weight: bold;
}
