:root {
  --jmh-hei: #151515;
  --jmh-hui: #6b6b6b;
  --jmh-xian: #dedede;
  --jmh-bai: #fff;
  --jmh-qian: #f5f5f2;
  --jmh-cheng: #ff7900;
  --jmh-fen: #ef7194;
  --jmh-zi: #7964b3;
  --jmh-qing: #28b6c9;
  --jmh-huang: #ffd644;
}

* {
  box-sizing: border-box;
}

html {
  
}

body {
  margin: 0;
  color: var(--jmh-hei);
  background: var(--jmh-bai);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p,
figure {
  margin: 0;
}

.jmh-kuang {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.jmh-toubu {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(21, 21, 21, .12);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

.jmh-daohang {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.jmh-pinpai {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 800;
}

.jmh-pinpai img {
  width: 39px;
  height: 39px;
  border: 2px solid var(--jmh-hei);
  border-radius: 7px;
  object-fit: cover;
}

.jmh-daohang-lianjie {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex: 1 1 auto;
  color: #4f4f4f;
  font-size: 14px;
}

.jmh-daohang-lianjie a,
.jmh-dibu nav a {
  
}

.jmh-daohang-lianjie a:hover,
.jmh-dibu nav a:hover {
  color: var(--jmh-cheng);
}

.jmh-daohang-anniu {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  border-radius: 6px;
  color: #fff;
  background: var(--jmh-hei);
  font-size: 14px;
  font-weight: 700;
}

.jmh-yingxiong {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  background-color: #fbfbf8;
  background-image: linear-gradient(rgba(21, 21, 21, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(21, 21, 21, .045) 1px, transparent 1px);
  background-size: 44px 44px;
}

.jmh-yingxiong::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background: linear-gradient(to bottom, var(--jmh-cheng) 0 20%, var(--jmh-fen) 20% 40%, var(--jmh-zi) 40% 60%, var(--jmh-qing) 60% 80%, var(--jmh-huang) 80% 100%);
}

.jmh-yingxiong-buju {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, .91fr) minmax(520px, 1.09fr);
  align-items: center;
  gap: 38px;
  padding-top: 58px;
  padding-bottom: 62px;
}

.jmh-yingxiong-wenan {
  position: relative;
  z-index: 4;
}

.jmh-yingxiong-kicker {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  font-weight: 800;
}

.jmh-yingxiong-kicker span {
  padding: 7px 10px;
  color: #fff;
  background: var(--jmh-hei);
}

.jmh-yingxiong-kicker i {
  width: 34px;
  height: 2px;
  background: var(--jmh-cheng);
}

.jmh-yingxiong-kicker b {
  color: var(--jmh-hui);
}

.jmh-yingxiong h1 {
  margin: 0 0 23px;
  max-width: 570px;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.08;
  letter-spacing: 0;
}

.jmh-yingxiong h1 em {
  position: relative;
  display: inline-block;
  color: var(--jmh-cheng);
  font-style: normal;
}

.jmh-yingxiong h1 em::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -8px;
  left: 2px;
  height: 6px;
  background: var(--jmh-huang);
  transform: rotate(-1.2deg);
}

.jmh-yingxiong-wenan > p {
  max-width: 530px;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
}

.jmh-yingxiong-anniu {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.jmh-yingxiong-anniu a {
  min-height: 54px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--jmh-hei);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  
}

.jmh-yingxiong-anniu a:hover {
  transform: translateY(-3px);
}

.jmh-zhuanniu {
  color: #fff;
  background: var(--jmh-hei);
  box-shadow: 6px 6px 0 var(--jmh-cheng);
}

.jmh-cianniu {
  background: #fff;
}

.jmh-yingxiong-fenlei {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
}

.jmh-yingxiong-fenlei span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.jmh-yingxiong-fenlei i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jmh-cheng);
}

