#main-slider .swiper-slide {
  min-height: 7.5rem;
}
.aui-margin-t-8 {
  margin-top: .4rem;
}
.text-weight {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-indent-2em {
  text-indent: 2em;
}
.aui-font-size-10 {
  font-size: .5rem !important;
}
.aui-font-size-13 {
  font-size: .65rem !important;
}
.aui-font-size-15 {
  font-size: .75rem !important;
}
.lh-12 {
  line-height: .6rem;
}
.bd-b {
  border-bottom: 1px solid #eee;
}
.cl-white {
  color: #fff;
}
.cl-ccc {
  color: #ccc;
}
.cl-red {
  color: #f64133;
}
.cl-333 {
  color: #444D54;
}
.cl-666 {
  color: #666;
}
.cl-999 {
  color: #9B9B9B;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #444D54 !important;
}
.text-through {
  text-decoration: line-through;
}
.nav {
  padding-bottom: .5rem;
}
.nav img {
  width: 1.8rem;
  display: inline-block;
}
.nav > a {
  color: #444D54;
  padding: 0.5rem 0 0 0 !important;
}
.nav .text {
  font-size: 0.6rem;
  /* margin-top: -0.2rem;*/
}
.time-item {
  display: inline-block;
  padding: .1rem;
  border: 1px solid #ccc;
  border-radius: .1rem;
  font-size: .6rem;
  line-height: .6rem;
  color: #9B9B9B;
}
.slider-list .pic {
  min-height: 4.05rem;
  position: relative;
}
.slider-list .pic .sale {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: .5rem;
  line-height: .5rem;
  padding: .1rem;
}
.slider-list .pic .coupon {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: .5rem;
  line-height: .5rem;
  padding: .1rem;
  color: #e51c23;
  border: 1px solid #e51c23;
}
.brand-ad {
  position: relative;
}
.brand-ad:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 2rem;
  bottom: 0;
  z-index: 99;
  border: .5rem solid #fff;
  border-color: transparent transparent #fff transparent ;
}
.pb-60 {
  padding-bottom: 3rem;
}
.aui-bar-tab .aui-active {
  color: #ff2600;
}
/*秒杀*/
.aui-tab-item.aui-active {
  color: #f64133;
  border-bottom: 2px solid #f64133;
}
.d-block {
  display: block;
}
