.ico-trendChart {
  width: 22px;
  height: 18px;
  background: url('//www1.pconline.com.cn/2021/product/images/ico-trendChart.png') no-repeat;
  display: inline-block;
  margin-left: 14px;
  cursor: pointer;
}
.product-version dd {
  font-size: 0;
  float: none;
  overflow: hidden;
}
.product-version .item {
  min-width: 64px;
  padding: 0 14px;
  height: 26px;
  margin-right: 10px;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-radius: 2px;
  cursor: pointer;
}
.product-version .sel {
  border-color: #257EF2;
  background: #257EF2;
  color: #fff;
}
.product-mallSales {
  padding-top: 10px;
}
.product-mallSales dd {
  font-size: 0;
  float: none;
  overflow: hidden;
}
.product-mallSales .item {
  margin-right: 20px;
  display: inline-block;
}
.product-mallSales .item img {
  vertical-align: middle;
}
.product-mallSales .item .price {
  font-size: 16px;
  color: #FF3333;
  font-weight: bold;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.product-baseParam {
  margin-top: 12px;
}
.product-baseParam dt {
  color: #999999;
}
.product-baseParam dd {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: none;
  padding-top: 5px;
}
.product-baseParam .item {
  width: 50%;
  padding: 4px 0;
  box-sizing: border-box;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-baseParam .item:nth-child(5):nth-last-child(1) {
  width: 100%;
}
.product-baseParam .item:nth-child(2n+1) {
  padding-right: 5px;
}
.product-baseParam .link-more {
  color: #257EF2;
  margin-left: 15px;
}
.product-price {
  padding-bottom: 13px;
  position: relative;
}
.product-detail-main .p-btns {
  padding-top: 10px;
}
.product-detail-main .p-btns a {
  margin-top: 0;
}
.pc-news {
  padding-top: 15px;
}
.trendChartPopup {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.trendChartPopup .wrap {
  width: 414px;
  height: 278px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  box-sizing: border-box;
  color: #333;
}
.trendChartPopup::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 22px;
  top: 14px;
  left: -19px;
  background: url('//www1.pconline.com.cn/2021/product/images/ico-arrow.png') no-repeat;
}
.trendChartPopup .tit {
  line-height: 32px;
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
}
.trendChartPopup .chart {
  height: 184px;
}
.trendChartPopup .mall {
  text-align: center;
  font-size: 0;
}
.trendChartPopup .mall .mall-line {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 10px;
}
.trendChartPopup .mall .mall-line::after {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.trendChartPopup .mall .line-red::after {
  background: #ff4344;
}
.trendChartPopup .mall .line-orange::after {
  background: #FFAE00;
}
