.co-page {
  padding-bottom: 86px;
}

.co-hero,
.co-contact-card,
.co-section {
  background: #fff;
}

.co-hero {
  padding: 16px 14px 14px;
  border-bottom: 1px solid var(--line);
}

.co-hero.vip-showcase {
  position: relative;
  min-height: 248px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #7b1818;
  padding: 22px 14px 18px;
}

.co-cover-media,
.co-cover-media img,
.co-cover-shade {
  position: absolute;
  inset: 0;
}

.co-cover-media {
  opacity: .36;
}

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

.co-cover-shade {
  background:
    linear-gradient(180deg, rgba(123, 24, 24, .22), rgba(80, 18, 25, .9)),
    linear-gradient(90deg, rgba(123, 24, 24, .9), rgba(123, 24, 24, .3));
}

.co-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.vip-showcase .co-hero-content {
  display: grid;
  gap: 10px;
  align-content: center;
}

.co-logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.vip-showcase .co-logo-row {
  margin-bottom: 0;
}

.co-logo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .14);
}

.co-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.co-eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.vip-showcase .co-eyebrow {
  margin-bottom: 0;
}

.co-logo-row .co-eyebrow {
  margin-bottom: 0;
}

.co-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  color: var(--brand);
  background: #fff3f3;
  font-size: 12px;
  font-weight: 700;
}

.vip-showcase .co-pill {
  color: #fff;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .24);
}

.co-pill.neutral {
  color: #526071;
  background: #f2f4f7;
}

.vip-showcase .co-pill.neutral {
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.co-title {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: 0;
}

.vip-showcase .co-title {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .22);
}

.co-desc {
  margin: 9px 0 0;
  color: #526071;
  font-size: 14px;
  line-height: 1.7;
}

.vip-showcase .co-desc {
  margin: 0;
  color: rgba(255, 255, 255, .88);
}

.co-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.vip-showcase .co-meta-grid {
  margin-top: 2px;
}

.co-meta {
  min-width: 0;
  padding: 9px 8px;
  border: 1px solid #f0d8d8;
  border-radius: 8px;
  background: #fff8f8;
}

.vip-showcase .co-meta {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .14);
}

.co-meta span,
.co-field label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.vip-showcase .co-meta span {
  color: rgba(255, 255, 255, .76);
}

.co-meta strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--text);
  font-size: 14px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vip-showcase .co-meta strong {
  color: #fff;
}

.co-contact-card {
  margin: 10px 14px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.co-phone-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.co-phone {
  color: var(--brand);
  font-size: 21px;
  font-weight: 850;
  line-height: 1.15;
}

.co-small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.co-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.co-actions.three {
  grid-template-columns: repeat(3, 1fr);
}

.co-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #efcaca;
  border-radius: 8px;
  color: var(--brand);
  background: #fff7f7;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.co-btn.primary {
  border-color: var(--brand);
  color: #fff;
  background: var(--brand);
}

.co-section {
  margin-top: 8px;
  padding: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.co-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}

.co-section h2 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
}

.co-section h2::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 17px;
  margin-right: 8px;
  vertical-align: -3px;
  background: var(--brand);
  border-radius: 2px;
}

