.pc-property-page .pc-second-count {
  padding-top: 15px;
}

.pc-property-summary-strip {
  margin-top: 14px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 128px;
  align-items: center;
  gap: 18px;
  background: #fafafa;
}

.pc-property-summary-strip div {
  min-width: 0;
}

.pc-property-summary-strip strong {
  display: block;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.pc-property-summary-strip span {
  margin-top: 4px;
  display: block;
  color: #8a929d;
  font-size: 12px;
}

.pc-property-summary-strip a {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff6a00;
  color: #ff6a00;
  font-weight: 700;
}

.pc-property-summary-strip a:hover {
  background: #fff3e8;
}

.pc-property-card {
  grid-template-columns: 220px 1fr 165px;
}

.pc-property-card .pc-second-card-title h3 {
  max-width: 430px;
}

.pc-property-card .pc-second-line {
  margin: 9px 0 0;
  display: flex;
  align-items: center;
  min-width: 0;
  color: #687381;
  font-size: 14px;
  line-height: 22px;
}

.pc-property-card .pc-second-line img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  object-fit: contain;
}

.pc-property-card .pc-second-location span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-property-price strong {
  display: block;
  font-size: 30px;
}

.pc-property-price strong i,
.pc-property-price em i,
.pc-property-detail .pc-esf-total-price i,
.pc-property-detail .pc-esf-unit-price i,
.pc-property-hot-list em i,
.pc-esf-card-list strong i,
.pc-esf-like-list strong i {
  margin-left: 2px;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
}

.pc-property-price em {
  font-size: 13px;
}

.pc-property-hot-card {
  padding-bottom: 12px;
}

.pc-property-hot-list a {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  border-bottom: 1px solid #f0f2f5;
}

.pc-property-hot-list a:last-child {
  border-bottom: 0;
}

.pc-property-hot-list img {
  width: 86px;
  height: 64px;
  object-fit: cover;
  background: #f4f5f7;
}

.pc-property-hot-list strong,
.pc-property-hot-list span,
.pc-property-hot-list em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-property-hot-list strong {
  color: #222;
  font-size: 14px;
  line-height: 20px;
}

.pc-property-hot-list span {
  margin-top: 4px;
  color: #8a929d;
  font-size: 12px;
}

.pc-property-hot-list em {
  margin-top: 5px;
  color: #ff6a00;
  font-style: normal;
  font-weight: 700;
}

.pc-property-detail .pc-esf-total-price {
  max-width: 260px;
  font-size: 38px;
}

.pc-property-detail .pc-esf-price-row {
  min-height: 70px;
}

.pc-property-detail .pc-esf-key-info {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
}

.pc-property-detail .pc-esf-key-info strong {
  font-size: 17px;
}

.pc-property-detail .pc-esf-address span {
  width: 58px;
  flex-basis: 58px;
}

.pc-property-detail .pc-esf-basic-list {
  gap: 0 42px;
}

.pc-property-detail .pc-esf-basic-list div {
  grid-template-columns: 92px 1fr;
}

.pc-property-detail .pc-esf-intro {
  min-height: 64px;
}

.pc-property-detail .pc-esf-nav-house strong {
  max-width: 260px;
}

.pc-property-detail .pc-esf-card-list strong,
.pc-property-detail .pc-esf-like-list strong {
  font-size: 15px;
}

.pc-property-detail-office_rental .pc-esf-total-price,
.pc-property-detail-shops_rental .pc-esf-total-price,
.pc-property-detail-rental .pc-esf-total-price {
  max-width: 300px;
}
