html, body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  font-family: Pretendard, "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  letter-spacing: 0;
}
body {
  background: #6aa658;
}
.logo img,
footer .logo img {
  display: none !important;
}
.logo::after,
footer .logo::after {
  content: "云朵镇";
  display: inline-block;
  color: #fff;
  font-weight: 900;
  line-height: .88;
  letter-spacing: 0;
  white-space: pre-line;
  text-align: center;
}
.h_t-center .logo::after {
  font-size: clamp(22px, 2.6vw, 36px);
  text-shadow: 0 1px 0 rgba(0,0,0,.08);
}
footer .logo::after {
  font-size: clamp(22px, 2.1vw, 32px);
}
.btn-channeltalk img {
  display: none !important;
}
.btn-channeltalk::after {
  content: "问我";
  display: grid;
  place-items: center;
  width: clamp(48px, 4.5vw, 62px);
  height: clamp(40px, 3.8vw, 52px);
  border-radius: 16px 18px 14px 18px;
  background: #fff;
  color: #6b4b31;
  font-weight: 900;
  font-size: clamp(15px, 1.25vw, 20px);
  transform: rotate(-4deg);
  box-shadow: 0 6px 0 rgba(80, 54, 31, .16);
}
.nav-depth1_item,
.nav-depth2_item,
.contact-list,
.side_search,
.header_search {
  letter-spacing: 0;
  word-break: keep-all;
}
.nav-depth2_item span,
.keyword_list a,
.contact-list p {
  white-space: normal;
  line-height: 1.45;
}
@media (max-width: 600px) {
  .nav-depth1_item,
  .nav-depth2_item {
    font-size: clamp(18px, 8vw, 34px);
  }
  .contact-list p {
    font-size: 12px;
  }
}
