.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-bordered > thead > tr > th {
  background: #f8f9fb;
}

.detail-main {
  width: 900px;
}

.detail-price-section + .detail-price-section {
  margin-top: 35px;
}

.detail-price-section__title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail-price-section__content {
  margin-top: 35px;
}

.tuangou-list {
  width: 286px;
  padding: 0 9px 14px 10px;
  border: 1px solid #efefef;
}

.tuangou-list__title {
  padding: 13px 0 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #efefef;
}

.tuangou-item {
  padding: 9px 0 0px;
}

.tuangou-item:hover .news-tuangou-item__title {
  color: #e03336;
}

.tuangou-item--curr .tuangou-item__detail {
  display: block;
}

.tuangou-item__title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__price {
  font-size: 14px;
  font-weight: bold;
  color: #e03336;
}

.tuangou-item__bottom {
  margin-top: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
}

.tuangou-item__label {
  display: inline-block;
  margin-right: 11px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #db091b;
  border-radius: 4px;
}

.tuangou-item__desc {
  display: inline-block;
  max-width: 65%;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__detail {
  padding: 18px 0;
  border-bottom: 1px solid #efefef;
  display: none;
}

.tuangou-item__detail__cover {
  width: 116px;
  height: 87px;
  overflow: hidden;
}

.tuangou-item__detail__cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tuangou-item__detail__main {
  width: 135px;
}

.tuangou-item__detail__title {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__detail__desc {
  margin-top: .4rem;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tuangou-item__detail__info {
  margin-top: .4rem;
}

.tuangou-item__detail__price {
  font-size: 12px;
  color: #e03336;
}

.tuangou-item__detail__btn {
  width: 68px;
  margin-top: -3px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #db091b;
  -webkit-box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  border-radius: 12px;
  border: 0;
  outline: 0;
}

.tuangou-item__detail__btn:hover {
  background-color: #c10000;
}

.history-price-block {
  font-size: 0;
}

.history-price-block-item {
  display: inline-block;
  width: 33.333333%;
  text-align: center;
}

.history-price-block-item__title {
  display: inline-block;
  padding-left: 18px;
  margin-left: -8px;
  font-size: 16px;
  color: #333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.history-price-block-item__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.history-price-block-item__dot--red {
  background: #f64344;
}

.history-price-block-item__dot--green {
  background: #66d46e;
}

.history-price-block-item__dot--blue {
  background: #6094fc;
}

.history-price-block-item__price {
  margin-top: 10px;
  font-size: 16px;
  color: #db091b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
