@keyframes button-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.hermes-page {
  display: block;
  width: 100%;
  min-height: 984px;
  background: #000;
}

.hermes-hero {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 122px;
  box-sizing: border-box;
  padding: 0 24px;
  background: url("https://res.daetool.com/wm-static-resource/wm/783_wm/banner-bg-small.png") no-repeat center/cover;
}

.hermes-hero__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1388px;
  padding-top: 110px;
  padding-bottom: 240px;
  margin: 0 auto;
}
.hermes-hero__container .arrow-box {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.hermes-hero__container .arrow-box > img {
  width: 56px;
  height: 67px;
  display: none;
}
.hermes-hero__container .arrow-box > img.active {
  display: block;
}

.hermes-hero__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
}

.hermes-hero__title {
  color: #FBE7CE;
  font-family: "Microsoft YaHei UI";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 61.6px */
  letter-spacing: 3.52px;
}

.hermes-hero__subtitle {
  margin: 35px 0 54px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: transparent;
  background: linear-gradient(95deg, #3cf3b6 5.83%, #a1fb68 93.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hermes-hero__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.hermes-hero__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hermes-hero__list-item p {
  color: #FBE7CE;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.72px;
}
.hermes-hero__list-item span {
  background: linear-gradient(90deg, #3CF3B6 0%, #9FFA69 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.72px;
}

.hermes-hero__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 236px;
  height: 65px;
  margin-left: 8px;
  border: 0;
  border-radius: 60px;
  text-decoration: none;
  background: linear-gradient(95deg, #3cf3b6 5.83%, #a1fb68 93.54%);
  box-shadow: 0 0 0 8px rgba(60, 243, 182, 0.3);
  animation: button-scale 1.5s infinite;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.hermes-hero__button-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://res.daetool.com/wm-static-resource/wm/665_wm/ic_mianfei.svg") no-repeat center center/contain;
}

.hermes-hero__button {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #2f2f2f;
}

.hermes-hero__visual > img {
  width: 100%;
  height: auto;
}

.hermes-capability {
  display: block;
  width: 100%;
  min-height: 984px;
  padding: 94px 0 111px;
  box-sizing: border-box;
  background: #081a18;
}

.hermes-capability__container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hermes-capability__title {
  margin: 0 0 98px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: rgba(251, 231, 206, 0.9);
}

.hermes-capability__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 33px;
  width: 100%;
}

.hermes-capability__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 290px;
  padding: 122px 22px 38px;
  box-sizing: border-box;
  background: #0e1c1c;
  border: 1px solid #5d564e;
  border-radius: 10px;
  transition: background 0.3s ease;
}
.hermes-capability__card > img {
  position: absolute;
  top: 22px;
  left: 30px;
  width: 72px;
  height: 72px;
}
.hermes-capability__card:hover {
  background: #182424;
}

.hermes-capability__card--wide {
  grid-column: span 8;
  padding-left: 38px;
  padding-right: 38px;
}

.hermes-capability__card:not(.hermes-capability__card--wide) {
  grid-column: span 4;
}

.hermes-capability__icon::before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 42px;
  height: 42px;
  content: "";
  background: radial-gradient(circle at 30% 30%, rgb(66, 214, 149) 0%, rgba(66, 214, 149, 0.25) 100%);
  border-radius: 8px;
}

.hermes-capability__card-title {
  margin: 0 0 26px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #e3d2bc;
}

.hermes-capability__card-desc {
  margin: 0;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  color: #e3d2bc;
}

.hermes-compare {
  position: relative;
  padding: 68px 0 114px;
  background: #081A18;
}

.hermes-compare::before {
  position: absolute;
  top: -102px;
  left: -686px;
  z-index: 0;
  display: block;
  width: 1008px;
  height: 936px;
  content: "";
  background: rgba(192, 194, 77, 0.1);
  border-radius: 50%;
  filter: blur(224px);
  pointer-events: none;
}

.hermes-compare__container {
  display: block;
  width: 100%;
  max-width: 1053px;
  margin: 0 auto;
}

.hermes-compare__title {
  margin: 0 0 114px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: rgba(251, 231, 206, 0.9);
}

.hermes-compare__table-wrap {
  position: relative;
  display: block;
  width: 100%;
  min-height: 680px;
  padding: 12px 0 0;
  border: 1px solid #4a544d;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  background: linear-gradient(152deg, #1f2b20 21.11%, #040d0d 82.72%);
  overflow: visible;
}

.hermes-compare__table-wrap::before {
  position: absolute;
  top: -18.504px;
  left: 27.25%;
  z-index: 2;
  display: block;
  width: 37.5%;
  height: 741.008px;
  content: "";
  background: #082621;
  border: 1px solid #6ef59b;
  border-radius: 10px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(110, 245, 155, 0.12);
  pointer-events: none;
}

.hermes-compare__table {
  position: relative;
  z-index: 3;
  display: table;
  width: 100%;
  height: 680px !important;
  min-height: 680px;
  table-layout: fixed;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: none !important;
  box-sizing: border-box !important;
}

.hermes-compare__head,
.hermes-compare__cell {
  padding: 20px 12px !important;
  box-sizing: border-box !important;
  border: none !important;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
  color: #a0ada9;
}

.hermes-compare__head {
  height: 100px !important;
  min-height: 100px;
  text-transform: none;
}

.hermes-compare__table tbody .hermes-compare__cell {
  height: 145px !important;
  min-height: 145px;
}

.hermes-compare__head--dimension {
  color: #e8e4dc;
  font-size: 30px;
  font-weight: 400;
  border-bottom: 2px solid #4A544D !important;
}