.jmh-yingxiong-fenlei span:nth-child(2) i { background: var(--jmh-fen); }
.jmh-yingxiong-fenlei span:nth-child(3) i { background: var(--jmh-zi); }
.jmh-yingxiong-fenlei span:nth-child(4) i { background: var(--jmh-qing); }

.jmh-seka {
  position: relative;
  z-index: 2;
  height: 520px;
  min-width: 520px;
}

.jmh-seka::before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 22px;
  width: 460px;
  height: 290px;
  border: 2px solid var(--jmh-hei);
  border-radius: 50%;
  opacity: .13;
}

.jmh-seka-biaoti {
  position: absolute;
  top: 20px;
  right: 0;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 21, 21, .25);
  padding-bottom: 12px;
  font-size: 11px;
  font-weight: 900;
}

.jmh-seka-biaoti b {
  color: var(--jmh-hui);
}

.jmh-sepian {
  position: absolute;
  bottom: 82px;
  left: 55%;
  width: 138px;
  height: 356px;
  padding: 24px 17px;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--jmh-hei);
  border-radius: 7px;
  box-shadow: 6px 8px 0 rgba(21, 21, 21, .16);
  transform-origin: 50% 94%;
  
}

.jmh-sepian:hover {
  z-index: 10;
  filter: saturate(1.08) brightness(1.03);
}

.jmh-sepian > i {
  font-size: 28px;
}

.jmh-sepian > span {
  margin-top: auto;
  font-size: 22px;
  font-weight: 900;
}

.jmh-sepian > b,
.jmh-sepian > em {
  margin-top: 5px;
  font-size: 10px;
  font-style: normal;
}

.jmh-sepian-yi {
  z-index: 1;
  color: #fff;
  background: var(--jmh-cheng);
  transform: translateX(-224px) rotate(-24deg);
}

.jmh-sepian-yi:hover { transform: translateX(-224px) rotate(-24deg) translateY(-12px); }

.jmh-sepian-er {
  z-index: 2;
  color: #28141b;
  background: var(--jmh-fen);
  transform: translateX(-153px) rotate(-12deg);
}

.jmh-sepian-er:hover { transform: translateX(-153px) rotate(-12deg) translateY(-12px); }

.jmh-sepian-san {
  z-index: 3;
  color: #fff;
  background: var(--jmh-zi);
  transform: translateX(-76px);
}

.jmh-sepian-san:hover { transform: translateX(-76px) translateY(-12px); }

.jmh-sepian-si {
  z-index: 4;
  color: #092c31;
  background: var(--jmh-qing);
  transform: translateX(1px) rotate(12deg);
}

.jmh-sepian-si:hover { transform: translateX(1px) rotate(12deg) translateY(-12px); }

.jmh-sepian-wu {
  z-index: 5;
  background: var(--jmh-huang);
  transform: translateX(73px) rotate(24deg);
}

.jmh-sepian-wu:hover { transform: translateX(73px) rotate(24deg) translateY(-12px); }

.jmh-sepian-wu > div {
  height: 120px;
  overflow: hidden;
  border: 2px solid var(--jmh-hei);
  background: #fff;
}

.jmh-sepian-wu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.jmh-seka-zhou {
  position: absolute;
  z-index: 15;
  bottom: 41px;
  left: calc(55% - 42px);
  width: 84px;
  height: 84px;
  border: 3px solid var(--jmh-hei);
  border-radius: 50%;
  background: var(--jmh-hei);
  box-shadow: 0 0 0 8px #fbfbf8;
}

.jmh-seka-zhou img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.jmh-seka-zhou span {
  position: absolute;
  right: -23px;
  bottom: -8px;
  padding: 4px 7px;
  border: 2px solid var(--jmh-hei);
  color: var(--jmh-hei);
  background: var(--jmh-huang);
  font-size: 10px;
  font-weight: 900;
}

.jmh-seka-tishi {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--jmh-hui);
  font-size: 11px;
}

