.home-page img {
  width: 100%;
}
.home-page .banner {
  height: 8.65rem;
  border-radius: 0.55rem;
}
.home-page .banner .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  opacity: 0.4;
}
.home-page .banner .swiper-pagination-bullet-active {
  width: 0.55rem;
  opacity: 1;
}
.home-page .nav {
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0;
}
.home-page .nav-item {
  width: 5.425rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 0.55rem;
  box-shadow: 0 0 0.375rem 0 rgba(1, 32, 90, 0.1);
}
.home-page .teacher-swiper {
  height: 8.225rem;
}
.home-page .teacher-slide {
  position: relative;
  width: 6.9rem;
  margin-right: 0.5rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
.home-page .teacher-slide:last-child {
  margin-right: 0;
}
.home-page .teacher-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.85rem;
  padding: 0 0.4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
  backdrop-filter: blur(0.125rem);
}
.home-page .teacher-info .name {
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  font-weight: 500;
}
.home-page .teacher-info .desc {
  font-size: 0.6rem;
  line-height: 0.7rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-page .copyright {
  margin: 0.9rem 0 0.75rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: center;
}