
.coupon-purchase-page[data-v-16c92732] {
    padding: 20px;
}
.page-header[data-v-16c92732] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
}
.page-title[data-v-16c92732] {
    font-size: 20px;
    font-weight: 600;
    color: #303133;
}
.page-subtitle[data-v-16c92732] {
    margin-top: 8px;
    color: #909399;
    font-size: 13px;
}
.summary-grid[data-v-16c92732] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}
.summary-card[data-v-16c92732] {
    padding: 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f6f8ff 0%, #fef6f2 100%);
    border: 1px solid #ebeef5;
}
.summary-label[data-v-16c92732] {
    color: #909399;
    font-size: 13px;
}
.summary-value[data-v-16c92732] {
    margin-top: 10px;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #303133;
}
.query-form[data-v-16c92732] {
    margin-bottom: 8px;
}
.primary-text[data-v-16c92732] {
    font-weight: 600;
    color: #303133;
}
.action-wrap[data-v-16c92732] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    line-height: 20px;
}
.action-row[data-v-16c92732] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.action-row .el-button + .el-button[data-v-16c92732] {
    margin-left: 6px;
}
.danger-text[data-v-16c92732] {
    color: #f56c6c;
}
.pagination[data-v-16c92732] {
    margin-top: 20px;
    text-align: right;
}
.tip-text[data-v-16c92732] {
    color: #909399;
    line-height: 20px;
}
[data-v-16c92732] .compact-upload {
    display: block;
    width: 100%;
}
[data-v-16c92732] .compact-upload .el-upload--text {
    width: 100%;
    height: 72px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
[data-v-16c92732] .compact-upload .el-upload-list {
    width: 100%;
}
[data-v-16c92732] .compact-upload .el-upload-list__item {
    width: 100%;
}
@media (max-width: 1600px) {
.summary-grid[data-v-16c92732] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 992px) {
.summary-grid[data-v-16c92732] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

