@import '../../styles/define';
.hor-cascade-popup {
  width: 100%;
  height: 100%;
}
.hor-cascade-popup-content {
  flex: 1;
  overflow-y: auto;
  box-sizing: border-box;
  padding-top: j(1);
}
.hide-index-bar {
  .van-index-bar__sidebar {
    display: none;
  }
}
.hor-cascade-popup-empty {
  @extend %df;
  @extend %fdc;
  @extend %aic;
  font-size: j(14);
  color: #999;
  padding-top: 10vh;
}
