body {
  background-color: #F5F5F5; }

.bq-navbar .bq-navbar-inner {
  background: url("../images/coupon/bg.png") no-repeat top left;
  background-size: 100%; }

.scroll-wrapper {
  padding-top: 0; }

.top-guide {
  height: 6.38rem;
  background: url("../images/coupon/bg.png") no-repeat center;
  background-size: 100% 100%;
  padding-top: 0.88rem;
  box-sizing: border-box; }
  .top-guide .plate {
    width: 5.34rem;
    height: 1.16rem;
    margin: 0.6rem auto 0;
    background: url("../images/coupon/plate.png") no-repeat center;
    background-size: contain; }
  .top-guide .input {
    width: 6.9rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    background-color: #fff;
    margin: 0.42rem auto 0; }
    .top-guide .input .left {
      display: flex;
      align-items: center; }
    .top-guide .input i {
      width: 0.28rem;
      height: 0.29rem;
      background: url("../images/coupon/search.png") no-repeat center;
      background-size: contain;
      margin-left: 0.3rem;
      margin-right: 0.16rem; }
    .top-guide .input span {
      font-size: 0.3rem;
      color: #999; }
    .top-guide .input b {
      width: 1.28rem;
      height: 0.64rem;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 0.3rem;
      font-size: 0.29rem;
      color: #ED4334;
      background-color: #FEE44B;
      border-radius: 1rem;
      margin-right: 0.08rem;
      font-weight: 500; }
  .top-guide .step {
    width: 6.9rem;
    height: 1.54rem;
    margin: 0.4rem auto 0;
    background: url("../images/coupon/step.png?v=1") no-repeat center;
    background-size: contain; }

.coupon-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0 0 0.2rem; }
  .coupon-list .item {
    width: 3.45rem;
    height: 5.26rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    border-radius: 0.08rem;
    background-color: #fff;
    overflow: hidden; }
    .coupon-list .item.vertical {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 7.5rem;
      height: auto;
      margin-right: 0;
      margin-bottom: 0;
      padding: 0.3rem 0.3rem 0.3rem 0.3rem;
      box-sizing: border-box;
      margin-left: -0.2rem; }
      .coupon-list .item.vertical .pic {
        width: 2.3rem;
        height: 2.3rem; }
      .coupon-list .item.vertical .detail {
        width: 4.3rem;
        height: 2.3rem; }
      .coupon-list .item.vertical .title {
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-left: 0;
        padding-right: 0;
        line-height: 0.5rem; }
        .coupon-list .item.vertical .title i {
          left: 0;
          top: 0.08rem; }
        .coupon-list .item.vertical .title .hor {
          display: none; }
        .coupon-list .item.vertical .title .ver {
          display: inline; }
      .coupon-list .item.vertical .price-coupon {
        padding: 0;
        justify-content: left;
        margin-top: 0.3rem; }
        .coupon-list .item.vertical .price-coupon .price {
          margin-right: 0.15rem; }
      .coupon-list .item.vertical .count {
        padding: 0;
        margin-top: 0.2rem; }
      .coupon-list .item.vertical .line1px2 {
        position: absolute;
        bottom: 0;
        left: 0.3rem;
        width: 7.2rem;
        height: 1px;
        background: #F2F2F2;
        transform: scaleY(0.5);
        transform-origin: 0 0;
        overflow: hidden; }
    .coupon-list .item .pic {
      width: 3.45rem;
      height: 3.45rem;
      overflow: hidden; }
      .coupon-list .item .pic img {
        width: 100%; }
    .coupon-list .item .title {
      position: relative;
      padding-right: 0.2rem;
      font-size: 0.28rem;
      color: #333;
      margin-top: 0.2rem;
      word-break: break-all;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      .coupon-list .item .title span {
        display: none; }
      .coupon-list .item .title .hor {
        display: inline; }
      .coupon-list .item .title i {
        position: absolute;
        left: 0.2rem;
        top: 0.02rem;
        width: 0.28rem;
        height: 0.28rem; }
        .coupon-list .item .title i.tm {
          background: url("../images/coupon/tm.png") no-repeat center;
          background-size: contain; }
        .coupon-list .item .title i.tb {
          background: url("../images/coupon/tb.png") no-repeat center;
          background-size: contain; }
        .coupon-list .item .title i.jd {
          background: url("../images/coupon/jd.png") no-repeat center;
          background-size: contain; }
        .coupon-list .item .title i.pdd {
          background: url("../images/coupon/pdd.png") no-repeat center;
          background-size: contain; }
    .coupon-list .item .price-coupon {
      margin-top: 0.15rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 0.2rem; }
      .coupon-list .item .price-coupon .price {
        font-size: 0.22rem;
        color: #f74645; }
        .coupon-list .item .price-coupon .price b {
          font-weight: 500;
          font-size: 0.26rem;
          font-family: Arial; }
        .coupon-list .item .price-coupon .price span {
          font-size: 0.4rem;
          font-family: Arial; }
      .coupon-list .item .price-coupon .coupon {
        height: 0.34rem;
        line-height: 0.38rem;
        font-size: 0.22rem;
        color: #fff;
        padding: 0 0.18rem;
        background: url("../images/coupon/quan.png") no-repeat center;
        background-size: 100% 100%; }
    .coupon-list .item .count {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 0.1rem;
      font-size: 0.22rem;
      color: #b1b1b1;
      padding: 0 0.2rem; }
      .coupon-list .item .count .price {
        font-family: Arial;
        text-decoration: line-through; }
      .coupon-list .item .count .shop {
        max-width: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }

@supports (-webkit-overflow-scrolling: touch) {
  .coupon-list .item .price-coupon .coupon {
    line-height: 0.34rem; }

  .coupon-list .item .title i {
    top: 0.06rem; }

  .coupon-list .item.vertical .title i {
    top: 0.1rem; } }
.load-more, .more-msg, .no-more {
  display: none;
  text-align: center;
  line-height: 0.8rem;
  height: 0.8rem;
  color: #999;
  font-size: 0.28rem;
  background-color: #F5F5F5; }

.mall-list {
  height: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }
  .mall-list.fixed {
    position: fixed;
    top: 0.88rem;
    left: 50%;
    width: 7.5rem;
    margin-left: -3.75rem;
    z-index: 1001; }
  .mall-list li {
    display: flex;
    align-items: center;
    height: 0.78rem;
    box-sizing: border-box;
    font-size: 0.3rem;
    color: #333;
    border-top: 0.06rem solid #fff;
    border-bottom: 0.06rem solid #fff;
    margin-right: 1.1rem; }
    .mall-list li:last-child {
      margin-right: 0; }
  .mall-list .active {
    border-bottom: 0.06rem solid #f74645;
    color: #f74645;
    font-size: 0.32rem; }

.main .box5 {
  background-color: #f5f5f5; }

.line1px {
  width: 7.5rem;
  height: 1px;
  background: #F2F2F2;
  transform: scaleY(0.5);
  transform-origin: 0 0;
  overflow: hidden; }
  .line1px.fixed {
    position: fixed;
    top: 1.66rem;
    left: 50%;
    width: 7.5rem;
    margin-left: -3.75rem;
    z-index: 1001; }

.sort-list {
  height: 0.88rem;
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
  background-color: #fff;
  position: relative;
  box-sizing: border-box; }
  .sort-list.fixed {
    position: fixed;
    top: 1.66rem;
    left: 50%;
    width: 7.5rem;
    margin-left: -3.75rem;
    z-index: 1000;
    box-shadow: 0 0.03rem 0.08rem 0 rgba(0, 0, 0, 0.1); }
  .sort-list li {
    font-size: 0.26rem;
    color: #333;
    margin-right: 1rem; }
    .sort-list li.active {
      color: #f74645; }
    .sort-list li:last-child {
      margin-right: 0.67rem; }
  .sort-list .change-show {
    position: absolute;
    right: 0.25rem;
    top: 0.26rem;
    width: 0.36rem;
    height: 0.36rem;
    background: url("/themes/baiqiang_v4_mobile/Home/Search/images/hor.png") no-repeat center;
    background-size: contain; }
    .sort-list .change-show.vertical {
      background: url("/themes/baiqiang_v4_mobile/Home/Search/images/ver.png") no-repeat center;
      background-size: contain; }

.no-data div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.no-data i {
  width: 6.5rem;
  height: 2.26rem;
  background: url("../images/empty.png") no-repeat center;
  background-size: contain;
  margin-top: 0.4rem; }
.no-data span {
  font-size: 0.28rem;
  color: #666;
  margin-top: 0.2rem; }

/*# sourceMappingURL=coupon.css.map */
