.about-box p {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 30px;
  margin-bottom: 16px;
}
.about-box img {
  max-width: 100%;
  margin: 0 auto 16px;
}
.info-name {
  font-size: 21px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 29px;
}
.organ-card-box {
  margin-top: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F5F6F7;
}
.organ-card-box .organ-card-m {
  flex: 1;
  min-width: 0;
}
.organ-card-box .organ-card-m h3 {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
}
.organ-card-box .organ-card-m p {
  color: #9E9E9E;
  margin-top: 1px;
}
.organ-card-box button {
  width: 80px;
  height: 32px;
  background: #F22742;
  border-radius: 200px;
  border: 0;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.info-intro {
  padding: 16px;
  background: #FFFBFB;
  border-radius: 8px;
  display: flex;
}
.info-intro i {
  font-size: 20px;
  color: #F22742;
  margin-top: 3px;
}
.info-intro p {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 26px;
  margin-left: 8px;
}
.info-profile {
  margin-top: 12px;
}
.info-profile p {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 30px;
  margin-bottom: 16px;
}
.info-profile img {
  max-width: 100%;
  margin: 0 auto 20px;
}
.disclaimer .disclaimer-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 18px;
}
.disclaimer .disclaimer-title::before {
  content: '';
  width: 36px;
  height: 1px;
  background: linear-gradient(270deg, #D9D9DA 0%, rgba(235, 235, 235, 0) 100%);
  margin-right: 8px;
}
.disclaimer .disclaimer-title::after {
  content: '';
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, #D9D9DA 0%, rgba(235, 235, 235, 0) 100%);
  margin-left: 8px;
}
.disclaimer .disclaimer-text {
  margin-top: 8px;
  background: #FAFBFC;
  border-radius: 8px;
  padding: 16px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 20px;
}
.inner-main {
  background-color: unset;
  padding-bottom: 0;
}
.inner-main .div-block {
  padding-bottom: 16px;
}
.info-page {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 4px;
}
.info-page li {
  width: calc((100% - 19px) / 2);
}
.info-page li h3 {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 22px;
}
.info-page li p {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 18px;
  margin-top: 8px;
}
.info-page li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #FFF2F4;
  border-radius: 4px;
  margin-top: 28px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #F22742;
  text-align: center;
}
.info-page li a i {
  transform: translateY(2px);
  display: inline-block;
}
.related-kc li:last-child {
  padding-bottom: 0;
}
