.pre-selection-wrap .countdown-wrap {
  margin-bottom: 22px;
  color: #444;
}
.pre-selection-wrap .countdown-wrap .cd-title {
  height: 85px;
  line-height: 85px;
  text-align: center;
  background: url("../images/cd-bg.png") no-repeat center;
  background-size: 100%;
}
.pre-selection-wrap .countdown-wrap .cd-title h1,
.pre-selection-wrap .countdown-wrap .cd-title span,
.pre-selection-wrap .countdown-wrap .cd-title div {
  display: inline-block;
}
.pre-selection-wrap .countdown-wrap .cd-title h1,
.pre-selection-wrap .countdown-wrap .cd-title .countdown-box {
  font-size: 36px;
  font-weight: bold;
}
.pre-selection-wrap .countdown-wrap .cd-title .cd-icon {
  width: 45px;
  height: 45px;
  background: url(../images/ico.png) no-repeat -510px -75px;
  vertical-align: text-bottom;
}
.pre-selection-wrap .countdown-wrap .cd-title .cd-time {
  font-size: 18px;
  margin: 0 16px;
}
.pre-selection-wrap .countdown-wrap .cd-title .cd-time b {
  color: #e73833;
  font-size: 22px;
}
.pre-selection-wrap .countdown-wrap .filter-wrap {
  padding: 12px 10px 12px 20px;
}
.pre-selection-wrap .countdown-wrap .filter-wrap dl {
  height: 26px;
  line-height: 26px;
}
.pre-selection-wrap .countdown-wrap .filter-wrap dl dt {
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #dcdcdc;
  width: 105px;
  margin-right: 14px;
}
.pre-selection-wrap .countdown-wrap .filter-wrap dl dd {
  height: 26px;
  padding: 0 10px;
  color: #757575;
  margin: 0 10px 0 0;
}
.pre-selection-wrap .countdown-wrap .filter-wrap dl dd.all {
  background: #ff6900;
  border-radius: 2px;
  color: #fff;
}
.pre-selection-wrap .pre-wrap .p-price .price-num {
  font-size: 20px;
}
.pre-selection-wrap .pre-wrap .p-item {
  width: 288px;
  height: 410px;
  margin-right: 16px;
  font-size: 12px;
  margin-bottom: 20px;
}
.pre-selection-wrap .pre-wrap .p-item:nth-child(4n) {
  margin-right: 0;
}
.pre-selection-wrap .pre-wrap .p-item .img-wrap {
  width: 250px;
  height: 250px;
  margin: 13px 16px 0;
}
.pre-selection-wrap .pre-wrap .p-item .des-container {
  padding: 0 12px;
  line-height: 24px;
  min-height: 78px;
}
.pre-selection-wrap .pre-wrap .p-item .des-container .fl {
  width: auto;
}
.pre-selection-wrap .pre-wrap .p-item .des-container .gray-text {
  font-size: 12px;
  color: #777777;
}
.pre-selection-wrap .pre-wrap .p-item .des-container .p-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  position: relative;
}
.pre-selection-wrap .pre-wrap .p-item .des-container .p-name .p-text {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 10px;
}
.pre-selection-wrap .pre-wrap .p-item .des-container .p-name .p-tag {
  position: absolute;
  right: 10px;
  top: 5px;
  margin: 0;
  font-size: 12px;
  color: #fff;
}
.pre-selection-wrap .pre-wrap .p-item .des-container .p-name .p-tag.other-tag {
  background: #f8a300;
}
.pre-selection-wrap .pre-wrap .p-item .des-container .gray-text {
  margin: 8px 0 6px;
}
.pre-selection-wrap .pre-wrap .p-item .pre-box {
  height: 62px;
  border: 1px solid #ff6900;
  box-sizing: border-box;
}
.pre-selection-wrap .pre-wrap .p-item .pre-box .left-info {
  max-width: 182px;
  padding: 0 12px;
}
.pre-selection-wrap .pre-wrap .p-item .pre-box .left-info .p-price .warehouse {
  float: right;
  color: #555;
  font-size: 12px;
}
.pre-selection-wrap .pre-wrap .p-item .pre-box .left-info .in-stock .in-text {
  color: #757575;
  vertical-align: top;
}
.pre-selection-wrap .pre-wrap .p-item .pre-box .left-info .in-stock .progress {
  display: inline-block;
  width: 105px;
  height: 8px;
  background: #b8b8b8;
  box-shadow: none;
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: hidden;
}
.pre-selection-wrap .pre-wrap .p-item .pre-box .left-info .in-stock .progress-bar {
  background: #ff6900;
  box-shadow: none;
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.pre-selection-wrap .pre-wrap .p-item .pre-box .right-info {
  background: #ff6900;
  text-align: center;
  width: 100px;
  height: 100%;
  line-height: 62px;
}
.pre-selection-wrap .pre-wrap .p-item .pre-box .right-info a {
  color: #fff;
  font-size: 18px;
}
