﻿a {
  text-decoration: none;
}

.free-service-content > div:nth-child(9) {
  display: none;
}

/* 当前导航页 */

.path-name {
  height: 54px;
  line-height: 54px;
}

.padding-box {
  max-width: 1280px;
  margin: 0 auto;
}

.path-name span {
  width: 84px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  opacity: 1;
}

.path-name span a {
  color: rgba(102, 102, 102, 1);
}

.path-name .active a:hover {
  color: rgba(71, 171, 185, 1);
}

.content-box {
  max-width: unset;
}

.third-ivf {
  text-align: center;
  padding-top: 30px;
}

h2::after {
  content: "";
  position: absolute;
  right: 0;
  margin-right: -110px;
  bottom: 15px;
  width: 90px;
  height: 2px;
  background: #ececec;
  opacity: 1;
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: -110px;
  bottom: 15px;
  width: 90px;
  height: 2px;
  background: #ececec;
  opacity: 1;
}
h2 {
  position: relative;
  font-size: 26px;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  opacity: 1;
  margin-bottom: 5px;
}
.sub-title {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
  opacity: 1;
}
.third-ivf-content {
  display: flex;
  margin-top: 50px;
}
.third-ivf-content img {
  width: 510px;
  height: 280px;
}
.third-ivf-text p:last-child {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
  margin-top: 20px;
}
.third-ivf-text {
  text-align: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  margin-right: 53px;
	padding-top: 25px;
}
.process-introduction {
  height: 368px;
  text-align: center;
}
.process-introduction-content > div:last-child {
  width: 200px;
}
.process-introduction-content > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: auto;
    justify-content: center;
}
.process-introduction-content {
  display: flex;
  margin-top: 50px;
}

.process-introduction-content img {
  max-width: 100px;
  max-height: 100px;
}

.process-introduction-content img:nth-child(2) {
  max-width: 30px;
  max-height: 43px;
  margin-left: 20px;
}

.process-text {
  width: 200px;
  margin-top: 25px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #333333;
}

.advantages-ivf {
  text-align: center;
  background: #f7f7f7;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 40px 0 0;
}
.advantages-ivf-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.advantages-ivf-content img {
  width: 180px;
  height: 135px;
}
.advantages-ivf-content > div:hover {
  border: 1px solid #fececa;
}
.advantages-ivf-content > div {
  width: 600px;
  height: 350px;
  margin-bottom: 50px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  opacity: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 57px;
}
.advantages-text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}
.advantages-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.user-concerns {
  text-align: center;
}
.user-concerns-content .issue-item a:nth-child(3) {
  border: 1px solid #666666;
  opacity: 1;
  border-radius: 16px;
  width: 144px;
  height: 31px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 31px;
  color: #666666;
  opacity: 1;
}
.user-concerns-content .issue-item .issue-descriptor {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #666666;
  opacity: 1;
}
.user-concerns-content .issue-item .issue-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #f67589;
  opacity: 1;
}
.user-concerns-content .issue-item {
  flex-basis: 24.22%;
  border: 1px solid #dddddd;
  background: #ffffff;
  height: 156px;
  border-radius: 6px;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}
.user-concerns-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 50px;
}
.user-concerns-content img {
  width: 296px;
  height: 296px;
  margin-left: 100px;
}

.user-concerns-content > div {
  counter-reset: concerns 0;
}
.user-concerns-content > div p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  text-align: left;
  margin-left: 124px;
  padding-right: 70px;
  margin-top: 40px;
  position: relative;
}
.user-concerns-content > div p::after {
  content: "0" counter(concerns);
  counter-increment: concerns;
  position: absolute;
  width: 27px;
  height: 27px;
  background: #47abb9;
  border-radius: 50%;
  opacity: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
}
.adapt-crowd {
  background: #f7f7f7;
  margin-bottom: 50px;
  padding: 40px 0 0;
  margin-top: 50px;
  text-align: center;
}

