:root {
  --hgy-hong: #ef001d;
  --hgy-hei: #17191d;
  --hgy-gang: #2b3037;
  --hgy-qian: #f3f5f6;
  --hgy-hui: #69717a;
  --hgy-xian: #d3d9dd;
  --hgy-huang: #ffc532;
  --hgy-lan: #25bce5;
  --hgy-lv: #45bf66;
  --hgy-bai: #fff;
}

* { box-sizing: border-box; }
html {  }
body { margin: 0; color: var(--hgy-hei); background: var(--hgy-bai); font-family: "Microsoft YaHei", "PingFang SC", sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.hgy-kuang { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.hgy-toubu { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--hgy-xian); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.hgy-daohang { min-height: 72px; display: flex; align-items: center; gap: 30px; }
.hgy-pinpai { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; font-size: 16px; font-weight: 800; }
.hgy-pinpai img { width: 39px; height: 39px; border-radius: 7px; }
.hgy-daohang-lianjie { margin-left: auto; display: flex; gap: 25px; color: #555c64; font-size: 12px; font-weight: 700; }
.hgy-daohang-lianjie a { padding: 27px 0; }
.hgy-daohang-lianjie a:hover { color: var(--hgy-hong); }
.hgy-daohang-anniu { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: var(--hgy-hei); font-size: 12px; font-weight: 800; }

.hgy-yingxiong { position: relative; min-height: 700px; overflow: hidden; background: #f6f7f8; }
.hgy-yingxiong::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 72px; background: var(--hgy-hei); }
.hgy-yingxiong-buju { position: relative; z-index: 2; min-height: 700px; padding: 70px 0 100px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; }
.hgy-yingxiong-kicker { margin-bottom: 25px; display: flex; align-items: center; gap: 8px; color: var(--hgy-hong); font-size: 9px; font-weight: 800; }
.hgy-yingxiong-kicker i { font-size: 14px; }
.hgy-yingxiong h1 { margin: 0; font-size: 60px; line-height: 1.14; font-weight: 800; letter-spacing: 0; }
.hgy-yingxiong h1 em { color: var(--hgy-hong); font-style: normal; }
.hgy-yingxiong-wenan > p { max-width: 490px; margin: 25px 0 0; color: #626a72; font-size: 15px; line-height: 1.9; }
.hgy-yingxiong-anniu { margin-top: 32px; display: flex; gap: 12px; }
.hgy-yingxiong-anniu a { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; font-weight: 800;  }
.hgy-yingxiong-anniu a:hover { transform: translateY(-3px); }
.hgy-zhuanniu { color: #fff; background: var(--hgy-hong); box-shadow: 6px 6px 0 var(--hgy-hei); }
.hgy-cianniu { border: 1px solid #979fa6; background: #fff; }
.hgy-yingxiong-zhuangtai { margin-top: 31px; display: flex; gap: 17px; color: #8a9198; font-size: 9px; }
.hgy-yingxiong-zhuangtai b { color: var(--hgy-hong); }

.hgy-jiejiting { position: relative; width: 510px; height: 540px; margin-left: auto; }
.hgy-jiejiting-zhaopai { position: absolute; z-index: 4; left: 75px; top: 0; width: 355px; height: 78px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr 1fr; column-gap: 10px; align-items: center; padding: 12px 22px; color: #fff; background: var(--hgy-hong); border: 7px solid var(--hgy-hei); }
.hgy-jiejiting-zhaopai i { grid-row: 1 / 3; color: var(--hgy-huang); font-size: 32px; }
.hgy-jiejiting-zhaopai span { align-self: end; font-size: 19px; font-weight: 900; }
.hgy-jiejiting-zhaopai b { align-self: start; font-size: 8px; }
.hgy-jiejiting-jishen { position: absolute; left: 95px; top: 70px; width: 315px; height: 458px; padding: 28px 28px 0; background: var(--hgy-gang); border-left: 8px solid var(--hgy-hei); border-right: 8px solid var(--hgy-hei); clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%); }
.hgy-jiejiting-pingmu { height: 260px; padding: 13px; color: #fff; background: #0c0e11; border: 4px solid #535b65; }
.hgy-pingmu-ding { height: 23px; display: flex; align-items: center; justify-content: space-between; color: #7d8792; font-size: 7px; font-weight: 800; }
.hgy-pingmu-ding span { display: flex; align-items: center; gap: 5px; }
.hgy-pingmu-ding span i { width: 5px; height: 5px; border-radius: 50%; background: var(--hgy-lv); }
.hgy-pingmu-yulan { height: 183px; overflow: hidden; background: #fff; }
.hgy-pingmu-yulan img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hgy-pingmu-dibu { height: 29px; display: flex; align-items: end; justify-content: space-between; color: var(--hgy-huang); font-size: 7px; font-weight: 800; }
.hgy-jiejiting-caokong { position: relative; height: 92px; margin: 0 -36px; background: var(--hgy-hong); border: 6px solid var(--hgy-hei); }
.hgy-yaogan { position: absolute; left: 45px; bottom: 18px; width: 45px; height: 25px; border-radius: 50%; background: #15171b; }
.hgy-yaogan i { position: absolute; left: 20px; bottom: 14px; width: 6px; height: 36px; background: #101216; }
.hgy-yaogan b { position: absolute; left: 10px; bottom: 43px; width: 26px; height: 26px; border-radius: 50%; background: var(--hgy-huang); border: 4px solid #101216; }
.hgy-anjian { position: absolute; right: 46px; top: 19px; display: flex; gap: 14px; }
.hgy-anjian span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1b1e23; border: 3px solid #0e1013; font-size: 9px; font-weight: 900; }
.hgy-anjian span:last-child { background: var(--hgy-lan); color: #102128; }
.hgy-toubi { position: absolute; left: 50%; bottom: 6px; transform: translateX(-50%); display: flex; align-items: center; gap: 4px; color: #fff; font-size: 6px; }
.hgy-jiejiting-jiaobu { height: 70px; margin: 13px 0 0; padding: 0 16px; display: flex; align-items: center; gap: 10px; color: #d5d9dc; background: #20242a; border: 2px solid #555d66; }
.hgy-jiejiting-jiaobu > span { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--hgy-hong); font-weight: 900; }
.hgy-jiejiting-jiaobu b { font-size: 8px; }
.hgy-jiejiting-jiaobu i { margin-left: auto; color: var(--hgy-lv); }
.hgy-jiejiting-deng { position: absolute; right: 0; top: 132px; width: 84px; padding: 10px; color: #fff; background: var(--hgy-hei); font-size: 7px; font-weight: 800; }
.hgy-jiejiting-deng i { display: block; width: 7px; height: 7px; margin-bottom: 8px; border-radius: 50%; background: var(--hgy-lv); box-shadow: 0 0 0 4px rgba(69,191,102,.18); }

.hgy-zhanshi, .hgy-youshi, .hgy-liucheng, .hgy-wenti, .hgy-pingjia { padding: 104px 0; }
.hgy-biaoti { margin-bottom: 44px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.hgy-biaoti > div > span, .hgy-liucheng-yinru > span { display: block; margin-bottom: 13px; color: var(--hgy-hong); font-size: 9px; font-weight: 800; }
.hgy-dabiaoti { font-size: 43px; line-height: 1.25; font-weight: 800; }
.hgy-biaoti > p { max-width: 390px; margin: 0; color: var(--hgy-hui); font-size: 13px; line-height: 1.8; }
.hgy-biaoti-zhong { display: block; text-align: center; }
.hgy-biaoti-zhong p { max-width: 520px; margin: 18px auto 0; }

.hgy-zhanshi { background: #fff; }
.hgy-zhanshi-huakuai { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.hgy-zhanshi-huakuai figure { margin: 0; }
.hgy-zhanshi-huakuai figure > div { height: 370px; padding: 10px; overflow: hidden; border: 2px solid var(--hgy-hei); background: var(--hgy-qian); }
.hgy-zhanshi-huakuai img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hgy-zhanshi-huakuai figcaption { padding: 14px; display: flex; justify-content: space-between; color: #fff; background: var(--hgy-hei); }
.hgy-zhanshi-huakuai figcaption b { font-size: 12px; }
.hgy-zhanshi-huakuai figcaption span { color: #89919b; font-size: 8px; }

.hgy-youshi { background: var(--hgy-qian); }
.hgy-youshi-wangge { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hgy-youshi-wangge article { position: relative; min-height: 220px; padding: 27px; border: 2px solid var(--hgy-hei); background: #fff; box-shadow: 5px 5px 0 #c7cdd1; }
.hgy-youshi-wangge article > i { color: var(--hgy-hong); font-size: 28px; }
.hgy-youshi-wangge article > b { display: block; margin-top: 28px; font-size: 17px; }
.hgy-youshi-wangge article > p { margin: 11px 0 0; color: var(--hgy-hui); font-size: 12px; line-height: 1.8; }
.hgy-youshi-wangge article > span { position: absolute; right: 16px; top: 15px; color: #aeb5ba; font-size: 9px; font-weight: 800; }

.hgy-liucheng { color: #fff; background: var(--hgy-hong); }
.hgy-liucheng-buju { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; }
.hgy-liucheng-yinru { position: sticky; top: 110px; }
.hgy-liucheng-yinru > span, .hgy-liucheng-yinru > p { color: #ffd0d6; }
.hgy-liucheng-yinru > p { max-width: 390px; font-size: 13px; line-height: 1.8; }
.hgy-liucheng-yinru > a { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; color: var(--hgy-hei); background: var(--hgy-huang); font-size: 10px; font-weight: 900; }
.hgy-liucheng-liebiao article { min-height: 96px; margin-bottom: 13px; padding: 17px 20px; display: grid; grid-template-columns: 62px 1fr auto; gap: 16px; align-items: center; color: var(--hgy-hei); background: #fff; border: 2px solid var(--hgy-hei); }
.hgy-liucheng-xue { display: flex; align-items: center; gap: 7px; }
.hgy-liucheng-xue span { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--hgy-hei); border-radius: 50%; font-size: 9px; font-weight: 800; }
.hgy-liucheng-xue i { width: 15px; height: 4px; border-radius: 4px; background: var(--hgy-huang); }
.hgy-liucheng-liebiao b { font-size: 14px; }
.hgy-liucheng-liebiao p { margin: 5px 0 0; color: var(--hgy-hui); font-size: 11px; }
.hgy-liucheng-liebiao article > i { font-size: 23px; }

.hgy-wenti { background: #fff; }
.hgy-wenti-liebiao { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hgy-wenti-liebiao details { border: 2px solid var(--hgy-hei); background: #f7f8f8; }
.hgy-wenti-liebiao summary { min-height: 76px; padding: 0 18px; display: grid; grid-template-columns: 35px 1fr auto; gap: 8px; align-items: center; cursor: pointer; list-style: none; }
.hgy-wenti-liebiao summary::-webkit-details-marker { display: none; }
.hgy-wenti-liebiao summary span { color: var(--hgy-hong); font-size: 9px; font-weight: 800; }
.hgy-wenti-liebiao summary b { font-size: 13px; }
.hgy-wenti-liebiao summary i { font-size: 18px;  }
.hgy-wenti-liebiao details[open] summary i { transform: rotate(45deg); }
.hgy-wenti-liebiao details p { margin: -3px 25px 23px 61px; color: var(--hgy-hui); font-size: 12px; line-height: 1.8; }
.hgy-wenti-liebiao details a { color: var(--hgy-hong); font-weight: 800; }

.hgy-pingjia { color: #fff; background: var(--hgy-hei); }
.hgy-biaoti-bai > p { color: #949ba3; }
.hgy-pingjia-pubu { columns: 3; column-gap: 16px; }
.hgy-pingjia-pubu article { break-inside: avoid; margin: 0 0 16px; padding: 24px; color: var(--hgy-hei); border: 1px solid #4d5259; background: #fff; }
.hgy-pingjia-pubu article:nth-child(2), .hgy-pingjia-pubu article:nth-child(5) { padding-bottom: 37px; }
.hgy-pingjia-deng { display: flex; align-items: center; gap: 7px; color: #7a828a; font-size: 8px; font-weight: 800; }
.hgy-pingjia-deng i { width: 7px; height: 7px; border-radius: 50%; background: var(--hgy-lv); }
.hgy-pingjia-pubu article > p { margin: 18px 0 27px; font-size: 13px; line-height: 1.9; }
.hgy-pingjia-pubu footer { display: flex; align-items: center; gap: 10px; }
.hgy-pingjia-pubu footer > span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--hgy-hong); font-size: 11px; font-weight: 800; }
.hgy-pingjia-pubu footer b, .hgy-pingjia-pubu footer time { display: block; }
.hgy-pingjia-pubu footer b { font-size: 11px; }
.hgy-pingjia-pubu footer time { margin-top: 3px; color: #899097; font-size: 9px; }

.hgy-dibu { padding: 50px 0; color: #e5e7e9; background: #0f1114; }
.hgy-dibu-neirong { display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.hgy-dibu-neirong > p { color: #777f88; font-size: 11px; }
.hgy-dibu nav { display: flex; gap: 19px; font-size: 11px; }
.hgy-dibu small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #34383d; color: #687079; font-size: 9px; }

@media (max-width: 960px) {
  .hgy-daohang-lianjie { display: none; }
  .hgy-daohang-anniu { margin-left: auto; }
  .hgy-yingxiong-buju { grid-template-columns: 1fr; gap: 52px; }
  .hgy-yingxiong-wenan { max-width: 700px; }
  .hgy-jiejiting { margin-left: 0; }
  .hgy-zhanshi-huakuai { grid-template-columns: repeat(4, 230px); overflow-x: auto; padding-bottom: 17px; scroll-snap-type: x mandatory; }
  .hgy-zhanshi-huakuai figure { scroll-snap-align: start; }
  .hgy-youshi-wangge { grid-template-columns: 1fr 1fr; }
  .hgy-liucheng-buju { grid-template-columns: 1fr; gap: 46px; }
  .hgy-liucheng-yinru { position: static; }
  .hgy-dibu-neirong { grid-template-columns: auto 1fr; }
  .hgy-dibu nav { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .hgy-kuang { width: min(100% - 32px, 1180px); }
  .hgy-daohang { min-height: 64px; }
  .hgy-daohang-anniu { width: 40px; padding: 0; }
  .hgy-daohang-anniu span { display: none; }
  .hgy-yingxiong-buju { min-height: auto; padding: 52px 0 94px; gap: 42px; }
  .hgy-yingxiong h1 { font-size: 40px; }
  .hgy-yingxiong-wenan > p { font-size: 14px; }
  .hgy-yingxiong-anniu { flex-direction: column; }
  .hgy-yingxiong-anniu a { width: 100%; }
  .hgy-yingxiong-zhuangtai { gap: 9px; font-size: 8px; }
  .hgy-jiejiting { width: 100%; height: 492px; }
  .hgy-jiejiting-zhaopai { left: 7%; width: 86%; }
  .hgy-jiejiting-jishen { left: 12%; width: 76%; height: 410px; }
  .hgy-jiejiting-pingmu { height: 230px; }
  .hgy-pingmu-yulan { height: 154px; }
  .hgy-jiejiting-caokong { margin: 0 -29px; }
  .hgy-jiejiting-deng { right: -3px; }
  .hgy-zhanshi, .hgy-youshi, .hgy-liucheng, .hgy-wenti, .hgy-pingjia { padding: 72px 0; }
  .hgy-biaoti { margin-bottom: 32px; display: block; }
  .hgy-biaoti > p { margin-top: 18px; }
  .hgy-dabiaoti { font-size: 30px; }
  .hgy-zhanshi-huakuai { margin-right: -16px; grid-template-columns: repeat(4, 214px); }
  .hgy-zhanshi-huakuai figure > div { height: 330px; }
  .hgy-youshi-wangge, .hgy-wenti-liebiao { grid-template-columns: 1fr; }
  .hgy-pingjia-pubu { columns: 1; }
  .hgy-dibu-neirong { display: flex; flex-wrap: wrap; }
  .hgy-dibu-neirong > p { display: none; }
  .hgy-dibu nav { width: 100%; flex-wrap: wrap; }
  .hgy-dibu small { width: 100%; }
}
