* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: #f0f2f5;
  color: #1f2329;
  font-size: 14px;
  line-height: 1.5;
}

.pg-header {
  background: #1f2329;
  color: #fff;
  height: 56px;
}

.pg-header-inner {
  max-width: 720px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 12px;
}

.pg-brand {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.pg-channel {
  font-size: 13px;
  opacity: 0.85;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.pg-main {
  max-width: 720px;
  margin: 32px auto 48px;
  padding: 0 16px;
}

.pg-card {
  background: #fff;
  border: 1px solid #e5e6eb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  padding: 36px 40px 32px;
}

.pg-success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e8ffea;
  color: #07c160;
  font-size: 32px;
  line-height: 56px;
  text-align: center;
  font-weight: 600;
}

.pg-success-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #1f2329;
  margin-bottom: 8px;
}

.pg-success-sub {
  text-align: center;
  font-size: 13px;
  color: #86909c;
  margin-bottom: 28px;
}

.pg-error-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #ffece8;
  color: #f53f3f;
  font-size: 32px;
  line-height: 56px;
  text-align: center;
  font-weight: 600;
}

.pg-error-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #1f2329;
  margin-bottom: 8px;
}

.pg-error-msg {
  text-align: center;
  font-size: 14px;
  color: #4e5969;
  line-height: 1.6;
  word-break: break-word;
  margin-top: 16px;
}

.pg-error-msg .validation-summary-errors {
  color: #f53f3f;
  list-style: none;
  margin-bottom: 8px;
}

.pg-error-close {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 28px auto 0;
  padding: 12px 16px;
  background: #1f2329;
  color: #fff;
  border: none;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
}

.pg-error-close:hover {
  background: #2b2f36;
}

.finishtable {
  width: 100%;
  border-collapse: collapse;
}

.finishtable tr {
  border-bottom: 1px solid #f0f0f0;
}

.finishtable tr:last-child {
  border-bottom: none;
}

.finishname {
  width: 120px;
  padding: 14px 8px 14px 0;
  color: #86909c;
  font-size: 13px;
  vertical-align: top;
}

.finishvalue {
  padding: 14px 0;
  color: #1f2329;
  font-size: 14px;
  word-break: break-all;
}

.finishvalue .red {
  color: #f53f3f;
}

.finishvalue .bold {
  font-weight: 600;
  font-size: 18px;
}

.finishvalue.green {
  color: #07c160;
}

.sendbtn {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 12px;
  background: #07c160;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  border-radius: 2px;
}

.sendbtn:hover {
  background: #06ad56;
}

@media (max-width: 560px) {
  .pg-card {
    padding: 28px 20px 24px;
  }

  .finishname {
    width: 88px;
  }
}
