.title {
  text-align: center;
  font-size: 26px;
  /* font-weight: 500; */
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.title span {
  font-size: 14px;
  float: right;
  position: absolute;
  right: 0;
  color: #34A5D9;
}

.activity-seckill-item .title span {
  font-size: 18px !important;
}

.title span:hover {
  cursor: pointer ;
}

.sub-title {
  color: #FF5500;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
  cursor: pointer ;
}

.activity_seckill_all_content .sub-title {
  cursor: pointer;
  font-size: 14px;
}

.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: 90px;
  background: #F9FAFB;
}
.discount-menu {
  width: 100%;
  position: absolute;
  height: 76px;
  background-color: #fff;
  /*box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);*/
  z-index: 1;
}

.discount-menu ul {
  height: 76px;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

.discount-menu ul li a {
  display: block;
  height: 76px;
  line-height: 76px;
  font-size: 18px;
  white-space: nowrap;
  box-sizing: border-box;
  margin-right: 40px;
  color: #33323D;
  transition: 0.2s ease-in-out;
}

.discount-menu ul li:hover a {
  cursor: pointer;
  color: #FF6F0A;
}

.discount-menu ul li.current a {
  color: #FF6F0A;
  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: 27px;
}

.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;
}

.activity_seckill_all_content {
  display: flex;
}

.activity_seckill_title_list {
  flex: 0  0  20%;
  height: 388px;
  padding: 0 15px;
  overflow: scroll;
}

.activity_seckill_title_list li {
  height: 52px;
  line-height: 52px;
  padding: 0 32px;
  color: #292E2E;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity_seckill_title_list li.current {
  color: #FF5500;
  background: #FFF7F3;
  font-weight: 400;
}

.activity_seckill_content {
  flex: 1;
}

.activity-seckill-product {
  padding-bottom:  0 !important;
}

.activity-seckill-product ul {
  justify-content: center;
}

.activity-seckill-product h2 {
  font-size: 24px;
  font-weight: 600;
} 

.activity_seckill_all_content .seckill {
  padding-bottom: 0px !important;
}

.seckill {
  padding-bottom: 40px;
}

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

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

.activity_seckill_content ul li {
  width: calc(29.5% - 2px) !important;
}

.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;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
}

.seckill ul li .seckill-header span {
  width: 80%;
  height: 54px;
  line-height: 54px;
  margin: 10px 10px 0 16px;
  display: block;
  color: #FF5500;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.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: #232323;
}

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

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

.seckill ul li .seckill-action .notAvailableForSale {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #6b6d70;
  font-size: 16px;
  text-align: center;
  background: #e4e6e8;
  border-radius: 0 0 5px 5px;
}

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

.style-header-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.style-header-tag {
  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;
  overflow: hidden;
}

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

.style-action {
  margin-bottom: 10px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
}

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

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

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

.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: 5px;
  position: relative;
}

.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: 0 20px 0;
}

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

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

.style1 ul li .style-content {
  padding: 0;
  padding-bottom: 65px;
}

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

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


.style2 ul li:hover{
  background-color: #FFF;
}

.coupon {
  margin-bottom: 10px;
  display: grid !important;
  grid-gap: 0 3.7%;
  justify-content: center;
}

.horizontal-coupon {
  grid-template-columns: repeat(4, 21.9%);
}

.vertical-coupon {
  grid-template-columns: repeat(4, 21.4%);
}

.coupon .coupon-item {
  width: 98%;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  border: none !important;
  margin: 0 0 10px 0;
}

.coupon .coupon-item:hover {
  cursor: pointer;
}

.coupon .coupon-item div {
  height: 65px;
}

