:root {
  --hgs-hong: #ef001d;
  --hgs-shen: #17191e;
  --hgs-lan: #22bee5;
  --hgs-huang: #ffb72b;
  --hgs-fen: #f45ca2;
  --hgs-zi: #9b75ed;
  --hgs-lv: #35af64;
  --hgs-hui: #687079;
  --hgs-qian: #f2f5f7;
  --hgs-xian: #d9dfe3;
  --hgs-bai: #fff;
}

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

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

.hgs-yingxiong { min-height: 690px; overflow: hidden; background: #f7f9fb; }
.hgs-yingxiong-buju { min-height: 690px; padding: 72px 0 82px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.hgs-yingxiong-biaoqian { width: max-content; margin-bottom: 25px; padding: 8px 11px; display: flex; align-items: center; gap: 8px; color: var(--hgs-hong); border: 1px solid #efadb5; background: #fff; font-size: 11px; font-weight: 800; }
.hgs-yingxiong h1 { margin: 0; font-size: 60px; line-height: 1.14; font-weight: 800; letter-spacing: 0; }
.hgs-yingxiong h1 em { color: var(--hgs-hong); font-style: normal; }
.hgs-yingxiong-wenan > p { max-width: 490px; margin: 25px 0 0; color: #626a72; font-size: 15px; line-height: 1.9; }
.hgs-yingxiong-anniu { margin-top: 32px; display: flex; gap: 12px; }
.hgs-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;  }
.hgs-yingxiong-anniu a:hover { transform: translateY(-3px); }
.hgs-zhuanniu { color: #fff; background: var(--hgs-hong); box-shadow: 6px 6px 0 var(--hgs-shen); }
.hgs-cianniu { border: 1px solid #9fa6ac; background: #fff; }
.hgs-yingxiong-shuju { margin-top: 31px; display: flex; gap: 19px; color: #8a9299; font-size: 10px; }
.hgs-yingxiong-shuju span { padding-left: 10px; border-left: 2px solid #cdd3d7; }
.hgs-yingxiong-shuju b { color: var(--hgs-shen); font-size: 15px; }

.hgs-ditu { position: relative; height: 500px; background: #fff; border: 1px solid #cfd6da; }
.hgs-ditu::before, .hgs-ditu::after { content: ""; position: absolute; z-index: 1; width: 17px; height: 17px; }
.hgs-ditu::before { left: -1px; top: -1px; border-left: 4px solid var(--hgs-hong); border-top: 4px solid var(--hgs-hong); }
.hgs-ditu::after { right: -1px; bottom: -1px; border-right: 4px solid var(--hgs-hong); border-bottom: 4px solid var(--hgs-hong); }
.hgs-ditu-xian { position: absolute; z-index: 1; height: 2px; transform-origin: left center; background: #aab3b9; }
.hgs-ditu-xian::after { content: ""; position: absolute; right: -4px; top: -3px; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.hgs-xian-yi { left: 46%; top: 47%; width: 31%; transform: rotate(-32deg); color: var(--hgs-fen); }
.hgs-xian-er { left: 46%; top: 49%; width: 34%; transform: rotate(27deg); color: var(--hgs-lan); }
.hgs-xian-san { left: 24%; top: 33%; width: 26%; transform: rotate(35deg); color: var(--hgs-huang); }
.hgs-xian-si { left: 20%; top: 75%; width: 35%; transform: rotate(-38deg); color: var(--hgs-zi); }
.hgs-ditu-zhongxin { position: absolute; z-index: 4; left: 39%; top: 36%; width: 130px; height: 138px; padding: 14px; color: #fff; background: var(--hgs-shen); box-shadow: 8px 8px 0 rgba(23,25,30,.15); }
.hgs-ditu-zhongxin img { width: 44px; height: 44px; border-radius: 7px; }
.hgs-ditu-zhongxin span { display: block; margin-top: 9px; font-size: 10px; line-height: 1.25; font-weight: 800; }
.hgs-ditu-zhongxin i { position: absolute; right: 9px; bottom: 9px; color: #9ea3aa; font-size: 8px; font-style: normal; }
.hgs-ditu-jiedian { position: absolute; z-index: 3; min-width: 148px; min-height: 66px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; color: #fff; box-shadow: 5px 5px 0 rgba(23,25,30,.12); }
.hgs-ditu-jiedian > i { font-size: 24px; }
.hgs-ditu-jiedian b, .hgs-ditu-jiedian span { display: block; }
.hgs-ditu-jiedian b { font-size: 12px; }
.hgs-ditu-jiedian span { margin-top: 3px; opacity: .7; font-size: 7px; }
.hgs-jiedian-youxi { right: 7%; top: 12%; background: var(--hgs-fen); }
.hgs-jiedian-fuli { right: 3%; bottom: 14%; background: var(--hgs-huang); color: #3f3100; }
.hgs-jiedian-manhua { left: 4%; top: 17%; background: var(--hgs-zi); }
.hgs-jiedian-xiaoshuo { left: 3%; bottom: 11%; background: var(--hgs-lan); }
.hgs-ditu-yulan { position: absolute; z-index: 2; right: 19%; bottom: 22%; width: 96px; height: 150px; padding: 5px; background: #fff; border: 1px solid #9ba4aa; transform: rotate(4deg); }
.hgs-ditu-yulan img { width: 100%; height: 120px; object-fit: cover; object-position: top; }
.hgs-ditu-yulan span { display: flex; align-items: center; gap: 4px; margin-top: 6px; font-size: 6px; font-weight: 800; }
.hgs-ditu-yulan span i { width: 5px; height: 5px; border-radius: 50%; background: var(--hgs-lv); }
.hgs-ditu-zuobiao { position: absolute; left: 12px; bottom: 10px; color: #90989f; font-size: 7px; font-weight: 800; }

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

.hgs-zhanshi { background: #fff; }
.hgs-zhanshi-huakuai { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hgs-zhanshi-huakuai figure { margin: 0; }
.hgs-zhanshi-huakuai figure > div { height: 370px; overflow: hidden; border: 1px solid var(--hgs-xian); background: var(--hgs-qian); }
.hgs-zhanshi-huakuai img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hgs-zhanshi-huakuai figcaption { margin-top: 13px; padding: 12px 14px; display: flex; justify-content: space-between; color: #fff; background: var(--hgs-shen); }
.hgs-zhanshi-huakuai figure:nth-child(2) figcaption { background: var(--hgs-hong); }
.hgs-zhanshi-huakuai figure:nth-child(3) figcaption { background: var(--hgs-lan); }
.hgs-zhanshi-huakuai figure:nth-child(4) figcaption { background: var(--hgs-zi); }
.hgs-zhanshi-huakuai figcaption span { font-size: 12px; font-weight: 800; }
.hgs-zhanshi-huakuai figcaption b { font-size: 10px; }

.hgs-youshi { background: var(--hgs-qian); }
.hgs-youshi-wangge { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.hgs-youshi-wangge article { position: relative; min-height: 220px; padding: 27px; border: 1px solid #cdd5da; background: #fff; }
.hgs-youshi-wangge article > span { position: absolute; right: 18px; top: 17px; color: #abb3b9; font-size: 9px; font-weight: 800; }
.hgs-youshi-wangge article > i { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--hgs-hong); font-size: 22px; }
.hgs-youshi-wangge article:nth-child(2) > i, .hgs-youshi-wangge article:nth-child(5) > i { background: var(--hgs-lan); }
.hgs-youshi-wangge article:nth-child(3) > i, .hgs-youshi-wangge article:nth-child(6) > i { background: var(--hgs-zi); }
.hgs-xiaobiaoti { margin-top: 25px; font-size: 17px; font-weight: 800; }
.hgs-youshi-wangge p { margin: 11px 0 0; color: var(--hgs-hui); font-size: 12px; line-height: 1.8; }

.hgs-liucheng { color: #fff; background: var(--hgs-shen); }
.hgs-liucheng-buju { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; }
.hgs-liucheng-yinru { position: sticky; top: 110px; }
.hgs-liucheng-yinru > p { max-width: 380px; color: #aeb5bd; font-size: 13px; line-height: 1.8; }
.hgs-liucheng-yinru > a { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; color: #fff; border-bottom: 2px solid var(--hgs-hong); font-size: 12px; font-weight: 800; }
.hgs-liucheng-liebiao { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hgs-liucheng-liebiao article { min-height: 190px; padding: 23px; display: grid; grid-template-columns: auto 1fr; column-gap: 15px; border: 1px solid #4a4d54; background: #202329; }
.hgs-liucheng-liebiao article > b { grid-column: 1 / -1; color: #767d87; font-size: 8px; }
.hgs-liucheng-liebiao article > i { margin-top: 29px; color: var(--hgs-hong); font-size: 25px; }
.hgs-liucheng-liebiao article > div { margin-top: 27px; }
.hgs-liucheng-liebiao span { font-size: 15px; font-weight: 800; }
.hgs-liucheng-liebiao p { margin: 8px 0 0; color: #949ba4; font-size: 11px; line-height: 1.7; }

.hgs-wenti { background: #fff; }
.hgs-wenti-liebiao { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #c7ced2; border-left: 1px solid #c7ced2; }
.hgs-wenti-liebiao details { border-right: 1px solid #c7ced2; border-bottom: 1px solid #c7ced2; }
.hgs-wenti-liebiao summary { min-height: 78px; padding: 0 19px; display: grid; grid-template-columns: 34px 1fr auto; gap: 8px; align-items: center; cursor: pointer; list-style: none; }
.hgs-wenti-liebiao summary::-webkit-details-marker { display: none; }
.hgs-wenti-liebiao summary span { color: var(--hgs-hong); font-size: 9px; font-weight: 800; }
.hgs-wenti-liebiao summary b { font-size: 13px; }
.hgs-wenti-liebiao summary i { font-size: 18px;  }
.hgs-wenti-liebiao details[open] summary i { transform: rotate(45deg); }
.hgs-wenti-liebiao details p { margin: -3px 26px 24px 61px; color: var(--hgs-hui); font-size: 12px; line-height: 1.8; }
.hgs-wenti-liebiao details a { color: var(--hgs-hong); font-weight: 800; }

.hgs-pingjia { color: #fff; background: var(--hgs-hong); }
.hgs-biaoti-bai > div > span, .hgs-biaoti-bai > p { color: #fac5cc; }
.hgs-pingjia-pubu { columns: 3; column-gap: 16px; }
.hgs-pingjia-pubu article { break-inside: avoid; margin: 0 0 16px; padding: 24px; color: var(--hgs-shen); border: 1px solid rgba(255,255,255,.55); background: #fff; }
.hgs-pingjia-pubu article:nth-child(2), .hgs-pingjia-pubu article:nth-child(5) { padding-top: 36px; padding-bottom: 36px; }
.hgs-pingjia-pubu article > i { color: var(--hgs-hong); font-size: 24px; }
.hgs-pingjia-pubu article > p { margin: 15px 0 26px; font-size: 13px; line-height: 1.9; }
.hgs-pingjia-pubu footer { display: flex; align-items: center; gap: 10px; }
.hgs-pingjia-pubu footer > span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--hgs-shen); font-size: 11px; font-weight: 800; }
.hgs-pingjia-pubu footer b, .hgs-pingjia-pubu footer time { display: block; }
.hgs-pingjia-pubu footer b { font-size: 11px; }
.hgs-pingjia-pubu footer time { margin-top: 3px; color: #8b939a; font-size: 9px; }

.hgs-dibu { padding: 50px 0; color: #e7e8eb; background: var(--hgs-shen); }
.hgs-dibu-neirong { display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.hgs-dibu-neirong > p { color: #818791; font-size: 11px; }
.hgs-dibu nav { display: flex; gap: 19px; font-size: 11px; }
.hgs-dibu small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #3e4147; color: #707781; font-size: 9px; }

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

@media (max-width: 640px) {
  .hgs-kuang { width: min(100% - 32px, 1180px); }
  .hgs-daohang { min-height: 64px; }
  .hgs-daohang-anniu { width: 40px; padding: 0; }
  .hgs-daohang-anniu span { display: none; }
  .hgs-yingxiong-buju { min-height: auto; padding: 52px 0 68px; gap: 44px; }
  .hgs-yingxiong h1 { font-size: 40px; }
  .hgs-yingxiong-wenan > p { font-size: 14px; }
  .hgs-yingxiong-anniu { flex-direction: column; }
  .hgs-yingxiong-anniu a { width: 100%; }
  .hgs-yingxiong-shuju { gap: 8px; justify-content: space-between; font-size: 8px; }
  .hgs-ditu { height: 430px; }
  .hgs-ditu-zhongxin { left: 35%; top: 36%; width: 108px; height: 120px; }
  .hgs-ditu-jiedian { min-width: 118px; min-height: 56px; padding: 8px; }
  .hgs-ditu-jiedian > i { font-size: 19px; }
  .hgs-jiedian-youxi { right: 2%; top: 9%; }
  .hgs-jiedian-fuli { right: 1%; bottom: 9%; }
  .hgs-jiedian-manhua { left: 2%; top: 13%; }
  .hgs-jiedian-xiaoshuo { left: 1%; bottom: 8%; }
  .hgs-ditu-yulan { display: none; }
  .hgs-zhanshi, .hgs-youshi, .hgs-liucheng, .hgs-wenti, .hgs-pingjia { padding: 72px 0; }
  .hgs-biaoti { margin-bottom: 32px; display: block; }
  .hgs-biaoti > p { margin-top: 18px; }
  .hgs-dabiaoti { font-size: 30px; }
  .hgs-zhanshi-huakuai { margin-right: -16px; grid-template-columns: repeat(4, 214px); }
  .hgs-zhanshi-huakuai figure > div { height: 330px; }
  .hgs-youshi-wangge, .hgs-liucheng-liebiao, .hgs-wenti-liebiao { grid-template-columns: 1fr; }
  .hgs-pingjia-pubu { columns: 1; }
  .hgs-dibu-neirong { display: flex; flex-wrap: wrap; }
  .hgs-dibu-neirong > p { display: none; }
  .hgs-dibu nav { width: 100%; flex-wrap: wrap; }
  .hgs-dibu small { width: 100%; }
}
