
/* ===== 安全作用域 ===== */
.yuv-contact-page{
  max-width:1200px;
  margin:0 auto;
  padding:20px 12px;
  font-family:Arial,Helvetica,sans-serif;
  color:#1f2937;
}

.yuv-hero{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:18px;
  margin-bottom:16px;
}
.yuv-hero h1{margin:0 0 6px;font-size:24px;}
.yuv-hero p{margin:0;font-size:14px;color:#6b7280;}

.yuv-grid{
  display:flex;
  gap:14px;
  margin-bottom:14px;
}
.yuv-card{
  flex:1;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px;
}

.yuv-card-hd{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #eef2f7;
  padding-bottom:10px;
  margin-bottom:12px;
}
.yuv-card-hd h2{margin:0;font-size:16px;}

.yuv-person{display:flex;gap:12px;margin-bottom:14px;}
.yuv-avatar{width:44px;height:44px;border-radius:50%;background:#e5e7eb;}
.yuv-name{font-weight:700;}
.yuv-sub{font-size:12px;color:#6b7280;}

.yuv-row{
  display:flex;
  justify-content:space-between;
  padding:10px 0;
  border-bottom:1px dashed #eef2f7;
}
.yuv-row:last-child{border-bottom:none;}
.yuv-label{font-size:13px;color:#6b7280;}
.yuv-val{font-size:13px;font-weight:600;text-align:right;}

.yuv-link{color:#0b5bd3;text-decoration:none;}

.yuv-brand{display:flex;gap:10px;margin-bottom:12px;}
.yuv-logo{
  width:42px;height:42px;border-radius:12px;
  background:#0b5bd3;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;
}

.yuv-desc{font-size:14px;line-height:1.8;color:#374151;}

.yuv-badge{
  font-size:12px;
  background:#ecfdf5;
  color:#065f46;
  border:1px solid #a7f3d0;
  padding:4px 10px;
  border-radius:999px;
}

.yuv-address{
  display:flex;
  gap:8px;
  font-size:14px;
  line-height:1.8;
}

/* 地图：与内容同宽，高度 400px */
.yuv-map-wrap{
  width:100%;
  max-width:1200px;
  margin:16px auto 0;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #e5e7eb;
}
.yuv-map-wrap iframe{
  width:100%;
  height:400px;
  display:block;
  border:0;
}

@media(max-width:860px){
  .yuv-grid{flex-direction:column;}
}
