.receiveCoupon {
  width: 1200px;
  margin: 0 auto;
  min-height: 800px;
  position: relative;
  z-index: 1;
}
.receiveCoupon .ad img {
  display: block;
  width: 100%;
  background: url(https://design.ehaoyao.com/new_site/static/images/temp2.jpg) no-repeat center;
}
.receiveCoupon .couponTitle {
  height: 40px;
  line-height: 38px;
  margin-top: 18px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.receiveCoupon .couponTitle ul li {
  float: left;
  width: 87px;
  margin-right: 46px;
  text-align: center;
  cursor: pointer;
}
.receiveCoupon .couponTitle ul li.on {
  color: #ff344d;
}
.receiveCoupon .couponTitle .myCoupon {
  height: 38px;
  margin-right: 35px;
  line-height: 38px;
  color: #ff344d;
  font-size: 14px;
}
.receiveCoupon .couponList {
  margin-top: 20px;
}
.receiveCoupon .couponList ul {
  width: 1215px;
}
.receiveCoupon .couponList ul li {
  position: relative;
  width: 380px;
  height: 140px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 20px #f2f2f2;
  background-color: #fff;
}
.receiveCoupon .couponList ul li:nth-child(3n) {
  margin-right: 0;
}
.receiveCoupon .couponList ul li .info {
  position: relative;
  float: left;
  width: 312px;
  height: 118px;
  background-color: #fff;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.receiveCoupon .couponList ul li .info .label_box {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.receiveCoupon .couponList ul li .info .label {
  position: absolute;
  top: 8px;
  left: -18px;
  width: 70px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ff344d;
  background-color: #ffe1e4;
  transform: rotate(-45deg);
  text-align: center;
  transform-origin: 50% 50%;
}
.receiveCoupon .couponList ul li .info .img {
  float: left;
  width: 90px;
  height: 90px;
  margin-top: 25px;
  margin-left: 12px;
  text-align: center;
}
.receiveCoupon .couponList ul li .info .img img {
  max-width: 100%;
  max-height: 100%;
}
.receiveCoupon .couponList ul li .info .img:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.receiveCoupon .couponList ul li .info .content {
  position: relative;
  z-index: 2;
  float: right;
  width: 190px;
  height: 118px;
  line-height: 1;
}
.receiveCoupon .couponList ul li .info .content .top-info {
  margin-top: 7px;
  color: #ff344d;
  font-size: 0;
}
.receiveCoupon .couponList ul li .info .content .top-info .value {
  display: inline-block;
  margin-right: 20px;
  font-size: 36px;
}
.receiveCoupon .couponList ul li .info .content .top-info .value em {
  font-size: 14px;
}
.receiveCoupon .couponList ul li .info .content .top-info .value i {
  font-size: 18px;
}
.receiveCoupon .couponList ul li .info .content .top-info .condition {
  display: inline-block;
  font-size: 14px;
}
.receiveCoupon .couponList ul li .info .content .range {
  position: relative;
  height: 32px;
  margin-top: 7px;
  font-size: 18px;
  line-height: 20px;
  color: #333;
}
.receiveCoupon .couponList ul li .info .content .range .svip_logo {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 40px;
  height: 20px;
  background-size: 100% 100%;
}
.receiveCoupon .couponList ul li .info .content .range .tips {
  position: absolute;
  top: 10px;
  left: 45px;
  width: 14px;
  height: 14px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_order1.png) no-repeat center;
  cursor: pointer;
}
.receiveCoupon .couponList ul li .info .content .range .tips .svip_tips {
  display: none;
  position: absolute;
  border: 0;
  top: 20px;
  left: -33px;
  padding: 15px 10px;
  min-width: 180px;
  min-height: 50px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #e5e5e5;
  border-radius: 4px;
}
.receiveCoupon .couponList ul li .info .content .range .tips .svip_tips i {
  display: block;
  height: 24px;
  line-height: 24px;
  border: 0;
  color: #333;
  font-size: 12px;
}
.receiveCoupon .couponList ul li .info .content .range .tips .svip_tips::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 20%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: #fff;
}
.receiveCoupon .couponList ul li .info .content .range .name {
  max-width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.receiveCoupon .couponList ul li .info .content .range .name.haslogo {
  text-indent: 64px;
}
.receiveCoupon .couponList ul li .info .content .range .name.nodoc {
  text-indent: 48px;
}
.receiveCoupon .couponList ul li .info .content .range::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.receiveCoupon .couponList ul li .info .content .time {
  margin-top: 13px;
  font-size: 12px;
  color: #999;
}
.receiveCoupon .couponList ul li .operate {
  float: left;
  position: relative;
  width: 68px;
  height: 140px;
  color: #fff;
  background: url(https://design.ehaoyao.com/new_site/static/images/bg-coupon-get.png) no-repeat center;
  background-size: 100%;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
}
.receiveCoupon .couponList ul li .operate span {
  position: absolute;
  top: 50%;
  left: 30px;
  display: inline-block;
  width: 18px;
  line-height: 22px;
  vertical-align: middle;
  transform: translate(0, -50%);
}
.receiveCoupon .couponList ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 56px;
  display: block;
  width: 70px;
  height: 54px;
  background: no-repeat center;
  background-size: 70px;
}
.receiveCoupon .couponList ul li.use::after {
  background-image: url(https://design.ehaoyao.com/new_site/static/images/mark-get.png);
}
.receiveCoupon .couponList ul li.use .operate {
  color: #ff344d;
  background-image: url(https://design.ehaoyao.com/new_site/static/images/bg-coupon-use.png);
}
.receiveCoupon .couponList ul li.disabled::after {
  background-image: url(https://design.ehaoyao.com/new_site/static/images/mark-off.png);
}
.receiveCoupon .couponList ul li.disabled .info .label {
  color: #999;
  background-color: #f0f0f0;
}
.receiveCoupon .couponList ul li.disabled .info .content .top-info,
.receiveCoupon .couponList ul li.disabled .info .content .range {
  color: #999;
}
.receiveCoupon .couponList ul li.disabled .operate {
  color: #ff344d;
  background-image: url(https://design.ehaoyao.com/new_site/static/images/bg-coupon-use.png);
}
.lsuccess {
  padding: 15px 20px;
}
.lsuccess h3 {
  color: #34495e;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding-left: 60px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_tips_yes.png) no-repeat left center;
}
.lsuccess p {
  font-size: 16px;
  padding: 20px 10px;
}
.lsuccess .cart-btns {
  padding-left: 65px;
  padding-top: 20px;
}
.lsuccess .cart-btns .btn_gray {
  margin-right: 20px;
}
.nodata {
  text-align: center;
  padding-top: 190px;
  font-size: 16px;
  color: #898989;
  background: url(https://design.ehaoyao.com/new_site/static/images/favorite-list.jpg) no-repeat center center;
}
