.header-coupon {
  flex: 1;
  line-height: 44px;
  position: relative;
  overflow: hidden;
}

.coupon-container {
  margin: 0 32px;
  overflow: hidden;
}

.header-coupon .center-coupon {
  justify-content: center;
}

.header-coupon .arrow-left {
  left: 8px;
}

.header-coupon .arrow-left,
.header-coupon .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  text-align: center;
}

.header-coupon .arrow-left .fa,
.header-coupon .arrow-right .fa {
  font-size: 16px;
  color: #999DA8;
}

.header-coupon .arrow-right {
  right: 8px;
  text-align: center;
}

.header-coupon ul,
.header-coupon ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 44px;
}

.header-coupon ul li {
  margin-right: 16px;
  flex-shrink: 0;
  position: relative;
}

.header-coupon ul li:last-child {
  margin-right: 0;
}

.header-coupon ul {
  display: flex;
  width: 100%;
  will-change: transform;
  /* 优化性能 */
}

.coupon {
  width: 130px;
  height: 44px;
  background: url("/catalog/view/theme/fastor/image/credit-icon.png") no-repeat center center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.coupon .coupon-content {
  height: 32px;
}

.coupon .title {
  font-weight: bold;
  font-size: 16px;
  color: #141737;
  line-height: 16px;
  text-align: center;
  padding-bottom: 2px;
}

.coupon .name {
  font-weight: 400;
  font-size: 12px;
  color: #141737;
  line-height: 12px;
  text-align: center;
  border-top: 1px solid #D28106;
  padding-top: 2px;
}

.spend-full {
  width: 130px;
  height: 44px;
  background: url("/catalog/view/theme/fastor/image/spand-icon.png") no-repeat center center;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.spend-full .spend-content {
  width: 57px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.spend-full .spend-save {
  width: 73px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* padding-top: 4px; */
}

.spend-full .spend-content .spend {
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 11px;
  width: 100%;
  text-align: center;
  padding-bottom: 4px;
}

.spend-full .spend-amount {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}

.spend-full .spend-save .save {
  font-weight: 600;
  font-size: 10px;
  color: #141737;
  line-height: 11px;
  width: 100%;
  text-align: center;
  padding-bottom: 4px;
}

.spend-full .save-amount {
  font-weight: bold;
  font-size: 20px;
  color: #D33040;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.countdown-container {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  position: relative;
  margin-top: 10px;
  visibility: hidden;
}

.countdown-text {
  font-weight: 500;
  font-size: 12px;
  color: #D33040;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  background: #FFEAE8;
  border-radius: 3px 3px 3px 3px;
  padding: 0 4px;
}

.header-info .arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #FFEAE8;
  margin-right: 2px;
  position: absolute;
  top: -6px;
  left: calc(50% - 4px);
}