.jmh-biaoti {
  margin-bottom: 44px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.jmh-biaoti > div > span,
.jmh-liucheng-yinru > span {
  display: block;
  margin-bottom: 10px;
  color: var(--jmh-cheng);
  font-size: 11px;
  font-weight: 900;
}

.jmh-dabiaoti {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
  font-weight: 900;
}

.jmh-biaoti > p {
  max-width: 410px;
  color: var(--jmh-hui);
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}

.jmh-zhanshi,
.jmh-wenti,
.jmh-pingjia {
  padding: 100px 0;
}

.jmh-zhanshi-huakuai {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.jmh-zhanshi-huakuai figure {
  min-width: 0;
}

.jmh-zhanshi-huakuai figure > div {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--jmh-xian);
  border-radius: 5px;
  background: #eee;
}

.jmh-zhanshi-huakuai img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  
}

.jmh-zhanshi-huakuai figure:hover img {
  transform: scale(1.025);
}

.jmh-zhanshi-huakuai figcaption {
  padding: 15px 2px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jmh-zhanshi-huakuai figcaption b {
  font-size: 15px;
}

.jmh-zhanshi-huakuai figcaption span {
  color: var(--jmh-hui);
  font-size: 10px;
  font-weight: 800;
}

.jmh-youshi {
  padding: 100px 0;
  color: #fff;
  background: var(--jmh-hei);
}

.jmh-biaoti-bai > p {
  color: #aaa;
}

.jmh-youshi-wangge {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #444;
  border-left: 1px solid #444;
}

.jmh-youshi-wangge article {
  position: relative;
  min-height: 215px;
  padding: 28px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}

.jmh-youshi-wangge article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--jmh-cheng);
  transform: scaleX(0);
  transform-origin: left;
  
}

.jmh-youshi-wangge article:nth-child(2)::after { background: var(--jmh-fen); }
.jmh-youshi-wangge article:nth-child(3)::after { background: var(--jmh-zi); }
.jmh-youshi-wangge article:nth-child(4)::after { background: var(--jmh-qing); }
.jmh-youshi-wangge article:nth-child(5)::after { background: var(--jmh-huang); }
.jmh-youshi-wangge article:nth-child(6)::after { background: #fff; }
.jmh-youshi-wangge article:hover::after { transform: scaleX(1); }

.jmh-youshi-wangge article > span {
  position: absolute;
  top: 20px;
  right: 22px;
  color: #666;
  font-size: 12px;
  font-weight: 900;
}

.jmh-youshi-wangge article > i {
  display: block;
  margin-bottom: 28px;
  color: var(--jmh-huang);
  font-size: 29px;
}

.jmh-youshi-wangge article > b {
  display: block;
  margin-bottom: 11px;
  font-size: 18px;
}

.jmh-youshi-wangge article > p {
  color: #aaa;
  font-size: 14px;
  line-height: 1.75;
}

.jmh-liucheng {
  padding: 105px 0;
  background: var(--jmh-huang);
}

.jmh-liucheng-buju {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.jmh-liucheng-yinru > span {
  color: var(--jmh-hei);
}

.jmh-liucheng-yinru > p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.jmh-liucheng-yinru > a {
  margin-top: 25px;
  min-height: 45px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--jmh-hei);
  border-radius: 5px;
  color: #fff;
  background: var(--jmh-hei);
  font-size: 13px;
  font-weight: 800;
}

.jmh-liucheng-liebiao {
  position: relative;
  padding-left: 34px;
}

.jmh-liucheng-liebiao::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  width: 2px;
  background: var(--jmh-hei);
}

.jmh-liucheng-liebiao article {
  position: relative;
  min-height: 92px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 42px 48px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid rgba(21, 21, 21, .35);
}

.jmh-liucheng-liebiao article::before {
  content: "";
  position: absolute;
  left: -29px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--jmh-hei);
  border-radius: 50%;
  background: var(--jmh-huang);
}

