.waterfall-box[data-v-25da9f3c] {
  position: relative;
  margin: 0 auto;
}
.waterfall-box .waterfall-item[data-v-25da9f3c] {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  writing-mode: horizontal-tb;
}
.waterfall-box .mt100[data-v-25da9f3c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.waterfall-box .mt100 .empty-status[data-v-25da9f3c] {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  user-select: none;
}
.waterfall-box .mt100 .empty-status .go-create[data-v-25da9f3c] {
  width: 120px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #eef7ff;
  font-size: 16px;
  color: #eef7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.waterfall-box .mt100 .empty-status .go-create .ali-icon[data-v-25da9f3c] {
  font-size: 12px;
  margin-left: 4px;
}.fade-enter-active[data-v-4496f52b],
.fade-leave-active[data-v-4496f52b] {
  transition: opacity 0.4s ease;
}
.fade-enter-from[data-v-4496f52b],
.fade-leave-to[data-v-4496f52b] {
  opacity: 0;
}
.fade-enter-to[data-v-4496f52b],
.fade-leave-from[data-v-4496f52b] {
  opacity: 1;
}
.card-box[data-v-4496f52b] {
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.card-box:hover .image[data-v-4496f52b] {
  transform: scale(1.02);
}
.card-box .image[data-v-4496f52b] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: inline-block;
  vertical-align: bottom;
  transition: 0.3s;
  border: 1px solid rgba(44, 46, 53, 0.6);
  user-select: none;
}
.card-box .image .empty-img-box[data-v-4496f52b] {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 60%;
  height: 100%;
}
.card-box .image .empty-img-box img[data-v-4496f52b] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-box .video-item[data-v-4496f52b] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.card-box .review[data-v-4496f52b] {
  position: absolute;
  padding: 3px 7px;
  backdrop-filter: blur(4px);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  color: #ffffff;
  display: flex;
  left: 12px;
  top: 12px;
}
.card-box .position-image[data-v-4496f52b] {
  position: absolute;
  left: 0;
  top: 0;
}
.card-box .is-video[data-v-4496f52b] {
  position: absolute;
  display: flex;
  justify-content: right;
  font-size: 28px;
  top: 12px;
  right: 12px;
}
.card-box .bottom-info[data-v-4496f52b] {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-box .bottom-info .info-list[data-v-4496f52b] {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card-box .bottom-info .info-list .user-info[data-v-4496f52b] {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  user-select: none;
}
.card-box .bottom-info .info-list .user-info img[data-v-4496f52b] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.card-box .bottom-info .info-list .user-data[data-v-4496f52b] {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  user-select: none;
}
.card-box .bottom-info .info-list .user-data .img[data-v-4496f52b] {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-box .bottom-info .info-list .user-data .img[data-v-4496f52b]:hover {
  background: rgba(0, 0, 0, 0.3);
}
.card-box .bottom-info .info-list .user-data .img .ali-icon[data-v-4496f52b] {
  font-size: 20px;
}
.card-box .bottom-info .info-list .user-data span[data-v-4496f52b] {
  font-weight: 200;
}
.card-box .bottom-info .info-list .user-data img[data-v-4496f52b] {
  margin-left: 6px;
  margin-right: 4px;
}
.card-box .bottom-info .info-list .user-data .tip[data-v-4496f52b] {
  width: 60px;
  height: 24px;
  background: #2a2c33;
  border-radius: 4px;
  backdrop-filter: blur(6px);
}