.column-name,
.img-column-name {
  position: absolute;
  font-size: 0.06rem;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0.02rem 0.06rem;
  background: #009840;
  color: white;
  width: fit-content;
}
.column-head-normal {
  background: linear-gradient(to right, #003cff 40%, #05c834 41%, #05c834 100%);
  background-size: 0.05rem 100%;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 0.1rem;
  font-size: 0.17rem;
  line-height: 0.15rem;
  font-weight: bold;
  color: #000000;
  width: fit-content;
  position: relative;
}
.column-head-normal::after {
  content: '';
  position: absolute;
  right: -0.1rem;
  top: 55%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.05rem;
  border-top: 0.02rem solid #000000;
  border-right: 0.02rem solid #000000;
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
}
.breath {
  position: relative;
}
.breath img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-play {
  width: 0.35rem !important;
  height: 0.35rem !important;
  position: absolute;
  z-index: 99;
  bottom: 0.175rem;
  right: 0.175rem;
}
/*统一限制行数*/
/*统一标题字体*/
/*统一摘要字体*/
.swiper-container {
  position: relative;
  margin: 0;
  /*轮播分页*/
}
.swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  /*需要各组件自定义图片的高度*/
  /*需要各组件自定义标题位置*/
}
.swiper-container .swiper-slide img {
  width: 100%;
  /*当轮播图带有播放图标时需要自定义大小*/
}
.swiper-container .swiper-slide img.icon {
  width: 0.35rem !important;
  height: 0.35rem !important;
  position: absolute;
  z-index: 99;
  top: calc(50% - 0.175rem);
  left: calc(50% - 0.175rem);
}
.swiper-container .swiper-slide .title {
  font-size: 0.16rem;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.swiper-container .pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.swiper-container .pagination .swiper-button-next,
.swiper-container .pagination .swiper-button-prev {
  position: relative;
  margin-top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 0.05rem;
  height: 0.1rem;
}
.swiper-container .pagination .swiper-button-next::after,
.swiper-container .pagination .swiper-button-prev::after {
  color: white;
  font-size: 0.1rem;
}
.swiper-container .m-bnpages {
  position: relative;
  margin: 0 0.14rem;
  display: flex;
  align-items: center;
}
.swiper-container .m-bnpages .swiper-pagination-bullet {
  width: 0.03rem;
  height: 0.03rem;
  background: #FFFFFF;
  margin: 0 0.02rem;
  border-radius: 0;
  opacity: 1;
}
.swiper-container .m-bnpages .swiper-pagination-bullet-active {
  width: 0.1rem;
}
