html body[data-qidian-page="company"] {
  --company-paper: #f3eee5;
  --company-paper-soft: #e8dece;
  --company-ink: #17120d;
  --company-ink-soft: #6a5748;
  --company-dark: #11100d;
  --company-gold: #765f43;
  --company-gold-soft: #b69b72;
  --company-line: rgba(23, 18, 13, .16);
  --company-line-strong: rgba(23, 18, 13, .28);
  --company-dark-line: rgba(243, 238, 229, .15);
  background: var(--company-paper);
  color: var(--company-ink);
  overflow-x: clip;
}

html body[data-qidian-page="company"] *,
html body[data-qidian-page="company"] *::before,
html body[data-qidian-page="company"] *::after {
  box-sizing: border-box;
}

html body[data-qidian-page="company"] a {
  color: inherit;
  text-decoration: none;
}

html body[data-qidian-page="company"] img {
  display: block;
  max-width: 100%;
  height: auto;
}

html body[data-qidian-page="company"] button,
html body[data-qidian-page="company"] input,
html body[data-qidian-page="company"] textarea,
html body[data-qidian-page="company"] select {
  font: inherit;
}

html body[data-qidian-page="company"] main {
  overflow-x: clip;
}

html body[data-qidian-page="company"] .shell {
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
}

html body[data-qidian-page="company"] .eyebrow {
  color: var(--company-gold);
  font: 700 12px/1.4 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .18em;
  text-transform: uppercase;
}

