$cityListPrefixCls: #{$prefixCls}-citylist;

.#{$cityListPrefixCls} {
  height: 100%;
  position: relative;
  .catalog {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    list-style: none;
    font-size: p2w(12);
    user-select: none;
    touch-action: none;
    li {
      user-select: none;
      padding: p2h(3) p2w(10);
      text-align: center;
      @media screen and (max-height: 568px) {
        padding: p2h(2) p2w(10);
      }
    }
  }
  .item {
    .city {
      margin-left: 0;
    }
  }
  // .toast {
  //   position: fixed;
  //   width: p2w(50);
  //   height: p2w(50);
  //   line-height: p2w(50);
  //   border-radius: p2w(50);
  //   background-color: $primaryColor;
  //   color: white;
  //   font-weight: bold;
  //   top: 50%;
  //   left: 50%;
  //   transform: translate(-50%, -50%);
  //   text-align: center;
  // }
}