.Vehs {
  padding-top: 74px;
  background-color: #ffffff;
}
.Vehs-container {
  padding-top: 56px; 
  overflow: hidden;
  margin: 0 auto;
}

.Vehs-left {
  min-height: 800px;
  background-color: #F7F8FA;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.Vehs-filter-title {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background-color: #D01818;
}

.Vehs-select {
  width: 100%;
  height: 300px;
  overflow-y: auto;
}

.Vehs-select-li {
  padding: 10px 20px;
}

.Vehs-select-prefix {
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #F7F8FA;
}

.Vehs-select-li__img {
  display: inline-block;
  width: 30px;
  height: 30px;
  object-fit: cover;
  vertical-align: middle;
}

.Vehs-select-li__text {
  vertical-align: middle;
  padding-left: 10px;
}


.Vehs-label {
  font-weight: 500;
  color: #151515;
  text-align: right;
  /* white-space: nowrap; */
  padding-left: 0;
  padding-right: 0;
  word-break: break-word;
}

.Vehs-value {
  display: flex;
  align-items: center;
}

.Vehs-value-line {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.Vehs-footer {
  border-top: 1px rgba(216, 216, 216, 0.4) solid;
}

.Vehs-right {
  width: 100%;
  height: 100%;
}

.Vehs-list-dl {
  padding: 20px;
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  display: flex;
}

.Vehs-list-dl:last-child {
  margin-bottom: 0;
}

.Vehs-list-dt {
  width: 200px;
  height: 150px;
  background: linear-gradient(#EFEFEF 0%, #C0C0C0 100%);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.Vehs-list-dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in;
}

.Vehs-list-dt:hover .Vehs-list-image {
  transform: scale(1.2);
}

.Vehs-list-dt.disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(238, 238, 238, 0.6);
}

.Vehs-sold {
  width: 118px;
  height: 91px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 12;
}


.Vehs-list-auction {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 75px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #D01818;
  border-radius: 8px 0px 8px 0px;
  opacity: 0.9;
  z-index: 10;
}
.Vehs-list-auction.soldout {
  z-index: 20;
}
/* 
.Vehs-list-dt,
.Vehs-list-dd {
  float: left;
} */

.Vehs-list-dd {
  flex: 1;
  padding-left: 35px;
  box-sizing: border-box;
  overflow: hidden;
}

.Vehs-list-flex {
  display: flex;
}

.Vehs-list-title {
  flex: 1;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  max-height: 60px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Vehs-list-title--block {
  width: 360px;
}

.Vehs-list-title__text {
  vertical-align: middle;
} 
.Vehs-list-title__tag {
  font-size: 12px;
  display: inline-block;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  background: #E7F0FF;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: middle;
}

.Vehs-list-title__tag--1 {
  color: #FFA200;
  background-color: #FFF4E5;
}
.Vehs-list-title__tag--2 {
  color: #176EFF;
  background-color: #E7F0FF;
}


.Vehs-list-collect {
  line-height: 1;
  padding-top: 20px;
}

.Vehs-list-collect-block {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #E8E8E8;
  border-radius: 50%;
}


.Vehs-list-collect-block .iconfont {
  font-size: 32px;
  color: #BEBEBE;
  vertical-align: middle;
}

.Vehs-list-collect-block.active .iconfont {
  color: #F30808;
}

.Vehs-list-collect__text {
  font-size: 16px;
  color: #414147;
  vertical-align: middle;
  padding-left: 12px;
}

.Vehs-tags {
  width: 260px;
  padding-top: 27px;
}
.Vehs-tags-item {
  color: #555555;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.Vehs-tags .Vehs-tags-item:last-child {
  margin-bottom: 0;
}



.Vehs-tags-item .iconfont {
  font-size: 14px;
}

.Vehs-tags-text {
  padding-left: 12px;
}

.Vehs-price {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: left;
}
.Vehs-price-text {
  display: block;
  font-weight: 500;
  color: #AAAAB3;
  padding-right: 6px;
}
.Vehs-price-count {
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
}
.Vehs-price-btn {
  min-width: 149px;
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}

.Vehs-time {
  width: 149px;
  font-weight: 500;
  color: #D01818;
  text-align: left;
}