body { margin: 0; background: #f7f3ec; font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #2a2a2a; font-size: 14px; font-weight: 300; letter-spacing: 1.5px; line-height: 1.9; }
  .crumb { font-size: 13px; color: #8a7a3c; font-weight: 500; margin-bottom: 6px; }
  .crumb a { color: #8a7a3c; text-decoration: none; }
  h1 { font-size: 22px; font-weight: 600; color: #7a6a30; margin: 6px 0 6px; }
  .sub { font-size: 15px; font-weight: 500; color: #a09470; margin: 0 0 20px; }
  .card { background: #fff; border-radius: 14px; padding: 22px 26px; margin: 18px 0;
    border: 1px solid #eee6d4; box-shadow: 0 2px 8px rgba(122,106,48,.05); }
  .sec { font-size: 18px; font-weight: 600; color: #2a2a2a; margin: 8px 0 14px;
    padding-left: 10px; border-left: 3px solid #8a7a3c; display: flex; align-items: center; }
  .sec span { font-size: 13px; color: #a09470; margin-left: 8px; font-weight: 400; }
  .ic { width: 36px; height: 36px; border-radius: 50%; background: #f4f0e2; color: #8a7a3c; display: flex; align-items: center; justify-content: center; font-size: 17px; margin-right: 10px; flex-shrink: 0; }
  h4 { font-size: 15px; font-weight: 500; color: #8a7a3c; margin: 16px 0 8px; }
  ul, ol { margin: 6px 0 12px; padding-left: 22px; }
  li { margin: 6px 0; }
  .em { color: #8a7a3c; font-weight: 500; }
  .fun { background: #f7f4ea; border-left: 3px solid #8a7a3c; border-radius: 8px; padding: 12px 16px;
    margin: 12px 0; font-size: 14px; color: #333; }
  .fun b { color: #8a7a3c; }
  .fun i { color: #8a7a3c; margin-right: 6px; }
  .quote { font-size: 16px; color: #8a7a3c; font-weight: 500; text-align: center;
    margin: 24px 0 10px; padding: 12px 16px; background: #f7f4ea; border-radius: 10px; }
  .end { margin-top: 28px; padding: 16px 20px; background: #f4f1e6; border-radius: 12px;
    font-size: 13px; color: #666; }
  .end i { color: #8a7a3c; margin-right: 6px; }
  ol li::before { content: counter(step); position: absolute; left: 0; top: 0;
    width: 24px; height: 24px; background: #8a7a3c; color: #fff; border-radius: 50%;
    font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: center; }

  .video-box { background: #f7f3ec; border: 1px solid #e6dcc8; border-radius: 12px; padding: 14px 16px; margin: 14px 0; }
  .video-h { font-size: 14px; font-weight: 600; color: #8a7a3c; margin-bottom: 10px; }
  .video-h i { margin-right: 6px; }
  .video-item { display: flex; justify-content: space-between; align-items: center; background: #fff; border-radius: 8px; padding: 10px 14px; margin-bottom: 8px; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
  .video-item:last-child { margin-bottom: 0; }
  .video-t { font-size: 14px; color: #333; }
  .video-item a { font-size: 13px; color: #fff; background: #8a7a3c; padding: 6px 14px; border-radius: 20px; text-decoration: none; white-space: nowrap; }
  .video-item a:hover { opacity: .9; }