.adapt-crowd-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
.adapt-crowd-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #666666;
}
.adapt-crowd-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  white-space: nowrap;
  color: #333333;
  margin-bottom: 22px;
}
.adapt-crowd-top {
  position: relative;
}
.adapt-crowd-top::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 0;
  width: 8px;
  height: 106px;
  background: #fececa;
  opacity: 1;
  border-radius: 6px;
}
.adapt-crowd-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  justify-content: center;
}
.adapt-crowd-bottom a:hover {
  background: #47abb9;
  color: #ffffff;
  border: 1px solid #47abb9;
}
.adapt-crowd-bottom a {
  width: 109px;
  height: 36px;
  border: 1px solid #999999;
  opacity: 1;
  border-radius: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #666666;
  text-align: center;
  display: block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.adapt-crowd-content > div:hover {
  border: 1px solid #fececa;
}
.adapt-crowd-content > div {
  width: 392px;
  height: 273px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  opacity: 1;
  margin-bottom: 50px;
  padding: 25px 42px 27px 70px;
}

.free-service {
  text-align: center;
  background: #f7f7f7;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 40px 0 0;
}

.free-service-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}

.free-service-content > div {
  width: 258px;
  height: 344px;
  position: relative;
  border-radius: 0px 0px 15px 15px;
  margin-bottom: 40px;
}
.free-service-content img {
  width: 258px;
  height: 344px;
  border-radius: 0px 0px 15px 15px;
}

