/* ==================================================
   cases/lianxi/css/case.css
   联系我们页 - 严格按设计图实现
   ================================================== */

body.case-page {
  background: #ffffff;
  min-height: 100vh;
}

.case-page main { position: relative; z-index: 1; }

/* ============== Hero ============== */
.swy-hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;

}
.swy-hero__img {
  display: block;
  width: 100%;
  height: auto;
}

/* ============== CONTACT ============== */
.swy-contact {
  background: #f5f1e8;
  padding: 60px 0;
}
.swy-contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.swy-contact__main {
  flex: 1;
  min-width: 0;
  padding-top: 0;
}
.swy-contact__head {
  margin-bottom: 28px;
}
.swy-contact__title {
  font-size: 52px;
  font-weight: 800;
  font-style: italic;
  color: #1a1a2e;
  line-height: 1;
  margin: 0 0 6px;
  letter-spacing: 2px;
  font-family: 'Times New Roman', Georgia, serif;
}
.swy-contact__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px;
}
.swy-contact__line {
  display: block;
  width: 36px;
  height: 2px;
  background: #1a1a2e;
  margin: 0 0 24px;
}
.swy-contact__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 0;
}
.swy-contact__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #1a1a2e;
}
.swy-contact__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a2e;
  flex-shrink: 0;
}
.swy-contact__label {
  color: #1a1a2e;
  font-weight: 500;
}
.swy-contact__value {
  color: #ff6b35;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.swy-contact__branches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 40px;
  margin-top: 16px;
  padding-left: 30px;
}
.swy-contact__branch {
  font-size: 13px;
  line-height: 1.6;
}
.swy-contact__branch-city {
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 2px;
  font-size: 14px;
}
.swy-contact__branch-addr {
  color: #666;
  font-size: 12px;
}
.swy-contact__visual {
  width: 380px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 34px;
}
.swy-contact__qrcode {
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.swy-contact__qrcode img { width: 100%; height: 100%; object-fit: cover; display: block; }
.swy-contact__map {
  width: 100%;
  max-width: 380px;
  height: 290px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.swy-contact__map img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ============== ABOUT US ============== */
.swy-about {
  background: #ffffff;
  padding: 60px 0 0;
}
.swy-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}
.swy-about__left {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-bottom: 100px;
  margin-top: 50px;
}
.swy-about__head {
  margin-bottom: 32px;
}
.swy-about__title {
  font-size: 56px;
  font-weight: 800;
  font-style: italic;
  color: #d4d4d4;
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: 2px;
  font-family: 'Times New Roman', Georgia, serif;
}
.swy-about__company {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px;
  line-height: 1.4;
}
.swy-about__desc {
  font-size: 13px;
  color: #555;
  line-height: 1.9;
  margin: 0;
  max-width: 540px;
}
.swy-about__photo {
  width: 520px;
  flex-shrink: 0;
  margin-top: 0;
  align-self: flex-start;
}
.swy-about__photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.swy-about__stats {
  position: absolute;
  left: 0;
  bottom: -110px;
  display: flex;
  align-items: stretch;
  z-index: 2;
  width: 135%;
  max-width: none;
}
.swy-about__stat {
  flex: 1;
  text-align: center;
  padding: 22px 12px 24px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.25s, color 0.25s;
  cursor: pointer;
  min-height: 198px;
}
.swy-about__stat + .swy-about__stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #e0e0e0;
}
.swy-about__stat:hover {
  background: #ff6b35;
  color: #ffffff;
}
.swy-about__stat:hover .swy-about__stat-icon { color: #ffffff; }
.swy-about__stat:hover .swy-about__stat-label { color: #ffffff; }
.swy-about__stat:hover .swy-about__stat-num { color: #ffffff; }
.swy-about__stat--orange {
  background: #ff6b35;
  color: #ffffff;
}
.swy-about__stat--orange .swy-about__stat-icon { color: #ffffff; }
.swy-about__stat--orange .swy-about__stat-label { color: #ffffff; }
.swy-about__stat--orange .swy-about__stat-num { color: #ffffff; }
.swy-about__stat-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b35;
  margin-bottom: 6px;
  transition: color 0.25s;
}
.swy-about__stat-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
  transition: color 0.25s;
}
.swy-about__stat-num {
  font-size: 32px;
  font-weight: 700;
  color: #ff6b35;
  line-height: 1;
  font-family: 'Times New Roman', Georgia, serif;
  font-style: italic;
  transition: color 0.25s;
}
.swy-about__stat-num span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: 2px;
}
.swy-about__stat-num i {
  font-style: normal;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
}
.swy-about__features {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 24px 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.swy-about__feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}
.swy-about__feature-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff6b35;
  flex-shrink: 0;
  margin-top: 2px;
}
.swy-about__feature-content {
  flex: 1;
  min-width: 0;
}
.swy-about__feature-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 6px;
  text-align: left;
}
.swy-about__feature-desc {
  font-size: 12px;
  color: #888;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}

/* ============== SIX BRANCHES ============== */
.swy-branches {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1171px;
  display: flex;
  align-items: flex-start;
}
.swy-branches__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.swy-branches__head {
  text-align: left;
  margin-bottom: 40px;
}
.swy-branches__title {
  font-size: 56px;
  font-weight: 800;
  font-style: italic;
  color: #d4d4d4;
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: 2px;
  font-family: 'Times New Roman', Georgia, serif;
}
.swy-branches__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
}
.swy-branches__line {
  display: block;
  width: 36px;
  height: 2px;
  background: #1a1a2e;
  margin: 0;
}

/* ── branches头间距微调 ── */
.swy-branches__head {
  margin-bottom: 0;
}

/* ============== HONORS ============== */
.swy-honors {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1704px;
  display: flex;
  align-items: flex-start;
}
.swy-honors__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.swy-honors__head {
  text-align: left;
  margin-bottom: 0;
}
.swy-honors__title {
  font-size: 56px;
  font-weight: 800;
  font-style: italic;
  color: #d4d4d4;
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: 2px;
  font-family: 'Times New Roman', Georgia, serif;
}
.swy-honors__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
}
.swy-honors__line {
  display: block;
  width: 36px;
  height: 2px;
  background: #1a1a2e;
  margin: 0;
}

/* ============== Responsive ============== */
@media (max-width: 992px) {
  .swy-contact__inner { flex-direction: column; }
  .swy-contact__visual { width: 100%; align-items: center; }
  .swy-contact__map { max-width: 380px; }
  .swy-contact__branches { padding-left: 0; }
  .swy-about__inner { flex-direction: column; }
  .swy-about__photo { width: 100%; }
  .swy-about__left { padding-bottom: 0; }
  .swy-about__stats { position: static; max-width: 100%; margin-top: 24px; }
  .swy-about__features { grid-template-columns: repeat(2, 1fr); }
  .swy-branches__items { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .swy-contact__title { font-size: 36px; }
  .swy-contact__branches { grid-template-columns: 1fr; }
  .swy-contact__visual { width: 100%; }
  .swy-contact__map { max-width: 100%; }
  .swy-about__title { font-size: 40px; }
  .swy-branches__title { font-size: 28px; }
  .swy-honors__title { font-size: 28px; }
  .swy-about__stats { flex-direction: column; }
  .swy-about__features { grid-template-columns: 1fr; }
  .swy-branches__items { grid-template-columns: 1fr; }
}