.jmh-liucheng-liebiao article > b {
  font-size: 11px;
}

.jmh-liucheng-liebiao article > i {
  font-size: 25px;
}

.jmh-liucheng-liebiao article span {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 900;
}

.jmh-liucheng-liebiao article p {
  font-size: 13px;
}

.jmh-wenti {
  background: #f6f6f3;
}

.jmh-wenti-liebiao {
  border-top: 2px solid var(--jmh-hei);
}

.jmh-wenti-liebiao details {
  border-bottom: 1px solid #cfcfca;
}

.jmh-wenti-liebiao summary {
  min-height: 74px;
  padding: 0 4px;
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr) 34px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.jmh-wenti-liebiao summary::-webkit-details-marker {
  display: none;
}

.jmh-wenti-liebiao summary b {
  color: var(--jmh-cheng);
  font-size: 11px;
}

.jmh-wenti-liebiao summary span {
  font-size: 16px;
  font-weight: 800;
}

.jmh-wenti-liebiao summary i {
  font-size: 23px;
  
}

.jmh-wenti-liebiao details[open] summary i {
  transform: rotate(45deg);
}

.jmh-wenti-liebiao details > p {
  max-width: 780px;
  padding: 0 55px 24px;
  color: var(--jmh-hui);
  font-size: 14px;
  line-height: 1.85;
}

.jmh-wenti-liebiao details > p a {
  color: var(--jmh-cheng);
  font-weight: 700;
}

.jmh-pingjia-pubu {
  columns: 3;
  column-gap: 18px;
}

.jmh-pingjia-pubu article {
  margin: 0 0 18px;
  padding: 25px;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  border: 1px solid var(--jmh-xian);
  border-top: 5px solid var(--jmh-cheng);
  border-radius: 5px;
  background: #fff;
}

.jmh-pingjia-pubu article:nth-child(2) { border-top-color: var(--jmh-fen); }
.jmh-pingjia-pubu article:nth-child(3) { border-top-color: var(--jmh-zi); }
.jmh-pingjia-pubu article:nth-child(4) { border-top-color: var(--jmh-qing); }
.jmh-pingjia-pubu article:nth-child(5) { border-top-color: var(--jmh-huang); }
.jmh-pingjia-pubu article:nth-child(6) { border-top-color: var(--jmh-hei); }
.jmh-pingjia-pubu article:nth-child(2),
.jmh-pingjia-pubu article:nth-child(5) { padding-bottom: 39px; }

.jmh-pingjia-pubu article > span {
  color: var(--jmh-hui);
  font-size: 10px;
  font-weight: 900;
}

.jmh-pingjia-pubu article > p {
  margin: 19px 0 25px;
  font-size: 15px;
  line-height: 1.9;
}

.jmh-pingjia-pubu footer {
  display: flex;
  align-items: center;
  gap: 11px;
}

.jmh-pingjia-pubu footer > i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--jmh-hei);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.jmh-pingjia-pubu footer b,
.jmh-pingjia-pubu footer time {
  display: block;
}

.jmh-pingjia-pubu footer b {
  margin-bottom: 3px;
  font-size: 13px;
}

.jmh-pingjia-pubu footer time {
  color: #929292;
  font-size: 10px;
}

.jmh-dibu {
  padding: 55px 0;
  color: #fff;
  background: var(--jmh-hei);
}

.jmh-dibu-neirong {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px 55px;
}

.jmh-dibu-neirong > p {
  color: #888;
  font-size: 13px;
}

.jmh-dibu nav {
  display: flex;
  gap: 22px;
  color: #bbb;
  font-size: 12px;
}

.jmh-dibu small {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid #393939;
  color: #707070;
}

@media (max-width: 1050px) {
  .jmh-daohang-lianjie {
    display: none;
  }

  .jmh-daohang {
    justify-content: space-between;
  }

  .jmh-yingxiong-buju {
    grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
    gap: 10px;
  }

  .jmh-seka {
    min-width: 440px;
    transform: scale(.87);
    transform-origin: center right;
  }
}