html body[data-qidian-page="company"] .btn {
  min-height: 46px;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body[data-qidian-page="company"] .btn.gold {
  background: var(--company-gold-soft) !important;
  border-color: var(--company-gold-soft) !important;
  color: #17120d !important;
}

html body[data-qidian-page="company"] .btn.ghost {
  background: transparent !important;
  border-color: var(--company-line-strong) !important;
  color: var(--company-ink) !important;
}

html body[data-qidian-page="company"] .company-section--dark .btn.ghost {
  border-color: var(--company-dark-line) !important;
  color: #f4ede0 !important;
}

html body[data-qidian-page="company"] .site-head {
  background: rgba(17, 16, 13, .96);
  color: #f7f2e8;
  border-bottom: 1px solid rgba(247, 242, 232, .08);
}

html body[data-qidian-page="company"] .brand b,
html body[data-qidian-page="company"] .nav-links a,
html body[data-qidian-page="company"] .nav-search,
html body[data-qidian-page="company"] .nav-cta {
  letter-spacing: 0;
}

html body[data-qidian-page="company"] .nav-links a {
  position: relative;
  color: rgba(247, 242, 232, .76);
}

html body[data-qidian-page="company"] .nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  background: var(--company-gold-soft);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

html body[data-qidian-page="company"] .nav-links a:hover::after,
html body[data-qidian-page="company"] .nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

html body[data-qidian-page="company"] .nav-cta {
  background: var(--company-gold-soft);
  color: var(--company-dark);
  border-color: transparent;
}

html body[data-qidian-page="company"] .footer {
  background: #0d0f0d;
  color: rgba(247, 242, 232, .66);
  border-top: 1px solid rgba(247, 242, 232, .08);
}

html body[data-qidian-page="company"] .footer a:hover {
  color: var(--company-paper);
}

html body[data-qidian-page="company"] .footer-company b {
  color: var(--company-paper);
}

html body[data-qidian-page="company"] main .q-rise,
html body[data-qidian-page="company"] .qfootmap {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

html body[data-qidian-page="company"] .company-hero {
  padding: clamp(7rem, 11vw, 11rem) 0 0;
  background: var(--company-paper);
}

html body[data-qidian-page="company"] .company-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(2.4rem, 6vw, 5rem);
  align-items: end;
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .company-hero__copy {
  min-width: 0;
}

html body[data-qidian-page="company"] .company-hero__copy h1,
html body[data-qidian-page="company"] .company-section__title {
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  letter-spacing: -.06em;
  line-height: .95;
  font-weight: 600;
}

html body[data-qidian-page="company"] .company-hero__copy h1 {
  margin: .55rem 0 1.35rem;
  display: grid;
  width: fit-content;
  max-width: 100%;
  gap: .05em;
  color: var(--company-ink) !important;
  font-size: clamp(52px, 7vw, 100px) !important;
}

html body[data-qidian-page="company"] .company-hero__copy h1 span {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

html body[data-qidian-page="company"] .company-hero__lead {
  margin: 0;
  max-width: 48ch;
  color: rgba(23, 18, 13, .76) !important;
  font-size: clamp(1.06rem, 1.55vw, 1.2rem);
  line-height: 1.9;
}

html body[data-qidian-page="company"] .company-hero__status {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 1.45rem;
  padding: 0 14px;
  border: 1px solid var(--company-line-strong);
  color: var(--company-gold);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

html body[data-qidian-page="company"] .company-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

html body[data-qidian-page="company"] .company-hero__aside {
  display: grid;
  gap: 1rem;
}

html body[data-qidian-page="company"] .company-hero__figure {
  margin: 0;
}

html body[data-qidian-page="company"] .company-hero__figure img {
  width: 100%;
  border: 1px solid var(--company-line);
  background: var(--company-paper-soft);
}

html body[data-qidian-page="company"] .company-jump {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .company-jump a {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) auto;
  gap: .95rem;
  align-items: start;
  min-height: 92px;
  padding: 14px 0;
  border-right: 1px solid var(--company-line);
  border-bottom: 1px solid var(--company-line);
  color: var(--company-ink);
}

html body[data-qidian-page="company"] .company-jump a:nth-child(2n) {
  border-right: 0;
}

html body[data-qidian-page="company"] .company-jump span {
  color: var(--company-gold);
  font: 600 .76rem/1.2 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .14em;
}

html body[data-qidian-page="company"] .company-jump b {
  display: block;
  color: var(--company-ink) !important;
  font-size: 1.05rem;
}

html body[data-qidian-page="company"] .company-jump small {
  display: block;
  margin-top: .35rem;
  color: rgba(23, 18, 13, .66);
  line-height: 1.45;
}

html body[data-qidian-page="company"] .company-jump em {
  display: flex;
  gap: .35rem;
  font-style: normal;
  color: var(--company-gold);
  white-space: nowrap;
}

html body[data-qidian-page="company"] .company-jump i {
  font-style: normal;
  transition: transform .18s cubic-bezier(.16, 1, .3, 1);
}

html body[data-qidian-page="company"] .company-jump a:hover i,
html body[data-qidian-page="company"] .company-jump a:focus-visible i,
html body[data-qidian-page="company"] .company-register__link:hover i,
html body[data-qidian-page="company"] .company-register__link:focus-visible i,
html body[data-qidian-page="company"] .company-verify__row:hover i,
html body[data-qidian-page="company"] .company-verify__row:focus-visible i {
  transform: translateX(.35rem);
}

html body[data-qidian-page="company"] .company-section {
  padding: clamp(5rem, 9vw, 8.75rem) 0;
}

html body[data-qidian-page="company"] .company-section--dark {
  background: var(--company-dark) !important;
  color: #f2eadc !important;
}

html body[data-qidian-page="company"] .company-section--warm {
  background: var(--company-paper-soft) !important;
  color: var(--company-ink) !important;
}

html body[data-qidian-page="company"] .company-section--warm .company-section__title {
  color: var(--company-ink) !important;
}

html body[data-qidian-page="company"] .company-section--dark .company-section__title {
  color: #f2eadc !important;
}

html body[data-qidian-page="company"] .company-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .95fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.75rem, 6vw, 5rem);
}

html body[data-qidian-page="company"] .company-section__title {
  margin: .55rem 0 0;
  max-width: 12ch;
  font-size: clamp(2.7rem, 5.2vw, 6rem);
}

html body[data-qidian-page="company"] .company-section__copy {
  margin: 0;
  color: rgba(23, 18, 13, .78);
  line-height: 1.86;
}

html body[data-qidian-page="company"] .company-section--dark .company-section__copy {
  color: rgba(242, 234, 220, .82);
}

html body[data-qidian-page="company"] .company-register__grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.3rem);
}