.co-section-note {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.co-field-grid,
.co-card-grid,
.co-more-list,
.co-link-list {
  display: grid;
  gap: 8px;
}

.co-field {
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.co-field p {
  margin: 5px 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}

.co-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.co-tags a {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f6f7f9;
  color: #526071;
  font-size: 12px;
  font-weight: 700;
}

.co-intro {
  margin: 0;
  color: #344054;
  font-size: 15px;
  line-height: 1.9;
}

.co-intro-more {
  margin-left: 4px;
  color: var(--brand);
  font-weight: 800;
  white-space: nowrap;
}

.co-dl {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.co-dl dt,
.co-dl dd {
  margin: 0;
  padding: 10px 11px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.55;
}

.co-dl dt {
  color: var(--muted);
  background: #fafafa;
}

.co-dl dd {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--text);
  background: #fff;
}

.co-dl dt:last-of-type,
.co-dl dd:last-of-type {
  border-bottom: 0;
}

.co-dl + .co-more-list {
  margin-top: 8px;
}

.co-product-card,
.co-news-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.co-content-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 4px;
  margin-bottom: 12px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #faf8f8;
}

.co-content-tabs button {
  min-height: 38px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 800;
}

.co-content-tabs button:focus {
  outline: 2px solid rgba(198, 40, 40, .22);
  outline-offset: -2px;
}

.co-content-tabs button.active {
  background: #fff;
  color: var(--brand);
  box-shadow: 0 1px 4px rgba(16, 24, 40, .08);
}

.co-content-panel {
  display: none;
}

.co-content-panel.active {
  display: block;
}

.co-news-list {
  display: grid;
  gap: 8px;
}

.co-news-row {
  display: block;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.co-news-row strong {
  display: block;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

.co-news-row span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.co-job-list {
  display: grid;
  gap: 8px;
}

.co-job-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.co-job-row strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.co-job-salary {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.co-job-meta {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.co-card-img {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 96px;
  height: 78px;
  border-radius: 7px;
  background: #f2f4f7;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.co-card-img.no-image {
  border: 1px dashed #d0d5dd;
  background:
    linear-gradient(135deg, rgba(198, 40, 40, .08), rgba(255, 255, 255, .55)),
    #f3f4f6;
}

.co-card-img.no-image::before {
  content: attr(data-label);
}

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

.co-card-title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.co-card-date {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.co-more-list button,
.co-more-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.co-more-list button span:not(.co-more-caret),
.co-more-list summary span:not(.co-more-caret) {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.co-more-caret {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
}

.co-more-panel {
  display: none;
  margin: -1px 0 8px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  color: #526071;
  background: #fff;
  font-size: 13px;
  line-height: 1.75;
  overflow-x: auto;
}

.co-more-panel.loaded,
.co-more-panel.loading {
  display: block;
}

.co-more-panel table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  table-layout: fixed;
}

.co-more-panel th,
.co-more-panel td {
  padding: 8px 6px;
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
  text-align: left;
  vertical-align: top;
}

.co-more-panel th {
  color: #667085;
  font-weight: 800;
}

.co-more-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.co-more-panel li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.co-more-panel li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.co-more-panel li strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 13px;
}

.co-more-panel li span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.co-trademark-list {
  gap: 8px;
}

.co-trademark-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.co-trademark-img {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafafa;
}

.co-trademark-img.no-image::before {
  content: "商标";
  color: #98a2b3;
  font-size: 12px;
  font-weight: 800;
}

.co-trademark-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.co-trademark-body {
  min-width: 0;
}

#baidu_xiansuo_m {
  position: fixed;
  right: 0;
  bottom: calc(92px + env(safe-area-inset-bottom));
  z-index: 9998;
  display: grid;
  place-items: center;
  width: 64px;
  height: 42px;
  border-radius: 22px 0 0 22px;
  background: #c62828;
  box-shadow: 0 8px 22px rgba(142, 30, 30, .22);
  cursor: pointer;
}

#baidu_xiansuo_m::before {
  content: "询价";
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

#baidu_xiansuo_m i,
#edu-bot-container-m {
  display: none;
}

#edu-form-container-m {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 80vh !important;
  max-height: none !important;
  min-height: 0;
  overflow: hidden;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: 0 -12px 34px rgba(20, 20, 20, .18);
}

#edu-form-container-m iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.co-inquiry-lock {
  overflow: hidden;
}

.co-inquiry-sheet {
  position: fixed;
  inset: 0;
  z-index: 10020;
  visibility: hidden;
  pointer-events: none;
}

.co-inquiry-sheet.is-open {
  visibility: visible;
  pointer-events: auto;
}

.co-inquiry-mask {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 23, 42, .42);
  opacity: 0;
  transition: opacity .22s ease;
}

.co-inquiry-sheet.is-open .co-inquiry-mask {
  opacity: 1;
}

.co-inquiry-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-rows: 48px minmax(0, 1fr);
  width: 100%;
  height: 80vh;
  max-height: none;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -18px 48px rgba(15, 23, 42, .2);
  transform: translateY(102%);
  transition: transform .26s cubic-bezier(.2, .8, .2, 1);
}

.co-inquiry-sheet.is-open .co-inquiry-panel {
  transform: translateY(0);
}

.co-inquiry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px 0 18px;
  border-bottom: 1px solid var(--line);
}

.co-inquiry-head strong {
  color: var(--text);
  font-size: 16px;
  font-weight: 800;
}

.co-inquiry-head button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: #f2f4f7;
  color: var(--text);
  font-size: 24px;
  line-height: 1;
}

.co-inquiry-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.bot-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .56);
  cursor: pointer;
}

.bot-close-btn::before,
.bot-close-btn::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.bot-close-btn::before {
  transform: rotate(45deg);
}

.bot-close-btn::after {
  transform: rotate(-45deg);
}

.co-link-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 750;
}

.co-link-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.co-breadcrumb {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.co-breadcrumb a {
  color: #315f8c;
}

.co-actionbar {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 35;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
  max-width: 430px;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  box-shadow: 0 -8px 24px rgba(16, 24, 40, .08);
}

.co-actionbar .co-btn {
  min-height: 44px;
  font-size: 13px;
}

body.co-redesign-body footer {
  padding-bottom: 88px;
}

@media (max-width: 360px) {
  .co-title {
    font-size: 22px;
  }

  .co-meta-grid {
    grid-template-columns: 1fr;
  }

  .co-phone {
    font-size: 19px;
  }

  .co-actions.three {
    grid-template-columns: 1fr 1fr;
  }
}
