:root {
  --lw-orange: #F08200;
  --lw-ink: #262626;
  --lw-gray: #8f8f8f;
  --lw-line: #eae7e2;
  --lw-bg: #faf9f7;
  --lw-green: #2e8b57;
  --lw-gold: #b08d57;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "PingFang SC", "Songti SC", "STSong", "Helvetica Neue", serif;
  background: var(--lw-bg);
  color: var(--lw-ink);
  line-height: 2.0;
  letter-spacing: 1.5px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}

.wrap {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 6px 28px rgba(0, 0, 0, .05);
}

/* a 重置已由 common.css 提供 */

a.link {
  color: var(--lw-orange);
}

.topbar {
  text-align: center;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--lw-orange);
  background: var(--lw-bg);
  padding: 10px 16px;
  border-bottom: 1px solid var(--lw-line);
  font-weight: 500;
}

.mast {
  text-align: center;
  padding: 46px 28px 30px;
  border-bottom: 1px solid var(--lw-line);
}

.mast .brand {
  font-size: 11px;
  color: var(--lw-gray);
  letter-spacing: 5px;
  font-family: "PingFang SC", sans-serif;
}

.mast .brand b {
  color: var(--lw-orange);
  font-weight: 500;
}

.mast h1 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 22px 0 8px;
  color: var(--lw-ink);
}

.mast .en {
  font-size: 10.5px;
  color: var(--lw-gray);
  letter-spacing: 2px;
  font-family: "PingFang SC", sans-serif;
}

.mast .date {
  margin-top: 18px;
  font-size: 12px;
  color: var(--lw-gray);
  letter-spacing: 2px;
}

.lead {
  padding: 34px 34px 10px;
  text-align: center;
}

.lead .quote {
  font-size: 16px;
  font-weight: 400;
  color: var(--lw-orange);
  letter-spacing: 2px;
  line-height: 2.0;
}

.lead .quote::before,
.lead .quote::after {
  content: "「";
  color: #e3c9a3;
}

.lead .quote::after {
  content: "」";
}

.lead .sub {
  margin-top: 14px;
  font-size: 13.5px;
  color: #6b6b6b;
  font-weight: 300;
  line-height: 2.0;
  text-align: left;
  padding: 0 8px;
}

.section {
  padding: 34px 36px;
  border-bottom: 1px solid var(--lw-line);
}

.h2 {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.h2 .cn {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
}

.h2 .cn::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: var(--lw-orange);
  margin-top: 6px;
}

.h2 .en {
  font-size: 10px;
  color: var(--lw-gray);
  letter-spacing: 2px;
  font-family: "PingFang SC", sans-serif;
}

.story {
  margin-bottom: 26px;
}

.story:last-child {
  margin-bottom: 0;
}

.story .t {
  font-size: 15.5px;
  font-weight: 400;
  color: var(--lw-ink);
  line-height: 1.8;
}

.story .t .mark {
  color: var(--lw-orange);
}

.story .d {
  font-size: 13.5px;
  font-weight: 300;
  color: #555;
  margin-top: 8px;
  line-height: 2.0;
}

.story .d b {
  color: var(--lw-orange);
  font-weight: 400;
}

