.channel-page .app-page-wrap {
  margin-top: 0.75rem;
}
.channel-page img {
  width: 100%;
}
.channel-page.ielts .panel-title::before {
  background-color: #de253c;
}
.channel-page.ielts .nc-tab.active {
  background-color: #de253c !important;
}
.channel-page.toefl .panel-title::before {
  background-color: #0a7084;
}
.channel-page.toefl .nc-tab.active {
  background-color: #0a7084 !important;
}
.channel-page.sat .panel-title::before {
  background-color: #1657da;
}
.channel-page.sat .nc-tab.active {
  background-color: #1657da !important;
}
.channel-page.liuxue .panel-title::before {
  background-color: #09c;
}
.channel-page.liuxue .nc-tab.active {
  background-color: #09c !important;
}
.channel-page.kaoyan .panel-title::before {
  background-color: #1a4299;
}
.channel-page.kaoyan .nc-tab.active {
  background-color: #1a4299 !important;
}
.channel-page.alevel .panel-title::before {
  background-color: #fc7900;
}
.channel-page.alevel .nc-tab.active {
  background-color: #fc7900 !important;
}
.channel-page .banner {
  box-sizing: border-box;
  height: 6.4rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 0.55rem;
}
.channel-page .banner .swiper-pagination {
  bottom: 0;
}
.channel-page .banner .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  opacity: 0.4;
}
.channel-page .banner .swiper-pagination-bullet-active {
  width: 0.55rem;
  opacity: 1;
}
.channel-page .teacher-swiper {
  margin: 0 0.75rem;
}
.channel-page .teacher-swiper .swiper-slide {
  position: relative;
  width: 6.5rem;
  height: 7.75rem;
  margin-right: 0.5rem;
  overflow: hidden;
  border-radius: 0.45rem;
}
.channel-page .teacher-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.channel-page .teacher-swiper .swiper-slide .avatar {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.45rem;
}
.channel-page .teacher-swiper .swiper-slide .avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.channel-page .teacher-swiper .swiper-slide .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.45rem;
  backdrop-filter: blur(0.125rem);
}
.channel-page .teacher-swiper .swiper-slide .info .name {
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  font-weight: 500;
}
.channel-page .teacher-swiper .swiper-slide .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;
}
.channel-page .honor-swiper {
  height: 6.6rem;
  margin: 0 0.75rem;
}
.channel-page .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;
}
.channel-page .honor-swiper .slide:last-child {
  margin-right: 0;
}
.channel-page .honor-swiper .slide .img {
  margin-bottom: 0.3rem;
}
.channel-page .honor-swiper .slide .text {
  font-size: 0.6rem;
  line-height: 0.9rem;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}