* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/* 预订商品详情信息 */
.reserve-product-info {
  width: 96%;
  margin: 0 auto;
  background: #fff;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
}

.reserve-product-info .product-name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.reserve-product-info  .product-description {
  font-size: 14px;
  color: #999;
}

.reserve-product-info .price {
  color: #FF5344;
  font-size: 20px;
  letter-spacing: -0.5px;
  margin-left: 5px;
}

.reserve-product-info .smallLetter {
  font-size: 14px;
}

.pop-product-inventory {
  align-self: flex-end;
  font-size: 14px;
  color: #999;
  margin-bottom: 3px;
  margin-left: 20px;
}


/* 拼团规则 */
.rules-container {
  width: 96%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}

.rules-container .rules-tittle {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}

.rules-container .rules-tittle .tittle {
  color: #333;
  font-weight: bold;
}

.rules-container .rules-tittle .more {
  color: #999;
}

.rules-container .rules-content {
  padding: 15px 0 5px 20px;
}

.rules-container .rules-content .rules-item {
  position: relative;
  text-align: center;
  z-index: 1;
}

.rules-container .rules-content .rules-item::before {
  content: "";
  position: absolute;
  left: 40px;
  right: -100%;
  top: 20px;
  border-bottom: 2px dotted #ccc;
  z-index: -1;
}

.rules-container .rules-content .rules-item:last-child:before {
  content: none;
}

.rules-container .rules-content .rules-item .step {
  background-color: #ededed;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #666;
  line-height: 40px;
  margin: 0 auto 5px;
}

.rules-container .rules-content .rules-item .rules-text {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}

/* 商品详情 */
.product-detail-container {
  margin-top: 20px;
  margin-bottom: 60px;
}

.product-detail-container .detail-tittle {
  height: 30px;
  display: block;
  margin: 0 auto;
}

.detail-content {
  margin: 10px;
  margin-top: 15px;
}

.detail-content img {
  width: 100%;
}

/* 底栏 */
.foot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  background: #F4F4F4;
}

.foot a {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #333;
}

.foot a img {
  width: 24px;
  height: 24px;
}

.foot .buy {
  width: 60%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background: #208b4c;
}

.foot .overBtn {
  width: 60%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background: #ccc;
}



/* 预订弹窗 */
#weui-actionsheet2 {
  height: auto;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding-top: 24px;
  z-index: 900;
}

#mask2 {
  z-index: 500;
}

.pop-product {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.pop-product-info {
  display: flex;
  flex: 1;
  margin-right: 8px;
}

.pop-product-img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.pop-product-name {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
}

.pop-product-text .price {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.pop-product-text .price .item-price {
  flex: 1;
  margin-top: 10px;
  color:#ff5344;
  font-size: 14px;
  padding-left: 10px;
  letter-spacing: -0.5px;
}

.pop-product-text .price .item-price .large {
  font-size: 26px;
  font-weight: bold;
}

.pop-product-text .price .item-price .marked-price {
  text-decoration: line-through;
  margin-left: 10px;
  color:#999;
}

.pop-close {
  background: url(/Public/home/images/close.png) no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.pop-progress {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
  padding: 0 20px;
}

.pop-spec {
  margin-top: 30px;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
}

.pop-spec .pop-spec-text {
  margin-right: 16px;
  font-size: 16px;
}

.pop-spec .specValues {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.pop-spec .specBtn {
  font-size: 14px;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  padding: 3px 12px;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.pop-spec .selected, .pop-times .selected{
  background: #fff !important;
  color: #208b4c;
  border: 1px solid #208b4c !important;
}

/* 提货日期 */
.pop-cycle {
  margin-top: 30px;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
}

.pop-cycle .pop-cycle-text {
  margin-right: 16px;
  font-size: 16px;
}

.pop-cycle .cycle-tips {
  color: #208b4c;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.cycle-startdate, .cycle-enddate {
  border: 1px solid #208b4c;
  padding: 3px 10px;
  border-radius: 20px;
}

.chooseDate {
  background: #e1e1e1;
  color: #333;
  border: 1px solid #e1e1e1;
  padding: 3px 12px;
  border-radius: 20px;
  box-sizing: border-box;
}

/* 数量 */
.pop-num {
  margin-top: 30px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pop-num .pop-num-text {
  margin-right: 16px;
  font-size: 16px;
}

.pop-num .minus {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 22px;
  color: #666;
}

.pop-num .buy-num {
  width: 70px;
  margin: 0 5px;
  line-height: 25px;
  text-align: center;
  border: 0;
  color: #495060;
  background: #f3f3f3;
  -webkit-user-select:text !important;
}

.pop-num .add {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 22px;
  color: #666;
}

/* 到期提货、每月提货 */
.pop-times {
  margin-top: 30px;
  margin-bottom: 90px;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
}

.pop-times .pop-times-text {
  margin-right: 16px;
  font-size: 16px;
}

.pop-times .times-item {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.pop-times .times-item-day,
.pop-times .times-item-month {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.pop-times .timesBtn {
  font-size: 14px;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  padding: 3px 14px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.pop-confirm {
  width: 100%;
  height: 53px;
  line-height: 53px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #14af53;
  color: #fff;
}

.limit-state {
  background: #ccc;
}





