@charset "UTF-8";
.consult-us-now {
  position: fixed;
  right: 0.31rem;
  bottom: 0.37rem;
  width: 2.4998rem;
  height: 0.84rem;
  cursor: pointer;
  z-index: 2;
}
.consult-us-now img {
  display: block;
  width: 100%;
  height: 100%;
}

.main-content {
  width: 100%;
  min-height: 100vh;
}

.vertical-full-screen-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.screen-section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.screen-section .screen-content {
  width: 100%;
  max-width: 12rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}

.section-1 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-3 {
  background: blue;
}

/* 垂直滚动Banner样式 */
.vertical-banner-container {
  position: relative;
  scroll-behavior: smooth;
}

.vertical-banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.vertical-banner-section .screen-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.section-1 {
  position: relative;
}
.section-1 .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1.2rem);
  white-space: nowrap;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.14rem;
  letter-spacing: 0.15rem;
  z-index: 2;
}
.section-1 .sub-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0.23rem);
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.59rem;
  z-index: 2;
}
.section-1 .section-1-media-container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-1 .section-1-media-container .section-1-media-video {
  width: 100%;
  height: 100%;
  background-color: #000;
  -o-object-fit: fill;
     object-fit: fill;
}
.section-1 .section-1-media-container .plyr {
  width: 100%;
  height: 100%;
}
.section-1 .section-1-media-container .plyr__video-wrapper {
  width: 100%;
  height: 100%;
}
.section-1 .section-1-media-container .plyr__video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.section-2 {
  background-image: url("/static/imgs/index_main_section_bg_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 0.93rem;
}
.section-2.section-is-show .index-main-section-title {
  animation: fadeInUp;
  animation-duration: 0.8s;
  visibility: visible;
}
.section-2.section-is-show .business-scale-count {
  animation: fadeInUp;
  animation-duration: 1s;
  visibility: visible;
}
.section-2 .screen-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -3.305rem);
}
.section-2 .index-main-section-title {
  display: block;
  visibility: hidden;
  margin: 0 auto;
  width: 9.5rem;
  height: 1.645rem;
}
.section-2 .business-scale-count {
  width: 100%;
  margin-top: 1.74rem;
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
  box-sizing: border-box;
  visibility: hidden;
}
.section-2 .business-scale-count .business-scale-count-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-2 .business-scale-count .business-scale-count-item .num-content {
  font-size: 0.66rem;
  color: #ffffff;
  line-height: 0.75rem;
  font-weight: normal;
}
.section-2 .business-scale-count .business-scale-count-item .num-content .num {
  display: inline;
  font-size: 0.66rem;
  color: #ffffff;
  line-height: 0.75rem;
}
.section-2 .business-scale-count .business-scale-count-item .num-content .plus-sign {
  color: #ffffff;
  line-height: 0.75rem;
  font-size: 0.495rem;
  margin-left: -0.08rem;
}
.section-2 .business-scale-count .business-scale-count-item .line {
  margin: 0.16rem 0;
  width: 0.4rem;
  height: 0.03rem;
  border-radius: 0.015rem;
  background: #00ede8;
}
.section-2 .business-scale-count .business-scale-count-item .label {
  font-weight: 500;
  font-size: 0.22rem;
  color: #ffffff;
  line-height: 0.33rem;
}

