@font-face {
  font-family: "Noto Sans SC";
  src: url("../fonts/noto-sans-sc-300-700.woff2") format("woff2");
  font-display: swap;
  font-weight: 300 700;
}

.home-body {
  --home-green: #1cb278;
  --home-green-dark: #0fa970;
  --home-green-light: #4ed9a4;
  --home-red: #ef2f37;
  --home-page: #f5f5f5;
  --home-line: #e8e8e8;
  --home-ink: #352e2d;
  --home-ink-soft: #5f5958;
  --home-ink-muted: #686262;
  color: var(--home-ink-soft);
  background: var(--home-page);
  font-size: 14px;
}

.home-site-header {
  z-index: 50;
  background: #fff;
}

.home-site-header .header-tools,
.home-site-header .header-tools__inner {
  min-height: 72px;
}

.home-header-inner {
  position: relative;
}

.home-brand {
  display: flex;
  flex: 0 1 min(850px, calc(100% - 242px));
  min-width: 0;
  width: min(850px, calc(100% - 242px));
  align-items: center;
}

.home-brand .site-logo {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: 50px;
  align-items: center;
}

.home-brand .site-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.home-search {
  display: grid;
  width: 218px;
  height: 30px;
  grid-template-columns: minmax(0, 1fr) 50px;
  border: 1px solid #eeeeee;
  background: #fff;
}

.home-search input,
.home-search button {
  min-width: 0;
  height: 28px;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.home-search input {
  padding: 0 10px;
  color: #555;
  background: #fff;
  font-size: 12px;
}

.home-search input::placeholder {
  color: #c3c3c3;
}

.home-search button {
  color: #666;
  background: #f1f1f1;
  font-size: 12px;
}

.home-search:focus-within {
  border-color: var(--home-green);
}

.mobile-menu-button__line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #333;
}

.home-primary-nav {
  position: relative;
  z-index: 10;
  height: 50px;
  overflow: visible;
  color: #fff;
  background: var(--home-green);
}

.home-nav-list {
  display: grid;
  height: 50px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  padding: 0;
}

.home-nav-item {
  position: relative;
  min-width: 0;
}

