
.qr-code-page[data-v-232897e9] {
  padding: 24px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
}
.logo-container[data-v-232897e9] {
  text-align: center;
  margin-bottom: 30px;
}
.logo[data-v-232897e9] {
  height: auto;
  width: 150px; /* 调整logo大小 */
}
.report-info-list[data-v-232897e9] {
  margin-bottom: 20px;
}
.info-item[data-v-232897e9] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}
.info-item[data-v-232897e9]:last-child {
  border-bottom: none;
}
.label[data-v-232897e9] {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  min-width: 100px;
}
.value[data-v-232897e9] {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  text-align: right;
}
.reminder[data-v-232897e9] {
  margin-top: 20px;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
.reminder .title[data-v-232897e9] {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.reminder .content[data-v-232897e9] {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  text-indent: 2em;
}

