* {
  box-sizing: border-box;
}

/* datset.cn: data-intelligence colorway */
body {
  color: #27364a;
  background:
    radial-gradient(circle at 16% 12%, rgba(20, 184, 166, .18), transparent 22%),
    radial-gradient(circle at 82% 0, rgba(37, 99, 235, .18), transparent 24%),
    #dce8f7 url("data:image/gif;base64,R0lGODlhBAAEAIAAAP///+7u7iH5BAAAAAAALAAAAAAEAAQAAAIESB4AOw==") repeat;
}

a {
  color: #075985;
}

a:hover {
  color: #0f766e;
}

.site-shell {
  border-left-color: #7dd3fc;
  border-right-color: #7dd3fc;
  box-shadow: 0 0 14px rgba(15, 76, 129, .24);
}

.topbar {
  color: #164e63;
  background: linear-gradient(#f8fdff, #d8f3ff);
  border-bottom-color: #7dd3fc;
}

.masthead {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .5), transparent 24%),
    linear-gradient(120deg, #0f172a, #075985 45%, #14b8a6 45%, #22d3ee 100%);
  border-bottom-color: #0f766e;
}

.logo-main {
  text-shadow: 2px 2px 0 #082f49;
}

.hotline {
  color: #0f3f46;
  background: #e6fffb;
  border-color: #2dd4bf;
}

.search-row {
  border-color: #67e8f9;
}

.retro-btn {
  background: linear-gradient(#22d3ee, #0284c7);
  border-color: #075985;
}

.nav {
  background: linear-gradient(#0ea5e9, #075985);
  border-top-color: #7dd3fc;
  border-bottom-color: #0f3f46;
}

.nav a {
  border-right-color: #0c4a6e;
}

.nav a:hover,
.nav a.active {
  color: #0f3f46;
  background: linear-gradient(#ecfeff, #67e8f9);
}

.notice-line {
  color: #0f3f46;
  background: #ecfeff;
  border-bottom-color: #67e8f9;
}

.panel {
  border-color: #bae6fd;
}

.panel-title,
.panel.orange .panel-title {
  background: linear-gradient(#0891b2, #0f766e);
  border-bottom-color: #115e59;
}

.category-list a {
  border-bottom-color: #bae6fd;
  background: linear-gradient(90deg, #eff6ff, #fff);
}

.category-list b,
.banner h1,
.info-card b,
.promise-row em,
.stars {
  color: #0e7490;
}

.banner {
  color: #0f3f46;
  background:
    linear-gradient(90deg, rgba(236, 254, 255, .95), rgba(255, 255, 255, .35)),
    repeating-linear-gradient(135deg, #cffafe 0, #cffafe 12px, #bae6fd 12px, #bae6fd 24px);
  border-color: #38bdf8;
}

.badge-row span,
.tag {
  background: #0f766e;
  border-color: #115e59;
}

.product-card:hover {
  border-color: #14b8a6;
  box-shadow: 0 0 0 2px #ccfbf1 inset;
}

.thumb {
  color: #0f3f46;
  background: #ecfeff;
  border-color: #38bdf8;
}

.thumb span {
  background: rgba(8, 47, 73, .82);
}

.price {
  color: #0284c7;
}

.table th {
  color: #075985;
  background: #ecfeff;
}

.spec-box,
.promise-row div {
  background: #f0fdfa;
  border-color: #5eead4;
}

.tab-head span.on {
  background: #0f766e;
}

.footer {
  background: #e0f2fe;
  border-top-color: #0f766e;
}

/* Information publishing center */
.plain-btn {
  display: inline-block;
  min-height: 24px;
  padding: 3px 12px;
  color: #075985;
  font-weight: bold;
  line-height: 18px;
  background: #fff;
  border: 1px solid #38bdf8;
  cursor: pointer;
  vertical-align: middle;
}

.plain-btn:hover {
  color: #fff;
  background: #0e7490;
  text-decoration: none;
}

.panel-title-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-title-action a {
  padding: 1px 8px;
  color: #ecfeff;
  font-size: 12px;
  line-height: 20px;
  background: rgba(8, 47, 73, .48);
  border: 1px solid rgba(255, 255, 255, .45);
}

.panel-title-action a:hover {
  color: #083344;
  background: #cffafe;
  text-decoration: none;
}

.info-category-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 5px;
  background: #bae6fd;
}

.info-category-links a {
  position: relative;
  padding: 7px 24px 7px 7px;
  color: #164e63;
  background: #f8fdff;
}

.info-category-links a:hover,
.info-category-links a.all {
  color: #fff;
  background: #0891b2;
  text-decoration: none;
}

.info-category-links a.all {
  grid-column: 1 / -1;
  text-align: center;
}

.info-category-links em {
  position: absolute;
  top: 7px;
  right: 6px;
  color: #0e7490;
  font-style: normal;
  font-size: 11px;
}

.info-category-links a:hover em {
  color: #fff;
}

.publish-quick {
  background:
    linear-gradient(135deg, rgba(207, 250, 254, .92), rgba(240, 253, 250, .92)),
    repeating-linear-gradient(45deg, transparent 0, transparent 8px, rgba(14, 116, 144, .08) 8px, rgba(14, 116, 144, .08) 9px);
}

.publish-quick .retro-btn {
  margin-bottom: 5px;
}

.info-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  background: #14b8a6;
  border-radius: 50%;
  vertical-align: middle;
}

.information-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.information-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #a5d8e8;
  box-shadow: 0 2px 0 rgba(7, 89, 133, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.information-card:hover {
  z-index: 2;
  border-color: #14b8a6;
  box-shadow: 0 8px 18px rgba(8, 47, 73, .15);
  transform: translateY(-3px);
}

.information-cover {
  position: relative;
  display: block;
  height: 132px;
  overflow: hidden;
  background: #e0f2fe;
}

.information-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.information-card:hover .information-cover img {
  transform: scale(1.05);
}

.information-cover > span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 9px;
  color: #fff;
  font-weight: bold;
  background: rgba(8, 47, 73, .88);
}

.information-card-body {
  padding: 9px;
}

.information-card h3 {
  min-height: 40px;
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.45;
}

.information-card h3 a {
  color: #0c4a6e;
}

.information-card p {
  height: 54px;
  margin: 6px 0;
  overflow: hidden;
  color: #475569;
  line-height: 1.55;
}

.information-meta,
.information-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #64748b;
  font-size: 11px;
}

.information-meta b {
  padding: 2px 6px;
  color: #0f766e;
  background: #ccfbf1;
  border: 1px solid #5eead4;
}

.information-foot {
  margin-top: 8px;
  padding-top: 7px;
  border-top: 1px dotted #a5d8e8;
}

.information-foot > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.information-foot a {
  flex: none;
  font-weight: bold;
}

.info-more-line {
  margin: 10px 0 2px;
  padding-top: 9px;
  text-align: center;
  border-top: 1px dotted #7dd3fc;
}

.information-table th:first-child {
  width: 86px;
}

.information-table th:nth-child(3),
.information-table th:nth-child(4),
.information-table th:nth-child(5) {
  width: 82px;
}

.info-type {
  display: inline-block;
  padding: 2px 6px;
  color: #075985;
  font-size: 12px;
  background: #e0f2fe;
  border: 1px solid #7dd3fc;
  white-space: nowrap;
}

.status-text {
  color: #0f766e;
  font-weight: bold;
}

.info-page-layout {
  align-items: start;
}

.info-hall-hero,
.publish-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 18px;
  min-height: 210px;
  margin-bottom: 8px;
  padding: 24px;
  overflow: hidden;
  color: #e6fffb;
  background:
    linear-gradient(120deg, rgba(8, 47, 73, .96), rgba(7, 89, 133, .94) 56%, rgba(13, 148, 136, .88)),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1400&q=70") center / cover;
  border: 1px solid #0891b2;
  box-shadow: inset 0 0 40px rgba(34, 211, 238, .18);
}

.info-hall-hero::after,
.publish-hero::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  content: "";
  border: 1px solid rgba(103, 232, 249, .35);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(103, 232, 249, .08), 0 0 0 62px rgba(103, 232, 249, .05);
}

.info-hall-hero > *,
.publish-hero > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #67e8f9;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 2px;
}

.info-hall-hero h1,
.publish-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "黑体", SimHei, sans-serif;
  font-size: 28px;
  line-height: 1.25;
}

.info-hall-hero p,
.publish-hero p {
  margin: 0 0 15px;
  color: #d5f7f5;
  line-height: 1.8;
}

.info-hall-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  gap: 8px;
}

.info-hall-stats span {
  padding: 12px 8px;
  color: #cffafe;
  text-align: center;
  background: rgba(8, 47, 73, .62);
  border: 1px solid rgba(103, 232, 249, .38);
}

.info-hall-stats b {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 21px;
}

.info-filter-bar {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr auto auto;
  gap: 8px;
  align-items: end;
}

.info-filter-bar label {
  color: #164e63;
  font-weight: bold;
}

.info-filter-bar input,
.info-filter-bar select {
  display: block;
  width: 100%;
  height: 28px;
  margin-top: 4px;
  padding: 3px 6px;
  color: #27364a;
  background: #fff;
  border: 1px solid #7dd3fc;
}

.info-filter-result {
  margin-top: 8px;
  padding: 6px 8px;
  color: #0c4a6e;
  background: #ecfeff;
  border-left: 3px solid #14b8a6;
}