.hermes-compare__col--dimension {
  width: 280px;
}

.hermes-compare__col--hermes {
  width: 387px;
}

.hermes-compare__col--openclaw {
  width: 359px;
}

.hermes-compare__head--hermes,
.hermes-compare__cell--hermes {
  position: relative;
  z-index: 4;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 37px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  background: transparent;
}

.hermes-compare__head--hermes {
  height: 100px !important;
  min-height: 100px;
  padding: 24px 12px 16px !important;
  overflow: visible;
}
.hermes-compare__head--hermes > img {
  position: absolute;
  right: -5px;
  top: -37px;
  width: 138.525px;
  height: auto;
}

.hermes-compare__head--openclaw {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 41px;
  font-weight: 700;
  text-transform: lowercase;
  color: #fbe7ce;
  border-bottom: 2px solid #4A544D !important;
}

.hermes-compare__cell--openclaw {
  color: #a0ada9;
  font-size: 30px;
}

.hermes-compare__badge {
  position: absolute;
  top: 6px;
  right: -32px;
  z-index: 5;
  display: block;
  width: 132px;
  padding: 8px 0;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #191919;
  background: linear-gradient(95deg, #3cf3b6 5.83%, #a1fb68 93.54%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transform: rotate(45deg);
  transform-origin: center;
  pointer-events: none;
}

.hermes-fit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 150px;
  position: relative;
  background: #081a18;
  overflow: hidden;
}

.hermes-fit::after {
  position: absolute;
  top: 125px;
  right: -275px;
  z-index: 0;
  display: block;
  width: 620px;
  height: 400px;
  content: "";
  background: rgba(192, 194, 77, 0.2);
  border-radius: 50%;
  filter: blur(180px);
  pointer-events: none;
}

.hermes-fit__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1055px;
  height: 549px;
}

.hermes-fit__panel {
  box-sizing: border-box;
}

.hermes-fit__panel--left {
  position: absolute;
  left: 0;
  width: 674px;
  height: 549px;
  padding: 35px 118px 67px 77px;
  background: url(https://res.daetool.com/wm-static-resource/wm/783_wm/fit-bg1.png) no-repeat center center/contain;
  background-size: 100% 100%;
  z-index: 2;
}

.hermes-fit__panel--right {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 432.55px;
  padding: 40px 24px 80px 663px;
  background: linear-gradient(192deg, #1F2B20 21.11%, #040D0D 82.72%);
  border: 1.758px solid #4A544D;
  border-radius: 12px;
  z-index: 1;
}

.hermes-fit__title {
  margin: 0 0 49px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fbe7ce;
}

.hermes-fit__sub-title {
  margin: 0 0 47px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #e3d2bc;
}

.hermes-fit__list {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hermes-fit__item {
  position: relative;
  display: flex;
  gap: 21px;
}
.hermes-fit__item > img.green {
  width: 35px;
  height: 35px;
}
.hermes-fit__item > img.red {
  width: 30px;
  height: 30px;
}

.hermes-fit__item--negative {
  width: 368px;
}

.hermes-fit__item-title {
  margin: 0 0 14px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fbe7ce;
}

.hermes-fit__item-text {
  margin: 0;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #e3d2bc;
}

.hermes-fit__list--negative {
  gap: 44px;
}

.hermes-fit__list--negative .hermes-fit__item {
  width: fit-content;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  color: #e3d2bc;
}

.hermes-scene {
  display: block;
  width: 100%;
  min-height: 1140px;
  padding: 68px 24px 120px;
  box-sizing: border-box;
  background: #081A19;
}

.hermes-scene__container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hermes-scene__title {
  margin: 0;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: rgba(251, 231, 206, 0.9);
}

.hermes-scene__desc {
  margin: 24px 0 60px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #e3d2bc;
}

.hermes-scene__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.hermes-scene__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 378px;
  border: 1px solid rgba(227, 210, 188, 0.3);
  border-radius: 12px;
  background: #0a1c1c;
  overflow: hidden;
}

.hermes-scene__media {
  position: relative;
  display: block;
  width: 100%;
  height: 199px;
  background: linear-gradient(135deg, #1d3a36 0%, #0d201f 100%);
}

.hermes-scene__media::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(12, 34, 31, 0) 0%, rgba(12, 34, 31, 0.68) 100%);
}

.hermes-scene__card-title {
  margin: 22px 23px 16px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #fbe7ce;
}

.hermes-scene__card-text {
  margin: 0 23px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  color: #e3d2bc;
}

.hermes-cta {
  display: block;
  width: 100%;
  min-height: 615px;
  padding: 135px 24px 120px;
  box-sizing: border-box;
  background: url(https://res.daetool.com/wm-static-resource/wm/783_wm/bottom-bg.png) no-repeat center/cover;
}

.hermes-cta__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.hermes-cta__title {
  margin: 0;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #e3d2bc;
}

.hermes-cta__desc {
  margin: 12px 0 56px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #e3d2bc;
}

.hermes-cta__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 236px;
  height: 65px;
  border: 0;
  border-radius: 60px;
  text-decoration: none;
  background: linear-gradient(95deg, #3cf3b6 5.83%, #a1fb68 93.54%);
  box-shadow: 0 0 0 8px rgba(60, 243, 182, 0.3);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #2f2f2f;
  cursor: pointer;
  animation: button-scale 1.5s infinite;
}

.hermes-cta__button-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://res.daetool.com/wm-static-resource/wm/665_wm/ic_mianfei.svg") no-repeat center center/contain;
}

/*# sourceMappingURL=style.css.map */
