.waterfall {
  position: relative;
  width: 100%;
}
.waterfall--main {
  width: 100%;
  min-height: calc(100vh - 288px);
  position: relative;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.waterfall--item {
  display: inline-block;
  /*position         : absolute;*/
  position: relative;
  top: 0;
  width: calc(0.5 * (100vw - 10px));
  /*margin-right     : 20rpx;*/
  /*margin-bottom    : 20rpx;*/
  /* background-color: #e5e5e5; */
}
.waterfall--item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 25px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.waterfall--item-pre {
  opacity: 0;
}
.waterfall--image {
  width: 100%;
  border-radius: 5px;
}
.waterfall--image-first {
  margin-right: 10px;
}
.waterfall--image-wrapper {
  position: relative;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.waterfall--image-info {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 10px;
  padding: 6px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.waterfall--image-info .iconfont {
  font-size: 10px;
  padding-right: 5px;
}
.waterfall--info {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.waterfall--info-head {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.waterfall--info-title {
  font-size: 12px;
  line-height: 16px;
  height: 34px;
  overflow: hidden;
  color: #333333;
  font-weight: 700;
  padding-bottom: 4px;
}
.waterfall--info-grey {
  padding-top: 2px;
  font-size: 11px;
  color: #848484;
}
.waterfall--end {
  display: flex;
  height: 44px;
  color: #666666;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
