.right-wrapper {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
}
.references {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 16px
}

.references>h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000000d9
}

.references ._search_1i4t5_14 {
    width: 100%;
    height: fit-content
}

.references ._search_1i4t5_14 ._footer_1i4t5_18 {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #0000004d;
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,.08);
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}

.references ._options_1i4t5_33 {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    box-sizing: border-box;
    padding-bottom: 16px
}

.references ._options_1i4t5_33 ._option_1i4t5_33 {
    width: 100%;
    display: flex;
    margin-top: 16px
}

.references ._options_1i4t5_33 ._option_1i4t5_33>span {
    display: block;
    width: 42px;
    font-size: 14px;
    color: #0000004d;
    white-space: nowrap;
    margin-right: 10px
}

.references ._options_1i4t5_33 ._option_1i4t5_33 ._optionItem_1i4t5_55 {
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 4px 10px;
    background-color: #f5f5f5;
    color: #0009;
    border: 1px solid #f5f5f5;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}

.references ._options_1i4t5_33 ._option_1i4t5_33 ._optionItem_1i4t5_55._active_1i4t5_66 {
    box-sizing: border-box;
    border: 1px solid var(--primary-color);
    background-color: #1980FA10;
    color: var(--primary-color);
}

.references ._options_1i4t5_33 ._option_1i4t5_33 ._searchInput_1i4t5_74 {
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #0000000a
}

.references ._options_1i4t5_33 ._option_1i4t5_33 ._searchInput_1i4t5_74 .ant-input {
    height: 27px
}

.references ._options_1i4t5_33 ._option_1i4t5_33 ._searchInput_1i4t5_74 input::placeholder {
    color: #0000004d
}

.references ._listContent_1i4t5_92 {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /*padding-top: 16px*/
}

.references ._listContent_1i4t5_92>p {
    font-size: 14px;
    line-height: 22px;
    color: #0009;
    margin-bottom: 16px
}

.references ._listContent_1i4t5_92 ._scrollWrapper_1i4t5_107 {
    width: 100%;
    flex: 1;
    overflow: hidden;
    overflow-y: scroll;
    overflow-y: overlay
}

.references ._listContent_1i4t5_92 ._scrollWrapper_1i4t5_107 .infinite-scroll-component {
    overflow: initial!important
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    background-color: #d8d8d8;
    box-sizing: border-box;
    border: 3px solid #fff;
    position: relative;
    margin-bottom: 24px;
    cursor: pointer
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 6px
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._resultImage_1i4t5_138 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 55px;
    height: 55px;
    border-radius: 8px;
    background-color: #d8d8d8;
    border: 2px solid #fff;
    transition: all .3s ease
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._resultImage_1i4t5_138>img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._collect_1i4t5_158 {
    display: none;
    position: absolute;
    right: 4px;
    bottom: 4px
}
.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._collect_1i4t5_158 svg:first-child {
    display: block;
}
.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._collect_1i4t5_158 svg:last-child {
    display: none;
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._collect_1i4t5_158._active_1i4t5_66 {
    display: block
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._collect_1i4t5_158._active_1i4t5_66 svg:first-child  {
    display: none;
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._collect_1i4t5_158._active_1i4t5_66 svg:last-child  {
    display: block;
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._collect_1i4t5_158._active_1i4t5_66 .anticon-star {
    color: var(--primary-color) !important;
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119:hover {
    border: 3px solid var(--primary-color);
    color: #81849b
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119:hover ._resultImage_1i4t5_138 {
    width: 75px;
    height: 75px
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119:hover ._collect_1i4t5_158 {
    display: block
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119._active_1i4t5_66 {
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119._active_1i4t5_66>img {
    filter: brightness(.5)
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119._active_1i4t5_66 .anticon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    color: #fff
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119>p {
    position: absolute;
    bottom: -24px;
    width: 100%;
    font-size: 14px;
    color: #000000a6;
    text-align: center
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._itemAudit_1i4t5_211 {
    display: flex;
    justify-content: space-between
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._itemAudit_1i4t5_211 ._itemName_1i4t5_214,.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._itemAudit_1i4t5_211 ._itemId_1i4t5_215 {
    text-align: center;
    font-size: 14px;
    color: #000000a6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._itemAudit_1i4t5_211 ._itemId_1i4t5_215 {
    min-width: 40px;
    max-width: 100px
}

.references ._options_1i4t5_33 ._option_1i4t5_33 ._searchInput_1i4t5_74 .ant-input {
    height: 27px !important;
}

.ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

[class^="ant-input"] [class^="ant-input"], [class*=" ant-input"] [class^="ant-input"], [class^="ant-input"] [class*=" ant-input"], [class*=" ant-input"] [class*=" ant-input"] {
    box-sizing: border-box;
}

.ant-input-affix-wrapper >input.ant-input, .ant-input-affix-wrapper >textarea.ant-input {
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
}

.ant-input-affix-wrapper >input.ant-input {
    padding: 0;
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

.ant-space {
    display: inline-flex;
}

.ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
}

.ant-input-affix-wrapper-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

.ant-input-borderless {
    background: transparent;
    border: none;
}

[class^="ant-input"], [class*=" ant-input"] {
    box-sizing: border-box;
}

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#ai-p-bottom {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.references ._listContent_1i4t5_92 ._listItem_1i4t5_119 ._collect_1i4t5_158 svg:last-child{display: block;}