.title {
  text-align: center;
  font-size: 26px;
  /* font-weight: 500; */
  padding-top: 64px;
  padding-bottom: 32px;
}

.sub-title {
  color: #FF5500;
  text-align: center;
  display: block;
  font-size: 16px;
  padding-bottom: 40px;
}

.title img {
  width: 25px;
  padding-right: 12px;
  vertical-align: middle;
}

.discount-header {
  position: absolute;
  top: 140px;
  left: 5%;
  color: #fff;
}

.header-title {
  width: 100%;
  font-size: 32px;
  padding-bottom: 32px;
}

.header-sub-title {
  font-size: 20px;
}
.discount-menu-wrap{
  position: relative;
  padding-bottom: 52px;
}
.discount-menu {
  width: 100%;
  position: absolute;
  height: 52px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.discount-menu ul {
  height: 52px;
  display: flex;
}

.discount-menu ul li a {
  display: block;
  height: 52px;
  line-height: 52px;
  padding: 0 14px;
  font-size: 14px;
  color: #292E2E;
  white-space: nowrap;
}

.discount-menu ul li.current a {
  color: #FF5500;
  background: #FFF7F3;
  font-weight: 400;
}

.hot-item {
  background: linear-gradient(360deg, #FBF8FC 0%, #FFF9F4 100%);
  padding-bottom: 80px;
}

.hot-item h1 {
  padding-bottom: 40px;
}

.hot-item ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hot-item ul li:first-child {
  width: calc(66.66% - 18px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hot-item ul li:first-child div {
  padding-left: 5%;
}

.hot-item ul li:first-child p {
  font-size: 16px;
  color: #ffffff;
}

.hot-item ul li:first-child p:first-child {
  font-size: 24px;
  padding-bottom: 10px;
  color: #ffffff;
}

.hot-item ul li {
  border-radius: 4px;
  width: calc(33.33% - 18px);
  height: 180px;
  background-color: #fff;
  display: flex;
  align-items: center;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.hot-item ul li div {
  width: calc(100% - 36px);
  padding: 0 18px 0 18px;
}

.hot-item ul li div p {
  color: #6E6E6E;
}

.hot-item ul li div p:first-child {
  color: #121212;
  font-size: 18px;
  padding-bottom: 18px;
}

.hot-item ul li div .hot-item-action {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hot-item ul li div .hot-item-action span {
  height: 26px;
  line-height: 26px;
  background: #FFEEE5;
  border-radius: 4px;
  color: #FF5500;
  padding: 0 8px;
  overflow: hidden;
}

.hot-item ul li div .hot-item-action a {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: linear-gradient(90deg, #FF8000 0%, #FF5500 100%);
  border-radius: 20px;
}

.seckill {
  padding-bottom: 146px;
}

.seckill ul {
  display: flex;
  flex-wrap: wrap;
}

.seckill ul li {
  width: calc(21.5% - 2px);
  margin: 0 1.5%;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  position: relative;
  padding-bottom: 40px;
}

.seckill ul li:hover {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.11);
}

.seckill ul li .seckill-header {
  height: 64px;
  background: #FFF7F3;
  display: flex;
}

.seckill ul li .seckill-header span {
  width: 100%;
  height: 54px;
  line-height: 54px;
  margin: 10px 10px 0 16px;
  display: block;
  background-image: url(../images/DiscountImages/img2.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  color: #FF5500;
  font-size: 16px;
  font-weight: bold;
}

.seckill ul li .seckill-content {
  padding-bottom: 24px;
  font-size: 14px;
}

.seckill ul li .seckill-content p {
  padding: 24px 16px 0 16px;
  display: flex;
  justify-content: space-between;
}

.seckill ul li .seckill-content p span {
  color: #232323;
}

.seckill ul li .seckill-content p span:first-child {
  color: #8E8E8E;
}

.seckill ul li .seckill-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.seckill ul li .seckill-action a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(90deg, #FF8000 0%, #FF5500 100%);
}

.style-header {
  font-size: 20px;
  color: #121212;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.style-header span {
  display: flex;
}
.style-header span i {
  display: block;
  height: 24px;
  width: 7px;
  background-image: url(../images/DiscountImages/tag.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.style-header span font {
  display: block;
  background: linear-gradient(to right, #f6c22b, #FF8F00);
  font-size: 12px;
  color: #FFFFFF;
  height: 24px;
  line-height: 24px;
  margin-right: -20px;
  padding: 0 8px 0 14px;
}

.style-content {
  font-size: 14px;
  color: #6E6E6E;
  padding-top: 16px;
}

.style-action {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.style-action span {
  color: #474747;
  font-size: 14px;
}

.style-action font {
  font-size: 16px;
  color: #FF560D;
  padding-right: 5px;
}

.style-action a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FF8000 0%, #FF5500 100%);
}

.style2 .style-action a {
  padding: 0 38px;
}

.style1 {
  background: #F8F8FA;
  padding-bottom: 80px;
}

.style2 {
  padding-bottom: 80px;
}

.style1 ul,
.style2 ul {
  display: flex;
  flex-wrap: wrap;
}

.style1 ul li,
.style2 ul li {
  width: 31.83%;
  margin: 0.75%;
  background-color: #fff;
  border-radius: 4px;
}

.style2 ul li {
  background: #F8F8FA;
}

.style2 ul li {
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.style1 ul li div,
.style2 ul li div {
  padding: 24px 20px 20px 20px;
}

.style1 ul li:hover,
.style2 ul li:hover {

  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.11);
}


.style2 ul li:hover{
  background-color: #FFF;
}
@media(max-width:767px) {
  .discount-header {
    top: 22%;
  }

  .header-title {
    padding-bottom: 20px;
  }

  .hot-item ul li:first-child {
    width: 100%;
  }

  .hot-item ul li {
    width: 100%;
    }

  .seckill ul li {
    width: calc(47% - 2px);
    margin: 0 1.5% 5% 1.5%;
  }

  .style1 ul li,
  .style2 ul li {
    width: 98.5%;
    margin: 7px 0.75%;
  }

  .hot-item {
    padding-bottom: 50px;
  }

  .seckill {
    padding-bottom: 20px;
  }

  .style1,
  .style2 {
    padding-bottom: 40px;
  }

  .discount-menu .container {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: auto;
  }
  .title {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .sub-title {
    padding-bottom: 20px;
  }
}

@media(min-width:992px) {
  .discount-header {
    left: 5%;
  }
}

@media(min-width:1200px) {
  .discount-header {
    left: 13%;
  }
}

@media (min-width: 768px) {
  .slide-txt {
    margin-top: -200px !important;
  }
}