/* PC homepage — English layout refresh (.home-en on index only) */

.home-en {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #2d2a26;
  background: #f3f1ee !important;
}

.home-en a {
  color: #c2410c;
}

.home-en a:hover {
  color: #ea580c;
  text-decoration: none;
}

/* 频道/列表页沿用 common.css 的 1000px 居中，避免与 1180px 混用导致错位 */
.home-en .w1000 {
  width: 1000px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}

.home-en .public-top {
  height: 30px;
  line-height: 30px;
  background: #fafafa;
  border-bottom: none;
  font-size: 12px;
}

.home-en .public-top .right a {
  color: #909090;
}

.home-en .public-top .right a:hover {
  color: #ff913d;
}

.home-en .home-site-tagline {
  margin: 0;
  max-width: none;
  color: #666;
  line-height: 30px;
  font-size: 12px;
  letter-spacing: 0;
  font-family: inherit;
}

@media (max-width: 640px) {
  .home-en .home-site-tagline {
    max-width: 100%;
  }
}

.home-en .public-logo-search {
  padding: 8px 0;
  background: #fff;
  box-shadow: none;
}

.home-en .public-nav {
  background: #fff;
  border-bottom: 1px solid #e8e4df;
  margin-bottom: 0;
  height: auto !important;
  overflow: visible !important;
}

/* 主导航与下方面包屑/内容区留白（封面、列表、内容页通用） */
.home-en header.public-header {
  margin-bottom: 0;
}

.home-en header.public-header .public-nav {
  padding-bottom: 6px;
}

