/*-----干细胞专题页面 pc端----- -----*/

/* 顶部图片  -----*/
.banner {
  /*-----background: url("/uploads/allimg/2023/06/22/gxb_bg.jpg.png") no-repeat center; -----*/
  background: url("../images/gxb_bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.banner .banner-text {
  padding-top: 60px;
}

.banner .banner-text .title {
  font-size: 52px;
  color: #ffffff;
  display: grid;
}

.banner .banner-text .title .first {
  display: block;
  width: 104px;
  height: 4px;
  border-bottom: 4px solid #ffffff;
}

.banner .banner-text .second {
  font-size: 35px;
}

/*最外层样式 公共样式 -----*/
.stem-cell-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}

.pc-style {
  display: block;
}

.mobile-style {
  display: none;
}

.stem-cell-content .title-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stem-cell-content .title-text .text-style {
  display: inline-block;
  font-size: 36px;
  color: #2a78ba;
  font-weight: bold;
  position: relative;
}

.stem-cell-content .title-text .text-style::after {
  display: inline-block;
  content: "";
  width: 80px;
  height: 4px;
  background: #1e2d4f;
  /*-----background: #2A78BA; -----*/
  position: absolute;
  bottom: 0;
  left: calc((100% - 80px) / 2);
}

.stem-cell-content .video-introduction-box,
.stem-cell-data,
.stem-cell-type,
.stem-cell-effect,
.stem-cell-scope,
.stem-cell-case,
.stem-cell-technology,
.stem-cell-process,
.stem-cell-advantage,
.stem-cell-team,
.stem-cell-certification {
}

/*视频介绍 -----*/
.stem-cell-content .video-introduction-box {
  /*-----width: 73%; -----*/
  width: 1400px;
  height: 800px;
  position: relative;
}