html body[data-qidian-page="company"] .company-register__body {
  display: grid;
  grid-template-columns: minmax(14rem, .42fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

html body[data-qidian-page="company"] .company-register__date {
  color: var(--company-ink);
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: .92;
  letter-spacing: -.06em;
}

html body[data-qidian-page="company"] .company-register__facts {
  margin-top: 2rem;
  border-top: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .company-register__line {
  display: grid;
  grid-template-columns: 10rem 1.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  min-height: 4.6rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .company-register__line b {
  color: var(--company-gold);
  font: 600 .78rem/1.2 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
}

html body[data-qidian-page="company"] .company-register__line span {
  color: var(--company-gold);
  font-size: 1rem;
  line-height: 1.5;
}

html body[data-qidian-page="company"] .company-register__line i {
  font-style: normal;
  line-height: 1.82;
}

html body[data-qidian-page="company"] .company-register__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .company-register__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .8rem 1rem;
  align-items: start;
  min-height: 92px;
  padding: 1rem 0 1rem 0;
  border-right: 1px solid var(--company-line);
  border-bottom: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .company-register__link:nth-child(3n) {
  border-right: 0;
}

html body[data-qidian-page="company"] .company-register__link b {
  display: block;
  font-size: 1.05rem;
  color: var(--company-ink);
}

html body[data-qidian-page="company"] .company-register__link small {
  grid-column: 1 / -1;
  color: rgba(23, 18, 13, .58);
  word-break: break-all;
}

html body[data-qidian-page="company"] .company-register__link em {
  display: flex;
  gap: .35rem;
  color: var(--company-gold);
  font-style: normal;
  white-space: nowrap;
}

html body[data-qidian-page="company"] .company-roles__list,
html body[data-qidian-page="company"] .company-work__list {
  border-top: 1px solid var(--company-dark-line);
}

html body[data-qidian-page="company"] .company-role,
html body[data-qidian-page="company"] .company-work__step {
  display: grid;
  grid-template-columns: 4.5rem minmax(10rem, .38fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  min-height: 6rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--company-dark-line);
}

html body[data-qidian-page="company"] .company-role span,
html body[data-qidian-page="company"] .company-work__step span {
  color: var(--company-gold-soft);
  font: 600 .78rem/1.2 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .14em;
}

html body[data-qidian-page="company"] .company-role b,
html body[data-qidian-page="company"] .company-work__step b,
html body[data-qidian-page="company"] .company-evidence__item b,
html body[data-qidian-page="company"] .company-contact__title,
html body[data-qidian-page="company"] .company-faq__item summary {
  margin: 0;
  color: inherit;
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  letter-spacing: -.03em;
}

html body[data-qidian-page="company"] .company-role b,
html body[data-qidian-page="company"] .company-work__step b {
  font-size: clamp(1.35rem, 1.85vw, 2rem);
  color: #f4ede0;
}

html body[data-qidian-page="company"] #company-work .company-work__list,
html body[data-qidian-page="company"] #company-work .company-work__step {
  border-color: var(--company-line);
}

html body[data-qidian-page="company"] #company-work .company-work__step {
  background: transparent !important;
  color: var(--company-ink) !important;
}

html body[data-qidian-page="company"] #company-work .company-work__step b {
  color: var(--company-ink) !important;
}

html body[data-qidian-page="company"] #company-work .company-work__step span {
  color: var(--company-gold);
}

html body[data-qidian-page="company"] #company-work .company-work__step p {
  color: var(--company-ink-soft) !important;
}

html body[data-qidian-page="company"] .company-role p,
html body[data-qidian-page="company"] .company-work__step p,
html body[data-qidian-page="company"] .company-section__copy,
html body[data-qidian-page="company"] .company-contact__body p {
  margin: 0;
  line-height: 1.86;
}

html body[data-qidian-page="company"] .company-section__actions {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

html body[data-qidian-page="company"] .company-field__list {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.4rem);
}

html body[data-qidian-page="company"] .company-field__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .92fr);
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.3rem, 2vw, 1.8rem) 0;
  border-top: 1px solid var(--company-dark-line);
  border-bottom: 1px solid var(--company-dark-line);
}

html body[data-qidian-page="company"] .company-field__row:nth-child(even) .company-field__media {
  order: 2;
}

html body[data-qidian-page="company"] .company-field__row:nth-child(even) .company-field__copy {
  order: 1;
}

html body[data-qidian-page="company"] .company-field__media img {
  width: 100%;
  border: 1px solid var(--company-dark-line);
  background: #0f0e0b;
}

html body[data-qidian-page="company"] .company-field__copy {
  min-width: 0;
}

html body[data-qidian-page="company"] .company-field__eyebrow {
  color: var(--company-gold-soft) !important;
  margin-bottom: .35rem;
}

html body[data-qidian-page="company"] .company-field__copy h3 {
  margin: 0 0 .8rem;
  color: #f4ede0;
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  font-size: clamp(1.65rem, 2.2vw, 2.8rem);
  letter-spacing: -.03em;
}

html body[data-qidian-page="company"] .company-field__copy p {
  color: #f0e8db;
  line-height: 1.82;
}

