/*
 * @Descripttion: 凯莱通
 */
* {
  line-height: 1.5;
}

.pm-title {
  margin-top: 0px;
  margin: 0rem 0 1rem 0;
}

.pm-title :nth-child(1) {
  padding: 0px;
}
.pm-title :nth-child(2) {
  font-size: 45px;
}

.pm-top-title {
  /* 背景颜色上下渐变 */
  background: linear-gradient(to bottom, #fff, #FFF1CF);
  text-align: center;
  padding: 40px;
  color: #FE9112;
}

.pm-top-title img {
  height: 100px;
  width: auto;
}

/* 头部 */
.pm-top {
  border-top: 5px solid #FFC561;
  background: #fff1cf48 url('../img/assets/pm/klt/klt_title_bg.png');
  background-size: auto 100%;
  max-height: 600px;
  padding: 50px;
  padding-bottom: 25px;
  margin-bottom: 1.5rem;
}


.pm-top-info-box {
  box-sizing: border-box;
  width: 46%;
  font-size: 14px;
  line-height: 1.8;
  padding: 2rem 20px;
}

.pm-top-info-left-box {
  width: 100%;
  text-align: left;
}

.pm-top-info-box p {
  margin-bottom: 10px;
}

.pm-top-info-left-box span {
  font-size: 30px;
}

.pm-top-info-left-box a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background-color: #FB971F;
  padding: 15px;
}

.pm-top-info-left {
  font-weight: bold;
}

.pm-top-pic {
  width: 53%;
  text-align: center;
  overflow: hidden;
  /*图片超出div部分隐藏*/
}

.pm-top-pic img {
  max-height: 500px;
}


/* 产品背景 */
.pm-remark {
  border-top: 5px solid #FFC561;
  background: linear-gradient(to bottom, #fff1cfbb, #fff);
  background-size: auto 100%;
  max-height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 50px 10px 50px;

}

.pm-remark-left {
  box-sizing: border-box;
  width: 46%;
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
}

.pm-remark-left p {
  margin-top: 25px;

}

.pm-remark-left-title {
  font-size: 25px;
  color: #9D5500;
  font-weight: 400;
}

.pm-remark-left img {
  width: auto;
  height: 35px;
  vertical-align: middle;
  /* 使图片在行内元素中垂直居中 */
  display: inline-block;
  /* 确保vertical-align生效 */
}

.pm-remark-right {
  width: 53%;
  text-align: center;
  overflow: hidden;
  /*图片超出div部分隐藏*/
}

.pm-remark-right img {
  max-height: 350px;
}



/* 多重临床获益 */

.pm-use {
  margin-bottom: 0px;
}

.pm-use-item-title {
  font-size: 25px;
  font-weight: 600;
  color: #9D5500;
  text-decoration: underline;
  text-decoration-color: #FFA72B;
  text-decoration-thickness: 3px;
}

.pm-use-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 49%;
  padding: 2rem 3rem 1rem;
  background: linear-gradient(to bottom, #fff1cfbb, #FBFBF9);
  margin-bottom: 25px;
}

.pm-use-item-left {
  box-sizing: border-box;
  width: 55%;
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
  text-align: justify; /* 两端对齐 */
  text-justify: inter-word; /* 优化单词间距 */
  hyphens: auto; /* 允许断字以改善对齐 */
}

/* 针对中文优化的对齐方式 */
.pm-use-item-left p.justify-cn {
  text-align: justify;
  text-justify: inter-ideograph; /* 更适合中文的两端对齐 */
  word-break: break-all; /* 允许在任意字符间断行 */
}

.pm-use-item-left p {
  padding-top: 25px;
}

.pm-use-item-right {
  width: calc(44% - 15px);
  text-align: center;
  overflow: hidden;
  padding-left: 15px;
}

.pm-use-item-right img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
}

/* 产品优势 */

.pm-advantage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0rem;
}

.pm-advantage-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 49%;
  background: linear-gradient(to bottom, #fff1cfbb, #fff);
  margin-bottom: 25px;
}

.pm-advantage-item-left {
  box-sizing: border-box;
  width: calc(75% - 15px);
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
  padding: 2rem 0rem 0rem 2rem;
  height: 200px;
}

.pm-advantage-item-title-logo {
  border: #EB8000 4px solid;
  border-radius: 10px;
  width: 50px;
  padding: 3px 15px;
  font-size: 25px;
  background-color: #FFF;
  font-weight: 900;
  color: #EB8000;
}

