.app-home-bg {
  min-height: 60vh;
  background: #f3f3f3 url("../images/app_bg.png") top center no-repeat;
  background-size: 18.75rem;
}

.home-page img {
  width: 100%;
}
.home-page .banner {
  box-sizing: border-box;
  height: 6.4rem;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 0.55rem;
}
.home-page .banner .swiper-pagination {
  bottom: 0;
}
.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 .menu {
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0;
}
.home-page .menu-item {
  width: 5.4rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 0.55rem;
}
.home-page .navbar {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0;
  justify-content: space-between;
  padding: 0.75rem 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.55rem;
}
.home-page .navbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 0.85rem;
  color: #000;
}
.home-page .navbar-item .icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.25rem;
}
.home-page .navbar-item:nth-child(1) .icon {
  background: url("../images/navbar_1.png") center center no-repeat;
  background-size: contain;
}
.home-page .navbar-item:nth-child(2) .icon {
  background: url("../images/navbar_2.png") center center no-repeat;
  background-size: contain;
}
.home-page .navbar-item:nth-child(3) .icon {
  background: url("../images/navbar_3.png") center center no-repeat;
  background-size: contain;
}
.home-page .navbar-item:nth-child(4) .icon {
  background: url("../images/navbar_4.png") center center no-repeat;
  background-size: contain;
}
.home-page .navbar-item:nth-child(5) .icon {
  background: url("../images/navbar_5.png") center center no-repeat;
  background-size: contain;
}
.home-page .navbar-item:nth-child(6) .icon {
  background: url("../images/navbar_6.png") center center no-repeat;
  background-size: contain;
}
.home-page .navbar-item:nth-child(7) .icon {
  background: url("../images/navbar_7.png") center center no-repeat;
  background-size: contain;
}
.home-page .navbar-item:nth-child(8) .icon {
  background: url("../images/navbar_8.png") center center no-repeat;
  background-size: contain;
}
.home-page .navbar-item:nth-child(9) .icon {
  background: url("../images/navbar_9.png") center center no-repeat;
  background-size: contain;
}
.home-page .navbar-item:nth-child(10) .icon {
  background: url("../images/navbar_10.png") center center no-repeat;
  background-size: contain;
}
.home-page .yuyue {
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
}
.home-page .course-panel .nc-tabs {
  margin-bottom: 0;
}
.home-page .course-panel .course-name {
  height: 1.8rem;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 0.9rem;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-page .course-panel .course-price {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.1rem;
  color: #ff4500;
}
.home-page .course-panel .course-swiper {
  height: 7.7rem;
}
.home-page .course-panel .course-swiper .swiper-slide {
  position: relative;
  box-sizing: border-box;
  width: 6.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 0.45rem;
}
.home-page .course-panel .course-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.home-page .course-panel .course-swiper .img {
  height: 3.75rem;
  overflow: hidden;
}
.home-page .course-panel .course-swiper .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .course-panel .course-swiper .info {
  padding: 0.35rem;
}
.home-page .course-panel .course-swiper .info .course-price {
  margin-top: 0.25rem;
}
.home-page .teacher-panel {
  padding: 0 0.75rem;
}
.home-page .teacher-panel .teacher-link {
  display: flex;
}
.home-page .teacher-panel .teacher-item {
  box-sizing: border-box;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.home-page .teacher-panel .teacher-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.home-page .teacher-panel .teacher-item .avatar {
  flex: none;
  width: 3.55rem;
  height: 4.25rem;
  overflow: hidden;
  border-radius: 0.45rem;
}
.home-page .teacher-panel .teacher-item .avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .teacher-panel .teacher-item .info {
  flex: 1;
  padding-top: 0.25rem;
  margin-left: 0.5rem;
}
.home-page .teacher-panel .teacher-item .info .name {
  margin-bottom: 0.3rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9rem;
  color: #333;
}
.home-page .teacher-panel .teacher-item .info .desc {
  font-size: 0.65rem;
  line-height: 0.9rem;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-page .book-panel {
  padding: 0 0.75rem;
}
.home-page .book-panel .book-link {
  display: flex;
  justify-content: space-between;
}
.home-page .book-panel .book-item {
  box-sizing: border-box;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.home-page .book-panel .book-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.home-page .book-panel .book-item .img {
  flex: none;
  width: 3.55rem;
  height: 4.85rem;
  overflow: hidden;
  border-radius: 0.45rem;
}
.home-page .book-panel .book-item .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-page .book-panel .book-item .info {
  width: 12rem;
  padding-top: 0.3rem;
  margin-left: 0.5rem;
}
.home-page .book-panel .book-item .info .title {
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .book-panel .book-item .info .desc {
  font-size: 0.65rem;
  line-height: 1rem;
  color: #999;
}
.home-page .news-panel .more {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 0.7rem;
  font-size: 0.6rem;
  font-weight: 500;
  color: #999;
}
.home-page .news-panel .more a {
  color: inherit;
}
.home-page .news-panel .more::after {
  width: 0.3rem;
  height: 0.45rem;
  margin-left: 0.2rem;
  content: "";
  background: url("../images/arrow_right.png") center center no-repeat;
  background-size: contain;
}
.home-page .honor-panel .nc-tabs {
  margin-bottom: 0;
}
.home-page .honor-panel .honor-swiper {
  height: 6.6rem;
}
.home-page .honor-panel .honor-swiper .slide {
  position: relative;
  box-sizing: border-box;
  width: 6.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 0.45rem;
}
.home-page .honor-panel .honor-swiper .slide:last-child {
  margin-right: 0;
}
.home-page .honor-panel .honor-swiper .img {
  margin-bottom: 0.3rem;
}
.home-page .honor-panel .honor-swiper .text {
  font-size: 0.6rem;
  line-height: 0.9rem;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .copyright {
  margin: 0.9rem 0 0.75rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  color: #666;
  text-align: center;
}