.section-3 {
  background-image: url("/static/imgs/index_main_section_bg_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 0.7rem;
}
.section-3.section-is-show .index-main-section-title {
  animation: slideInDown;
  animation-duration: 0.8s;
  visibility: visible;
}
.section-3.section-is-show .our-solution-list-container {
  visibility: visible;
}
.section-3.section-is-show .our-solution-list-container .our-solution-list {
  animation: fadeInUp;
}
.section-3.section-is-show .our-solution-list-container .our-solution-list.solution-list-1 {
  animation-duration: 0.6s;
}
.section-3.section-is-show .our-solution-list-container .our-solution-list.solution-list-2 {
  animation-duration: 0.8s;
}
.section-3.section-is-show .our-solution-list-container .our-solution-list.solution-list-3 {
  animation-duration: 1s;
}
.section-3 .screen-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -3.97rem);
}
.section-3 .index-main-section-title {
  display: block;
  visibility: hidden;
  margin: 0 auto;
  width: 9.5rem;
  height: 1.645rem;
}
.section-3 .our-solution-list-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.64rem;
  visibility: hidden;
}
.section-3 .our-solution-list-container .our-solution-list {
  width: 5rem;
  height: 6.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 1.82rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.section-3 .our-solution-list-container .our-solution-list a {
  display: block;
  width: 100%;
  height: 1.05rem;
  text-decoration: none;
}
.section-3 .our-solution-list-container .our-solution-list .solution-item {
  width: 100%;
  height: 1.05rem;
  box-sizing: border-box;
  padding-left: 0.58rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
}
.section-3 .our-solution-list-container .our-solution-list .solution-item:hover {
  background-color: #6ca6fd;
}
.section-3 .our-solution-list-container .our-solution-list .solution-item:hover .solution-title {
  color: #ffffff;
}
.section-3 .our-solution-list-container .our-solution-list .solution-item:hover .solution-sub-title {
  color: #ffffff;
}
.section-3 .our-solution-list-container .our-solution-list .solution-item .solution-title {
  font-weight: 500;
  font-size: 0.3rem;
  color: #666666;
  line-height: 0.45rem;
}
.section-3 .our-solution-list-container .our-solution-list .solution-item .solution-sub-title {
  margin-top: 0.04rem;
  font-weight: 500;
  font-size: 0.22rem;
  color: #a6a6a6;
  line-height: 0.33rem;
}
.section-3 .our-solution-list-container .our-solution-list.solution-list-1 {
  background-image: url("/static/imgs/index_main_solution_1_bg.png");
}
.section-3 .our-solution-list-container .our-solution-list.solution-list-2 {
  background-image: url("/static/imgs/index_main_solution_2_bg.png");
}
.section-3 .our-solution-list-container .our-solution-list.solution-list-3 {
  background-image: url("/static/imgs/index_main_solution_3_bg.png");
}

.section-4 {
  background: #eff2f8;
  box-sizing: border-box;
  padding-top: 0.73rem;
}
.section-4.section-is-show .index-main-section-title {
  animation: bounceIn;
  animation-duration: 0.8s;
  visibility: visible;
}
.section-4.section-is-show .case-container {
  animation: fadeInUp;
  animation-duration: 1s;
  visibility: visible;
}
.section-4 .screen-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -4rem);
}
.section-4 .index-main-section-title {
  display: block;
  visibility: hidden;
  margin: 0 auto;
  width: 9.5rem;
  height: 1.645rem;
}
.section-4 .case-container {
  width: 100%;
  height: 6rem;
  box-sizing: border-box;
  margin-top: 0.7rem;
  visibility: hidden;
}
.section-4 .case-container .case-swiper-container {
  position: relative;
  width: 17.2rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.section-4 .case-container .case-swiper-container .case-swiper-button-prev,
.section-4 .case-container .case-swiper-container .case-swiper-button-next {
  height: 0.8rem;
  display: flex;
  align-items: center;
  width: 0.6051rem;
  cursor: pointer;
}
.section-4 .case-container .case-swiper-container .case-swiper-button-prev img,
.section-4 .case-container .case-swiper-container .case-swiper-button-next img {
  display: block;
  width: 0.6051rem;
  height: 0.5rem;
}
.section-4 .case-container .case-swiper-container .case-swiper-button-prev {
  position: relative;
  z-index: 2;
  padding-left: 0.2rem;
  margin-left: -0.2rem;
}
.section-4 .case-container .case-swiper-container .case-swiper-button-next {
  position: relative;
  z-index: 2;
  padding-right: 0.2rem;
  margin-right: -0.2rem;
}
.section-4 .case-container .case-swiper-container .case-swiper {
  width: 14.93rem;
  height: 100%;
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #feffff 0%, rgba(255, 255, 255, 0) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide .case-content {
  width: 7.2rem;
  height: 100%;
  padding-top: 0.53rem;
  padding-left: 0.67rem;
  padding-bottom: 0.74rem;
  padding-right: 0.66rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide .case-content .hospital-logo {
  display: block;
  width: 4rem;
  height: 0.9rem;
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide .case-content .case-title {
  width: 100%;
  margin-top: 0.42rem;
  font-weight: bold;
  font-size: 0.36rem;
  color: #4d4d4d;
  line-height: 0.47rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide .case-content .case-summary {
  margin-top: 0.3rem;
  width: 100%;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.45rem;
  text-align: justify;
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide .case-content .case-learn-more {
  width: 1.3rem;
  height: 0.5rem;
  margin-top: 0.34rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/static/imgs/learn_more.png");
  cursor: pointer;
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide .case-content .case-learn-more:hover {
  background-image: url("/static/imgs/learn_more_hover.png");
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide .case-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6.4rem;
  height: 3.8rem;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.65);
}
.section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide::after {
  content: " ";
  position: absolute;
  right: 0.08rem;
  bottom: 0.5rem;
  width: 6.4rem;
  height: 0.6369rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/static/imgs/index_case_image_shadow.png");
  filter: blur(0.1rem);
}

.section-5 {
  background: linear-gradient(#61b6ff 0%, #eae3fe 100%);
  box-sizing: border-box;
  padding-top: 1.64rem;
}
.section-5.section-is-show .index-main-section-title {
  animation: zoomIn;
  animation-duration: 0.8s;
  visibility: visible;
}
.section-5.section-is-show .logo-wall-container {
  animation: fadeIn;
  animation-duration: 1s;
  visibility: visible;
}
.section-5 .screen-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -4rem);
}
.section-5 .index-main-section-title {
  display: block;
  visibility: hidden;
  margin: 0 auto;
  width: 9.5rem;
  height: 1.645rem;
}
.section-5 .logo-wall-container {
  visibility: hidden;
  width: 100%;
  height: 4.4rem;
  margin-top: 0.87rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.section-5 .logo-wall-container .infinite-scroll-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.section-5 .logo-wall-container .infinite-scroll-container.logo-wall-line-1 .infinite-scroll-content {
  animation: scroll-left 29s linear infinite;
}
.section-5 .logo-wall-container .infinite-scroll-container.logo-wall-line-2 .infinite-scroll-content {
  animation: scroll-left 28s linear infinite;
}
.section-5 .logo-wall-container .infinite-scroll-container.logo-wall-line-3 .infinite-scroll-content {
  animation: scroll-left 30s linear infinite;
}
.section-5 .logo-wall-container .infinite-scroll-container .infinite-scroll-content {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.section-5 .logo-wall-container .infinite-scroll-container .infinite-scroll-content:hover {
  animation-play-state: paused;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-5 .logo-wall-container .infinite-scroll-container .infinite-scroll-content .logo-item {
  display: block;
  margin-right: 0.15rem;
  width: 2.8rem;
  height: 1.3rem;
  flex-shrink: 0;
}
/*# sourceMappingURL=index.css.map */
