  :root {
    --ink: #211f1d;
    --paper: #f5f1e9;
    --white: #fff;
    --red: #990f16;
    --red2: #680b10;
    --muted: #716b66;
    --line: #d6cec3;
    --soft: #ebe5dc;
    --max: 1180px;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    line-height: 1.65;
  }
  img {
    display: block;
    max-width: 100%;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,
  input,
  select {
    color: inherit;
    font: inherit;
  }
  button {
    cursor: pointer;
  }
  .ao-rq {
    width: min(calc(100% - 40px), var(--max));
    margin-inline: auto;
  }
  .ao-tb {
    position: sticky;
    top: 0;
    z-index: 70;
    border-bottom: 3px double var(--ink);
    background: rgba(245, 241, 233, 0.97);
    backdrop-filter: blur(10px);
  }
  .ao-tbnr {
    display: grid;
    grid-template-columns: 250px 1fr 190px;
    align-items: center;
    min-height: 72px;
    gap: 22px;
  }
  .ao-pp {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--red);
    font-family: Georgia, "Songti SC", serif;
    font-size: 21px;
    font-weight: 700;
  }
  .ao-pp img {
    width: 45px;
    height: 45px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }
  .ao-pp small {
    display: block;
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 8px;
    letter-spacing: 0.13em;
  }
  .ao-dh {
    display: flex;
    justify-content: center;
    gap: 27px;
    font-size: 12px;
    font-weight: 800;
  }
  .ao-dh a {
    padding: 8px 0;
    border-bottom: 1px solid transparent;
  }
  .ao-dh a:hover {
    color: var(--red);
    border-color: var(--red);
  }
  .ao-dabh {
    justify-self: end;
    color: var(--muted);
    font-family: Georgia, serif;
    font-size: 9px;
    letter-spacing: 0.13em;
  }
  .ao-cd {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--ink);
    background: transparent;
    font-size: 20px;
  }

  .ao-sp {
    position: relative;
    display: grid;
    place-items: center;
    min-height: calc(100svh - 110px);
    overflow: hidden;
    border-bottom: 1px solid var(--ink);
    background: #fff;
  }
  .ao-sp:before,
  .ao-sp:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--line);
    content: "";
  }
  .ao-sp:before {
    left: 8%;
  }
  .ao-sp:after {
    right: 8%;
  }
  .ao-spnr {
    position: relative;
    width: min(calc(100% - 40px), 900px);
    padding: 58px 0 48px;
    text-align: center;
  }
  .ao-spbz {
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
  }
  .ao-sp small {
    color: var(--red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.16em;
  }
  h1 {
    margin: 10px 0 4px;
    font-family: Georgia, "Songti SC", serif;
    font-size: clamp(68px, 9vw, 116px);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: 0;
  }
  .ao-sp h2 {
    margin: 16px 0 13px;
    font-family: Georgia, "Songti SC", serif;
    font-size: 27px;
    font-weight: 500;
  }
  .ao-spjs {
    max-width: 660px;
    margin: 0 auto 25px;
    color: var(--muted);
    font-family: Georgia, "Songti SC", serif;
    font-size: 14px;
  }
  .ao-spxz {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .ao-xzan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 320px;
    min-height: 64px;
    border: 0;
    color: #fff;
    background: var(--red);
    font-size: 15px;
    font-weight: 900;
  }
  .ao-xzan:hover {
    background: var(--red2);
  }
  .ao-dasj {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 660px;
    margin: 34px auto 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
  .ao-dasj span {
    padding: 13px 8px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 8px;
  }
  .ao-dasj b {
    display: block;
    color: var(--ink);
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 500;
  }
  .ao-spbh {
    position: absolute;
    right: 0;
    bottom: 14px;
    color: var(--muted);
    font-family: Georgia, serif;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .ao-mk {
    padding: 86px 0;
  }
  .ao-mkbt {
    display: block;
    max-width: 720px;
    margin: 0 auto 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--ink);
    text-align: center;
  }
  .ao-mkbt small {
    display: block;
    margin-bottom: 7px;
    color: var(--red);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.14em;
  }
  .ao-mkbt h2 {
    margin: 0;
    font-family: Georgia, "Songti SC", serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
  }
  .ao-mkbt p {
    max-width: 560px;
    margin: 8px auto 0;
    color: var(--muted);
    font-size: 10px;
  }
  .ao-cpzs {
    background: var(--paper);
  }
  .ao-jtwg {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
  .ao-jt {
    margin: 0;
    border: 1px solid var(--ink);
    background: #fff;
  }
  .ao-jt img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    object-position: top;
  }
  .ao-jt figcaption {
    display: flex;
    justify-content: space-between;
    padding: 11px 12px;
    font-size: 9px;
  }
  .ao-jt figcaption span {
    color: var(--red);
    font-weight: 900;
  }

  .ao-ys {
    background: #fff;
  }
  .ao-yswg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ink);
    border-left: 1px solid var(--ink);
  }
  .ao-ysx {
    display: flex;
    min-height: 224px;
    flex-direction: column;
    padding: 24px;
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }
  .ao-ystb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--red);
    font-family: Georgia, serif;
    font-size: 10px;
  }
  .ao-ystb i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    background: var(--red);
    font-size: 18px;
  }
  .ao-ysx:nth-child(2n) .ao-ystb i {
    background: var(--ink);
  }
  .ao-ysx h3 {
    margin: 42px 0 8px;
    font-family: Georgia, "Songti SC", serif;
    font-size: 19px;
    font-weight: 500;
  }
  .ao-ysx p {
    margin: auto 0 0;
    color: var(--muted);
    font-size: 10px;
  }

  .ao-dazy {
    color: #fff;
    background: var(--red2);
  }
  .ao-dazy .ao-mkbt {
    border-color: #a94a4f;
  }
  .ao-dazy .ao-mkbt small {
    color: #f3b9bc;
  }
  .ao-dazy .ao-mkbt p {
    color: #d8b5b7;
  }
  .ao-zywg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #a94a4f;
    border-left: 1px solid #a94a4f;
  }
  .ao-zyx {
    min-height: 220px;
    padding: 23px;
    border-right: 1px solid #a94a4f;
    border-bottom: 1px solid #a94a4f;
  }
  .ao-zyx b {
    display: block;
    color: #f1bfc1;
    font-family: Georgia, serif;
    font-size: 11px;
  }
  .ao-zyx h3 {
    margin: 53px 0 8px;
    font-family: Georgia, "Songti SC", serif;
    font-size: 18px;
    font-weight: 500;
  }
  .ao-zyx p {
    margin: 0;
    color: #d8b5b7;
    font-size: 10px;
  }

  .ao-bz {
    background: #fff;
  }
  .ao-bzbj {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 60px;
  }
  .ao-bzjs h2 {
    margin: 5px 0 10px;
    font-family: Georgia, "Songti SC", serif;
    font-size: 33px;
    font-weight: 500;
  }
  .ao-bzjs p {
    color: var(--muted);
    font-size: 10px;
  }
  .ao-bzxz {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 44px;
    margin-top: 16px;
    border: 0;
    color: #fff;
    background: var(--red);
    font-size: 9px;
    font-weight: 900;
  }
  .ao-wdx {
    border-top: 1px solid var(--line);
  }
  .ao-wdx:last-child {
    border-bottom: 1px solid var(--line);
  }
  .ao-wt {
    display: grid;
    grid-template-columns: 40px 1fr 28px;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 63px;
    border: 0;
    background: transparent;
    text-align: left;
  }
  .ao-wt span {
    color: var(--red);
    font-family: Georgia, serif;
    font-size: 9px;
  }
  .ao-wt i {
    font-size: 18px;
    font-style: normal;
    transition: transform 0.18s ease;
  }
  .ao-wt[aria-expanded="true"] i {
    transform: rotate(180deg);
  }
  .ao-da {
    display: grid;
    grid-template-rows: 0fr;
  }
  .ao-da > div {
    overflow: hidden;
  }
  .ao-da p {
    margin: 0;
    padding: 0 40px 16px;
    color: var(--muted);
    font-size: 10px;
  }
  .ao-wdx.ao-zk .ao-da {
    grid-template-rows: 1fr;
  }
  .ao-yhpj {
    background: var(--soft);
  }
  .ao-pjwg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .ao-pjx {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--line);
    border-top: 4px solid var(--red);
    background: #fff;
  }
  .ao-pjx:nth-child(2n) {
    border-top-color: var(--ink);
  }
  .ao-pjtb {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ao-pjtb i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: var(--red);
    font-size: 22px;
  }
  .ao-pjx:nth-child(2n) .ao-pjtb i {
    background: var(--ink);
  }
  .ao-pjtb span {
    padding: 5px 8px;
    color: #fff;
    background: var(--ink);
    font-family: Georgia, serif;
    font-size: 8px;
  }
  .ao-pjx blockquote {
    margin: 26px 0 28px;
    color: var(--ink);
    font-family: Georgia, "Songti SC", serif;
    font-size: 15px;
    line-height: 1.8;
  }
  .ao-pjyh {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--line);
  }
  .ao-pjyh i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--red);
    color: var(--red);
    background: var(--paper);
    font-size: 16px;
  }
  .ao-pjyh b,
  .ao-pjyh span {
    display: block;
  }
  .ao-pjyh b {
    font-size: 10px;
  }
  .ao-pjyh span {
    margin-top: 2px;
    color: var(--muted);
    font-size: 8px;
  }
  .ao-db {
    padding: 29px 0;
    color: #aaa;
    background: #171310;
    font-size: 9px;
  }
  .ao-dbnr {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .ao-db b {
    color: #fff;
  }
  .ao-db nav {
    display: flex;
    gap: 16px;
  }
  .ao-xzck {
    width: min(calc(100% - 30px), 470px);
    padding: 0;
    border: 2px solid var(--red);
    background: var(--paper);
    box-shadow: 10px 10px 0 var(--ink);
  }
  .ao-xzck::backdrop {
    background: rgba(25, 18, 16, 0.72);
  }
  .ao-xzck header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    color: #fff;
    background: var(--red);
  }
  .ao-xzck h2 {
    margin: 0;
    font-family: Georgia, "Songti SC", serif;
    font-size: 20px;
    font-weight: 500;
  }
  .ao-gb {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 18px;
  }
  .ao-cknr {
    padding: 19px;
  }
  .ao-cknr p {
    color: var(--muted);
    font-size: 10px;
  }
  .ao-xzxx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .ao-xzxx button {
    min-height: 64px;
    border: 1px solid var(--red);
    color: var(--red);
    background: #fff;
    font-weight: 900;
  }
  .ao-xzxx button:hover {
    color: #fff;
    background: var(--red);
  }
  .ao-fk {
    min-height: 22px;
    margin-top: 9px;
    color: var(--red);
    font-size: 10px;
    font-weight: 900;
  }
  @media (max-width: 900px) {
    .ao-jt img {
      height: 390px;
    }
    .ao-yswg,
    .ao-pjwg {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 700px) {
    .ao-rq {
      width: min(calc(100% - 28px), var(--max));
    }
    .ao-tbnr {
      grid-template-columns: 1fr auto;
      min-height: 64px;
    }
    .ao-pp img {
      width: 39px;
      height: 39px;
    }
    .ao-dh {
      position: fixed;
      top: 64px;
      right: 0;
      left: 0;
      display: none;
      flex-direction: column;
      gap: 0;
      padding: 14px 20px 19px;
      border-bottom: 2px solid var(--red);
      background: var(--paper);
    }
    .ao-dh.ao-zk {
      display: flex;
    }
    .ao-dh a {
      padding: 8px;
    }
    .ao-dabh {
      display: none;
    }
    .ao-cd {
      display: block;
    }
    .ao-sp {
      min-height: auto;
    }
    .ao-sp:before,
    .ao-sp:after {
      display: none;
    }
    .ao-spnr {
      padding: 43px 0 40px;
    }
    .ao-spbz {
      width: 64px;
      height: 64px;
    }
    .ao-sp h1 {
      font-size: 74px;
    }
    .ao-sp h2 {
      font-size: 22px;
    }
    .ao-spjs {
      font-size: 12px;
    }
    .ao-spxz {
      align-items: stretch;
      flex-direction: column;
    }
    .ao-xzan {
      width: 100%;
      min-width: 0;
    }
    .ao-dasj {
      margin-top: 25px;
    }
    .ao-mk {
      padding: 67px 0;
    }
    .ao-mkbt {
      grid-template-columns: 1fr;
      gap: 7px;
      margin-bottom: 27px;
    }
    .ao-mkbt p {
      grid-column: auto;
    }
    .ao-mkbt h2 {
      font-size: 28px;
    }
    .ao-jtwg {
      grid-template-columns: 1fr 1fr;
      gap: 9px;
    }
    .ao-jt img {
      height: 300px;
    }
    .ao-yswg,
    .ao-pjwg {
      grid-template-columns: 1fr;
    }
    .ao-zywg {
      grid-template-columns: 1fr;
    }
    .ao-zyx {
      min-height: 0;
    }
    .ao-zyx h3 {
      margin-top: 32px;
    }
    .ao-bzbj {
      grid-template-columns: 1fr;
      gap: 23px;
    }
    .ao-dbnr {
      align-items: flex-start;
      flex-direction: column;
    }
    .ao-db nav {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 420px) {
    .ao-sp h1 {
      font-size: 66px;
    }
    .ao-dasj b {
      font-size: 15px;
    }
    .ao-jt img {
      height: 265px;
    }
    .ao-xzxx {
      grid-template-columns: 1fr;
    }
  }

/*投诉按钮，严禁改动！！！*/
.report-floating {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #2aa0ea;
    color: #fff;
}

.report-floating i {
    font-size: 18px;
    line-height: 1;
}
