.select-batch-xuanfu {
    display: none;
    position: absolute;
    background-color: white;
    padding: 10px 20px;
    width: 275px;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.select-batch-xuanfu .batch-btc {
    display: flex;
    flex-wrap: wrap; /* 允许按钮自动换行 */
    gap: 8px;
    padding: 0;
    margin-bottom: 20px;
}
.select-batch-xuanfu .batch-btc button {
    font-size: 12px;
    padding: 5px 8px;
    margin: 0;
}
.select-batch-xuanfu .sc-batch-list {
    margin: 0;
    padding: 0;
}
.select-batch-xuanfu .sc-batch-list p {
    font-size: 14px;
    padding: 0 0 5px 0;
    position: relative;
}
.select-batch-xuanfu .sc-batch-list p i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
