.directory-box p:nth-child(2) {
  color: #333333;
}

/* banner */
.banner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.banner-text1 {
  font-family: "sfJpLightBold";
  font-size: 36px;
  color: #333333;
  line-height: 42px;
}

.banner-text2 {
  font-weight: 400;
  font-size: 36px;
  color: #333333;
  line-height: 40px;
  margin-top: 20px;
}

.banner {
  width: 100%;
  margin-top: 60px;
}

/* 再生医疗 */
.zaisheng-section {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zaisheng-section > .zaisheng-box {
  display: none;
}

.zaisheng-text1 {
  font-family: "sfJpLightBold";
  font-size: 36px;
  color: #293033;
  line-height: 42px;
}

.zaisheng-text2 {
  font-weight: 300;
  font-size: 20px;
  color: #777777;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}

.zaisheng-wrap {
  margin-top: 60px;
  display: flex;
  height: 339px;
}

.zaisheng-box {
  height: 100%;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
  margin-top: 34px;
}
.zaisheng-wrap .zaisheng-box:nth-child(2),
.zaisheng-wrap .zaisheng-box:nth-child(3) {
  border-left: 1px solid #999999;
}

.zaisheng-box img {
  width: 60px;
}

.zaisheng-box p:nth-child(2) {
  margin-top: 30px;
  font-family: "sfJpLightBold";
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}

.zaisheng-box p:nth-child(3) {
  margin-top: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 14px;
}

.zaisheng-box p:nth-child(4) {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  text-align: center;
}

/* 美容美肌 */
.meirong-section {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.meirong-text1 {
  font-family: "sfJpLightBold";
  font-size: 36px;
  color: #333333;
  line-height: 42px;
}

.meirong-text2 {
  font-weight: 300;
  font-size: 20px;
  color: #777777;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}

.meirong-wrap {
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.meirong-row {
  display: flex;
  flex: 1;
}

.meirong-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
  background-color: white;
}

.meirong-row:nth-child(1) .meirong-box:nth-child(1) {
  margin-right: 10px;
}

.meirong-row:nth-child(1) .meirong-box:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}

.meirong-row:nth-child(2) .meirong-box:nth-child(1) {
  margin-left: 10px;
  margin-right: 10px;
}

.meirong-row:nth-child(2) .meirong-box:nth-child(2) {
  margin-left: 10px;
}

.meirong-img {
  width: 100%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
}

.meirong-box-text1 {
  margin-top: 21px;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 32px;
  text-align: left;
}

.meirong-box-text2 {
  margin-top: 10px;
  font-weight: 400;
  font-weight: 300;
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  text-align: left;
}

/* 点滴注射 */
.diandi-section {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.diandi-text1 {
  font-family: "sfJpLightBold";
  font-size: 36px;
  color: #333333;
  line-height: 42px;
}

.diandi-wrap {
  display: flex;
  margin-top: 60px;
  width: 100%;
  height: 251px;
  /* background-color: rebeccapurple; */
}

.diandi-row {
  display: flex;
  align-items: center;
  flex: 1;
}

.diandi-divider {
  width: 1px;
  height: 100%;
  background-color: #333333;
}

.diandi-divider2,
.diandi-divider3 {
  display: none;
}

.diandi-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  flex: 1;
}

.diandi-img {
  width: 60px;
}

.diandi-box-text1 {
  margin-top: 42px;
  font-family: "sfJpLightBold";
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}

.diandi-box-text2 {
  margin-top: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 14px;
  text-align: center;
}

.bottom-imgbox {
  margin: 50px 0;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.bottom-imgbox img {
  width: 195.6px;
}

/* 育发诊疗 */
.yfzl-section {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.yfzl-wrap {
  width: 100%;
  display: flex;
}

.yfzl-imgbox {
  position: relative;
  flex: 1;
  height: 387px;
}

.yfzl-imgbg {
  width: 86%;
  height: 300px;
  position: absolute;
}

.yfzl-wrap:first-child .yfzl-imgbg {
  background: linear-gradient(to right, #dcdcdc, rgba(220, 220, 220, 0));
}

.yfzl-wrap:last-child .yfzl-imgbg {
  background: linear-gradient(to left, #dcdcdc, rgba(220, 220, 220, 0));
}

.yfzl-img {
  width: 90%;
  position: absolute;
}

.yfzl-wrap:first-child .yfzl-img {
  left: 60px;
  top: 60px;
}

.yfzl-wrap:last-child .yfzl-imgbg {
  right: 0;
}

.yfzl-wrap:last-child .yfzl-img {
  right: 60px;
  top: 60px;
}

.yfzl-describe {
  flex: 1;
}

.yfzl-wrap:first-child .yfzl-describe {
  margin-left: 50px;
}

.yfzl-wrap:last-child .yfzl-describe {
  margin-right: 50px;
}

.yfzl-text1 {
  margin-top: 87px;
  font-family: "sfJpLightBold";
  font-size: 36px;
  color: #333333;
  line-height: 48px;
}

.yfzl-text2 {
  margin-top: 20px;
  font-weight: 300;
  font-size: 20px;
  color: #777777;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .banner-text2 {
    font-size: 28px;
  }

  .banner {
    margin-top: 50px;
  }

  /* 再生医疗 */
  .zaisheng-wrap {
    width: 65%;
  }

  .zaisheng-wrap .zaisheng-box {
    border-bottom: 1px solid #999999;
  }

  .zaisheng-wrap {
    height: 280px;
  }

  .zaisheng-section > .zaisheng-box {
    display: flex;
    width: 40%;
    margin-top: 60px;
  }

  .zaisheng-wrap > .zaisheng-box:nth-child(3) {
    display: none;
  }

  .zaisheng-box p:nth-child(2) {
    font-size: 20px;
  }

  .zaisheng-box p:nth-child(3) {
    font-size: 10px;
    line-height: 11px;
  }

  .zaisheng-box p:nth-child(4) {
    font-size: 12px;
    line-height: 17px;
  }

  /* 美容美肌 */
  .meirong-wrap {
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
  }

  .meirong-row:nth-child(1) .meirong-box:nth-child(1) {
    margin-right: 16px;
  }

  .meirong-row:nth-child(1) .meirong-box:nth-child(2) {
    margin-left: 16px;
    margin-right: 0px;
  }

  .meirong-row:nth-child(2) .meirong-box:nth-child(1) {
    margin-left: 0px;
    margin-right: 16px;
  }

  .meirong-row:nth-child(2) .meirong-box:nth-child(2) {
    margin-left: 16px;
  }

  .meirong-row:nth-child(2) {
    margin-top: 92px;
  }

  .meirong-img {
    margin-top: -62px;
  }

  .meirong-box-text1 {
    margin-top: 21px;
    font-weight: 400;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    text-align: left;
  }

  .meirong-box-text2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  /* 点滴注射 */
  .diandi-wrap {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    /* width: calc(100% - 334px); */
    width: 65%;
    position: relative;
    height: auto;
  }

  .diandi-divider {
    display: none;
  }

  .diandi-divider2,
  .diandi-divider3 {
    display: block;
    background-color: #999999;
  }

  .diandi-divider2 {
    width: 100%;
    height: 1px;
    margin: 40px 0;
  }

  .diandi-divider3 {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
  }

  /* 育发诊疗 */
  .yfzl-wrap:first-child {
    display: flex;
    flex-direction: column-reverse;
  }

  .yfzl-wrap:last-child {
    display: flex;
    flex-direction: column;
  }

  .yfzl-imgbox {
    width: 100%;
  }

  .yfzl-imgbg {
    display: none;
  }

  .yfzl-img {
    position: relative;
    width: 100%;
  }

  .yfzl-wrap:first-child .yfzl-img {
    left: 0px;
    top: 0px;
  }

  .yfzl-wrap:last-child .yfzl-img {
    right: 0px;
    top: 0px;
  }

  .yfzl-wrap:first-child .yfzl-describe {
    margin-left: 0px;
  }

  .yfzl-wrap:last-child .yfzl-describe {
    margin-right: 0px;
  }

  .yfzl-img {
    margin-top: 40px;
  }

  .yfzl-text1 {
    margin-top: 0px;
    text-align: center;
  }

  .yfzl-text2 {
    text-align: center;
  }

  .yfzl-wrap:last-child .yfzl-text1 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .banner-section {
    margin-top: 80px;
  }

  .banner-text1 {
    font-size: 32px;
    line-height: 37px;
  }

  .banner-text2 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 12px;
  }

  .banner {
    margin-top: 50px;
  }

  /* 再生医疗 */
  .zaisheng-section {
    margin-top: 80px;
  }

  .zaisheng-wrap {
    width: calc(100% - 104px);
  }
  .zaisheng-section > .zaisheng-box {
    width: calc(50% - 52px);
  }
  .zaisheng-wrap {
    height: 250px;
  }

  .zaisheng-section > .zaisheng-box {
    margin-top: 30px;
  }

  .zaisheng-text1 {
    font-size: 32px;
    line-height: 37px;
  }

  .zaisheng-text2 {
    font-size: 20px;
    line-height: 30px;
  }

  .zaisheng-wrap {
    margin-top: 40px;
  }

  .zaisheng-box {
    padding: 0 15px;
    margin-top: 8px;
  }

  .zaisheng-box img {
    margin-top: 24px;
    width: 36px;
  }

  .zaisheng-box p:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
  }

  .zaisheng-box p:nth-child(3) {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .zaisheng-box p:nth-child(4) {
    margin-top: 19px;
    font-size: 12px;
    line-height: 20px;
  }

  /* 美容美肌 */
  .meirong-section {
    margin-top: 80px;
  }

  .meirong-text1 {
    font-size: 32px;
  }

  .meirong-img {
    margin-top: -54px;
  }

  .meirong-wrap {
    margin-top: 64px;
  }

  .meirong-row:nth-child(2) {
    margin-top: 71px;
  }

  .meirong-box-text1 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 30px;
  }

  .meirong-box-text2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }

  .meirong-row:nth-child(1) .meirong-box:nth-child(1) {
    margin-right: 12px;
  }

  .meirong-row:nth-child(1) .meirong-box:nth-child(2) {
    margin-left: 12px;
  }

  .meirong-row:nth-child(2) .meirong-box:nth-child(1) {
    margin-right: 12px;
  }

  .meirong-row:nth-child(2) .meirong-box:nth-child(2) {
    margin-left: 12px;
  }

  /* 点滴注射 */
  .diandi-section {
    margin-top: 80px;
  }

  .diandi-img {
    width: 36px;
    height: auto;
  }

  .diandi-wrap {
    margin-top: 40px;
    width: calc(100% - 104px);
  }

  .diandi-divider2 {
    margin: 30px 0;
  }

  .diandi-text1 {
    font-size: 32px;
    line-height: 42px;
  }

  .diandi-box-text1 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px;
  }

  .diandi-box-text2 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 17px;
  }

  .yfzl-section {
    margin-top: 80px;
  }

  .yfzl-img {
    margin-top: 40px;
  }

  .yfzl-text1 {
    font-size: 32px;
    line-height: 48px;
  }

  .yfzl-text2 {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 650px) {
  .banner-section {
    margin-top: 60px;
  }

  .banner-text1 {
    font-size: 16px;
    line-height: 19px;
  }

  .banner-text2 {
    font-size: 12px;
    line-height: 14px;
  }

  .banner {
    margin-top: 20px;
  }

  /* 再生医疗 */
  .zaisheng-section {
    margin-top: 40px;
  }

  .zaisheng-wrap {
    width: calc(100% - 30px);
    padding: 0 16px;
  }

  .zaisheng-wrap {
    height: 130px;
  }

  .zaisheng-section > .zaisheng-box {
    margin-top: 10px;
    padding: 0 16px;
    width: calc(50% - 15px);
  }

  .zaisheng-text1 {
    font-size: 16px;
    line-height: 19px;
  }

  .zaisheng-text2 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 12px;
  }

  .zaisheng-wrap {
    margin-top: 20px;
  }

  .zaisheng-box {
    padding: 0 5px;
    margin-top: 0px;
    padding: 0 16px;
  }

  .zaisheng-box img {
    margin-top: 11px;
    width: 20px;
  }

  .zaisheng-box p:nth-child(2) {
    margin-top: 12px;
    font-size: 11px;
    line-height: 13px;
  }

  .zaisheng-box p:nth-child(3) {
    margin-top: 7px;
    font-size: 5px;
    line-height: 5px;
  }

  .zaisheng-box p:nth-child(4) {
    margin-top: 7px;
    font-size: 6px;
    line-height: 10px;
    margin-bottom: 16px;
  }

  /* 美容美肌 */
  .meirong-section {
    margin-top: 40px;
  }

  .meirong-text1 {
    font-size: 16px;
    line-height: 19px;
  }

  .meirong-text2 {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .meirong-wrap {
    margin-top: 31px;
  }

  .meirong-row:nth-child(2) {
    margin-top: 33px;
  }

  .meirong-box {
    padding: 17px;
  }

  .meirong-img {
    width: 100%;
    margin-top: -29px;
  }

  .meirong-box-text1 {
    font-size: 12px;
    line-height: 15px;
    margin-top: 14px;
    font-weight: 400;
  }

  .meirong-box-text2 {
    font-size: 8px;
    line-height: 11px;
    margin-top: 13px;
    font-weight: 300;
  }

  /* 点滴注射 */
  .diandi-section {
    margin-top: 40px;
  }

  .diandi-wrap {
    margin-top: 6px;
    width: calc(100% - 30px);
  }

  .diandi-img {
    width: 20px;
    height: auto;
  }

  .diandi-text1 {
    font-size: 16px;
  }

  .diandi-img {
    width: 32px;
    margin-top: 0px;
  }

  .diandi-divider2 {
    margin: 20px 0;
  }

  .diandi-box-text1 {
    font-size: 11px;
    line-height: 13px;
    margin-top: 21px;
  }

  .diandi-box-text2 {
    font-size: 8px;
    line-height: 8px;
    margin-top: 9px;
  }

  .yfzl-section {
    margin-top: 20px;
  }

  .yfzl-img {
    margin-top: 20px;
  }

  .yfzl-text1 {
    font-size: 16px;
    line-height: 32px;
  }

  .yfzl-text2 {
    font-size: 12px;
    line-height: 24px;
  }

  .bottom-imgbox {
    margin: 20px 0;
    height: 45px;
  }

  .bottom-imgbox img {
    width: 98px;
  }
}
