@charset "UTF-8";
/*
 * @Description: 竞价专区
 * @Author: hxh
 * @Date: 2025-04-25 10:16:06
 */
.viewer .left-viewer {
  width: 220px;
}
.viewer .right-viewer {
  width: 960px;
  min-height: 500px;
}

.auction-cards {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -8px;
}

.auction-card {
  position: relative;
  width: -webkit-calc(33.333% - 16px);
  width: -moz-calc(33.333% - 16px);
  width: calc(33.333% - 16px);
  margin: 8px;
  height: 247px;
  padding: 10px 12px;
  background-color: #f3f7fb;
  border: 1px solid #f3f7fb;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.99;
  overflow: hidden;
  /* 竞价卡片 active样式 */
}
.auction-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.auction-card .card-header {
  margin-bottom: 12px;
}
.auction-card .card-title {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  color: #2e3033;
  margin: 0 0 6px 0;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.auction-card .card-company {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auction-card .company-icon {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
}
.auction-card .company-icon img {
  width: 12px;
  height: 12px;
}
.auction-card .company-name {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48;
  color: #333333;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  white-space: nowrap;
}
.auction-card .card-info {
  margin-bottom: 12px;
}
.auction-card .info-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
.auction-card .info-label {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48;
  color: #999999;
}
.auction-card .info-value {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48;
  color: #333333;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.auction-card .card-countdown {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.auction-card .countdown-label {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48;
  color: #999999;
}
.auction-card .countdown-timer {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auction-card .countdown-box {
  height: 24px;
  padding: 0 4px;
  background-color: #ffffff;
  border: 1px solid #df2720;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  color: #df2720;
  min-width: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 4px;
}
.auction-card .countdown-box:first-child {
  margin-left: 0;
}
.auction-card .card-action {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.auction-card .btn-bid,
.auction-card .btn-details {
  height: 26px;
  padding: 0 10px;
  background-color: #ffffff;
  border: 1px solid #2485e7;
  border-radius: 2px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #2485e7;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.auction-card .btn-bid:hover,
.auction-card .btn-details:hover {
  background-color: #2485e7;
  color: #ffffff;
}
.auction-card .status-badge {
  position: absolute;
  width: 100px;
  text-align: center;
  top: 10px;
  right: -30px;
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  background-color: #f2f2f2;
  color: #999999;
  font-size: 12px;
  border-radius: 2px;
}
.auction-card .status-badge.finished {
  background-color: #ff5959;
  color: #fff;
}
.auction-card:hover {
  background-color: #ffffff;
  border: 1px solid #2485e7;
}