@media (max-width: 820px) {
  .jmh-kuang {
    width: min(100% - 34px, 680px);
  }

  .jmh-yingxiong {
    min-height: auto;
  }

  .jmh-yingxiong::before {
    width: 7px;
  }

  .jmh-yingxiong-buju {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 58px;
    padding-bottom: 38px;
  }

  .jmh-yingxiong h1 {
    font-size: 48px;
  }

  .jmh-seka {
    justify-self: center;
    width: 520px;
    min-width: 520px;
    height: 490px;
    transform: scale(.88);
    transform-origin: center top;
    margin-bottom: -52px;
  }

  .jmh-biaoti {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .jmh-biaoti > p {
    max-width: 560px;
    text-align: left;
  }

  .jmh-zhanshi,
  .jmh-youshi,
  .jmh-wenti,
  .jmh-pingjia,
  .jmh-liucheng {
    padding: 76px 0;
  }

  .jmh-zhanshi-huakuai {
    margin-right: -17px;
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(230px, 74vw));
    padding-right: 17px;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .jmh-zhanshi-huakuai figure {
    scroll-snap-align: start;
  }

  .jmh-youshi-wangge {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jmh-liucheng-buju {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .jmh-pingjia-pubu {
    columns: 2;
  }

  .jmh-dibu-neirong {
    grid-template-columns: 1fr auto;
  }

  .jmh-dibu-neirong > p {
    display: none;
  }
}

@media (max-width: 560px) {
  .jmh-daohang {
    min-height: 64px;
  }

  .jmh-pinpai span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .jmh-daohang-anniu {
    width: 42px;
    min-height: 42px;
    padding: 0;
    justify-content: center;
  }

  .jmh-daohang-anniu span {
    display: none;
  }

  .jmh-yingxiong-buju {
    padding-top: 42px;
  }

  .jmh-yingxiong-kicker b {
    display: none;
  }

  .jmh-yingxiong h1 {
    font-size: 40px;
    line-height: 1.13;
  }

  .jmh-yingxiong-wenan > p {
    font-size: 15px;
  }

  .jmh-yingxiong-anniu {
    flex-direction: column;
    align-items: stretch;
  }

  .jmh-yingxiong-anniu a {
    width: 100%;
  }

  .jmh-zhuanniu {
    box-shadow: 4px 4px 0 var(--jmh-cheng);
  }

  .jmh-yingxiong-fenlei {
    gap: 11px 15px;
  }

  .jmh-seka {
    left: 50%;
    width: 520px;
    min-width: 520px;
    height: 455px;
    transform: translateX(-50%) scale(.68);
    transform-origin: center top;
    margin-bottom: -128px;
  }

  .jmh-seka-biaoti {
    left: 0;
  }

  .jmh-dabiaoti {
    font-size: 29px;
  }

  .jmh-youshi-wangge {
    grid-template-columns: 1fr;
  }

  .jmh-youshi-wangge article {
    min-height: 190px;
  }

  .jmh-liucheng-liebiao {
    padding-left: 22px;
  }

  .jmh-liucheng-liebiao article {
    grid-template-columns: 35px 40px minmax(0, 1fr);
    padding-right: 0;
  }

  .jmh-liucheng-liebiao article::before {
    left: -17px;
  }

  .jmh-wenti-liebiao summary {
    grid-template-columns: 38px minmax(0, 1fr) 28px;
    gap: 4px;
  }

  .jmh-wenti-liebiao summary span {
    font-size: 14px;
  }

  .jmh-wenti-liebiao details > p {
    padding: 0 4px 23px 42px;
  }

  .jmh-pingjia-pubu {
    columns: 1;
  }

  .jmh-dibu-neirong {
    grid-template-columns: 1fr;
  }

  .jmh-dibu nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    
  }
}
