/* 一秒互联公司  www.yimiaonet.com */
.site-header {
  color: var(--ink);
  border-color: rgba(210, 221, 230, .9);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 6px 20px rgba(28, 48, 71, .06);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
}

.header-search {
  border-color: #d7e1e9;
  background: rgba(255, 255, 255, .66);
}

.header-search button {
  background: #eef4f7;
}

.hero-slider {
  color: var(--ink);
  background: #edf3f6;
}

.hero-slide > img {
  filter: brightness(1.28) saturate(.72);
}

.hero-shade {
  background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .86) 42%, rgba(255, 255, 255, .36) 72%, rgba(255, 255, 255, .16) 100%);
}

.hero-content > span {
  color: #4e7290;
}

.hero-content p {
  color: #52667a;
}

.glass-link {
  color: #245878;
  border-color: #9db7c9;
  background: rgba(255, 255, 255, .64);
}

.hero-controls button {
  color: #315a77;
  border-color: #a8bdcc;
  background: rgba(255, 255, 255, .72);
}

.hero-progress {
  background: rgba(54, 91, 117, .22);
}

.hero-progress div {
  background: var(--blue);
}

@media (max-width: 840px) {
  .hero-shade {
    background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .72));
  }

  .hero-slide > img {
    filter: brightness(1.2) saturate(.68);
  }
}

/* 一秒互联公司  www.yimiaonet.com */
.resource-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -18px 0 34px;
}

.resource-channels a {
  min-width: 104px;
  padding: 11px 18px;
  color: #355268;
  border: 1px solid #d5e0e8;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  transition: color .2s, border-color .2s, background .2s, transform .2s;
}

.resource-channels a:hover {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
  transform: translateY(-2px);
}

.resource-channels.compact {
  margin: 0 0 24px;
}

.card-tags,
.content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.card-tags {
  min-height: 26px;
  margin-top: 14px;
}

.card-tags a,
.content-tags a {
  padding: 5px 8px;
  color: #35647d;
  border-radius: 4px;
  background: #eef5f7;
  font-size: 10px;
  font-weight: 700;
}

.content-tags {
  justify-content: center;
  margin-top: 22px;
}

.document-band {
  background: #f1f6f8;
}

.document-band-inner {
  padding-top: 90px;
  padding-bottom: 90px;
}

.document-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cddae3;
  border-left: 1px solid #cddae3;
}

.document-preview-grid article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid #cddae3;
  border-bottom: 1px solid #cddae3;
  background: rgba(255, 255, 255, .52);
}

.document-preview-grid article > span {
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
}

.document-preview-grid h3 {
  margin: 22px 0 12px;
  font-size: 18px;
  line-height: 1.6;
}

.document-preview-grid p {
  min-height: 66px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.document-preview-grid footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #7c8b9b;
  font-size: 10px;
}

.document-preview-grid footer a {
  color: var(--blue);
  font-weight: 800;
}

.content-media-shell,
.download-resource {
  width: min(1120px, calc(100% - 48px));
  margin: 48px auto 0;
  border: 1px solid var(--line);
  background: #f5f8fa;
}

.content-media-shell video {
  width: 100%;
  max-height: 680px;
  background: #101820;
}

.content-media-shell > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  color: #51667a;
  font-size: 12px;
}

.audio-shell {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  padding: 28px;
  background: #edf5f4;
}

.audio-shell .audio-symbol {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #fff;
  background: var(--green);
  font-size: 18px;
  font-weight: 900;
}

.audio-shell > div:last-child {
  display: grid;
  gap: 14px;
}

.audio-shell audio {
  width: 100%;
}

.download-resource {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 32px;
  border-left: 5px solid var(--coral);
}

.download-resource > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px 16px;
}

.download-resource > div > span {
  grid-row: 1 / 3;
  min-width: 58px;
  padding: 13px 8px;
  color: #fff;
  border-radius: 5px;
  background: #31536f;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
}

.download-resource small {
  color: var(--muted);
}

.download-resource > a {
  min-width: 130px;
  padding: 13px 20px;
  color: #fff;
  border-radius: 5px;
  background: var(--coral);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.document-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 56px;
}

.document-sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
  display: grid;
  border: 1px solid var(--line);
  background: #fff;
}

.document-sidebar strong,
.document-sidebar a {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
}

.document-sidebar strong {
  color: #fff;
  background: #31536f;
}

.document-sidebar a {
  color: #53677b;
  font-size: 12px;
}

.document-list {
  display: grid;
  gap: 18px;
}

.document-list article {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 190px;
  border: 1px solid var(--line);
  background: #fff;
}

.document-cover {
  position: relative;
  overflow: hidden;
  background: #eaf0f4;
}

.document-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.document-cover span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 5px 8px;
  color: #fff;
  border-radius: 4px;
  background: var(--coral);
  font-size: 10px;
  font-weight: 900;
}

.document-list article > div {
  padding: 24px;
}

