article {
  padding: 0 0.15625rem 0.15625rem;
  background: #fff;
}
/*详情*/
article .detail {
  padding: 0.13020833rem;
}
article .detail div,
article .detail p {
  line-height: 0.15625rem;
  font-size: 0.09375rem;
  text-align: justify !important;
  color: #333;
}
/*详情表格边框设置*/
article .detail table,
article .detail td {
  border: solid 0.00520833rem #000;
  border-collapse: collapse;
  padding: 0 0.02604167rem;
}
/*详情图片大小设置*/
article .detail img {
  max-width: 5.72916667rem !important;
  display: block;
  margin: 0.05208333rem auto;
}
.photo-list {
  width: 5.72916667rem;
  margin: 0.05208333rem auto;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.photo-list img {
  width: 1.83854167rem;
  height: 1.375rem;
  margin: 0 0.10416667rem 0.10416667rem 0;
}
.photo-list img:nth-of-type(3n) {
  margin: 0 0 0.10416667rem 0;
}
