.alwaysShow {
  display: block !important;
}
.generalMedicinePageCon {
  width: 1048px;
  margin: 0 auto;
}
.titleShow1440 {
  display: none;
}
.generalMedicinePageConTitle {
  font-size: 48px;
  color: #293033;
  text-align: center;
  margin-bottom: 80px;
  line-height: 69px;
}
.generalMedicinePageConDesc {
  position: relative;
  margin-bottom: 80px;
}
.generalMedicinePageConDesc1 {
  font-size: 16px;
  font-weight: 300;
  color: #293033;
  line-height: 32px;
  margin-top: 16px;
  position: relative;
}
.generalMedicinePageConDesc1:first-child {
  margin-top: 0px;
}
.detailErjiTitle {
  font-size: 20px;
  color: #293033;
  line-height: 29px;
  margin-bottom: 20px;
}
.detailSanjiTitle {
  font-size: 16px;
  color: #293033;
  line-height: 32px;
  margin-bottom: 20px;
}
.generalEns {
  margin-top: 40px;
}
.generalEn {
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #72777a;
}

.generalEn span {
  min-width: 15px;
}
.generalEn:last-child {
  margin-bottom: 0px;
}
.zlbw {
  width: 433px;
  height: 316px;
  margin-bottom: 20px;
}
.zllctitle {
  font-size: 16px;
  color: #293033;
  line-height: 23px;
}
.zllctitleErji {
  font-size: 14px;
  color: #293033;
  line-height: 20px;
  margin-bottom: 30px;
}
.zllcCon {
  margin-left: 24px;
}
.zllcContxt {
  font-size: 14px;
  font-weight: 300;
  color: #72777a;
  line-height: 16px;
  margin-bottom: 16px;
}

.zllcContxt:last-child {
  margin-bottom: 0px;
}

.bgLinearTxt,
.bgLinearTxt2,
.bgLinearTxt3,
.bgLinearTxt4 {
  padding: 32px;
  background: linear-gradient(
    115deg,
    #f2f8ff 0%,
    #f7ffff 27%,
    #f7fdff 48%,
    #fcfaff 68%,
    #f0f7ff 100%
  );
}
.bgLinearTxt.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bgLinearTxt.noBg {
  background: none;
}
.bgLinearTxt2 .recommandCon {
  margin-top: 0;
}
.bgLinearTxt3 .recommandCon {
  margin-top: 0;
}
.bgLinearTxt4 .recommandCon {
  margin-top: 0;
}
.ljLine.ljLine2 {
  border-color: #43c4e0;
}
.bgLinearTxt.bg2 {
  background: #fbfefe;
}
.bgLinearTxt.bg2.title {
  color: #43c4e0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgLinearTxt.bg2.title .dotted {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #43c4e0;
  margin-left: 12px;
  &:first-child {
    margin-right: 12px;
    margin-left: 0;
  }
}
.ljTittle {
  display: flex;
  justify-content: space-between;
}