.document-list small {
  color: #8190a0;
  font-size: 10px;
}

.document-list h2 {
  margin: 10px 0;
  font-size: 21px;
}

.document-list p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.document-list footer {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: #7a8b9c;
  font-size: 10px;
}

.document-list footer a {
  margin-left: auto;
  color: var(--blue);
  font-weight: 800;
}

.document-detail {
  padding-top: 78px;
}

.document-detail > header {
  padding: 100px max(24px, calc((100vw - 1000px) / 2)) 64px;
  text-align: center;
  background: #edf4f6;
}

.document-detail > header nav,
.document-detail > header > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #7e8e9e;
  font-size: 10px;
}

.document-detail > header > span {
  display: block;
  margin-top: 28px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
}

.document-detail h1 {
  margin: 12px auto 18px;
  font-size: 44px;
  line-height: 1.4;
}

.document-detail > header p {
  max-width: 760px;
  margin: 0 auto 22px;
  color: var(--muted);
  line-height: 1.9;
}

.document-reader {
  width: min(980px, calc(100% - 48px));
  min-height: 420px;
  margin: 58px auto 90px;
}

.document-body {
  color: #34465a;
  font-size: 16px;
  line-height: 2;
}

.document-body img {
  height: auto;
  margin: 24px auto;
}

.document-unlock {
  width: min(520px, 100%);
  display: grid;
  gap: 14px;
  margin: 30px auto;
  padding: 34px;
  border: 1px solid var(--line);
  background: #f7fafb;
  text-align: center;
}

.document-unlock p,
.document-unlock span {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.document-unlock input,
.document-unlock button {
  min-height: 46px;
  padding: 0 14px;
}

.document-unlock input {
  border: 1px solid #d1dde6;
}

.document-unlock button {
  color: #fff;
  border: 0;
  background: var(--blue);
  font-weight: 800;
}

.standalone-form {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  align-items: start;
}

.standalone-form > div > span {
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
}

.standalone-form h2 {
  margin: 12px 0;
  font-size: 38px;
}

.standalone-form p {
  color: var(--muted);
  line-height: 1.9;
}

.footer-main {
  grid-template-columns: minmax(260px, 1.4fr) repeat(auto-fit, minmax(150px, 1fr));
  gap: 40px;
}

.icp-number {
  margin-left: 12px;
}

.experience-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  background: rgba(18, 34, 49, .58);
  transition: opacity .22s;
}

.experience-modal[hidden] {
  display: none;
}

.experience-modal.is-open {
  opacity: 1;
}

.experience-dialog {
  position: relative;
  width: min(500px, 100%);
  padding: 38px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 39, 58, .28);
  transform: translateY(22px) scale(.97);
  transition: transform .22s;
}

.experience-modal.is-open .experience-dialog {
  transform: none;
}

.experience-dialog [data-modal-close] {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  color: #53677b;
  border: 0;
  border-radius: 50%;
  background: #eef3f6;
  font-size: 20px;
}

.experience-dialog > span {
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
}

.experience-dialog h3 {
  margin: 12px 0;
  font-size: 28px;
}

.experience-dialog p {
  color: var(--muted);
  line-height: 1.8;
}
.popup-image {
  width: calc(100% + 72px);
  max-width: none;
  height: 210px;
  margin: -36px -36px 28px;
  object-fit: cover;
}
.floating-service[data-position="left"] {
  right: auto;
  left: 18px;
}

.popup-dialog > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 20px;
  color: #fff;
  border-radius: 5px;
  background: var(--coral);
  font-size: 12px;
  font-weight: 900;
}

.qrcode-dialog {
  text-align: center;
}

.qrcode-dialog img {
  width: min(260px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 22px;
  object-fit: contain;
}

.error-page-image {
  width: min(320px, 100%);
  max-height: 220px;
  margin-bottom: 20px;
  object-fit: contain;
}

.error-custom-content {
  margin-top: 18px;
  color: #52667a;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .document-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .document-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
  }
}

@media (max-width: 1360px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px;
    color: var(--ink);
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 42px rgba(24, 45, 65, .16);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px;
  }

  .header-actions {
    justify-self: end;
  }
}

@media (max-width: 840px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .document-preview-grid,
  .document-layout,
  .standalone-form,
  .audio-shell {
    grid-template-columns: 1fr;
  }

  .document-sidebar {
    position: static;
  }

  .document-list article {
    grid-template-columns: 1fr;
  }

  .document-cover {
    height: 210px;
  }

  .content-media-shell,
  .download-resource {
    width: calc(100% - 32px);
  }

  .download-resource {
    align-items: stretch;
    flex-direction: column;
  }

  .document-detail {
    padding-top: 68px;
  }

  .document-detail h1 {
    font-size: 32px;
  }

  .document-reader {
    width: calc(100% - 32px);
  }

  .experience-dialog {
    padding: 32px 24px;
  }
}
