/* 中转页 H5 / WEB，对齐 Figma 806:3069 / 806:2964 */
.dg-t {
  min-height: 100vh;
  margin: 0;
  background: #040002;
  color: #fff;
  font-family: "PingFang SC", "Noto Sans SC", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
}
.dg-t * { box-sizing: border-box; }
.dg-t a { color: inherit; text-decoration: none; }
.dg-t-inner {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 37px 0 48px;
}
.dg-t-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin: 0 0 8px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  background: rgba(237,237,237,.08);
  color: #dbdbdb;
  font-size: 12px;
}
.dg-t-hero {
  position: relative;
  height: 220px;
  margin: 0 -80px 8px;
}
.dg-t-hero img.dg-t-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  pointer-events: none;
}
.dg-t-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,0,2,0) 0%, #040002 88%);
}
.dg-t-brand {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -96px;
  padding-bottom: 18px;
}
.dg-t-brand img {
  width: 112px;
  height: auto;
  display: block;
}
.dg-t-slogan {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
}
.dg-t-kicker {
  margin: 0 0 12px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 500;
}
.dg-t-card {
  display: block;
  width: 100%;
  min-height: 80px;
  margin: 0 0 12px;
  padding: 17px 15px;
  border: 1px solid rgba(255,18,144,.6);
  border-radius: 10px;
  background: #000;
  cursor: pointer;
  text-align: left;
}
.dg-t-card[data-href=""] { cursor: default; opacity: .72; }
.dg-t-card-title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.dg-t-card-url {
  margin: 4px 0 0;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 21px;
  word-break: break-all;
}
.dg-t-mail {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  margin: 16px 0 28px;
  padding: 14px 16px;
  border: 1px solid #222;
  border-radius: 16px;
  background: #121212;
}
.dg-t-mail::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  background: url("/static/img/transit/email-photo.png") right center / cover no-repeat;
  opacity: .55;
  pointer-events: none;
}
.dg-t-mail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0a0a0a 42%, rgba(10,10,10,.3) 100%);
  pointer-events: none;
}
.dg-t-mail-title,
.dg-t-mail-addr {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}
.dg-t-mail-title { font-size: 14px; color: #fff; }
.dg-t-mail-addr {
  margin-top: 6px;
  font-size: 14px;
}
.dg-t-mail-addr a {
  color: #ff1290;
  font-weight: 600;
  text-decoration: underline;
}
.dg-t-icons {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 8px 0 40px;
}
.dg-t-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 53px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.dg-t-icon img {
  width: 48px;
  height: 48px;
  display: block;
}
.dg-t-legal {
  margin: 0 12px 10px;
  color: #ddd;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}
.dg-t-copy {
  margin: 0 12px;
  color: #868686;
  font-size: 12px;
  text-align: center;
  line-height: 1.7;
}
.dg-t-copy a,
.dg-t-copy .dg-t-pink { color: #ff1290; }

@media (max-width: 480px) {
  .dg-t-inner { padding: 13px 12px 40px; max-width: 375px; }
  .dg-t-hero { height: 200px; margin: 0 -24px 4px; }
  .dg-t-card { min-height: 70px; padding: 11px 15px; }
  .dg-t-card-title { font-size: 14px; }
  .dg-t-icons { gap: 50px; }
  .dg-t-mail { margin-top: 20px; }
}
