.container-fluid{margin:0;padding:0;width:100%;height:auto}
.container-fluid img{width:100%;height:100%;display:block;object-fit:cover}
#v-pills-tab{font-size:18px;line-height:50px}
.csClass{padding-top:34px}
.card{margin-bottom:20px;flex-direction:row}
.chef-card{height:100%;flex-direction:column;border:0;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.06);overflow:hidden;background:#fff}
.logoImg{box-sizing:border-box;width:100%;padding:10px 10px 0;border-radius:10px}
.logoImg img{width:100%;height:220px;object-fit:cover;border-radius:6px}
.cookInfo{width:100%;padding:0 16px 16px}
.cookInfo h4{padding:16px 0 8px;margin:0}
.cookInfo ul{padding:0;margin:0;display:flex;flex-wrap:wrap}
.cookInfo ul li{list-style:none;padding:0 10px;border:1px solid #df8926;border-radius:5px;font-size:15px;margin-right:5px;margin-bottom:5px;color:#ebbf1e}
.cookWord{color:#9b9bae;padding-top:12px;font-size:15px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.8}
.applet{margin-top:-30px}
.text_lx{display:flex}
.text_lx h4{width:100px;display:flex}
.appletImg{width:120px;height:120px;margin-bottom:10px;object-fit:cover}
.bottomClass h4{text-align:center}
#allmap{width:100%;height:260px;overflow:hidden}
.footer_word{display:flex;flex-direction:row;justify-content:center;color:#fff;flex-wrap:wrap}
.footer_word span{padding:0 14px;color:#fff}
.footer{padding:10px 0 25px}
.section{padding-top:78px;padding-bottom:42px}
#about{padding-top:45px}
#about h2{margin-bottom:20px}
.section .mb-5,.section .my-5{margin-bottom:2rem!important}
.section-more{text-align:center;margin-top:6px}
.news-card,.faq-card{background:#fff;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.06);padding:20px;height:100%;transition:.25s}
.news-card:hover,.faq-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(0,0,0,.1)}
.news-card img{width:100%;height:220px;object-fit:cover;border-radius:8px;margin-bottom:14px}
.news-card h4,.faq-card h4{font-size:18px;line-height:1.5;margin-bottom:8px}
.news-card p,.faq-card p,.detail-content{color:#6c757d;line-height:1.8}
.news-meta{color:#df8926;font-size:14px;margin-bottom:8px}
.faq-card}
.page-hero{padding:135px 0 58px;text-align:center}
.page-hero h1{font-size:34px;font-weight:600}
.page-hero p{color:#6c757d;margin-top:12px}
.list-card{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.06);overflow:hidden;margin-bottom:24px}
.list-card img{width:100%;height:220px;object-fit:cover}
.list-card-body{padding:22px}
.list-card-body h3{font-size:22px}
.detail-image{max-height:420px;object-fit:cover;border-radius:12px;width:100%;margin-bottom:25px}
.breadcrumb-lite{margin-bottom:20px;color:#777}
.breadcrumb-lite a{color:#df8926}
.detail-box{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.06);padding:30px}
.project-box{height:100%;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.project-box img{width:100%;height:220px;object-fit:cover}
.project-box.mb-4{margin-bottom:24px!important}
.navbar-custom .navbar-nav li a{font-size:15px}
.company-text{line-height:1.9;color:#5d5d66;font-size:17px}
.company-text a{color:#df8926}
.hero-1-bg{padding-top:86px;padding-bottom:0}

@media (min-width:992px){
  .navbar-custom .container{max-width:1200px}
  .navbar-custom .navbar-collapse{flex:1}
  .navbar-custom .navbar-nav.navbar-center{display:flex;align-items:center;justify-content:space-between;flex:1;width:100%;margin-left:10px;margin-right:12px}
  .navbar-custom .navbar-nav.navbar-center .nav-item{flex:1;text-align:center}
  .navbar-custom .navbar-nav li a{display:block;margin:0;padding:8px 4px;white-space:nowrap}
  .navbar-custom .menu-social-icon{flex:0 0 auto;margin-left:10px!important}
}

@media (min-width:768px) and (max-width:1200px){
  .applet{margin-top:-3vw}
}

@media (min-width:200px) and (max-width:768px){
  .chef-card{
    display:flex;
    flex-direction:row!important;
    align-items:stretch;
    border:1px solid #e7eaf3;
    border-radius:6px;
    box-shadow:none;
    overflow:hidden;
    background:#fff;
  }

  .chef-card .logoImg{
    flex:0 0 44%;
    width:44%;
    padding:10px;
    box-sizing:border-box;
  }

  .chef-card .logoImg img{
    width:100%;
    height:100%;
    min-height:170px;
    object-fit:cover;
    border-radius:6px;
  }

  .chef-card .cookInfo{
    flex:1;
    width:auto;
    padding:34px 10px 12px 0;
    box-sizing:border-box;
  }

  .chef-card .cookInfo h4{
    padding:0 0 12px;
    margin:0;
    font-size:18px;
    line-height:1.3;
  }

  .chef-card .cookInfo ul{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    padding:0 0 10px;
    margin:0;
  }

  .chef-card .cookInfo ul li{
    margin:0;
    padding:1px 6px;
    font-size:13px;
    line-height:1.5;
  }

  .chef-card .cookWord{
    padding-top:0;
    font-size:13px;
    line-height:1.6;
    -webkit-line-clamp:3;
  }
}

/* v3: 顶部导航保持 Logo 位置，菜单靠右排列，不再横向拉满 */
@media (min-width:992px){
  .navbar-custom .container{max-width:1200px;display:flex;align-items:center}
  .navbar-custom .logo{flex:0 0 auto;margin-right:0!important;margin-left:30px}
  .navbar-custom .navbar-collapse{flex:1;margin-left:40px}
  .navbar-custom .navbar-nav.navbar-center{display:flex;align-items:center;justify-content:flex-end;flex:none;width:auto;margin:0;gap:20px}
  .navbar-custom .navbar-nav.navbar-center .nav-item{flex:0 0 auto;text-align:left}
  .navbar-custom .navbar-nav li a{display:block;margin:0;padding:8px 2px;white-space:nowrap}
  .navbar-custom .menu-social-icon{display:none!important}
}

/* v5: 厨师模块保持图片左、文字右，图片区域加宽 */
@media (min-width:769px){
  .chef-card{display:flex;flex-direction:row;align-items:stretch;height:100%;border:1px solid #e7eaf3;border-radius:5px;box-shadow:none;overflow:hidden;background:#fff}
  .chef-card .logoImg{flex:0 0 50%;width:50%;padding:16px;display:flex;align-items:stretch;box-sizing:border-box;border-radius:0}
  .chef-card .logoImg img{width:100%;object-fit:cover;border-radius:6px}
  .chef-card .cookInfo{flex:1;width:auto;padding:28px 14px 18px 0;box-sizing:border-box}
  .chef-card .cookInfo h4{padding:0 0 36px;margin:0;color:#1c3150;font-size:21px;line-height:1.2;font-weight:500}
  .chef-card .cookInfo ul{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0 0 22px}
  .chef-card .cookInfo ul li{margin:0;padding:2px 6px;line-height:1.6;font-size:16px;border:1px solid #ff9a1f;border-radius:6px;color:#f3a000;background:#fff;list-style:none}
  .chef-card .cookWord{padding-top:0;color:#9b9bae;font-size:14px;line-height:1.8;-webkit-line-clamp:2}
}

@media (min-width:769px) and (max-width:1200px){
  .chef-card .logoImg{flex-basis:50%;width:50%;padding:14px}
  .chef-card .logoImg img{height:250px}
  .chef-card .cookInfo{padding:22px 12px 16px 0}
  .chef-card .cookInfo h4{font-size:26px;padding-bottom:24px}
  .chef-card .cookInfo ul li{font-size:15px;padding:1px 10px}
  .chef-card .cookWord{font-size:16px}
}

@media (min-width:200px) and (max-width:768px){
  .chef-card{border:1px solid #e7eaf3;border-radius:6px;box-shadow:none;overflow:hidden;background:#fff}
  .chef-card .logoImg{padding:12px 12px 0}
  .chef-card .logoImg img{height:220px;object-fit:cover;border-radius:6px}
  .chef-card .cookInfo{padding:30 14px 16px}
}


/* v6: 去掉底部多余空白，移除 APP 下载后保留小程序二维码；缩小厨师/产品、产品/新闻之间的模块间距 */
.footer{padding:8px 0 12px!important}
.footer .footer-inner{margin-top:0!important}
.footer p{margin-bottom:2px!important}
#features{padding-bottom:24px}
#project{padding-top:34px;padding-bottom:22px}
#news{padding-top:34px}
#about{padding-bottom:18px}
#allmap{display:none;height:0}
.applet{margin-top:-40px;text-align:center}

@media (min-width:200px) and (max-width:768px){
  #features{padding-bottom:18px}
  #project{padding-top:26px;padding-bottom:16px}
  #news{padding-top:26px}
  #about{padding-bottom:12px}
  .footer{padding:8px 0 10px!important}
  .applet{margin-top:14px}
}

/* 城市分站：仅增加 Logo 右侧城市入口，不改变原首页模块布局 */
.city-switch-btn{flex:0 0 auto;border:0;background:transparent;color:#26364d;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;margin-left:8px;border-radius:6px;cursor:pointer;white-space:nowrap;font-family:inherit}
.city-switch-btn:hover{background:#fff6ea;color:#df8926}
.city-switch-name{font-size:17px;font-weight:600;line-height:1}
.city-switch-text{font-size:12px;color:#8b8f98;line-height:1}
.city-switch-mask{position:fixed;inset:0;z-index:10050;background:rgba(15,23,42,.55);display:none;align-items:center;justify-content:center;padding:24px}
.city-switch-mask.show{display:flex}
body.city-panel-open{overflow:hidden}
.city-switch-dialog{position:relative;width:min(1040px,96vw);max-height:86vh;background:#fff;border-radius:14px;box-shadow:0 24px 70px rgba(0,0,0,.22);overflow:hidden}
.city-switch-close{position:absolute;right:16px;top:12px;z-index:2;width:38px;height:38px;border:0;background:#f3f4f6;border-radius:50%;font-size:28px;line-height:34px;color:#6b7280;cursor:pointer}
.city-switch-head{padding:24px 60px 16px 24px;border-bottom:1px solid #eceff3}
.city-switch-head h3{margin:0 0 6px;font-size:24px;color:#1c3150}
.city-switch-head p{margin:0 0 14px;color:#8a9099;font-size:14px}
.city-switch-head input{width:100%;max-width:520px;height:42px;border:1px solid #dfe3e8;border-radius:8px;padding:0 14px;font-size:15px;outline:none}
.city-switch-head input:focus{border-color:#df8926;box-shadow:0 0 0 3px rgba(223,137,38,.1)}
.city-current-line{margin-top:12px;color:#747b86;font-size:14px}.city-current-line a{color:#df8926}
.city-switch-list{max-height:60vh;overflow:auto;padding:18px 24px 28px}
.city-province-group{display:grid;grid-template-columns:118px 1fr;gap:12px;padding:11px 0;border-bottom:1px dashed #edf0f3}
.city-province-name{font-weight:600;color:#1c3150;font-size:14px;padding-top:6px}
.city-links{display:flex;flex-wrap:wrap;gap:5px 7px}
.city-links a{display:inline-block;padding:5px 8px;border-radius:5px;color:#4f5968;font-size:14px;line-height:1.4}
.city-links a:hover{background:#fff4e8;color:#df8926}
.city-empty{display:none;text-align:center;color:#999;padding:30px 0}

@media (min-width:992px){
  .navbar-custom .navbar-collapse{margin-left:20px}
}
@media (max-width:991px){
  .city-switch-btn{margin-left:auto;margin-right:8px;padding:6px 7px}
  .city-switch-name{font-size:15px}.city-switch-text{font-size:11px}
  .city-switch-dialog{max-height:90vh}
  .city-switch-head{padding:20px 52px 14px 18px}
  .city-switch-list{padding:12px 18px 24px}
  .city-province-group{grid-template-columns:1fr;gap:6px}
  .city-province-name{padding-top:0;color:#df8926}
}
@media (max-width:480px){
  .city-switch-text{display:none}
  .city-switch-name{font-size:14px}
  .city-switch-btn{max-width:90px;overflow:hidden;text-overflow:ellipsis}
  .city-switch-mask{padding:10px}
  .city-switch-head h3{font-size:21px}
  .city-links a{font-size:13px;padding:5px 6px}
}