.free-service-title:hover {
  background-image: url(../image/active-bt.png);
  background-repeat: no-repeat;
  background-size: 110% 110%;
}
.free-service-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 73px;
  line-height: 73px;
  background-image: url(../image/bt.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 15px 15px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.advantages-ruiguo {
  text-align: center;
  margin: 50px 0;
}
.advantages-ruiguo-content > div {
  flex-basis: 16.6%;
	padding:  10px
}
.advantages-ruiguo-content {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.advantages-ruiguo-content img {
  max-width: 120px;
  max-height: 120px;
}

.advantages-ruiguo-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 16px;
  margin-bottom: 6px;
}
.advantages-ruiguo-text {
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  color: #666666;
}
.banner-three-ivf img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .sub-title {
    display: none;
  }
  h2::after {
    position: unset;
    margin: 0;
  }
  h2::before {
    margin-left: 0;
    bottom: -4px;
    right: -6px;
    left: -6px;
    height: 4px;
    width: unset;
    background: #f67589;
    z-index: -1;
  }
  h2 {
    font-size: 24px;
    font-weight: 500;
  }
  .third-ivf-content {
    flex-wrap: wrap;
  }
  .third-ivf-text {
    margin: 15px 0 0;
  }
  .third-ivf-content {
    margin-top: 0;
    padding: 0 15px;
  }
  .third-ivf-content img {
    max-width: 100%;
    height: 100%;
  }
  .third-ivf-text p {
    font-size: 15px;
  }
  .third-ivf {
    padding-top: 10px;
  }
  .process-introduction {
    height: auto;
  }
	.process-introduction h2 a{font-size:24px}
  .process-introduction-content {
    flex-wrap: wrap;
    padding: 0 15px;
    justify-content: space-evenly;
    margin-top: 0;
  }
  .process-introduction-content img {
    width: 80px;
    height: 80px;
  }
  .process-text {
    width: 80px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
  }
/*
  .process-introduction-content > div:nth-child(4) .process-text {
    line-height: unset;
    margin-top: 10px;
    width: 56px;
    margin-left: 50px;
  }
  .process-introduction-content > div:nth-child(4) {
    order: 1;
    padding-bottom: 0;
    flex-basis: 38%;
  }
  .process-introduction-content > div:nth-child(4) img:nth-child(2) {
    order: -1;
    margin: 0 20px 0 0;
    transform: rotateZ(180deg);
  }
  .process-introduction-content > div:nth-child(3) img:nth-child(2) {
    order: 1;
    transform: rotateZ(90deg);
    margin-top: 10px;
    margin-left: 0px;
  }
  .process-introduction-content img:nth-child(2) {
    width: 18px;
    height: 25px;
    margin-left: 15px;
  }
  .process-introduction-content > div:nth-child(3) {
    padding-bottom: 0px;
    flex-basis: auto;
    flex: 1;
    flex-flow: column;
  }
*/
  .process-introduction-content > div {
    padding-bottom: 50px;
    flex-basis: 35%;
	  width:50%
  }
/*
  .process-introduction-content > div:last-child {
    justify-content: flex-end;
    padding-right: 15px;
    padding-bottom: 0;
  }
*/
  .advantages-ivf-content {
    margin-top: 0;
    padding: 0 15px;
  }
  .advantages-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: unset;
	  margin:8px 0;
  }
  .advantages-ivf {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px 0 20px;
    border-top: 10px solid rgba(237, 237, 237, 1);
    border-bottom: 10px solid rgba(237, 237, 237, 1);
    margin-top: 10px;
  }
  .advantages-ivf-content > div {
    padding: 10px 18px 20px;
    height: 100%;
    margin-bottom: 10px;
  }
  .advantages-ivf-content img {
    width: 50%;
    height: auto;
  }
  .user-concerns {
    /* background: #ffffff;
    margin-bottom: 20px;
    padding: 20px 0 20px;
    border-top: 10px solid rgba(237, 237, 237, 1);
    border-bottom: 10px solid rgba(237, 237, 237, 1);
    margin-top: 10px; */
  }
  .user-concerns-content {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .user-concerns-content .issue-item a:nth-child(3) {
    width: 78px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
  }
  .user-concerns-content .issue-item .issue-title {
    font-size: 16px;
  }
  .user-concerns-content .issue-item .issue-descriptor {
    font-size: 14px;
  }
  .user-concerns-content .issue-item {
    height: 120px;
    flex-basis: 30%;
    border-radius: 0;
  }
  .container.user-concerns-content::after {
    content: "";
    flex-basis: 30%;
  }
  .adapt-crowd-content {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .adapt-crowd-content > div {
    height: auto;
    flex-basis: 48%;
    padding: 5px 0px 10px;
    margin-bottom: 10px;
  }
  .adapt-crowd-text {
    display: none;
  }
  .adapt-crowd-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 17px;
    margin-bottom: 22px;
    white-space: unset;
  }
  .adapt-crowd-top::after {
    display: none;
  }
  .adapt-crowd-bottom a {
    width: 70px;
    height: 23px;
    border: 1px solid #47abb9;
    opacity: 1;
    border-radius: 18px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 23px;
    color: #47abb9;
    margin-right: 4px;
    margin-bottom: 10px;
  }
  .adapt-crowd {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px 0 20px;
    border-top: 10px solid rgba(237, 237, 237, 1);
    border-bottom: 10px solid rgba(237, 237, 237, 1);
    margin-top: 10px;
  }
  .free-service {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px 0 0;
    border-top: 10px solid rgba(237, 237, 237, 1);
    border-bottom: 10px solid rgba(237, 237, 237, 1);
    margin-top: 10px;
  }
  .free-service-content {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .free-service-content > div {
    width: 100px;
    height: 90px;
    margin-bottom: 20px;
  }
  .free-service-content img {
    width: 100px;
    height: 90px;
  }
  .free-service-title {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px 0px 4px 4px;
  }
  .free-service-content > div:nth-child(9) {
    display: flex;
    align-items: center;
  }
  .free-service-content > div:nth-child(9) a {
    width: 80px;
    height: 31px;
    background: #f5a31d;
    box-shadow: 1px 1px 10px #f5a31d;
    opacity: 1;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 31px;
    color: #ffffff;
  }
  .advantages-ruiguo {
    margin-bottom: 0;
  }
  .advantages-ruiguo-text {
    display: none;
  }
  .advantages-ruiguo-content img {
    max-width: 60px;
    max-height: 60px;
  }
  .advantages-ruiguo-content > div {
    flex-basis: 33%;
  }
  .advantages-ruiguo-content {
    padding-top: 0px;
    flex-wrap: wrap;
  }
  .advantages-ruiguo-title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 32px;
  }
  .wrapper-bottom {
    margin-top: 0 !important;
  }
  .banner-three-ivf {
  }
  .third-ivf-text p:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
	.process-text{font-size:20px;font-weight: 500;}
	.process-introduction-content > div:last-child {padding: 0 24px;}
}