.mainwraps {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}
.pc_conts {
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.order_selects {
  width: 410px;
  height: 65px;
  padding: 15px 30px;
  box-sizing: border-box;
  border-radius: 16px;
  display: block;
  font-size: 22px;
  color: #a3a3a3;
  background: #ebe8d1;
  position: absolute;
  top: 422px;
  left: 423px;
}
.inputelect {
  width: 572px;
  position: absolute;
  top: 385px;
  left: 918px;
  z-index: 10;
}
.order_inputs {
  width: 572px;
  height: 65px;
  padding: 15px 30px;
  box-sizing: border-box;
  border-radius: 16px;
  display: block;
  font-size: 22px;
  color: #a3a3a3;
  background: #ebe8d1;
  position: relative;
}
.shoorderTips {
  width: 100%;
  position: absolute;
  max-height: 40vh;
  overflow-y: auto;
  top: 65px;
  left: 0;
  z-index: 3;
  background: #ebe8d1;
  display: none;
}
.shoorderTips > div {
  font-size: 22px;
  padding: 15px 30px;
  cursor: pointer;
}
.shoorderTips > div:hover {
  background: #fff;
}

.order_search {
  width: 588px;
  position: absolute;
  display: block;
  top: 500px;
  left: 910px;
}
.unloginbtns {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
}
.ahuishoulinks {
  display: block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 350px;
  left: 1203px;
  background: #000;
  color: #fff;
  font-size: 16px;
}

.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: 1100px;
  background: #f5f5f5;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coupon_scrolls {
  width: 1050px;
  height: 65vh;
  margin: 40px auto;
  overflow-y: auto;
  padding-right: 15px;
}
.coupon_scrolls::-webkit-scrollbar {
  width: 6px;
}
.coupon_scrolls::-webkit-scrollbar-track {
  background: transparent;
}
.coupon_scrolls::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}
.coupon_wraps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.coupon_lists {
  width: 500px;
  height: 126px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.coupon_lists:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 166px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
.coupon_lists:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: 166px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
.coupon_pic {
  width: 140px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  border-right: 1px dashed #eaeaea;
  padding-right: 15px;
}
.coupon_info {
  width: 230px;
}
.coupon_name {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.coupon_lqs {
  width: 108px;
  height: 38px;
  background: #2ba9e0;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  border-radius: 38px;
}
.coupon_lqs.unblock {
  background: #a5a5a5;
  pointer-events: none;
}
.close_popyhcont {
  position: absolute;
  top: -20px;
  right: -50px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}

.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: 460px;
  height: 220px;
  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: 34px;
  color: #000;
  text-align: center;
}
.close_normalpops {
  position: absolute;
  top: -20px;
  right: -50px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}
.coupondetails {
  position: absolute;
  top: 100px;
  right: 10px;
  cursor: pointer;
  background: url(../images/c_down.png) no-repeat right;
  font-size: 14px;
  padding-right: 20px;
}
.couponshowamounts {
  width: 100%;
  padding: 30px 30px 10px;
  background: #fff;
  position: absolute;
  top: 116px;
  left: 0;
  box-sizing: border-box;
  display: none;
}
.coupondis {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.coupon_lists.toshow .coupondetails {
  background: url(../images/c_up.png) no-repeat right;
}

.tvtbsn{
  display: block;
  width: 605px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 964px;
}
.tips_coupondis{
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  font-size: 14px;
  display: none;
  color: #000;
}