.home-primary-nav .home-nav-item>a,
.home-primary-nav .home-nav-item>button {
  display: grid;
  min-width: 0;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-family: "SimHei", "黑体", "Heiti SC", "PingFang SC", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.home-primary-nav .home-nav-trigger {
  width: 100%;
}

.home-primary-nav .home-nav-item:hover>a,
.home-primary-nav .home-nav-item:hover>button,
.home-primary-nav .home-nav-item:focus-within>a,
.home-primary-nav .home-nav-item:focus-within>button,
.home-primary-nav .home-nav-item--active>a,
.home-primary-nav .home-nav-item--active>button {
  color: #fff;
  background: var(--home-green-dark);
}

.home-primary-nav .home-nav-item>a:focus-visible,
.home-primary-nav .home-nav-item>button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.home-nav-dropdown {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 12;
  width: 100%;
  min-width: 172px;
  padding: 7px 0;
  visibility: hidden;
  background: #fefefe;
  box-shadow: 0 5px 12px rgb(0 80 55 / 8%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
}

.home-nav-item--submenu.is-submenu-open .home-nav-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .home-nav-item--submenu:hover .home-nav-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.home-nav-dropdown a,
.home-primary-nav .home-nav-dropdown a,
.home-primary-nav .home-nav-placeholder {
  display: flex;
  min-width: 0;
  height: 38px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #5d5d5d;
  background: transparent;
  font-size: 17px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0;
}

.home-nav-dropdown a:hover,
.home-nav-dropdown a:focus-visible {
  color: var(--home-green-dark);
  background: #f3fff9;
}

.home-promo {
  height: 148px;
  margin-top: 0;
  overflow: hidden;
  background: linear-gradient(180deg,
      #a0d5b6 0%,
      #bbe0c9 30%,
      #d4e9da 60%,
      #eff4ee 100%);
}

@media (prefers-reduced-motion: reduce) {
  .home-nav-dropdown {
    transition: none;
  }
}

.home-promo__inner {
  display: grid;
  height: 148px;
  grid-template-rows: 112px 36px;
}

.home-promo__carousel,
.home-promo__slides {
  position: relative;
  height: 112px;
  min-width: 0;
}

.home-promo__banner {
  display: block;
  position: absolute;
  inset: 10px 0 0;
  z-index: 0;
  height: 102px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
}

.home-promo__banner.is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.home-promo__banner img {
  width: 100%;
  height: 102px;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .home-promo__banner {
    transition: none;
    transform: none;
  }
}

.home-channel-nav {
  height: 36px;
  border-bottom: 3px solid var(--home-green);
}

.home-channel-nav ul {
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  white-space: nowrap;
}

.home-channel-nav a {
  color: #352e2d;
  font-size: 18px;
  line-height: 33px;
}

.home-channel-nav a:hover {
  color: var(--home-green-dark);
}

.home-page {
  position: relative;
  min-height: 0;
  padding: 18px 0 0;
  background: var(--home-page);
}

.home-content {
  position: relative;
}

.home-section {
  position: relative;
  overflow: hidden;
}

.home-section+.home-section {
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .home-lead+.home-news-grid {
    margin-top: 8px;
  }

  .home-news-grid+.home-banner-row {
    margin-top: 7px;
  }

  .home-banner-row[data-home-section="banner-row-1"]+.home-school-express {
    margin-top: 9px;
  }

  .home-school-express+.home-topic-section {
    margin-top: 11px;
  }

  .home-topic-section+.home-content-grid {
    margin-top: 9px;
  }

  .home-content-grid--featured+.home-banner-row {
    margin-top: 11px;
  }

  .home-knowledge+.home-friend-section {
    margin-top: 9px;
  }
}

.home-qr {
  position: fixed;
  top: 30vh;
  left: calc(50% - 798px);
  z-index: 3;
  width: 142px;
}

.home-qr img {
  display: block;
  width: 142px;
  height: 427px;
  object-fit: contain;
}

.gaokao-countdown {
  margin-top: 6px;
  padding: 0 2px;
  overflow: hidden;
  border: 1px solid #d4e3da;
  border-radius: 3px;
  color: #2f3b35;
  background: #fff;
  box-shadow: 0 3px 10px rgb(20 82 58 / 10%);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-variant-numeric: tabular-nums;
}

.gaokao-countdown__grid {
  display: grid;
  height: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}

.gaokao-countdown__unit {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  border: 1px solid #d4e3da;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  white-space: nowrap;
}

.gaokao-countdown__unit strong,
.gaokao-countdown__unit small {
  display: inline-block;
  font-weight: 400;
}

.gaokao-countdown__unit strong {
  color: #2f3b35;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.gaokao-countdown__unit small {
  color: #68746e;
  font-size: 11px;
  line-height: 1;
}

.home-social {
  position: fixed;
  top: 32vh;
  left: calc(50% + 664px);
  z-index: 3;
  width: 126px;
  height: 183px;
}

.home-social__center,
.home-social__item {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--home-green);
  text-align: center;
}

.home-social__center {
  top: 55px;
  left: 53px;
  width: 73px;
  height: 73px;
  font-size: 19px;
  line-height: 30px;
  z-index: 1;
  outline: none;
}

.home-social__item {
  width: 29px;
  height: 29px;
  font-size: 0;
}

.home-social__center-label {
  position: relative;
  z-index: 1;
  transition: opacity 180ms ease;
}

.home-social__center-qr {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 92px;
  height: 92px;
  padding: 3px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 12px rgb(0 0 0 / 18%);
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.84);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.home-social__center:hover,
.home-social__center:focus-visible {
  z-index: 5;
}

.home-social__center:hover .home-social__center-label,
.home-social__center:focus-visible .home-social__center-label {
  opacity: 0;
}

.home-social__center:hover .home-social__center-qr,
.home-social__center:focus-visible .home-social__center-qr {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.home-social__icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  pointer-events: none;
}

.home-social button.home-social__item {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.home-social__item:hover {
  color: #fff;
  background: var(--home-green-dark);
}

.home-social button.home-social__item:focus-visible {
  outline: 3px solid rgb(255 255 255 / 85%);
  outline-offset: 2px;
}

.social-qr-dialog[hidden] {
  display: none;
}

.social-qr-dialog {
  position: absolute;
  top: 40px;
  left: 53px;
  z-index: 4;
  width: 100px;
  pointer-events: none;
}

.social-qr-dialog__panel {
  padding: 5px;
  background: #fff;
  box-shadow: 0 3px 12px rgb(0 0 0 / 12%);
  color: var(--home-ink);
  text-align: center;
}

.social-qr-dialog__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.social-qr-dialog__image[hidden] {
  display: none;
}

.social-qr-dialog__empty {
  margin: 8px 0;
  color: var(--home-ink-muted);
  font-size: 12px;
  line-height: 1.6;
}

.home-social__item--1 {
  top: 0;
  left: 75px;
}

.home-social__item--2 {
  top: 11px;
  left: 36px;
}

.home-social__item--3 {
  top: 38px;
  left: 9px;
}

.home-social__item--4 {
  top: 78px;
  left: 0;
}

.home-social__item--5 {
  top: 117px;
  left: 9px;
}

.home-social__item--6 {
  top: 143px;
  left: 36px;
}

.home-social__item--7 {
  top: 154px;
  left: 75px;
}

.home-lead {
  display: grid;
  height: 322px;
  grid-template-columns: 610px minmax(0, 1fr);
  gap: 12px;
}

.home-lead-panel {
  display: grid;
  min-width: 0;
  height: 322px;
  padding: 19px 17px 29px;
  grid-template-rows: minmax(0, 1fr) 46px;
  gap: 10px;
  background: #fff;
  border-radius: 8px;
}


.home-lead-news {
  display: grid;
  min-height: 0;
  grid-template-rows: 73px 73px 72px;
}

.home-lead-news__item {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.home-lead-news__item h3 {
  height: 31px;
  margin: 0;
  overflow: hidden;
  color: #362f2e;
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-lead-title-links {
  display: flex;
  align-items: center;
}

.home-lead-title-links a+a::before {
  display: inline-block;
  margin: 0 14px;
  color: #262626;
  content: "|";
}

.home-lead-news__item h3 a:hover {
  color: var(--home-green-dark);
}

.home-lead-news__item p {
  display: flex;
  min-width: 0;
  height: 26px;
  margin: 4px 0 0;
  align-items: center;
  color: #424242;
  font-size: 14px;
  line-height: 26px;
}

.home-lead-news__item p>a {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-lead-news__item p>a+a {
  margin-left: 24px;
}

.home-lead-news__item .is-red {
  color: #f00000;
}

.home-label {
  flex: 0 0 auto;
  min-width: 72px;
  height: 18px;
  margin-right: 13px;
  padding: 0 12px;
  color: #07543e;
  background: #13b780;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.home-mini-ads {
  display: grid;
  min-width: 0;
  height: 46px;
  grid-template-columns: repeat(5, 104px);
  gap: 9px;
}

.home-mini-ads a,
.home-mini-ads img {
  width: 100%;
  height: 46px;
}

.home-mini-ads {
  overflow: hidden;
}

.home-mini-ads img {
  object-fit: fill;
}

.home-quick-panel {
  display: grid;
  min-width: 0;
  height: 322px;
  grid-template-rows: 172px 137px;
  gap: 13px;
}

.home-quick-ads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 80px 81px;
  gap: 11px 8px;
}

.home-quick-ads a,
.home-quick-ads img {
  width: 100%;
  height: 100%;
}

.home-quick-ads a {
  overflow: hidden;
}

.home-quick-ads img {
  object-fit: fill;
}

.home-quick-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 11px 8px;
}

.home-quick-links a {
  display: flex;
  min-width: 0;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #9b9b9b;
  background: #fff;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-grid,
.home-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-news-grid {
  height: 219px;
}

.home-list-panel {
  min-width: 0;
  overflow: hidden;
}

.home-section-heading {
  position: relative;
  display: flex;
  height: 33px;
  margin: 0;
  padding: 0 2px 0 14px;
  align-items: flex-start;
  justify-content: space-between;
  color: #362f2e;
}

.home-section-heading::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 5px;
  height: 22px;
  border-radius: 2px;
  background: var(--home-green);
  content: "";
}

.home-section-heading h2,
.home-section-heading h3 {
  margin: 0;
  color: #362f2e;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.home-section-heading>a {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 24px;
}

.home-section-heading>a:hover,
.home-section-heading>a:focus-visible {
  color: var(--home-green-dark);
}

.home-news-grid .home-list-panel {
  height: 219px;
}

.home-article-list {
  min-height: 0;
  padding: 14px 16px 17px;
  overflow: hidden;
  background: #fff;
}

.home-article-list li {
  height: 31px;
  overflow: hidden;
  color: #636363;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 15px;
  line-height: 31px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-article-list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-grid .home-article-list {
  height: 186px;
}

.home-banner-row {
  display: grid;
  height: 101px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
  gap: 16px;
}

.home-banner-row a,
.home-banner-row img {
  width: 100%;
  height: 101px;
}

.home-banner-row a {
  display: block;
  overflow: hidden;
}

.home-banner-row img {
  object-fit: fill;
}

.home-school-express {
  height: 470px;
}

.home-school-heading {
  display: flex;
  width: calc(100% - 316px);
  height: 32px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.home-school-tabs {
  position: relative;
  display: flex;
  height: 32px;
  padding-left: 14px;
  align-items: flex-start;
  gap: 14px;
}

.home-school-tabs::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 21px;
  border-radius: 2px;
  background: var(--home-green);
  content: "";
}

.home-school-tabs h2 {
  margin: 0;
  color: #362f2e;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.home-school-tabs button {
  height: 31px;
  padding: 0 3px;
  border: 0;
  color: #555;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.home-school-tabs button.is-active {
  color: var(--home-green-dark);
  border-bottom: 2px solid var(--home-green);
}

.home-school-search {
  display: grid;
  width: min(360px, 40%);
  height: 32px;
  margin-top: 0;
  grid-template-columns: minmax(0, 1fr) 72px;
  overflow: hidden;
  border: 1px solid #dce9e3;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 8px rgb(24 114 83 / 8%);
}

.home-school-search input,
.home-school-search button {
  min-width: 0;
  height: 30px;
  padding: 0 12px;
  border: 0;
  outline: 0;
  font-size: 14px;
  line-height: 30px;
}

.home-school-search input::placeholder {
  color: #c7c7c7;
}

.home-school-search button {
  color: #fff;
  background: var(--home-green);
  font-weight: 600;
}

.home-school-search:focus-within {
  border-color: var(--home-green);
  box-shadow: 0 0 0 3px rgb(28 178 120 / 18%);
}

.home-school-layout {
  display: grid;
  height: 434px;
  margin-top: 4px;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 16px;
}

.home-school-directory {
  display: grid;
  min-width: 0;
  height: 434px;
  padding: 14px 18px 17px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.home-school-directory[hidden] {
  display: none;
}

.home-school-directory ul {
  min-width: 0;
  padding-left: 0;
}

.home-school-directory li {
  height: 31px;
  overflow: hidden;
  color: #727272;
  font-size: 15px;
  line-height: 31px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-school-directory a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-school-directory .is-recommended {
  color: var(--home-green-dark);
}

.home-school-directory .school-recommend-badge {
  display: inline-block;
  height: 16px;
  margin-left: 4px;
  padding: 0 4px;
  color: #fff;
  background: var(--home-green);
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  vertical-align: 1px;
}

.home-school-ads {
  display: grid;
  height: 426px;
  margin-top: -14px;
  grid-template-rows: repeat(3, 128px);
  align-content: space-between;
}

.home-school-ads a,
.home-school-ads img {
  width: 100%;
  height: 128px;
}

.home-school-ads a {
  display: block;
  overflow: hidden;
}

.home-school-ads img {
  display: block;
  object-fit: fill;
}

.home-topic-section {
  height: 195px;
}

.home-topic-banners {
  display: grid;
  height: 162px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-topic-banners a,
.home-topic-banners img {
  width: 100%;
  height: 162px;
}

.home-topic-banners a {
  overflow: hidden;
}

.home-topic-banners img {
  object-fit: fill;
}

.home-content-grid {
  height: 250px;
}

.home-content-grid--featured {
  height: auto;
}

.home-content-grid .home-list-panel {
  display: flex;
  height: 250px;
  flex-direction: column;
}

.home-content-grid--featured .home-list-panel {
  height: auto;
}

.home-content-grid .home-section-heading {
  flex: 0 0 33px;
}

.home-content-grid .home-article-list {
  flex: 1 1 auto;
}

.home-panel-banner {
  display: block;
  flex: 0 0 103px;
  order: 1;
  margin: 0;
  padding: 15px 0 0;
  overflow: hidden;
  background: #fff;
}

.home-panel-banner img {
  width: 100%;
  height: 88px;
  object-fit: cover;
}

.home-content-grid--featured .home-article-list {
  order: 2;
  padding: 10px 16px;
}

.home-sponsor-strip {
  display: grid;
  height: 60px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-content: start;
  gap: 8px;
}

.home-sponsor-strip a,
.home-sponsor-strip img {
  width: 100%;
  height: 60px;
}

.home-sponsor-strip a {
  overflow: hidden;
}

.home-sponsor-strip img {
  object-fit: fill;
}

.home-knowledge {
  min-height: 389px;
}

.home-knowledge-grid {
  display: grid;
  min-height: 356px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(168px, auto);
  gap: 20px 16px;
}

.home-knowledge-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.home-knowledge-card h3 {
  height: 37px;
  margin: 0 0 3px;
  padding: 0 16px;
  color: #fff;
  background: var(--home-green);
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
}

.home-knowledge-card h3 a,
.home-knowledge-card h3 a:hover {
  color: #fff;
}

.home-knowledge-card__body {
  padding: 6px 16px 12px;
  color: #686262;
  font-size: 16px;
  line-height: 1.8;
}

.home-knowledge-link {
  color: inherit;
  overflow-wrap: anywhere;
}

.home-knowledge-card--list .home-knowledge-link {
  display: block;
  padding: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-knowledge-card--years .home-knowledge-card__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 120px;
}

.home-knowledge-card--years .home-knowledge-link {
  padding: 2px 10px;
  border: 1px solid var(--home-green);
  border-radius: 2px;
  color: var(--home-green-dark);
  line-height: 1.6;
}

.home-knowledge-card__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 6px 0;
  row-gap: 6px;
}

.home-knowledge-card__row .home-knowledge-link+.home-knowledge-link {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #ddd;
}

.home-friend-section {
  height: 103px;
}

.home-friend-links {
  display: grid;
  height: 61px;
  margin-top: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.home-friend-links a {
  display: grid;
  min-width: 0;
  height: 61px;
  padding: 0 12px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #ababab;
  color: #777;
  background: #fff;
  font-size: 13px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-footer {
  display: grid;
  height: 188px;
  margin-top: 24px;
  padding: 0 16px;
  place-content: center;
  color: #352e2d;
  background: #e6e6e6;
  font-size: 15px;
  line-height: 33px;
}

.home-footer p {
  margin: 0;
}
