:root {
	/* color */
	/* size */
}
html,
body {
  margin: 0px;
}
html a, body a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
  }
html,
body {
  font-family: PingFang SC;
  overflow-x: hidden;
}
/** pc 和 移动端布局不同，长度单位的分别定义 */
/* 行样式 */
.page-row {
  width: 1440px;
}
.page-row-content {
  width: 1200px;
}
/* 居中*/
.position-x-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.position-xy-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mg-center {
  margin: 0px auto;
}
/* font-size */
.fs-0 {
  font-size: 0px;
}
/* flex */
.flex-dir-c {
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-r-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.flex-ai-end {
  align-items: end;
}
.flex-dir-rv {
  display: flex;
  flex-direction: revert;
  align-items: center;
}
/* 背景图 */
.cover-centger-bg {
  background-size: cover;
  background-pisition: center;
}
/* margin */
.mg-l-80 {
  margin-left: 80px;
}
.mg-b-32 {
  margin-bottom: 32px;
}
.mg-b-64 {
  margin-bottom: 64px;
}
.mg-r-24 {
  margin-right: 24px;
}
.mg-t-24 {
  margin-top: 24px;
}
.mg-t-48 {
  margin-top: 48px;
}
.mg-t-16 {
  margin-top: 16px;
}
.clean-margin {
  margin: 0px !important;
}
.padding-tb-18 {
  padding: 18px 0px;
}
.padding-tb-28 {
  padding: 28px 0px;
}
/* button */
.button-white-bg {
  background: #f7f8fa;
  border-radius: 3px;
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.page-header-row {
  z-index: 2;
  position: fixed;
  width: 100%;
}
.page-header-row .header-content {
    width: 1200px;
    height: 56px;
  }
.page-header-row .header-content .logo {
      width: 8.5714rem;
      height: 1.5714rem;
    }
.page-header-row .header-content .links a {
        color: #ffffff;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-size: 1rem;
      }
.page-header-row .header-content .links .enheylig-a {
        font-size: 0px;
      }
.page-header-row .header-content .links .enheylig {
        width: 4.7142rem;
        height: 1.5rem;
        padding-top: 0.05rem;
      }
.page-header-row-bg {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /* 修补因为backdrop-filter 导致左边少了1px */
  /* border-left: 1px solid rgba(0, 0, 0, 0); */
}
.ft-bg {
  background-color: #fafafa;
}
.footer .main-row {
    height: 34px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
    padding: 56px 0px 60px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
.footer .main-row .products {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
.footer .main-row .products .logo-dark {
        width: 20px;
        height: 17px;
        margin: 0px 62px 0px 2px;
      }
.footer .main-row .products .product-name {
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        line-height: 22px;
        -webkit-text-decoration: none;
        text-decoration: none;
        margin-right: 80px;
      }
.footer .main-row .hot-line {
      border-radius: 4px;
      text-align: right;
      background: rgba(0, 0, 0, 0.05);
      line-height: 30px;
      padding: 4px 10px;
    }
.footer .main-row .hot-line .hot-line-logo {
        width: 20px;
        height: 20px;
        margin-right: 6px;
      }
.footer .copyright-row {
    padding: 15px 0px 32px 0px;
  }
.footer .copyright-row .info {
      font-size: 12px;
      color: rgba(51, 51, 51, 0.4);
      line-height: 20px;
    }
.footer .copyright-row .info .border-item {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        padding: 0px 10px;
        margin: 0px 10px;
      }
.footer .copyright-row .info .border-right-0 {
        border-right: none;
      }
.footer .copyright-row .info .border-item-left {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        margin-left: 10px;
        padding-left: 10px;
      }
.footer .copyright-row .info .border-item-left img {
          width: 14px;
          height: 14px;
          margin-right: 4px;
        }
.footer .copyright-row .info a {
        -webkit-text-decoration: none;
        text-decoration: none;
        color: rgba(51, 51, 51, 0.4);
      }
.footer .copyright-row .language {
      color: rgba(51, 51, 51, 0.8);
    }
.footer .copyright-row .language .globalization {
        width: 20px;
        height: 20px;
      }
.footer .copyright-row .language .up-arrow {
        width: 12px;
        height: 12px;
      }
.footer .copyright-row .language .text {
        margin: 0px 4px;
      }
.page-header-row-index .header-content .links a {
        color: rgba(0, 0, 0, 1);
      }
.page-header-row-index-bg {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.index-page-header {
  box-shadow: none;
}
.black-dropdown-trigger {
  color: #000 !important;
}
.banner-swiper {
  height: 100vh;
  max-height: 1080px;
  background-repeat: no-repeat;
}
.banner-swiper .swiper-slide .banner-swiper-title {
    position: absolute;
    /* 首屏的高度是100vh */
    top: 37.44vh;
    left: 180px;
    color: #000000;
  }
.banner-swiper .swiper-slide .banner-swiper-title .banner-swiper-subtitle {
      opacity: 0;
      font-size: 40px;
      font-weight: 400;
      line-height: 56px;
    }
.banner-swiper .swiper-slide .banner-swiper-title .banner-swiper-main-title {
      opacity: 0;
      font-size: 80px;
      font-weight: 600;
      line-height: 100px;
    }
.solution-swiper {
  height: 570px;
}
.banner-bg {
  background-image: url("/images/index-banner.webp");
  background-size: cover;
}
.swiper .swiper-wrapper .swiper-slide img {
        height: 100%;
        outline: none;
      }
.swiper .swiper-wrapper .empty {
      height: 100%;
    }
.swiper .swiper-wrapper .empty-1 {
      background: red;
    }
.swiper .swiper-wrapper .empty-2 {
      background: green;
    }
.swiper .swiper-wrapper .empty-3 {
      background: yellow;
    }
.swiper-pagination {
  margin-bottom: 68px;
}
.swiper-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background: #ffffff;
      border-radius: 4px;
      opacity: 0.3;
    }
.swiper-horizontal .swiper-pagination-horizontal .swiper-pagination-bullet-active {
      width: 40px;
      height: 8px;
      opacity: 1;
    }
.part-use-bg {
  background-color: #f9fcfe;
}
.part-use .title, .low-delayed .title, .part-wisdom .title {
    height: 67px;
    font-size: 48px;
    font-weight: 500;
    color: #141414;
    line-height: 67px;
    margin-bottom: 54px;
  }
.part-use {
  overflow: hidden;
  padding: 100px 0px 106px 0px;
  background-color: #f9fcfe;
  text-align: center;
}
.part-use .card-box .card {
      margin-right: 30px;
    }
.part-use .card-box .card .main-img {
        width: 372px;
        height: 208px;
        border-radius: 10px;
      }
.part-use .card-box .card .subtitle {
        margin: 28px 0px 12px 0px;
      }
.part-use .card-box .card .subtitle img {
          width: 32px;
          height: 32px;
        }
.part-use .card-box .card .subtitle .text {
          margin-left: 6px;
          font-size: 20px;
          font-weight: 600;
          color: #141414;
          line-height: 28px;
        }
.part-use .card-box .card .des {
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        color: rgba(23, 26, 29, 0.4);
        line-height: 20px;
      }
.low-delayed,
.part-resolution,
.part-wisdom {
  overflow: hidden;
}
.low-delayed .iamge-low-delayed,
  .low-delayed .iamge-resolution,
  .part-resolution .iamge-low-delayed,
  .part-resolution .iamge-resolution,
  .part-wisdom .iamge-low-delayed,
  .part-wisdom .iamge-resolution {
    width: 510px;
    height: 320px;
    margin: 0px 60px 0px 70px;
  }
.low-delayed .des, .part-resolution .des, .part-wisdom .des {
    text-align: left;
  }
.low-delayed .des .icons, .part-resolution .des .icons, .part-wisdom .des .icons {
      margin-bottom: 16px;
    }
.low-delayed .des .icons .icon, .part-resolution .des .icons .icon, .part-wisdom .des .icons .icon {
        width: 24px;
        height: 24px;
        margin-right: 20px;
      }
.low-delayed .des .text, .part-resolution .des .text, .part-wisdom .des .text {
      width: 257px;
      margin-bottom: 24px;
      font-size: 16px;
      font-weight: 400;
      color: #141414;
      line-height: 24px;
    }
.low-delayed .des .more, .part-resolution .des .more, .part-wisdom .des .more {
      width: 28px;
      height: 28px;
      cursor: pointer;
    }
.low-delayed,
.part-wisdom {
  padding: 78px 0px 90px 0px;
  text-align: center;
}
.low-delayed .main, .part-wisdom .main {
    box-sizing: border-box;
    width: 980px;
    height: 456px;
    background: #f7f8fa;
    border-radius: 30px;
    padding: 68px 0px;
  }
.resolution-wrap {
  /* background: linear-gradient(180deg, #232426 0%, #141414 100%); */
  background-image: url("/images/linear-gradient-black-bg.webp");
  background-size: cover;
}
.part-resolution {
  height: 776px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.part-resolution .part-resolution-bg {
    padding: 82px 0px 100px 0px;
    width: 100%;
    height: 766px;
    position: absolute;
    /* background: linear-gradient(
			180deg,
			var(--color-232426) 0%,
			var(--color-141414) 100%
		); */
    z-index: 0;
  }
.part-resolution .title {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    line-height: 67px;
    margin-bottom: 72px;
  }
.part-resolution .resolution-main {
    width: 980px;
    height: 456px;
    background: #121214;
    border-radius: 30px;
    padding: 68px 0px;
    box-sizing: border-box;
  }
.part-resolution .resolution-main .des .text {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        line-height: 24px;
      }
.part-resolution .resolution-main .des {
      margin: 0px 72px 0px 70px;
    }
.part-solution-info .solution-to-knows-warp {
    background-color: #ffffff;
    overflow: hidden;
  }
.part-solution-info .solution-to-knows {
    width: 920px;
    height: 140px;
    background-image: url("/images/font-bg.png");
    background-position: -248px -55px;
    background-size: 152% 150%;
    margin: 50px auto;
  }
.part-solution-info .solution-to-knows .solution-to-knows-des,
    .part-solution-info .solution-to-knows .solution-title {
      margin-left: 44px;
    }
.part-solution-info .solution-to-knows .solution-title {
      font-size: 48px;
      font-weight: 600;
      color: #000000;
      line-height: 67px;
    }
.part-solution-info .solution-to-knows .solution-to-knows-des {
      font-size: 18px;
      font-weight: 400;
      color: #141414;
      line-height: 26px;
    }
.solution-out-wrap {
  position: relative;
}
.solution-out-wrap .solution-wrap {
    margin-top: 64px;
    position: relative;
    overflow: hidden;
  }
.solution-out-wrap .solution-wrap .part-solution .part-solution-bg {
        background: linear-gradient(270deg, #000000 0%, #121214 100%);
        position: relative;
      }
.solution-out-wrap .solution-wrap .part-solution .solution-row-1 {
        position: relative;
      }
.solution-out-wrap .solution-wrap .part-solution .solution-box {
        box-sizing: border-box;
        padding: 26px 0px;
        color: #ffffff;
      }
.solution-out-wrap .solution-wrap .part-solution .solution-box .solution-icon {
          width: 24px;
          height: 24px;
          margin-right: 6px;
        }
.solution-out-wrap .solution-wrap .part-solution .solution-box .solution-title {
          font-size: 20px;
          font-weight: 600;
          line-height: 48px;
        }
.solution-out-wrap .solution-wrap .part-solution .solution-box .solution-des,
        .solution-out-wrap .solution-wrap .part-solution .solution-box .solution-button {
          margin-left: 30px;
        }
.solution-out-wrap .solution-wrap .part-solution .solution-box .solution-des {
          line-height: 24px;
        }
.solution-out-wrap .solution-wrap .part-solution .solution-box .solution-button {
          width: 108px;
          height: 34px;
          margin-top: 18px;
          line-height: 34px;
          font-size: 16px;
        }
.solution-out-wrap .solution-wrap .part-solution .solution-bg {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 541px;
        height: 176px;
      }
.solution-out-wrap .solution-wrap .left-bg,
    .solution-out-wrap .solution-wrap .right-bg {
      flex: 1;
      height: 176px;
    }
.solution-out-wrap .solution-wrap .left-bg {
      background-color: #121214;
    }
.solution-out-wrap .solution-wrap .right-bg {
      background-color: #f7f8fa;
    }
.solution-out-wrap .dianzan {
    width: 299px;
    height: 227px;
    position: absolute;
    right: 120px;
    top: -47px;
  }
.solution-swiper-box {
  position: relative;
}
.solution-swiper-box .solution-swiper-custom-pagination {
    z-index: 2;
    position: absolute;
    left: 184px;
    top: 200px;
  }
.solution-swiper-box .solution-swiper-custom-pagination .solution-custom-pagination-bullet {
      cursor: pointer;
      margin-bottom: 22px;
      opacity: 0.3;
    }
.solution-swiper-box .solution-swiper-custom-pagination .solution-custom-pagination-bullet img {
        width: 18px;
        height: 18px;
        margin: 0px 10px;
      }
.solution-swiper-box .solution-swiper-custom-pagination .solution-custom-pagination-bullet .solution-pagination-bullet-track {
        border-radius: 30% 30%;
        overflow: hidden;
        height: 18px;
        width: 2px;
        background: rgba(0, 0, 0, 0.2);
        visibility: hidden;
      }
.solution-swiper-box .solution-swiper-custom-pagination .solution-custom-pagination-bullet .solution-pagination-bullet-track .solution-pagination-bullet-progress {
          height: 0px;
          background: rgba(0, 0, 0, 1);
          transition: height 6s;
        }
.solution-swiper-box .solution-swiper-custom-pagination .solution-custom-pagination-bullet .solution-pagination-bullet-title {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
      }
.solution-swiper-box .solution-swiper-custom-pagination .solution-custom-pagination-bullet-active {
      opacity: 1;
      font-size: 18px;
    }
.solution-swiper-box .solution-swiper-custom-pagination .solution-custom-pagination-bullet-active .solution-pagination-bullet-track {
        visibility: visible;
      }
.solution-swiper-box .solution-swiper-custom-pagination .solution-custom-pagination-bullet-active .solution-pagination-bullet-track .solution-pagination-bullet-progress {
          height: 100%;
        }
.qrcode {
  display: none;
  z-index: 3;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.qrcode .modal {
    overflow: hidden;
    position: absolute;
    width: 336px;
    height: 394px;
    background: #ffffff;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.18);
    border-radius: 16px;
    border: 1px solid #c7c7c7;
    text-align: center;
  }
.qrcode .modal .close-btn {
      position: absolute;
      top: 4px;
      right: 6px;
      cursor: pointer;
    }
.qrcode .modal .title {
      font-size: 20px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #141414;
      line-height: 28px;
    }
.qrcode .modal .main {
      box-sizing: border-box;
      width: 156px;
      height: 178px;
      background: #ffffff;
      border-radius: 8px;
      border: 1px solid #c7c7c7;
      padding: 18px 18px 10px 18px;
      font-size: 0px;
    }
.qrcode .modal .main .pic {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
      }
.qrcode .modal .main .name {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #141414;
        line-height: 20px;
      }
.qrcode .modal .subtitle {
      font-size: 12px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #141414;
      line-height: 20px;
    }
.qrcode .modal .subtitle a {
        color: #00b386;
      }
