.home {
  background: #F2F8FF;
  padding-bottom: 0.54rem;
}
.home .section5 {
  color: #1A1A1A;
  padding-top: 0.47rem;
}
.home .section5 .padding2 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.home .section5 .menu_box {
  position: relative;
  z-index: 1;
}
.home .section5 .menu_box:before {
  content: '';
  position: absolute;
  width: 0.04rem;
  height: 0.36rem;
  right: 0.2rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #C5D4F8 50%, #FFFFFF 100%);
  z-index: 2;
  top: 0;
}
.home .section5 .menu_box:after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 0.36rem;
  right: 0.2rem;
  background: #F2F8FF;
  z-index: 1;
  top: 0;
}
.home .section5 .menu {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  padding-bottom: 0.2rem;
  z-index: 1;
}
.home .section5 .menu .menu_item {
  margin-right: 0.35rem;
  font-size: 0.28rem;
  flex: 0 0 auto;
  /* 这个例子中，子元素不伸缩，保持其自然宽度 */
  white-space: nowrap;
  /* 确保文本不换行 */
  position: relative;
  padding-bottom: 0.12rem;
}
.home .section5 .menu .menu_item:last-child {
  margin-right: 0;
}
.home .section5 .menu .menu_item:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0.04rem;
  bottom: 0;
  background: #026DFF;
  transition: 0.3s;
}
.home .section5 .menu .menu_item.active {
  color: #026DFF;
  font-weight: bold;
}
.home .section5 .menu .menu_item.active:before {
  width: 100%;
}
.home .section5 .mySwiper {
  width: 100%;
  overflow-x: auto;
}
.home .section5 .mySwiper .swiper-slide {
  font-size: 0.28rem;
  color: #1A1A1A;
  height: 100%;
  width: auto;
  padding-right: 0.35rem;
}
.home .section5 .mySwiper .swiper-slide .item_title {
  position: relative;
  padding-bottom: 0.12rem;
  width: fit-content;
  display: block;
  color: #1A1A1A;
}
.home .section5 .mySwiper .swiper-slide .item_title:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0.04rem;
  bottom: 0;
  background: #026DFF;
  transition: 0.3s;
}
.home .section5 .mySwiper .swiper-slide .item_title.active {
  color: #026DFF;
  font-weight: bold;
}
.home .section5 .mySwiper .swiper-slide .item_title.active:before {
  width: 100%;
}
.home .section5 .mySwiper .swiper-slide:last-child {
  margin-right: 0;
}
.home .section5 .mySwiper .swiper-slide.swiper-slide-thumb-active {
  color: #026DFF;
  font-weight: bold;
}
.home .section5 .mySwiper .swiper-slide.swiper-slide-thumb-active .item_title:before {
  width: 100%;
}
.home .section5 .menu_kx {
  height: 0.2rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/static/images/index/knowledge_menu_kx.svg");
  background-repeat: repeat-x;
}
.home .section5 .knowledge_swiper {
  width: 100%;
  margin-top: 0.2rem;
}
.home .section5 .knowledge_swiper .swiper-slide .search_info {
  background: #FFFFFF;
  border-radius: 0.32rem;
  border: 0.01rem solid rgba(26, 26, 26, 0.1);
  height: 0.64rem;
  padding: 0.15rem 0.27rem 0.15rem 0.44rem;
  display: flex;
  align-items: center;
}
.home .section5 .knowledge_swiper .swiper-slide .search_info .input {
  flex: 1;
  font-size: 0.26rem;
  color: #1A1A1A;
  border: none;
  background: none;
  outline: none;
}
.home .section5 .knowledge_swiper .swiper-slide .search_info .input::placeholder {
  color: rgba(26, 26, 26, 0.2);
  font-size: 0.24rem;
}
.home .section5 .knowledge_swiper .swiper-slide .search_info .icon {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
.home .section5 .knowledge_swiper .swiper-slide .list {
  padding-top: 0.1rem;
}
.home .section5 .knowledge_swiper .swiper-slide .list .item {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.home .section5 .knowledge_swiper .swiper-slide .list .item .icon {
  width: 2.2rem;
  height: 1.5rem;
  border-radius: 0.12rem;
  aspect-ratio: 220/150;
  display: block;
  object-fit: cover;
}
.home .section5 .knowledge_swiper .swiper-slide .list .item .item_info {
  flex: 1;
  margin-left: 0.25rem;
  color: #1A1A1A;
}
.home .section5 .knowledge_swiper .swiper-slide .list .item .item_info .item_title {
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.4rem;
  color: #1A1A1A;
}
.home .section5 .knowledge_swiper .swiper-slide .list .item .item_info .time {
  font-size: 0.24rem;
  color: rgba(26, 26, 26, 0.7);
  margin-top: 0.23rem;
  font-weight: 400;
}
.home .section5 .knowledge_swiper .swiper-slide .pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.56rem;
  align-items: center;
}
.home .section5 .knowledge_swiper .swiper-slide .pagination .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 0.64rem;
  border-radius: 0.36rem;
  background: #026DFF;
  color: #ffffff;
  font-size: 0.26rem;
  margin-right: 0.4rem;
  cursor: pointer;
  font-weight: 500;
}
.home .section5 .knowledge_swiper .swiper-slide .pagination .page:last-child {
  margin-right: 0;
}
.footerPage .foot_ad {
  display: none;
}
