@import url(common.css);
@import url(head.css);
@import url(category.css);
@import url(foot.css);
.guide {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 1.6rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 1;
}
.guide a {
  color: #333;
}
.guide .guideIcon {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #999999;
  margin: 0 1rem;
}
.guide span {
  font-weight: 500;
  line-height: 1.8rem;
  color: #F82C4C;
}
.indexWrap {
  padding-top: 0 !important;
}
.indexWrap .couponsRecommend .couponsList {
  grid-template-columns: repeat(3, calc((100% - 3.2rem) / 3));
  grid-gap: 1.6rem 1.6rem;
}
.indexWrap .couponsItem:nth-child(7),
.indexWrap .couponsItem:nth-child(8) {
  display: none;
}
.indexWrap .productRecommend .topProductsList {
  grid-template-columns: repeat(3, calc((100% - 3.2rem) / 3));
  grid-gap: 1.6rem 1.6rem;
}
.indexWrap .topProdItem:nth-child(7),
.indexWrap .topProdItem:nth-child(8) {
  display: none;
}
.indexWrap .couponsListWrap {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
  display: flex;
}
.indexWrap .couponsListWrap .detailLeft {
  width: calc(100% - 35rem);
}
.indexWrap .couponsListWrap .detailLeft .current-cate {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-pic {
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  overflow: hidden;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-pic img {
  width: 100%;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-pic p {
  color: #A32034;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  padding: 1.2rem;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-info {
  padding: 0 1.6rem;
  color: #333;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-info .current-cate-tl {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.4rem;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-info .current-cate-tl-txt {
  margin: 0.2rem;
  font-weight: 400;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .topInfo {
  padding-bottom: 0.4rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox {
  width: 100%;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item {
  width: auto;
  padding: 1.6rem;
  margin: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con {
  display: flex;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des {
  display: flex;
  align-items: center;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .store-sales {
  flex-shrink: 0;
  width: 11.3rem;
  height: 8.2rem;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  line-height: 1.3;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .store-sales p {
  margin: 1rem;
  width: 100%;
  color: #F82C4C;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 3;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info {
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  color: #333;
  width: 100%;
  padding: 0.8rem 1.6rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-info-tl {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-info-tl p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 1;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-tag {
  display: none !important;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-category {
  width: 100%;
  display: flex;
  align-items: end;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-category .new-con-type {
  font-weight: 500;
  color: #F82C4C;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0.8rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-category .new-con-view {
  padding-left: 0.8rem;
  color: #808080;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0.8rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo {
  border-radius: 0.3rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 0.3rem;
  background-color: #F82C4C;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text .getDeal {
  border-radius: 3px;
  border: 0.5px dashed #F82C4C;
  background: #F82C4C;
  margin-left: auto;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text p {
  min-width: 13rem;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-right: 1rem;
  margin: 0.7rem auto;
  text-align: center;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text .turnPages {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  bottom: 0;
  border-radius: 0.3rem 0;
  border-right: 1px dashed #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
  background: linear-gradient(to bottom right, #d0273e 0%, #d0273e 50%, white 51%, white 100%);
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text img {
  position: absolute;
  z-index: 0;
  width: 1.6rem;
  height: 1.6rem;
  right: 0;
  bottom: -0.8rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con-get {
  background-color: #F82C4C;
  border-radius: 0.8rem;
  line-height: 4.5rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item:hover {
  background-color: #F8F7F7;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item:hover .new-con .new-con-des .new-con-info .new-con-info-tl {
  color: #F82C4C;
}
.indexWrap .couponsListWrap .detailLeft .moreflag {
  margin-bottom: 3rem;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .common-tl {
  font-size: 2rem;
  color: #333;
  margin: 3rem 0;
  font-weight: 600;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list {
  display: grid;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item {
  position: relative;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item .brand-rect-con-place .brand-rect-con-img {
  border: 0.1rem solid #ccc;
  width: 100%;
  display: block;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item .brand-rect-con-place .brand-rect-con-tl {
  padding: 0.6rem;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  max-width: 100%;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item:hover {
  background-color: #FFFFFF;
}
.indexWrap .couponsListWrap .categoryWrap {
  margin-left: 5rem;
}
@media only screen and (max-width: 991px) {
  .guide {
    margin: 0.9rem 0;
  }
  .indexWrap .couponsRecommend .couponsList {
    padding: 0;
    grid-template-columns: repeat(2, calc((100% - 1.2rem) / 2));
    grid-gap: 1.2rem 1.2rem;
  }
  .indexWrap .couponsListWrap {
    display: block;
  }
  .indexWrap .couponsListWrap .detailLeft {
    width: auto;
  }
  .indexWrap .couponsListWrap .detailLeft .current-cate {
    margin: 1.2rem 0;
  }
  .indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-pic {
    width: 8.8rem;
    height: 8.8rem;
  }
  .indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-pic img {
    width: 100%;
    background-color: #FFF;
  }
  .indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-info {
    padding: 0 1.2rem;
  }
  .indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-info .current-cate-tl {
    font-size: 2.2rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .topInfo {
    padding-bottom: 0.6rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item {
    padding: 1rem 0;
    margin: 1.2rem 0;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con {
    width: 100%;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des {
    width: 100%;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .store-sales {
    width: 9.6rem;
    height: 8.2rem;
    margin-left: 1rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .store-sales p {
    font-size: 1.6rem;
    margin: 0.4rem 0.6rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info {
    padding: 0.8rem 1.2rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-info-tl p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    -webkit-line-clamp: 2;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo {
    display: none;
  }
  .indexWrap .couponsListWrap .categoryWrap {
    margin-left: 0;
  }
}