.coupon .coupon-item-content {
  width: 86.3%;
  background: radial-gradient(circle at top left, transparent 6px, #FFE4D8 0) top left, radial-gradient(circle at bottom left, transparent 6px, #FFE4D8 0) bottom left;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  padding: 0;
}

.coupon .coupon-item-content-title {
  margin: 12px 0 5px 15px;
  color: #0b2e13;
  font-size: 14px;
  font-weight: bold;
  max-width: 80%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.coupon .coupon-item-content-footer {
  margin-left: 15px;
  color: #0b2e13;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coupon .coupon-item-content-footer-desc {
  color: #9E9793;
  max-width: 65%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.coupon .coupon-item-content-footer-tag {
  color: #DC6F51;
  background: #FDC6B9;
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 500;
  margin-right: 10px;
}

.coupon .coupon-item-get {
  width: 35px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5500;
  font-size: 12px;
  border-radius: 2px;
  padding: 0;
}

.coupon .coupon-item-active .coupon-item-get {
  background: #929292;
}

.activity-vertical {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.activity-vertical .swiper-wrapper .swiper-slide {
  background: #E6E9EE;
  display: flex;
}

.activity-vertical .activity-vertical-reserved {
  width: 20%;
}

.activity-vertical .activity-vertical-content {
  width: 80%;
  padding-left: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activity-vertical .activity-vertical-title {
  font-size: 45px;
  font-weight: 500;
}
.activity-vertical .activity-vertical-desc {
  margin-top: 25px;
  color: #53637C;
  font-size: 18px;
  font-weight: 500;
}
.activity-vertical .activity-vertical-button {
  width: 190px;
  height: 50px;
  margin-top: 30px;
  background-color: #2A52D9;
  display: inline-block;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}

.activity-horizontal-button:hover {
  cursor: pointer;
}

.activity-vertical .swiper-pagination {
  text-wrap: nowrap;
  position: absolute;
  left: 5%;
  right: 80%;
  text-align: right;
  cursor: pointer;
}

.activity-vertical .activity-vertical-bullet {
  font-size: 18px;
  padding: 20px 20px 20px 0;
  border-right: 2px solid white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-vertical .activity-vertical-bullet-active {
  border-right-color: #2A52D9;
  color: #2A52D9;
  background: linear-gradient(to left, #F5F5F7, #E6E9EE);
}

.activity-detail-reserved {
  background: #F8F8FA;
  height: 100px;
}

.activity-detail-title {
  background: #F8F8FA;
  padding-bottom: 30px;
  text-align: center;
}

.activity-detail-banner {
  background-color: #F8F8FA;
  padding-bottom: 30px;
}

.activity-detail-banner div img {
  max-width: 100%;
}

.activity-detail-banner-title {
  padding-top: 8%;
}

.activity-detail-banner-desc {
  padding-top: 3%;
}

.activity-empty {
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center;
  color: #c2c2c2;
  grid-column: 1 / -1;
}

.more-products {
  text-align: center;
  margin-top: 20px;
  display: none;
}

.more-products button {
  border: 1px solid #FF5500;
  color: #FF5500;
  background: #FFFFFF;
  width: 110px;
  height: 40px;
  font-size: 14px;
}

.more-products button:hover {
  cursor: pointer;
}

@media(max-width:768px) {
  .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;
  }

  .coupon {
    margin-bottom: 10px;
    display: grid !important;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 0 3.7%;
  }

  .coupon .coupon-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    border: none !important;
    margin: 0 0 10px 0;
  }

  .coupon .coupon-item:hover {
    cursor: pointer;
  }

  .coupon .coupon-item-content {
    width: 100%;
    background: radial-gradient(circle at top left, transparent 6px, #FFE4D8 0) top left, radial-gradient(circle at bottom left, transparent 6px, #FFE4D8 0) bottom left;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    padding: 0;
  }

  .activity-vertical .swiper-pagination {
    display: none;
  }

  .activity-vertical .activity-vertical-reserved {
    width: 0;
  }

  .activity-vertical .activity-vertical-content {
    width: 100%;
    text-align: center;
    padding: 0;
    align-items: center;
  }

  .gift-container-content {
    display: flex;
    flex-direction: column;
    margin-top: 7px;
    align-items: center;
    gap: 10px;
  }

  .gift-container-content-item {
    width: 100%;
  }

  .coupon-money {
    left: 8vw;
  }
}

@media(min-width: 768px) {
  .activity-detail-banner div{
    width:730px;
    margin: 0 auto;
  }
  .slide-txt {
    margin-top: -200px !important;
  }
}

@media(min-width:992px) {
  .activity-detail-banner div{
    width: 960px;
    margin: 0 auto;
  }

  .discount-header {
    left: 5%;
  }
}

@media(min-width:1200px) {
  .activity-detail-banner div{
    width: 1160px;
    margin: 0 auto;
  }
  .discount-header {
    left: 13%;
  }
}

