/* æ’ä»¶æ¥¼ç›˜ */
.plugIn-building .pb-link p,
.plugIn-building .pb-link h2 {
  padding: 0;
  margin: 0;
}
.plugIn-building {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}
.plugIn-building .pb-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  box-sizing: border-box;
}
.plugIn-building .pb-cover-img {
  display: block;
  box-sizing: border-box;
  width: 245px;
  height: 168px;
  overflow: hidden;
  background: pink;
  font-size: 14px;
  color: #666;
}
.plugIn-building .pb-cover-img .fake-img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.plugIn-building:hover .pb-cover-img .fake-img {
  transform: scale(1.1);
}
.plugIn-building .pb-content {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 16px;
}
.plugIn-building .pb-content .pb-line {
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  /* å­—ä½“æº¢å‡ºéšè— */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.plugIn-building .pb-content .sbi-key {
  box-sizing: border-box;
  display: inline-block;
  min-width: 88px;
}
.plugIn-building .pb-content .space-number .sbi-key {
  box-sizing: border-box;
  letter-spacing: 5px;
}
/* .plugIn-building .pb-content .sbi-val {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
.plugIn-building .pb-content .pb-name-state {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 0;
  margin: 8px 0 10px;
}
.plugIn-building .pb-content .pb-name {
  box-sizing: border-box;
  max-width: 50%;
  line-height: 25px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 22px;
  color: #272832;
  /* å­—ä½“æº¢å‡ºéšè— */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.plugIn-building .pb-link-type {
  color: #272832;
}
.plugIn-building .pb-link-type:hover,
.plugIn-building .pb-content .pb-name:hover {
  box-sizing: border-box;
  color: var(--qiTiZiTiColor);
}
.plugIn-building .pb-content .pb-state {
  font-style: normal;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  background: #22c71e;
  font-size: 12px;
  color: #fff;
  padding: 3px 8px;
}

.plugIn-building .pb-discounts {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 8px;
}
.plugIn-building .pb-discounts .pd-dis-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  max-width: 80%;
  margin-right: 10px;
  font-weight: 600;
  color: #f15d17;
}
.plugIn-building .pb-discounts .pd-dis-text .pdt-txt {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  min-width: 0;
  line-height: 22px;
  font-size: 14px;
  /* å­—ä½“æº¢å‡ºéšè— */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plugIn-building .pb-discounts .pd-dis-text .pd-icon {
  margin: 0; 
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.plugIn-building .pb-discounts .pd-dis-text .pd-icon .fake-img {
  width: 100%;
  height: 100%;
}
.plugIn-building .pb-discounts .pgd-number {
  margin: 0; 
  margin-left: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #666;
}
.plugIn-building .pb-discounts .pgd-number .different-color {
  font-weight: 600;
  color: #f15d17;
}
.plugIn-building .pb-discounts .pd-get-dis {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.plugIn-building .pb-discounts .pd-get-dis .pdg-get-btn {
  display: block;
  outline: none;
  border: none;
  height: 30px;
  padding: 6px 8px 5px;
  font-size: 14px;
  color: #fff;
  background: #f15d17;
  border-radius: 4px;
}
/* æ’ä»¶æ¥¼ç›˜ end */