/* chengjiao 页面专属样式 */
/* 成交价列表 */
.price-list-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin: 30px auto;
}

.list-header {
  background: #fafafa;
  display: flex;
  padding: 14px 20px;
  font-weight: 500;
  color: #666;
}

.list-row {
  display: flex;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.list-row:hover {
  background: #fff9f0;
}

.col {
  flex: 1;
}

.col-city {
  flex: 0.8;
}

.col-car {
  flex: 1.2;
}

.col-price {
  flex: 1;
  text-align: right;
}
.col-price .transaction{
  font-size:13px;color:#666
}
.col-date {
  flex: 0.8;
  text-align: center;
}

.col-action {
  flex: 1;
  text-align: right;
  width:120px;
}

.price-tag {
  color: #ff7d00;
  font-weight: bold;
}

.unlock-btn {
  padding: 6px 12px;
  background: #ff7d00;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}

.thumb {
  width: 120px;
  height: 30px;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
}
.thumb:hover{
  color:#ff7d00
}
.thumb:hover span{
  color:#ff7d00
}