@charset "UTF-8";
.svd-page[data-v-bef614d0] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background: #fff;
  color: #333;
  font-size: 0.14rem;
  line-height: 1.65;
}
.svd-scroll[data-v-bef614d0] {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #bfbfbf #f0f0f0;
}
.svd-scroll[data-v-bef614d0]::-webkit-scrollbar {
  width: 0.1rem;
}
.svd-scroll[data-v-bef614d0]::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.svd-scroll[data-v-bef614d0]::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 0.05rem;
}
.svd-scroll[data-v-bef614d0]::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.svd-header[data-v-bef614d0] {
  position: relative;
  flex-shrink: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.56rem;
  padding: 0.12rem 0.16rem;
  background: #fff;
  border-bottom: 0.01rem solid #e8e8e8;
  box-shadow: 0 0.01rem 0.04rem rgba(0, 0, 0, 0.06);
}
.svd-back[data-v-bef614d0] {
  position: absolute;
  left: 0.16rem;
  top: 0.2rem;
  z-index: 2;
  margin: 0;
}
.svd-title[data-v-bef614d0] {
  margin: 0;
  font-size: 0.2rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  padding: 0 1.2rem;
}
.svd-main[data-v-bef614d0] {
  max-width: 11.2rem;
  margin: 0 auto;
  padding: 0.32rem 0.24rem 0.56rem;
  background: #fff;
  box-sizing: border-box;
}
.svd-section[data-v-bef614d0] {
  margin-bottom: 0.4rem;
}
.svd-section-head[data-v-bef614d0] {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  margin-bottom: 0.16rem;
}
.svd-icon[data-v-bef614d0] {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.svd-icon-photo[data-v-bef614d0] {
  background: transparent;
  box-shadow: none;
}
.svd-icon-photo img[data-v-bef614d0] {
  width: 0.4rem;
  height: 0.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.svd-icon-square[data-v-bef614d0] {
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.svd-icon-square-photo[data-v-bef614d0] {
  background: transparent;
  box-shadow: none;
}
.svd-icon-square-photo img[data-v-bef614d0] {
  width: 0.36rem;
  height: 0.36rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.svd-section-title[data-v-bef614d0] {
  margin: 0;
  flex: 1;
  font-size: 0.16rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.45;
}
.svd-p[data-v-bef614d0] {
  margin: 0 0 0.12rem;
  color: #444;
}
.svd-note[data-v-bef614d0] {
  margin-top: 0.16rem;
  color: #555;
}
.svd-contact-grid[data-v-bef614d0] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
  margin-top: 0.2rem;
}
@media (max-width: 768px) {
.svd-contact-grid[data-v-bef614d0] {
    grid-template-columns: 1fr;
}
.svd-title[data-v-bef614d0] {
    padding: 0 0.8rem;
    font-size: 0.17rem;
}
}
.svd-contact-card[data-v-bef614d0] {
  position: relative;
  padding: 0.16rem 0.14rem 0.14rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.08rem;
  text-align: center;
}
.svd-card-icon-img[data-v-bef614d0] {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin: 0 auto 0.08rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.svd-contact-label[data-v-bef614d0] {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.08rem;
  font-size: 0.13rem;
}
.svd-contact-value[data-v-bef614d0],
.svd-link-like[data-v-bef614d0] {
  color: #0084ff;
  word-break: break-all;
  font-weight: 500;
}
.svd-link[data-v-bef614d0] {
  color: #0084ff;
  text-decoration: none;
  word-break: break-all;
  font-weight: 500;
}
.svd-link[data-v-bef614d0]:hover {
    text-decoration: underline;
}
.svd-ul[data-v-bef614d0] {
  margin: 0;
  padding-left: 1.35em;
  color: #444;
}
.svd-ul li[data-v-bef614d0] {
  margin-bottom: 0.1rem;
}
.svd-ul-plain[data-v-bef614d0] strong {
  font-weight: 700;
  color: #1a1a1a;
}
.svd-ul-plain[data-v-bef614d0] {
  list-style: disc outside;
  /* 覆盖全局 reset 中 ul { list-style: none } */
}
.svd-public-note[data-v-bef614d0] {
  margin: 0.16rem 0 0;
  padding: 0.12rem 0.14rem 0.12rem 0.18rem;
  border-left: 0.03rem solid #e5e5e5;
  color: #555;
  font-size: 0.13rem;
  line-height: 1.65;
  background: #fafafa;
}
.svd-table-wrap[data-v-bef614d0] {
  overflow-x: auto;
  margin-top: 0.12rem;
}
.svd-table[data-v-bef614d0] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.13rem;
}
.svd-table th[data-v-bef614d0],
.svd-table td[data-v-bef614d0] {
  border: 1px solid #e0e0e0;
  padding: 0.12rem 0.14rem;
  text-align: left;
  vertical-align: top;
}
.svd-table thead th[data-v-bef614d0] {
  background: #f0f0f0;
  font-weight: 600;
  color: #1a1a1a;
}
.svd-footer[data-v-bef614d0] {
  margin-top: 0.4rem;
  padding-top: 0.24rem;
  border-top: 0.01rem solid #e8e8e8;
  text-align: center;
  color: #666;
  font-size: 0.12rem;
  line-height: 1.7;
}
.svd-footer-line[data-v-bef614d0] {
  margin: 0.1rem 0 0;
}
.svd-footer-disclaimer[data-v-bef614d0] {
  color: #888;
  font-size: 0.11rem;
}

