@charset "UTF-8";
.tab-content[data-v-38935f5a] {
  padding: 20px 0;
}
.fixed-card[data-v-38935f5a] {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed-card .tab-content[data-v-38935f5a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.service-list[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.service-item[data-v-38935f5a] {
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  line-height: 1.8;
}
.service-item[data-v-38935f5a]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.service-enterprise[data-v-38935f5a] {
  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;
  margin-bottom: 8px;
}
.enterprise-name[data-v-38935f5a] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.service-projects[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bold-title[data-v-38935f5a] {
  font-weight: 600;
  font-size: 18px;
}
.service-value[data-v-38935f5a] {
  font-size: 17px;
  margin: 2px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3.5;
}
.title-icon[data-v-38935f5a] {
  display: inline-block;
  margin-right: 12px;
}
.section-title[data-v-38935f5a] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.demo-form-inline[data-v-38935f5a] {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 12px;
}
.demo-form-inline .el-form-item__label[data-v-38935f5a] {
  font-size: 18px;
  line-height: 2.2;
}
.demo-form-inline .el-input__inner[data-v-38935f5a] {
  font-size: 18px;
  line-height: 2.2;
}

/* 结算记录样式（个税记录） */
.settlement-list-container[data-v-38935f5a] {
  background-color: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 0;
}
.settlement-item[data-v-38935f5a] {
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.settlement-item[data-v-38935f5a]:last-child {
  border-bottom: none;
}
.settlement-item[data-v-38935f5a]:hover {
  background-color: #f8f9fa;
}
.settlement-card[data-v-38935f5a] {
  padding: 20px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.settlement-header[data-v-38935f5a] {
  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;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.project-info[data-v-38935f5a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 16px;
}
.project-name-wrapper[data-v-38935f5a] {
  position: relative;
  margin-bottom: 8px;
}
.project-tag[data-v-38935f5a] {
  position: absolute;
  top: -4px;
  left: -8px;
  font-size: 11px;
  color: #1890ff;
  background: #e6f7ff;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
}
.project-name[data-v-38935f5a] {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 60px);
}
.enterprise-name[data-v-38935f5a] {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 60px);
}
.pay-amount[data-v-38935f5a] {
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.amount-label[data-v-38935f5a] {
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
}
.amount-value[data-v-38935f5a] {
  font-size: 20px;
  color: #ff4d4f;
  font-weight: 600;
  line-height: 1.2;
}
.settlement-details[data-v-38935f5a] {
  margin-bottom: 0;
}
.detail-item[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.detail-item[data-v-38935f5a]:last-child {
  margin-bottom: 0;
}
.detail-icon[data-v-38935f5a] {
  color: #1890ff;
  margin-right: 8px;
  font-size: 14px;
  width: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-label[data-v-38935f5a] {
  color: #666;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-value[data-v-38935f5a] {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.realname-info[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.realname-header[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.realname-name[data-v-38935f5a] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.realname-row[data-v-38935f5a] {
  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;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.realname-row[data-v-38935f5a]:last-child {
  border-bottom: none;
}
.realname-label[data-v-38935f5a] {
  color: #666;
}
.realname-value[data-v-38935f5a] {
  color: #333;
  font-weight: 500;
}

/* 交付记录和沟通记录样式 */
.record-list[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.record-item[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.chat-left[data-v-38935f5a] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.chat-right[data-v-38935f5a] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.record-item[data-v-38935f5a]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.record-avatar[data-v-38935f5a] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.avatar-icon[data-v-38935f5a] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  font-size: 16px;
  font-weight: 600;
}
.delivery-icon[data-v-38935f5a] {
  background-color: #e6f7ff;
  color: #1890ff;
}
.user-avatar[data-v-38935f5a] {
  background-color: #1890ff;
  color: white;
}
.task-avatar[data-v-38935f5a] {
  background-color: #94a3b8;
  color: white;
}
.record-content[data-v-38935f5a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.w-full[data-v-38935f5a] {
  width: 100%;
}
.grid[data-v-38935f5a] {
  display: grid;
}
.grid-cols-1[data-v-38935f5a] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.gap-4[data-v-38935f5a] {
  gap: 1rem;
}
.gap-8[data-v-38935f5a] {
  gap: 2rem;
}
@media (min-width: 768px) {
.md\:grid-cols-2[data-v-38935f5a] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-1-2[data-v-38935f5a] {
    grid-template-columns: 1fr 2fr;
}
}
.flex[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-38935f5a] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.items-end[data-v-38935f5a] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.text-right[data-v-38935f5a] {
  text-align: right;
}
.gap-1[data-v-38935f5a] {
  gap: 0.25rem;
}
.justify-end[data-v-38935f5a] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.record-header[data-v-38935f5a] {
  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;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.record-title[data-v-38935f5a] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.record-meta-inline[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.text-right .record-header[data-v-38935f5a] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.text-right .record-files[data-v-38935f5a] {
  text-align: right;
}
.record-time-inline[data-v-38935f5a] {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.text-right .record-time-inline[data-v-38935f5a] {
  text-align: right;
}
.record-time[data-v-38935f5a] {
  font-size: 12px;
  color: #999;
}
.record-badge[data-v-38935f5a] {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
}
.record-badge.status-approved[data-v-38935f5a] {
  background-color: #e6f7ff;
  color: #1890ff;
}
.record-badge.status-rejected[data-v-38935f5a] {
  background-color: #fff1f0;
  color: #ff4d4f;
}
.record-badge.status-pending[data-v-38935f5a] {
  background-color: #f5f5f5;
  color: #666;
}
.record-text[data-v-38935f5a] {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 8px;
  white-space: pre-wrap;
  word-break: break-word;
}
.record-files[data-v-38935f5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.file-link[data-v-38935f5a] {
  font-size: 12px;
  color: #1890ff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.file-link[data-v-38935f5a]:hover {
  color: #40a9ff;
  text-decoration: underline;
}
.record-meta[data-v-38935f5a] {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.text-xs[data-v-38935f5a] {
  font-size: 12px;
}
.text-slate-500[data-v-38935f5a] {
  color: #64748b;
}
.empty-tip[data-v-38935f5a] {
  padding: 60px 0;
  text-align: center;
}