.info-list {
  display: grid;
  gap: 9px;
}

.info-list-item {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 152px;
  overflow: hidden;
  background: linear-gradient(90deg, #f8fdff, #fff);
  border: 1px solid #b6dce8;
}

.info-list-thumb {
  position: relative;
  display: block;
  min-height: 152px;
  overflow: hidden;
  background: #e0f2fe;
}

.info-list-thumb img {
  width: 100%;
  height: 100%;
  min-height: 152px;
  object-fit: cover;
}

.info-list-thumb > span {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 7px;
  color: #fff;
  font-weight: bold;
  background: #0f766e;
  border: 1px solid rgba(255, 255, 255, .7);
}

.info-list-copy {
  padding: 10px 12px;
}

.info-list-copy h3 {
  margin: 7px 0;
  font-size: 16px;
}

.info-list-copy h3 a {
  color: #075985;
}

.info-list-copy p {
  margin: 6px 0;
  color: #475569;
  line-height: 1.7;
}

.info-tags span {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 2px 6px;
  color: #0f766e;
  font-size: 11px;
  background: #f0fdfa;
  border: 1px solid #99f6e4;
}

.info-empty {
  display: none;
  padding: 35px;
  color: #64748b;
  text-align: center;
  background: #f8fafc;
  border: 1px dashed #94a3b8;
}

.info-ranking {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-ranking li {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 5px;
  padding: 7px 0;
  border-bottom: 1px dotted #a5d8e8;
}

.info-ranking em {
  width: 18px;
  height: 18px;
  color: #fff;
  font-style: normal;
  line-height: 18px;
  text-align: center;
  background: #0891b2;
}

.info-ranking li:nth-child(-n+3) em {
  background: #ea580c;
}

.info-ranking span {
  color: #94a3b8;
  font-size: 11px;
}

.info-detail-article {
  margin-bottom: 8px;
  padding: 20px 26px 26px;
  background: #fff;
  border: 1px solid #a5d8e8;
  box-shadow: 0 3px 12px rgba(8, 47, 73, .1);
}

.info-detail-article header {
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #cde7ef;
}

.detail-status {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 7px;
  color: #fff;
  background: #0f766e;
}

.info-detail-article h1 {
  margin: 14px 0 8px;
  color: #0c4a6e;
  font-size: 26px;
  line-height: 1.35;
}

.info-detail-meta {
  margin: 0;
  color: #64748b;
  font-size: 12px;
}

.info-detail-article figure {
  margin: 18px 0;
  background: #082f49;
  border: 1px solid #0e7490;
}

.info-detail-article figure img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.info-detail-article figcaption {
  padding: 6px 10px;
  color: #cffafe;
  text-align: center;
}

.info-detail-lead {
  margin: 18px 0;
  padding: 15px 18px;
  color: #0c4a6e;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  background: #ecfeff;
  border-left: 5px solid #14b8a6;
}

.info-detail-article section h2 {
  margin: 22px 0 10px;
  padding: 6px 9px;
  color: #075985;
  font-size: 17px;
  background: linear-gradient(90deg, #e0f2fe, #fff);
  border-left: 4px solid #0891b2;
  border-bottom: 1px solid #bae6fd;
}

.info-detail-article section > p {
  line-height: 2;
  text-indent: 2em;
}

.detail-info-table th {
  width: 95px;
}

.info-contact-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 15px;
  background: linear-gradient(90deg, #ccfbf1, #ecfeff);
  border: 1px solid #5eead4;
}

.info-contact-box > div {
  flex: 1 1 320px;
}

.info-contact-box b,
.info-contact-box span {
  display: block;
}

.info-contact-box b {
  margin-bottom: 5px;
  color: #115e59;
  font-size: 16px;
}

.info-contact-box > p {
  flex-basis: 100%;
  margin: 0;
  text-indent: 0 !important;
}

.contact-result.visible {
  padding: 7px 9px;
  color: #075985;
  background: #fff;
  border: 1px solid #7dd3fc;
}

.info-safety-note {
  margin-top: 12px;
  padding: 10px 12px;
  color: #7c2d12;
  background: #fff7ed;
  border: 1px solid #fdba74;
}

.info-safety-note p {
  margin: 4px 0 0;
  text-indent: 0 !important;
}

.publish-hero {
  grid-template-columns: 1.2fr 1fr;
  min-height: 170px;
  background:
    linear-gradient(120deg, rgba(8, 47, 73, .97), rgba(15, 118, 110, .92)),
    url("https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1400&q=72") center / cover;
}

.publish-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  gap: 7px;
}

.publish-flow span {
  padding: 10px;
  background: rgba(8, 47, 73, .58);
  border: 1px solid rgba(103, 232, 249, .4);
}

.publish-flow b {
  display: block;
  color: #67e8f9;
  font-family: Georgia, serif;
  font-size: 18px;
}

.publish-form fieldset {
  margin: 0 0 13px;
  padding: 12px;
  background: #fbfeff;
  border: 1px solid #a5d8e8;
}

.publish-form legend {
  padding: 2px 10px;
  color: #075985;
  font-weight: bold;
  background: #e0f2fe;
  border: 1px solid #7dd3fc;
}

.publish-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
}

.publish-grid label,
.publish-image-row label {
  position: relative;
  color: #164e63;
  font-weight: bold;
}

.publish-grid label.full {
  grid-column: 1 / -1;
}

.publish-grid i {
  margin-left: 3px;
  color: #dc2626;
  font-style: normal;
}

.publish-grid input,
.publish-grid select,
.publish-grid textarea,
.publish-image-row input {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 7px 8px;
  color: #27364a;
  font-weight: normal;
  background: #fff;
  border: 1px solid #7dd3fc;
}

.publish-grid textarea {
  min-height: 76px;
  resize: vertical;
}

.publish-grid .publish-body-input {
  min-height: 190px;
  line-height: 1.7;
}

.field-count {
  position: absolute;
  right: 7px;
  bottom: 5px;
  color: #64748b;
  font-size: 11px;
  font-weight: normal;
  background: rgba(255, 255, 255, .9);
}

.publish-image-row {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 15px;
  align-items: center;
}

.publish-image-preview {
  position: relative;
  height: 145px;
  overflow: hidden;
  background: #e0f2fe;
  border: 1px solid #38bdf8;
}

.publish-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publish-image-preview span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 7px;
  color: #fff;
  background: rgba(8, 47, 73, .82);
}

.publish-agree {
  display: block;
  margin: 14px 0;
  padding: 10px;
  color: #164e63;
  background: #ecfeff;
  border: 1px solid #a5d8e8;
}

.publish-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.publish-result {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
}

.publish-result.success,
.publish-result.error {
  display: block;
}

.publish-result.success {
  color: #115e59;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
}

.publish-result.error {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fca5a5;
}

.publish-result b,
.publish-result span {
  display: block;
  margin-bottom: 5px;
}

.publish-tip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.publish-tip-grid div {
  padding: 12px;
  background: linear-gradient(#f0fdfa, #fff);
  border: 1px solid #99f6e4;
}

.publish-tip-grid b,
.publish-tip-grid span {
  display: block;
}

.publish-tip-grid b {
  margin-bottom: 5px;
  color: #0f766e;
}

@media (max-width: 760px) {
  .layout,
  .layout.two {
    display: flex;
    flex-direction: column;
  }

  .layout > main,
  .layout.two > main {
    order: 1;
  }

  .layout > aside:first-child,
  .layout.two > aside {
    order: 2;
  }

  .layout > aside:last-child {
    order: 3;
  }

  .information-feature-grid,
  .publish-tip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-hall-hero,
  .publish-hero,
  .info-filter-bar,
  .publish-grid,
  .publish-image-row {
    grid-template-columns: 1fr;
  }

  .info-list-item {
    grid-template-columns: 112px 1fr;
  }

  .info-list-thumb,
  .info-list-thumb img {
    min-height: 170px;
  }

  .info-list-copy .information-foot {
    display: block;
  }

  .info-list-copy .information-foot a {
    display: inline-block;
    margin-top: 5px;
  }

  .info-detail-article {
    padding: 15px;
  }

  .info-detail-article h1 {
    font-size: 21px;
  }

  .info-detail-article figure img {
    height: 230px;
  }

  .publish-grid label.full {
    grid-column: auto;
  }

  .publish-actions {
    flex-wrap: wrap;
  }
}

/* Millennium portal skin: compact, information-dense, and intentionally square. */
:root {
  --mill-blue: #0758a8;
  --mill-blue-dark: #003a78;
  --mill-blue-light: #d9ecff;
  --mill-orange: #f58213;
  --mill-orange-dark: #c94f00;
  --mill-line: #86acd0;
  --mill-paper: #fff;
  --mill-bg: #e9f1f8;
}

html {
  background: #dce8f2;
}

body {
  color: #1c3550;
  font-family: Tahoma, Verdana, "Microsoft YaHei", "SimSun", sans-serif;
  font-size: 13px;
  background:
    linear-gradient(rgba(255, 255, 255, .52) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .52) 1px, transparent 1px),
    var(--mill-bg);
  background-size: 4px 4px;
}

a {
  color: #064f9b;
}

.site-shell {
  width: min(1100px, calc(100% - 20px));
  margin: 8px auto 18px;
  overflow: hidden;
  background: var(--mill-paper);
  border: 1px solid #648db6;
  border-radius: 0;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .72), 0 4px 14px rgba(23, 65, 103, .18);
}

