/* 律喜 */
.pm-advantages-item {
  width: 22%;
  padding: 15px 15px;
}
.pm-advantages-con {
  border: 0px;
}
.pm-advantages-item img {
  height: 124px;
  width: auto;
  transition: all 1.5s;
}

.pm-advantages-item :nth-child(2) {
  font-size: 16px;
  margin-bottom: 0px;
}

.pm-use-item {
  box-sizing: border-box;
  width: 99%;
  padding: 2rem 3rem 4rem;
  background: linear-gradient(#d9d0c2, #fff);
}
.pm-use-item h2 {
  font-size: 20px;
  color: #231916;
  text-align: center;
  margin-bottom: 1rem;
}
.pm-use-item p {
  font-size: 18px;
  line-height: 1.6rem;
  color: #4f4d4c;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pm-top {
    padding-top: 2rem;
  }
  .pm-top-info,
  .pm-top-pic,
  .pm-advantages-item,
  .pm-use-item {
    width: 100%;
  }
}
