.agent-withdraw-detail[data-v-6e4eeaee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-bottom: 20px;
}
.agent-withdraw-detail .summary-panel[data-v-6e4eeaee] {
  padding: 18px 20px;
  border: 1px solid #e8ebf0;
  border-radius: 8px;
  background: #fff;
}
.agent-withdraw-detail .summary-main[data-v-6e4eeaee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef1f5;
}
.agent-withdraw-detail .summary-amount[data-v-6e4eeaee] {
  min-width: 0;
}
.agent-withdraw-detail .summary-amount span[data-v-6e4eeaee] {
  display: block;
  color: #909399;
  font-size: 13px;
}
.agent-withdraw-detail .amount-line[data-v-6e4eeaee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.agent-withdraw-detail .amount-line strong[data-v-6e4eeaee] {
  color: #1fa96f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  word-break: break-word;
}
.agent-withdraw-detail .amount-line em[data-v-6e4eeaee] {
  color: #909399;
  font-style: normal;
  font-size: 13px;
}
.agent-withdraw-detail .summary-status[data-v-6e4eeaee] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 5px;
  font-weight: 600;
}
.agent-withdraw-detail .summary-meta[data-v-6e4eeaee] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.agent-withdraw-detail .summary-item[data-v-6e4eeaee] {
  min-width: 0;
}
.agent-withdraw-detail .summary-item span[data-v-6e4eeaee] {
  display: block;
  color: #909399;
  font-size: 13px;
}
.agent-withdraw-detail .summary-item strong[data-v-6e4eeaee] {
  display: block;
  margin-top: 8px;
  color: #303133;
  font-size: 15px;
  font-weight: 600;
  word-break: break-word;
}
.agent-withdraw-detail .detail-grid[data-v-6e4eeaee] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 16px;
  margin-top: 16px;
}
.agent-withdraw-detail .detail-section[data-v-6e4eeaee] {
  min-width: 0;
  padding: 18px;
  border: 1px solid #e8ebf0;
  border-radius: 8px;
  background: #fff;
}
.agent-withdraw-detail .section-title[data-v-6e4eeaee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  color: #303133;
  font-size: 15px;
  font-weight: 700;
}
.agent-withdraw-detail .section-title i[data-v-6e4eeaee] {
  margin-right: 8px;
  color: #1fa96f;
  font-size: 17px;
}
.agent-withdraw-detail .info-grid[data-v-6e4eeaee] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}
.agent-withdraw-detail .info-item[data-v-6e4eeaee] {
  min-width: 0;
}
.agent-withdraw-detail .info-item span[data-v-6e4eeaee] {
  display: block;
  margin-bottom: 6px;
  color: #909399;
  font-size: 12px;
}
.agent-withdraw-detail .info-item strong[data-v-6e4eeaee] {
  color: #303133;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
}
.agent-withdraw-detail .voucher-section[data-v-6e4eeaee] {
  grid-row: span 2;
}
.agent-withdraw-detail .voucher-content[data-v-6e4eeaee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.agent-withdraw-detail .voucher-image[data-v-6e4eeaee] {
  width: 220px;
  height: 150px;
  border: 1px solid #e8ebf0;
  border-radius: 8px;
  background: #f7f8fa;
  cursor: pointer;
}
.agent-withdraw-detail .voucher-fallback[data-v-6e4eeaee] {
  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;
  height: 100%;
  padding: 12px;
  color: #606266;
  text-align: center;
  word-break: break-all;
}
.agent-withdraw-detail .voucher-fallback i[data-v-6e4eeaee] {
  margin-bottom: 8px;
  font-size: 28px;
  color: #909399;
}
.agent-withdraw-detail .voucher-empty[data-v-6e4eeaee] {
  padding: 20px 0;
}
.agent-withdraw-detail .detail-empty[data-v-6e4eeaee] {
  margin-top: 80px;
}
.agent-withdraw-detail .status-badge[data-v-6e4eeaee] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.4;
}
.agent-withdraw-detail .status-badge .status-dot[data-v-6e4eeaee] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: currentColor;
}
.agent-withdraw-detail .status-badge.status-warning[data-v-6e4eeaee] {
  color: #e6a23c;
  background: #fdf6ec;
}
.agent-withdraw-detail .status-badge.status-primary[data-v-6e4eeaee] {
  color: #409eff;
  background: #ecf5ff;
}
.agent-withdraw-detail .status-badge.status-success[data-v-6e4eeaee] {
  color: #1fa96f;
  background: #f1fbf6;
}
.agent-withdraw-detail .status-badge.status-danger[data-v-6e4eeaee] {
  color: #f56c6c;
  background: #fef0f0;
}
.agent-withdraw-detail .status-badge.status-info[data-v-6e4eeaee], .agent-withdraw-detail .status-badge.status-default[data-v-6e4eeaee] {
  color: #909399;
  background: #f4f4f5;
}
@media (max-width: 1200px) {
.agent-withdraw-detail .detail-grid[data-v-6e4eeaee] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.agent-withdraw-detail .voucher-section[data-v-6e4eeaee] {
    grid-row: auto;
}
}
@media (max-width: 760px) {
.agent-withdraw-detail .summary-main[data-v-6e4eeaee],
  .agent-withdraw-detail .voucher-content[data-v-6e4eeaee] {
    -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;
}
.agent-withdraw-detail .summary-meta[data-v-6e4eeaee],
  .agent-withdraw-detail .detail-grid[data-v-6e4eeaee],
  .agent-withdraw-detail .info-grid[data-v-6e4eeaee] {
    grid-template-columns: 1fr;
}
.agent-withdraw-detail .voucher-image[data-v-6e4eeaee] {
    width: 100%;
    max-width: 280px;
}
}
