.appcenter-grid {
  margin-left: -8px;
  margin-right: -8px;
}
.appcenter-card {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin: 0 8px 20px;
  min-height: 280px;
}
.appcenter-cover {
  display: block;
  height: 140px;
  overflow: hidden;
  background: #f5f5f5;
}
.appcenter-cover img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.appcenter-cover-empty {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: 36px;
}
.appcenter-cover-empty-lg {
  height: 220px;
  font-size: 56px;
}
.appcenter-body {
  padding: 12px 14px 16px;
}
.appcenter-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.4;
}
.appcenter-title a {
  color: #333;
}
.appcenter-price {
  color: #dd4b39;
  margin-bottom: 8px;
}
.appcenter-status {
  margin-bottom: 12px;
}
.appcenter-status .label {
  margin-right: 6px;
}
.appcenter-detail-cover img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}
.appcenter-detail-content {
  line-height: 1.7;
}
.appcenter-detail-content img {
  max-width: 100%;
  height: auto;
}
