/* =====================================================
   Page Health Desktop
   健康长青电脑版页面
===================================================== */

@media (min-width:769px){

  .health-page{
    background:#f7f5ef;
    color:#10251f;
    padding-bottom:70px;
  }

  .health-hero{
    max-width:1240px;
    min-height:410px;
    margin:0 auto;
    border-radius:18px;
    overflow:hidden;
    display:grid;
    grid-template-columns:48% 52%;
    background:#fff;
    box-shadow:0 12px 36px rgba(0,0,0,.06);
  }

  .health-hero-text{
    padding:54px 52px;
    z-index:2;
  }

  .breadcrumb{
    font-size:14px;
    color:#61746e;
    margin-bottom:28px;
  }

  .health-hero h1{
    font-size:58px;
    line-height:1.1;
    color:#006143;
    margin:0 0 18px;
    font-weight:900;
  }

  .health-hero h2{
    font-size:26px;
    line-height:1.45;
    margin:0 0 18px;
    color:#1f332d;
  }

  .health-hero p{
    font-size:17px;
    line-height:1.85;
    color:#445650;
    margin:0 0 28px;
  }

  .health-btn{
    display:inline-flex;
    height:48px;
    padding:0 24px;
    align-items:center;
    border-radius:10px;
    background:#006143;
    color:#fff;
    text-decoration:none;
    font-weight:800;
  }

  .health-hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .health-values{
    max-width:1180px;
    margin:-28px auto 46px;
    background:#fff;
    border-radius:18px;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    box-shadow:0 12px 34px rgba(0,0,0,.08);
    position:relative;
    z-index:5;
    overflow:hidden;
  }

  .health-values a{
    padding:24px 14px;
    text-align:center;
    text-decoration:none;
    color:#243f38;
    border-right:1px solid rgba(0,0,0,.07);
  }

  .health-values a:last-child{
    border-right:0;
  }

  .health-values span{
    display:block;
    font-size:30px;
    color:#006143;
    margin-bottom:10px;
  }

  .health-values strong{
    display:block;
    font-size:17px;
    margin-bottom:6px;
    color:#12382f;
  }

  .health-values em{
    font-style:normal;
    font-size:13px;
    color:#6b7a75;
  }

  .health-layout{
    max-width:1240px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 300px;
    gap:30px;
  }

  .health-section{
    margin-bottom:46px;
  }

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

  .section-head h2{
    font-size:28px;
    color:#12382f;
    margin:0;
  }

  .section-head a{
    color:#006143;
    text-decoration:none;
    font-weight:700;
  }

  .health-card-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
  }

  .health-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
  }

  .health-card a{
    text-decoration:none;
    color:#17242b;
  }

  .health-card img{
    width:100%;
    height:190px;
    object-fit:cover;
  }

  .health-card-body{
    padding:18px;
  }

  .health-card h3{
    font-size:21px;
    line-height:1.45;
    margin:0 0 10px;
  }

  .health-card p{
    font-size:15px;
    line-height:1.7;
    color:#5d6a65;
    margin:0 0 16px;
  }

  .card-meta{
    font-size:13px;
    color:#82908a;
  }

  .health-topic-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
  }

  .health-topic-grid a,
  .health-video-grid a{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    text-decoration:none;
    color:#17242b;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
  }

  .health-topic-grid img{
    width:100%;
    height:140px;
    object-fit:cover;
  }

  .health-topic-grid h3{
    font-size:18px;
    margin:14px 14px 8px;
  }

  .health-topic-grid p{
    font-size:14px;
    line-height:1.55;
    color:#687771;
    margin:0 14px 18px;
  }

  .health-video-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
  }

  .health-video-grid img{
    width:100%;
    height:150px;
    object-fit:cover;
  }

  .health-video-grid h3{
    font-size:17px;
    line-height:1.5;
    margin:14px;
  }

  .health-sidebar{
    display:flex;
    flex-direction:column;
    gap:24px;
  }

  .side-box{
    background:#fff;
    border-radius:18px;
    padding:24px;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
  }

  .side-box h3{
    color:#006143;
    font-size:22px;
    margin:0 0 18px;
  }

  .side-box a{
    display:block;
    padding:12px 0;
    color:#273d36;
    text-decoration:none;
    border-bottom:1px solid rgba(0,0,0,.06);
  }

  .side-box a:last-child{
    border-bottom:0;
  }

  .quote-box p{
    font-size:16px;
    line-height:1.8;
    color:#4e5f59;
  }

  .quote-box span{
    display:block;
    text-align:right;
    color:#6c756f;
  }

  .tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }

  .tags a{
    border:0;
    background:#eef6f1;
    color:#006143;
    border-radius:999px;
    padding:7px 12px;
    font-size:14px;
  }

  .activity-box img{
    width:100%;
    height:140px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:14px;
  }

  .activity-box h4{
    font-size:18px;
    margin:0 0 8px;
  }

  .activity-box p{
    color:#687771;
    line-height:1.6;
  }

  .health-authority{
    max-width:1240px;
    margin:60px auto 0;
    padding:36px;
    background:#fff;
    border-radius:22px;
    box-shadow:0 10px 28px rgba(0,0,0,.05);
  }

  .health-authority h2{
    font-size:28px;
    color:#006143;
    margin:0 0 26px;
  }

  .authority-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px;
  }

  .authority-item{
    background:#f8faf8;
    border-radius:16px;
    padding:20px 12px;
    text-align:center;
  }

  .authority-item img{
    height:38px;
    width:auto;
    margin:0 auto 14px;
    object-fit:contain;
  }

  .authority-item span{
    font-size:13px;
    line-height:1.45;
    color:#394943;
  }

  .authority-desc{
    margin:26px auto 0;
    max-width:760px;
    text-align:center;
    color:#687771;
    font-size:15px;
    line-height:1.8;
  }
}
