* {
  margin: 0;
  padding: 0;
  list-style: none;
}
.seckill {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.seckillHead {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  font-size: 14px;
}
.seckillHead img {
  width: 17px;
  height: 18px;
  margin-right: 8px;
}
.seckiList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}
.seckiList li {
  width: 20px;
  height: 31px;
  position: relative;
  margin-left: 3px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seckiList li span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.seckiList li .s-date {
  color: #000 !important;
}
.seckiList li div {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 15px;
  color: #000;
}
.seckiList li .s-first {
  left: 0;
  top: 0;
  background-color: #D62B2B;
}
.seckiList li .s-last {
  left: 0;
  bottom: 0;
  background-color: #FF3434;
}
.seckiList li .firstDisabled {
  background-color: #D4D1D1 !important;
}
.seckiList li .lastDisabled {
  background-color: #E0E0E0 !important;
}
.progress {
  width: 270px;
  height: 10px;
  background: #d8d8d8;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 15px auto 0;
}
.progress-bar-active {
  animation: reverse progress-bar-stripes 0.4s linear infinite, animate-positive 2s;
}
.progress-bar {
  width: 0;
  height: 100%;
  border-radius: 20px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.seckillPrice {
  color: #ff5001;
  font-size: 20px;
  font-family: "PingFangSC-Semibold";
  margin-top: 30px;
  font-weight: 500;
}
.seckillMoney {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b9b9b;
  font-size: 14px;
  font-family: "PingFangSC-Regular";
  margin-top: 10px;
}
.seckillMoney div {
  margin: 0 14px 0 8px;
  text-decoration: line-through;
}
.labels {
  width: 100%;
  display: flex;
  align-content: center;
}
.labels li {
  margin-left: 10px;
  box-sizing: border-box;
  padding: 6px;
  background-color: #fff3e1;
  color: #ff5001;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  border-radius: 4px;
}
.labels li:first-child {
  margin-left: 0;
}
