.line_one {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collect_card_tit {
  position: relative;
}
.collect_card_new {
  margin-bottom: 0!important;
}
.collect_card_new .collect_card_img_wrap .collect_card_img_top::before {
  display: none;
}
.collect_card_new .collect_card_mask {
  background: rgba(0, 0, 0, 0.4);
}
.collect_card_new .collect_card_icon {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 10;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  padding: 0 6px;
  background: linear-gradient(72deg, #FFC400 0%, #FFE95A 100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  font-family: 'DingTalk';
  font-size: 12px;
  color: #341700;
}
.collect_card_img_wrap.img_scale:hover .el-image__inner {
  transform: scale(1.1);
}
.collect_card_img_wrap.img_scale:hover .no_scale .el-image__inner {
  transform: scale(1) !important;
}
.collect_card_img_wrap .el-image__inner {
  transition: all 1s;
}
.collect_card_new .collect_card_img_wrap .collect_card_collect {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  right: 12px;
  top: 12px;
  border-radius: 36px;
  color: rgba(0, 0, 0, 0.88);
  background: rgba(255, 255, 255, 0.64);
}
.collect_card_new .collect_card_img_wrap .collect_card_collect .iconpark-icon {
  width: 18px;
  height: 18px;
  margin: 0;
}
.collect_card_new .collect_card_img_wrap .collect_card_collect.is_collect .icon2 {
  display: block!important;
  color: #FFE000;
}
.collect_card_new .collect_card_img_wrap .collect_card_collect:hover {
  background: #FFFFFF;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
}
.collect_card_new .collect_card_cont_wrap .collect_card_tit {
  height: 22px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collect_card_tit_two {
  height: 44px!important;
  white-space: normal!important;
}
.collect_card_tit_two a {
  white-space: normal!important;
}
.collect_card_tit a {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.88) !important;
}
.collect_card_tit a:hover {
  color: rgba(0, 0, 0, 0.88) !important;
  font-weight: 600;
}
.collect_card_new .collect_card_cont_wrap .collect_card_tit2 {
  font-weight: normal;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collect_card_new .collect_card_cont_wrap .collect_card_tit2:hover {
  font-weight: 600;
}
.big_home_user_new {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  padding: 0 4px;
}
.big_home_user_new .card_user_name {
  color: rgba(0, 0, 0, 0.4) !important;
}
.big_home_user_new .collect_card_page {
  font-family: PingFang SC;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.list_swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
}
.list_swiper .swiper-pagination-bullet-active {
  background: #fff !important;
}
.list_swiper .swiper-pagination {
  opacity: 0;
}
.list_swiper .swiper_change {
  position: absolute;
  top: 50%;
  z-index: 9;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.64);
  transform: translateY(-50%);
}
.list_swiper .swiper_change .iconpark-icon {
  width: 20px;
  height: 20px;
}
.list_swiper .swiper_change:hover {
  background: #fff;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
}
.list_swiper .swiper_change_l {
  left: 12px;
}
.list_swiper .swiper_change_r {
  right: 12px;
}
.is_show_swiper .list_swiper .swiper-pagination {
  opacity: 1;
}
.is_show_swiper .list_swiper .swiper_change {
  display: flex;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px!important;
}
.content_more_info {
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 20px;
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.4);
  font-family: PingFang SC;
  font-size: 12px;
}
.content_more_info .line {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.content_more_info .line1 {
  margin-right: 16px;
}
.content_more_info .iconpark-icon {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-left: 4px;
}
.collect_card_user .card_user_info .card_user_img {
  width: 16px;
  height: 16px;
}
.collect_card_user .card_user_info .card_user_img .el_img_box {
  width: 16px;
}
.collect_card_user .card_user_info .card_user_img .el_img_box .iconpark-icon {
  margin: 0;
}
.collect_card_img_wrap .vip_icon {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 20px;
  border-radius: 4px;
  font-family: DingTalk;
  font-size: 12px;
  color: #351206;
  background: linear-gradient(251deg, #F8E2C4 0%, #F3BB6C 100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
