.reslist{
    border-radius: 8px;
    padding: 0.5rem;
    margin-top: 0.75rem;
    background-color: #e8f4fc;
    display: none;
}

.night .reslist{
    background-color: #181a1b;
}

.reslist>div{
    background-color: #fff;
    margin-bottom: 0.5rem;
    position: relative;
}

.night .reslist>div{
    background-color: #242627;
}

.reslist>div:last-child{
    margin-bottom: 0;
}

.reslist>div>div{
    width: calc(100% - 3rem);
    padding: 0.25rem 0;
}

.reslist>div>div p{
    line-height: 1.5rem;
    padding-left: 0.5rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reslist>div>div p span{
    margin-right: 0.75rem;
}

.reslist>div>i{
    position: absolute;
    font-size: 0.8rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}