@charset "UTF-8";
/*******/
/** 页面置灰 **/
.page-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

/** 页面css  */
/* 自定义样式-关于我们 */
@-webkit-keyframes earthAntd {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes earthAntd {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.p-home .foot-ctbuy-box {
  display: none !important;
}

.hmst-banner-box {
  width: 100%;
  height: -webkit-calc(100vh - 3.9rem);
  height: calc(100vh - 3.9rem);
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.hmst-banner-swiper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.hmst-banner-swiper .swiper-slide {
  overflow: hidden;
}
.hmst-banner-swiper .slide-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.hmst-banner-swiper .slide-media {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.hmst-banner-swiper .slide-media .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.hmst-banner-swiper .slide-media .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hmst-banner-swiper .slide-body {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 18.737%;
  z-index: 10;
  color: #fff;
}
.hmst-banner-swiper .slide-inner, .hmst-banner-swiper .dot-button-wrap {
  opacity: 0;
  transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
}
.hmst-banner-swiper .slide-desc {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 0;
}
.hmst-banner-swiper .slide-bot {
  margin: -webkit-calc(2.65rem + 5.2vw) 0 0;
  margin: calc(2.65rem + 5.2vw) 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 4.8rem;
}
.hmst-banner-swiper .innosc-btn {
  width: 8rem;
}
.hmst-banner-swiper .slide-logo {
  width: 60%;
  max-width: 34.65rem;
  height: 130%;
  position: relative;
}
.hmst-banner-swiper .slide-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right center;
  position: relative;
}
.hmst-banner-swiper .swiper-slide-active .slide-inner, .hmst-banner-swiper .swiper-slide-active .dot-button-wrap {
  opacity: 1;
  transition: all 0.75s 0.75s ease;
  -webkit-transition: all 0.75s 0.75s ease;
}
.hmst-banner-swiper .swiper-slide-active.first-load .slide-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hmst-banner-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 2.25rem;
  z-index: 20;
  grid-gap: 0 1.25rem;
}
.hmst-banner-paging .bullet {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.hmst-banner-paging .bullet.active {
  background: #EFFBFD;
  box-shadow: 2px 2px 6px 0px rgb(1, 217, 255), -2px -2px 8px 0px rgb(1, 217, 255);
}

.home-mainbox {
  background: url("/img/common/home-bg1.webp") no-repeat center top;
  background-size: 100% auto;
  position: relative;
  z-index: 5;
}

.hmst-data-box {
  padding: 3.75rem 0 0;
  position: relative;
  z-index: 10;
}

.hmdata-header {
  width: 100%;
  position: relative;
  padding: 5rem 0;
  margin-bottom: 3.1rem;
  color: #fff;
  text-align: center;
}
.hmdata-header .s-heading-h2 {
  z-index: 5;
  position: relative;
}

.hmdata-header-mask {
  width: 12.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmdata-header-mask .markimg {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hmdata-header-mask img {
  width: 100%;
  display: block;
}

.hmdata-grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 1.25rem;
}

.hmdata-item {
  position: relative;
}
.hmdata-item::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}
.hmdata-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(right, #B2E3F8 0%, #0095DA 100%);
  background: linear-gradient(270deg, #B2E3F8 0%, #0095DA 100%);
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
  pointer-events: none;
  border-radius: 0.8rem;
}
.hmdata-item .item-box {
  width: 100%;
  height: 14.4rem;
  display: block;
  position: relative;
  z-index: 5;
  background: #0072B3;
  border: solid 1px #7ED7FE;
  border-radius: 0.8rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 2.25rem 2rem 1.9rem;
}
.hmdata-item .item-title {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
}
.hmdata-item .item-data {
  font-size: 4.5rem;
  line-height: 1em;
  height: 1em;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.hmdata-item .item-data .unit {
  font-size: 33.33%;
  line-height: 1em;
}
.hmdata-item .item-text {
  max-width: 12.5rem;
  margin: 1rem auto 0;
  font-size: 0.8rem;
  line-height: 1.5em;
}

.hmst-fastlink-box {
  padding: 3.5rem 0 3.7rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.hmfast-thumb-box {
  width: 7.9rem;
  height: 10rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  z-index: 20;
  color: #fff;
  padding: 0 0 0 10px;
}

.hmfast-thumb-bar {
  width: 2px;
  height: 100%;
  background: rgba(178, 227, 248, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.hmfast-thumb-line {
  width: 100%;
  height: 4rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.hmfast-thumb-swip {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 0;
}
.hmfast-thumb-swip .swiper-wrapper {
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.hmfast-thumb-swip .swiper-slide {
  height: auto;
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
}
.hmfast-thumb-swip .swiper-slide.is-active {
  height: 2.75rem;
}
.hmfast-thumb-swip .swiper-slide.is-active .slide-title {
  font-size: 1rem;
  font-weight: bold;
}
.hmfast-thumb-swip .swiper-slide.is-active .slide-text {
  opacity: 1;
}
.hmfast-thumb-swip .trigger {
  display: block;
  position: relative;
}
.hmfast-thumb-swip .slide-title {
  font-size: 0.9rem;
  line-height: 1em;
}
.hmfast-thumb-swip .slide-text {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 0.5em 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.hmfast-bigview-box {
  width: 100%;
  padding: 50.78% 0 0;
  position: relative;
}

.hmfast-bigview-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hmfast-bigview-swiper::after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
.hmfast-bigview-swiper .swiper-wrapper {
  z-index: 5;
}
.hmfast-bigview-swiper .swiper-slide {
  overflow: visible;
}
.hmfast-bigview-swiper .slide-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.hmfast-bigview-swiper .slide-imgs {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hmfast-bigview-swiper .imgs {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hmfast-bigview-swiper .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center center;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.hmfast-bigview-swiper .imgs.web {
  border-radius: 0.8rem;
  box-shadow: 0px 10px 30px 0px rgb(1, 217, 255);
}
.hmfast-bigview-swiper .imgs.app {
  padding: 133.33% 0 0;
  box-shadow: 0px 5px 15px 0px rgb(1, 217, 255);
  border-radius: 0.16rem;
}
.hmfast-bigview-swiper .slide-body {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 3.5rem 2.25rem;
  color: #fff;
}
.hmfast-bigview-swiper .slide-title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.hmfast-bigview-swiper .slide-text {
  max-width: 27.5rem;
}
.hmfast-bigview-swiper .slide-handle {
  margin: 1rem 0 0;
  display: -webkit-flex;
  display: flex;
}

@-webkit-keyframes earthFlv {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes earthFlv {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hmst-ptlink-box {
  position: relative;
  color: #fff;
}
.hmst-ptlink-box.is-antd .hmpt-earth {
  opacity: 1;
  -webkit-animation: earthFlv 0.6s ease-in both;
          animation: earthFlv 0.6s ease-in both;
}
.hmst-ptlink-box.is-antd .hmpt-earth-title {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.hmst-ptlink-box.is-antd .hmpt-link-item {
  opacity: 1;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.hmpt-sticky-box {
  width: 100%;
  padding: 9.5rem 0 8.2rem;
  position: sticky;
  top: 0;
}

.hmpt-bgmedia-wp {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.hmpt-media-video {
  width: 100%;
  padding: 56.25% 0 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
}
.hmpt-media-video .video-js, .hmpt-media-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hmpt-media-video::before {
  content: "";
  display: block;
  width: 100%;
  height: 27vw;
  background: -webkit-linear-gradient(top, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
  background: linear-gradient(180deg, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  z-index: 2;
}
.hmpt-media-video::after {
  content: "";
  display: block;
  width: 100%;
  height: 27vw;
  background: -webkit-linear-gradient(bottom, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
  background: linear-gradient(0deg, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  z-index: 2;
}

.hmpt-earth-box {
  width: min(28.125%, 18rem);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.hmpt-earth {
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  opacity: 0;
  -webkit-transform-origin: center center !important;
          transform-origin: center center !important;
  position: relative;
  width: 100%;
}
.hmpt-earth img {
  width: 100%;
  display: block;
}

.hmpt-earth-title {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  opacity: 0;
}

.hmpt-link-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.3rem 37.5%;
  position: relative;
  z-index: 15;
}

.hmpt-link-item {
  width: 100%;
  position: relative;
  transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  opacity: 0;
}
.hmpt-link-item .item-box {
  width: 100%;
  height: 10rem;
  display: block;
  border: solid 1px #7ED7FE;
  background: #0083C7;
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  padding: 2.25rem 1.75rem 0 0.5rem;
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  grid-gap: 0 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hmpt-link-item .item-icon .imgs {
  width: 100%;
  position: relative;
}
.hmpt-link-item .item-icon img {
  width: 100%;
  display: block;
}
.hmpt-link-item .item-body {
  position: relative;
}
.hmpt-link-item .item-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.hmpt-link-item .item-desc {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.hmpt-link-item .item-zhe {
  opacity: 0;
  height: 5.5rem;
  pointer-events: none;
  position: absolute;
  right: -0.75rem;
  left: -3rem;
  bottom: 0;
  z-index: 5;
  background: -webkit-linear-gradient(top, rgba(0, 114, 179, 0) 0%, #0072B3 46.36%);
  background: linear-gradient(180deg, rgba(0, 114, 179, 0) 0%, #0072B3 46.36%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hmpt-link-item .item-handle {
  margin: 0.7rem 0 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  z-index: 10;
}
.hmpt-link-item .btn-learn {
  color: inherit;
}
.hmpt-link-item .btn-learn > * {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.hmst-case-box {
  margin: 3.25rem 0 0;
  position: relative;
  background: url("/img/common/home-bg3.webp") no-repeat center bottom;
  background-size: 100% auto;
  padding: 5rem 0 13.85rem;
  overflow: hidden;
  z-index: 10;
}

.hmst-case-inner {
  max-width: 37.5vw;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.hmst-case-inner .s-heading-h2 {
  margin-bottom: 1rem;
}
.hmst-case-inner .s-text {
  min-height: 2.8rem;
}
.hmst-case-inner .s-handle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 1.5rem 0 0;
}
.hmst-case-inner .innosc-btn {
  width: 11.2rem;
}

.hmcase-bgline-grid {
  width: min(25.6vw, 492px);
  height: min(19.2vw, 369px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.hmcase-bgline-grid .item-null {
  width: min(3.125vw, 60px);
  height: min(3.125vw, 60px);
  display: block;
  border-radius: 50%;
  background: #4EBEEF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmcase-bgline-grid .item {
  margin: -1px -1px 0 0;
  position: relative;
  border: solid 1px #4EBEEF;
}

.hmcase-logo-list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  position: absolute;
  left: 0;
  top: 0;
}
.hmcase-logo-list .item-logo {
  width: min(3.125vw, 60px);
  height: min(3.125vw, 60px);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
.hmcase-logo-list .item-logo img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.hmcase-logo-list .item-pop-box {
  width: min(19.2vw, 369px);
  height: min(19.2vw, 369px);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.hmcase-logo-list .item-pop-inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border: solid 1px #4EBEEF;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transform: scale(0.33);
  -webkit-transform: scale(0.33);
  -webkit-transform-origin: center center !important;
          transform-origin: center center !important;
}
.hmcase-logo-list .item-pop-imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hmcase-logo-list .item-pop-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.hmcase-logo-list .item-pop-body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 0 1.5rem 2rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: #fff;
}
.hmcase-logo-list .item-pop-logo {
  position: relative;
  margin-bottom: min(2vw, 2rem);
}
.hmcase-logo-list .item-pop-logo img {
  max-width: 100%;
  height: min(3.65vw, 3.5rem);
  display: block;
  object-fit: contain;
  object-position: left center;
  position: relative;
}
.hmcase-logo-list .item-pop-title {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: bold;
}
.hmcase-logo-list .item-pop-handle {
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
}
.hmcase-logo-list .innosc-btn-learn {
  color: inherit;
}
.hmcase-logo-list .item {
  position: relative;
}
.hmcase-logo-list .item:hover .item-pop-box {
  opacity: 1;
  pointer-events: auto;
}
.hmcase-logo-list .item:hover .item-pop-inner {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

.hmcase-left-box {
  position: absolute;
  left: 0;
  top: 6px;
}
.hmcase-left-box .hmcase-bgline-grid .item:nth-child(1) {
  grid-row: 1/2; /* 位于第 1 行 */
  grid-column: 2/3; /* 位于第 2 列 */
}
.hmcase-left-box .hmcase-bgline-grid .item:nth-child(2) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 1/2; /* 位于第 1 列 */
}
.hmcase-left-box .hmcase-bgline-grid .item:nth-child(3) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 2/3; /* 位于第 2 列 */
}
.hmcase-left-box .hmcase-bgline-grid .item:nth-child(4) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 4/5; /* 位于第 4 列 */
}
.hmcase-left-box .hmcase-bgline-grid .item:nth-child(5) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 3/4;
}
.hmcase-left-box .hmcase-bgline-grid .item:nth-child(6) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 4/5;
}
.hmcase-left-box .hmcase-logo-list .item:nth-child(1) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 2/3; /* 位于第 2 列 */
}
.hmcase-left-box .hmcase-logo-list .item:nth-child(2) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 4/5; /* 位于第 4 列 */
}
.hmcase-left-box .hmcase-logo-list .item:nth-child(3) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 3/4;
}

.hmcase-right-box {
  position: absolute;
  right: 0;
  top: 6px;
}
.hmcase-right-box .hmcase-bgline-grid .item:nth-child(1) {
  grid-row: 1/2; /* 位于第 1 行 */
  grid-column: 3/4; /* 位于第 3 列 */
}
.hmcase-right-box .hmcase-bgline-grid .item:nth-child(2) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 1/2; /* 位于第 1 列 */
}
.hmcase-right-box .hmcase-bgline-grid .item:nth-child(3) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 3/4; /* 位于第 3 列 */
}
.hmcase-right-box .hmcase-bgline-grid .item:nth-child(4) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 4/5; /* 位于第 4 列 */
}
.hmcase-right-box .hmcase-bgline-grid .item:nth-child(5) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 2/3;
}
.hmcase-right-box .hmcase-bgline-grid .item:nth-child(6) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 4/5;
}
.hmcase-right-box .hmcase-logo-list .item:nth-child(1) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 1/2; /* 位于第 1 列 */
}
.hmcase-right-box .hmcase-logo-list .item:nth-child(2) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 3/4; /* 位于第 3 列 */
}
.hmcase-right-box .hmcase-logo-list .item:nth-child(3) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 2/3;
}

.hmcase-applogo-box {
  margin: 1.26rem 0 0;
  position: relative;
}

.hmcase-applogo-grid {
  width: 100vw;
  height: 60vw;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.hmcase-applogo-grid .item-null {
  width: 0.74rem;
  height: 0.74rem;
  display: block;
  border-radius: 50%;
  background: #4EBEEF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmcase-applogo-grid .item {
  margin: -1px -1px 0 0;
  position: relative;
  border: solid 1px #4EBEEF;
}
.hmcase-applogo-grid .item:nth-child(1) .border-point .point-top::before, .hmcase-applogo-grid .item:nth-child(1) .border-point .point-bot::before {
  display: none;
}
.hmcase-applogo-grid .item:nth-child(2) {
  grid-row: 1/2; /* 位于第 1 行 */
  grid-column: 3/4; /* 位于第 3 列 */
}
.hmcase-applogo-grid .item:nth-child(3) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 1/2; /* 位于第 1 列 */
}
.hmcase-applogo-grid .item:nth-child(3) .border-point .point-top::before, .hmcase-applogo-grid .item:nth-child(3) .border-point .point-bot::before {
  display: none;
}
.hmcase-applogo-grid .item:nth-child(4) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 2/3; /* 位于第 2 列 */
}
.hmcase-applogo-grid .item:nth-child(5) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 3/4; /* 位于第 3 列 */
}
.hmcase-applogo-grid .item:nth-child(6) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 5/6; /* 位于第 5 列 */
}
.hmcase-applogo-grid .item:nth-child(6) .border-point .point-top::after, .hmcase-applogo-grid .item:nth-child(6) .border-point .point-bot::after {
  display: none;
}
.hmcase-applogo-grid .item:nth-child(7) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 1/2; /* 位于第 1 列 */
}
.hmcase-applogo-grid .item:nth-child(7) .border-point .point-top::before, .hmcase-applogo-grid .item:nth-child(7) .border-point .point-bot::before {
  display: none;
}
.hmcase-applogo-grid .item:nth-child(8) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 4/5; /* 位于第 4 列 */
}
.hmcase-applogo-grid .item:nth-child(9) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 5/6; /* 位于第 5 列 */
}
.hmcase-applogo-grid .item:nth-child(9) .border-point .point-top::after, .hmcase-applogo-grid .item:nth-child(9) .border-point .point-bot::after {
  display: none;
}

.hmcase-applogo-list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.hmcase-applogo-list .item-logo {
  width: 0.74rem;
  height: 0.74rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmcase-applogo-list .item-logo img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.hmcase-applogo-list .item {
  position: relative;
}
.hmcase-applogo-list .item:nth-child(1) {
  grid-row: 1/2; /* 位于第 1 行 */
  grid-column: 3/4; /* 位于第 3 列 */
}
.hmcase-applogo-list .item:nth-child(2) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 1/2; /* 位于第 1 列 */
}
.hmcase-applogo-list .item:nth-child(3) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 2/3; /* 位于第 2 列 */
}
.hmcase-applogo-list .item:nth-child(4) {
  grid-row: 2/3; /* 位于第 2 行 */
  grid-column: 5/6; /* 位于第 5 列 */
}
.hmcase-applogo-list .item:nth-child(5) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 1/2; /* 位于第 1 列 */
}
.hmcase-applogo-list .item:nth-child(6) {
  grid-row: 3/4; /* 位于第 3 行 */
  grid-column: 4/5; /* 位于第 4 列 */
}

.dot-button-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 20;
  top: -webkit-calc(18.737% + 10rem);
  top: calc(18.737% + 10rem);
}

@media (min-width: 992px) {
  .home-mainbox {
    background: url("/img/common/home-bg1-3.webp") no-repeat center top;
    background-size: 100% auto;
  }
  .hmst-fastlink-box {
    background: -webkit-linear-gradient(top, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
    background: linear-gradient(180deg, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
  }
  .hmpt-earth-box .hmpt-earth-title {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  }
  .hmpt-link-item:hover .item-box {
    padding-top: 1.5rem;
    background: #0072B3;
  }
  .hmpt-link-item:hover .item-zhe {
    opacity: 1;
  }
  .hmpt-link-item:hover .item-handle {
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  .hmst-fastlink-box .rocket-content__inner {
    padding-left: 7.9rem;
  }
  .hmfast-thumb-box {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .hmst-banner-swiper .slide-title {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    line-height: 1.214em;
  }
}
@media (max-width: 991.98px) {
  .dot-button-wrap {
    top: 7.38rem;
  }
  .hmst-banner-box {
    height: -webkit-calc(100dvh - 1.2rem);
    height: calc(100dvh - 1.2rem);
  }
  .hmst-banner-swiper .slide-body {
    height: 100%;
    top: 0;
    padding: 1.28rem 0 0;
  }
  .hmst-banner-swiper .rocket-content__inner {
    height: 100%;
  }
  .hmst-banner-swiper .slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .hmst-banner-swiper .slide-desc {
    font-size: 0.32rem;
    line-height: 0.56rem;
    margin: 0.3rem 0 0;
  }
  .hmst-banner-swiper .slide-bot {
    margin: 0.9rem 0 0;
    display: block;
    height: auto;
  }
  .hmst-banner-swiper .innosc-btn {
    width: 2.4rem;
    font-size: 0.32rem;
  }
  .hmst-banner-swiper .slide-logo {
    width: 5rem;
    max-width: none;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 1.34rem;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .hmst-banner-swiper .slide-logo img {
    object-position: center center;
  }
  .hmst-banner-swiper .swiper-slide-active .slide-inner {
    opacity: 1;
    transition: all 0.4s 0.2s ease;
    -webkit-transition: all 0.4s 0.2s ease;
  }
  .hmst-banner-swiper .swiper-slide-active.first-load .slide-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .hmst-banner-paging {
    bottom: 0.6rem;
    grid-gap: 0 0.3rem;
  }
  .hmst-banner-paging .bullet {
    width: 8px;
    height: 8px;
  }
  .home-mainbox {
    background-image: url("/img/common/home-bg1-3_m.webp");
  }
  .hmst-data-box {
    padding: 0.73rem 0 0.5rem;
  }
  .hmdata-header {
    padding: 0.87rem 0;
    margin-bottom: 0.52rem;
  }
  .hmdata-header-mask {
    width: 2.12rem;
  }
  .hmdata-header-mask .markimg {
    transform: translateY(-3rem);
    -webkit-transform: translateY(-3rem);
  }
  .hmdata-grid-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.55rem 0;
  }
  .hmdata-item::after {
    border-radius: 0.25rem;
  }
  .hmdata-item .item-box {
    height: 4.44rem;
    border-radius: 0.25rem;
    padding: 0.54rem 0.55rem 0.55rem;
  }
  .hmdata-item .item-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.25rem;
  }
  .hmdata-item .item-data {
    font-size: 1.4rem;
  }
  .hmdata-item .item-text {
    max-width: none;
    margin: 0.25rem auto 0;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .hmst-fastlink-box {
    padding: 0.5rem 0;
  }
  .hmfast-thumb-box {
    width: 100%;
    height: 0.7rem;
    position: relative;
    left: 0;
    top: unset;
    transform: none;
    -webkit-transform: none;
    padding: 0;
    margin-bottom: 0.6rem;
  }
  .hmfast-thumb-bar {
    width: 100%;
    height: 2px;
    background: rgba(178, 227, 248, 0.6);
    position: absolute;
    left: 0;
    top: unset;
    bottom: 0;
    z-index: 1;
  }
  .hmfast-thumb-line {
    width: 33.33%;
    height: 100%;
  }
  .hmfast-thumb-swip {
    padding: 0;
  }
  .hmfast-thumb-swip .swiper-wrapper {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .hmfast-thumb-swip .swiper-slide {
    width: auto;
    -webkit-flex: 1;
            flex: 1;
    height: 100%;
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    text-align: center;
  }
  .hmfast-thumb-swip .swiper-slide.is-active {
    height: auto;
  }
  .hmfast-thumb-swip .swiper-slide.is-active .slide-title {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .hmfast-thumb-swip .swiper-slide.is-active .slide-text {
    opacity: 1;
  }
  .hmfast-thumb-swip .slide-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .hmfast-thumb-swip .slide-text {
    display: none !important;
  }
  .hmfast-bigview-box {
    padding: 0;
    z-index: 10;
  }
  .hmfast-bigview-swiper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .hmfast-bigview-swiper::after {
    display: none;
  }
  .hmfast-bigview-swiper .slide-body {
    padding: 1rem 0.5rem;
  }
  .hmfast-bigview-swiper .slide-title {
    font-size: 0.36rem;
    line-height: 1em;
    margin-bottom: 0.3rem;
  }
  .hmfast-bigview-swiper .slide-text {
    max-width: none;
  }
  .hmfast-bigview-swiper .slide-handle {
    margin: 1rem 0 0;
  }
  .hmfast-bigview-swiper .innosc-btn {
    width: 3.14rem;
    height: 0.84rem;
    border-radius: 0.42rem;
  }
  .hmst-ptlink-box {
    padding: 0.6rem 0 0.8rem;
    position: relative;
  }
  .hmpt-bgmedia-wp::before {
    content: "";
    width: 100%;
    height: 58.3vw;
    display: block;
    background: -webkit-linear-gradient(top, #00A2E9 36.4%, rgba(0, 162, 233, 0) 100%);
    background: linear-gradient(180deg, #00A2E9 36.4%, rgba(0, 162, 233, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    pointer-events: none;
  }
  .hmpt-bgmedia-wp::after {
    content: "";
    width: 100%;
    height: 55.2vw;
    display: block;
    background: -webkit-linear-gradient(bottom, #00A2E9 36.4%, rgba(0, 162, 233, 0) 100%);
    background: linear-gradient(0deg, #00A2E9 36.4%, rgba(0, 162, 233, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    transform: translateY(60vw);
    -webkit-transform: translateY(60vw);
  }
  .hmpt-media-appbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .hmpt-media-appbg::before {
    content: "";
    display: block;
    width: 100%;
    height: 152.4vw;
    position: absolute;
    left: 0;
    top: 1.72rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url("/img/common/home-bg2-1_m.webp") no-repeat center center;
    background-size: 100% auto;
    pointer-events: none;
  }
  .hmpt-media-appbg::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60vw;
    bottom: -51vw;
    background: url("/img/common/home-bg2-5_m.webp") no-repeat center top;
    background-size: cover;
    pointer-events: none;
  }
  .hmpt-sticky-box {
    padding: 0;
    z-index: 5;
    position: relative;
    top: 0;
  }
  .hmst-ptlink-body {
    position: relative;
    z-index: 5;
  }
  .hmst-ptlink-body .rocket-content__inner {
    padding-top: 2.4rem;
  }
  .hmpt-earth-box {
    width: 3.44rem;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .hmpt-earth-title {
    font-size: 0.44rem !important;
  }
  .hmpt-link-grid {
    position: relative;
    z-index: 5;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem 0;
  }
  .hmpt-link-item .item-box {
    height: 3.1rem;
    border-radius: 0.25rem;
    padding: 0.54rem 0.5rem 0.54rem 0.18rem;
    grid-template-columns: 1.45rem 1fr;
    grid-gap: 0 0.12rem;
  }
  .hmpt-link-item .item-icon {
    margin: -0.12rem 0 0;
  }
  .hmpt-link-item .item-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
  }
  .hmpt-link-item .item-title::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.36rem;
    margin: 0 0 0 0.28rem;
    -webkit-mask: url("/img/common/right.svg") no-repeat center/contain;
    mask: url("/img/common/right.svg") no-repeat center/contain;
    background: currentColor;
  }
  .hmpt-link-item .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .hmst-case-box {
    margin: 0;
    background: url("/img/common/home-bg4_m.webp") no-repeat center bottom;
    background-size: 100% auto;
    padding: 0.8rem 0 1.15rem;
  }
  .hmst-case-inner {
    max-width: none;
  }
  .hmst-case-inner .s-heading-h2 {
    line-height: 1em;
    margin-bottom: 0.3rem;
  }
  .hmst-case-inner .s-text {
    min-height: 0;
  }
  .hmst-case-inner .s-handle {
    margin: 0.4rem 0 0;
  }
  .hmst-case-inner .innosc-btn {
    width: 3rem;
  }
}