.pm-advantage-item-title {
  width: 100%;
  display: block;
  font-size: 25px;
  color: #9C5400;
  margin-top: 25px;
  font-weight: 900;
  line-height: 30px;
}


.pm-advantage-item-right {
  padding: 2rem 15px 15px 15px;
  width: calc(25% - 15px);
  text-align: center;
  overflow: hidden;
}

.pm-advantage-item-right img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}


.pm-advantage-item-title {
  width: 100%;
}

.pm-advantage-item-bottom {
  background: #FAFAFA;
  padding: 25px 75px 35px 75px;
  width: 100%;
  min-height: 300px;
  text-align: justify; /* 两端对齐 */
  text-justify: inter-word; /* 优化单词间距 */
  hyphens: auto; /* 允许断字以改善对齐 */
}


.pm-advantage-item1 .pm-advantage-item-bottom {
  min-height: 300px;
}


.pm-advantage-item3 {
  width: 32%;
}

.pm-advantage-item3 .pm-advantage-item-bottom{
  min-height: 350px;
}

.pm-advantage-item-bottom-num {
  font-size: 18px;
  color: #9B5500;
}

.pm-advantage-item-bottom-num span {
  border: #9B5500 2px solid;
  border-radius: 5px;
  padding: 0px 8px;
}


/* 适用人群 */
.pm-img-syrq {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 99%;
  margin: auto;
  margin-bottom: 0px;
}

.pm-img-syrq-item {
  text-align: center;
  width: 49%;
}

.pm-img-syrq img {
  border: 0px;
  max-width: 100%;
}

.pm-img-syrq-item-title {
  font-size: 35px;
  color: #9B5402;
  font-weight: 500;
}

.pm-img-syrq-item p {
  line-height: 1.5;
  font-size: 18px;
}

