/*
 * @Descripttion: 比清
 */
.pm-advantages-item {
  width: 10%;
  text-align: center;
}
.bq-authority {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pm-info-item {
  padding: 20px 1%;
}
.pm-info-item-title {
  width: 48%;
  align-self: center;
  text-align: center;
}
.pm-info-item-title p.title {
  font-size: 18px;
}
.pm-info-item-title p.small {
  font-size: 10px;
  transform: scale(0.83333);
}
.pm-info-item-title p.middle {
  font-size: 12px;
}
.bq-authority {
  background-color: #f4f4f4;
  padding-bottom: 10px;
}
.bq-authority img {
  width: 49%;
  display: block;
}
/* 应用 */
.pm-use-item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .pm-advantages-item,
  .pm-use-item,
  .bq-authority img {
    width: 100%;
  }
}
