.shop-small-timer-wrapper {
  background: rgba(29, 29, 29, 0.4);
  height: 25px;
  line-height: 26px;
  overflow: hidden;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 3px;

  .shop-timer-num {
    float: right;
  }

  .shop-timer-time-msecond {
    display: inline-block;
    width: 10px;
  }
}

.shop-big-timer-wrapper {
  height: 45px;
  background: rgba(252, 103, 110, 1);
  color: #ffffff;
  padding-left: 10px;
  overflow: hidden;
  position: relative;

  .shop-timer-name, .shop-timer-num, .shop-timer-total-num {
    line-height: 45px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
  }

  .shop-timer-name {
    font-size: 19px;
  }

  .shop-timer-num {
    font-size: 12px;
    background-color: #ffffff;
    height: 17px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 11px;
    padding: 0 10px;
    line-height: 18px;
    color: @lookmore-danger;
    position: relative;
    z-index: 1;
  }

  .shop-timer-remaintime {
    height: 45px;
    float: right;
    background: rgba(255, 244, 173, 1);
    width: 145px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #323232;
    padding-top: 1px;
    padding-left: 23px;

    &:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 23px solid rgba(226, 92, 99, 1);
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
    }

    &:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 23px solid transparent;
      border-left: 29px solid #fc676e;
      border-right: 23px solid transparent;
      border-bottom: 46px solid transparent;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
    }
  }

  .shop-timer-remaintime-tip {
    font-size: 12px;
    color: #E91529;
    display: block;
    line-height: 19px;
    margin-bottom: 4px;
  }

  .shop-timer-time-day{
    font-size: 12px;
  }

  .shop-timer-time-hour, .shop-timer-time-minute, .shop-timer-time-second, .shop-timer-time-msecond, .shop-timer-time {
    height: 16px;
    background: rgba(50, 50, 50, 0.8);
    border-radius: 2px;
    line-height: 17px;
    padding: 0 3px;
    font-size: 10px;
    display: inline-block;
    margin: 0 2px;
    color: #ffffff;
    min-width: 15px;
  }
}

.shop-timer-remaintime-con {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.shop-product-wrapper-detail {
  .shop-small-timer-wrapper {
    .shop-timer-remaintime-con {
      float: right;
    }
  }
}


.shop-timer-remaintime-show {
  color: #ffffff;

  .shop-timer-show-date {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.shop-small-timer-wrapper {
  .shop-timer-remaintime-show {
    color: #ffffff;

    * {
      display: inline;
    }

    .shop-timer-show-date {
      margin-bottom: 5px !important;
      margin-top: 5px !important;
    }
  }
}

@media screen and (max-width: 350px) {
  .shop-big-timer-wrapper {
    .shop-timer-name {
      font-size: 16px;
    }

    .shop-timer-num {
      padding: 0 5px;
    }

    .shop-timer-total-num {
      font-size: 13px;
    }
  }
}

//  分销微页面显示价格
.retailPrice{

       .shop-product-price-wrapper{
         color: #ffffff;
         .shop-price-price{


         }
       }
       .shop-product-originalPrice-wrapper{
         color: #ffffff;
       }

}