.stem-cell-content .title-text {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.video-introduction-box .bg-box {
  width: 480px;
  height: 440px;
  background-color: #d3d5db;
  border-radius: 8px;
  position: absolute;
  top: 180px;
  left: 0px;
  z-index: 1;
}

.video-introduction-box .describe-box {
  width: 960px;
  height: 530px;
  /*-----background-color: #C8F6FF; -----*/
  /*-----background: #2a78ba; -----*/
  background: #608ebd;
  border-radius: 8px;
  position: absolute;
  top: 138px;
  left: 440px;
  z-index: 2;
  padding-left: 252px;
  box-sizing: border-box;
}

.describe-box .description-text {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  /*-----color: #333333; -----*/
  color: #fff;
}

.video-introduction-box .video-box {
  width: 652px;
  height: 490px;
  /*-----background: #d3dbd4; -----*/
  border-radius: 8px;
  position: absolute;
  top: 90px;
  left: 40px;
  z-index: 3;
}

.video-box iframe {
  border-radius: 8px;
}

/*干细胞国际权威数据 -----*/
.stem-cell-content .stem-cell-data {
  width: 100%;
  background-image: url("../images/stem-cell-headbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stem-cell-data .title-text {
  margin-bottom: 80px;
}

.stem-cell-data .title-text .text-style {
  color: #fff;
}

.stem-cell-data .title-text .text-style::after {
  background: #fff;
}

.stem-cell-data .stem-cell-data-view {
  /*-----width: 73%; -----*/
  width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stem-cell-data-view .left-data-view,
.stem-cell-data-view .right-data-view {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left-data-view .data-list,
.right-data-view .data-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}

.data-list .data-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.data-item .num-text {
  font-size: 48px;
  color: #34f8ff;
  font-weight: bold;
}

.data-item .data-text {
  font-size: 18px;
  color: #fff;
}

.left-data-view .year-text,
.right-data-view .year-text,
.left-data-view .describe-text,
.right-data-view .describe-text {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.center-line {
  width: 4px;
  height: 64px;
  background: #fff;
  margin: 0 10px;
}

/*干细胞的类型 -----*/
.stem-cell-content .stem-cell-type {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stem-cell-type .type-box {
  /*-----width: 73%; -----*/
  width: 1400px;
  box-sizing: border-box;
}

.type-box .type-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0;
}

.type-list .type-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
  transition: all 1s;
}

.type-list .type-item:hover {
  cursor: pointer;
  transform: translate(0, -10px);
}

.type-list .type-item:nth-child(1) {
  background: url("../images/stem-cell-type1.png") no-repeat;
  background-size: cover;
}

.type-list .type-item:nth-child(2) {
  background: url("../images/stem-cell-type2.png") no-repeat;
  background-size: cover;
}

.type-list .type-item:nth-child(3) {
  background: url("../images/stem-cell-type3.png") no-repeat;
  background-size: cover;
}

.type-list .type-item:nth-child(4) {
  background: url("../images/stem-cell-type4.png") no-repeat;
  background-size: cover;
}

.type-list .type-item:nth-child(5) {
  background: url("../images/stem-cell-type5.png") no-repeat;
  background-size: cover;
}

.type-item .type-text {
  color: #ffffff;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/*干细胞的作用 -----*/
.stem-cell-content .stem-cell-effect {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stem-cell-effect .effect-box {
  width: 1400px;
  /*-----width: 73%; -----*/
  margin-top: 40px;
}

.effect-box .effect-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.effect-list .effect-item {
  /*-----width: 32%; -----*/
  width: 456px;
  height: 342px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 20px;
  transition: all 1s;
}

.effect-list .effect-item .text-box {
  width: 100%;
  padding: 32px 24px;
  box-sizing: border-box;
}

.effect-list .effect-item:hover .text-box {
  cursor: pointer;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1e2d4f 100%);
}

.effect-list .effect-item:hover {
  cursor: pointer;
  transform: translate(0, -10px);
}

.effect-item .effect-title {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

.effect-item .effect-text {
  font-size: 18px;
  color: #ffffff;
}

.effect-list .effect-item:nth-child(1) {
  background: url("../images/gxb_zy_1.png") no-repeat;
  background-size: cover;
}

.effect-list .effect-item:nth-child(2) {
  background: url("../images/gxb_zy_2.png") no-repeat;
  background-size: cover;
}

.effect-list .effect-item:nth-child(3) {
  background: url("../images/gxb_zy_3.png") no-repeat;
  background-size: cover;
}

.effect-list .effect-item:nth-child(4) {
  width: 692px;
  background: url("../images/gxb_zy_4.png") no-repeat;
  background-size: cover;
}

.effect-list .effect-item:nth-child(5) {
  width: 692px;
  background: url("../images/gxb_zy_5.png") no-repeat;
  background-size: cover;
}

/*干细胞适用范围 -----*/
.stem-cell-content .stem-cell-scope {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}

.stem-cell-scope .scope-box {
  width: 1400px;
  /*-----width: 73%; -----*/
  margin-top: 40px;
}

.scope-box .scope-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.scope-list .scope-item {
  width: 456px;
  height: 372px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  /*-----border: 2px solid #D3D5DB; -----*/
  border: 2px solid transparent;
  box-sizing: border-box;
  margin-bottom: 16px;
  border-radius: 8px 8px 8px 8px;
  background: #fff;
  transition: all 1s;
}

.scope-list .scope-item:hover {
  cursor: pointer;
  border-color: #2a78ba;
  transform: translate(0, -10px);
}

.scope-list .scope-item:nth-child(4),
.scope-list .scope-item:nth-child(5),
.scope-list .scope-item:nth-child(6),
.scope-list .scope-item:nth-child(7) {
  width: 338px;
  height: 398px;
}

.scope-item .scope-img {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
}

.scope-item .scope-title {
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.scope-item .scope-text {
  width: 100%;
  font-size: 18px;
  color: #2a78ba;
}

.scope-item .scope-description {
  width: 100%;
  font-size: 18px;
  color: #333;
}

/*干细胞治疗案例 -----*/
.stem-cell-content .stem-cell-case {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.storyBox {
  margin-bottom: 50px;
  overflow: hidden;
}

.storyBox .swiper-container {
  padding-top: 50px;
  padding-bottom: 20px;
}

.storyBox .swiper-wrapper {
  display: flex;
}

.storyBox .swiper-slide {
  width: 338px;
  height: 441px;
  background: #ffffff;
  border-radius: 16px;
  padding-bottom: 23px;
  box-shadow: 0 16px 5px -12px rgb(0 0 0 / 5%), 0 4px 15px 0 rgb(0 0 0 / 5%),
    0 8px 10px -5px rgb(0 0 0 / 5%);
  transition: all 1s;
}

.storyBox .swiper-slide img {
  border-radius: 16px 16px 0px 0px;
}

.storyBox .swiper-slide:hover {
  cursor: pointer;
  transform: translate(0, -20px);
  box-shadow: 0 16px 38px -12px rgb(0 0 0 / 26%), 0 4px 25px 0 rgb(0 0 0 / 12%),
    0 8px 10px -5px rgb(0 0 0 / 10%);
}

.storyBox .swiper-slide dt {
  padding-bottom: 15px;
}

.storyBox .swiper-slide dt span {
  background: #2a78ba;
  color: #ffffff;
  margin-right: 0;
  float: right;
  border-radius: 0 0 0 4px;
  font-family: "Prompt", sans-serif;
}

.storyBox .swiper-slide dd.first {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  font-family: "Prompt", sans-serif;
}

.storyBox .swiper-slide dd {
  padding: 0 24px;
}

.storyBox .swiper-slide span {
  margin-right: 10px;
  background: #e9f1f8;
  color: #2a78ba;
  font-size: 14px;
  padding: 3px 8px;
  width: 126px;
  text-align: center;
  font-family: "Prompt", sans-serif;
}

.storyBox .swiper-slide p {
  /*-----padding: 0 24px; -----*/
  padding: 20px 24px 0 24px;
  font-family: "Prompt", sans-serif;
}

.storyBox .swiper-slide .description-text {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.storyBox .swiper-pagination-story {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.storyBox .swiper-pagination-story span {
  margin: 0 5px;
}

.storyBox .swiper-pagination-bullet {
  display: block;
  width: 25px;
  background: #c4c4c4;
  height: 10px;
  border-radius: 30px;
}

.storyBox .swiper-pagination-bullet-active {
  display: block;
  background: #2a78ba;
  height: 10px;
  width: 25px;
}

/*干细胞治疗技术 -----*/
.stem-cell-content .stem-cell-technology {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stem-cell-technology .technology_cat {
  width: 100%;
  margin-top: 100px;
}

.stem-cell-technology .technology_cat .dis_cat_c {
  width: 100%;
  background: #3e4756;
  height: 400px;
}

.stem-cell-technology .dis_cat_c .technology_banner {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stem-cell-technology .technology_banner .swiper-container {
  /*overflow-x: hidden;*/
  /*overflow-y: visible;*/
  height: 480px;
}

.technology_banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: auto;
  display: flex;
}

.technology_banner .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}

.technology_banner .swiper-slide .swiper-slide-bg {
  height: 360px;
  width: 640px;
  border: 8px solid #2a78ba;
  box-sizing: border-box;
  border-radius: 16px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}

.technology_banner .swiper-slide .technology_image {
  height: 360px;
  width: 640px;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 2;
}

.swiper-slide-into {
  height: 360px;
  position: absolute;
  top: 80px;
  right: 0;
}

.technology_banner .technology_image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.technology_banner .swiper-slide-into {
  width: 40%;
  color: #fff;
}

.technology_banner .swiper-slide-into dt {
  font-size: 36px;
  font-family: "Prompt", sans-serif;
}

.technology_banner .swiper-slide-into dt a {
  color: #ffffff;
}

.technology_banner .swiper-slide-into dd {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.technology_banner .swiper-slide-into .swiper-more {
  float: right;
  margin-top: 50px;
  width: 118px;
  height: 32px;
  background: #ffffff;
  border-radius: 43px 43px 43px 43px;
  opacity: 1;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 32px;
}

.technology_banner .swiper-slide-into .swiper-more a {
  color: #2a78ba;
  font-size: 12px;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}

.technology_banner .swiper-pagination-tcg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.technology_banner .swiper-container {
  position: relative;
}

.technology_banner .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.technology_banner .swiper-pagination-bullet {
  background: #f3f3f3;
  height: 10px;
  border-radius: 30px;
}

.technology_banner .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 25px;
}

/*干细胞治疗过程 -----*/
.stem-cell-content .stem-cell-process {
  width: 100%;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stem-cell-process .process-img-box {
  width: 1400px;
  height: 768px;
  background: url("../images/gc_bg.png") no-repeat;
  background-size: cover;
  margin-top: 40px;
}

.stem-cell-process .process-mobile-img {
  display: none;
}

/*干细胞治疗优势 -----*/
.stem-cell-content .stem-cell-advantage {
  width: 100%;
  height: 546px;
  background: url("../images/zlys_bg.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stem-cell-advantage .advantage-box {
  width: 1400px;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

.advantage-box .title-text .text-style {
  color: #fff;
}

.advantage-box .title-text .text-style::after {
  background: #fff;
}

.advantage-box .advantage-text {
  width: 100%;
}

.advantage-text .text-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 0;
}

.text-list .text-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.text-item .text-style {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}

/*干细胞专家团队 -----*/
.stem-cell-team {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stem-cell-team .mdtBox {
  padding-bottom: 100px;
  margin-top: 50px;
}

.mdtBox .dis_title a.title,
.mdtBox .dis_describe {
  color: #ffffff;
}

.mdtBox .dis_title .title_right {
  border: 1px solid #ffffff;
}

.mdtBox .dis_title span {
  color: #ffffff;
}

.mdtBox a.more {
  color: #ffffff;
}

.flipster-carousel .flip-current {
  width: 456px;
  height: 560px;
  /*-----height: 480px; -----*/
  background: #ffffff;
  border-radius: 16px;
}

.flipster-carousel .flip-current img {
  height: 280px;
  margin-left: 3px;
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 8px;
}

.flipster-carousel .flip-prev {
  width: 412px;
  height: 540px;
  background: #ffffff;
  border-radius: 16px;
}

.flipster-carousel .flip-prev img {
  height: 260px;
  margin-left: 2px;
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 8px;
}

.flipster-carousel .flip-next {
  width: 412px;
  height: 540px;
  background: #ffffff;
  border-radius: 16px;
}

.flipster-carousel .flip-next img {
  height: 260px;
  margin-left: 2px;
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 8px;
}

.flipster-carousel .flip-past {
  width: 358px;
  height: 540px;
  background: #ffffff;
  border-radius: 16px;
}

.flipster-carousel .flip-past img {
  margin-left: 3px;
  border-radius: 16px;
}

.flipster-carousel .flip-future {
  width: 358px;
  height: 540px;
  background: #ffffff;
  border-radius: 16px;
}

.flipster-carousel .flip-future img {
  margin-left: 3px;
  border-radius: 16px;
}

.mdtBox .flipster dd,
.mdtBox .flipster p {
  /*-----width: 100%; -----*/
  padding: 0 24px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "Prompt", sans-serif;
}

.mdtBox .flipster .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  font-family: "Prompt", sans-serif;
}

.mdtBox .flipster .first {
  color: #2a78ba;
  font-size: 14px;
  margin-top: 2px;
  font-family: "Prompt", sans-serif;
}

.mdtBox .flipster .second {
  margin-top: 3px;
}

.mdtBox .flipster .flip-current a.more {
  background: #2a78ba;
  color: #ffffff;
  border: 1px solid #2a78ba;
}

.mdtBox .flipster a.more {
  color: #000000;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 16px;
  font-family: "Prompt", sans-serif;
}

.mdtBox .flipster p.button {
  display: grid;
  position: absolute;
  bottom: 14px;
}

.mdtBox .flipster .mdt_left {
  left: 0;
  position: absolute;
  top: 200px;
  cursor: pointer;
}

.mdtBox .flipster .mdt_right {
  right: 0;
  position: absolute;
  top: 200px;
  cursor: pointer;
}

.mdtBox .swiper-pagination-mdt {
  text-align: center;
  position: relative;
  bottom: -88px;
}

.mdtBox .swiper-pagination-clickable .swiper-pagination-bullet {
  margin-left: 10px;
  height: 10px;
  border-radius: 30px;
}

.mdtBox .swiper-pagination-clickable .swiper-pagination-bullet-active {
  width: 25px;
  background: #2a78ba;
}

.swiper-pagination-bullet-active {
  width: 25px;
  background: #ffffff;
}

/*干细胞优势与认证 -----*/
.stem-cell-content .stem-cell-certification {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stem-cell-certification .description-text {
  width: 1400px;
  padding: 20px 0;
  text-align: center;
  box-sizing: border-box;
}

.description-text .text-style {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.stem-cell-content .stem-cell-certification .hospital-bg {
  margin-top: 0;
  margin-bottom: 40px;
}

.stem-cell-content
  .stem-cell-certification
  .Cooldog_container
  .Cooldog_content
  li
  img {
  width: 724px;
  height: 408px;
}

/*-----干细胞专题页面 mobile端----- -----*/
@media screen and (max-width: 768px) {
  .pc-style {
    display: none;
  }

  .mobile-style {
    display: block;
  }

  /*----- 顶部图片  -----*/
  .banner {
    background: url("/uploads/allimg/2023/06/22/activities.png") no-repeat
      center;
    height: auto;
    background-size: cover;
  }

  .banner .banner-text {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .banner .banner-text .title {
    /*-----font-size: 36px; -----*/
    font-size: 28px;
  }

  .banner .banner-text .second {
    font-size: 20px;
  }

  /*-----最外层样式 公共样式 -----*/
  .stem-cell-content {
    width: 100%;
    background: #fff;
    margin: 0;
  }

  .stem-cell-content .title-text {
    margin-bottom: 20px;
    width: 100%;
    /*-----padding: 10px; -----*/
    box-sizing: border-box;
  }

  .stem-cell-content .title-text .text-style {
    font-size: 28px;
  }

  .stem-cell-content .title-text .text-style::after {
    display: none;
  }

  /*-----视频介绍 -----*/
  .stem-cell-content .video-introduction-box {
    width: 100%;
    height: auto;
    position: initial;
    padding: 15px;
    box-sizing: border-box;
  }

  .video-introduction-box .bg-box {
    position: initial;
    display: none;
  }

  .video-introduction-box .describe-box {
    width: 100%;
    height: auto;
    position: initial;
    padding: 0;
    background: none;
  }

  .describe-box .description-text {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    line-height: 20px;
    color: #333333;
  }

  .video-introduction-box .video-box {
    width: 100%;
    /*-----height: auto; -----*/
    position: initial;
    margin-bottom: 20px;
    height: 276px;
  }

  /*-----干细胞国际权威数据 -----*/
  .stem-cell-content .stem-cell-data {
    width: 100%;
    background-image: url("../images/stem-cell-headbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    box-sizing: border-box;
  }

  .stem-cell-data .title-text {
    margin-bottom: 0;
    position: initial;
  }

  .stem-cell-data .title-text .text-style {
    color: #fff;
  }

  .stem-cell-data .title-text .text-style::after {
    background: #fff;
  }

  .stem-cell-data .stem-cell-data-view {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .stem-cell-data-view .left-data-view,
  .stem-cell-data-view .right-data-view {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .left-data-view .data-list,
  .right-data-view .data-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .data-list .data-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .data-item .num-text {
    font-size: 28px;
    color: #34f8ff;
    font-weight: bold;
  }

  .data-item .data-text {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
  }

  .left-data-view .year-text,
  .right-data-view .year-text,
  .left-data-view .describe-text,
  .right-data-view .describe-text {
    text-align: center;
    font-size: 14px;
  }

  .center-line {
    width: 64px;
    height: 4px;
    background: #fff;
    margin: 30px 0;
  }

  /*-----干细胞的类型 -----*/
  .stem-cell-content .stem-cell-type {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .stem-cell-type .type-box {
    width: 100%;
    box-sizing: border-box;
  }

  .type-list .type-item {
    width: 110px;
    height: 110px;
    padding: 5px;
    margin-bottom: 10px;
  }

  .type-item .type-text {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  /*-----干细胞的作用 -----*/
  .stem-cell-content .stem-cell-effect {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
  }

  .stem-cell-effect .effect-box {
    width: 100%;
  }

  .effect-box .effect-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }

  .effect-box .effect-list .effect-item {
    width: 300px !important;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .effect-list .effect-item .text-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .text-box .effect-title {
    font-size: 18px;
  }

  .text-box .effect-text {
    font-size: 14px;
  }

  .effect-box .swiper-pagination-effect {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .effect-box .swiper-pagination-effect span {
    margin: 0 5px;
  }

  .effect-box .swiper-pagination-bullet {
    display: block;
    width: 25px;
    background: #c4c4c4;
    height: 10px;
    border-radius: 30px;
  }

  .effect-box .swiper-pagination-bullet-active {
    display: block;
    background: #2a78ba;
    height: 10px;
    width: 25px;
  }

  /*-----干细胞适用范围 -----*/
  .stem-cell-content .stem-cell-scope {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .stem-cell-scope .scope-box {
    width: 100%;
    margin-top: 0;
  }

  .scope-box .scope-list .swiper-slide {
    height: auto;
  }

  .scope-box .scope-list {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }

  .scope-box .scope-list .scope-item {
    width: 100%;
    height: 330px;
    /*-----height: auto; -----*/
  }

  .scope-item .scope-img {
    width: 48px;
    height: 48px;
  }

  .scope-item .scope-title {
    font-size: 18px;
  }

  .scope-item .scope-text {
    font-size: 16px;
  }

  .scope-item .scope-description {
    font-size: 14px;
  }

  .scope-box .swiper-pagination-scope {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .scope-box .swiper-pagination-scope span {
    margin: 0 5px;
  }

  .scope-box .swiper-pagination-bullet {
    display: block;
    width: 25px;
    background: #c4c4c4;
    height: 10px;
    border-radius: 30px;
  }

  .scope-box .swiper-pagination-bullet-active {
    display: block;
    background: #2a78ba;
    height: 10px;
    width: 25px;
  }

  /*-----干细胞治疗案例 -----*/
  .stem-cell-content .stem-cell-case {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .stem-cell-case .storyBox {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .storyBox .swiper-slide dd {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .storyBox .swiper-slide .description-text {
    padding: 10px 14px 0 14px;
    box-sizing: border-box;
  }

  .storyBox .swiper-container {
    padding-top: 0;
  }

  .storyBox .swiper-slide {
    /*width: 320px;*/
    width: calc(100% - 10px);
    margin-left: 5px;
  }

  .storyBox .swiper-slide dt a img {
    width: 100%;
  }

  /*-----干细胞治疗技术 -----*/
  .stem-cell-content .stem-cell-technology {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .stem-cell-technology .technology_cat {
    margin-top: 20px;
  }

  .stem-cell-technology .technology_cat .dis_cat_c {
    height: 230px;
  }

  .stem-cell-technology .dis_cat_c .technology_banner {
    height: 100%;
  }

  .technology_cat .technology_banner {
    width: 100%;
  }

  .technology_cat .technology_banner .swiper-container {
    margin: 0;
    width: 100%;
    height: auto;
  }

  .technology_cat .technology_banner .swiper-container .swiper-wrapper {
    width: 100%;
  }

  .technology_cat
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .technology_image {
    width: calc(100% - 40px);
    height: auto;
    left: 20px;
  }

  .technology_cat .swiper-container .swiper-wrapper .swiper-slide {
    height: 280px;
  }

  .technology_cat
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .swiper-slide-bg {
    display: none;
  }

  .technology_cat .swiper-slide .swiper-slide-into {
    width: calc(100% - 40px);
    height: auto;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 5;
  }

  .technology_cat .swiper-slide-into dt,
  .swiper-slide-into dd {
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0;
    line-height: 20px;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .swiper-slide-into dt a {
    font-size: 16px;
  }

  .swiper-slide-into dd {
    font-size: 14px;
  }

  .swiper-slide-into .swiper-more {
    display: none;
  }

  /*-----干细胞治疗过程 -----*/
  .stem-cell-content .stem-cell-process {
    width: 100%;
    margin-top: 40px;
  }

  .stem-cell-process .process-img-box {
    width: 100%;
    height: auto;
    background: none;
    margin-top: 0;
  }

  .stem-cell-process .process-mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }

  /*-----干细胞治疗优势 -----*/
  .stem-cell-content .stem-cell-advantage {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .stem-cell-content .stem-cell-advantage .advantage-box {
    width: 100%;
    padding: 15px;
  }

  .advantage-box .title-text {
    margin-bottom: 0;
  }

  .advantage-box .title-text .text-style {
    font-size: 26px;
  }

  .advantage-text .text-list .text-item .text-style {
    font-size: 14px;
    line-height: 22px;
  }

  .advantage-text .text-list {
    padding: 0;
  }

  /*-----干细胞专家团队 -----*/
  .stem-cell-content .stem-cell-team {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .stem-cell-team .mdtBox {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .stem-cell-team .mdtBox .dis_cat_c {
    width: 100%;
  }

  .stem-cell-team .mdtBox .flipster-carousel .flip-items {
    width: 100% !important;
    height: 530px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .stem-cell-team .mdtBox .flipster-carousel .flip-items .flip-item {
    width: calc(100% - 10px) !important;
    height: 520px !important;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  }

  /*-----干细胞优势与认证 -----*/
  .stem-cell-content .stem-cell-certification {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .stem-cell-certification .title-text {
    margin: 0;
  }

  .stem-cell-certification .description-text {
    width: 100%;
  }

  .stem-cell-certification .hospital-bg {
    width: 100%;
  }

  .stem-cell-certification .hospital-bg .Cooldog_content {
    width: 100%;
  }

  .stem-cell-content .stem-cell-certification .Cooldog_container {
    margin: 0;
  }

  .stem-cell-content
    .stem-cell-certification
    .Cooldog_container
    .Cooldog_content
    li
    img {
    width: 100%;
    height: auto;
  }

  .stem-cell-content .stem-cell-certification .Cooldog_container .buttons {
    width: 100%;
    margin: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
