
/* 汇总表格样式 */
.summary-table-container[data-v-c894eefc] {
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.summary-table[data-v-c894eefc] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #606266;
}
.summary-table thead[data-v-c894eefc] {
    background: #f5f7fa;
}
.summary-table th[data-v-c894eefc] {
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #e4e7ed;
    border-right: 1px solid #e4e7ed;
    color: #303133;
}
.summary-table th[data-v-c894eefc]:last-child {
    border-right: none;
}
.summary-table .category-header[data-v-c894eefc] {
    width: 35%;
    text-align: left;
}
.summary-table .unit-header[data-v-c894eefc] {
    width: 10%;
}
.summary-table .quantity-header[data-v-c894eefc] {
    width: 15%;
}
.summary-table .price-header[data-v-c894eefc] {
    width: 20%;
}
.summary-table .amount-header[data-v-c894eefc] {
    width: 20%;
}
.summary-table tbody tr[data-v-c894eefc] {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.summary-table tbody tr[data-v-c894eefc]:hover {
    background: #f5f7fa;
}

/* 被扣减行的样式 */
.summary-table tbody tr.deducted-row[data-v-c894eefc] {
    background: #fff7e6;
    border-left: 3px solid #E6A23C;
}
.summary-table tbody tr.deducted-row[data-v-c894eefc]:hover {
    background: #fef5e7;
}
.summary-table td[data-v-c894eefc] {
    padding: 8px;
    border-bottom: 1px solid #e4e7ed;
    border-right: 1px solid #e4e7ed;
}
.summary-table td[data-v-c894eefc]:last-child {
    border-right: none;
}
.summary-table .category-cell[data-v-c894eefc] {
    text-align: left;
    font-weight: 500;
    color: #303133;
    padding: 12px 8px;
}
.summary-table .unit-cell[data-v-c894eefc] {
    text-align: center;
    padding: 12px 8px;
}
.summary-table .quantity-cell[data-v-c894eefc] {
    text-align: center;
    font-weight: 500;
    padding: 12px 8px;
}
.summary-table .price-cell[data-v-c894eefc] {
    text-align: right;
    font-family: 'Courier New', monospace;
    color: #409EFF;
    padding: 12px 8px;
}
.summary-table .amount-cell[data-v-c894eefc] {
    text-align: right;
    padding: 6px;
}

/* 金额输入框样式 */
.summary-table .amount-cell .el-input[data-v-c894eefc] {
    font-family: 'Courier New', monospace;
}
.summary-table .amount-cell .el-input__inner[data-v-c894eefc] {
    text-align: right;
    font-weight: 600;
    color: #E6A23C;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    font-size: 13px;
    padding-right: 8px;
}
.summary-table .amount-cell .el-input__inner[data-v-c894eefc]:focus {
    border-color: #409EFF;
    -webkit-box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
            box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}
.summary-table .amount-cell .el-input-group__prepend[data-v-c894eefc] {
    background-color: #f5f7fa;
    color: #606266;
    font-weight: 500;
    border: 1px solid #dcdfe6;
    border-right: none;
    padding: 0 8px;
}
.summary-table tfoot[data-v-c894eefc] {
    background: #fafbfc;
}
.summary-table .total-row td[data-v-c894eefc] {
    border-bottom: none;
    font-weight: 600;
    color: #303133;
}
.summary-table .total-label[data-v-c894eefc] {
    text-align: center;
    background: #f0f2f5;
}
.summary-table .total-amount[data-v-c894eefc] {
    text-align: right;
    font-size: 14px;
    color: #E6A23C;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    background: #f0f2f5;
}
.upload_box[data-v-c894eefc] {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.icon_size[data-v-c894eefc] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.pic_list[data-v-c894eefc] {
    position: relative;
    width: 146px;
    height: 146px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.pic_list:hover .icon_size[data-v-c894eefc] {
    opacity: 1;
}

/* 票额记录表格样式 */
.invoice-record-card[data-v-c894eefc] {
    width: 100%;
}
.table-container[data-v-c894eefc] {
    width: 100%;
    overflow-x: auto;
}
.table-container .el-table[data-v-c894eefc] {
    width: 100% !important;
    min-width: 100%;
}
.table-container .el-table__body-wrapper[data-v-c894eefc] {
    overflow-x: auto;
}

/* 确保表格在小屏幕上也能正常显示 */
@media (max-width: 768px) {
.table-container .el-table[data-v-c894eefc] {
        min-width: 800px;
}
}

/* 分页样式 */
.pagination[data-v-c894eefc] {
    text-align: center;
    margin-top: 20px;
}

/* 金额样式 */
.money[data-v-c894eefc] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

/* 跨分页操作样式 */
.cross-page-actions[data-v-c894eefc] {
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e4e7ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}
.action-buttons[data-v-c894eefc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page-info[data-v-c894eefc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.info-text[data-v-c894eefc] {
    color: #909399;
    font-size: 12px;
    white-space: nowrap;
}

/* 项目开票类目选择样式 */
.project-invoice-list[data-v-c894eefc] {
    margin-top: 10px;
}
.project-item[data-v-c894eefc] {
    padding: 10px;
    background: #fdfdfd;
    border: 1px solid #ebedf0;
    border-radius: 4px;
    margin-bottom: 10px;
}
.project-info[data-v-c894eefc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.project-name[data-v-c894eefc] {
    font-weight: bold;
    color: #303133;
}
.project-meta[data-v-c894eefc] {
    margin-top: 5px;
}
.category-selector[data-v-c894eefc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.category-selector .el-select[data-v-c894eefc] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.category-selector .el-button[data-v-c894eefc] {
    margin-left: 10px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.cross-page-actions[data-v-c894eefc] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
}
.action-buttons[data-v-c894eefc] {
        margin-bottom: 10px;
}
.page-info[data-v-c894eefc] {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
}

/* 必选记录样式 */
.el-table tbody .el-table__row.required-row[data-v-c894eefc] {
    background-color: #fef0f0 !important;
}
.el-table tbody .el-table__row.required-row[data-v-c894eefc]:hover {
    background-color: #fde2e2 !important;
}

/* 开票申请表单样式 */
.invoice-form-card[data-v-c894eefc] {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.form-container[data-v-c894eefc] {
    background: #fafbfc;
    border-radius: 6px;
    padding: 20px;
}
.invoice-form[data-v-c894eefc] {
    background: white;
    border-radius: 6px;
    padding: 25px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.form-section[data-v-c894eefc] {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.form-section[data-v-c894eefc]:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.section-title[data-v-c894eefc] {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: 600;
    color: #303133;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}
.form-tip[data-v-c894eefc] {
    font-size: 12px;
    color: #909399;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.4;
}
.form-warning[data-v-c894eefc] {
    font-size: 12px;
    color: #F56C6C;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.4;
}
.upload-container[data-v-c894eefc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
}
.invoice-upload[data-v-c894eefc] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.invoice-upload .el-upload[data-v-c894eefc] {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 148px;
    height: 148px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.invoice-upload .el-upload[data-v-c894eefc]:hover {
    border-color: #409EFF;
}
.upload-dragger[data-v-c894eefc] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.upload-dragger .el-icon-upload[data-v-c894eefc] {
    font-size: 28px;
    color: #8c939d;
    margin-bottom: 8px;
    line-height: 1;
}
.upload-dragger .upload-text[data-v-c894eefc] {
    font-size: 14px;
    color: #8c939d;
    margin: 0;
    line-height: 1;
}
.upload-tips[data-v-c894eefc] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 10px;
}
.form-actions[data-v-c894eefc] {
    margin-top: 20px;
    background: white;
    border-radius: 6px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.button-group[data-v-c894eefc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

/* 表单项样式优化 */
.invoice-form .el-form-item[data-v-c894eefc] {
    margin-bottom: 20px;
}
.invoice-form .el-form-item__label[data-v-c894eefc] {
    font-weight: 600;
    color: #303133;
}
.invoice-form .el-input__inner[data-v-c894eefc],
.invoice-form .el-textarea__inner[data-v-c894eefc],
.invoice-form .el-select .el-input__inner[data-v-c894eefc] {
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.invoice-form .el-input:hover .el-input__inner[data-v-c894eefc],
.invoice-form .el-textarea:hover .el-textarea__inner[data-v-c894eefc],
.invoice-form .el-select:hover .el-input__inner[data-v-c894eefc] {
    border-color: #c0c4cc;
}
.invoice-form .el-input__inner[data-v-c894eefc]:focus,
.invoice-form .el-textarea__inner[data-v-c894eefc]:focus,
.invoice-form .el-select .el-input.is-focus .el-input__inner[data-v-c894eefc] {
    border-color: #409EFF;
    -webkit-box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.1);
            box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.1);
}

/* 响应式设计 */
@media (max-width: 768px) {
.form-container[data-v-c894eefc] {
        padding: 15px;
}
.invoice-form[data-v-c894eefc] {
        padding: 20px;
}
.upload-container[data-v-c894eefc] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
}
.button-group[data-v-c894eefc] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.button-group .el-button[data-v-c894eefc] {
        width: 100%;
        max-width: 200px;
}
}
@media (max-width: 992px) {
.invoice-form .el-col[data-v-c894eefc] {
        margin-bottom: 10px;
}
}

