$scrollPrefixCls: #{$prefixCls}-scroll;

.#{$scrollPrefixCls} {
  height: 100%;
  position: relative;
  .catalog {
    touch-action: none;
    position: fixed;
    right: 0;
    top: 0;
    list-style: none;
    font-size: p2w(12);
    user-select: none;
    li {
      padding: p2h(3) p2w(5);
    }
  }
  .city-list {
    overflow-y: scroll;
    .item {
      margin-left: 0;
    }
  }
}