.coupon {
  padding-left: 30px;
}
.coupon-wrapper {
  /* 提交订单 优惠券样式调整 */
  display: inline-block;
  max-width: 1000px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  max-height: 490px;
  overflow-y: auto;
}
.coupon-wrapper .coupon-navbar {
  margin: 0 0 20px;
}
.coupon-wrapper .coupon-convert {
  display: inline-block;
}
.coupon-wrapper .coupon-list {
  display: block;
  padding-top: 16px;
}
.coupon-wrapper .coupon-list-tips {
  position: relative;
  width: 160px;
  margin: 30px auto 0;
  font-size: 12px;
  color: #71797f;
  background: #fff;
  text-align: center;
}
.coupon-wrapper .coupon-notuse-list {
  margin-top: -9px;
  border-top: 2px solid #E9ECF0;
}
.coupon-wrapper .coupon-notuse-list .coupon-bd {
  cursor: not-allowed;
}
.coupon-wrapper .coupon-item {
  width: 306px;
}
.coupon-wrapper .coupon-item:nth-child(3n) {
  margin-right: 0;
}
.coupon-wrapper .coupon-right {
  width: 210px;
}
.coupon-wrapper .coupon-limit {
  width: 258px;
}
.coupon-wrapper .coupon-canuse-list .coupon-bd {
  cursor: pointer;
}
.coupon-wrapper .coupon-selected {
  background-color: #ff734c;
  color: #fff;
}
.coupon-navbar {
  list-style: none;
  margin-bottom: 28px;
}
.coupon-navbar:after {
  content: " ";
  display: table;
  clear: both;
}
.coupon-navbar-item {
  float: left;
  width: 130px;
}
.coupon-navbar-item span {
  position: relative;
  display: inline-block;
  height: 100%;
  font-size: 16px;
  color: #232628;
  line-height: 34px;
  cursor: pointer;
}
.coupon-navbar-item span.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 3px;
  background-color: #FF734C;
}
.coupon-convert-input {
  width: 310px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #d2d2d2;
  padding-left: 12px;
  font-size: 14px;
  color: #232628;
}
.coupon-convert-btn {
  display: inline-block;
  width: 78px;
  height: 32px;
  margin-left: 12px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  background: #ff734c;
  vertical-align: top;
  cursor: pointer;
}
.coupon-list {
  display: none;
  font-size: 0;
}
.coupon-list.active {
  display: block;
}
.coupon-list-empty {
  padding-top: 60px;
  text-align: center;
}
.coupon-list-empty img {
  width: 146px;
}
.coupon-list-empty p {
  margin-bottom: 0;
}
.coupon-list-empty .empty-title {
  margin-top: 8px;
  font-size: 13px;
  line-height: 20px;
  color: #232628;
}
.coupon-list-empty .empty-subtitle {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #71797F;
}
.coupon-item {
  display: inline-block;
  width: 294px;
  margin-right: 14px;
  margin-bottom: 14px;
  background-color: #E9ECF0;
  border-radius: 8px;
  vertical-align: top;
}
.coupon-item-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 24px;
  border: 1px solid #FF734C;
  color: #FF734C;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 14px;
  vertical-align: bottom;
}
.coupon-bd {
  width: 100%;
  height: 96px;
  background-color: #F7F9FA;
  border-radius: 8px;
}
.coupon-left {
  position: relative;
  display: inline-block;
  width: 96px;
  vertical-align: top;
}
.coupon-left img {
  width: 100%;
}
.coupon-discount {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.coupon-yen,
.coupon-zhe {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
  margin-top: 28px;
}
.coupon-price {
  display: inline-block;
  font-size: 40px;
  line-height: 72px;
  vertical-align: top;
}
.coupon-right {
  display: inline-block;
  width: 198px;
  padding: 12px 10px 0;
  vertical-align: top;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon-title {
  font-size: 15px;
  line-height: 20px;
  color: #232628;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon-title span {
  display: inline-block;
  padding: 0 6px;
  margin-top: 2px;
  margin-right: 8px;
  border-radius: 2px;
  font-size: 10px;
  color: #fff;
  line-height: 16px;
  vertical-align: top;
}
.coupon-type-mj .coupon-title span {
  background-color: #FF7657;
  background: -webkit-gradient(linear, left top, right top, from(#ff9173), to(#ff7657));
  background: -webkit-linear-gradient(left, #ff9173 0%, #ff7657 100%);
  background: -o-linear-gradient(left, #ff9173 0%, #ff7657 100%);
  background: linear-gradient(90deg, #ff9173 0%, #ff7657 100%);
}
.coupon-type-zk .coupon-title span {
  background-color: #FFA94D;
  background: -webkit-gradient(linear, left top, right top, from(#ffc073), to(#ffa94d));
  background: -webkit-linear-gradient(left, #ffc073 0%, #ffa94d 100%);
  background: -o-linear-gradient(left, #ffc073 0%, #ffa94d 100%);
  background: linear-gradient(90deg, #ffc073 0%, #ffa94d 100%);
}
.coupon-invalid .coupon-title span {
  background-color: #B4BABF;
}
.coupon-tips {
  height: 32px;
  margin-top: 3px;
  font-size: 12px;
  line-height: 16px;
  color: #71797F;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.coupon-time {
  position: relative;
  margin-top: 5px;
  font-size: 11px;
  color: #B4BABF;
}
.coupon-bt {
  position: relative;
  padding: 8px 16px;
  color: #A0A6AC;
  line-height: 16px;
}
.coupon-limit {
  display: inline-block;
  width: 242px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.coupon-more {
  display: inline-block;
  width: 16px;
  font-size: 14px;
  text-align: right;
  vertical-align: top;
}
.coupon-pop {
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  z-index: 99;
}
.coupon-pop-arrow {
  position: absolute;
  top: 2px;
  right: 16px;
  width: 12px;
  height: 6px;
  background-image: url("//img02.hua.com/images/coupon/coupon_pop_arrow.png");
  background-size: 12px 6px;
  background-position: top center;
  background-repeat: no-repeat;
}
.coupon-pop-cont {
  margin-top: 7px;
  padding: 12px 16px;
  font-size: 12px;
  color: #71797F;
  line-height: 18px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e9ecf0;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(35, 38, 40, 0.1);
  box-shadow: 0px 3px 4px 0px rgba(35, 38, 40, 0.1);
}
.coupon-page {
  margin-top: 78px;
  text-align: center;
}
.coupon-page > div {
  display: inline-block;
  height: 32px;
  margin: 0 4px;
  color: #232628;
  font-size: 12px;
  line-height: 32px;
  background-color: #F3F5F7;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: top;
}
.coupon-page-prev,
.coupon-page-next {
  width: 66px;
}
.coupon-page-btn {
  width: 32px;
}
.coupon-page .disabled {
  color: #A0A6AC;
  cursor: default;
}
.coupon-page .active {
  color: #FF734C;
  cursor: default;
}
.coupon-page-more {
  display: inline-block;
  margin: 0 4px;
  font-size: 12px;
  color: #232628;
  line-height: 32px;
  vertical-align: top;
}