.topbar {
  min-height: 28px;
  padding: 5px 12px;
  color: #37546f;
  background: linear-gradient(#fff, #e9f3fc);
  border-bottom: 1px solid #9dbbd5;
}

.topbar a,
.topbar .right a {
  color: #0758a8;
}

.masthead {
  position: relative;
  min-height: 138px;
  padding: 20px 22px 54px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, .38), transparent 24%),
    linear-gradient(120deg, #003d7e 0, #0873c3 58%, #5bb7e9 100%);
  border-bottom: 1px solid #023c77;
}

.masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background: repeating-linear-gradient(135deg, transparent 0 11px, #fff 12px, transparent 13px 25px);
}

.masthead::after {
  content: "信息互联  商机共享  智能服务";
  position: absolute;
  top: 22px;
  right: 24px;
  color: #fff;
  font-family: "SimSun", serif;
  font-size: 18px;
  letter-spacing: 4px;
  text-shadow: 1px 1px 0 #07518f;
}

.logo-box,
.hotline,
.search-row {
  position: relative;
  z-index: 1;
}

.logo-box {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  width: max-content;
  max-width: 64%;
  gap: 11px;
}

.logo-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: #064d8f;
  font-weight: 900;
  font-size: 20px;
  background: linear-gradient(135deg, #fff 0 48%, #ffbe2f 49% 100%);
  border: 2px outset #d6ecff;
  border-radius: 0;
  box-shadow: 4px 4px 0 rgba(0, 42, 83, .5);
}

.logo-main {
  color: #fff;
  font-family: "Microsoft YaHei", "SimHei", sans-serif;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.1;
  text-shadow: 2px 2px 0 #003c76;
}

.logo-sub {
  margin-top: 6px;
  color: #dff4ff;
  font-size: 10px;
  letter-spacing: .08em;
}

.hotline {
  position: absolute;
  right: 24px;
  top: 52px;
  padding: 5px 8px;
  color: #fff;
  background: rgba(0, 55, 106, .42);
  border: 1px solid rgba(255, 255, 255, .45);
}

.search-row {
  position: absolute;
  right: 16px;
  bottom: 10px;
  left: 16px;
  display: grid;
  grid-template-columns: 92px 1fr 88px auto;
  height: 34px;
  gap: 0;
  padding: 3px;
  background: #dcebf8;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #4f82b0;
}

.search-row select,
.search-row input,
.search-row button {
  min-width: 0;
  height: 26px;
  border-radius: 0;
}

.search-row select,
.search-row input {
  color: #284963;
  background: #fff;
  border: 1px inset #a9bfd3;
}

