[data-flag='channel-edu'] a {
  padding: 5px !important;
}
.edu-tabs {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.edu-tabs .item {
  width: 11%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.edu-tabs .item img {
  width: 56px;
  height: 56px;
}
.edu-tabs .item img.img-a {
  display: none;
}
.edu-tabs .item span {
  margin: 12px 0 16px;
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  line-height: 22px;
}
.edu-tabs .item:hover,
.edu-tabs .item.active {
  background: #fff;
}
.edu-tabs .item:hover img,
.edu-tabs .item.active img {
  display: none;
}
.edu-tabs .item:hover img.img-a,
.edu-tabs .item.active img.img-a {
  display: block;
}
.edu-tabs .item:hover span,
.edu-tabs .item.active span {
  color: #000;
}
.main .article {
  margin-top: 24px;
}
.main .no-result {
  margin: 14px 0;
  text-align: center;
}
.main .no-result .no-search-img {
  margin-bottom: 24px;
}
.header .header-b-nav.left-disabled {
  width: 1093px;
  margin-left: 20px;
  margin-right: 87px;
}
.header .header-b-nav.right-disabled {
  width: 1140px;
  margin-left: 40px;
  margin-right: 20px;
}
.header .header-b-nav.all-disabled {
  width: 1160px;
  margin-left: 20px;
  margin-right: 20px;
}
.header .header-b-nav .swiper-button-disabled {
  display: none;
}
.header .header-b-nav .swiper-wrapper .swiper-slide.label-cur {
  background: linear-gradient(225deg, #ff6b8c 0%, #d61940 100%), #c01639 !important;
}
.header .header-b-nav .swiper-wrapper .swiper-slide.label-cur a {
  color: #fff !important;
}
.load-more-com {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 0 50px;
  cursor: pointer;
}
.load-more-com .load-btn {
  position: relative;
  width: 200px;
  height: 50px;
  padding-left: 59px;
  font-size: 17px;
  color: #c01639;
  line-height: 50px;
  background: #f8e7eb;
  border-radius: 10px;
  box-sizing: border-box;
}
.load-more-com .load-btn:hover {
  color: #fff;
  background: #c01639;
}
.load-more-com .load-btn img {
  display: inline-block;
  margin: 0 0 2px 10px;
}
.load-more-com .load-btn.load-more:hover::after {
  background: url('//i0cloud.jrjimg.cn/cloud/images/general/arrow-down-hover.png') center;
}
.load-more-com .load-btn.load-more::after {
  content: '';
  position: absolute;
  bottom: 19px;
  right: 51px;
  width: 12px;
  height: 12px;
  background: url('//i0cloud.jrjimg.cn/cloud/images/general/arrow-down.png') center;
}
.load-more-com .load-btn.loading {
  padding-left: 75px;
  color: #fff;
  background: #c01639;
}
.load-more-com .load-btn.loading::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50px;
  width: 19px;
  height: 19px;
  background: url('//i0cloud.jrjimg.cn/cloud/images/common/loading.png') center;
}
.load-more-com .load-end {
  color: #000;
  font-size: 17px;
  text-align: center;
}
