.list {
    padding: 20px;
    background-color: #fff;
}

.list li {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.list li + li {
    margin-top: 1.5rem;
    border-top: 1px solid var(--bs-gray-300);
    padding-top: 1.5rem;
    height: calc(160px + 1.5rem);
}

.list li>.fr {
    width: 160px;
    height: 160px;
}

.list li>.fr img {
    width: 100%;
    height: 100%;
}

.list li>.fl {
    width: calc(100% - 180px);
    display: flex;
    justify-content: space-between;
}

.list li>.fl .fr {
    width: calc(100% - 200px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list li>.fl .fr .title {
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list li>.fl .fr .title em {
    float: left;
    padding: 2px 5px;
    color: #fff;
    background-color: var(--ay-blue);
    background-image: linear-gradient(to right, var(--ay-blue), var(--bs-info));
    font-size: 14px;
    border-radius: 5px;
    margin-top: 4px;
}

.list li>.fl .fr .title a {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 32px;
    color: var(--bs-gray-800);
}

.list li>.fl .fr .bq {
    width: 100%;
    overflow: hidden;
}

.list li>.fl .fr .bq span {
    display: block;
    float: left;
    padding: 2px 10px;
    background-color: #E3F2FD;
    color: #06f;
    font-size: 13px;
    margin-right: 20px;
    border-radius: 5px;
}

.list li>.fl .fr .shopid {
    color: var(--bs-gray-600);
    font-size: 13px;
}

.list li>.fl .fl {
    width: 180px;
    height: 100%;
}

.list li>.fl .fl .jg {
    color: #f34d58;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.list li>.fl .fl .scj {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    line-height: 32px;
}

.list li>.fl .fl .buy {
    display: flex;
    width: 135px;
    height: 42px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-color: var(--ay-blue);
    background-image: linear-gradient(to right, var(--ay-blue), var(--bs-info));
    border-radius: 20px;
}
.list li>.fl .fl .buy-sellout {
    display: flex;
    width: 135px;
    height: 42px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-color: #afafaf;

    border-radius: 20px;
}

.list li>.fl .fl .buy .icon {
    position: relative;
    margin-right: 5px;
}