.mobile_wraps {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mobile_wraps img {
  width: 100%;
  display: block;
}
.mconts {
  width: 100%;
  position: relative;
}
.ahuishoulinks {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.order_selects {
  width: 72%;
  padding: 2vw 2vw;
  box-sizing: border-box;
  border-radius: 2.8vw;
  display: block;
  font-size: 3vw;
  color: #a3a3a3;
  background: #ebe8d1;
  position: absolute;
  top: 20%;
  left: 14%;
}
.inputelect {
  position: absolute;
  top: 13%;
  left: 14%;
  width: 72%;
}
.order_inputs {
  width: 100%;
  padding: 2vw 2vw;
  box-sizing: border-box;
  border-radius: 2.8vw;
  display: block;
  font-size: 3vw;
  color: #a3a3a3;
  background: #ebe8d1;
}
.order_search {
  width: 75%;
  position: absolute;
  display: block;
  top: 44%;
  left: 12%;
}
.shoorderTips {
  position: absolute;
  width: 100%;
  max-height: 20vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  z-index: 3;
  background: #ebe8d1;
  display: none;
}
.shoorderTips > div {
  font-size: 14px;
  padding: 2vw 2vw;
  cursor: pointer;
}
.unloginbtns {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
}
.poptipsbg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.popnoramcount {
  width: 80vw;
  height: 40vw;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pops_dscs {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #000;
  text-align: center;
}
.close_normalpops {
  position: absolute;
  top: -70px;
  right: 10px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}

.popahuis img {
  width: 100%;
  display: block;
}
.popahuis {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.containter_hser {
  width: 90%;
  background: #f5f5f5;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coupon_scrolls {
  width: 90%;
  height: 65vh;
  margin: 50px auto 20px;
  overflow-y: auto;
}

.coupon_wraps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.coupon_lists {
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
.coupon_lists:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 26%;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
.coupon_lists:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: 26%;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
.coupon_pic {
  width: 20%;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  align-items: center;
  border-right: 1px dashed #eaeaea;
  padding-right: 3%;
}
.coupon_info {
  width: 70%;
}
.coupon_name {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.coupon_lqs {
  width: 88px;
  height: 28px;
  background: #2ba9e0;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  border-radius: 38px;
}
.coupon_lqs.unblock {
  background: #a5a5a5;
  pointer-events: none;
}
.close_popyhcont {
  position: absolute;
  top: -60px;
  right: 0px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}
.coupondetails {
  position: absolute;
  bottom: 5px;
  right: 10px;
  cursor: pointer;
  background: url(../images/c_up.png) no-repeat right;
  font-size: 12px;
  padding-right: 20px;
}
.couponshowamounts {
  width: 100%;
  padding: 20px 0 10px;
}
.coupon_lists.toshow .coupondetails {
  background: url(../images/c_down.png) no-repeat right;
}
.coupondis {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}
.tips_coupondis{
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  color: #000;
  text-align: center;
  font-size: 12px;
  display: none;
}
