.plugins-batchbuy-table-container {
    background: #fff;
}
.plugins-batchbuy-table-container .am-panel {
    border-color: rgb(244 244 244);
}
.plugins-batchbuy-table-container .am-panel .am-panel-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plugins-batchbuy-table-container .am-panel .am-panel-hd .top-search-content input {
    width: 20rem;
}
.plugins-batchbuy-table-container .am-panel .am-panel-bd {
    max-height: 34rem;
    height: auto;
    resize: none;
}
.plugins-batchbuy-table-container .am-panel .am-panel-bd .am-table thead {
    position: sticky;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 5;
}
.plugins-batchbuy-table-container .am-panel .am-panel-bd .am-table thead th {
    border-bottom: 0.1rem solid #f5f5f5;
}
.plugins-batchbuy-table-container .bottom-operate {
    background: #fff;
    padding: 1.6rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plugins-batchbuy-buy-number-container {
    display: flex;
}
.plugins-batchbuy-buy-number-container input {
    width: 5rem;
}
.plugins-batchbuy-buy-number-container button {
    width: 4rem;
}
.plugins-batchbuy-table-container .no-goods-spec-tips .table-no {
    min-height: auto;
    padding-bottom: 0;
    padding-top: 0;
    height: 29rem;
}
@media only screen and (max-width:640px) {
    .plugins-batchbuy-table-container {
        padding: 2rem 1rem;
    }
    .plugins-batchbuy-table-container .bottom-operate {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 1rem;
    }
}