/* 健康饮食列表：对齐中文站紧凑排版（子栏白底 + 栏目标题 + 网格） */
.home-en .category-nav {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-en .category-nav.mt20 {
  margin-top: 20px !important;
}

.home-en .category-nav dl {
  line-height: 30px;
  padding-bottom: 0;
}

.home-en .category-nav dt a {
  padding: 0 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.home-en .category-nav dd a {
  padding: 0 10px;
  line-height: 30px;
}

.home-en .category-nav {
  padding: 12px 16px 14px;
  border: 1px solid #ebe8e4;
  background: #fff;
  box-sizing: border-box;
}

/* 父栏 + 子栏同一行流内换行（约两行，避免父栏独占一行变三行） */
.home-en .category-nav-en {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.home-en .category-nav-en .category-nav-parent {
  display: inline-block;
  margin: 0;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff !important;
  background: #ff913d;
  border-radius: 4px;
  text-decoration: none;
  flex: 0 0 auto;
}

.home-en .category-nav-en .category-nav-parent:hover {
  background: #e07500;
  color: #fff !important;
  text-decoration: none;
}

.home-en .category-nav-en .category-nav-tabs {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-en .category-nav-en .category-nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-en .category-nav-en .category-nav-tabs a {
  display: inline-block;
  padding: 5px 11px;
  font-size: 13px;
  line-height: 1.35;
  color: #57534e !important;
  background: #faf9f7;
  border: 1px solid #e8e4df;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
}

.home-en .category-nav-en .category-nav-tabs li.active a,
.home-en .category-nav-en .category-nav-tabs a:hover {
  color: #fff !important;
  background: #ff913d;
  border-color: #e07500;
}

.home-en p.current-category,
.home-en .current-category {
  line-height: 1 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: normal;
  color: #333;
  font-size: 16px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.home-en p.current-category a,
.home-en .current-category a {
  color: #333;
}

.home-en p.current-category.pt20,
.home-en p.current-category.pb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.home-en .recipe-list {
  margin-top: 0;
  padding-top: 0;
}

/* 专题子页列表：统一卡片高度，长英文标题折行，避免 float 错位 */
.home-en .recipe-list-zt ul {
  width: 1020px;
}

.home-en .recipe-list-zt li {
  width: 235px;
  min-height: 320px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}

.home-en .recipe-list-zt .img {
  width: 235px;
  height: 235px;
  overflow: hidden;
}

.home-en .recipe-list-zt .img img {
  width: 235px;
  height: 235px;
  object-fit: cover;
  vertical-align: top;
}

.home-en .recipe-list-zt .title {
  padding: 10px 8px 12px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  min-height: 4.2em;
  text-overflow: ellipsis;
}

.home-en .recipe-list-zt .title a {
  color: #333;
}

.home-en .bread-crumbs-en span {
  color: #666;
}

.home-en .bread-crumbs-en a {
  color: #c45c26;
}

.home-en .public-nav > .w1000.pr {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

/* Recipes 下拉：压低高度 — 前两栏加宽并 4～5 列排子链接，后两栏紧凑 */
.home-en .public-nav .subnav.pa {
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  max-width: none;
  box-sizing: border-box;
  z-index: 500 !important;
  padding: 0 !important;
  border: 1px solid #e8e4df !important;
  border-top: none !important;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 22px rgba(45, 42, 38, 0.09);
  background: #fff !important;
}

.home-en .public-nav .subnav-item {
  display: block;
  padding: 8px 0 16px;
  overflow: hidden;
}

.home-en .public-nav .subnav-item::after {
  content: "";
  display: table;
  clear: both;
}

.home-en .public-nav .subnav dl {
  float: left !important;
  margin: 0 !important;
  padding: 14px 16px 16px !important;
  box-sizing: border-box;
  border-right: 1px solid #f0ebe4;
}

.home-en .public-nav .subnav dl:nth-child(1),
.home-en .public-nav .subnav dl:nth-child(2) {
  width: 33% !important;
}

.home-en .public-nav .subnav dl:nth-child(3),
.home-en .public-nav .subnav dl:nth-child(4) {
  width: 17% !important;
}

.home-en .public-nav .subnav dl:last-child {
  border-right: none;
}

.home-en .public-nav .subnav dt {
  float: none !important;
  width: 100% !important;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.35;
  padding: 0 0 10px !important;
  margin: 0 0 8px !important;
  border-bottom: 1px solid #f5f0e8;
}

.home-en .public-nav .subnav dt a {
  color: #c2410c !important;
  text-decoration: none;
}

.home-en .public-nav .subnav dt a:hover {
  color: #9a3412 !important;
}

.home-en .public-nav .subnav dd {
  float: left !important;
  padding: 0 8px 0 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  line-height: 1.4;
}

.home-en .public-nav .subnav dd a {
  display: block;
  padding: 5px 0 !important;
  font-size: 13px !important;
  color: #57534e !important;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-en .public-nav .subnav dd a:hover {
  color: #c2410c !important;
}

/* Home cooking / Noodles：4 列，格子稍宽、少省略号 */
.home-en .public-nav .subnav dl:nth-child(1) dd,
.home-en .public-nav .subnav dl:nth-child(2) dd {
  width: 25% !important;
}

/* 菜系 / 四季：各 2 列，与总高度接近 */
.home-en .public-nav .subnav dl:nth-child(3) dd,
.home-en .public-nav .subnav dl:nth-child(4) dd {
  width: 50% !important;
  padding-right: 4px !important;
}

/* 主导航：单行英文不换行，右侧 Featured / Latest 靠右 */
.home-en .public-nav ul.clearfix.f14 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
  float: none !important;
  width: 100%;
  box-sizing: border-box;
}

.home-en .public-nav ul.f14 > li {
  float: none !important;
  width: auto !important;
  flex: 0 1 auto;
  min-width: 0;
  text-align: left;
}

.home-en .public-nav ul.f14 > li.fr:first-of-type {
  margin-left: auto;
}

.home-en .public-nav ul.f14 > li > a {
  white-space: nowrap;
  color: #44403c;
  font-weight: 500;
  padding: 12px 8px;
  display: inline-block;
  font-size: 14px;
}

.home-en .public-nav ul.f14 > li > a:hover {
  color: #c2410c;
}

@media (max-width: 1024px) {
  .home-en .public-nav ul.clearfix.f14 {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .home-en .public-nav ul.f14 > li > a {
    white-space: normal;
    padding: 8px 6px;
    font-size: 13px;
  }
}

.home-en .search-form input[type="text"] {
  width: 343px;
  height: 10px;
  border: 1px solid #dcdcdc !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  padding: 10px !important;
  font-size: 14px !important;
  min-width: 0;
  font-family: inherit;
  color: #333;
}

.home-en .search-form button {
  width: 75px;
  height: 32px;
  border-radius: 0 !important;
  padding: 0 !important;
  background: #ff913d !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: normal;
  font-family: inherit;
  border: none !important;
  cursor: pointer;
}

.home-en .public-logo-search .w1000.clearfix {
  display: block;
}

.home-en .public-logo-search .logo.fl {
  float: left !important;
}

.home-en .public-logo-search .saerch.fr {
  float: right !important;
  width: 440px;
  max-width: 440px;
  min-width: 440px;
}

.home-en .search-hot-words {
  margin: 0;
  padding-top: 8px;
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.4;
  font-family: inherit;
}

.home-en .search-hot-words a {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  color: #909090;
  font-family: inherit;
}

.home-en .search-hot-words a:hover {
  color: #ff913d;
}

/* ----- Hero：固定高度 + 右侧 Hot picks 对齐，避免大图纵向拉满失真 ----- */
.home-hero {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 340px);
  gap: 20px;
  align-items: stretch;
  margin-top: 24px;
  --home-hero-h: clamp(220px, 22vw, 260px);
}

@media (max-width: 900px) {
  .home-hero {
    grid-template-columns: 1fr;
    --home-hero-h: 220px;
  }

  .home-hot-picks {
    height: auto;
    max-height: none;
    min-height: 0;
  }
}

.home-en .home-slider.pr {
  position: relative;
}

.home-en .home-slider,
.home-en .home-slider.index-slider {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  height: var(--home-hero-h) !important;
  min-height: 0 !important;
  max-height: var(--home-hero-h) !important;
  border-radius: 12px;
  overflow: hidden;
  background: #1c1917;
  box-shadow: 0 4px 24px rgba(45, 42, 38, 0.08);
  align-self: stretch;
}

.home-en .home-slider .bd {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  height: var(--home-hero-h) !important;
  min-height: 0 !important;
  max-height: var(--home-hero-h) !important;
  border-radius: 12px;
  overflow: hidden;
}

.home-en .home-slider .bd > .tempWrap,
.home-en .home-slider .bd > ul {
  height: var(--home-hero-h) !important;
  min-height: 0 !important;
  max-height: var(--home-hero-h) !important;
}

.home-en .home-slider .tempWrap ul {
  height: var(--home-hero-h) !important;
  min-height: 0 !important;
  max-height: var(--home-hero-h) !important;
}

.home-en .home-slider .tempWrap ul li {
  height: var(--home-hero-h) !important;
  min-height: 0 !important;
}

.home-en .home-slider .bd ul li {
  position: relative;
  height: var(--home-hero-h) !important;
  min-height: 0 !important;
  line-height: 0;
}

.home-en .home-slider .bd ul li a {
  position: relative;
  display: block;
  height: var(--home-hero-h) !important;
  min-height: 0 !important;
}

.home-en .home-slider .bd img {
  width: 100% !important;
  height: var(--home-hero-h) !important;
  min-height: 0 !important;
  max-height: var(--home-hero-h) !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-en .home-slide-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  max-height: 42%;
  box-sizing: border-box;
}

.home-en .home-slider .hd {
  bottom: 10px;
  right: 14px;
  z-index: 3;
}

/* Hot picks：与轮播同高，内容纵向分布更匀 */
.home-hot-picks {
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px 14px;
  box-shadow: 0 4px 24px rgba(45, 42, 38, 0.08);
  border: 1px solid #ebe7e2;
  display: flex;
  flex-direction: column;
  min-height: var(--home-hero-h);
  height: var(--home-hero-h);
  max-height: var(--home-hero-h);
  box-sizing: border-box;
  overflow: hidden;
  align-self: stretch;
}

.home-hot-picks .home-section-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1c1917;
  letter-spacing: -0.02em;
  flex: 0 0 auto;
}

.home-pick-groups {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  min-height: 0;
  justify-content: space-between;
  overflow: hidden;
}

.home-pick-row {
  display: grid;
  grid-template-columns: minmax(88px, 108px) 1fr;
  gap: 10px;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f0ebe4;
}

.home-pick-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.home-pick-label {
  margin: 0;
}

.home-pick-label a {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff !important;
  background: linear-gradient(135deg, #f97316, #ea580c);
  padding: 5px 8px;
  border-radius: 6px;
  line-height: 1.2;
}

.home-pick-label a:hover {
  filter: brightness(1.05);
  color: #fff !important;
}

.home-pick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  padding-top: 0;
}

.home-pick-links a {
  font-size: 13px;
  color: #57534e !important;
  white-space: normal;
  line-height: 1.35;
  max-width: 100%;
}

.home-pick-links a:hover {
  color: #c2410c !important;
}

/* ----- Section blocks ----- */
.home-en .index-section-two,
.home-en .index-section-three,
.home-en .index-section-four,
.home-en .index-section-five,
.home-en .index-section-six,
.home-en .index-section-seven,
.home-en .index-section-link {
  border-radius: 12px;
  border: 1px solid #ebe7e2;
  box-shadow: 0 2px 16px rgba(45, 42, 38, 0.06);
  margin-top: 24px !important;
  overflow: hidden;
}

.home-en .index-section-one {
  margin-top: 0 !important;
}

.home-en .index-new-menu,
.home-en .index-hot-menu,
.home-en .index-ingredient,
.home-en .index-hot-category,
.home-en .index-choice,
.home-en .index-video,
.home-en .index-hot-view,
.home-en .index-health,
.home-en .index-cook-tips {
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  border-radius: 12px;
}

.home-en .index-new-menu h3,
.home-en .index-hot-menu h3,
.home-en .index-ingredient h3,
.home-en .index-hot-category h3,
.home-en .index-choice h3,
.home-en .index-video h3,
.home-en .index-hot-view h3,
.home-en .index-health h3,
.home-en .index-cook-tips h3,
.home-en .index-section-seven h3,
.home-en .index-section-link h3 {
  height: auto !important;
  padding: 22px 24px 12px !important;
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1c1917 !important;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #f0ebe4;
}

.home-en .index-new-menu h3 span,
.home-en .index-health h3 span {
  float: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  vertical-align: middle;
}

/* 区块标题：主标题居左，More 居右（修正旧模板 span.fr 在前的顺序） */
.home-en h3.f16:not(.home-ingredient-head):not(.home-hot-category-head):not(.home-video-head):not(.home-video-categories-head):not(.home-health-head):not(.home-cook-tips-head) {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.home-en h3.f16:not(.home-ingredient-head):not(.home-hot-category-head):not(.home-video-head):not(.home-video-categories-head) > span.fr {
  float: none !important;
  order: 2;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
}

.home-en h3.f16:not(.home-ingredient-head):not(.home-hot-category-head):not(.home-video-head):not(.home-video-categories-head) > span.fr:empty {
  display: none;
}

.home-en .home-section-more {
  font-size: 14px;
  font-weight: 500;
  color: #c2410c !important;
  white-space: nowrap;
}

.home-en .home-section-more:hover {
  color: #9a3412 !important;
  text-decoration: underline;
}

.home-en .index-new-menu h3 i {
  font-style: normal;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 6px;
  background: #f5f0e8;
  color: #57534e;
  font-size: 16px !important;
}

.home-en .index-new-menu h3 i:hover {
  background: #ffedd5;
  color: #c2410c;
}

.home-en .index-hot-menu ul {
  padding: 16px 20px 24px !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 20px;
}

.home-en .index-hot-menu li {
  width: auto !important;
  float: none !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid #f5f0e8;
}

.home-en .index-hot-menu a {
  color: #44403c !important;
  background: none !important;
  padding-left: 0 !important;
  font-size: 13px;
}

.home-en .index-hot-menu a:hover {
  color: #c2410c !important;
}

/* New recipes：单页 12 道，4×3 网格；缩略图固定比例，标题两行省略（不再 esub 截半词） */
.home-en .index-new-menu .slide-wrap {
  overflow: visible;
}

.home-en .index-new-menu ul.home-new-recipes-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 14px;
  padding: 22px 18px 28px !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
}

.home-en .index-new-menu ul.home-new-recipes-grid > li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  text-align: center;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.home-en .index-new-menu ul.home-new-recipes-grid > li p {
  margin: 0;
}

/* 缩略图统一「立面」：固定高度盒 + cover，避免同行底边不齐 */
.home-en .index-new-menu ul.home-new-recipes-grid > li > p:first-child {
  flex: 0 0 auto;
  height: 118px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f0e8;
}

.home-en .index-new-menu ul.home-new-recipes-grid > li > p:first-child a {
  display: block;
  height: 100%;
  width: 100%;
}

.home-en .index-new-menu ul.home-new-recipes-grid > li > p:first-child img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  vertical-align: top;
  display: block;
}

/* 标题区统一双行高度，底部对齐同一维度 */
.home-en .index-new-menu ul.home-new-recipes-grid > li > .mt10 {
  flex: 0 0 auto;
  margin-top: 10px !important;
  min-height: calc(1.35em * 2);
  height: calc(1.35em * 2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.home-en .index-new-menu ul.home-new-recipes-grid > li > .mt10 a {
  color: #44403c;
  font-size: 13px;
  width: 100%;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: center;
}

@media (max-width: 900px) {
  .home-en .index-new-menu ul.home-new-recipes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .home-en .index-new-menu ul.home-new-recipes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home-en .index-section-two {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  gap: 0;
  background: #fff;
  align-items: stretch;
}

.home-en .index-section-two > .index-new-menu,
.home-en .index-section-two > .index-hot-menu {
  float: none !important;
}

/* 左栏与右侧 Popular 同高：标题下留白 + 底部自然留空，避免「图贴顶、下大片白」 */
.home-en .index-section-two > .index-new-menu {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}

.home-en .index-section-two > .index-new-menu .slide-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.home-en .index-section-two > .index-new-menu .slide-wrap::after {
  content: "";
  flex: 1 1 auto;
  min-height: 16px;
}

.home-en .index-section-two > .index-hot-menu {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}

.home-en .index-section-two > .index-hot-menu ul.clearfix {
  flex: 1 1 auto;
}

@media (max-width: 900px) {
  .home-en .index-section-two {
    grid-template-columns: 1fr;
  }
}

.home-en .index-section-three {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  grid-template-rows: auto auto;
  gap: 0;
  background: #fff;
  align-items: stretch;
}

/* 子元素直接参与外层两行网格：第 1 行左右标题（分割线对齐），第 2 行左右内容（底边对齐） */
.home-en .index-section-three > .index-ingredient,
.home-en .index-section-three > .index-hot-category {
  float: none !important;
  display: contents;
}

.home-en .index-ingredient h3.home-ingredient-head {
  grid-column: 1;
  grid-row: 1;
}

.home-en .index-ingredient ul.home-seasonal-grid {
  grid-column: 1;
  grid-row: 2;
}

.home-en .index-hot-category h3.home-hot-category-head {
  grid-column: 2;
  grid-row: 1;
}

.home-en .index-hot-category ul.home-hot-category-grid {
  grid-column: 2;
  grid-row: 2;
}

/* 标题区随较高一侧撑满，分割线对齐；字号/字重与全站区块 h3 一致 */
.home-en .index-ingredient h3.home-ingredient-head,
.home-en .index-hot-category h3.home-hot-category-head {
  box-sizing: border-box;
  padding: 22px 24px 12px !important;
  margin: 0 !important;
  height: 100%;
  min-height: 0;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
}

/* 覆盖 common.css 的 h3 span{font-size:14px}，主标题保持 18px */
.home-en .index-ingredient h3.home-ingredient-head .home-section-title-row,
.home-en .index-ingredient h3.home-ingredient-head .home-section-title,
.home-en .index-hot-category h3.home-hot-category-head .home-section-title-row,
.home-en .index-hot-category h3.home-hot-category-head .home-section-title,
.home-en .index-video h3.home-video-head .home-section-title-row,
.home-en .index-video h3.home-video-head .home-section-title,
.home-en .index-video-sidebar h3.home-video-categories-head .home-section-title-row,
.home-en .index-video-sidebar h3.home-video-categories-head .home-section-title,
.home-en .index-health h3.home-health-head .home-section-title-row,
.home-en .index-health h3.home-health-head .home-section-title,
.home-en .index-cook-tips h3.home-cook-tips-head .home-section-title-row,
.home-en .index-cook-tips h3.home-cook-tips-head .home-section-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1c1917 !important;
  letter-spacing: -0.02em;
  margin-left: 0 !important;
  padding-top: 0 !important;
  line-height: 1.3;
}

.home-en .index-ingredient h3.home-ingredient-head .home-section-title-row,
.home-en .index-hot-category h3.home-hot-category-head .home-section-title-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

/* 右侧较矮时，多余高度留在标题区底部（不挤在副导航与图片之间） */
.home-en .index-hot-category h3.home-hot-category-head::after {
  content: "";
  flex: 1 1 auto;
  min-height: 0;
}

.home-en .home-section-title-row .home-section-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

/* 副导航/说明行：与全站 h3 内 More 链接同级（14px） */
.home-en .home-ingredient-subnav,
.home-en .home-hot-category-lead {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45;
}

.home-en .home-hot-category-lead {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  color: #78716c;
}

@media (max-width: 900px) {
  .home-en .index-section-three {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .home-en .index-section-three > .index-ingredient,
  .home-en .index-section-three > .index-hot-category {
    display: block;
  }

  .home-en .index-ingredient h3.home-ingredient-head,
  .home-en .index-ingredient ul.home-seasonal-grid,
  .home-en .index-hot-category h3.home-hot-category-head,
  .home-en .index-hot-category ul.home-hot-category-grid {
    grid-column: auto;
    grid-row: auto;
  }
}

/* Popular categories：按钮自然高度；内容区随左栏等高，行距均分，底边文字对齐 */
.home-en .index-hot-category ul.home-hot-category-grid {
  float: none !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: auto;
  align-content: space-between;
  align-items: start;
  column-gap: 12px !important;
  row-gap: 0 !important;
  height: 100%;
  min-height: 100%;
  padding: 14px 16px 22px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.home-en .index-hot-category li {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  text-align: center !important;
}

.home-en .index-hot-category li a {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  padding: 9px 10px !important;
  border-radius: 8px !important;
  border: 1px solid #e8e4df !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  text-align: center !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  color: #44403c !important;
  background: #faf7f2 !important;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.home-en .index-hot-category li a:hover {
  border-color: #fdba74 !important;
  background: #fff7ed !important;
  color: #c2410c !important;
}

.home-en .index-ingredient h3.home-ingredient-head {
  align-items: flex-start !important;
}

.home-en .home-ingredient-subnav {
  float: none !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
  align-items: center !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
}

.home-en .home-ingredient-subnav a {
  color: #b45309 !important;
  white-space: nowrap;
}

.home-en .home-ingredient-subnav a:hover {
  color: #c2410c !important;
}

.home-en .index-ingredient {
  overflow: visible !important;
  min-height: 0;
}

/* Seasonal ingredients：4×3 整网，缩略图与标题区固定高度 */
.home-en .index-ingredient ul.home-seasonal-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  gap: 14px 12px;
  padding: 14px 16px 22px !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
  align-content: start;
}

.home-en .index-ingredient ul.home-seasonal-grid > li {
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.home-en .index-ingredient ul.home-seasonal-grid > li > p:first-child {
  flex: 0 0 auto;
  height: 96px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f0e8;
  margin: 0;
}

.home-en .index-ingredient ul.home-seasonal-grid > li > p:first-child a {
  display: block;
  height: 100%;
  width: 100%;
}

.home-en .index-ingredient ul.home-seasonal-grid > li > p:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
}

.home-en .index-ingredient ul.home-seasonal-grid > li > .mt10 {
  flex: 0 0 auto;
  margin-top: 8px !important;
  min-height: calc(1.35em * 2);
  height: calc(1.35em * 2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.home-en .index-ingredient ul.home-seasonal-grid > li > .mt10 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.35;
  color: #44403c;
  word-break: break-word;
  overflow-wrap: anywhere;
  text-align: center;
}

@media (max-width: 900px) {
  .home-en .index-ingredient ul.home-seasonal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-en .index-ingredient ul.home-seasonal-grid > li.home-ingredient-empty {
  grid-column: 1 / -1;
  text-align: left !important;
  display: block;
}

@media (max-width: 520px) {
  .home-en .index-ingredient ul.home-seasonal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ----- Editor's picks：12 条 4×3，列对齐 + 缩略图统一立面 + 双行标题区 ----- */
.home-en .index-section-four.index-choice ul.home-editors-picks-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 14px;
  padding: 16px 18px 24px !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
}

.home-en .index-section-four.index-choice ul.home-editors-picks-grid > li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.home-en .index-section-four.index-choice ul.home-editors-picks-grid > li > p:first-child {
  flex: 0 0 auto;
  height: 132px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f0e8;
  margin: 0;
}

.home-en .index-section-four.index-choice ul.home-editors-picks-grid > li > p:first-child a {
  display: block;
  height: 100%;
  width: 100%;
}

.home-en .index-section-four.index-choice ul.home-editors-picks-grid > li > p:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
}

.home-en .index-section-four.index-choice ul.home-editors-picks-grid > li > .mt10 {
  flex: 0 0 auto;
  margin-top: 10px !important;
  min-height: calc(1.35em * 2);
  height: calc(1.35em * 2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.home-en .index-section-four.index-choice ul.home-editors-picks-grid > li > .mt10 a {
  color: #c2410c;
  font-size: 13px;
  width: 100%;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: anywhere;
  text-align: center;
}

.home-en .index-video .mt10 a,
.home-en .index-hot-view .mt10 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.35;
  max-width: 100%;
  word-break: break-word;
}

@media (max-width: 900px) {
  .home-en .index-section-four.index-choice ul.home-editors-picks-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .home-en .index-section-four.index-choice ul.home-editors-picks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ----- Section 5：左推荐视频 + 右分类导航 ----- */
.home-en .index-section-five {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 320px);
  grid-template-rows: auto auto;
  gap: 0;
  background: #fff;
  align-items: stretch;
}

.home-en .index-section-five > .index-video,
.home-en .index-section-five > .index-video-sidebar {
  float: none !important;
  display: contents;
}

.home-en .index-video h3.home-video-head {
  grid-column: 1;
  grid-row: 1;
}

.home-en .index-video ul.home-video-grid {
  grid-column: 1;
  grid-row: 2;
}

.home-en .index-video-sidebar h3.home-video-categories-head {
  grid-column: 2;
  grid-row: 1;
}

.home-en .index-video-sidebar .home-video-categories {
  grid-column: 2;
  grid-row: 2;
}

.home-en .index-video h3.home-video-head,
.home-en .index-video-sidebar h3.home-video-categories-head {
  box-sizing: border-box;
  padding: 22px 24px 12px !important;
  margin: 0 !important;
  border-bottom: 1px solid #f0ebe4;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  height: 100%;
  min-height: 0;
}

.home-en .index-video h3.home-video-head .home-section-title-row,
.home-en .index-video-sidebar h3.home-video-categories-head .home-section-title-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1c1917 !important;
  letter-spacing: -0.02em;
  margin-left: 0 !important;
  padding-top: 0 !important;
}

/* 左侧：4×3 网格；覆盖 common.css 浮动/固定宽，避免列错位 */
.home-en .index-section-five .index-video ul.home-video-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: row;
  column-gap: 12px;
  row-gap: 14px;
  padding: 14px 20px 22px !important;
  padding-left: 20px !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  align-content: space-between;
  align-items: stretch;
  list-style: none;
}

.home-en .index-section-five .index-video ul.home-video-grid::after {
  display: none !important;
  content: none !important;
}

.home-en .index-section-five .index-video ul.home-video-grid > li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  min-width: 0;
  max-width: none !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  box-sizing: border-box;
}

.home-en .index-section-five .index-video ul.home-video-grid > li > .img,
.home-en .index-section-five .index-video ul.home-video-grid > li > p.img {
  width: 100% !important;
}

.home-en .index-section-five .index-video ul.home-video-grid > li > .img,
.home-en .index-section-five .index-video ul.home-video-grid > li > p.img {
  position: relative !important;
  flex: 0 0 auto;
  height: 108px;
  border-radius: 8px;
  overflow: hidden;
  background: #1c1917;
}

.home-en .index-section-five .index-video ul.home-video-grid > li > .img a,
.home-en .index-section-five .index-video ul.home-video-grid > li > p.img a {
  display: block;
  height: 100%;
  width: 100%;
}

.home-en .index-section-five .index-video ul.home-video-grid > li img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
  vertical-align: top;
}

.home-en .index-section-five .index-video ul.home-video-grid > li > .mt10 {
  flex: 0 0 auto;
  margin-top: 8px !important;
  min-height: calc(1.35em * 2);
  height: calc(1.35em * 2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.home-en .index-section-five .index-video ul.home-video-grid > li > .mt10 a {
  font-size: 12px;
  width: 100%;
  color: #c2410c !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 右侧：分类导航与左栏底边对齐（纵向 space-between） */
.home-en .index-video-sidebar .home-video-categories {
  display: flex;
  flex-direction: column;
  padding: 14px 16px 22px;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
}

.home-en .home-video-categories-grid {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.home-en .home-video-categories-grid li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

.home-en .home-video-categories-grid a {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  background: #faf7f2;
  border: 1px solid #e8e4df;
  color: #44403c !important;
  font-size: 13px;
  line-height: 1.35;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.home-en .home-video-categories-grid a:hover {
  border-color: #fdba74;
  background: #fff7ed;
  color: #c2410c !important;
  text-decoration: none;
}

@media (max-width: 900px) {
  .home-en .index-section-five {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .home-en .index-section-five > .index-video,
  .home-en .index-section-five > .index-video-sidebar {
    display: block;
  }

  .home-en .index-video h3.home-video-head,
  .home-en .index-video ul.home-video-grid,
  .home-en .index-video-sidebar h3.home-video-categories-head,
  .home-en .index-video-sidebar .home-video-categories {
    grid-column: auto;
    grid-row: auto;
  }

  .home-en .index-video ul.home-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    height: auto;
    min-height: 0;
    align-content: start;
    row-gap: 14px;
  }

  .home-en .index-video-sidebar .home-video-categories {
    height: auto;
    min-height: 0;
  }

  .home-en .home-video-categories-grid {
    justify-content: flex-start;
    gap: 8px;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .home-en .index-video ul.home-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ----- Section 6：左 640 + 右 340 浮动（与 common.css / 饭炊网一致，勿用 Grid） ----- */
.home-en .index-section-six {
  display: block !important;
  background: #fff;
}

.home-en .index-section-six::after {
  content: "";
  display: table;
  clear: both;
}

.home-en .index-section-six > .index-health.fl {
  float: left !important;
  width: 640px !important;
  height: 490px !important;
  overflow: hidden !important;
  display: block !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.home-en .index-section-six > .index-hot-view.fr.index-home-wenda {
  float: right !important;
  width: 340px !important;
  height: 490px !important;
  overflow: hidden !important;
  display: block !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.home-en .index-section-six .home-health-body {
  display: block !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}

.home-en .index-section-six .home-health-body::after {
  content: "";
  display: table;
  clear: both;
}

.home-en .index-section-six .index-health-pic-news.fl {
  float: left !important;
  width: 290px !important;
  padding-left: 20px !important;
  display: block !important;
}

.home-en .index-section-six .index-health-text-news.fr {
  float: right !important;
  width: 290px !important;
  padding-right: 20px !important;
  display: block !important;
}

.home-en .index-section-six .index-health h3.home-health-head {
  height: auto !important;
  padding: 20px 20px 0 !important;
  margin: 0 0 10px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  border-bottom: none !important;
  letter-spacing: normal !important;
}

.home-en .index-section-six .index-health h3.home-health-head .home-section-title-row {
  display: inline !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

.home-en .index-section-six .index-health h3 .home-section-more {
  float: right;
  font-size: 14px !important;
  font-weight: normal !important;
}

.home-en .index-section-six .home-health-subnav {
  display: inline !important;
  width: auto !important;
  font-size: 14px !important;
  font-weight: normal !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.home-en .index-section-six .home-health-subnav a {
  margin: 0 5px !important;
  color: #c2410c !important;
}

.home-en .index-section-six .index-health-pic-news dl.cover {
  width: 290px !important;
  height: 220px !important;
}

.home-en .index-section-six .index-health-pic-news dl.cover dt img {
  width: 290px !important;
  height: 220px !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover;
}

.home-en .index-section-six .index-health-text-news h5.tc {
  text-align: left !important;
  margin: 0;
  padding: 0;
}

.home-en .index-section-six .index-health-text-news h5 a {
  color: #c2410c !important;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 1.35;
}

.home-en .index-section-six .index-health-text-news p.f12.pt10 {
  text-indent: 24px !important;
  margin: 0 !important;
  padding-top: 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: #57534e;
  display: block !important;
  overflow: hidden;
}

.home-en .index-hot-view:not(.index-home-wenda) > ul.clearfix {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  padding: 12px 16px 8px !important;
  margin: 0;
  list-style: none;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
}

.home-en .index-hot-view > ul.clearfix::after {
  display: none !important;
  content: none !important;
}

.home-en .index-hot-view:not(.index-home-wenda) > ul > li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  min-width: 0;
}

.home-en .index-hot-view > ul > li img {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  vertical-align: top;
}

.home-en .index-hot-view:not(.index-home-wenda) h3.f16 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 20px 12px !important;
  margin: 0 !important;
  height: auto !important;
  border-bottom: 1px solid #f0ebe4;
}

.home-en .index-hot-view:not(.index-home-wenda) h3.f16 > span.fr {
  float: none !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.home-en .index-hot-view h4.f14 {
  margin: 0;
  padding: 14px 20px 8px;
  text-align: left !important;
  font-weight: 600;
  color: #57534e;
}

.home-en .index-hot-view ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 8px 20px 18px !important;
  margin: 0;
  list-style: none;
}

.home-en .index-hot-view ol li {
  float: none !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.35 !important;
  padding: 0 !important;
  text-align: left !important;
}

.home-en .index-hot-view ol li a {
  display: inline-block;
  padding: 6px 10px;
  background: #f5f0e8;
  border-radius: 6px;
  font-size: 13px;
  color: #44403c !important;
  white-space: normal;
}

.home-en .index-hot-view ol li a:hover {
  color: #c2410c !important;
}

.home-en .index-section-seven {
  margin-top: 24px !important;
}

/* Section6 右栏：.index-cook-tips 完全走 common.css 行高/单行省略 */
.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips {
  width: 340px !important;
  height: auto !important;
  display: block !important;
  background: #fff;
}

.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips h3.f16 {
  height: auto !important;
  padding: 20px 20px 0 !important;
  margin: 0 0 5px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  border-bottom: none !important;
  display: block !important;
  color: #1c1917 !important;
  letter-spacing: normal !important;
}

.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips h3.f16 > span.fr {
  float: right !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips h3 .home-section-more {
  color: #c2410c !important;
}

.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips > ul {
  padding: 0 20px 8px !important;
  margin: 0;
  list-style: none;
}

.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips > ul > li {
  height: 22px !important;
  line-height: 22px !important;
  padding: 7px 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  background: none !important;
  border: none !important;
  text-align: left !important;
  zoom: 1;
}

.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips > ul > li::after {
  content: "";
  display: table;
  clear: both;
}

.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips > ul > li > span {
  float: left !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  text-align: center !important;
  margin: 0 10px 0 0 !important;
}

.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips > ul > li > a {
  display: block !important;
  margin-left: 32px !important;
  padding: 0 !important;
  color: #44403c !important;
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.home-en .index-section-six .index-hot-view.index-home-wenda .index-cook-tips > ul > li > a:hover {
  color: #c2410c !important;
}

/* Section6 左栏：圆点列表 + 图下序号（common 行高） */
.home-en .index-section-six .index-health-text-news > ul > li {
  background: url("../img/dot_circle.gif") no-repeat left center !important;
  padding: 7px 0 7px 15px !important;
  height: 19px !important;
  line-height: 19px !important;
  border-bottom: 1px solid #f2f2f2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.home-en .index-section-six .index-health-text-news > ul > li > a {
  color: #44403c !important;
}

.home-en .index-section-six .index-health-text-news > ul > li > a:hover {
  color: #c2410c !important;
}

.home-en .index-section-six .index-health-pic-news ul.home-health-hotlist {
  padding-top: 12px !important;
}

.home-en .index-section-six .index-health-pic-news ul.home-health-hotlist > li {
  height: 20px !important;
  line-height: 20px !important;
  padding: 8px 0 !important;
}

.home-en .index-section-six .index-health-pic-news ul.home-health-hotlist > li > span {
  background: #f37b09 !important;
}

.home-en .index-section-six .index-health-pic-news ul.home-health-hotlist > li:nth-child(n+4) > span {
  background: #d6d3d1 !important;
}

/* Section7：专题色块标签走 common.css，仅补英文标题/More */
.home-en .index-section-seven h3.f16 {
  display: block !important;
  height: auto !important;
  padding: 20px 20px 0 !important;
  margin: 0 0 5px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #1c1917 !important;
  letter-spacing: normal !important;
  border-bottom: none !important;
}

.home-en .index-section-seven h3.f16 > span.fr {
  float: right !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.home-en .index-section-seven h3 .home-section-more {
  color: #c2410c !important;
}

.home-en .index-section-seven ul.clearfix {
  padding-left: 19px !important;
  padding-bottom: 10px !important;
  margin: 0;
  list-style: none;
}

.home-en .index-section-seven ul.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 英文专题名较长：5 列 × 6 行，格子加宽加高、双行显示 */
.home-en .index-section-seven ul.clearfix > li {
  float: left !important;
  width: 186px !important;
  height: 44px !important;
  line-height: 1.25 !important;
  margin: 6px 7px 6px 0 !important;
  text-align: center !important;
  box-sizing: border-box;
}

.home-en .index-section-seven ul.clearfix > li > a {
  display: block !important;
  height: 44px !important;
  padding: 5px 8px !important;
  box-sizing: border-box !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #fff !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-wrap: break-word;
  word-break: break-word;
}

.home-en .index-section-seven > .index-cook-tips {
  width: 100% !important;
  max-width: none !important;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.home-en .index-cook-tips h3.home-cook-tips-head {
  box-sizing: border-box;
  padding: 22px 24px 12px !important;
  margin: 0 !important;
  border-bottom: 1px solid #f0ebe4;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
  height: auto;
  min-height: 0;
}

.home-en .index-health h3.home-health-head .home-section-title-row,
.home-en .index-cook-tips h3.home-cook-tips-head .home-section-title-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1c1917 !important;
  letter-spacing: -0.02em;
}

.home-en .index-cook-tips h3.home-cook-tips-head::after {
  content: "";
  flex: 1 1 auto;
  min-height: 0;
}

.home-en .home-health-subnav {
  float: none !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.home-en .home-health-subnav a {
  color: #b45309 !important;
  white-space: nowrap;
}

.home-en .home-health-subnav a:hover {
  color: #c2410c !important;
}

/* index-health 仅用于 Section6，内层布局见上方 640+340 浮动规则 */

.home-en .index-health-pic-news dl.cover dd {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: auto;
  min-height: 2rem;
  line-height: 1.35;
  padding: 6px 10px;
  box-sizing: border-box;
  margin: 0;
  background: rgba(245, 240, 232, 0.92) !important;
}

.home-en .index-health-pic-news dl.cover dd a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
  word-break: break-word;
  color: #1c1917 !important;
}

.home-en .index-health-pic-news ul.home-health-hotlist {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

.home-en .index-health-pic-news ul.home-health-hotlist {
  margin-top: 8px !important;
}

.home-en .index-health-pic-news ul.home-health-hotlist li {
  float: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
  height: auto !important;
  line-height: 1.3 !important;
  padding: 4px 0 !important;
  border-bottom: 1px solid #f0ebe4;
  margin: 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.home-en .index-health-pic-news ul.home-health-hotlist li span {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #c2410c;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}

.home-en .index-health-pic-news ul.home-health-hotlist li:nth-child(n+4) span {
  background: #d6d3d1;
}

.home-en .index-health-pic-news ul.home-health-hotlist li a {
  flex: 1 1 auto;
  min-width: 0;
  color: #44403c !important;
}

.home-en .index-health-text-news {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.home-en .index-health-text-news h5 {
  margin: 0;
  padding: 0;
  text-align: left !important;
}

.home-en .index-health-text-news h5 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.35;
  word-break: break-word;
  font-size: 16px !important;
  font-weight: 700;
  color: #c2410c !important;
}

.home-en .index-health-text-news p {
  margin: 6px 0 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  font-size: 12px;
  line-height: 1.45;
  color: #57534e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home-en .index-health-text-news > ul {
  flex: none !important;
  display: block;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  list-style: none;
  min-height: 0;
}

.home-en .index-health-text-news > ul li {
  float: none !important;
  height: auto !important;
  line-height: 1.3 !important;
  padding: 3px 0 !important;
  margin: 0 !important;
  background: none !important;
  border-bottom: 1px solid #f5f0e8;
}

.home-en .index-health-text-news > ul li a {
  color: #44403c !important;
  font-size: 14px;
}

.home-en .index-health-text-news > ul li a:hover {
  color: #c2410c !important;
}

.home-en .index-cook-tips ul.home-cook-tips-list {
  display: block;
  margin: 0 !important;
  padding: 14px 18px 22px !important;
  list-style: none;
  box-sizing: border-box;
}

.home-en .index-cook-tips ul.home-cook-tips-list li {
  float: none !important;
  display: block;
  height: auto !important;
  line-height: 1.35 !important;
  padding: 0 !important;
  margin: 0 0 6px !important;
  min-height: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  background: #faf7f2;
  border: 1px solid #f0ebe4;
  border-radius: 8px;
}

.home-en .index-cook-tips ul.home-cook-tips-list li:last-child {
  margin-bottom: 0 !important;
}

.home-en .index-cook-tips ul.home-cook-tips-list li:nth-child(1) {
  border-color: #fdba74;
}

.home-en .index-cook-tips ul.home-cook-tips-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  padding: 8px 14px;
  color: #44403c !important;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.4;
  box-sizing: border-box;
}

.home-en .index-cook-tips ul.home-cook-tips-list li a:hover {
  color: #c2410c !important;
}

.home-en .index-cook-tips ul.home-cook-tips-list li span {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin: 0 !important;
  border-radius: 4px;
}

.home-en .index-cook-tips ul.home-cook-tips-list li:nth-child(1) span {
  background: #c2410c !important;
}

.home-en .index-cook-tips ul.home-cook-tips-list li:nth-child(2) span {
  background: #ea580c !important;
}

.home-en .index-cook-tips ul.home-cook-tips-list li:nth-child(3) span {
  background: #f59e0b !important;
}

.home-en .index-cook-tips ul.home-cook-tips-list li:nth-child(n+4) span {
  background: #d6d3d1 !important;
}

@media (max-width: 900px) {
  .home-en .index-section-six {
    grid-template-columns: 1fr;
  }

  .home-en .index-section-six > .index-health,
  .home-en .index-section-six > .index-hot-view {
    grid-column: auto;
    grid-row: auto;
  }

  .home-en .index-health .home-health-body {
    grid-template-columns: 1fr;
  }

  .home-en .index-cook-tips ul.home-cook-tips-list,
  .home-en .index-health-text-news > ul {
    justify-content: flex-start;
    gap: 4px;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .home-en .index-health .home-health-body {
    grid-template-columns: 1fr;
  }
}

.home-en .public-footer {
  margin-top: 48px !important;
  background: #fff;
  border-top: 1px solid #e8e4df;
  padding: 36px 0 28px;
  height: auto !important;
  min-height: 0 !important;
  box-shadow: none;
}

.home-en .public-footer .w1000 {
  width: 1000px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.home-en .footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0ece7;
  margin-bottom: 20px;
}

.home-en .footer-main.clearfix::before,
.home-en .footer-main.clearfix::after {
  display: none !important;
  content: none !important;
}

.home-en .footer-copyright {
  margin-top: 0 !important;
}

.home-en .footer-about {
  flex: 1 1 280px;
  max-width: 520px;
}

.home-en .footer-site-name {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #44403c;
}

.home-en .footer-intro {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #78716c;
}

.home-en .footer-links {
  flex: 1 1 240px;
}

.home-en .footer-links-title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #44403c;
}

.home-en .footer-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-en .footer-links-list li {
  float: left;
  margin: 0 16px 8px 0;
}

.home-en .footer-links-list a {
  font-size: 13px;
  color: #78716c;
  text-decoration: none;
}

.home-en .footer-links-list a:hover {
  color: #ea580c;
}

.home-en .footer-copyright p {
  color: #78716c;
  margin: 0;
  font-size: 12px;
}

/* Breadcrumb — /news/、/sitemap/ 等（.bread-crumbs 与 .bread-crumbs-en 共用） */
.home-en .bread-crumbs,
.home-en nav.bread-crumbs-en {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  margin: 24px auto 20px !important;
  padding: 12px 20px 12px 36px !important;
  line-height: 1.6;
  color: #78716c;
  background: url("../img/icon_home.png") no-repeat 12px center;
  text-indent: 0;
  box-sizing: border-box;
}

/* 覆盖模板上的 pt10/pb10，避免与主导航贴太紧 */
.home-en .bread-crumbs.pt10,
.home-en nav.bread-crumbs-en.pt10 {
  padding-top: 12px !important;
}

.home-en .bread-crumbs.pb10,
.home-en nav.bread-crumbs-en.pb10 {
  padding-bottom: 12px !important;
}

.home-en .bread-crumbs a,
.home-en nav.bread-crumbs-en a {
  color: #c2410c;
  white-space: nowrap;
}

.home-en .bread-crumbs a:hover,
.home-en nav.bread-crumbs-en a:hover {
  color: #ea580c;
}

.home-en nav.bread-crumbs-en .crumb-sep {
  color: #a8a29e;
  font-size: 11px;
  padding: 0 2px;
  user-select: none;
}

.home-en nav.bread-crumbs-en .crumb-current {
  color: #57534e;
  font-weight: 500;
  white-space: nowrap;
}

/* 面包屑与正文区（网站地图、最新更新列表等） */
.home-en .bread-crumbs + .sitemap-wrap,
.home-en .bread-crumbs + .list-wrap,
.home-en nav.bread-crumbs-en + .list-wrap {
  margin-top: 4px;
}

.home-en .sitemap-wrap {
  padding-top: 24px;
}

/* 内容页双栏：侧栏较高时页脚须整行落到正文+侧栏下方 */
.home-en #js_listWrap.list-wrap,
.home-en .list-wrap.w1000.clearfix {
  display: flow-root;
  overflow: hidden;
  width: 1000px;
}

.home-en #js_listWrap .list-left,
.home-en .list-wrap.w1000 > .list-left {
  width: 640px;
}

.home-en #js_listWrap .list-right,
.home-en .list-wrap.w1000 > .list-right {
  width: 345px;
}

.home-en .list-wrap.w1000 + .public-footer,
.home-en #js_listWrap + .public-footer {
  clear: both;
  width: 100%;
  box-sizing: border-box;
}

/* wenda 0 list: cards, sidebar, pagination */
.home-en .list-wenda .list-wenda-wrap {
  background: #fff;
  border: 1px solid #ebe8e4;
  border-radius: 10px;
  padding: 8px 24px 4px;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.04);
}

.home-en .list-wenda-wrap dl {
  height: auto;
  min-height: 118px;
  padding: 18px 0;
  margin: 0;
  border-bottom: 1px solid #f3f1ee;
}

.home-en .list-wenda-wrap dl:last-child {
  border-bottom: none;
}

.home-en .list-wenda-wrap .pic img {
  border-radius: 8px;
  object-fit: cover;
}

.home-en .list-wenda-wrap .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.home-en .list-wenda-wrap .title a {
  color: #1c1917;
}

.home-en .list-wenda-wrap .title a:hover {
  color: #ea580c;
}

.home-en .list-wenda-wrap .time {
  color: #a8a29e;
  font-size: 13px;
}

.home-en .list-wenda-wrap .desc {
  color: #78716c;
  line-height: 1.65;
  font-size: 14px;
}

.home-en .list-wenda-wrap .desc:empty {
  display: none;
}

.home-en .list-wenda .list-right-block {
  border: 1px solid #ebe8e4;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.04);
}

.home-en .list-wenda .list-right-title {
  font-size: 15px;
  font-weight: 600;
  color: #44403c;
  letter-spacing: 0.01em;
  padding-bottom: 4px;
  border-bottom: 1px solid #f3f1ee;
  margin-bottom: 2px;
}

.home-en .list-right-recipe > ul.clearfix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-en .list-right-recipe li {
  width: auto;
  height: auto;
  min-height: 0;
  overflow: visible;
  margin: 0;
  float: none;
}

.home-en .list-right-recipe li > p:first-child {
  margin: 0;
}

.home-en .list-right-recipe li > p:first-child a {
  display: block;
}

.home-en .list-right-recipe li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-en .list-right-recipe li p.mt10 {
  margin-top: 8px;
}

.home-en .list-right-recipe li p.mt10 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 3.64em;
  line-height: 1.4;
  font-size: 13px;
  color: #57534e;
  word-break: break-word;
}

.home-en .list-right-recipe li p.mt10 a:hover {
  color: #ea580c;
}

.home-en .list-right-recipe-text a {
  border-radius: 4px;
  padding: 2px 0;
}

.home-en .list-right-recipe-text a:hover {
  color: #ea580c;
}

.home-en .list-wenda .public-page,
.home-en .recipe-list + .public-page,
.home-en .public-page.tc.clearfix {
  background: #fff;
  border: 1px solid #ebe8e4;
  border-radius: 10px;
  padding: 12px 16px !important;
  margin-top: 16px;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.04);
}

.home-en .news-main .gouso-adsense-inarticle {
  margin: 28px 0;
  text-align: center;
  clear: both;
  overflow: hidden;
  min-height: 250px;
}

.home-en .news-detail-nav {
  border-top: 1px solid #ebe8e4;
}

.home-en .news-detail-pagination {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-en .news-detail-pagination:has(a, em, .paging2) {
  display: block !important;
  text-align: center;
  padding-bottom: 10px !important;
}

.home-en .news-detail-nav-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.home-en .news-detail-nav-prev,
.home-en .news-detail-nav-list,
.home-en .news-detail-nav-next {
  display: inline-block;
  flex: 0 0 auto;
  float: none !important;
  width: auto !important;
  max-width: 33%;
}

.home-en .news-detail-nav-prev {
  text-align: left;
}

.home-en .news-detail-nav-next {
  text-align: right;
}

.home-en .news-detail-nav-list {
  text-align: center;
}

.home-en .news-detail-nav-btn {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #333 !important;
  text-decoration: none;
  background: #fff;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.3;
}

.home-en .news-detail-nav-btn:hover {
  color: #ff8400 !important;
  border-color: #ff8400;
  text-decoration: none;
}

.home-en .news-detail-nav-btn-disabled {
  display: inline-block;
  padding: 7px 12px;
  color: #bbb !important;
  white-space: nowrap;
  font-size: 13px;
}

.home-en .news-detail-nav-list a {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid #ff8400;
  border-radius: 999px;
  color: #ff8400 !important;
  text-decoration: none;
  background: #fff;
  white-space: nowrap;
  font-size: 13px;
}

.home-en .news-detail-nav-list a:hover {
  background: #ff8400;
  color: #fff !important;
}

.home-en .news-side-related li {
  padding: 6px 0;
  border-bottom: 1px dashed #ebe8e4;
}

.home-en .news-side-related li:last-child {
  border-bottom: none;
}

.home-en .news-side-related a {
  color: #333;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-en .news-side-related a:hover {
  color: #ff8400;
}


.home-en .list-right-gg:empty {
  display: none;
}

.home-en .list-right-gg .gouso-adsense-sidebar {
  min-height: 250px;
}

.home-en .wenda-page-bar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #57534e;
}

.home-en .wenda-page-label,
.home-en .wenda-page-of {
  font-size: 13px;
  color: #78716c;
  font-weight: 400;
}

.home-en .wenda-page-nav {
  display: inline-flex;
}

.home-en .wenda-page-btn,
.home-en .wenda-page-bar > span:not(.wenda-page-summary):not(.wenda-page-label):not(.wenda-page-of) a {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #e7e5e4;
  border-radius: 6px;
  background: #fff;
  color: #44403c;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.home-en .wenda-page-btn:hover,
.home-en .wenda-page-bar > span:not(.wenda-page-summary):not(.wenda-page-label):not(.wenda-page-of) a:hover {
  border-color: #ff8400;
  color: #ff8400;
  background: #fffaf5;
}

.home-en .wenda-page-select select {
  height: 30px;
  min-width: 52px;
  padding: 0 22px 0 8px;
  border: 1px solid #e7e5e4;
  border-radius: 6px;
  background: #fff;
  color: #1c1917;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.home-en .wenda-page-summary {
  flex: 0 0 auto;
  margin: 0 0 0 4px;
  padding-left: 12px;
  border-left: 1px solid #e7e5e4;
  font-size: 13px;
  font-weight: 400;
  color: #78716c;
  white-space: nowrap;
}

.home-en .wenda-page-summary em {
  font-family: inherit;
  color: #44403c;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.home-en .list-right-rank ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
  padding: 10px 0;
  border-bottom: 1px solid #f3f1ee;
}

.home-en .list-right-rank ul li:last-child {
  border-bottom: none;
}

.home-en .list-right-rank ul li span {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  background: #fef3e8;
  color: #ea580c;
  font-size: 12px;
  font-weight: 700;
}

.home-en .list-right-rank ul li:nth-child(-n+3) span {
  background: #ff8400;
  color: #fff;
}

.home-en .list-right-rank ul li a {
  flex: 1;
  font-size: 14px;
  color: #44403c;
}

.home-en .list-right-rank ul li a:hover {
  color: #ea580c;
}

/* /daquan/ layout: see skin/css/daquan-en.css */
