.rpList {
  width: 1024px;
  margin: 0 auto;
  padding-top: 4px;
  height: calc(100vh - 94px);
  position: relative;
  .listTitle {
    font-family: PingFangSC;
    font-weight: 900;
    font-size: 16px;
    color: #171a1d;
    line-height: 16px;
  }
  .menuArea {
    margin-top: 20px;
    :global {
      .ant-menu-item {
        padding: 0 !important;
        margin-right: 28px;
      }
      .ant-menu-title-content {
        color: rgba(23, 26, 29, 0.6);
      }
      .ant-menu-item-selected {
        .ant-menu-title-content {
          color: rgba(23, 26, 29, 1);
        }
      }
      .ant-menu-item-selected::after,
      .ant-menu-item:hover::after {
        border-bottom: 2px solid rgba(23, 26, 29, 1) !important;
      }
    }
  }
  .listContent {
    margin-top: 16px;
  }
}
