@charset "utf-8";

body {
  background: #EEE;
}

.head-img-decorate {
  border-radius: 0;
}

.btn-rule {
  background: #111;
  color: #fff;
  width: 1.653rem;
  line-height: 2.15;
  text-align: center;
  position: absolute;
  right: 0;
  top: .32rem;
  border-radius: 1.33rem 0 0 1.33rem;
  /* position: relative; */
  display: none;
}

.btn-rule::after {
  content: "?";
  /* position: absolute;
    right: .107rem;
    top: .147rem; */
  border: .013rem solid #fff;
  width: .32rem;
  height: .32rem;
  line-height: .32rem;
  display: inline-block;
  border-radius: 100%;
  margin-left: .107rem;
  text-align: center;
}

/* 头图下推送消息 */
.head-img-decorate .silde-tips {
  position: absolute;
  top: 3.173rem;
  left: 50%;
  height: .853rem;
  transform: translate(-50%, 0);
  background: -webkit-linear-gradient(270deg, #F8514C 0%, #FF8062 100%);
  background: linear-gradient(270deg, #FF514C 0%, #FF8062 100%);
  border-radius: .427rem;
}

.head-img-decorate .silde-tips .tips-box p {
  font-size: .373rem;
  height: .853rem;
  line-height: .853rem;
  padding-right: .213rem;
}

.silde-tips img {
  margin: 0 .107rem 0 .133rem;
  /* vertical-align: text-top; */
}

.silde-tips a {
  padding: .053rem 0;
}

/* 背景-提示步骤 */
.decorate-con {
  width: 100%;
  position: absolute;
  top: 2.4rem;
  text-align: center;
}

.decorate-con-step {
  width: 76%;
  height: .533rem;
  line-height: .533rem;
  color: #FFF;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
}

.step-li {
  flex: 1;
  font-size: .373rem;
}

.decorate-con-step .step-li:first-child {
  text-align: left;
}

.decorate-con-step .step-li:last-child {
  text-align: right;
}

.step-num {
  display: inline-block;
  width: .333rem;
  height: .333rem;
  line-height: .347rem;
  border: .027rem solid #FFF;
  font-size: .267rem;
  border-radius: 50%;
  text-align: center;
}

/* 背景-已拼团 */
.decorate-group {
  height: .853rem;
  line-height: .853rem;
  font-size: .373rem;
  color: #777;
  display: flex;
  place-content: flex-start space-between;
  align-items: center;
}

.group-all-pic {
  white-space: nowrap;
  display: flex;
  margin-left: .347rem;
}

.group-all-pic span {
  width: .667rem;
  height: .667rem;
  border-radius: 50%;
  flex: 1;
  margin-left: -.24rem;
}


.group-all-pic img {
  width: .533rem;
  height: .533rem;
  border-radius: 50%;
  border: 1px solid #DDD;
  vertical-align: top;
}


.head-img-decorate .decorate-group {
  width: 48%;
  margin: .24rem auto 0;
  padding: 0 .213rem 0 .24rem;
  background: linear-gradient(270deg, #F15450 0%, #FF937A 100%);
  border-radius: .427rem;
  font-size: .427rem;
  color: #FFF;
}

.head-img-decorate .group-all-pic {
  margin-left: 0;
}

.head-img-decorate .group-all-pic img {
  width: .613rem;
  height: .613rem;
}


/* 公用title 块*/
.discounts-title {
  height: 1.44rem;
  padding: .32rem .213rem 0 .427rem;
  display: flex;
  place-content: flex-start space-between;
  align-items: center;
}

.discounts-title .t-name {
  font-size: .533rem;
  font-weight: bold;
  color: #333;
}

.discounts-title .t-more {
  font-size: .373rem;
  color: #333;
}

.list-block .discounts-title {
  padding: 0 .32rem;
}

/* 列表商品 */
.list-block {
  width: 93.6%;
  margin: 0 auto .32rem;
  background: #FFF;
  border-radius: .213rem;
}

body .list-block:last-child {
  margin-bottom: 0;
}

/* 特惠拼 */
.discounts-title+.bomb-buy {
  padding-top: .16rem;
}

.bomb-buy+.bomb-buy {
  margin-top: .32rem;
}

.bomb-buy {
  width: 100%;
  height: 3.52rem;
  background: #fff;
  padding-top: .32rem;
  border-radius: .213rem;
}

.bomb-buy .b-img {
  width: 3.2rem;
  height: 3.2rem;
  float: left;
  border-radius: .107rem;
  overflow: hidden;
  position: relative;
}

.bomb-buy .b-text {
  width: 5.2rem;
  height: 3.2rem;
  margin-left: 3.853rem;
  position: relative;
}

.b-text .b-describe,
.b-text .b-h2 {
  /* height: 1.28rem; */
  line-height: 1.5;
  font-size: .427rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  text-overflow: ellipsis;
}

.b-text .b-h2 .tag-pt-red {
  font-weight: 600;
}

.b-text .b-describe {
  height: .56rem;
  font-size: .373rem;
  color: #CE8865;
}

.b-text .price-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pt-16 {
  padding-top: .213rem;
}

.ml-24 {
  margin-left: .32rem;
}

/* 进度条 */
.progress-box {
  font-size: .32rem;
  font-weight: 500;
  color: #333;
  margin-top: .213rem;
}

.progress-box i {
  color: #E33E41;
}

.limited-box {
  float: right;
  width: 60%;
  height: .32rem;
  line-height: .32rem;
  margin-top: .04rem;
  background: #FFB8B8;
  border-radius: .16rem;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: .32rem;
  background: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  border-radius: .16rem;
}

.progress-tt {
  position: absolute;
  top: .027rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: .267rem;
}

/* 商品店铺 */
.list-info-shop {
  display: flex;
  place-content: flex-start space-between;
  align-items: center;
  padding: 0 .32rem;
  height: 1.227rem;
  line-height: 1.227rem;
  background: #FAFAFA;
  border-radius: .013rem .013rem .213rem .213rem;
}

.list-info-shop-pic {
  display: flex;
  align-items: center;
}

.list-info-shop-pic img {
  width: .64rem;
  height: .64rem;
  margin-right: .107rem;
  border-radius: 50%;
}

.list-info-shop-pic .is-tit {
  font-size: .373rem;
  color: #999;
}

.list-info-shop-more {
  font-size: .373rem;
  color: #999;
}

.list-info-shop-more span {
  position: relative;
  padding-right: .453rem;
}

.list-info-shop-more span::after {
  display: block;
  content: "";
  width: .427rem;
  height: .427rem;
  position: absolute;
  background: url(https://img2.ugoshop.com/mobile/5.2/images/@2x/icon_32px_more_jiantou_gray@2x.png) no-repeat 0 0;
  background-size: 100%;
  top: 0;
  right: .053rem;
}

/* 价格曲线 */
.pt-curve {
  width: 100%;
  margin-top: .213rem;
}

/* .pt-curve img {
    width: 47.5%;

} */

/* 限时秒杀 */
.good_box_11 {
  width: 93.6%;
  margin: 0 auto 3%;
  background: #FFF;
  border-radius: .533rem .533rem .107rem .107rem;
}

.gt_title {
  width: 90%;
  height: 1.493rem;
  line-height: 1.493rem;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #6C3413;
  border-radius: .533rem .533rem 0 0;
  color: #FFD9A4;
  font-size: .427rem;
}

.gt_title span:first-child {
  color: #6C3413;
  width: 2.373rem;
  height: .547rem;
  background: url('http://img.ugoshop.com/mobile/5.2/images/@2x/seckill.png');
  background-size: 100%;
}

.gtit_box_11 {
  width: 100%;
  height: 1.973rem;
  display: flex;
}

.gtit_box_11 .gt_li:last-child:before {
  display: none;
}

.gt_li::before {
  width: .027rem;
  height: .907rem;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: .56rem;
  background: rgba(0, 0, 0, .05);
}

.gt_li {
  flex: 1;
  height: 40px;
  text-align: center;
  color: #333;
  font-family: PingFangSC-Medium;
  font-size: .427rem;
  text-align: center;
  line-height: .64rem;
  line-height: .587rem;
  padding-top: .427rem;
  box-sizing: border-box;
  position: relative;
}

.gt_li span {
  font-weight: 600;
  padding: 0 .32rem;
  border-radius: .293rem;
  font-size: .4rem;
  text-align: center;
  line-height: .587rem;
  display: inline-block;
}

.gt_li.on {
  color: #e33e41;
}

.gt_li.no {
  color: #777;
}

.gt_li.on.no {
  color: #e33e41;
}

.gt_li.on span {
  background: #f72438;
  color: #FFF;
}


.good_con {
  width: 99%;
  margin: 0 0.5%;
  padding-bottom: .107rem;
  display: flex;
  background: #FFF;
}

.good_con li {
  float: left;
  width: 31.3%;
  margin-left: .12rem;
  background: #FFF;
  border-radius: .107rem;
  overflow: hidden;
}

.good_con li:first-child {
  margin-left: .16rem;

}

.good_con.pro_bg li a {
  margin: 0;
}

.good_con .tag-array .tag-n {
  width: 35px;
  height: 35px;
}

.promotion-icon-rt {
  position: absolute;
  left: 2.8%;
  bottom: 2.8%;
}

.tag-array {
  position: absolute;
  top: 6px;
  left: 6px;
  width: auto;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
}

.tag-array .tag-n {
  width: 39px;
  height: 39px;
  padding: 0 1px 1px 0;
  box-sizing: border-box;
  border-radius: 0 40px 40px 40px;
  background: url('http://img.ugoshop.com/mobile/miniapp/images/public/bg_label_big@3x.png');
  background-size: 100% 100%;
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  color: #E4474A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
}

.tag-array .tag-pic {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
}

.tag-array .tag-num {
  font-size: 17px;
  font-family: PingFang-SC-Medium;
  font-weight: bold;
}

.tag-array .tag-save {
  font-size: 17px;
  font-family: PingFang-SC-Medium;
  font-weight: bold;
}

.tag-array .tag-save .tag-num {
  font-size: 11px;
  font-family: PingFang-SC-Medium;
}

.tag-array .tag-n:nth-child(1) {
  z-index: 10;
}

.tag-array .tag-n:nth-child(2) {
  z-index: 5;
  margin-left: -7px;
}

.tag-array .tag-pic:nth-child(2) {
  z-index: 4;
  margin-left: -7px;
}

.tag-array .tag-n:nth-child(3),
.tag-array .tag-pic:nth-child(3) {
  z-index: 0;
  margin-left: -7px;
}

.promotion-icon-rt .i_tv_red {
  padding: 0 .2em;
  float: left;
  background: rgba(255, 255, 255, .9);
  border: .1em solid #ff7c77;
  text-align: center;
  color: #ff7c77;
  font-size: .91em;
  display: block;
  height: 1.33em;
  line-height: 1.32;
}

.pro_no {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  font-size: .83em;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  font-size: 14px;
  z-index: 3;
}

.good_con .promotion_tit {
  color: #333;
}

.good_box_11 .promotion_tit {
  font-size: .373rem;
  height: 1.067rem;
  line-height: .533rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.good_box_11 .promotion_temp {
  padding: .267rem .16rem .16rem;
}

.good_box_11 .promotion_price {
  font-size: .373rem;
  height: .8rem;
  padding: 0;
  line-height: .8rem;
}

.good_con.pro_bg li .promotion_price_lt {
  color: #e33e41;
  font-size: .373rem;
  font-weight: 600;
}

.good_con.pro_bg li .promotion_price_lt.textWarn {
  color: #098;
  color: #e33e41;
}

.good_con.pro_bg li .promotion_price_lt i {
  font-size: .533rem;
}

.good_con.pro_bg li .promotion_price_lt i.del-price {
  font-family: PingFangSC-Regular;
  font-size: .373rem;
  color: #999;
  font-weight: normal;
  letter-spacing: 0;
  line-height: .533rem;
  text-decoration: line-through;
  padding-left: .213rem;
}

.good_con.pro_bg .btn-order-out {
  background: #eee;
  color: #777;
}

.good_con.pro_bg .btn-warn {
  background: #2BB05E 100%
}

.good_con.pro_bg .btn-order {
  background-image: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
}

.good_box_11 .btn-order-out,
.good_box_11 .btn-order,
.good_box_11 .btn-warn {
  height: .853rem;
  border-radius: .427rem;
  font-family: PingFangSC-Regular;
  font-size: .373rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: .533rem;
  width: 90%;
  margin: 0 5% 7.5%;
  border: 0;
}