html body[data-qidian-page="company"] .company-evidence__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--company-dark-line);
  border-bottom: 1px solid var(--company-dark-line);
}

html body[data-qidian-page="company"] .company-evidence__item {
  padding: 1.5rem 1.15rem 1.35rem 0;
  border-right: 1px solid var(--company-dark-line);
}

html body[data-qidian-page="company"] .company-evidence__item:last-child {
  border-right: 0;
}

html body[data-qidian-page="company"] .company-evidence__item span {
  display: block;
  color: #f4d7a1;
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .9;
  letter-spacing: -.06em;
}

html body[data-qidian-page="company"] .company-evidence__item b {
  display: block;
  margin-top: 1.2rem;
  font-size: clamp(1.15rem, 1.6vw, 1.8rem);
  color: #f4ede0;
}

html body[data-qidian-page="company"] .company-evidence__item p {
  margin: .6rem 0 0;
  color: #f0e8db;
  line-height: 1.82;
}

html body[data-qidian-page="company"] .company-evidence__note {
  margin-top: 1.3rem;
  color: rgba(242, 234, 220, .84);
  line-height: 1.82;
}

html body[data-qidian-page="company"] .company-verify__list {
  border-top: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .company-verify__row {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr) minmax(15rem, .9fr);
  gap: 1rem 1.25rem;
  align-items: start;
  min-height: 4.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .company-verify__row span {
  color: var(--company-gold);
  font: 600 .78rem/1.2 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
}

html body[data-qidian-page="company"] .company-verify__row b {
  color: var(--company-ink);
  font-size: 1.05rem;
}

html body[data-qidian-page="company"] .company-verify__row small {
  color: rgba(23, 18, 13, .62);
  word-break: break-all;
}

html body[data-qidian-page="company"] .company-faq__list {
  display: grid;
  gap: 1rem;
}

html body[data-qidian-page="company"] .company-faq__item {
  border: 1px solid var(--company-line);
  background: var(--company-paper) !important;
  color: var(--company-ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
}

html body[data-qidian-page="company"] .company-faq__item[open] {
  background: var(--company-paper-soft) !important;
}

html body[data-qidian-page="company"] .company-faq__item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
  color: var(--company-ink);
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
}

html body[data-qidian-page="company"] .company-faq__item summary::-webkit-details-marker {
  display: none;
}

html body[data-qidian-page="company"] .company-faq__item summary::after {
  content: "展开";
  color: var(--company-gold);
  font: 600 .78rem/1.2 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
  white-space: nowrap;
}

html body[data-qidian-page="company"] .company-faq__item div {
  padding: 0 1.15rem 1.15rem;
  border-top: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .company-faq__item p {
  margin: 0;
  color: var(--company-ink);
  line-height: 1.86;
}

html body[data-qidian-page="company"] .company-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

html body[data-qidian-page="company"] .company-contact__title {
  color: #f4ede0 !important;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  margin: .55rem 0 0;
  max-width: 11ch;
}

html body[data-qidian-page="company"] .company-contact__body {
  margin: 0;
  color: rgba(242, 234, 220, .82);
}

html body[data-qidian-page="company"] .company-contact__body p {
  max-width: 44rem;
}

html body[data-qidian-page="company"] .company-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.6rem;
}

html body[data-qidian-page="company"] .company-contact__cases {
  color: var(--company-gold-soft);
  font-weight: 700;
}

html body[data-qidian-page="company"] .qfootmap {
  background: var(--company-paper-soft);
  color: var(--company-ink);
  border-top: 1px solid var(--company-line);
}

html body[data-qidian-page="company"] .qfootmap a {
  color: inherit;
}

html body[data-qidian-page="company"] .qfootmap__cta b,
html body[data-qidian-page="company"] .qfootmap h3 {
  color: var(--company-ink);
}

html body[data-qidian-page="company"] .qfootmap__more {
  color: var(--company-gold);
}

html body[data-qidian-page="company"] .qfootmap__grid,
html body[data-qidian-page="company"] .qfootmap__col ul,
html body[data-qidian-page="company"] .qfootmap__col li {
  border-color: var(--company-line);
}

html body[data-qidian-page="company"] .qfootmap__col li a:hover,
html body[data-qidian-page="company"] .qfootmap__cta button:hover {
  color: var(--company-gold);
}

html body[data-qidian-page="company"] .qfootmap__cta button {
  background: transparent;
  color: var(--company-ink);
  border: 1px solid var(--company-line-strong);
  box-shadow: none;
}

html body[data-qidian-page="company"] .qfootmap__cta button,
html body[data-qidian-page="company"] .qfootmap__col a {
  transition: color .18s ease, border-color .18s ease;
}

html body[data-qidian-page="company"] .qfootmap__cta span {
  color: rgba(23, 18, 13, .68);
}

@media (max-width: 1000px) {
  html body[data-qidian-page="company"] .nav-links:not(.open) {
    display: none !important;
  }

  html body[data-qidian-page="company"] .nav-links.open {
    display: flex !important;
  }

  html body[data-qidian-page="company"] .company-hero__grid,
  html body[data-qidian-page="company"] .company-section__head,
  html body[data-qidian-page="company"] .company-register__body,
  html body[data-qidian-page="company"] .company-field__row,
  html body[data-qidian-page="company"] .company-contact__grid {
    grid-template-columns: 1fr;
  }

  html body[data-qidian-page="company"] .company-register__links,
  html body[data-qidian-page="company"] .company-evidence__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body[data-qidian-page="company"] .company-register__facts {
    margin-top: 0;
  }

  html body[data-qidian-page="company"] .company-register__link:nth-child(2n) {
    border-right: 0;
  }

  html body[data-qidian-page="company"] .company-register__link:nth-child(3n) {
    border-right: 1px solid var(--company-line);
  }

  html body[data-qidian-page="company"] .company-role,
  html body[data-qidian-page="company"] .company-work__step,
  html body[data-qidian-page="company"] .company-verify__row {
    grid-template-columns: 4.5rem minmax(0, 1fr);
  }

  html body[data-qidian-page="company"] .company-role p,
  html body[data-qidian-page="company"] .company-work__step p,
  html body[data-qidian-page="company"] .company-verify__row small {
    grid-column: 2 / -1;
  }
}

@media (max-width: 620px) {
  html body[data-qidian-page="company"] .shell {
    width: min(92vw, 1240px);
  }

  html body[data-qidian-page="company"] .company-hero {
    padding: 4.5rem 0 0;
  }

  html body[data-qidian-page="company"] .company-hero__copy h1 {
    font-size: 52px !important;
  }

  html body[data-qidian-page="company"] .company-hero__grid {
    padding-bottom: 1.8rem;
  }

  html body[data-qidian-page="company"] .company-jump,
  html body[data-qidian-page="company"] .company-register__links,
  html body[data-qidian-page="company"] .company-evidence__grid {
    grid-template-columns: 1fr;
  }

  html body[data-qidian-page="company"] .company-jump a,
  html body[data-qidian-page="company"] .company-register__link,
  html body[data-qidian-page="company"] .company-evidence__item,
  html body[data-qidian-page="company"] .company-verify__row {
    grid-template-columns: 1fr;
    border-right: 0;
  }

  html body[data-qidian-page="company"] .company-register__line {
    grid-template-columns: 1fr;
    gap: .2rem;
  }

  html body[data-qidian-page="company"] .company-role,
  html body[data-qidian-page="company"] .company-work__step {
    grid-template-columns: 1fr;
  }

  html body[data-qidian-page="company"] .company-role p,
  html body[data-qidian-page="company"] .company-work__step p,
  html body[data-qidian-page="company"] .company-verify__row small {
    grid-column: auto;
  }

  html body[data-qidian-page="company"] .company-field__row {
    gap: 1.25rem;
  }

  html body[data-qidian-page="company"] .company-field__row:nth-child(even) .company-field__media,
  html body[data-qidian-page="company"] .company-field__row:nth-child(even) .company-field__copy {
    order: initial;
  }

  html body[data-qidian-page="company"] .company-evidence__item,
  html body[data-qidian-page="company"] .company-register__link,
  html body[data-qidian-page="company"] .company-verify__row {
    padding-right: 0;
  }

  html body[data-qidian-page="company"] .company-section {
    padding: 4.4rem 0;
  }

  html body[data-qidian-page="company"] .company-section__title {
    font-size: clamp(2.3rem, 11vw, 4rem);
  }

  html body[data-qidian-page="company"] .company-evidence__item span {
    font-size: 4rem;
  }

  html body[data-qidian-page="company"] .company-contact__title {
    font-size: clamp(2.3rem, 11vw, 4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body[data-qidian-page="company"] .company-jump i,
  html body[data-qidian-page="company"] .company-register__link i,
  html body[data-qidian-page="company"] .company-verify__row i,
  html body[data-qidian-page="company"] .btn {
    transition: none;
  }
}
