
.ul-custom-waterfall.col-6 .item {
  width: 16.6667%;
}

.ul-custom-waterfall.col-5 .item {
  width: 20%;
}

.ul-custom-waterfall .item,
.ul-custom-waterfall.col-4 .item {
  width: 25%;
}

.ul-custom-waterfall.col-3 .item {
  width: 33.33333%;
}

.ul-custom-waterfall.col-2 .item {
  width: 50%;
}

.ul-custom-waterfall.col-1 .item {
  width: 100%;
}

.ul-custom-waterfall .waterfall {
  height: 0;
  overflow: hidden;
  position: relative;
}
.ul-custom-waterfall .item{
  position: absolute;
  top: -120%;
}
.ul-custom-waterfall .item .inner{
  margin: .08rem .1rem;
}
.ul-custom-waterfall .item:nth-child(3) .inner{
  margin: .09rem .1rem;
}
.ul-custom-waterfall .item.loaded:not(.nodraw) .inner{
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  animation-name: fadeInUp;
}
.ul-custom-waterfall .item img{
  width: 100%;
  height: auto;
  display: block;
}
.loadmore-box {
  font-size: 14px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #333;
}
.loading-box {
  font-size: 14px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #333;  
  display: none;
}
.finish-box {
  font-size: 14px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #999;
  display: none;
}
.isloaded .loadmore-box {
  display: block;
}
.isloading .loading-box {
  display: block;
}
.isfinish .finish-box {
  display: block;
}
.isloading .loadmore-box ,
.isfinish .loadmore-box {
  display: none;
}
/* isloaded */