.search-row button {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(#ffad37, #e86b00);
  border: 2px outset #ffc46d;
}

.search-row .mini {
  align-self: center;
  padding: 0 12px;
  color: #315b7e;
  font-size: 12px;
}

.nav {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  padding: 0 4px;
  background: linear-gradient(#247bc4, #07529c 55%, #003b78 56%, #065395);
  border-top: 1px solid #67b7f4;
  border-bottom: 2px solid #f39800;
}

.nav a {
  padding: 9px 3px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 0 #003e78;
  border-right: 1px solid #0e4073;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.nav a:hover,
.nav a.active {
  color: #723500;
  background: linear-gradient(#ffe778, #ffad19);
  text-shadow: none;
}

.notice-bar,
.millennium-status {
  min-height: 29px;
  padding: 6px 12px;
  color: #875000;
  background: #fff8d8;
  border-bottom: 1px solid #e4c868;
}

.millennium-status {
  display: flex;
  gap: 10px;
  align-items: center;
  border-top: 1px solid #fff;
}

.millennium-status strong {
  flex: 0 0 auto;
  padding: 2px 8px;
  color: #fff;
  background: #e46c00;
}

.portal-focus-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background: #e4eef7;
  border-bottom: 1px solid #a6bed3;
}

.portal-focus-strip a {
  position: relative;
  display: grid;
  grid-template-columns: 128px 1fr;
  align-items: center;
  min-height: 74px;
  padding: 10px 18px;
  color: #fff;
  border: 3px outset #9cd4ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
}

.portal-focus-strip a:first-child {
  background: linear-gradient(90deg, #003e81, #0873c4);
}

.portal-focus-strip a:last-child {
  background: linear-gradient(90deg, #ba4100, #f18413);
  border-color: #ffc269;
}

.portal-focus-strip b {
  font-size: 22px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .28);
}

.portal-focus-strip span {
  line-height: 1.65;
}

.classic-home-grid {
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr) 205px;
  gap: 8px;
  padding: 8px;
  background: #fff;
}

.classic-home-grid main,
.classic-home-grid aside {
  min-width: 0;
}

.panel,
.portal-core-box,
.mall-page-head,
.mall-filter,
.mall-sort {
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid var(--mill-line);
  border-radius: 0;
  box-shadow: none;
}

.panel-title,
.portal-core-title {
  min-height: 31px;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(#2d82c9, #0758a8 52%, #004587 53%, #0860aa);
  border-bottom: 1px solid #003c76;
}

.panel-title.orange,
.mall-core .portal-core-title {
  background: linear-gradient(#ffad36, #f07800 52%, #d15b00 53%, #ee7300);
  border-bottom-color: #b74b00;
}

.panel-body {
  padding: 9px;
}

.classic-banner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 182px;
  margin-bottom: 8px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, #00417f, #0d78c4);
  border: 1px solid #003f7d;
}

.classic-banner-copy {
  padding: 21px 20px;
}

.classic-banner-copy h1 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 25px;
  line-height: 1.25;
  text-shadow: 2px 2px 0 #003a70;
}

.classic-banner-copy p {
  margin: 0 0 14px;
  line-height: 1.8;
}

.classic-banner-image {
  min-height: 180px;
  background-size: cover;
  background-position: center;
  border-left: 4px solid #ff9b16;
}

.btn,
button,
.btn-primary,
.btn-secondary {
  border-radius: 0;
}

.btn {
  padding: 6px 13px;
  font-weight: 700;
  border: 2px outset #c8e3f6;
}

.btn-primary {
  color: #fff;
  background: #0867b3;
}

.btn-secondary {
  color: #703900;
  background: #ffb52f;
  border-color: #ffcd77;
}

.portal-core-box {
  border-width: 2px;
}

.information-core {
  border-color: #1e6eb4;
}

.mall-core {
  border-color: #e37913;
}

.portal-core-body {
  padding: 10px;
}

.information-lead {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 11px;
  padding-bottom: 9px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #9eb6ca;
}

.information-lead img {
  width: 180px;
  height: 116px;
  object-fit: cover;
  border: 1px solid #8caac4;
  padding: 2px;
}

.information-lead h3 {
  margin: 0 0 6px;
  color: #064f9b;
  font-size: 17px;
}

.information-list,
.headline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.information-list li,
.headline-list li {
  position: relative;
  padding: 5px 4px 5px 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #c4d2de;
}

.information-list li::before,
.headline-list li::before {
  content: "■";
  position: absolute;
  left: 2px;
  color: #f27b0c;
  font-size: 7px;
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 9px;
}

.mall-category-bar {
  padding: 6px 8px;
  margin-bottom: 8px;
  color: #7d3c00;
  background: #fff4d5;
  border: 1px solid #edbd66;
}

.mall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #a6bfd6;
  border-radius: 0;
  box-shadow: inset 1px 1px 0 #fff, 2px 2px 0 #e2ebf2;
}

.product-card:hover {
  border-color: #f27b0c;
  box-shadow: 0 0 0 2px #ffe1ad;
}

.product-card .thumb {
  position: relative;
  display: block;
  height: 132px;
  padding: 4px;
  background: #eff5fa;
  border-bottom: 1px solid #bfd0df;
}

.product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .flag {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  padding: 2px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  background: #e45f00;
  border: 1px solid #fff;
}

.product-card .product-info {
  padding: 7px;
}

.product-card h3 {
  height: 36px;
  margin: 0 0 4px;
  overflow: hidden;
  color: #07539f;
  font-size: 13px;
  line-height: 18px;
}

.product-card p {
  height: 34px;
  margin: 0 0 5px;
  overflow: hidden;
  color: #657688;
  font-size: 11px;
  line-height: 17px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  margin-top: 5px;
  color: #657688;
  font-size: 11px;
  border-top: 1px dotted #b7c6d4;
}

.product-price {
  margin-top: 5px;
  color: #d92700;
  font-size: 19px;
  font-weight: 900;
}

.product-price small {
  color: #8e9aa5;
  font-size: 11px;
  font-weight: 400;
  text-decoration: line-through;
}

.product-card .product-link {
  display: block;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(#2e87ce, #0758a8);
  border-top: 1px solid #00437f;
}

.product-card:hover .product-link {
  background: linear-gradient(#ffa72e, #e66b00);
}

.mall-page-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(90deg, #064f9b 0 62%, #e87405 62% 100%);
  border-width: 2px;
}

.mall-page-head h1 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 24px;
}

.mall-page-head p {
  margin: 0;
}

.mall-filter,
.mall-sort {
  padding: 7px 9px;
  line-height: 2;
  background: #f0f7fd;
}

.mall-filter a,
.mall-sort a {
  display: inline-block;
  padding: 1px 8px;
  margin: 0 2px;
  color: #07539f;
  border: 1px solid #b1c8dc;
  background: #fff;
}

.mall-filter a.active,
.mall-sort a.active {
  color: #fff;
  background: #e86f00;
  border-color: #bc5100;
}

.mall-page-grid {
  margin-bottom: 12px;
}

.pager {
  padding: 9px;
  text-align: center;
  background: #edf5fb;
  border: 1px solid #a5bfd7;
}

.pager a,
.pager span {
  display: inline-block;
  padding: 3px 8px;
  margin: 0 2px;
  border: 1px solid #8cacc8;
  background: #fff;
}

.pager .active {
  color: #fff;
  background: #0758a8;
}

.layout,
.layout.two {
  gap: 8px;
  padding: 8px;
}

.layout {
  grid-template-columns: 188px minmax(0, 1fr) 205px;
}

.layout.two {
  grid-template-columns: 188px minmax(0, 1fr);
}

.page-hero,
.publish-hero,
.information-hero {
  min-height: 0;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(120deg, #004483, #167fc7);
  border: 1px solid #003e78;
  border-radius: 0;
}

.page-hero h1,
.publish-hero h1,
.information-hero h1 {
  color: #fff;
  font-size: 26px;
}

input,
select,
textarea {
  border-radius: 0;
  border: 1px inset #a7bdcf;
  background: #fff;
}

.footer {
  padding: 18px 20px;
  color: #35546d;
  line-height: 1.9;
  background: linear-gradient(#edf6fd, #d1e4f3);
  border-top: 3px solid #0758a8;
  text-align: center;
}

.footer a {
  color: #0758a8;
  font-weight: 700;
}

.friend-links {
  border-bottom-color: #a9c1d5;
}

@media (max-width: 1080px) {
  .site-shell {
    width: calc(100% - 10px);
  }

  .classic-home-grid,
  .layout {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .classic-home-grid > aside:last-child,
  .layout > aside:last-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .mall-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    font-size: 12px;
    background: #dce8f2;
  }

  .site-shell {
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .masthead {
    min-height: 170px;
    padding: 19px 13px 54px;
  }

  .masthead::after,
  .hotline {
    display: none;
  }

  .logo-box {
    max-width: 100%;
    grid-template-columns: 46px 1fr;
  }

  .logo-mark {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .logo-main {
    font-size: 21px;
  }

  .search-row {
    right: 8px;
    bottom: 9px;
    left: 8px;
    grid-template-columns: 78px 1fr 68px;
  }

  .search-row .mini {
    display: none;
  }

  .nav {
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
  }

  .nav a {
    padding: 8px 2px;
    font-size: 11px;
  }

  .portal-focus-strip {
    grid-template-columns: 1fr;
  }

  .portal-focus-strip a {
    grid-template-columns: 108px 1fr;
    min-height: 65px;
    padding: 8px 12px;
  }

  .portal-focus-strip b {
    font-size: 18px;
  }

  .classic-home-grid,
  .layout,
  .layout.two {
    display: flex;
    flex-direction: column;
    padding: 7px;
  }

  .classic-home-grid > main,
  .layout > main,
  .layout.two > main {
    order: 1;
  }

  .classic-home-grid > aside:first-child,
  .layout > aside:first-child,
  .layout.two > aside {
    order: 2;
  }

  .classic-home-grid > aside:last-child,
  .layout > aside:last-child {
    display: block;
    order: 3;
  }

  .classic-banner {
    display: block;
  }

  .classic-banner-image {
    min-height: 145px;
    border-top: 4px solid #ff9b16;
    border-left: 0;
  }

  .information-lead {
    grid-template-columns: 112px 1fr;
  }

  .information-lead img {
    width: 112px;
    height: 88px;
  }

  .mall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card .thumb {
    height: 118px;
  }

  .mall-page-head {
    display: block;
    background: linear-gradient(120deg, #064f9b, #e87405);
  }

  .footer {
    padding: 15px 10px;
  }
}

@media (max-width: 420px) {
  .mall-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  .product-card .thumb {
    height: 106px;
  }

  .information-lead {
    display: block;
  }

  .information-lead img {
    width: 100%;
    height: 138px;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .information-feature-grid,
  .publish-tip-grid,
  .info-hall-stats,
  .publish-flow {
    grid-template-columns: 1fr;
  }

  .info-list-item {
    display: block;
  }

  .info-list-thumb,
  .info-list-thumb img {
    height: 170px;
  }
}

body {
  margin: 0;
  color: #333;
  font-family: "宋体", SimSun, "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px;
  background: #e6eef8 url("data:image/gif;base64,R0lGODlhBAAEAIAAAP///+7u7iH5BAAAAAAALAAAAAAEAAQAAAIESB4AOw==") repeat;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

a {
  color: #0645ad;
  text-decoration: none;
}

a:hover {
  color: #c00;
  text-decoration: underline;
}

.site-shell {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-left: 1px solid #9db7d8;
  border-right: 1px solid #9db7d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, .18);
}

.topbar {
  min-height: 26px;
  line-height: 26px;
  padding: 0 10px;
  color: #35506d;
  background: linear-gradient(#fdfefe, #dfeafa);
  border-bottom: 1px solid #adc1dc;
  overflow: hidden;
}

.topbar .right {
  float: right;
}

.masthead {
  position: relative;
  min-height: 112px;
  padding: 12px 14px 10px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .55), transparent 24%),
    linear-gradient(120deg, #0f6fbd, #1b8bd0 46%, #f5c542 46%, #f08300 100%);
  border-bottom: 3px solid #c44900;
}

.logo-box {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  background: rgba(0, 0, 0, .18);
  border: 1px solid rgba(255, 255, 255, .55);
}

.logo-main {
  display: block;
  font-size: 28px;
  font-family: "黑体", SimHei, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #064b80;
}

.logo-sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.hotline {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 260px;
  padding: 8px 10px;
  color: #7a2600;
  background: #fff9d7;
  border: 1px solid #f5b351;
}

.search-row {
  margin-top: 12px;
  padding: 8px;
  background: #fff;
  border: 1px solid #f1b858;
}

.search-row input,
.search-row select {
  height: 24px;
  border: 1px solid #999;
}

.search-row input {
  width: 360px;
  padding: 3px 6px;
}

.retro-btn {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  padding: 0 14px;
  color: #fff !important;
  background: linear-gradient(#ff9b29, #df5b00);
  border: 1px solid #9f3900;
  cursor: pointer;
  font-weight: bold;
}

.nav {
  display: flex;
  min-height: 34px;
  line-height: 34px;
  background: linear-gradient(#f87912, #c74200);
  border-top: 1px solid #ffbd75;
  border-bottom: 1px solid #8d2b00;
  overflow: hidden;
}

.nav a {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #9f3300;
  white-space: nowrap;
}

.nav a:hover,
.nav a.active {
  background: linear-gradient(#fff9d1, #ffc14a);
  color: #8a2200;
  text-decoration: none;
}

.notice-line {
  clear: both;
  padding: 6px 10px;
  color: #8a2200;
  background: #fff7dc;
  border-bottom: 1px solid #efd18b;
}

.layout {
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  gap: 8px;
  padding: 8px;
}

.layout.two {
  grid-template-columns: 210px 1fr;
}

.panel {
  margin-bottom: 8px;
  border: 1px solid #b7c9e5;
  background: #fff;
}

.panel-title {
  height: 28px;
  line-height: 28px;
  padding: 0 9px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(#2e91d4, #0b64ad);
  border-bottom: 1px solid #064b80;
}

.panel.orange .panel-title {
  background: linear-gradient(#ff9e2f, #df5b00);
  border-bottom-color: #9f3900;
}

.panel-body {
  padding: 8px;
}

.category-list a {
  display: block;
  padding: 7px 6px;
  border-bottom: 1px dotted #b7c9e5;
  background: linear-gradient(90deg, #f6fbff, #fff);
}

.category-list b {
  color: #d24a00;
}

.banner {
  min-height: 210px;
  padding: 16px 18px;
  color: #472100;
  background:
    linear-gradient(90deg, rgba(255, 250, 211, .92), rgba(255, 255, 255, .35)),
    repeating-linear-gradient(135deg, #ffe89f 0, #ffe89f 12px, #ffd46f 12px, #ffd46f 24px);
  border: 1px solid #e7a739;
  overflow: hidden;
}

.banner h1 {
  margin: 6px 0 8px;
  color: #b03400;
  font-size: 26px;
  font-family: "黑体", SimHei, sans-serif;
}

.banner p {
  max-width: 560px;
  line-height: 1.8;
}

.badge-row span {
  display: inline-block;
  margin: 4px 5px 0 0;
  padding: 4px 8px;
  color: #fff;
  background: #0b64ad;
  border: 1px solid #064b80;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.info-card {
  min-height: 126px;
  padding: 10px;
  line-height: 1.7;
  background: linear-gradient(#ffffff, #f5faff);
  border: 1px solid #cbd7ea;
}

.info-card b {
  display: block;
  color: #b03400;
  font-size: 14px;
}

.info-card span {
  display: block;
  color: #21496f;
}

.info-card p {
  margin: 6px 0 8px;
}

.promise-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.promise-row div {
  min-height: 112px;
  padding: 10px;
  color: #4f2500;
  background: #fff8df;
  border: 1px solid #e5b05d;
}

.promise-row em {
  display: block;
  color: #d24a00;
  font-style: normal;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: bold;
}

.promise-row b,
.promise-row span {
  display: block;
  line-height: 1.6;
}

.product-card {
  position: relative;
  padding: 7px;
  background: #fff;
  border: 1px solid #ccd8ea;
  min-width: 0;
}

.product-card:hover {
  border-color: #f08300;
  box-shadow: 0 0 0 2px #fff1ca inset;
}

.thumb {
  height: 104px;
  position: relative;
  margin-bottom: 6px;
  color: #7a2600;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: #fff7dd;
  border: 1px solid #d99b42;
}

.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px 4px;
  color: #fff;
  background: rgba(120, 52, 0, .78);
}

.tag {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  background: #d24a00;
}

.price {
  color: #c00;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.old-price {
  color: #888;
  text-decoration: line-through;
}

.table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 7px;
  border: 1px solid #cbd7ea;
}

.table th {
  color: #21496f;
  background: #edf5ff;
}

.news-list li,
.plain-list li {
  margin-bottom: 7px;
  line-height: 1.6;
}

.form-grid {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px 10px;
  max-width: 640px;
}

.form-grid label {
  text-align: right;
  line-height: 26px;
  color: #21496f;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  font-size: 12px;
}

.form-grid textarea {
  min-height: 72px;
}

.detail-wrap {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 14px;
}

.detail-img {
  height: 280px;
  overflow: hidden;
  color: #743000;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(135deg, #fff7cf, #eaa23e);
  border: 1px solid #c57a16;
}

.detail-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spec-box {
  padding: 8px;
  line-height: 1.9;
  background: #fffdf2;
  border: 1px solid #efd18b;
}

.tabs {
  margin-top: 10px;
}

.tab-head span {
  display: inline-block;
  padding: 7px 18px;
  background: #edf5ff;
  border: 1px solid #b7c9e5;
  border-bottom: none;
  cursor: pointer;
}

.tab-head span.on {
  color: #fff;
  background: #0b64ad;
}

.tab-body {
  padding: 10px;
  border: 1px solid #b7c9e5;
  line-height: 1.8;
}

.tab-pane {
  display: none;
}

.tab-pane.on {
  display: block;
}

.stars {
  color: #d24a00;
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}

.video-box {
  height: 190px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background:
    linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)),
    repeating-linear-gradient(90deg, #202020 0, #202020 16px, #343434 16px, #343434 32px);
  border: 4px solid #444;
}

.loading-video-box {
  overflow: hidden;
}

.loading-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #111;
  object-fit: cover;
}

.video-loading-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  text-align: center;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .12), transparent 22%),
    linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .66));
}

.video-loading-mask b {
  color: #fff3b0;
  font-size: 18px;
}

.video-loading-mask span {
  max-width: 92%;
  line-height: 1.5;
  font-size: 12px;
}

.video-loading-mask em {
  display: inline-block;
  margin-top: 2px;
  color: #d7eaff;
  font-style: normal;
  font-size: 12px;
}

.video-loading-mask em:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff3b0;
  border-radius: 50%;
  animation: loading-spin 1s linear infinite;
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.footer {
  margin-top: 8px;
  padding: 14px 10px 22px;
  text-align: center;
  line-height: 1.9;
  color: #456;
  background: #eef5ff;
  border-top: 3px solid #0b64ad;
}

.friend-links a {
  margin: 0 6px;
}

.crumb {
  margin-bottom: 8px;
  padding: 7px 9px;
  background: #f7fbff;
  border: 1px solid #cbd7ea;
}

.mini {
  color: #777;
  font-size: 12px;
}

.pager {
  padding: 10px;
  text-align: center;
}

.pager span {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 7px;
  border: 1px solid #bbb;
  background: #fff;
}

@media (max-width: 760px) {
  .site-shell {
    width: 100%;
  }

  .layout,
  .layout.two,
  .detail-wrap {
    display: block;
  }

  .hotline {
    position: static;
    width: auto;
    margin-top: 8px;
  }

  .home-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-grid,
  .promise-row {
    grid-template-columns: 1fr;
  }

  .nav {
    height: auto;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .nav a {
    flex: none;
    width: 33.33%;
    padding: 0;
    text-align: center;
  }

  .topbar .right {
    float: none;
    display: block;
  }

  .search-row input {
    width: 100%;
    margin: 6px 0;
  }

  .banner {
    height: auto;
  }
}

/* datset.cn final color overrides */
body {
  color: #27364a;
  background:
    radial-gradient(circle at 16% 12%, rgba(20, 184, 166, .18), transparent 22%),
    radial-gradient(circle at 82% 0, rgba(37, 99, 235, .18), transparent 24%),
    #dce8f7 url("data:image/gif;base64,R0lGODlhBAAEAIAAAP///+7u7iH5BAAAAAAALAAAAAAEAAQAAAIESB4AOw==") repeat;
}

a {
  color: #075985;
}

a:hover {
  color: #0f766e;
}

.site-shell {
  border-left-color: #7dd3fc;
  border-right-color: #7dd3fc;
  box-shadow: 0 0 14px rgba(15, 76, 129, .24);
}

.topbar {
  color: #164e63;
  background: linear-gradient(#f8fdff, #d8f3ff);
  border-bottom-color: #7dd3fc;
}

.masthead {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .5), transparent 24%),
    linear-gradient(120deg, #0f172a, #075985 45%, #14b8a6 45%, #22d3ee 100%);
  border-bottom-color: #0f766e;
}

.logo-main {
  text-shadow: 2px 2px 0 #082f49;
}

.hotline {
  color: #0f3f46;
  background: #e6fffb;
  border-color: #2dd4bf;
}

.search-row {
  border-color: #67e8f9;
}

.retro-btn {
  background: linear-gradient(#22d3ee, #0284c7);
  border-color: #075985;
}

.nav {
  background: linear-gradient(#0ea5e9, #075985);
  border-top-color: #7dd3fc;
  border-bottom-color: #0f3f46;
}

.nav a {
  border-right-color: #0c4a6e;
}

.nav a:hover,
.nav a.active {
  color: #0f3f46;
  background: linear-gradient(#ecfeff, #67e8f9);
}

.notice-line {
  color: #0f3f46;
  background: #ecfeff;
  border-bottom-color: #67e8f9;
}

.panel {
  border-color: #bae6fd;
}

.panel-title,
.panel.orange .panel-title {
  background: linear-gradient(#0891b2, #0f766e);
  border-bottom-color: #115e59;
}

.category-list a {
  border-bottom-color: #bae6fd;
  background: linear-gradient(90deg, #eff6ff, #fff);
}

.category-list b,
.banner h1,
.info-card b,
.promise-row em,
.stars {
  color: #0e7490;
}

.banner {
  color: #0f3f46;
  background:
    linear-gradient(90deg, rgba(236, 254, 255, .95), rgba(255, 255, 255, .35)),
    repeating-linear-gradient(135deg, #cffafe 0, #cffafe 12px, #bae6fd 12px, #bae6fd 24px);
  border-color: #38bdf8;
}

.badge-row span,
.tag {
  background: #0f766e;
  border-color: #115e59;
}

.product-card:hover {
  border-color: #14b8a6;
  box-shadow: 0 0 0 2px #ccfbf1 inset;
}

.thumb {
  color: #0f3f46;
  background: #ecfeff;
  border-color: #38bdf8;
}

.thumb span {
  background: rgba(8, 47, 73, .82);
}

.price {
  color: #0284c7;
}

.table th {
  color: #075985;
  background: #ecfeff;
}

.spec-box,
.promise-row div {
  background: #f0fdfa;
  border-color: #5eead4;
}

.tab-head span.on {
  background: #0f766e;
}

.footer {
  background: #e0f2fe;
  border-top-color: #0f766e;
}

/* Final mobile content order - keep at EOF */
@media (max-width: 760px) {
  .layout,
  .layout.two {
    display: flex;
    flex-direction: column;
  }

  .layout > main,
  .layout.two > main {
    order: 1;
  }

  .layout > aside:first-child,
  .layout.two > aside {
    order: 2;
  }

  .layout > aside:last-child {
    order: 3;
  }
}

/* datset.cn data-atlas visual system */
:root {
  --ink: #102a43;
  --ink-2: #243b53;
  --paper: #f5efe5;
  --paper-2: #fbf8f2;
  --line: #c8d2d9;
  --aqua: #53d8c9;
  --aqua-deep: #137f78;
  --signal: #ff6b35;
  --signal-deep: #c83e13;
  --white: #fffdf8;
  --shadow: 0 15px 40px rgba(16, 42, 67, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink-2);
  font-family: "Noto Sans SC", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  background:
    linear-gradient(rgba(16, 42, 67, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 42, 67, .045) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
}

a {
  color: var(--aqua-deep);
  text-decoration: none;
}

a:hover {
  color: var(--signal-deep);
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  width: min(1320px, calc(100% - 34px));
  margin: 20px auto 42px;
  overflow: hidden;
  background: var(--paper-2);
  border: 1px solid rgba(16, 42, 67, .22);
  box-shadow: var(--shadow);
  animation: shell-in .65s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes shell-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.topbar {
  min-height: 38px;
  padding: 8px 24px;
  color: #d7e5e6;
  font-size: 12px;
  letter-spacing: .06em;
  background: var(--ink);
  border: 0;
}

.topbar .right {
  display: flex;
  float: right;
  gap: 18px;
}

.topbar a {
  color: #d7e5e6;
}

.topbar a:hover {
  color: var(--aqua);
}

.masthead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1.4fr) minmax(250px, .6fr);
  gap: 26px;
  min-height: 182px;
  padding: 32px 36px 72px;
  color: var(--ink);
  background:
    radial-gradient(circle at 76% 26%, rgba(83, 216, 201, .28), transparent 23%),
    linear-gradient(115deg, #fdf9f0 0 63%, #dcefed 63% 100%);
  border: 0;
}

.masthead::before,
.masthead::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(16, 42, 67, .16);
}

.masthead::before {
  top: 20px;
  right: 55px;
  width: 88px;
  height: 88px;
  transform: rotate(12deg);
}

.masthead::after {
  top: 45px;
  right: 92px;
  width: 44px;
  height: 44px;
  background: var(--signal);
  border: 0;
  border-radius: 50%;
  opacity: .82;
}

.logo-box {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-content: center;
  column-gap: 15px;
  max-width: 760px;
  padding: 0;
  background: transparent;
  border: 0;
}

.logo-mark {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--aqua);
}

.logo-main {
  color: var(--ink);
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .04em;
  text-shadow: none;
}

.logo-sub {
  margin-top: 7px;
  color: #486581;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.hotline {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: end;
  min-width: 250px;
  padding: 18px 20px;
  color: var(--ink);
  text-align: left;
  background: rgba(255, 253, 248, .8);
  border: 1px solid rgba(16, 42, 67, .22);
  backdrop-filter: blur(8px);
}

.hotline span,
.hotline b,
.hotline small {
  display: block;
}

.hotline span {
  color: var(--signal-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.hotline b {
  margin: 6px 0 8px;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 18px;
}

.hotline small {
  color: #627d98;
  font-family: Georgia, serif;
}

.search-row {
  position: absolute;
  right: 36px;
  bottom: 22px;
  left: 36px;
  display: grid;
  grid-template-columns: 130px minmax(220px, 1fr) 110px auto;
  gap: 0;
  align-items: center;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 2px solid var(--ink);
}

.search-row select,
.search-row input {
  height: 42px;
  padding: 0 14px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  outline: 0;
}

.search-row .retro-btn {
  height: 42px;
  border: 0;
}

.search-row .mini {
  padding: 0 14px;
  color: #627d98;
  white-space: nowrap;
}

.retro-btn,
.plain-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 16px;
  font-weight: 800;
  line-height: 1.2;
  border-radius: 0;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.retro-btn {
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 4px 4px 0 var(--aqua);
}

.retro-btn:hover {
  color: var(--white);
  background: var(--signal-deep);
  border-color: var(--signal-deep);
  box-shadow: 4px 4px 0 #ffb394;
  transform: translate(-1px, -1px);
}

.plain-btn {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
}

.plain-btn:hover {
  color: var(--white);
  background: var(--ink);
}

.nav {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  padding: 0 18px;
  background: var(--ink);
  border: 0;
}

.nav a {
  padding: 14px 8px;
  color: #e9f1f1;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  border: 0;
  border-bottom: 3px solid transparent;
}

.nav a:hover,
.nav a.active {
  color: var(--ink);
  background: var(--aqua);
  border-bottom-color: var(--signal);
}

.notice-line {
  padding: 7px 18px;
  color: #486581;
  font-size: 12px;
  background: #e7f4f1;
  border-bottom: 1px solid #b7d8d4;
}

.data-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 490px;
  color: var(--white);
  background: var(--ink);
  border-bottom: 8px solid var(--aqua);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 52px 108px;
}

.eyebrow {
  color: var(--aqua);
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}

.hero-copy h1 {
  margin: 18px 0;
  color: var(--white);
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.18;
  letter-spacing: -.04em;
}

.hero-copy h1 em {
  color: var(--aqua);
  font-style: normal;
}

.hero-copy p {
  max-width: 640px;
  margin: 0 0 28px;
  color: #c9d7e3;
  font-size: 16px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-copy .retro-btn {
  color: var(--ink);
  background: var(--aqua);
  border-color: var(--aqua);
  box-shadow: 5px 5px 0 var(--signal);
}

.hero-copy .plain-btn {
  color: var(--white);
  border-color: #8ca3b7;
}

.hero-image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, var(--ink), transparent 35%), linear-gradient(0deg, rgba(16, 42, 67, .65), transparent 50%);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.08);
}

.hero-float {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 86px;
  padding: 16px 20px;
  color: var(--ink);
  background: var(--aqua);
  box-shadow: 8px 8px 0 var(--signal);
}

.hero-float b,
.hero-float span {
  display: block;
}

.hero-float b {
  font-family: Georgia, serif;
  letter-spacing: .13em;
}

.hero-metrics {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(8, 27, 45, .88);
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.hero-metrics span {
  padding: 17px 24px;
  color: #aebfcd;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.hero-metrics b {
  margin-right: 7px;
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 24px;
}

.layout,
.home-portal-grid {
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr) 230px;
  gap: 18px;
  padding: 22px;
}

.layout.two {
  grid-template-columns: 225px minmax(0, 1fr);
}

.home-portal-grid > main,
.layout > main {
  min-width: 0;
}

.panel {
  margin-bottom: 18px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.panel-title,
.panel.orange .panel-title {
  padding: 11px 15px;
  color: var(--ink);
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .04em;
  background: #e7f4f1;
  border: 0;
  border-left: 5px solid var(--aqua-deep);
}

.panel.orange .panel-title {
  background: #fff0e8;
  border-left-color: var(--signal);
}

.panel-body {
  padding: 15px;
}

.panel-title-action a {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.panel-title-action a:hover {
  color: var(--white);
  background: var(--ink);
}

.category-list a {
  padding: 10px 11px;
  color: var(--ink-2);
  background: transparent;
  border-bottom: 1px solid #d9e2ec;
}

.category-list a:hover {
  padding-left: 15px;
  color: var(--signal-deep);
  background: #fff5ef;
}

.category-list b,
.banner h1,
.info-card b,
.promise-row em,
.stars {
  color: var(--signal-deep);
}

.info-category-links {
  background: var(--line);
}

.info-category-links a {
  color: var(--ink-2);
  background: var(--white);
}

.info-category-links a:hover,
.info-category-links a.all {
  color: var(--white);
  background: var(--ink);
}

.home-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  padding: 10px;
  background: var(--white);
  border: 1px solid #d9e2ec;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-card:hover {
  border-color: var(--aqua-deep);
  box-shadow: 6px 6px 0 rgba(83, 216, 201, .28);
  transform: translateY(-3px);
}

.thumb {
  overflow: hidden;
  background: #e7f4f1;
  border: 0;
}

.thumb img {
  transition: transform .45s ease;
}

.product-card:hover .thumb img {
  transform: scale(1.045);
}

.thumb span {
  color: var(--white);
  background: rgba(16, 42, 67, .88);
}

.tag,
.badge-row span,
.info-type {
  color: var(--white);
  background: var(--aqua-deep);
  border-color: var(--aqua-deep);
  border-radius: 0;
}

.price {
  color: var(--signal-deep);
  font-family: Georgia, serif;
}

.table {
  border-color: var(--line);
}

.table th {
  color: var(--ink);
  background: #e7f4f1;
}

.table tr:hover td {
  background: #fff8f2;
}

.spec-box,
.promise-row div {
  background: #f4fbf9;
  border-color: #aedbd5;
}

.information-card,
.info-list-item,
.info-detail-article {
  border-color: var(--line);
  border-radius: 0;
  box-shadow: none;
}

.information-card:hover,
.info-list-item:hover {
  border-color: var(--aqua-deep);
  box-shadow: 6px 6px 0 rgba(83, 216, 201, .22);
}

.info-hall-hero,
.publish-hero {
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-bottom: 6px solid var(--signal);
  border-radius: 0;
}

.info-hall-hero h1,
.publish-hero h1 {
  font-family: "Noto Serif SC", "Songti SC", serif;
}

.info-hall-stats span,
.publish-flow span {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
}

input,
select,
textarea {
  color: var(--ink);
  background: var(--white);
  border: 1px solid #9fb3c8;
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--aqua-deep);
  outline: 2px solid rgba(83, 216, 201, .25);
}

.tab-head span.on {
  background: var(--ink);
}

.footer {
  padding: 30px 28px;
  color: #cbd7e1;
  line-height: 2;
  background: var(--ink);
  border-top: 6px solid var(--aqua);
}

.footer a {
  color: var(--aqua);
}

.friend-links {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.merchant-submit-note {
  color: var(--aqua-deep);
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1080px) {
  .home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout,
  .home-portal-grid {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .layout > aside:last-child,
  .home-portal-grid > aside:last-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 13px;
    background-size: 22px 22px;
  }

  .site-shell {
    width: 100%;
    margin: 0;
    border: 0;
  }

  .topbar {
    padding: 8px 14px;
  }

  .topbar > span:first-child {
    display: none;
  }

  .topbar .right {
    justify-content: space-between;
    float: none;
    gap: 10px;
  }

  .topbar .right a:last-child {
    display: none;
  }

  .masthead {
    display: block;
    min-height: 210px;
    padding: 24px 16px 74px;
  }

  .masthead::before,
  .masthead::after,
  .hotline {
    display: none;
  }

  .logo-box {
    grid-template-columns: 44px 1fr;
  }

  .logo-mark {
    width: 44px;
    height: 44px;
    font-size: 16px;
    box-shadow: 5px 5px 0 var(--aqua);
  }

  .logo-main {
    font-size: 22px;
  }

  .logo-sub {
    font-size: 9px;
    letter-spacing: .08em;
  }

  .search-row {
    right: 14px;
    bottom: 16px;
    left: 14px;
    grid-template-columns: 88px 1fr 82px;
  }

  .search-row .mini {
    display: none;
  }

  .nav {
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
  }

  .nav a {
    padding: 11px 4px;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .data-hero {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    padding: 42px 22px 120px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-copy p {
    font-size: 14px;
  }

  .hero-image {
    min-height: 260px;
  }

  .hero-float {
    right: 18px;
    bottom: 72px;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-metrics span {
    padding: 10px 14px;
  }

  .hero-metrics b {
    font-size: 19px;
  }

  .layout,
  .layout.two,
  .home-portal-grid {
    display: flex;
    flex-direction: column;
    padding: 14px;
  }

  .layout > main,
  .layout.two > main,
  .home-portal-grid > main {
    order: 1;
  }

  .layout > aside:first-child,
  .layout.two > aside,
  .home-portal-grid > aside:first-child {
    order: 2;
  }

  .layout > aside:last-child,
  .home-portal-grid > aside:last-child {
    display: block;
    order: 3;
  }

  .home-grid,
  .information-feature-grid,
  .info-grid,
  .promise-row {
    grid-template-columns: 1fr;
  }

  .panel-body {
    padding: 12px;
  }

  .table-wrap {
    overflow-x: auto;
  }

  .footer {
    padding: 24px 18px;
  }
}

/* Final millennium portal overrides. Keep this block last. */
:root {
  --retro-blue: #0758a8;
  --retro-blue-dark: #003b78;
  --retro-orange: #ed7300;
  --retro-line: #8cafd0;
}

body {
  color: #193b5b;
  font-family: Tahoma, Verdana, "Microsoft YaHei", "SimSun", sans-serif;
  font-size: 13px;
  background-color: #dfebf5;
  background-image: linear-gradient(rgba(255,255,255,.48) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.48) 1px, transparent 1px);
  background-size: 4px 4px;
}

.site-shell {
  width: min(1100px, calc(100% - 20px));
  margin: 8px auto 18px;
  background: #fff;
  border: 1px solid #5c87b0;
  box-shadow: 0 0 0 3px rgba(255,255,255,.75), 0 4px 14px rgba(21,57,92,.18);
}

.topbar {
  min-height: 28px;
  padding: 5px 12px;
  color: #315675;
  background: linear-gradient(#fff, #e4f0fa);
  border-bottom: 1px solid #97b6d1;
}

.topbar a,
.topbar .right a {
  color: #0758a8;
}

.masthead {
  min-height: 138px;
  padding: 20px 22px 54px;
  color: #fff;
  background: radial-gradient(circle at 74% 18%, rgba(255,255,255,.32), transparent 25%), linear-gradient(120deg, #003d7e, #0873c3 58%, #5bb7e9);
  border-bottom: 1px solid #023c77;
}

.masthead::before {
  display: block;
  inset: 0;
  opacity: .16;
  background: repeating-linear-gradient(135deg, transparent 0 11px, #fff 12px, transparent 13px 25px);
}

.masthead::after {
  display: block;
  content: "信息互联  商机共享  智能服务";
  top: 22px;
  right: 24px;
  color: #fff;
  font-family: "SimSun", serif;
  font-size: 18px;
  letter-spacing: 4px;
  text-shadow: 1px 1px #07518f;
}

.logo-box {
  grid-template-columns: 56px 1fr;
  max-width: 64%;
  gap: 11px;
}

.logo-mark {
  width: 56px;
  height: 56px;
  color: #064d8f;
  font-size: 20px;
  background: linear-gradient(135deg, #fff 0 48%, #ffbe2f 49%);
  border: 2px outset #d6ecff;
  box-shadow: 4px 4px 0 rgba(0,42,83,.5);
}

.logo-main {
  color: #fff;
  font-family: "Microsoft YaHei", "SimHei", sans-serif;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 2px 2px #003c76;
}

.logo-sub {
  margin-top: 6px;
  color: #dff4ff;
  font-size: 10px;
}

.hotline {
  top: 52px;
  right: 24px;
  padding: 5px 8px;
  color: #fff;
  background: rgba(0,55,106,.42);
  border: 1px solid rgba(255,255,255,.45);
}

.search-row {
  right: 16px;
  bottom: 10px;
  left: 16px;
  grid-template-columns: 92px 1fr 88px auto;
  height: 34px;
  gap: 0;
  padding: 3px;
  background: #dcebf8;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #4f82b0;
}

.search-row select,
.search-row input,
.search-row button {
  height: 26px;
  border-radius: 0;
}

.search-row select,
.search-row input {
  background: #fff;
  border: 1px inset #a9bfd3;
}

.search-row button {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(#ffad37, #e86b00);
  border: 2px outset #ffc46d;
}

.search-row .mini {
  align-self: center;
  padding: 0 12px;
  color: #315b7e;
}

.nav {
  grid-template-columns: repeat(10, 1fr);
  padding: 0 4px;
  background: linear-gradient(#247bc4, #07529c 55%, #003b78 56%, #065395);
  border-top: 1px solid #67b7f4;
  border-bottom: 2px solid #f39800;
}

.nav a {
  padding: 9px 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px #003e78;
  border-right: 1px solid #0e4073;
  border-left: 1px solid rgba(255,255,255,.18);
  border-bottom: 0;
}

.nav a:hover,
.nav a.active {
  color: #713500;
  background: linear-gradient(#ffe778, #ffad19);
  text-shadow: none;
}

.notice-line,
.millennium-status {
  min-height: 29px;
  padding: 6px 12px;
  color: #875000;
  background: #fff8d8;
  border-bottom: 1px solid #e4c868;
}

.millennium-status {
  display: flex;
  align-items: center;
  gap: 9px;
}

.millennium-status > span,
.millennium-status > b {
  flex: 0 0 auto;
  padding: 2px 7px;
  color: #fff;
  background: #e46c00;
}

.millennium-status marquee {
  color: #8c4b00;
}

.portal-focus-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background: #e4eef7;
  border-bottom: 1px solid #a6bed3;
}

.portal-focus-strip > a {
  display: grid;
  grid-template-columns: 115px 1fr;
  align-items: center;
  min-height: 78px;
  padding: 10px 16px;
  color: #fff;
  border: 3px outset #9cd4ff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.portal-focus-strip > a:first-child {
  background: linear-gradient(90deg, #003e81, #0873c4);
}

.portal-focus-strip > a:last-child {
  background: linear-gradient(90deg, #b64000, #f18413);
  border-color: #ffc269;
}

.portal-focus-strip > a > span {
  color: rgba(255,255,255,.78);
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
}

.portal-focus-strip > a b,
.portal-focus-strip > a em,
.portal-focus-strip > a small {
  display: block;
  color: #fff;
}

.portal-focus-strip > a b {
  font-size: 22px;
  letter-spacing: 2px;
  text-shadow: 2px 2px rgba(0,0,0,.28);
}

.portal-focus-strip > a em {
  margin: 3px 0;
  font-style: normal;
}

.classic-home-grid,
.layout,
.home-portal-grid {
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr) 205px;
  gap: 8px;
  padding: 8px;
}

.layout.two {
  grid-template-columns: 188px minmax(0, 1fr);
}

.classic-home-grid main,
.classic-home-grid aside {
  min-width: 0;
}

.panel,
.portal-core-box,
.mall-page-head,
.mall-filter,
.mall-sort {
  margin-bottom: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--retro-line);
  box-shadow: none;
}

.panel-title,
.panel.orange .panel-title {
  min-height: 31px;
  padding: 6px 10px;
  color: #fff;
  font-family: Tahoma, Verdana, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(#2d82c9, #0758a8 52%, #004587 53%, #0860aa);
  border: 0;
  border-bottom: 1px solid #003c76;
}

.panel.orange .panel-title {
  background: linear-gradient(#ffad36, #f07800 52%, #d15b00 53%, #ee7300);
  border-bottom-color: #b74b00;
}

.panel-body {
  padding: 9px;
}

.classic-banner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 182px;
  margin-bottom: 8px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, #00417f, #0d78c4);
  border: 1px solid #003f7d;
}

.classic-banner > div {
  padding: 20px;
}

.classic-banner > div > span {
  color: #aee3ff;
  font-family: Georgia, serif;
  letter-spacing: 1px;
}

.classic-banner h1 {
  margin: 8px 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.25;
  text-shadow: 2px 2px #003a70;
}

.classic-banner p {
  margin: 0 0 13px;
  line-height: 1.75;
}

.classic-banner > img {
  width: 100%;
  height: 100%;
  min-height: 182px;
  object-fit: cover;
  border-left: 4px solid #ff9b16;
}

.retro-btn,
.plain-btn,
button {
  border-radius: 0;
}

.retro-btn {
  color: #fff;
  background: linear-gradient(#2f88cf, #0758a8);
  border: 2px outset #a9d7f8;
  box-shadow: none;
}

.plain-btn {
  color: #6f3900;
  background: linear-gradient(#ffe48b, #ffb52f);
  border: 2px outset #ffce77;
}

.portal-core-box {
  border-width: 2px;
}

.information-core {
  border-color: #1e6eb4;
}

.mall-core {
  border-color: #e37913;
}

.portal-core-box > header {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  min-height: 48px;
  padding: 6px 10px;
  color: #fff;
  background: linear-gradient(#2d82c9, #0758a8 52%, #004587 53%, #0860aa);
  border-bottom: 1px solid #003c76;
}

.mall-core > header {
  background: linear-gradient(#ffad36, #f07800 52%, #d15b00 53%, #ee7300);
  border-bottom-color: #b74b00;
}

.portal-core-box > header > span {
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.portal-core-box > header b,
.portal-core-box > header em {
  display: block;
}

.portal-core-box > header b {
  font-size: 18px;
}

.portal-core-box > header em {
  font-style: normal;
  font-size: 11px;
}

.portal-core-box > header a {
  color: #fff;
  font-weight: 700;
}

.information-core-body {
  padding: 10px;
}

.information-lead {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 4px 11px;
  padding-bottom: 9px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #9eb6ca;
}

.information-lead img {
  grid-row: 1 / 3;
  width: 180px;
  height: 112px;
  padding: 2px;
  object-fit: cover;
  border: 1px solid #8caac4;
}

.information-lead b {
  color: #07539f;
  font-size: 17px;
}

.information-lead span {
  color: #566d82;
  line-height: 1.7;
}

.information-headlines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.information-headlines li {
  display: grid;
  grid-template-columns: 66px minmax(0,1fr) 34px;
  gap: 5px;
  padding: 5px 2px;
  border-bottom: 1px dotted #c3d2df;
}

.information-headlines li > span {
  color: #e36800;
}

.information-headlines li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.information-headlines li em {
  color: #8a99a7;
  font-style: normal;
}

.core-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 7px 10px;
  color: #6b7f91;
  background: #edf6fd;
  border-top: 1px solid #bfd1df;
}

.mall-core .core-actions {
  background: #fff5df;
  border-top-color: #ebc27a;
}

.mall-category-bar {
  padding: 6px 8px;
  margin: 8px;
  color: #7d3c00;
  background: #fff4d5;
  border: 1px solid #edbd66;
}

.mall-category-bar a {
  margin-right: 9px;
  color: #9b4900;
}

.mall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.home-mall-grid {
  padding: 0 8px 8px;
}

.product-card {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #a6bfd6;
  box-shadow: inset 1px 1px #fff, 2px 2px #e2ebf2;
  transform: none;
  transition: none;
}

.product-card:hover {
  border-color: #f27b0c;
  box-shadow: 0 0 0 2px #ffe1ad;
  transform: none;
}

.product-card .thumb {
  position: relative;
  display: block;
  height: 128px;
  padding: 4px;
  background: #eff5fa;
  border-bottom: 1px solid #bfd0df;
}

.product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.product-card .thumb span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  left: 4px;
  padding: 3px 5px;
  color: #fff;
  font-size: 10px;
  background: rgba(0,49,94,.86);
}

.product-card-body {
  padding: 7px;
}

.product-card-flags,
.product-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.product-card-flags em {
  color: #6b7e8f;
  font-size: 10px;
  font-style: normal;
}

.product-card h3 {
  height: 37px;
  margin: 6px 0 4px;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
}

.product-card h3 a {
  color: #07539f;
}

.product-card-desc {
  height: 34px;
  margin: 0 0 4px;
  overflow: hidden;
  color: #63778a;
  font-size: 11px;
  line-height: 17px;
}

.product-card .mini {
  display: block;
  height: 30px;
  overflow: hidden;
}

.product-card-bottom {
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px dotted #b7c6d4;
}

.product-card-bottom > span {
  display: block;
  min-width: 0;
}

.product-card-bottom .price {
  display: block;
  color: #d92700;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.product-card-bottom del {
  color: #8e9aa5;
  font-size: 10px;
}

.product-card-bottom .retro-btn {
  flex: 0 0 auto;
  padding: 4px 6px;
  font-size: 11px;
}

.mall-page-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(90deg, #064f9b 0 68%, #e87405 68%);
  border: 2px solid #07549c;
}

.mall-page-head h1 {
  margin: 2px 0 4px;
  color: #fff;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 24px;
}

.mall-page-head p {
  margin: 0;
}

.mall-page-head > div:last-child {
  padding-left: 18px;
  text-align: center;
}

.mall-page-head > div:last-child b {
  font-size: 20px;
}

.mall-filter,
.mall-sort {
  padding: 7px 9px;
  line-height: 2;
  background: #f0f7fd;
}

.mall-filter a,
.mall-sort a,
.mall-sort b {
  display: inline-block;
  padding: 1px 8px;
  margin: 0 2px;
  color: #07539f;
  background: #fff;
  border: 1px solid #b1c8dc;
}

.mall-filter a.on,
.mall-sort b {
  color: #fff;
  background: #e86f00;
  border-color: #bc5100;
}

.mall-sort em {
  float: right;
  color: #687e91;
  font-style: normal;
}

.mall-page-grid {
  margin-bottom: 10px;
}

.pager {
  padding: 9px;
  text-align: center;
  background: #edf5fb;
  border: 1px solid #a5bfd7;
}

.pager span {
  display: inline-block;
  padding: 3px 8px;
  margin: 0 2px;
  background: #fff;
  border: 1px solid #8cacc8;
}

.pager span.on {
  color: #fff;
  background: #0758a8;
}

.info-hall-hero,
.publish-hero {
  color: #fff;
  background: linear-gradient(120deg, #004483, #167fc7);
  border: 1px solid #003e78;
  border-bottom: 5px solid #f07c0c;
}

.info-hall-hero h1,
.publish-hero h1 {
  color: #fff;
  font-family: "Microsoft YaHei", sans-serif;
}

.info-hall-stats span,
.publish-flow span {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.38);
}

input,
select,
textarea {
  border: 1px inset #a7bdcf;
  border-radius: 0;
  background: #fff;
}

.footer {
  padding: 18px 20px;
  color: #35546d;
  line-height: 1.9;
  text-align: center;
  background: linear-gradient(#edf6fd, #d1e4f3);
  border-top: 3px solid #0758a8;
}

.footer a {
  color: #0758a8;
  font-weight: 700;
}

.friend-links {
  border-bottom-color: #a9c1d5;
}

@media (max-width: 1080px) {
  .site-shell {
    width: calc(100% - 10px);
  }

  .classic-home-grid,
  .layout,
  .home-portal-grid {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .classic-home-grid > aside:last-child,
  .layout > aside:last-child,
  .home-portal-grid > aside:last-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .mall-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    font-size: 12px;
    background: #dce8f2;
  }

  .site-shell {
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .masthead {
    min-height: 170px;
    padding: 19px 13px 54px;
  }

  .masthead::after,
  .hotline {
    display: none;
  }

  .logo-box {
    max-width: 100%;
    grid-template-columns: 46px 1fr;
  }

  .logo-mark {
    width: 46px;
    height: 46px;
  }

  .logo-main {
    font-size: 21px;
  }

  .search-row {
    right: 8px;
    bottom: 9px;
    left: 8px;
    grid-template-columns: 78px 1fr 68px;
  }

  .search-row .mini {
    display: none;
  }

  .nav {
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
  }

  .nav a {
    padding: 8px 2px;
    font-size: 11px;
  }

  .portal-focus-strip {
    grid-template-columns: 1fr;
  }

  .portal-focus-strip > a {
    grid-template-columns: 94px 1fr;
    min-height: 66px;
    padding: 8px 11px;
  }

  .portal-focus-strip > a > span {
    font-size: 20px;
  }

  .portal-focus-strip > a b {
    font-size: 18px;
  }

  .classic-home-grid,
  .layout,
  .layout.two,
  .home-portal-grid {
    display: flex;
    flex-direction: column;
    padding: 7px;
  }

  .classic-home-grid > main,
  .layout > main,
  .layout.two > main,
  .home-portal-grid > main {
    order: 1;
  }

  .classic-home-grid > aside:first-child,
  .layout > aside:first-child,
  .layout.two > aside,
  .home-portal-grid > aside:first-child {
    order: 2;
  }

  .classic-home-grid > aside:last-child,
  .layout > aside:last-child,
  .home-portal-grid > aside:last-child {
    display: block;
    order: 3;
  }

  .classic-banner {
    display: block;
  }

  .classic-banner > img {
    height: 145px;
    min-height: 145px;
    border-top: 4px solid #ff9b16;
    border-left: 0;
  }

  .information-lead {
    grid-template-columns: 112px 1fr;
  }

  .information-lead img {
    width: 112px;
    height: 88px;
  }

  .information-headlines {
    grid-template-columns: 1fr;
  }

  .mall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card .thumb {
    height: 112px;
  }

  .mall-page-head {
    display: block;
    background: linear-gradient(120deg, #064f9b, #e87405);
  }

  .mall-page-head > div:last-child {
    padding: 8px 0 0;
    text-align: left;
  }

  .mall-sort em {
    float: none;
    display: block;
  }

  .footer {
    padding: 15px 10px;
  }
}

@media (max-width: 420px) {
  .mall-grid {
    gap: 5px;
  }

  .product-card .thumb {
    height: 103px;
  }

  .information-lead {
    display: block;
  }

  .information-lead img {
    width: 100%;
    height: 138px;
    margin-bottom: 8px;
  }
}

