@charset "UTF-8";
.main_storedCard .main .content {
  padding-top: 18px;
}
.main_storedCard .main .content .middle .coupon_wrap {
  width: 225px;
  height: 245px;
}
.main_storedCard .main .content .middle .coupon_wrap .coupon_header {
  height: 85px;
}
.main_storedCard .main .content .middle .coupon_wrap img.coupon_used {
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.main_storedCard .main .content .middle .coupon_wrap .coupon_middle {
  padding: 20px 18px 0 18px;
}
.main_storedCard .main .content .middle .coupon_wrap .coupon_middle p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main_storedCard .main .content .middle .coupon_wrap .coupon_middle .coupon_detail {
  text-align: right;
  margin: 15px 0px;
  cursor: pointer;
}
.main_storedCard .main .content .middle .coupon_wrap .coupon_desc_popup {
  width: 185px;
  top: 220px;
}