.story .meta {
  margin-top: 10px;
  font-size: 11px;
  color: var(--lw-gray);
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.story .meta .src {
  color: var(--lw-gold);
}

.link {
  font-size: 11px;
  color: var(--lw-orange);
  border-bottom: 1px solid var(--lw-orange);
  text-decoration: none;
  letter-spacing: 1px;
}

.photo {
  margin: 18px 0 22px;
}

.photo img {
  width: 100%;
  display: block;
}

.photo .cap {
  font-size: 11px;
  color: var(--lw-gray);
  letter-spacing: 1.5px;
  padding-top: 8px;
  border-top: 1px solid var(--lw-line);
  margin-top: 0;
  line-height: 1.8;
}

.photo .cap b {
  color: #666;
  font-weight: 500;
}

.poem {
  border-top: 1px solid var(--lw-line);
  border-bottom: 1px solid var(--lw-line);
  padding: 26px 0;
  margin: 10px 0 4px;
  text-align: center;
}

.poem .p1 {
  font-size: 13px;
  color: #777;
  letter-spacing: 3px;
  font-weight: 300;
}

.poem .p2 {
  font-size: 11px;
  color: var(--lw-gray);
  letter-spacing: 2px;
  margin-top: 10px;
}

.kids {
  border-left: 3px solid var(--lw-orange);
  padding: 14px 18px;
  background: var(--lw-bg);
  margin-top: 8px;
}

.kids .kt {
  font-size: 12px;
  color: var(--lw-orange);
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-family: "PingFang SC", sans-serif;
}

.kids .kd {
  font-size: 13px;
  font-weight: 300;
  color: #5c4a33;
  line-height: 2.0;
}

.footer {
  padding: 36px;
  background: #faf9f7;
  border-top: 1px solid var(--lw-line);
}

.footer .fh {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  color: var(--lw-ink);
}

.footer .fh span {
  color: var(--lw-orange);
}

.footer .fc {
  margin-top: 14px;
  font-size: 12.5px;
  color: #555;
  line-height: 2.2;
  letter-spacing: 1.5px;
}

.footer .fc b {
  color: var(--lw-orange);
  font-weight: 500;
}

.footer .slogan {
  margin-top: 18px;
  font-size: 12px;
  color: var(--lw-gray);
  letter-spacing: 3px;
  text-align: center;
}

.footer .note {
  margin-top: 12px;
  font-size: 10px;
  color: #a5a5a5;
  line-height: 1.9;
  letter-spacing: .8px;
  text-align: center;
}

.qrbar {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px 24px 24px;
  background: #fff;
  border-top: 1px solid var(--lw-line);
  border-bottom: 1px solid var(--lw-line);
  gap: 18px;
}

.qr-col {
  flex: 1;
  text-align: center;
  max-width: 140px;
}

.qr-col .qr-img {
  width: 115px;
  height: 115px;
  margin: 0 auto 10px;
  border: 1px solid #e3ddd0;
  background: #faf9f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-col .qr-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.qr-col .qr-t {
  font-size: 13px;
  color: var(--lw-ink);
  letter-spacing: 2px;
}

.qr-col .qr-t em {
  color: var(--lw-orange);
  font-style: normal;
}

.qr-col .qr-s {
  font-size: 10.5px;
  color: var(--lw-orange);
  margin-top: 4px;
  letter-spacing: 2px;
  font-weight: 500;
}

.qr-col.hl .qr-img {
  border: 1px solid var(--lw-orange);
  box-shadow: 0 2px 8px rgba(240, 130, 0, .12);
}

.acts {
  padding: 34px 36px;
  background: #fff;
  border-top: 1px solid var(--lw-line);
  border-bottom: 1px solid var(--lw-line);
}

.acts .ah {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.acts .ah::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: var(--lw-orange);
  margin-top: 6px;
}

.acts .ah .en {
  font-size: 10px;
  color: var(--lw-gray);
  letter-spacing: 2px;
  font-weight: 300;
}

.acts .intro {
  font-size: 12px;
  color: var(--lw-gray);
  margin: 6px 0 18px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.acts .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.act {
  display: flex;
  background: #fff;
  border: 1px solid var(--lw-line);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.act .apic {
  width: 160px;
  height: 90px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.act .apic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.act .apic .abadge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 10px;
  color: #fff;
  background: var(--lw-orange);
  border-radius: 3px;
  padding: 2px 7px;
  letter-spacing: 1px;
  font-weight: 500;
}

.act .ainfo {
  flex: 1;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.act .atitle {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--lw-ink);
  line-height: 1.6;
  letter-spacing: .5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.type-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 500;
  color: #fff;
  background: var(--lw-orange);
  border-radius: 4px;
  padding: 2px 8px;
  letter-spacing: 1px;
  margin-right: 4px;
}

.act .ameta {
  font-size: 10.5px;
  color: #666;
  margin-top: 5px;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: .5px;
}

.act .afoot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.act .aprice {
  font-size: 14px;
  color: var(--lw-orange);
  font-weight: 600;
  letter-spacing: .5px;
}

.act .abtn {
  font-size: 10.5px;
  color: #fff;
  background: var(--lw-orange);
  padding: 4px 11px;
  border-radius: 14px;
  text-decoration: none;
  letter-spacing: 1px;
}

/* news 子页面不要显示 history 了，父页面已经包含了 */
.newsHistory {
  display: none;
}

@media (max-width:600px) {
  .wrap {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mast {
    padding: 24px 0;
  }

  .mast h1 {
    font-size: 22px;
  }

  .lead {
    padding: 26px 0 8px;
  }

  .section {
    padding: 26px 0;
  }

  .story .t {
    font-size: 14.5px;
  }

  .photo {
    margin: 14px -4px 18px;
  }

  .act {
    flex-direction: column;
  }

  .act .apic {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
  }

  .act .atitle {
    -webkit-line-clamp: 3;
  }

  .qrbar {
    gap: 8px;
    padding: 22px 10px;
  }

  .qr-col {
    max-width: 96px;
  }

  .qr-col .qr-img {
    width: 88px;
    height: 88px;
  }

  .qr-col .qr-t {
    font-size: 11.5px;
  }

  .qr-col .qr-s {
    font-size: 9.5px;
  }

  .footer {
    padding: 26px 22px;
  }

  .acts {
    padding: 26px 0;
  }
}

.about-donkey {
  background: #2f2a22;
  color: #e8e2d6;
  border-radius: 16px;
  margin: 26px auto 10px;
  padding: 28px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.about-donkey .ad-brand {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.about-donkey .ad-brand .ad-logo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

.about-donkey .ad-brand .ad-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}

.about-donkey .ad-brand .ad-slogan {
  font-size: 12px;
  line-height: 1.8;
  color: #f0a95c;
}

.about-donkey .ad-brand .ad-miniapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.about-donkey .ad-brand .ad-miniapp img {
  width: 110px;
  height: 110px;
  border-radius: 12px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.about-donkey .ad-brand .ad-miniapp span {
  font-size: 11px;
  color: #f0a95c;
  letter-spacing: 1px;
}

.about-donkey .ad-info {
  flex: 1 1 360px;
  min-width: 280px;
  font-size: 12.5px;
  line-height: 1.95;
  color: #cfc6b4;
}

.about-donkey .ad-info b {
  color: #fff;
  font-weight: 600;
}

.about-donkey .ad-info .ad-title {
  font-size: 15px;
  font-weight: 600;
  color: #f0a95c;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.about-donkey .ad-info .ad-p {
  margin: 0 0 12px;
}

.about-donkey .ad-info .ad-divider {
  border-top: 1px solid #443d31;
  margin: 12px 0;
}

.about-donkey .ad-info .ad-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 7px 0;
}

.about-donkey .ad-info .ad-row .lab {
  flex: none;
  font-size: 11.5px;
  color: #f0a95c;
  letter-spacing: 1px;
}

.about-donkey .ad-info .ad-row .val {
  flex: 1;
}

.about-donkey .ad-foot {
  flex-basis: 100%;
  text-align: center;
  font-size: 11px;
  color: #8d8372;
  border-top: 1px solid #443d31;
  padding-top: 12px;
  margin-top: 4px;
}

@media (max-width:920px) {
  .about-donkey {
    padding: 22px 18px;
    gap: 22px;
    margin: 0;
    border-radius: 0;
  }

  .about-donkey .ad-brand {
    flex-basis: 100%;
  }

  .about-donkey .ad-brand .ad-miniapp img {
    width: 104px;
    height: 104px;
  }

  .about-donkey .ad-info {
    min-width: 0;
  }
}

.wcard {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 4px 0 2px;
}

.w-left {
  text-align: center;
  flex: 0 0 auto;
  padding-right: 24px;
  border-right: 1px solid var(--lw-line);
}

.w-icon {
  font-size: 34px;
  line-height: 1;
}

.w-temp {
  font-size: 26px;
  font-weight: 500;
  color: var(--lw-ink);
  letter-spacing: 1px;
  margin-top: 6px;
}

.w-cond {
  font-size: 11.5px;
  color: var(--lw-gray);
  letter-spacing: 1px;
  margin-top: 4px;
}

.w-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12.5px;
  color: #6f6a5e;
  line-height: 1.7;
}

.w-right .w-line b {
  color: var(--lw-orange);
  font-weight: 500;
}

@media (max-width:600px) {
  .wcard {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .w-left {
    border-right: none;
    border-bottom: 1px solid var(--lw-line);
    padding-right: 0;
    padding-bottom: 12px;
    width: 100%;
  }
}

.wgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.wgrid .g {
  background: #faf9f7;
  border: 1px solid var(--lw-line);
  border-radius: 6px;
  padding: 12px 10px;
  text-align: center;
}

.wgrid .g .gn {
  font-size: 13px;
  font-weight: 500;
  color: var(--lw-ink);
  letter-spacing: 1px;
}

.wgrid .g .gw {
  font-size: 18px;
  margin: 4px 0;
}

.wgrid .g .gt {
  font-size: 12px;
  color: #555;
  line-height: 1.6;
}

.wgrid .g .gnx {
  font-size: 10.5px;
  color: var(--lw-gray);
  margin-top: 4px;
}

@media (max-width:600px) {
  .wgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
