.act_tag {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 0;
  top: inherit;
  min-width: 110px;
  padding: 0 18px;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
  font-size: 28px;
}
.price2 {
  display: none;
}
.actList-yi li {
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 12px;
}
.label-black span,
.label-white span,
.label-color span {
  padding: 7px 15px;
  border-radius: 6px;
  font-size: 24px;
  border: none;
}
.actList-yi .price {
  font-size: 28px;
  color: #666666;
  position: absolute;
  right: 37px;
  bottom: 29px;
}
.actList-yi .char {
  padding: 15px 29px;
  overflow: hidden;
}
.actList-yi .titYi {
  line-height: 40px;
  color: #333333;
  font-weight: 500;
  margin: 30px 0;
}
.iconBottom {
  margin-top: 26px;
  margin-bottom: 31px;
}
.iconBottom i{
  font-size: 25px;
  vertical-align: sub;
  color: #999;
}
.iconBottom .bottomPrice {
  float: right;
  font-size: 28px;
  color: #666666;
}
.iconBottom img {
  vertical-align: middle;
}
.iconBottom span {
  font-size: 24px;
  color: #999999;
  margin-left: 11px;
  margin-right: 19px;
  vertical-align: middle;
}
.oneTop {
  width: 100%;
  height: 84px;
  font-size: 34px;
  color: #666666;
  font-weight: 500;
  line-height: 84px;
  background-color: #ffffff;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.oneTop > span {
  padding: 0 20px;
  display: inline-block;
  text-align: center;
}
.oneTop > span .activeSpan {
  padding-bottom: 4px;
  border-bottom: 4px solid #3ac994;
}
.oneTop::-webkit-scrollbar {
  display: none;
}
.oneTop {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
