@charset "utf-8";

@font-face {
  font-family: "AlimamaShuHeiTi";
  src: url("AlimamaShuHeiTi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --opc-blue: #1e78ff;
  --opc-blue-deep: #0f63df;
  --opc-bg: #f3f7fc;
  --opc-card: #ffffff;
  --opc-text: #071332;
  --opc-muted: #8a95a8;
  --opc-border: #dfeaf7;
  --opc-soft: #eef6ff;
  --opc-shadow: 0 0.5rem 1.5rem rgba(30, 120, 255, 0.08);
  font-size: 16px;
}

body {
  min-width: 75rem;
  background: var(--opc-bg);
  color: var(--opc-text);
  font-size: 1rem;
  letter-spacing: 0;
}

.opc-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #edf4fc 0, #f6f9fd 24rem, #f3f7fc 100%);
}

.opc-main {
  width: 75rem;
  margin: 0 auto;
  padding: 1rem 0 3.5rem;
}

.opc-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.5rem;
  color: var(--opc-muted);
  font-size: 1rem;
  line-height: 1.5rem;
}

.opc-breadcrumb__path {
  display: flex;
  align-items: center;
  min-width: 0;
}

.opc-breadcrumb__path a,
.opc-breadcrumb__path span {
  flex: 0 0 auto;
}

.opc-breadcrumb__path .current {
  color: var(--opc-text);
  max-width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-breadcrumb__separator {
  margin: 0 0.625rem;
  color: #b5bfd0;
}

.opc-current-address {
  display: flex;
  align-items: center;
  max-width: 34rem;
  color: var(--opc-text);
  font-size: 0.875rem;
  line-height: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-current-address::before {
  content: "";
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
  background: url(location-dot.png) center / contain no-repeat;
}

.opc-summary {
  display: grid;
  grid-template-columns: 13rem minmax(0, 1fr);
  gap: 1.25rem;
  min-height: 15.125rem;
  margin-top: 0.875rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: var(--opc-card);
  box-shadow: var(--opc-shadow);
}

.opc-summary__cover {
  position: relative;
  width: 13rem;
  height: 13rem;
  border-radius: 0.375rem;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #eaf2ff 100%);
  border: 0.0625rem solid var(--opc-border);
}

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

.opc-summary__cover .cms-field,
.opc-summary__fallback {
  position: absolute;
  inset: 0;
  display: block;
}

.opc-summary__cover .cms-field {
  z-index: 2;
}

.opc-summary__fallback {
  z-index: 1;
}

.opc-summary__cover h\:tag {
  display: block;
  width: 100%;
  height: 100%;
}

.opc-summary__cover h\:tag img + .opc-summary__fallback,
.opc-summary__cover.has-cover .opc-summary__fallback {
  display: none;
}

.opc-summary__content {
  min-width: 0;
  padding: 0.125rem 0.375rem 0;
}

.opc-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.opc-title {
  max-width: 42rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--opc-text);
}

.opc-tag {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  margin-top: 0.625rem;
  padding: 0 0.5rem;
  border-radius: 0.1875rem;
  background: linear-gradient(90deg, #73aeff 0%, var(--opc-blue) 100%);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.opc-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.5rem;
  row-gap: 0.875rem;
  margin-top: 1.5rem;
}

.opc-meta__item {
  min-width: 0;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  color: var(--opc-muted);
}

.opc-meta__item--wide {
  grid-column: 1 / -1;
}

.opc-meta__label {
  color: var(--opc-muted);
}

.opc-meta__value {
  color: #667085;
}

.opc-meta__value a,
.opc-phone-link {
  color: var(--opc-blue);
}

.opc-address-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.375rem;
  vertical-align: -0.1875rem;
  background: url(location-dot.png) center / contain no-repeat;
}

.opc-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2.125rem 0 1.75rem;
  font-family: "DingTalk-JinBuTi", "Microsoft YaHei", sans-serif;
  color: #34415b;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.opc-section-title::before {
  content: "";
  width: 4.625rem;
  height: 0.25rem;
  margin-bottom: 0.625rem;
  border-radius: 999rem;
  background: linear-gradient(90deg, var(--opc-blue) 0 3.5rem, transparent 3.5rem 3.75rem, #86bcff 3.75rem 4.625rem);
}

.opc-detail-card {
  width: 75rem;
  min-height: 27.25rem;
  padding: 1.5rem 1rem 2rem;
  background: var(--opc-card);
}

.opc-detail-heading {
  text-align: center;
  color: var(--opc-blue);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.opc-detail-content {
  margin-top: 1.5rem;
}

.opc-detail-section {
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #edf2f7;
}

.opc-detail-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.opc-detail-section__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #26364f;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
}

.opc-detail-section__title::before {
  content: "";
  width: 0.25rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 999rem;
  background: var(--opc-blue);
}

.opc-rich {
  color: #4b5870;
  font-size: 1rem;
  line-height: 1.875rem;
}

.opc-rich p {
  margin-bottom: 0.75rem;
}

.opc-rich p:last-child {
  margin-bottom: 0;
}

.opc-rich img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.opc-field-empty {
  display: none;
}