@charset "UTF-8";
.daily-report-container[data-v-264644bc] {
  height: 70vh;
  overflow-y: auto;
}
.daily-report-container .report-header[data-v-264644bc] {
  text-align: center;
  margin-bottom: 30px;
}
.daily-report-container .report-header .company-name[data-v-264644bc] {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.daily-report-container .report-header .report-title[data-v-264644bc] {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.daily-report-container .section-title[data-v-264644bc] {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.daily-report-container .basic-info-content[data-v-264644bc] {
  padding-left: 30px;
  font-size: 14px;
}
.daily-report-container .basic-info-content .info-row[data-v-264644bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.daily-report-container .basic-info-content .info-row[data-v-264644bc]:last-child {
  margin-bottom: 0;
}
.daily-report-container .basic-info-content .info-item[data-v-264644bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.daily-report-container .basic-info-content .info-item .info-label[data-v-264644bc] {
  width: 120px;
  color: #666;
  font-weight: 500;
  text-align: right;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.daily-report-container .basic-info-content .info-item .info-label.required[data-v-264644bc]::before {
  content: "*";
  color: red;
  margin-right: 4px;
}
.daily-report-container .basic-info-content .info-item .info-value[data-v-264644bc] {
  text-align: right;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.daily-report-container .basic-info-content .info-item .small-input[data-v-264644bc] {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.daily-report-container .basic-info-content .info-item-right[data-v-264644bc] {
  margin-left: 200px;
}
.daily-report-container .business-stat-section[data-v-264644bc] {
  margin-top: 30px;
}
.daily-report-container .business-stat-section .el-table[data-v-264644bc] {
  margin-top: 20px;
  font-size: 11px;
  width: 100% !important;
}
.daily-report-container .business-stat-section .el-table[data-v-264644bc] .el-table__body-wrapper {
  overflow-x: hidden;
}
.daily-report-container .business-stat-section .el-table[data-v-264644bc] .el-table__header-wrapper {
  overflow-x: hidden;
}
.daily-report-container .business-stat-section .el-table th[data-v-264644bc] {
  font-weight: bold;
  text-align: center;
  padding: 4px 2px !important;
  font-size: 10px !important;
  white-space: nowrap;
  height: auto !important;
  line-height: 1.2 !important;
}
.daily-report-container .business-stat-section .el-table td[data-v-264644bc] {
  text-align: center;
  padding: 4px 2px !important;
  font-size: 10px !important;
  white-space: nowrap;
  height: auto !important;
  line-height: 1.2 !important;
}
.daily-report-container .business-stat-section .el-table .table-input[data-v-264644bc] {
  width: 100% !important;
  min-width: 50px;
  font-size: 10px;
  margin: 0;
}
.daily-report-container .business-stat-section .el-table .table-input[data-v-264644bc] .el-input__inner {
  padding: 2px 4px !important;
  height: 24px !important;
  line-height: 24px !important;
  font-size: 10px !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.daily-report-container .business-stat-section .el-table .table-input[data-v-264644bc] .el-input {
  height: 24px !important;
}
[data-v-264644bc] .el-dialog__body {
  padding: 10px 20px;
}

/* 输入框样式调整 */
.el-input__inner[data-v-264644bc] {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}

/* 必填项标记 */
.required[data-v-264644bc]::before {
  content: "*";
  color: red;
  margin-right: 4px;
}

/* 表格输入框样式 */
.table-input[data-v-264644bc] {
  width: 100%;
}

/* 对话框底部样式 */
.dialog-footer[data-v-264644bc] {
  text-align: center;
}

/* 响应式设计 */
@media (max-width: 768px) {
.daily-report-container[data-v-264644bc] {
    padding: 10px;
}
.daily-report-container .info-row[data-v-264644bc] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.daily-report-container .info-row .info-item[data-v-264644bc] {
    margin-bottom: 10px;
}
.daily-report-container .el-table[data-v-264644bc] {
    font-size: 12px;
}
.daily-report-container .el-table th[data-v-264644bc],
  .daily-report-container .el-table td[data-v-264644bc] {
    padding: 6px 3px;
}
}
/* 涨幅行样式 */
.growth-rate-row[data-v-264644bc] {
  background-color: #f0f9ff;
  font-weight: bold;
}
