.main-content {
  width: 100%;
  padding-top: 0.9rem;
  box-sizing: border-box;
}
.main-content .section-1 {
  position: relative;
  width: 100%;
  height: 5.9rem;
}
.main-content .section-1 .section-1-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main-content .section-1 .consult-us-now {
  position: absolute;
  top: 4.41rem;
  left: 2.24rem;
  width: 2.299rem;
  height: 0.6897rem;
  z-index: 1;
  cursor: pointer;
}
.main-content .section-2 {
  position: relative;
  width: 100%;
  height: 9.81rem;
  background-color: #eff2f8;
  background-image: url("/static/imgs/productdetail/product_detail_section_2_bg.png");
  background-position: 0 4.125rem;
  background-repeat: no-repeat;
  background-size: 100% 3.8rem;
}
.main-content .section-2 .section-2-title {
  position: absolute;
  top: 0.73rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.5rem;
  height: 1.645rem;
}
.main-content .section-2 .section-2-list {
  position: absolute;
  top: 3.58rem;
  left: 0;
  width: 100%;
  min-height: 4.9rem;
  box-sizing: border-box;
  padding: 0 1.21rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-content .section-2 .section-2-list.top-320 {
  top: 3.2rem;
}
.main-content .section-2 .section-2-list.top-313 {
  top: 3.13rem;
}
.main-content .section-2 .section-2-list.top-338 {
  top: 3.38rem;
}
.main-content .section-2 .section-2-list .section-2-item {
  height: auto;
}
.main-content .section-2 .section-2-list .section-2-item.size-2 {
  width: 7.99rem;
}
.main-content .section-2 .section-2-list .section-2-item.size-3 {
  width: 5.3266rem;
}
.main-content .section-2 .section-2-list .section-2-item.h-539 {
  height: 5.3987rem;
}
.main-content .section-2 .section-2-list .section-2-item.size-4 {
  width: 3.895rem;
}
.main-content .section-2 .section-2-list .section-2-item.h-567 {
  height: 5.677rem;
}
.main-content .section-2 .section-2-list .section-2-item.size-5 {
  width: 3.1rem;
}
.main-content .section-2 .section-2-list .section-2-item.h-538 {
  height: 5.382rem;
}
.main-content .section-3 {
  position: relative;
  width: 100%;
  height: 10.03rem;
  box-sizing: border-box;
  padding-top: 0.73rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/static/imgs/productdetail/product_detail_section_3_bg.png");
}
.main-content .section-3 .section-3-title {
  width: 13.09rem;
  height: 1.515rem;
}
.main-content .section-3 .section-3-content {
  margin-top: 0.8rem;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main-content .section-3 .section-3-content .list-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content .section-3 .section-3-content .list-container .list-item {
  position: relative;
  display: block;
  height: 0.8rem;
  margin-right: 0.6rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.4rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #4d4d4d;
  line-height: 0.8rem;
  text-align: center;
  background: radial-gradient(83% 83% at 0% 5%, rgba(10, 210, 255, 0.09) 0%, rgba(10, 97, 245, 0.09) 100%);
}
.main-content .section-3 .section-3-content .list-container .list-item:hover, .main-content .section-3 .section-3-content .list-container .list-item.selected {
  font-weight: bold;
  color: #ffffff;
  background: radial-gradient(83% 83% at 0% 5%, #0ad2ff 0%, #0a61f5 100%);
}
.main-content .section-3 .section-3-content .list-container .list-item.size-4 {
  width: 3.1rem;
}
.main-content .section-3 .section-3-content .list-container .list-item.size-2 {
  width: 4.5rem;
}
.main-content .section-3 .section-3-content .list-container .list-item.size-3 {
  width: 4.2rem;
}
.main-content .section-3 .section-3-content .list-container .list-item.size-5 {
  width: 2.1rem;
}
.main-content .section-3 .section-3-content .list-container .list-item:last-of-type {
  margin: 0;
}
.main-content .section-3 .section-3-content .detail-content {
  margin-top: 0.83rem;
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  padding-left: 2.27rem;
  padding-right: 1.6rem;
  display: flex;
  justify-content: space-between;
}
.main-content .section-3 .section-3-content .detail-content .left {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main-content .section-3 .section-3-content .detail-content .left .title {
  width: 4.8rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #4d4d4d;
  line-height: 0.6rem;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .section-3 .section-3-content .detail-content .left .text {
  width: 4.51rem;
  margin-top: 0.33rem;
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.45rem;
  text-align: left;
  overflow: hidden;
}
.main-content .section-3 .section-3-content .detail-content .left .text.lh-38 {
  line-height: 0.38rem;
}
.main-content .section-3 .section-3-content .detail-content .right {
  width: 9.82rem;
  height: 5.35rem;
}
.main-content .section-4 {
  background: #eff2f8;
  box-sizing: border-box;
  padding-top: 0.73rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.main-content .section-4 .section-4-title {
  display: block;
  margin: 0 auto;
  width: 9.61rem;
  height: 1.645rem;
}
.main-content .section-4 .case-container {
  width: 100%;
  height: 6rem;
  box-sizing: border-box;
  padding: 0 0.8rem;
  margin-top: 0.7rem;
  margin-bottom: 1.682rem;
}
.main-content .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;
}
.main-content .section-4 .case-container .case-swiper-container .case-swiper-button-prev,
.main-content .section-4 .case-container .case-swiper-container .case-swiper-button-next {
  height: 0.8rem;
  display: flex;
  align-items: center;
  width: 0.6051rem;
  cursor: pointer;
}
.main-content .section-4 .case-container .case-swiper-container .case-swiper-button-prev img,
.main-content .section-4 .case-container .case-swiper-container .case-swiper-button-next img {
  display: block;
  width: 0.6051rem;
  height: 0.5rem;
}
.main-content .section-4 .case-container .case-swiper-container .case-swiper-button-prev {
  position: relative;
  z-index: 2;
  padding-left: 0.2rem;
  margin-left: -0.2rem;
}
.main-content .section-4 .case-container .case-swiper-container .case-swiper-button-next {
  position: relative;
  z-index: 2;
  padding-right: 0.2rem;
  margin-right: -0.2rem;
}
.main-content .section-4 .case-container .case-swiper-container .case-swiper {
  width: 14.93rem;
  height: 100%;
}
.main-content .section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main-content .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;
}
.main-content .section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.main-content .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;
}
.main-content .section-4 .case-container .case-swiper-container .case-swiper .swiper-wrapper .swiper-slide .case-content .hospital-logo {
  display: block;
  width: 4rem;
  height: 0.9rem;
}
.main-content .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;
}
.main-content .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;
}
.main-content .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;
}
.main-content .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");
}
.main-content .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);
}
.main-content .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);
}
/*# sourceMappingURL=productdetail.css.map */
