.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
[v-cloak] {
  opacity: 0;
}
.hdi-page {
  min-width: 1400px;
}
.hdi-page .hdi-banner {
  height: 420px;
}
.hdi-page .hdi-banner .link-el {
  display: block;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
}
.hdi-page .hdi-banner .banner-text {
  float: left;
  margin-top: 40px;
  margin-left: -24px;
}
.hdi-page .example-prefer-title {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdi-page .example-prefer-title .text {
  font-size: 34px;
}
.hdi-page .example-prefer-title:after {
  display: inline-block;
  content: '';
  height: 2px;
  background: url("../images/hdi/line-bg.png") repeat-x center;
  flex: 1;
  margin-left: 50px;
}
.hdi-page .example-prefer-title .title-tag {
  font-size: 12px;
  color: #353535;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  letter-spacing: 2px;
  font-weight: normal;
}
.hdi-page .preference-section {
  padding: 60px 0;
}
.hdi-page .preference-section .preference-body {
  padding-top: 30px;
}
.hdi-page .preference-section .preference-body .preference-info-box {
  position: relative;
}
.hdi-page .preference-section .preference-body .info-rules-box {
  border: 1px solid #f5f5f8;
  border-radius: 16px;
  padding: 14px;
  margin-top: 46px;
  margin-right: 30px;
  overflow: hidden;
}
.hdi-page .preference-section .preference-body .info-rules-box .rules-mark {
  background: #fbfbfd;
  padding: 40px;
  border: 3px solid #FFF;
  min-height: 390px;
  border-radius: 16px;
  box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.16);
}
.hdi-page .preference-section .preference-body .info-rules-box .rules-mark .type-switch {
  background: url("../images/hdi/type-tow-icon.png") no-repeat center;
  width: 203px;
  height: 58px;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 37px;
  color: #5BC000;
  line-height: 26px;
}
.hdi-page .preference-section .preference-body .info-rules-box .rules-mark .type-switch .text {
  margin: -6px 0 0 10px;
  display: none;
}
.hdi-page .preference-section .preference-body .info-rules-box .rules-mark .type-switch .text.active {
  display: flex;
}
.hdi-page .preference-section .preference-body .info-rules-box .rules-mark .type-switch .tag {
  font-weight: 800;
  font-size: 34px;
  line-height: 26px;
  margin-left: 4px;
}
.hdi-page .preference-section .preference-body .info-rules-box .each-lists {
  margin-top: 14px;
}
.hdi-page .preference-section .preference-body .info-rules-box .list {
  display: flex;
  padding: 4px 0;
}
.hdi-page .preference-section .preference-body .info-rules-box .list .label {
  font-weight: 400;
  font-size: 15px;
  color: #001010;
  line-height: 28px;
  flex-shrink: 0;
  min-width: 140px;
  display: flex;
  align-items: center;
}
.hdi-page .preference-section .preference-body .info-rules-box .list .label:before {
  display: block;
  content: '';
  background: url("../images/hdi/arrow-icon.png") no-repeat center;
  width: 9px;
  height: 15px;
  margin-right: 12px;
}
.hdi-page .preference-section .preference-body .info-rules-box .list .val {
  font-size: 15px;
  color: #A8A8CC;
  line-height: 28px;
  max-width: 500px;
  padding-left: 8px;
}
.hdi-page .preference-section .preference-body .switch-rules {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.hdi-page .preference-section .preference-body .switch-rules li {
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  line-height: 26px;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
  height: 48px;
}
.hdi-page .preference-section .preference-body .switch-rules li:hover:after {
  opacity: 1;
  visibility: visible;
}
.hdi-page .preference-section .preference-body .switch-rules li:after {
  display: block;
  content: '';
  background: url("../images/hdi/type-icon.png") no-repeat center;
  width: 117px;
  height: 47px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  opacity: 0;
  visibility: visible;
  transition: all 0.3s;
}
.hdi-page .preference-section .preference-body .switch-rules li.active {
  color: #001010;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: bold;
}
.hdi-page .preference-section .preference-body .switch-rules li.active:after {
  opacity: 1;
  visibility: visible;
}
.hdi-page .preference-section .preference-body .preference-swiper {
  position: absolute;
  top: -42px;
  right: 24px;
  z-index: 1;
}
.hdi-page .preference-section .preference-body .preference-swiper:after {
  display: block;
  content: '';
  background: url("../images/hdi/swiper-shadow.png") no-repeat center;
  width: 114px;
  height: 520px;
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 2;
  transform: translateY(-50%);
}
.hdi-page .preference-section .preference-body .product-info {
  width: 80px;
  height: 200px;
  background: #5BC000;
  box-shadow: 0px 2px 34px 0px rgba(0, 17, 0, 0.12);
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 1;
  transform: translateY(-50%);
  color: #fff;
  padding: 4px 14px;
  display: flex;
  align-items: center;
}
.hdi-page .preference-section .preference-body .product-info .tag-text {
  writing-mode: vertical-rl;
  white-space: normal;
}
.hdi-page .preference-section .preference-body .product-info .tag-text:before,
.hdi-page .preference-section .preference-body .product-info .tag-text:after {
  content: '';
  display: inline-block;
  background: url("../images/hdi/point-icon.png") no-repeat center;
  width: 12px;
  height: 12px;
}
.hdi-page .preference-section .preference-body .product-info .tag-text:before {
  margin-bottom: 10px;
}
.hdi-page .preference-section .preference-body .product-info .tag-text:after {
  margin-top: 10px;
}
.hdi-page .preference-section .preference-body .preference-swiper .swiper-container {
  position: relative;
  z-index: 3;
  width: 550px;
  height: 520px;
  border-radius: 16px;
  background: #fff;
}
.hdi-page .preference-section .preference-body .preference-swiper .swiper-container.swiper-container-flip .swiper-slide {
  border-radius: 16px;
}
.hdi-page .preference-section .preference-body .preference-swiper .swiper-pagination-bullets {
  width: auto;
  left: unset;
  right: 22px;
  bottom: 24px;
  display: flex;
}
.hdi-page .preference-section .preference-body .preference-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background: none;
  border: 1px solid rgba(91, 192, 0, 0.5);
  opacity: 1;
  border-radius: 4px;
  transition: width 0.3s linear;
}
.hdi-page .preference-section .preference-body .preference-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5BC000;
  width: 34px;
}
.hdi-page .preference-section .preference-body .preference-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  font-size: 36px;
  text-align: center;
  background: #fff;
}
.hdi-page .advantage-section {
  background: url("../images/hdi/advantage-bg.png") no-repeat center;
  height: 718px;
  padding: 60px 0;
  box-sizing: border-box;
}
.hdi-page .advantage-section .advantage-body {
  margin-top: 70px;
}
.hdi-page .advantage-section .advantage-body .advantage-row {
  display: flex;
}
.hdi-page .advantage-section .advantage-body .adv-l {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hdi-page .advantage-section .advantage-body .title {
  font-size: 22px;
  font-weight: 800;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hdi-page .advantage-section .advantage-body .text {
  font-weight: 400;
  font-size: 14px;
  color: #A8A8CC;
  line-height: 26px;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hdi-page .advantage-section .advantage-body .adv-el {
  background: url("../images/hdi/advantage-el-bg.png") no-repeat center;
  width: 456px;
  height: 220px;
  padding: 20px 30px 0;
  transition: all 0.3s;
  cursor: default;
  box-sizing: border-box;
}
.hdi-page .advantage-section .advantage-body .adv-el:nth-child(3) {
  background: url("../images/hdi/advantage-el2-bg.png") no-repeat center;
}
.hdi-page .advantage-section .advantage-body .adv-el:hover {
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.hdi-page .advantage-section .advantage-body .adv-el .icon-el {
  transition: all 0.3s;
}
.hdi-page .advantage-section .advantage-body .adv-r {
  background: url("../images/hdi/advantage-r-bg.png") no-repeat center;
  width: 457px;
  height: 456px;
  flex-shrink: 0;
  padding: 30px 48px 0;
  transition: all 0.3s;
  box-sizing: border-box;
}
.hdi-page .advantage-section .advantage-body .adv-r:hover {
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.hdi-page .advantage-section .advantage-body .adv-r .title {
  margin-bottom: 40px;
}
.hdi-page .advantage-section .advantage-body .adv-r .des {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #A8A8CC;
}
.hdi-page .advantage-section .advantage-body .adv-r .des:nth-last-child(1) {
  margin-top: 64px;
}
.hdi-page .advantage-section .advantage-body .adv-r .des .note {
  font-weight: 600;
  font-size: 16px;
  margin-left: -8px;
  margin-top: 8px;
  display: block;
}
.hdi-page .capability-section {
  padding: 60px 0;
  background: url("../images/hdi/capability-bg.png") no-repeat center;
  height: 1240px;
}
.hdi-page .capability-section .capability-body {
  width: 1270px;
  height: 890px;
  border-radius: 16px 16px 0px 0px;
  border: 2px solid #FFF;
  background-image: linear-gradient(to bottom, #f9f9ff, #fafaff, #fdfdff, #fff);
  padding: 34px;
  position: relative;
  z-index: 2;
  margin: 56px auto 0;
  box-shadow: 4px 0 10px 2px rgba(0, 0, 0, 0.16);
}
.hdi-page .capability-section .capability-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}
.hdi-page .capability-section .capability-table th {
  background: #A8A8CC;
  height: 46px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  border-left: 1px solid #fff;
}
.hdi-page .capability-section .capability-table th:first-child {
  border-left: 0;
}
.hdi-page .capability-section .capability-table tbody tr {
  background: #e3e3f4;
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(2) {
  background: rgba(227, 227, 244, 0.95);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(2):hover {
  background: #e3e3f4;
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(3) {
  background: rgba(227, 227, 244, 0.85);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(3):hover {
  background: rgba(227, 227, 244, 0.95);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(4) {
  background: rgba(227, 227, 244, 0.8);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(4):hover {
  background: rgba(227, 227, 244, 0.9);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(5) {
  background: rgba(227, 227, 244, 0.75);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(5):hover {
  background: rgba(227, 227, 244, 0.85);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(6) {
  background: rgba(227, 227, 244, 0.75);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(6):hover {
  background: rgba(227, 227, 244, 0.85);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(7) {
  background: rgba(227, 227, 244, 0.7);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(7):hover {
  background: rgba(227, 227, 244, 0.8);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(8) {
  background: rgba(227, 227, 244, 0.65);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(8):hover {
  background: rgba(227, 227, 244, 0.75);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(9) {
  background: rgba(227, 227, 244, 0.6);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(9):hover {
  background: rgba(227, 227, 244, 0.7);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(10) {
  background: rgba(227, 227, 244, 0.55);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(10):hover {
  background: rgba(227, 227, 244, 0.65);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(11) {
  background: rgba(227, 227, 244, 0.5);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(11):hover {
  background: rgba(227, 227, 244, 0.6);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(12) {
  background: rgba(227, 227, 244, 0.4);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(12):hover {
  background: rgba(227, 227, 244, 0.5);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(13) {
  background: rgba(227, 227, 244, 0.35);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(13):hover {
  background: rgba(227, 227, 244, 0.45);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(14) {
  background: rgba(227, 227, 244, 0.3);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(14):hover {
  background: rgba(227, 227, 244, 0.4);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(15) {
  background: rgba(227, 227, 244, 0.25);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(15):hover {
  background: rgba(227, 227, 244, 0.35);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(16) {
  background: rgba(227, 227, 244, 0.2);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(16):hover {
  background: rgba(227, 227, 244, 0.3);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(17) {
  background: rgba(227, 227, 244, 0.1);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(17):hover {
  background: rgba(227, 227, 244, 0.2);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(18) {
  background: rgba(227, 227, 244, 0.1);
}
.hdi-page .capability-section .capability-table tbody tr:nth-child(18):hover {
  background: rgba(227, 227, 244, 0.2);
}
.hdi-page .capability-section .capability-table td {
  height: 46px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
}
.hdi-page .capability-section .capability-table td:first-child {
  border-left: 0;
}
.hdi-page .capability-section .page-wrap {
  position: relative;
}
.hdi-page .capability-section .page-wrap:after {
  display: block;
  content: '';
  background: url("../images/hdi/capability-params-bg.png") no-repeat center;
  width: 1400px;
  height: 901px;
  position: absolute;
  bottom: -162px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.hdi-page .equipment-section {
  padding: 60px 0;
  background: url("../images/hdi/equipment-bg.png") no-repeat center;
  height: 750px;
}
.hdi-page .equipment-section .equipment-body {
  width: 1400px;
  height: 540px;
  border-radius: 16px;
  margin-top: 50px;
  padding: 20px 18px;
  display: flex;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.hdi-page .equipment-section .equipment-body:after {
  display: block;
  content: '';
  height: 540px;
  transition: all 0.3s ease-in-out;
}
.hdi-page .equipment-section .equipment-body.product1 {
  background: url("../images/hdi/equipment-product1.png") no-repeat center #fff;
}
.hdi-page .equipment-section .equipment-body.product2 {
  background: url("../images/hdi/equipment-product2.png") no-repeat center #fff;
}
.hdi-page .equipment-section .equipment-body.product3 {
  background: url("../images/hdi/equipment-product3.png") no-repeat center #fff;
}
.hdi-page .equipment-section .equipment-body.product4 {
  background: url("../images/hdi/equipment-product4.png") no-repeat center #fff;
}
.hdi-page .equipment-section .equipment-body.product5 {
  background: url("../images/hdi/equipment-product5.png") no-repeat center #fff;
}
.hdi-page .equipment-section .equipment-body.product6 {
  background: url("../images/hdi/equipment-product6.png?v=20250428") no-repeat center #fff;
}
.hdi-page .equipment-section .equipment-body.product7 {
  background: url("../images/hdi/equipment-product7.png") no-repeat center #fff;
}
.hdi-page .equipment-section .equipment-types {
  display: flex;
  gap: 2px;
  width: 444px;
  flex-wrap: wrap;
}
.hdi-page .equipment-section .equipment-types .type-el {
  width: 220px;
  height: 124px;
  border-radius: 16px;
  border: 1px solid transparent;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.hdi-page .equipment-section .equipment-types .type-el:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  position: absolute;
}
.hdi-page .equipment-section .equipment-types .type-el:hover .title {
  color: #5BC000;
}
.hdi-page .equipment-section .equipment-types .type-el:hover:before {
  opacity: 0;
  visibility: hidden;
}
.hdi-page .equipment-section .equipment-types .type-el .title {
  position: absolute;
  bottom: 15px;
  left: 14px;
  z-index: 3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
}
.hdi-page .equipment-section .equipment-types .type-el.active {
  border: 1px solid #5BC000;
}
.hdi-page .equipment-section .equipment-types .type-el.active:after {
  display: block;
  content: '';
  background: url("../images/hdi/mask-bg.png") no-repeat center;
  width: 220px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.hdi-page .equipment-section .equipment-types .type-el.active .title {
  color: #5BC000;
  font-size: 20px;
}
.hdi-page .equipment-section .equipment-types .type-el.active:before {
  opacity: 0;
  visibility: hidden;
}
.hdi-page .equipment-section .description-box {
  margin-left: 36px;
  position: relative;
  overflow: hidden;
  width: 600px;
}
.hdi-page .equipment-section .description-box .animate-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@keyframes animateTop {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }
}
.hdi-page .equipment-section .description-box .desc-el {
  width: 250px;
  color: #fff;
  margin-bottom: 10px;
  display: none;
}
.hdi-page .equipment-section .description-box .desc-el.active {
  display: block;
  animation: animateTop 0.5s forwards;
}
.hdi-page .equipment-section .description-box .title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 22px;
}
.hdi-page .equipment-section .description-box .text-el {
  font-size: 15px;
  line-height: 24px;
  max-height: 400px;
  overflow-y: auto;
}
.hdi-page .domain-section {
  padding: 60px 0;
  background: url("../images/hdi/domain-bg.png") no-repeat center;
  height: 862px;
}
.hdi-page .domain-section .domain-body {
  margin-top: 56px;
}
.hdi-page .domain-section .v-el {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  width: auto;
}
.hdi-page .domain-section .v-el .text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 1;
}
.hdi-page .domain-section .v-el:hover img {
  transform: scale(1.02);
}
.hdi-page .domain-section .v-el img {
  transition: all 0.3s;
}
.hdi-page .domain-section .v-el.correspondence {
  width: 456px;
  height: 416px;
}
.hdi-page .domain-section .views-el-row {
  display: flex;
  justify-content: space-between;
}
.hdi-page .domain-section .multiple-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.hdi-page .domain-section .double-row {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.hdi-page .explanation-section {
  background: url("../images/hdi/explanation-bg.jpg") no-repeat center;
  height: 300px;
}
/*# sourceMappingURL=hdi.css.map */