* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #122019;
  background: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}
main { scroll-margin-top: 72px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.eh-neirong-kuang { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eh-manhua-biaoti {
  margin: 10px 0 0;
  font-family: Impact, "Arial Black", "Microsoft YaHei", sans-serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: 0;
}
.eh-meibiao {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #087944;
  font-size: 12px;
  font-weight: 900;
}
.eh-meibiao::before {
  width: 28px;
  height: 4px;
  background: #16b86f;
  content: "";
}
.eh-mokuai-shuoming {
  max-width: 660px;
  margin: 15px 0 0;
  color: #5e6e65;
  font-size: 15px;
  line-height: 1.85;
}
.eh-tubiao-anniu {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 2px solid #122019;
  color: #122019;
  background: #fff;
  font-size: 20px;
}

.eh-toubu {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 72px;
  border-bottom: 2px solid #122019;
  background: rgba(255, 255, 255, .96);
}
.eh-toubu-neirong {
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  align-items: center;
  height: 100%;
}
.eh-pinpai {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 23px;
}
.eh-pinpai img { width: 43px; height: 43px; border: 2px solid #122019; border-radius: 8px; }
.eh-pinpai small {
  display: block;
  margin-top: 2px;
  color: #087944;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 900;
}
.eh-daohang { display: flex; justify-content: center; gap: 34px; }
.eh-daohang a { position: relative; padding: 8px 0; font-size: 13px; font-weight: 800; }
.eh-daohang a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 3px;
  background: #16b86f;
  transform: scaleX(0);
  transition: transform .18s ease;
  content: "";
}
.eh-daohang a:hover::after, .eh-daohang a:focus-visible::after { transform: scaleX(1); }
.eh-toubu-caozuo { display: flex; justify-content: flex-end; }
.eh-zhu-anniu, .eh-ci-anniu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 21px;
  border: 2px solid #122019;
  font-size: 13px;
  font-weight: 900;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.eh-zhu-anniu { color: #fff; background: #16b86f; box-shadow: 4px 4px 0 #122019; }
.eh-zhu-anniu:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #122019; }
.eh-ci-anniu { color: #122019; background: #fff; }
.eh-ci-anniu:hover { background: #dbf8e9; }
.eh-caidan { display: none; }

.eh-shouye {
  position: relative;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  border-bottom: 2px solid #122019;
  background-color: #f6fbf8;
  background-image: radial-gradient(circle, rgba(18, 32, 25, .13) 1.2px, transparent 1.2px);
  background-size: 17px 17px;
}
.eh-shouye::before {
  position: absolute;
  top: -170px;
  right: -150px;
  width: 690px;
  height: 690px;
  border: 3px solid #122019;
  background: #dbf8e9;
  border-radius: 50%;
  content: "";
}
.eh-shouye-neirong {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 118px);
  padding: 76px 0 84px;
}
.eh-shouye-wenan { position: relative; z-index: 3; width: min(630px, 57%); }
.eh-shouye-biaoqian {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 2px solid #122019;
  background: #caff68;
  box-shadow: 3px 3px 0 #122019;
  font-size: 12px;
  font-weight: 900;
  transform: rotate(-2deg);
}
.eh-shouye h1 {
  margin: 22px 0 0;
  font-family: Impact, "Arial Black", "Microsoft YaHei", sans-serif;
  font-size: clamp(52px, 7.4vw, 92px);
  line-height: .98;
  letter-spacing: 0;
}
.eh-shouye h1 .eh-lvse { color: #16b86f; -webkit-text-stroke: 2px #122019; paint-order: stroke fill; }
.eh-shouye h1 small { display: block; margin-top: 12px; font-family: inherit; font-size: .39em; line-height: 1.2; }
.eh-shouye-jianjie { max-width: 540px; margin: 20px 0 0; color: #43534a; font-size: 16px; line-height: 1.9; }
.eh-shouye-caozuo { display: flex; gap: 14px; margin-top: 28px; }
.eh-shouye-caozuo .eh-zhu-anniu { min-height: 60px; padding-inline: 30px; font-size: 15px; }
.eh-shouye-xinxi { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; color: #5e6e65; font-size: 11px; font-weight: 800; }
.eh-shouye-xinxi span { display: inline-flex; align-items: center; gap: 5px; }
.eh-shouye-chahua { position: absolute; z-index: 2; top: 28px; right: -8px; width: 49%; height: calc(100% - 45px); }
.eh-shouji {
  position: absolute;
  overflow: hidden;
  border: 3px solid #122019;
  background: #fff;
  box-shadow: 7px 7px 0 #122019;
}
.eh-shouji::before {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 44px;
  height: 7px;
  background: #122019;
  border-radius: 6px;
  transform: translateX(-50%);
  content: "";
}
.eh-shouji img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.eh-shouji-zhu { right: 54px; bottom: 114px; width: 286px; height: 610px; transform: rotate(3deg); }
.eh-shouji-hou { top: 34px; right: 264px; width: 224px; height: 480px; transform: rotate(-7deg); }
.eh-yishu-biaoqian {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 2px solid #122019;
  color: #122019;
  background: #fff;
  box-shadow: 4px 4px 0 #122019;
  font-weight: 900;
}
.eh-yishu-biaoqian i { font-size: 21px; }
.eh-yishu-biaoqian small { display: block; margin-bottom: 2px; font-family: Arial, sans-serif; font-size: 7px; font-weight: 900; }
.eh-yishu-biaoqian strong { display: block; font-size: 12px; white-space: nowrap; }
.eh-yishu-biaoqian-jiasu { top: 72px; left: -6px; background: #caff68; transform: rotate(-5deg); }
.eh-yishu-biaoqian-lixian { bottom: 110px; left: 2px; transform: rotate(2deg); }
.eh-yishu-biaoqian-banben { right: -2px; bottom: 42px; color: #fff; background: #16b86f; transform: rotate(-4deg); }
.eh-shouye-tiaodai {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 42px;
  min-height: 46px;
  padding: 12px 20px;
  border-top: 2px solid #122019;
  background: #16b86f;
  color: #fff;
  font-family: "Arial Black", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.eh-shouye-tiaodai span::before { margin-right: 42px; color: #caff68; content: "✦"; }

.eh-youshi-qu { padding: 92px 0; background: #fff; }
.eh-youshi-qu .eh-mokuai-toubu { margin-bottom: 48px; }
.eh-youshi-wangge { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.eh-youshi {
  position: relative;
  min-height: 248px;
  padding: 30px;
  border: 2px solid #122019;
  background: #f6fbf8;
  box-shadow: 6px 6px 0 #122019;
}
.eh-youshi:nth-child(2), .eh-youshi:nth-child(4), .eh-youshi:nth-child(6) { background: #dbf8e9; }
.eh-youshi:nth-child(3) { background: #caff68; }
.eh-youshi-xuhao { color: #087944; font-family: Impact, sans-serif; font-size: 16px; }
.eh-youshi-tubiao { position: absolute; top: 24px; right: 25px; font-size: 34px; }
.eh-youshi h2 { margin: 54px 0 0; font-size: 24px; }
.eh-youshi p { margin: 12px 0 0; color: #4d5d54; font-size: 13px; line-height: 1.8; }

.eh-zhanshi-qu {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  border-block: 2px solid #122019;
  background: #16b86f;
}
.eh-zhanshi-qu::after {
  position: absolute;
  top: -40px;
  right: 3%;
  color: rgba(255,255,255,.13);
  font-family: Impact, sans-serif;
  font-size: 250px;
  line-height: 1;
  content: "VIEW";
}
.eh-zhanshi-buju { position: relative; z-index: 2; display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 72px; align-items: center; }
.eh-zhanshi-buju > * { min-width: 0; }
.eh-zhanshi-qu .eh-meibiao { color: #fff; }
.eh-zhanshi-qu .eh-meibiao::before { background: #caff68; }
.eh-zhanshi-qu .eh-manhua-biaoti { color: #fff; }
.eh-zhanshi-qu .eh-mokuai-shuoming { color: #ddf9eb; }
.eh-jietu-xuanxiangzu { display: grid; gap: 10px; margin-top: 30px; }
.eh-jietu-xuanxiang {
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  min-height: 58px;
  padding: 0 16px;
  border: 2px solid #122019;
  background: #fff;
  color: #122019;
  text-align: left;
  font-size: 13px;
  font-weight: 900;
}
.eh-jietu-xuanxiang span { color: #087944; font-family: Impact, sans-serif; }
.eh-jietu-xuanxiang i { font-size: 18px; }
.eh-jietu-xuanxiang.eh-xuanzhong { background: #caff68; box-shadow: 4px 4px 0 #122019; transform: translate(-2px, -2px); }
.eh-zhanshi-wutai { position: relative; min-height: 650px; }
.eh-zhanshi-wutai::before, .eh-zhanshi-wutai::after {
  position: absolute;
  border: 2px solid #122019;
  background: #caff68;
  content: "";
}
.eh-zhanshi-wutai::before { top: 44px; right: 8px; width: 76%; height: 84%; transform: rotate(5deg); }
.eh-zhanshi-wutai::after { bottom: 26px; left: 2px; width: 58%; height: 72%; background: #dbf8e9; transform: rotate(-5deg); }
.eh-shebei {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 315px;
  height: 650px;
  overflow: hidden;
  border: 4px solid #122019;
  background: #fff;
  box-shadow: 10px 10px 0 #122019;
  transform: translateX(-50%);
}
.eh-shebei-dingbu { position: absolute; z-index: 2; top: 8px; left: 50%; width: 50px; height: 7px; background: #122019; border-radius: 5px; transform: translateX(-50%); }
.eh-shebei img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: opacity .16s ease; }
.eh-jietu-shuoming {
  position: absolute;
  z-index: 4;
  right: -3px;
  bottom: 56px;
  max-width: 220px;
  padding: 15px 18px;
  border: 2px solid #122019;
  background: #fff;
  box-shadow: 5px 5px 0 #122019;
  font-size: 12px;
  font-weight: 900;
}

.eh-guanli-qu { padding: 105px 0; background: #f6fbf8; }
.eh-mokuai-toubu { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 42px; }
.eh-mokuai-toubu .eh-mokuai-shuoming { margin: 0; }
.eh-youshi-qu .eh-mokuai-toubu, .eh-guanli-qu .eh-mokuai-toubu, .eh-pingjia-qu .eh-mokuai-toubu { align-items: center; flex-direction: column; gap: 14px; text-align: center; }
.eh-youshi-qu .eh-mokuai-toubu .eh-mokuai-shuoming, .eh-guanli-qu .eh-mokuai-toubu .eh-mokuai-shuoming, .eh-pingjia-qu .eh-mokuai-toubu .eh-mokuai-shuoming { margin-inline: auto; }
.eh-guanli-wangge { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 300px 300px; gap: 22px; }
.eh-guanli-mianban { position: relative; overflow: hidden; padding: 34px; border: 2px solid #122019; background: #fff; }
.eh-guanli-mianban:first-child { grid-row: 1 / 3; background: #dbf8e9; }
.eh-guanli-mianban:nth-child(2) { background: #caff68; }
.eh-guanli-mianban:nth-child(3) { color: #fff; background: #122019; }
.eh-guanli-mianban .eh-mianban-xuhao { font-family: Impact, sans-serif; font-size: 14px; }
.eh-guanli-mianban h3 { max-width: 320px; margin: 18px 0 0; font-size: 28px; line-height: 1.25; }
.eh-guanli-mianban p { max-width: 330px; margin: 12px 0 0; color: #53635a; font-size: 13px; line-height: 1.8; }
.eh-guanli-mianban:nth-child(3) p { color: #bad0c3; }
.eh-duilie-liebiao { margin-top: 32px; border-top: 2px solid #122019; }
.eh-duilie-xiang { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 18px 0; border-bottom: 1px solid #95ad9f; }
.eh-duilie-tubiao { display: grid; place-items: center; width: 38px; height: 38px; border: 2px solid #122019; background: #fff; }
.eh-duilie-xiang b { display: block; font-size: 12px; }
.eh-duilie-xiang small { color: #5e6e65; font-size: 10px; }
.eh-duilie-xiang strong { color: #087944; font-size: 11px; }
.eh-guanli-datubiao { position: absolute; right: 24px; bottom: 12px; color: rgba(18,32,25,.13); font-size: 150px; }
.eh-guanli-mianban:nth-child(3) .eh-guanli-datubiao { color: rgba(202,255,104,.18); }
.eh-jindu { width: 180px; height: 12px; margin-top: 28px; border: 2px solid #122019; background: #fff; }
.eh-jindu span { display: block; width: 68%; height: 100%; background: #16b86f; }
.eh-jindu-wenzi { display: flex; justify-content: space-between; width: 180px; margin-top: 8px; font-size: 10px; font-weight: 900; }

.eh-bangzhu-qu { padding: 100px 0; background: #fff; }
.eh-bangzhu-buju { display: grid; grid-template-columns: 340px 1fr; gap: 80px; }
.eh-bangzhu-tishi { margin-top: 28px; padding: 17px; border: 2px solid #122019; background: #dbf8e9; font-size: 12px; font-weight: 800; box-shadow: 4px 4px 0 #122019; }
.eh-bangzhu-liebiao { border-top: 2px solid #122019; }
.eh-bangzhu-xiang { border-bottom: 2px solid #122019; }
.eh-wenti { display: grid; grid-template-columns: 48px 1fr 40px; align-items: center; width: 100%; min-height: 78px; padding: 0; border: 0; background: transparent; color: #122019; text-align: left; }
.eh-wenti span { color: #087944; font-family: Impact, sans-serif; font-size: 14px; }
.eh-wenti strong { font-size: 15px; }
.eh-wenti i { font-size: 22px; text-align: center; transition: transform .18s ease; }
.eh-wenti[aria-expanded="true"] i { transform: rotate(45deg); }
.eh-huida { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .2s ease; }
.eh-huida > div { overflow: hidden; }
.eh-huida p { margin: 0; padding: 0 44px 22px 48px; color: #5e6e65; font-size: 13px; line-height: 1.8; }
.eh-bangzhu-xiang.eh-dakai .eh-huida { grid-template-rows: 1fr; }

.eh-pingjia-qu {
  padding: 105px 0;
  border-top: 2px solid #122019;
  background-color: #f6fbf8;
  background-image: radial-gradient(circle, rgba(18, 32, 25, .1) 1.2px, transparent 1.2px);
  background-size: 17px 17px;
}
.eh-pingjia-wangge {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1px;
  align-items: start;
  column-gap: 24px;
}
.eh-pingjia-wangge > .eh-pingjia-kapian:nth-child(3n + 1) { grid-column: 1; }
.eh-pingjia-wangge > .eh-pingjia-kapian:nth-child(3n + 2) { grid-column: 2; }
.eh-pingjia-wangge > .eh-pingjia-kapian:nth-child(3n) { grid-column: 3; }
.eh-pingjia-kapian {
  position: relative;
  padding: 28px;
  border: 2px solid #122019;
  background: #fff;
  box-shadow: 6px 6px 0 #122019;
}
.eh-pingjia-yinhao { position: absolute; top: 18px; right: 20px; color: rgba(18, 32, 25, .16); font-size: 42px; }
.eh-pingjia-xingji { color: #087944; font-size: 14px; font-weight: 900; }
.eh-pingjia-kapian blockquote { margin: 22px 0 26px; font-size: 14px; font-weight: 700; line-height: 1.9; }
.eh-pingjia-yonghu { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid rgba(18, 32, 25, .25); }
.eh-pingjia-yonghu strong { font-size: 12px; }
.eh-pingjia-yonghu time { color: #5e6e65; font-size: 9px; white-space: nowrap; }

.eh-jiewei { padding: 70px 0; border-block: 2px solid #122019; background: #caff68; }
.eh-jiewei-neirong { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.eh-jiewei h2 { margin: 0; font-family: Impact, "Arial Black", "Microsoft YaHei", sans-serif; font-size: clamp(32px, 5vw, 58px); line-height: 1.08; }
.eh-jiewei p { margin: 11px 0 0; color: #45534b; font-size: 13px; }
.eh-jiewei .eh-zhu-anniu { min-width: 220px; min-height: 58px; }
.eh-yejiao { padding: 32px 0; color: #a9beb2; background: #122019; font-size: 11px; }
.eh-yejiao-neirong { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.eh-yejiao-pinpai { color: #fff; font-family: Impact, sans-serif; font-size: 20px; }
.eh-yejiao-daohang { display: flex; gap: 24px; }
.eh-yejiao a:hover { color: #caff68; }

:focus-visible { outline: 3px solid #ffd84d; outline-offset: 3px; }

@media (max-width: 980px) {
  .eh-neirong-kuang { width: calc(100% - 28px); }
  main { scroll-margin-top: 64px; }
  .eh-toubu { height: 64px; }
  .eh-toubu-neirong { grid-template-columns: 1fr auto; }
  .eh-pinpai { font-size: 20px; }
  .eh-pinpai img { width: 39px; height: 39px; }
  .eh-daohang { position: fixed; top: 64px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 12px 14px 18px; border-bottom: 2px solid #122019; background: #fff; }
  .eh-daohang.eh-dakai { display: flex; }
  .eh-daohang a { padding: 12px; }
  .eh-toubu-caozuo { display: none; }
  .eh-caidan { display: inline-grid; }
  .eh-shouye { min-height: auto; }
  .eh-shouye::before { top: 260px; right: -270px; width: 570px; height: 570px; }
  .eh-shouye-neirong { display: block; min-height: auto; padding: 100px 0; }
  .eh-shouye-wenan { width: 100%; }
  .eh-shouye h1 { font-size: 58px; }
  .eh-shouye h1 small { font-size: 22px; }
  .eh-shouye-jianjie { font-size: 14px; }
  .eh-shouye-caozuo { align-items: stretch; flex-direction: column; gap: 10px; }
  .eh-shouye-caozuo .eh-zhu-anniu { width: 100%; min-height: 62px; padding-inline: 18px; }
  .eh-shouye-caozuo .eh-ci-anniu { min-height: 50px; padding-inline: 10px; }
  .eh-shouye-xinxi { display: none; }
  .eh-shouye-chahua { display: none; }
  .eh-shouye-tiaodai { display: none; }
  .eh-youshi-qu, .eh-guanli-qu, .eh-bangzhu-qu, .eh-pingjia-qu { padding: 70px 0; }
  .eh-youshi-wangge { grid-template-columns: 1fr; gap: 16px; }
  .eh-youshi { min-height: 210px; }
  .eh-youshi:nth-child(2) { transform: none; }
  .eh-zhanshi-qu { padding: 72px 0; }
  .eh-zhanshi-buju { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .eh-jietu-xuanxiangzu { display: flex; gap: 8px; overflow-x: auto; padding: 2px 5px 7px 2px; scrollbar-width: none; }
  .eh-jietu-xuanxiang { flex: 0 0 150px; grid-template-columns: 28px 1fr; padding: 0 11px; }
  .eh-jietu-xuanxiang i { display: none; }
  .eh-zhanshi-wutai { min-height: 580px; }
  .eh-shebei { width: 278px; height: 574px; }
  .eh-jietu-shuoming { right: 0; bottom: 28px; max-width: 180px; }
  .eh-mokuai-toubu { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 30px; }
  .eh-guanli-wangge { grid-template-columns: 1fr; grid-template-rows: auto; }
  .eh-guanli-mianban { min-height: 270px; padding: 28px; }
  .eh-guanli-mianban:first-child { grid-row: auto; min-height: 520px; }
  .eh-guanli-mianban h3 { font-size: 24px; }
  .eh-bangzhu-buju { grid-template-columns: 1fr; gap: 38px; }
  .eh-pingjia-wangge { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 16px; }
  .eh-pingjia-wangge > .eh-pingjia-kapian { grid-column: 1 !important; grid-row-start: auto !important; grid-row-end: auto !important; }
  .eh-pingjia-kapian { padding: 22px; }
  .eh-jiewei-neirong { align-items: flex-start; flex-direction: column; }
  .eh-jiewei .eh-zhu-anniu { width: 100%; }
  .eh-yejiao-neirong { align-items: flex-start; flex-direction: column; }
  .eh-yejiao-daohang { flex-wrap: wrap; }
}




/*投诉按钮，严禁改动！！！*/
.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;
}