.ljTittle.ljCon {
  align-items: center;
}
.ljTittleItem {
  font-size: 16px;
  font-weight: 300;
  color: #72777a;
  line-height: 19px;
}
.ljTittleItemSon {
  font-size: 16px;
  font-weight: 300;
  color: #293033;
  line-height: 19px;
}
.ljTittleItem2 {
  width: calc(calc(100% - 84px) / 2);
}
.ljTittleItem3 {
  /* width: calc(calc(100% - 120px) / 3); */
  flex: 2;
}
.ljTittle .ljTittleItem3 {
  &:first-child {
    flex: 3;
  }
}
.ljTittleItem3.show375n {
  display: block;
}
.ljLine {
  width: 100%;
  border-bottom: 1px solid #d9f3f9;
}
.ljDesc {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #9e9e9e;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.ljDesc span {
  width: 6px;
  height: 6px;
  background: #9e9e9e;
  border-radius: 50%;
  margin-right: 8px;
}
.generalMarB40 {
  margin-bottom: 40px;
}
.generalMarB20 {
  margin-bottom: 20px;
}
.generalMedicinePageConDesc2 {
  color: #72777a;
  font-weight: 300;
}
.descLabel {
  color: #43c4e0;
}
.descInfo {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  color: #72777a;
  line-height: 24px;
}
.noTitle {
  font-size: 16px;
  font-weight: 300;
  color: #293033;
  line-height: 32px;
}
.detail_lrDesc {
  display: flex;
  /* height: 345px; */
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-between;
}
.detail_desc {
  width: calc(calc(100% - 40px) / 2);
  padding: 40px;
  flex: 1;
}
.detail_l {
  margin-right: 40px;
  background: #faf4ef;
}
.detail_r {
  background: #f4f7ee;
}
.detail_lrDescLine {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.detail_lrDescLineOrange {
  border-top: 1px dashed #ffc795;
}
.detail_lrDescLineGreen {
  border-top: 1px dashed #c9e784;
}
.center {
  text-align: center;
}
.bgRecommend {
  padding: 32px;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url("/imgs/xqbgtj.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.recommandLine {
  width: 100%;
  height: 1px;
  background-color: #d0e3f7;
}
.recommandCon {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 32px;
}
.recommandConItemPoint {
  margin-right: 8px;
  margin-top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #293033;
}
.recommandConItem {
  display: flex;
  flex-direction: row;
  width: calc(calc(100% - 20px) / 2);
}
.recommandConItemMt {
  margin-top: 20px;
}
.checkedDescItem {
  margin-right: 20px;
}
.generalMarR20 {
  margin-right: 20px;
}
.recommandCon.checkedDesc {
  margin-top: 0;
}
.checkedDesc .recommandConItem {
  width: calc(calc(100% - 20px) / 2);
}
.conDescBg2 {
  padding: 32px;
  /* height: 377px; */
  background: linear-gradient(
    115deg,
    #f2f8ff 0%,
    #f7ffff 27%,
    #f7fdff 48%,
    #fcfaff 68%,
    #f0f7ff 100%
  );
}
.generalMarB32 {
  margin-bottom: 32px;
}
.detailErjiTitle16 {
  margin-bottom: 16px;
}
.conDescBg2Con {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.conDescBg2Conitem {
  border-radius: 4px;
  /* width: calc(100% - 64px); */
  /* width: calc(calc(100% - 64px) / 3); */
  /* width: 307px;
  height: 140px; */
  flex: 1;
  border: 1px dashed #d0e3f7;
  padding: 20px;
  font-size: 16px;
  line-height: 32px;
}
.conDescBg2Con .conDescBg2Conitem {
  margin-right: 32px;
}
.conDescBg2Con .conDescBg2Conitem:last-child {
  margin-right: 0;
}
.conDescBg3Con .conDescBg2Conitem {
  /* width: calc(100% - 32px); */
  /* width: calc(calc(100% - 32px) / 3); */
  /* width: 476px; */
  /* height: 140px; */
  margin-right: 32px;
}
.conDescBg3Con .conDescBg2Conitem:last-child {
  margin-right: 0;
}
.conDescBg2Conitem .recommandConItem {
  width: 100%;
  margin-bottom: 4px;
}
.grayNoMar {
  font-size: 16px;
  font-weight: 300;
  color: #72777a;
  line-height: 32px;
}
.generaMarB0 {
  margin-bottom: 0;
}
.bgLinearTxt .recommandConItem {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #293033;
  line-height: 32px;
}
.bgLinearTxt .recommandConItem .recommandConItemCon {
  flex: 1;
}
.goToLink {
  color: #1675d9 !important;
  text-decoration: underline;
}
.rowItem3 .recommandConItem {
  width: calc(calc(100% - 40px) / 3);
}
.rowItem3768 {
  display: none;
}
.textInColor {
  color: #43c4e0;
}
.noMarT0 .recommandCon {
  margin-top: 0;
}
.bgLinearTxt2 .recommandConItem {
  width: calc(calc(100% - 64px) / 2);
}
.bgLinearTxt3 .recommandConItem {
  width: calc(calc(100% - 128px) / 3);
}
.rowItemMarR64 {
  margin-right: 64px;
}
.rowItem1 .recommandConItem {
  width: 100%;
  justify-content: center;
}
.rowItem1.txtleft .recommandConItem {
  width: 100%;
  justify-content: left;
}
/* IPL光治疗 */
.iplLightSkin,
.iplLightSkinitems {
  display: flex;
  position: relative;
  flex-direction: row;
}
.iplLightSkinitems {
  align-items: center;
  padding-bottom: 74px;
}
.iplLightSkin {
  margin-bottom: 20px;
  justify-content: space-between;
}
.iplLightSkinitemT {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #293033;
  line-height: 17px;
  margin-bottom: 8px;
}
.iplLightSkinitemImg {
  width: 210px;
  height: 130px;
}
.iplLightSkinIcon {
  margin: 0 20px;
  font-size: 24px;
  color: #1675d9;
  margin-top: 23px;
}
.iplLightSkinIcon .iconfont {
  font-size: 24px;
}
.iplConLine {
  position: absolute;
  left: 50%;
  top: 70px;
  width: 1px;
  background-color: #b2b6b8;
  height: 40px;
  transform: translateX(-50%);
}
.iplLightSkinitemBot {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 16px;
  font-weight: 300;
  color: #72777a;
  line-height: 27px;
  transform: translateX(-50%);
}
/* 再生医疗 */

.askAndAnswerItem {
  position: relative;
  padding-bottom: 80px;
}
.askItem,
.answerItem {
  display: flex;
}
.askItem {
  font-size: 16px;
  font-weight: 300;
  color: #293033;
  line-height: 32px;
}
.answerItem {
  font-size: 16px;
  font-weight: 300;
  color: #72777a;
  line-height: 32px;
  margin-top: 20px;
}
.askItemQues,
.answerItemAns {
  margin-top: 6px;
  margin-right: 8px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #293033;
}

.askItemQues {
  color: #fff;
  background: #293033;
}
.answerItemAns {
  color: #293033;
  background: #fff;
}
.answerItemAns.noborder {
  border-color: #fff !important;
}
.mt16 {
  margin-top: 16px;
}
.answerItemLine {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #72777a;
}
.askAndAnswers .askAndAnswerItem:last-child {
  padding-bottom: 0;
}
.noBoderBg {
  background: none;
  border: none;
}
.cellImgs {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.cellCon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cellTitle {
  font-size: 16px;
  color: #293033;
  line-height: 32px;
  margin-bottom: 8px;
}
.cellTitle3 {
  font-size: 16px;
  color: #293033;
  line-height: 32px;
  margin-top: 8px;
}
.cellImg {
  width: 210px;
  height: 148px;
}
.middleImg {
  width: 17px;
  height: 20px;
  margin: 110px 22px 0 18px;
}
.cellTitle2 {
  font-weight: 300;
  font-size: 16px;
  color: #72777a;
  line-height: 24px;
  margin-top: 8px;
  max-width: 210px;
  text-align: center;
}
.mscsImg {
  width: 268px;
  margin-bottom: 8px;
}
.cellCon1 {
  margin-right: 40px;
}
.nkcellCon {
  width: fit-content;
  margin-top: 20px;
}
.nkcellConTitle {
  font-weight: 300;
  font-size: 16px;
  color: #72777a;
  line-height: 24px;
  margin-bottom: 20px;
}
.nkbgSpan {
  font-size: 18px;
  color: #ffffff;
  background: #293033;
  border-radius: 3px 3px 3px 3px;
  padding: 0 5px;
  display: inline-block;
  margin-right: 5px;
}
.nkImg1 {
  width: 237px;
}
.nkcellConTitle2 {
  font-size: 20px;
  color: #293033;
  line-height: 29px;
  margin-bottom: 20px;
}
.nkImg2 {
  width: 552px;
}
.fibroblastsTop {
  display: flex;
  position: relative;
  width: fit-content;
  padding-bottom: 8px;
}
.fibroblastsTop1 {
  display: flex;
}
.fibroblastsTopMidImg {
  width: 17px;
  height: 20px;
  margin: 85px 24px 0;
}
.topLeft {
  min-width: 56px;
  margin-right: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  font-weight: 300;
  font-size: 14px;
  color: #293033;
  line-height: 17px;
}
.topLeftItem1 {
  margin-top: 42px;
}
.topLeftItem {
  margin-top: 25px;
}
.topRightTxt1 {
  font-weight: 300;
  font-size: 14px;
  color: #293033;
  line-height: 32px;
  margin-bottom: 8px;
  text-wrap: nowrap;
}
.topRightTxt2 {
  font-weight: 300;
  font-size: 16px;
  color: #72777a;
  line-height: 32px;
  margin-top: 20px;
}
.topRight {
  width: 230px;
  text-align: center;
}
.fibroblastsTopImg {
  width: 230px;
}
.lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
.solidLine {
  border-bottom: 1px solid #72777a;
}
.dashedLine {
  border-bottom: 1px dashed #72777a;
  width: 100%;
}
.fibroblastsTopDesc {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.fibroblastsIcon1 {
  width: 14px;
  height: 22px;
}
.fibroblastsIcon2 {
  width: 25px;
  height: 25px;
  margin-left: 20px;
}
.fibroblastsTopDescP {
  font-weight: 300;
  font-size: 14px;
  color: #72777a;
  line-height: 17px;
  margin-left: 8px;
}
.fibroblastsMid {
  margin-top: 28px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.fibroblastsMidMidImg {
  margin-left: 14px;
  margin-right: 14px;
}
.blueTxt {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  color: #43c4e0;
}
.topRightTxt2 .topRightTxt2 {
  margin-top: 0;
}
.botImgs {
  margin-top: 72px;
  justify-content: space-between;
  display: flex;
}
.botImsItem {
  justify-content: space-between;
  width: calc(50% - 22px);
  display: flex;
}
.botImsItem .fibroblastsTop1 {
  width: calc(50% - 22px);
}
.botImsItem .topRight,
.botImsItem .fibroblastsTopImg {
  width: 100%;
}
.topRightTxtWrap {
  margin-top: -32px;
  text-wrap: wrap;
}
.botImgs .fibroblastsTopMidImg {
  margin-top: 15%;
}
.botImsItem .fibroblastsTopMidImg {
  margin-top: 30%;
}

.botImgs2 .fibroblastsTopMidImg {
  margin-top: 20%;
}
.botImgs2 {
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.textwrap {
  text-wrap: wrap;
}
.botTopMsg {
  position: absolute;
  top: -35px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #ff912b;
  line-height: 23px;
}
.absoImg {
  margin: 0 10px 0 100px !important;
  margin-left: 100px;
  transform: rotate(90deg);
}
.circleOrange {
  min-width: 16px;
  margin-right: 8px;
  height: 16px;
  display: inline-block;
  background: #ff912b;
  border-radius: 50%;
}
.jlhTitle {
  font-size: 18px;
  color: #293033;
  line-height: 26px;
  margin-bottom: 20px;
}
.jlhCon {
  display: flex;
}
.jlhLeft {
  min-width: 130px;
  padding-right: 10px;
  border-right: 1px solid #333;
  font-weight: 300;
  font-size: 16px;
  color: #293033;
  line-height: 32px;
}
.jlhRight {
  margin-left: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #72777a;
  line-height: 32px;
}
.botBigIms {
  margin-top: 20px;
  width: 658px;
}
/*  */
@media screen and (max-width: 1440px) {
  .iplLightSkin {
    margin-bottom: 32px;
  }

  .ljTittleItem3 {
    /* width: calc(calc(100% - 105px) / 3); */
  }
  .titleShow1920 {
    display: none;
  }
  .zlbw {
    width: 400px;
    height: 291px;
    margin-bottom: 20px;
  }
  .titleShow1440 {
    display: block;
  }
  .generalMedicinePageConTitle {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 60px;
  }
  .generalMedicinePageCon {
    width: 1036px;
  }
  .generalMedicinePageConDesc {
    margin-bottom: 60px;
  }
  .detail_lrDescLine {
    bottom: -16px;
  }
  .generalMarB40 {
    margin-bottom: 32px;
  }
  /* .detail_lrDesc {
    height: 329px;
  } */
  .detail_desc {
    width: calc(calc(100% - 32px) / 2);
    padding: 32px;
  }
  .detail_l {
    margin-right: 32px;
    background: #faf4ef;
  }
  .recommandConItemMt {
    margin-top: 16px;
  }
  .bgRecommend {
    padding: 32px;
  }
  .recommandLine {
    width: 100%;
    height: 1px;
    background-color: #d0e3f7;
  }
  .recommandCon {
    font-size: 16px;
    line-height: 32px;
  }
  .recommandConItem {
    width: calc(calc(100% - 64px) / 2);
  }
  .generalMarR20 {
    margin-right: 64px;
  }
  .generalMarB20 {
    margin-bottom: 20px;
  }
  .generaMarB0 {
    margin-bottom: 0;
  }
  .conDescBg3Con .conDescBg2Conitem {
    /* width: 470px; */
    /* height: 140px; */
  }
  .rowItem3 .recommandConItem {
    width: calc(calc(100% - 128px) / 3);
  }
  .rowItemMarR64 {
    margin-right: 64px;
  }

  .iplLightSkinitems {
    padding-bottom: 70px;
  }
  .iplConLine {
    top: 77px;
  }
  /* 再生医疗 */

  .askAndAnswerItem {
    padding-bottom: 64px;
  }
  .answerItem {
    margin-top: 16px;
  }
  .answerItemLine {
    bottom: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .ljTittleItem2 {
    width: calc(calc(100% - 56px) / 2);
  }
  .ljTittleItem3 {
    /* width: calc(calc(100% - 0px) / 3); */
  }
  .bgLinearTxt.noBg {
    padding: 32px 28px;
  }
  .iplLightSkin {
    margin-bottom: 28px;
  }
  .bgLinearTxt,
  .bgLinearTxt2,
  .bgLinearTxt4,
  .bgLinearTxt3 {
    padding: 28px;
  }
  .detailErjiTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .generalMedicinePageConTitle {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 56px;
  }
  .generalMedicinePageCon {
    width: 924px;
  }
  .generalMedicinePageConDesc {
    margin-bottom: 56px;
  }
  .generalMarB40 {
    margin-bottom: 28px;
  }
  .detailErjiTitle2 {
    margin-bottom: 16px;
  }
  .detail_desc {
    width: calc(calc(100% - 28px) / 2);
    padding: 28px;
  }
  .detail_l {
    margin-right: 28px;
  }
  /* .detail_lrDesc {
    height: 306px;
  } */
  .detail_desc .generalMedicinePageConDesc.generalMarB40 {
    margin-bottom: 32px;
  }
  .recommandCon {
    margin-top: 28px;
  }
  .recommandConItemMt {
    margin-top: 16px;
  }
  .bgRecommend {
    padding: 28px;
  }
  .generalMarB32 {
    margin-bottom: 28px;
  }
  .generalMarR20 {
    margin-right: 56px;
  }
  .recommandConItem {
    width: calc(calc(100% - 56px) / 2);
  }
  .generalMarB20 {
    margin-bottom: 20px;
  }
  .generalMarB8 {
    margin-bottom: 8px;
  }
  .generaMarB0 {
    margin-bottom: 0;
  }
  .detailErjiTitle16 {
    margin-bottom: 12px;
  }
  .conDescBg2 {
    padding: 28px;
    height: auto;
  }
  .conDescBg2Con {
    margin-bottom: 28px;
  }

  .conDescBg2Con .conDescBg2Conitem {
    margin-right: 28px;
  }

  .conDescBg3Con .conDescBg2Conitem {
    margin-right: 28px;
  }
  .rowItem3 .recommandConItem {
    width: calc(calc(100% - 112px) / 3);
  }
  .rowItem3 .generalMarR20,
  .rowItem3 .rowItemMarR64 {
    margin-right: 56px;
  }

  .bgLinearTxt2 .recommandConItem {
    width: calc(calc(100% - 56px) / 2);
  }
  .bgLinearTxt3 .recommandConItem {
    width: calc(calc(100% - 112px) / 3);
  }
  .iplLightSkinitemImg {
    width: 189px;
    height: 117px;
  }
  .iplLightSkinIcon {
    margin: 0 16px;
    margin-top: 23px;
  }
  .iplConLine {
    top: 63px;
  }
  /* 再生医疗 */

  .askAndAnswerItem {
    padding-bottom: 56px;
  }
  .answerItem {
    margin-top: 16px;
  }
  .answerItemLine {
    bottom: 28px;
  }
  .topRightTxt1 {
    font-size: 12px;
  }
  .topRight {
    width: 180px;
  }
  .fibroblastsTopImg {
    width: 180px;
  }
}
@media screen and (max-width: 1120px) {
  .ljTittleItem2 {
    width: calc(calc(100% - 40px) / 2);
  }
  .ljTittleItem3 {
    /* width: calc(calc(100% - 70px) / 3); */
  }
  .bgLinearTxt.noBg {
    padding: 32px 20px;
  }
  .iplLightSkin {
    margin-bottom: 20px;
  }
  .bgLinearTxt,
  .bgLinearTxt2,
  .bgLinearTxt4,
  .bgLinearTxt3 {
    padding: 20px;
  }
  .zllctitleErji {
    margin-bottom: 16px;
  }
  .zlbw {
    width: 433px;
    height: 316px;
    margin-bottom: 16px;
  }
  .generalMedicinePageConTitle {
    font-size: 40px;
    line-height: 57px;
    margin: 60px 0;
  }
  .generalMedicinePageCon {
    width: calc(100% - 40px);
  }
  .generalMedicinePageConDesc {
    margin-bottom: 40px;
  }
  .generalMarB40 {
    margin-bottom: 20px;
  }
  .detail_l {
    margin-right: 20px;
  }
  /* .detail_lrDesc {
    height: 290px;
  } */
  .detail_desc {
    width: calc(calc(100% - 20px) / 2);
    padding: 20px;
  }
  .detail_desc .generalMedicinePageConDesc.generalMarB40 {
    margin-bottom: 32px;
  }
  .recommandCon {
    margin-top: 20px;
  }
  .recommandConItemMt {
    margin-top: 12px;
  }
  .bgRecommend {
    padding: 20px;
  }
  .generalMarB32 {
    margin-bottom: 20px;
  }
  .generalMarR20,
  .rowItemMarR64 {
    margin-right: 40px;
  }

  .bgLinearTxt2 .recommandConItem {
    width: calc(calc(100% - 40px) / 2);
  }
  .bgLinearTxt3 .recommandConItem {
    width: calc(calc(100% - 80px) / 3);
  }
  .recommandConItem {
    width: calc(calc(100% - 40px) / 2);
  }
  .generalMarB20 {
    margin-bottom: 20px;
  }
  .detailErjiTitle16 {
    margin-bottom: 12px;
  }
  .generaMarB0 {
    margin-bottom: 0;
  }
  .conDescBg2 {
    padding: 20px;
    height: auto;
  }
  .conDescBg2Con {
    margin-bottom: 20px;
  }

  .conDescBg2Con .conDescBg2Conitem {
    margin-right: 20px;
  }

  .conDescBg3Con .conDescBg2Conitem {
    margin-right: 20px;
  }
  .rowItem3 .recommandConItem {
    width: calc(calc(100% - 80px) / 3);
  }
  .rowItem3 .generalMarR20 {
    margin-right: 40px;
  }
  .iplLightSkinitemImg {
    width: 198px;
    height: 123px;
  }
  .iplLightSkinIcon {
    margin: 0 20px;
    margin-top: 23px;
  }
  .iplConLine {
    top: 77px;
  } /* 再生医疗 */

  .askAndAnswerItem {
    padding-bottom: 40px;
  }
  .answerItem {
    margin-top: 16px;
  }
  .answerItemLine {
    bottom: 20px;
  }
  .fibroblastsMid {
    width: 100%;
  }
  .fibroblastsTop1 {
    width: calc(calc(100% - 126px) / 4);
  }
  .fibroblastsTop3 {
    width: 100%;
  }
  .fibroblastsMid .topRight {
    width: 100%;
  }
  .fibroblastsMid .fibroblastsTopImg {
    width: 100%;
  }

  .topRightTxt1 {
    font-size: 14px;
  }
  .absoImg {
    margin: 0 10px 0 80px !important;
  }
  .botTopMsg {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 840px) {
  .absoImg {
    margin: 0 10px 0 60px !important;
  }
}
@media screen and (max-width: 820px) {
  .cellImgs {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .cellCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cellTitle {
    font-size: 16px;
    color: #293033;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .cellImg {
    width: calc(100% - 40px);
    height: auto;
  }
  .middleImg {
    width: 24px;
    height: 24px;
    margin: 100px 0px 0 0px;
  }
  .topRightTxtWrap2 {
    margin-top: -32px;
    text-wrap: wrap;
  }
  .fibroblastsTop1 {
    width: calc(calc(100% - 50px) / 4);
  }
  .fibroblastsTop3 {
    width: 100%;
  }
  .topRightTxtWrap {
    margin-top: -64px;
    text-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .bgLinearTxt.noBg {
    padding: 20px 20px;
  }
  .generalMedicinePageConTitle {
    margin: 44px 0;
    font-size: 32px;
    line-height: 46px;
  }
  .zlbw {
    width: 318px;
    height: 236px;
    margin-bottom: 16px;
  }
  .generalMedicinePageConDesc {
    margin-bottom: 32px;
  }
  /* .detail_lrDesc {
    height: 322px;
  } */
  .detail_desc {
    width: calc(calc(100% - 20px) / 2);
    padding: 20px;
  }
  .detail_desc .generalMedicinePageConDesc.generalMarB40 {
    margin-bottom: 32px;
  }
  .recommandCon {
    margin-top: 20px;
    justify-content: space-between;
  }
  .recommandConItemMt {
    margin-top: 12px;
  }
  .bgRecommend {
    padding: 20px;
  }
  .generalMarB32 {
    margin-bottom: 20px;
  }
  .generalMarR20 {
    margin-right: 40px;
  }
  .recommandConItem {
    width: calc(calc(100% - 40px) / 2);
  }
  .generalMarB40 {
    margin-bottom: 20px;
  }
  .generalMarB20 {
    margin-bottom: 20px;
  }
  .generaMarB0 {
    margin-bottom: 0;
  }
  .conDescBg2 {
    padding: 20px;
    height: auto;
  }
  .conDescBg2Con {
    margin-bottom: 20px;
  }

  .conDescBg2Con .conDescBg2Conitem {
    margin-right: 20px;
  }

  .conDescBg3Con .conDescBg2Conitem {
    margin-right: 20px;
  }
  .rowItem3 .recommandConItem {
    width: calc(calc(100% - 20px) / 2);
  }
  .rowItem3 .generalMarR20 {
    margin-right: 20px;
  }
  .rowItem3Div {
    height: auto;
  }
  .rowItem31920 {
    display: none;
  }
  .rowItem3768 {
    display: flex;
  }
  .rowItemMarR64 {
    margin-right: 20px;
  }

  .bgLinearTxt2 .recommandConItem {
    width: calc(calc(100% - 20px) / 2);
  }
  .bgLinearTxt3 .recommandConItem {
    width: calc(calc(100% - 20px) / 2);
  }
  .iplLightSkinitemImg {
    width: 150px;
    height: 93px;
  }
  .iplLightSkinIcon {
    margin: 0 12px;
    margin-top: 23px;
  }
  .iplLightSkinIcon .iconfont {
    font-size: 20px;
  }
  .iplConLine {
    top: 51px;
  }
}
@media screen and (max-width: 650px) {
  .ljTittleItem3.show375n,
  .none375 {
    display: none;
  }
  .bgLinearTxt,
  .bgLinearTxt3,
  .bgLinearTxt4,
  .bgLinearTxt2 {
    padding: 16px;
  }
  .bgLinearTxt.ptb20 {
    padding: 16px;
  }
  .ljTittleItem2 {
    width: calc(calc(100% - 32px) / 2);
  }
  .ljTittle {
    flex-wrap: wrap;
  }
  .ljTittle .ljTittleItem3 {
    width: calc(calc(100% - 64px) / 3);
    flex: none;
    &:first-child {
      width: 100%;
      flex: none;
      padding-bottom: 12px;
      margin-bottom: 12px;
      border-bottom: 1px dashed #d9f3f9;
      color: #293033;
    }
  }
  .bgLinearTxt.ptb20 .ljTittleItem3 {
    &:first-child {
      color: #72777a;
    }
  }
  .ljDesc {
    margin-top: 16px;
  }
  .bgLinearTxt.noBg {
    padding: 16px;
  }
  .detailErjiTitle {
    font-size: 16px;
    line-height: 23px;
  }
  .generalMedicinePageConTitle {
    margin: 32px 0;
    font-size: 26px;
    line-height: 37px;
  }
  .generalMedicinePageConDesc {
    margin-bottom: 24px;
  }
  .detailErjiTitle2 {
    font-size: 18px;
    line-height: 26px;
  }
  .detail_l {
    margin-right: 0;
  }
  .detail_lrDesc {
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .detail_desc {
    width: 100%;
    padding: 16px;
  }
  .detail_l {
    margin-bottom: 20px;
    background: #faf4ef;
  }
  .detail_r {
    background: #f4f7ee;
  }
  .recommandCon {
    margin-top: 16px;
    flex-direction: column;
    justify-content: space-between;
  }

  .bgRecommend {
    padding: 16px;
  }
  .generalMarB32 {
    margin-bottom: 16px;
  }
  .recommandConItem:first-child {
    margin-top: 0px;
  }
  .recommandConItemMt,
  .generalMarR20 {
    margin: 0;
  }
  .recommandConItem {
    margin-top: 8px;
    width: 100%;
  }
  .generalMarB40 {
    margin-bottom: 20px;
  }
  .generalMarB20 {
    margin-bottom: 20px;
  }
  .detailErjiTitle16 {
    margin-bottom: 8px;
  }
  .conDescBg2 {
    height: auto;
    padding: 16px;
  }
  .mb3750 {
    margin-bottom: 0;
  }
  .conDescBg2Con {
    flex-direction: column;
    justify-content: flex-start;
  }
  .conDescBg3Con .conDescBg2Conitem {
    height: auto;
    width: 100%;
  }
  .conDescBg2Conitem {
    width: 100%;
    height: auto;
    padding: 16px;
    margin-bottom: 16px;
  }
  .generaMarB0 {
    margin-bottom: 0;
  }
  .rowItem3 .recommandConItem {
    width: 100%;
  }
  .rowItem3 .generalMarR20 {
    margin-right: 0;
  }
  .rowItem3Div {
    height: auto;
  }
  .rowItem31920 {
    display: none;
  }
  .rowItem3768 {
    display: flex;
  }
  .rowItemMarR64 {
    margin-right: 0;
  }
  .bgLinearTxt2 .recommandConItem {
    width: 100%;
  }
  .bgLinearTxt3 .recommandConItem {
    width: 100%;
  }
  .iplLightSkin {
    flex-direction: column;
  }
  .iplLightSkinitems {
    width: 100%;
    justify-content: space-between;
  }
  .iplConLine {
    display: none;
  }
  .iplLightSkinitemImg {
    width: 145px;
    height: 90px;
  }
  .iplLightSkinIcon {
    margin: 0 12px;
    margin-top: 23px;
  }
  .iplLightSkinIcon .iconfont {
    font-size: 20px;
  }
  .iplLightSkinitemT {
    font-size: 13px;
  }
  .mb20375 {
    margin-bottom: 20px;
  }
  /* 再生医疗 */
  .askItemQues,
  .answerItemAns {
    margin-top: 8px;
    margin-right: 4px;
    font-size: 10px;
    line-height: 12px;
    min-width: 16px;
    height: 16px;
  }
  .cellImgs {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .cellCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cellTitle {
    font-size: 16px;
    color: #293033;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .cellImg {
    width: 181px;
    height: auto;
  }
  .middleImg {
    width: 17px;
    height: 20px;
    transform: rotate(90deg);
    margin: 17px 0px 22px 0px;
  }

  .cellTitle3 {
    font-size: 16px;
    color: #293033;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .nkcellCon {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .nkcellConTitle {
    font-weight: 300;
    font-size: 16px;
    color: #72777a;
    line-height: 24px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nkbgSpan {
    width: fit-content;
    font-size: 18px;
    color: #ffffff;
    background: #293033;
    border-radius: 3px 3px 3px 3px;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .nkImg1 {
    width: 237px;
  }
  .nkcellConTitle2 {
    font-size: 20px;
    color: #293033;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .nkImg2 {
    width: 335px;
  }

  .fibroblastsTop {
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .fibroblastsTopMidImg {
    margin: 8px auto 10px;
    transform: rotate(90deg);
  }
  .topLeft {
    margin-left: -75px;
  }
  .topLeftItem1 {
    margin-top: 42px;
  }
  .topLeftItem {
    margin-top: 25px;
  }
  .topRightTxt1 {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .topRightTxt2 {
    margin-top: 8px;
  }
  .topRight {
    width: 250px;
  }
  .fibroblastsTopImg {
    width: 250px;
  }
  .fibroblastsMid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fibroblastsTop1 {
    width: calc(calc(100% - 40px) / 2);
    justify-content: center;
  }
  .fibroblastsMidMidImg1 {
    transform: rotate(0deg);
    margin-left: 10px;
    margin-right: 10px;
  }
  .fibroblastsMidMidImg2 {
    position: absolute;
    bottom: -35px;
    right: calc(calc(100% - 20px) / 2);
  }
  .fibroblastsMidMidImg3 {
    margin-top: -150px;
    transform: rotate(180deg);
  }
  .fibroblastsTop2 {
    position: relative;
    margin-bottom: 34px;
  }
  .fibroblastsTop3 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .fibroblastsMid .topRight {
    width: 100%;
  }
  .fibroblastsMid .fibroblastsTopImg {
    width: 100%;
  }
  .botImgs {
    flex-direction: column;
    position: relative;
  }
  .topRightTxt1 {
    font-weight: 300;
    font-size: 14px;
    color: #293033;
    line-height: 24px;
  }
  .botImsItem {
    justify-content: space-between;
    width: calc(100% - 12px);
    display: flex;
    margin-bottom: 28px;
  }
  .botImsItem2 {
    flex-direction: row-reverse;
  }
  .topRightTxtWrap {
    margin-top: -24px;
  }
  .topRightTxtWrap2 {
    margin-top: 0;
  }
  .topRightTxtWrap1 {
    margin-top: -32px;
  }
  .fibroblastsMidMidImg4 {
    margin-top: 25%;
  }
  .fibroblastsMidMidImg5 {
    position: absolute;
    transform: rotate(90deg);
    right: calc(80% / 2);
    bottom: -40px;
  }
  .fibroblastsMidMidImg6 {
    transform: rotate(180deg);
  }
  .mb0375 {
    margin-bottom: 0;
  }
  .botImgs2 {
    margin-top: 35px;
    position: relative;
    display: flex;
    justify-content: flex-start;
  }
  .botImgs2 .botImsItem {
    flex-direction: row-reverse;
  }
  .absoImg2 {
    transform: rotate(180deg);
  }
  .absoImg {
    position: absolute;
    right: -30%;
  }
  .circleOrange {
    display: none;
  }
  .botTopMsg {
    font-size: 14px;
    color: #ff912b;
    line-height: 20px;
    top: -35px;
    left: -100%;
  }
  .botBigIms {
    margin-top: 8px;
    width: 336px;
  }
  .jlhTitle {
    text-align: center;
  }

  .jlhCon {
    display: block;
  }
  .jlhLeft {
    min-width: 130px;
    padding-right: 10px;
    border-bottom: 1px solid #333;
    border-right: none;
    font-weight: 300;
    font-size: 16px;
    color: #293033;
    line-height: 32px;
  }
  .jlhRight {
    margin-left: 0;
    font-weight: 300;
    font-size: 14px;
    color: #72777a;
    line-height: 28px;
  }
  .botBigIms {
    margin-top: 20px;
    width: 100%;
  }

  .cellCon1 {
    margin-right: 0;
  }
}
@media screen and (max-width: 498px) {
  .absoImg {
    position: absolute;
    right: -20%;
  }

  .topRightTxtWrap2 {
    margin-top: -32px;
  }
}

@media screen and (max-width: 425px) {
  .topRightTxtWrap {
    margin-top: -48px;
  }
}
