.epower-coupons {
  background: #f1f6fe;
  overflow: hidden;
  min-height: calc(100vh - 414px);
}
.epower-coupons .coupons-title {
  text-align: center;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  margin-top: 58px;
  margin-bottom: 62px;
}
.epower-coupons .coupons-title a {
  color: #668ffe;
}
.epower-coupons .list li {
  float: left;
}
.epower-coupons .list-li {
  margin-right: 40px;
  margin-bottom: 40px;
  width: 580px;
  height: 170px;
  background-image: url('../../../img/youhuiquan.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 47px;
}
.epower-coupons .list-li:nth-child(2n) {
  margin-right: 0;
}
.epower-coupons .list-li .li-icon {
  width: 122px;
  height: 76px;
  margin-left: 41px;
  background-image: url('../../../img/youhuiquan2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 25px;
  text-align: center;
  margin-right: 20px;
  float: left;
}
.epower-coupons .list-li .li-icon span,
.epower-coupons .list-li .li-icon b {
  width: 53px;
  height: 50px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
}
.epower-coupons .list-li .li-icon span {
  font-size: 16px;
}
.epower-coupons .list-li .li-icon b {
  font-size: 36px;
}
.epower-coupons .list-li .li-detail {
  width: 250px;
  float: left;
}
.epower-coupons .list-li .li-detail h3 {
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 9px;
}
.epower-coupons .list-li .li-detail p {
  height: 12px;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  margin-bottom: 19px;
  padding-right: 5px;
}
.epower-coupons .list-li .li-detail span {
  height: 12px;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
}
.epower-coupons .list-li .li-btn {
  float: left;
  width: 106px;
}
.epower-coupons .list-li .li-btn .condition {
  margin-top: 5px;
  height: 19px;
  font-size: 14px;
  color: #3c7ee5;
  line-height: 19px;
  margin-bottom: 18px;
}
.epower-coupons .list-li .li-btn .coupons-btn {
  width: 106px;
  height: 32px;
  background: #f85252;
  border-radius: 16px;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  display: block;
}
.epower-coupons .list-li.single-li {
  margin: 0 auto;
  margin-bottom: 189px;
}
.epower-coupons .empty-content {
  height: 380px;
  background: #ffffff;
  padding-top: 100px;
  margin-bottom: 59px;
}
.epower-coupons .empty-content .empty-icon {
  background: url('../../../img/coupons-empty.png') no-repeat center center;
  margin: 0 auto;
  width: 192px;
  height: 125px;
  margin-bottom: 36px;
  border: 1px dashed #999;
}
.epower-coupons .empty-content p {
  height: 19px;
  font-size: 14px;
  color: #b6c0db;
  line-height: 19px;
  text-align: center;
}