.pm-syrq-content {
  /* border: 3px solid #FFC561; */
  padding-top: 25px;
  height: 200px;
  margin-bottom: 25px;
  background: linear-gradient(to bottom, #fff1cfbb, #fff);
}


/* 可以跟那些药一起吃 */
.pm-unite {
  border-top: 5px solid #FFC561;
  background: linear-gradient(to bottom, #fff1cfbb, #fff);
  background-size: auto 100%;
  max-height: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 50px 50px 50px;

}

.pm-unite-left {
  box-sizing: border-box;
  width: 71%;
  font-size: 14px;
  line-height: 24px;
  margin-top: 50px;
  padding-left: 120px;
  padding-right: 25PX;
}

.pm-unite-left-title {
  font-size: 26px;
  color: #9D5500;
  font-weight: 550;
}

.pm-unite-right {
  width: 28%;
  text-align: center;
  overflow: hidden;
  /*图片超出div部分隐藏*/
}

.pm-unite-right img {
  max-height: 250px;
  max-width: 100%;
}

.pm-unite2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 99%;
  margin: auto;
  margin-bottom: 1.5rem;
}

.pm-unite2-item {
  position: relative;
  width: 24%;
  text-align: center;
  overflow: hidden;
  /* 防止内容溢出 */
  background-color: #f8f8f8;
  height: 200px;
}

.pm-unite2-item-bg {
  background: url('../img/assets/pm/klt/unite2-top-bg.png') repeat-x;
  /* 背景图左右平铺 */
  background-size: auto;
  /* 根据需要调整背景图的大小 */
  height: 200px;
}

.pm-unite2-item-title {
  background-color: #fff1cfbb;
  width: 80%;
  padding: 15px 0 15px 0;
  color: #9D5500;
  font-weight: 530;
  margin: 0 auto;
  /* 使标题居中 */
  text-align: center;
  /* 确保文本居中 */
  height: 55px;
  margin-bottom: 25px;
  font-size: 20px;
}

.pm-unite2-item p {
  line-height: 1.5;
  font-size: 18px;
}


/* 用法用量 */
.pm-dosage {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 99%;
  margin: auto;
  margin-bottom: 1.5rem;
}

.pm-dosage-item {
  position: relative;
  width: 49%;
  text-align: left;
  overflow: hidden;
  /* 防止内容溢出 */
  background-color: #f8f8f8;
  min-height: 520px;
  /* margin-bottom: 35px; */
}

.pm-dosage-item-bg {
  background: url('../img/assets/pm/klt/unite2-top-bg.png') repeat-x;
  /* 背景图左右平铺 */
  background-size: auto;
  /* 根据需要调整背景图的大小 */
}

.pm-dosage-item-title {
  background-color: #fff1cfbb;
  width: 80%;
  padding: 15px 0 15px 0;
  color: #9D5500;
  font-weight: 530;
  margin: 0 auto;
  /* 使标题居中 */
  text-align: center;
  /* 确保文本居中 */
  height: 55px;
  margin-bottom: 25px;
  font-size: 20px;
}

.pm-dosage-item p {
  line-height: 1.8;
  font-size: 18px;
}

.pm-dosage-item-title p {
  font-size: 30px;
  font-weight: 500;
}

.pm-dosage-item-content {
  padding: 25px 90px;
  text-align: justify; /* 两端对齐 */
  text-justify: inter-word; /* 优化单词间距 */
  hyphens: auto; /* 允许断字以改善对齐 */
}

/* 针对中文优化的对齐方式 */
.pm-dosage-item-content p.justify-cn, pm-advantage-item-bottom p.justify-cn {
  text-align: justify;
  text-justify: inter-ideograph; /* 更适合中文的两端对齐 */
  word-break: break-all; /* 允许在任意字符间断行 */
}

.pm-dosage-item-bottom-num {
  font-size: 18px;
  color: #9B5500;
}

.pm-dosage-item-bottom-num span {
  border: #9B5500 2px solid;
  border-radius: 5px;
  padding: 0px 8px;
}

.pm-dosage-item-title img {
  width: auto;
  height: 45px;
  vertical-align: middle;
  /* 使图片在行内元素中垂直居中 */
  display: inline-block;
  /* 确保vertical-align生效 */
}


/* 指南推荐 */
.pm-referrals {
  border-top: 5px solid #FFC561;
  background: linear-gradient(to bottom, #fff1cfbb, #fff);
  background-size: auto 100%;
  max-height: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 50px 50px 50px;

}

.pm-referrals-left {
  box-sizing: border-box;
  width: 71%;
  font-size: 14px;
  line-height: 24px;
  margin-top: 50px;
  padding-left: 120px;
  padding-right: 25PX;
}

.pm-referrals-left-title {
  font-size: 26px;
  color: #9D5500;
  font-weight: 550;
}

.pm-referrals-left-content {
  font-size: 26px;
  color: #9D5500;
}

.pm-referrals-right {
  width: 28%;
  text-align: center;
  overflow: hidden;
  /*图片超出div部分隐藏*/
}

.pm-referrals-right img {
  max-height: 250px;
  max-width: 100%;
}

.pm-referrals-book {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 99%;
  margin: auto;
  padding-bottom: 80px;
}

.pm-referrals-book-item {
  margin-top: 25px;
  width: 24%;
  background-color: #f8f8f8;
  text-align: center;
}

/* 设置动画执行的时间为0.6s */
.pm-referrals-book-item img {
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 100%;
  height: 250px;
  transition: all 1.5s;
}

.pm-referrals-book-item img:hover {
  transform: scale(1.3);
}

.pm-referrals-book-item p {
  background-color: #fff1cfbb;
  color: #9D5500;
  font-size: 20px;
  font-weight: 500;
  padding: 25px 25px;
  height: 85px;
}

@media screen and (max-width: 1920px){
  .pm-advantage-item-bottom {
    min-height: 600px;
  }
  
}

@media screen and (max-width: 768px) {

  .pm-use-item,
  .pm-advantage-item3,
  .pm-advantage-item {
    width: 100%;
  }

  .pm-top-info-box,
  .pm-top-pic,
  .pm-remark-left,
  .pm-remark-right,
  .pm-unite2-item,
  .pm-dosage-item,
  .pm-img-syrq-item {
    width: 100%;
  }

  pm-unite2-item img {
    width: 100%;
    height: auto;
  }


  .pm-top {
    height: 100%;
    max-height: none;
  }

  .pm-unite {
    margin: 5px;
    padding: 25px 5px 15px 5px;
  }

  .pm-unite-left {
    padding: 5px;
  }

  .pm-unite-right {
    margin-top: 35px;
  }

  .pm-referrals {
    padding: 0px;
  }

  .pm-dosage-item {
    min-height: 500px;
  }

  .pm-referrals-left {
    padding-top: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .pm-unite-left {
    margin-top: 5px;
  }

  .pm-unite-right {
    margin-top: 0px;
  }

  .pm-referrals-book-item {
    width: 100%;
  }

  .pm-dosage-item-content p,pm-advantage-item-bottom p {
    text-align: justify;
    word-break: break-word; /* 移动端优化断词 */
    overflow-wrap: break-word;
}

}