.btn[data-v-7b468d6f] {
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}
.button_box[data-v-7b468d6f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.BMap_cpyCtrl {
    display: none !important;
}
.anchorBL {
    display: none !important;
}
.amap-logo img {
    display: none !important;
}
.amap-copyright {
    opacity: 0 !important;
}

@charset "UTF-8";
.no-content[data-v-0af5a05e] {
  text-align: center;
  padding: 40px 0;
}
.section[data-v-0af5a05e] {
  margin-bottom: 20px;
}
.section .section-title[data-v-0af5a05e] {
  font-size: 14px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #409EFF;
}
.diff-form .el-form-item[data-v-0af5a05e] {
  margin-bottom: 12px;
}
.diff-form .el-form-item__label[data-v-0af5a05e] {
  line-height: 32px;
  padding: 0 8px 0 0;
}
.diff-form .el-form-item__content[data-v-0af5a05e] {
  line-height: 32px;
}
.diff-form .field-content[data-v-0af5a05e] {
  padding: 6px 10px;
  border-radius: 4px;
  min-height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.diff-form .field-content.field-changed[data-v-0af5a05e] {
  background-color: #fff2e8;
  border: 1px solid #ffb366;
}
.diff-form .field-content.field-changed .change-indicator[data-v-0af5a05e] {
  color: #e6a23c;
  font-size: 12px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.diff-form .field-content.long-text-field[data-v-0af5a05e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.diff-form .field-content.long-text-field .text-content[data-v-0af5a05e] {
  width: 100%;
  line-height: 1.5;
  word-break: break-word;
  white-space: normal;
  margin-bottom: 4px;
}
.diff-form .field-content.long-text-field .change-indicator[data-v-0af5a05e] {
  width: 100%;
  color: #e6a23c;
  font-size: 12px;
  margin-left: 0;
  margin-top: 0;
  word-break: break-word;
  white-space: normal;
  line-height: 1.4;
}
.invoice-categories[data-v-0af5a05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.invoice-categories .category-item[data-v-0af5a05e] {
  padding: 10px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #f5f7fa;
  min-width: 180px;
}
.invoice-categories .category-item.category-new[data-v-0af5a05e] {
  background-color: #fff2e8;
  border-color: #ffb366;
}
.invoice-categories .category-item.category-deleted[data-v-0af5a05e] {
  background-color: #fef0f0;
  border-color: #f56c6c;
  opacity: 0.8;
}
.invoice-categories .category-item.category-deleted .category-name[data-v-0af5a05e] {
  text-decoration: line-through;
  color: #909399;
}
.invoice-categories .category-item .category-name[data-v-0af5a05e] {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 4px;
}
.invoice-categories .category-item .category-taxes[data-v-0af5a05e] {
  font-size: 11px;
  color: #909399;
}
.invoice-categories .category-item .category-status[data-v-0af5a05e] {
  font-size: 10px;
  margin-top: 4px;
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
}
.invoice-categories .category-item .category-status.status-new[data-v-0af5a05e] {
  background-color: #e1f3d8;
  color: #67c23a;
}
.invoice-categories .category-item .category-status.status-deleted[data-v-0af5a05e] {
  background-color: #fde2e2;
  color: #f56c6c;
}
.images-grid[data-v-0af5a05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.images-grid .image-item[data-v-0af5a05e] {
  text-align: center;
}
.images-grid .image-item.image-new[data-v-0af5a05e] {
  padding: 6px;
  background-color: #fff2e8;
  border: 1px solid #ffb366;
  border-radius: 4px;
}
.images-grid .image-item .image-name[data-v-0af5a05e] {
  margin-top: 6px;
  font-size: 11px;
  color: #606266;
  max-width: 100px;
  word-break: break-all;
}
.image-slot[data-v-0af5a05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #f5f7fa;
  color: #909399;
  font-size: 30px;
}
.dialog-footer[data-v-0af5a05e] {
  text-align: right;
}

/* 审核记录样式 - 简化版本，降低存在感 */
.audit-records[data-v-0af5a05e] {
  margin-top: 20px;
  padding: 12px 0;
}
.audit-records .no-audit-records[data-v-0af5a05e] {
  text-align: center;
  padding: 10px 0;
}
.audit-records .no-audit-records .el-alert[data-v-0af5a05e] {
  background-color: transparent;
  border: none;
  padding: 8px;
}
.audit-records .no-audit-records .el-alert .el-alert__content[data-v-0af5a05e] {
  color: #8b949e;
  font-size: 12px;
}
.audit-records .audit-records-list[data-v-0af5a05e] {
  max-height: 200px;
  overflow-y: auto;
}
.audit-records .audit-record-item[data-v-0af5a05e] {
  padding: 6px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.audit-records .audit-record-item[data-v-0af5a05e]:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.audit-records .audit-record-item .audit-record-header[data-v-0af5a05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 12px;
}
.audit-records .audit-record-item .audit-record-header .auditor-name[data-v-0af5a05e] {
  color: #495057;
  font-weight: 500;
}
.audit-records .audit-record-item .audit-record-header .audit-result-tag[data-v-0af5a05e] {
  padding: 2px 6px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 500;
}
.audit-records .audit-record-item .audit-record-header .audit-result-tag.tag-success[data-v-0af5a05e] {
  background-color: #d4edda;
  color: #155724;
}
.audit-records .audit-record-item .audit-record-header .audit-result-tag.tag-danger[data-v-0af5a05e] {
  background-color: #f8d7da;
  color: #721c24;
}
.audit-records .audit-record-item .audit-record-header .audit-time[data-v-0af5a05e] {
  color: #8b949e;
  font-size: 11px;
  margin-left: auto;
}
.audit-records .audit-record-item .audit-opinion[data-v-0af5a05e] {
  color: #6c757d;
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.4;
  font-style: italic;
  padding-left: 22px;
  opacity: 0.8;
}

/* 调整审核记录部分的标题样式 */
.audit-section .audit-title[data-v-0af5a05e] {
  font-size: 14px;
  color: #737779;
  font-weight: 500;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dee2e6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.button_box[data-v-f554a0fe] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.upload_box[data-v-f554a0fe] {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.icon_size[data-v-f554a0fe] {
    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-f554a0fe] {
    position: relative;
    width: 146px;
    height: 146px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.pic_list:hover .icon_size[data-v-f554a0fe] {
    opacity: 1;
}


.button_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.BMap_cpyCtrl {
    display: none !important;
}
.anchorBL {
    display: none !important;
}
.amap-logo img {
    display: none !important;
}
.amap-copyright {
    opacity: 0 !important;
}
.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-checkbox .el-checkbox__input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-checkbox .el-checkbox__label {
  white-space: normal;
  margin-left: 8px; /* 可选：调整文字和复选框之间的间距 */
}

@charset "UTF-8";
.btn[data-v-e50190d8] {
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}
.button_box[data-v-e50190d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button_box[data-v-e50190d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BMap_cpyCtrl[data-v-e50190d8] {
  display: none !important;
}
.anchorBL[data-v-e50190d8] {
  display: none !important;
}
.amap-logo img[data-v-e50190d8] {
  display: none !important;
}
.amap-copyright[data-v-e50190d8] {
  opacity: 0 !important;
}

/* 状态标签样式优化 */
.el-tag[data-v-e50190d8] {
  font-weight: 500;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

/* 待初审状态 - 橙色 */
.el-tag--warning[data-v-e50190d8] {
  background-color: #fdf6ec;
  border-color: #f5dab1;
  color: #e6a23c;
}

/* 待复审状态 - 蓝色 */
.el-tag--primary[data-v-e50190d8] {
  background-color: #ecf5ff;
  border-color: #b3d8ff;
  color: #409eff;
}

/* 审核通过状态 - 绿色 */
.el-tag--success[data-v-e50190d8] {
  background-color: #f0f9ff;
  border-color: #b3e19d;
  color: #67c23a;
}

/* 已拒绝状态 - 红色 */
.el-tag--danger[data-v-e50190d8] {
  background-color: #fef0f0;
  border-color: #fbc4c4;
  color: #f56c6c;
}

/* 已取消状态 - 灰色 */
.el-tag--info[data-v-e50190d8] {
  background-color: #f4f4f5;
  border-color: #d3d4d6;
  color: #909399;
}

/* 操作按钮样式 */
.operation-buttons[data-v-e50190d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.operation-buttons .el-button[data-v-e50190d8] {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

/* 查看按钮样式 */
.operation-buttons .view-btn[data-v-e50190d8] {
  color: #409eff;
}
.operation-buttons .view-btn[data-v-e50190d8]:hover {
  color: #66b1ff;
}

/* 编辑按钮样式 */
.operation-buttons .edit-btn[data-v-e50190d8] {
  color: #e6a23c;
}
.operation-buttons .edit-btn[data-v-e50190d8]:hover {
  color: #eeb94d;
}

/* 取消按钮样式 */
.operation-buttons .cancel-btn[data-v-e50190d8] {
  color: #f56c6c;
}
.operation-buttons .cancel-btn[data-v-e50190d8]:hover {
  color: #f78989;
}

.tab-title-lg .el-tabs__item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.tab-title-lg .el-tabs__header {
    margin-bottom: 20px;
}
.el-table .split_bill_summary {
    background: oldlace;
}
.el-table .split_bill_list {
}


