.quickSelect--wrapper ul.contentList > li {
  display: block;
}
.quickSelect--wrapper .button {
  background: #f0f0f0;
}
.th-tip {
  display: inline-flex;
  vertical-align: middle;
  margin-top: -4px;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #979797;
  border-radius: 50%;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
  line-height: 16px;
  margin-left: 3px;
  cursor: pointer;
  position: relative;
}
.am-table > thead > tr > th .th-tip-wrapper {
  display: none;
  width: 373px;
  min-height: 120px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(206, 206, 206, 0.5);
  padding: 16px;
  position: absolute;
  top: 36px;
  right: -24px;
  z-index: 2;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
  line-height: 28px;
  text-align: left;
  user-select: none;
}
.am-table > thead > tr > th .th-tip:hover .th-tip-wrapper {
  display: block;
}
.am-table > thead > tr > th .th-tip-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -32px;
  right: 15px;
}
.am-table > tbody > tr:first-child > td:last-child .td_wrapper::after {
  content: "每日晚23:59更新数据";
}
.am-table > tbody > tr > td {
  padding: 0;
  line-height: 135px;
}
.am-table > tbody > tr > td:last-child {
  width: 230px;
}
.am-table td:nth-child(2) .img--wrapper {
  width: 200px;
  height: 108px;
  overflow: hidden;
}
.am-table td:nth-child(2) .img--wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.am-table td .td_wrapper.td_container {
  min-width: 0;
}
.am-table td .td_wrapper .td_price {
  color: #ABACAC;
}
.am-table td .td_wrapper .td_price:first-child span {
  color: #2F2F2F;
}
.am-table td .td_wrapper .td_price span.span--num {
  color: #FF4646;
}