* {
  padding: 0;
  margin: 0;
  font-family: Noto Sans Japanese, Roboto, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, open sans, helvetica neue, sans-serif, serif, proximanova;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
}
body {
  background-color: #FFFFFF;
}
:root {
  font-size: 10px;
}
.row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.adHeight {
  width: 100%;
  height: 252px;
  margin: 0 auto;
}
.adSquare {
  width: 100%;
  height: 300px;
}
.ad-box,
.ads-1 {
  text-align: center;
}
.adTitle {
  color: #B3B3B3;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  /* 100% */
  text-transform: capitalize;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
.indexWrap {
  max-width: 120rem;
  padding: 2.4rem;
  margin: auto;
  min-height: 90vh;
}
@media only screen and (max-width: 767px) {
  .indexWrap {
    padding: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
.langWrap {
  display: none;
  align-items: center;
  border-radius: 5rem;
  padding: 0 1.2rem;
}
.langWrap .langMask {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.langWrap .langLogo {
  display: flex;
  justify-content: space-between;
}
.langWrap .langLogo .curlang {
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.langWrap .langLogo .curlang .langText {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #919191;
  padding: 1.2rem 2.1rem;
}
.langWrap .langLogo .curlang svg {
  width: 2.4rem;
  height: 2.4rem;
}
.langWrap .langLogo .curlang::after {
  content: '';
}
.langWrap .langLogo .maskContent {
  display: none;
  box-sizing: border-box;
  position: fixed;
  z-index: 11;
  top: 20%;
  left: 10%;
  top: 65%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 30rem;
  height: auto;
  margin-top: -26.5rem;
  margin-left: -15rem;
  padding: 4rem 1rem 0 1.5rem;
  transition: all ease 0.25s;
  transform: translateY(200vh);
  border-radius: 1rem;
  background-color: #fff;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.langWrap .langLogo .maskContent .maskClose {
  position: absolute;
  top: 0.8rem;
  left: 1.6rem;
  display: block;
  cursor: pointer;
}
.langWrap .langLogo .maskContent .maskClose svg {
  width: 2.6rem;
  height: 2.6rem;
}
.langWrap .langLogo .maskContent .maskClose .maskClose::before,
.langWrap .langLogo .maskContent .maskClose .maskClose::after {
  position: absolute;
  display: block;
}
.langWrap .langLogo .maskContent .maskClose .maskClose::before {
  top: 0;
  width: 1.8rem;
  height: 0.2rem;
}
.langWrap .langLogo .maskContent .maskClose .maskClose::after {
  top: -0.8rem;
  left: 0.8rem;
  width: 0.2rem;
  height: 1.8rem;
}
.langWrap .langLogo .maskContent .maskItem {
  width: 50%;
}
.langWrap .langLogo .maskContent .maskItem .itemLink {
  display: flex;
  align-items: center;
  border-radius: 4rem;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 95%;
  margin-bottom: 1.6rem;
  padding: 1rem;
  word-break: break-all;
  color: #333;
  background-color: #f2f7fa;
  box-sizing: border-box;
}
.langWrap .langLogo .maskContent .maskItem .itemLink .langIcon {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
}
.langWrap #maskControl {
  display: none;
}
.langWrap #maskControl:checked ~ .langMask {
  display: block;
}
.langWrap #maskControl:checked ~ .maskContent {
  display: flex;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .langWrap {
    padding: 0 0 0 0.4rem;
    background-color: #fff;
  }
  .langWrap .langLogo .curlang .langText {
    padding: 0;
  }
}
.topInfo {
  padding: 4rem 0 2rem 0;
}
.topInfo .topTitle,
.topInfo .topText {
  width: fit-content;
  color: #000000;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.topInfo svg {
  width: 2.4rem;
  height: 2.4rem;
}
.productRecommend {
  margin-bottom: 0.8rem;
}
.productRecommend .topProductsList {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 7.2rem) / 4));
  grid-gap: 2.4rem 2.4rem;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 1.6rem;
}
.productRecommend .topProductsList .topProdItem {
  border-radius: 0.8rem;
  position: relative;
}
.productRecommend .topProductsList .topProdItem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.productRecommend .topProductsList .topProdItem .ProductsImg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #E1E1E1;
  border: 1px solid #EEEEEE;
  border-radius: 0.4rem;
}
.productRecommend .topProductsList .topProdItem .ProdNamePc,
.productRecommend .topProductsList .topProdItem .ProdNameMobile {
  height: 4.8rem;
  font-weight: 500;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.productRecommend .topProductsList .topProdItem .ProdNameMobile {
  display: none;
}
.productRecommend .topProductsList .topProdItem .ProdSaleInfo {
  display: none !important;
  height: 4rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.productRecommend .topProductsList .topProdItem .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.productRecommend .topProductsList .topProdItem .price .nowPrice {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #F82C4C;
  margin-right: 0.8rem;
}
.productRecommend .topProductsList .topProdItem .price .oiginalPrice {
  text-decoration: line-through;
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.productRecommend .topProductsList .topProdItem .getProdBtn {
  width: fit-content;
  background-color: #F82C4C;
  border-radius: 0.3rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.85rem;
}
.productRecommend .topProductsList .topProdItem .getProdBtn svg {
  margin: 0.6rem 0 0.6rem 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
}
.productRecommend .topProductsList .topProdItem:hover .ProdNameMobile,
.productRecommend .topProductsList .topProdItem:hover .ProdNamePc {
  color: #F82C4C;
}
.couponsRecommend {
  border-radius: 1rem;
  margin: 0 auto;
  padding-bottom: 1.6rem;
}
.couponsRecommend .couponsList {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 4.8rem) / 4));
  grid-gap: 1.6rem 1.6rem;
  align-items: center;
  justify-content: center;
}
.couponsRecommend .couponsList .couponsItem {
  padding: 1.6rem;
  text-align: center;
  border-radius: 0.8rem;
  border: 1px solid #EEEEEE;
  position: relative;
}
.couponsRecommend .couponsList .couponsItem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.couponsRecommend .couponsList .couponsItem .couponImg {
  height: 14rem;
  width: 14rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.8rem;
  box-shadow: 0px 1px 3px rgba(60, 64, 67, 0.14902), 0px 1px 2px rgba(60, 64, 67, 0.301961);
}
.couponsRecommend .couponsList .couponsItem .couponImg .coupImg {
  width: 100%;
}
.couponsRecommend .couponsList .couponsItem .couponImg .brandsName {
  color: #A32034;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  padding: 1.2rem;
}
.couponsRecommend .couponsList .couponsItem .coupDetail .coupSale {
  height: 2rem;
  color: #F82C4C;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  margin: 1rem 0 0.4rem 0;
}
.couponsRecommend .couponsList .couponsItem .coupDetail .coupTitle {
  height: 4.4rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  margin-bottom: 1rem;
}
.couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo {
  display: flex;
  justify-content: center;
}
.couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo .text {
  display: flex;
  position: relative;
  border: 0.5px dashed #F82C4C;
  border-radius: 3px;
  background-color: #F82C4C;
}
.couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo .text span {
  min-width: 13rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  padding-right: 1rem;
  margin: 0.5rem auto;
}
.couponsRecommend .couponsList .couponsItem .coupDetail .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%);
}
.couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo .text img {
  position: absolute;
  z-index: 0;
  width: 1.6rem;
  height: 1.6rem;
  right: 0;
  bottom: -0.8rem;
}
.couponsRecommend .couponsList .couponsItem:hover {
  background-color: #F8F7F7;
}
@media only screen and (max-width: 767px) {
  .topInfo {
    padding: 3.2rem 0 1.6rem 0;
  }
  .topInfo .topTitle,
  .topInfo .topText {
    font-size: 2rem;
    line-height: 3rem;
  }
  .productRecommend .topProductsList {
    display: block;
  }
  .productRecommend .topProductsList .topProdItem {
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .productRecommend .topProductsList .topProdItem .ProductsImg {
    width: 32%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .productRecommend .topProductsList .topProdItem .productRight {
    width: 74%;
    padding-left: 0.8rem;
  }
  .productRecommend .topProductsList .topProdItem .ProdNamePc {
    display: none;
  }
  .productRecommend .topProductsList .topProdItem .ProdNameMobile {
    display: block;
    font-size: 1.5rem;
    margin: 0;
  }
  .productRecommend .topProductsList .topProdItem .productBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #EEEEEE;
  }
  .productRecommend .topProductsList .topProdItem .price {
    display: block;
    margin: 0;
  }
  .productRecommend .topProductsList .topProdItem .price .nowPrice {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .productRecommend .topProductsList .topProdItem .price .oiginalPrice {
    line-height: 2rem;
  }
  .productRecommend .topProductsList .topProdItem .getProdBtn {
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding: 0.4rem 0.8rem;
  }
  .productRecommend .topProductsList .topProdItem .getProdBtn svg {
    width: 2rem;
    height: 2rem;
    margin: 0 0 0 0.4rem;
  }
  .couponsRecommend .couponsList {
    grid-template-columns: repeat(2, calc((100% - 1.2rem) / 2));
    grid-gap: 1.2rem 1.2rem;
  }
  .couponsRecommend .couponsList .couponsItem {
    padding: 1.6rem 1.2rem;
  }
  .couponsRecommend .couponsList .couponsItem .couponImg {
    width: 10.4rem;
    height: 10.4rem;
  }
  .couponsRecommend .couponsList .couponsItem .coupDetail .coupSale {
    -webkit-line-clamp: 1;
  }
  .couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo .text span {
    min-width: 11.5rem;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .productRecommend .topProductsList .topProdItem .jumpInfo {
    margin: 0;
  }
  .productRecommend .topProductsList .topProdItem .jumpInfo .text span {
    min-width: 12rem;
    font-size: 1.2rem;
  }
  .productRecommend .topProductsList .topProdItem .jumpInfo .price .nowPrice {
    font-size: 2rem;
  }
  .productRecommend .topProductsList .topProdItem .jumpInfo .getProdBtn {
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 0 0.5rem;
  }
  .productRecommend .topProductsList .topProdItem .jumpInfo .getProdBtn svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .productRecommend .topProductsList .topProdItem:nth-child(9),
  .productRecommend .topProductsList .topProdItem:nth-child(10) {
    display: none;
  }
}
.header {
  width: 100%;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  top: 0;
  z-index: 1;
}
.header .headContent {
  padding: 0 2.4rem;
  height: 8rem;
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headContent .sitelogo {
  height: 3.8rem;
  width: auto;
  position: relative;
}
.header .headContent .sitelogo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .headContent .sitelogo .logoImg {
  height: 3.8rem;
  width: auto;
  padding-right: 2.4rem;
}
.header .headContent .navList {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
}
.header .headContent .navList .navItem {
  cursor: pointer;
  margin: 0 1.4rem;
}
.header .headContent .navList .navItem a {
  color: #666666;
}
.header .headContent .navList .navNow {
  cursor: pointer;
  font-weight: 900;
  margin: 0 2rem;
}
.header .headContent .navList .navNow a {
  color: #F82C4C;
}
.header .headContent .searchForm {
  width: 30rem;
  margin-left: 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .headContent .searchForm .sea-text-top {
  border-radius: 2rem;
  width: 100%;
  border: 0.1rem solid #EAEAEA;
  padding: 1rem 5rem 1rem 2rem;
  flex: 1;
  height: 100%;
  outline: none;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #999;
}
.header .headContent .searchForm .sea-btn {
  height: 100%;
  width: 5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .headContent .searchForm .sea-btn svg {
  height: 2.4rem;
  width: 2.4rem;
}
.header .headContent .addChrome {
  display: none;
  width: 15rem;
  border-radius: 2rem;
  color: #FFFFFF;
  margin: auto 2rem;
  background-color: #F82C4C;
  justify-content: center;
  align-items: center;
}
.header .headContent .addChrome svg {
  height: 2.5rem;
  width: 2.5rem;
}
.header .headContent .addChrome span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4rem;
}
.header .headContent .mobileMenu {
  display: none;
}
.header .headContent .mobileMenu svg {
  width: 2.4rem;
  height: 2.4rem;
}
.header .headContent .socialMedia a img {
  width: 2rem;
  margin-right: 0.2rem;
}
.header .homeMask {
  display: none;
  z-index: 9;
  background-color: #111111aa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.header .dropDown {
  display: none;
  z-index: 10;
  background-color: #111111aa;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
}
.header .dropDown .headerMenu {
  z-index: 9;
  background-color: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 30rem;
  left: 0;
}
.header .dropDown .headerMenu .closeMenu {
  margin: 1rem;
  text-align: right;
}
.header .dropDown .headerMenu .closeMenu img {
  width: 2rem;
  height: 2rem;
}
.header .dropDown .headerMenu .sitelogo {
  height: 2.9rem;
  margin: 1rem;
}
.header .dropDown .headerMenu .sitelogo a {
  margin: 2rem 0;
}
.header .dropDown .headerMenu .sitelogo a .logoImg {
  height: 2.9rem;
  width: auto;
}
.header .dropDown .headerMenu p {
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
  margin: 0 1rem;
}
.header .dropDown .headerMenu ul .navItem {
  margin-top: 1.5rem;
}
.header .dropDown .headerMenu ul .navItem a {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem;
  color: #333;
}
.header .dropDown .headerMenu ul .navItem a svg {
  margin-right: 1rem;
  padding: 0.2rem;
}
.header .dropDown .headerMenu ul .menuNow {
  margin: 2rem 0;
  background-color: #F82C4C;
}
.header .dropDown .headerMenu ul .menuNow a {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem;
  color: #FFF;
}
.header .dropDown .headerMenu ul .menuNow a svg {
  margin-right: 1rem;
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 50%;
}
.header .mobileMask {
  display: none;
  z-index: 9;
  background-color: #ffffff00;
  position: absolute;
  top: 6rem;
  left: 0;
  height: 100%;
  width: 100%;
}
.header .mobileSearch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 2.4rem;
  width: 50%;
}
.header .mobileSearch .sea-text-top {
  border-radius: 2rem;
  width: 100%;
  border: 0.1rem solid #EAEAEA;
  padding: 1rem;
  font-size: 1.4rem;
  flex: 1;
  height: 100%;
  outline: none;
  color: #333;
  box-sizing: border-box;
}
.header .mobileSearch .sea-btn {
  height: 100%;
  width: 5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .mobileSearch .sea-btn svg {
  height: 2.4rem;
  width: 2.4rem;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .header {
    width: 100%;
  }
  .header .headContent {
    padding: 0 1.6rem;
    height: 6rem;
    padding: 0 1rem;
  }
  .header .headContent .sitelogo {
    height: 3rem;
  }
  .header .headContent .sitelogo .logoImg {
    height: 3rem;
    padding: 0;
  }
  .header .headContent .navList {
    display: none;
  }
  .header .headContent .searchForm {
    display: none;
  }
  .header .headContent .search-m {
    display: none;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .headContent .showSearch {
    display: inline-block;
  }
  .header .headContent .showSearch svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .header .mobileSearch {
    position: absolute;
    width: 80%;
  }
  .header .showSearch {
    display: block;
  }
  .header .dropDown {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    width: 100%;
  }
  .header .headContent {
    height: 6rem;
    justify-content: flex-start;
  }
  .header .headContent .sitelogo {
    height: 3rem;
    margin-left: 2rem;
  }
  .header .headContent .sitelogo .logoImg {
    height: 3rem;
    padding: 0;
  }
  .header .headContent .navList {
    display: none;
  }
  .header .headContent .searchForm {
    display: none;
  }
  .header .headContent .search-m {
    display: none;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .headContent .showSearch {
    display: none !important;
  }
  .header .headContent .showSearch svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .header .mobileSearch {
    display: block !important;
    width: 50%;
  }
  .header .showSearch {
    display: block;
  }
  .header .dropDown {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .showSearch {
    display: none !important;
  }
}
.couponBgc {
  height: 2.2rem;
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #E1463C;
  z-index: 0;
}
.couponBgc .couponText {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 0.1rem 1.2rem;
  z-index: 1;
  text-align: center;
}
.couponBgc .couponText::before,
.couponBgc .couponText::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.couponBgc .couponText::before {
  left: -0.4rem;
}
.couponBgc .couponText::after {
  right: -0.4rem;
}
.categoryWrap {
  width: 30rem;
}
.categoryWrap .topTitle,
.categoryWrap .topText {
  padding-top: 3.2rem;
  width: fit-content;
  color: #000000;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  display: flex;
  align-items: center;
}
.categoryWrap .categoryList {
  display: grid;
  grid-gap: 1rem 1rem;
  margin: 2rem 0;
}
.categoryWrap .categoryList .categoryItem {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 1.6rem;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}
.categoryWrap .categoryList .categoryItem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.categoryWrap .categoryList .categoryItem .categoryImg {
  width: 4rem;
  height: 4rem;
  padding-right: 1.2rem;
  flex-shrink: 0;
}
.categoryWrap .categoryList .categoryItem .categoryName {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
}
.categoryWrap .categoryList .categoryItem:hover {
  background: #F8F7F7;
}
.categoryWrap .categoryList .categoryItem:hover .categoryName {
  color: #F82C4C;
}
@media only screen and (max-width: 767px) {
  .categoryWrap {
    width: auto;
    margin-left: 0;
  }
  .categoryWrap .topTitle,
  .categoryWrap .topText {
    font-size: 2rem;
    line-height: 3rem;
  }
  .categoryWrap .categoryList {
    display: grid;
    grid-template-columns: repeat(1, calc((100% - 0rem) / 1));
    grid-gap: 1rem 1rem;
  }
  .categoryWrap .categoryList .ad-box {
    grid-column: span 2;
  }
  .categoryWrap .categoryList .categoryItem {
    padding: 1.6rem 0.8rem;
  }
  .categoryWrap .categoryList .categoryItem .categoryImg {
    width: 3rem;
    height: 3rem;
    padding-right: 0.8rem;
  }
  .categoryWrap .categoryList .categoryItem .categoryName {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categoryWrap {
    width: auto;
    margin-left: 0;
  }
  .categoryWrap .topTitle,
  .categoryWrap .topText {
    font-size: 2rem;
    line-height: 3rem;
  }
  .categoryWrap .categoryList {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
    grid-gap: 2rem 2rem;
  }
  .categoryWrap .categoryList .ad-box {
    grid-column: span 2;
  }
  .categoryWrap .categoryList .categoryItem {
    padding: 1.6rem 0.8rem;
  }
  .categoryWrap .categoryList .categoryItem .categoryImg {
    width: 5rem;
    height: 5rem;
    padding-right: 0.8rem;
  }
  .categoryWrap .categoryList .categoryItem .categoryName {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.QAList {
  color: #333333;
  background-color: #FFFFFF;
}
.QAList .QATitle {
  color: #000000;
  padding: 4rem 0 2rem 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem;
}
.QAList .QAItem {
  border-bottom: 1px solid #EEE;
  padding: 2.4rem 0;
}
.QAList .QAItem .questionList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.QAList .QAItem .questionList .question {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.QAList .QAItem .questionList .questionIcon {
  padding-left: 1.2rem;
}
.QAList .QAItem .questionList .questionIcon svg {
  width: 2.4rem;
  height: 2.4rem;
}
.QAList .QAItem .questionList .questionIcon .closeIcon {
  display: none;
}
.QAList .QAItem .answerList {
  display: none;
  padding-top: 1.6rem;
}
.QAList .QAItem .answer {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .QAList .QATitle {
    padding: 3.2rem 0 1.6rem 0;
    font-size: 2rem;
    line-height: 3rem;
  }
  .QAList .QAItem {
    padding: 1.6rem 0;
  }
}
.footer {
  background: #F4F4F4;
  box-shadow: 0px -1px 0px #E5E5E5;
  padding: 4.8rem 2.4rem;
}
.footer .footerWrap {
  max-width: 120rem;
  margin: 0 auto;
}
.footer .footerWrap .wrapper {
  display: flex;
  flex-direction: column;
}
.footer .footerWrap .wrapper .logo {
  display: block;
}
.footer .footerWrap .wrapper .logo img {
  height: 4rem;
  width: auto;
}
.footer .footerWrap .wrapper .bottomDesp {
  padding: 1.2rem 0 2.4rem 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #878787;
}
.footer .footerWrap .wrapper .footerPage .footerLink {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  padding-right: 6rem;
  line-height: 1.6rem;
  margin: 0.8rem 0;
  color: #4D4D4D;
}
.footer .footerWrap .wrapper .footerPage .navNow {
  font-weight: 500 !important;
  color: #F82C4C !important;
}
.footer .footerWrap .cookie-notice-container {
  display: none;
  font-size: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footer .footerWrap .cookie-notice-container .container {
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 3rem;
  max-width: 120rem;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.footer .footerWrap .cookie-notice-container .container a,
.footer .footerWrap .cookie-notice-container .container button,
.footer .footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footer .footerWrap .cookie-notice-container .container .moreJump {
  color: #37aafd;
}
.footer .footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #37aafd;
  border: none;
  color: #FFFFFF;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footer .footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 1.6rem;
  }
  .footer .footerWrap .wrapper .logo img {
    height: 2.8rem;
  }
  .footer .footerWrap .wrapper .bottomDesp {
    padding: 0.8rem 0 1rem 0;
    margin-bottom: 1rem;
    line-height: 2rem;
    border-bottom: 1px solid #DCDCDC;
  }
  .footer .footerWrap .wrapper .foot-link-wp {
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  .footer .footerWrap .wrapper .foot-link-wp .foot-link {
    font-size: 1.4rem;
    margin-right: 1rem;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer .footerWrap .wrapper .footerPage {
    display: flex;
    text-align: start;
    flex-wrap: wrap;
  }
  .footer .footerWrap .wrapper .footerPage .footerLink {
    width: 50%;
    padding: 0;
    color: #666666;
  }
  .footer .footerWrap .cookie-notice-container .container {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .footer .footerWrap .wrapper .logo {
    height: 4rem;
  }
  .footer .footerWrap .wrapper .footerPage {
    width: 100%;
  }
}
@media only screen and (min-width: 1367px) {
  .footer .footerWrap .wrapper .logo {
    height: 4rem;
  }
  .footer .footerWrap .wrapper .foot-link-wp {
    display: flex;
  }
  .footer .footerWrap .wrapper .footerPage {
    width: 100%;
    display: flex;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.categoryWrap {
  width: auto;
}
.bannerSwiper {
  margin-bottom: 2rem;
  width: auto;
  position: relative;
  overflow: hidden;
}
.bannerSwiper .leftArrow,
.bannerSwiper .rightArrow {
  /* 开始时隐藏箭头 */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  line-height: 8rem;
  box-shadow: rgba(25, 42, 50, 0.15) 0px 2px 3px 0px;
  background-color: #ffffff;
}
.bannerSwiper .leftArrow {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.bannerSwiper .rightArrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.bannerSwiper .SwiperList {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.3s ease;
}
.bannerSwiper .SwiperList .SwiperItem {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.bannerSwiper .SwiperList .SwiperItem .SwiperCont {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperContPc,
.bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperContMobile {
  width: 100%;
  height: auto;
  aspect-ratio: 52/11;
  border-radius: 8px;
}
.bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .date {
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 0.6rem;
}
.bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .festival {
  color: #222;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 4.4rem;
  margin-bottom: 1.6rem;
}
.bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .shopNowBtn {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  border-radius: 3px;
  background: #E23449;
}
.bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .shopNowBtn .showNow {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem;
}
.bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .shopNowBtn svg {
  width: 2rem;
  height: 2rem;
  padding-left: 0.8rem;
}
.bannerSwiper .circle {
  z-index: 0;
  position: absolute;
  bottom: 1.6rem;
  right: 50%;
  transform: translateX(50%);
}
.bannerSwiper .circle li {
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  float: left;
  list-style: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 0.4rem;
}
.bannerSwiper .circle .current {
  background: rgba(0, 0, 0, 0.8);
}
.brandsContWrap {
  height: 100%;
  margin-bottom: 2rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
.brandsContWrap .topInfo {
  padding: 4rem 0 2rem 0;
}
.brandsContWrap .topInfo .topTitle,
.brandsContWrap .topInfo .topText {
  width: fit-content;
  color: #000000;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.brandsContWrap .topInfo svg {
  width: 2.4rem;
  height: 2.4rem;
}
.brandsContWrap .topDesp {
  display: none;
  margin: 2rem;
  text-align: center;
}
.brandsContWrap .topCouponList {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 6rem) / 4));
  grid-gap: 3rem 2rem;
  align-items: flex-start;
  justify-content: center;
}
.brandsContWrap .topCouponList .topCoupItem {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #FFFFFF;
  cursor: pointer;
}
.brandsContWrap .topCouponList .topCoupItem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.brandsContWrap .topCouponList .topCoupItem .brandsImg {
  width: 100%;
  aspect-ratio: 5/3;
  border-radius: 0.4rem;
  border: 1px solid #EEEEEE;
}
.brandsContWrap .topCouponList .topCoupItem .smallBrandsImg {
  position: absolute;
  width: 12rem;
  aspect-ratio: 2/1;
  right: 2rem;
  bottom: 8.5rem;
  border-radius: 0.4rem;
  pointer-events: none;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(60, 64, 67, 0.14902), 0px 1px 2px rgba(60, 64, 67, 0.301961);
}
.brandsContWrap .topCouponList .topCoupItem .couponBgc {
  margin: 1rem 0;
}
.brandsContWrap .topCouponList .topCoupItem .couponDetail {
  height: 4.8rem;
  font-weight: 500;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.brandsContWrap .topCouponList .topCoupItem .getCoupBtn {
  width: 17rem;
  background-color: #F82C4C;
  border-radius: 1rem;
  line-height: 4rem;
  color: #FFFFFF;
  padding: 0 1rem;
  margin: 1rem auto 2rem;
  font-size: 1.6rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandsContWrap .topCouponList .topCoupItem .getCoupBtn svg {
  margin-left: 1rem;
  width: 3rem;
  height: 3rem;
}
.brandsContWrap .topCouponList .topCoupItem:hover .couponDetail {
  color: #F82C4C;
}
.popularBrandsWrap {
  height: 100%;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.popularBrandsWrap .couponList {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(6, calc((100% - 10rem) / 6));
  grid-gap: 2.4rem 2rem;
  align-items: flex-start;
  justify-content: center;
}
.popularBrandsWrap .couponList .coupItem {
  width: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 0 1rem;
}
.popularBrandsWrap .couponList .coupItem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popularBrandsWrap .couponList .coupItem .brandsImgWrap {
  width: calc(100% - 2rem);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  overflow: hidden;
}
.popularBrandsWrap .couponList .coupItem .brandsImgWrap .brandsImg {
  width: 100%;
  height: auto;
}
.popularBrandsWrap .couponList .coupItem .brandsImgWrap .brandsName {
  color: #A32034;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  padding: 1.2rem;
}
.popularBrandsWrap .couponList .coupItem .brandsImgWrap::before {
  content: "";
  display: block;
  padding-top: calc(1 / 1 * 100%);
}
.popularBrandsWrap .couponList .coupItem .couponTitle {
  height: 1.82rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin: 1.6rem 0 0.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;
  word-break: break-all;
}
.popularBrandsWrap .couponList .coupItem .couponSales {
  height: 2.08rem;
  color: #F82C4C;
  font-size: 1.6rem;
  font-weight: 700;
  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: 1;
  word-break: break-all;
  margin-bottom: 0.2rem;
}
.popularBrandsWrap .couponList .coupItem .couponCount {
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
  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: 1;
}
.popularBrandsWrap .couponList .coupItem:hover .brandsImgWrap .brandsImg {
  animation: pulse 1s;
  -webkit-animation: pulse 1s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
.popularBrandsWrap .couponList .coupItem:hover .couponTitle {
  color: #F82C4C;
}
.brandCategoriesWrap {
  height: 100%;
  box-sizing: border-box;
}
.brandCategoriesWrap .couponListContent {
  margin-bottom: 2rem;
}
.brandCategoriesWrap .couponList {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, calc((100% - 8rem) / 5));
  grid-gap: 1.6rem 2rem;
  align-items: flex-start;
  justify-content: center;
}
.brandCategoriesWrap .couponList .coupItem {
  width: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 1px solid #eee;
  padding: 1.6rem 2rem;
  cursor: pointer;
}
.brandCategoriesWrap .couponList .coupItem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.brandCategoriesWrap .couponList .coupItem .brandsImgWrap {
  width: calc(100% - 2rem);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1.2rem;
  box-shadow: 0px 1px 1px 0px rgba(60, 64, 67, 0.1), 0px 1px 3px 0px rgba(60, 64, 67, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  overflow: hidden;
}
.brandCategoriesWrap .couponList .coupItem .brandsImgWrap .brandsImg {
  width: 100%;
  height: auto;
}
.brandCategoriesWrap .couponList .coupItem .brandsImgWrap .brandsName {
  color: #A32034;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  padding: 1.2rem;
}
.brandCategoriesWrap .couponList .coupItem .brandsImgWrap::before {
  content: "";
  display: block;
  padding-top: calc(1 / 1 * 100%);
}
.brandCategoriesWrap .couponList .coupItem .couponTitle {
  height: 1.82rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin: 1.2rem 0 0.8rem 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;
  word-break: break-all;
}
.brandCategoriesWrap .couponList .coupItem .couponSales {
  height: 2.08rem;
  color: #F82C4C;
  font-size: 1.6rem;
  font-weight: 700;
  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: 1;
}
.brandCategoriesWrap .couponList .coupItem:hover {
  background: #F2F2F2;
}
@media only screen and (max-width: 767px) {
  .categoryWrap .categoryList {
    display: grid;
    grid-template-columns: repeat(1, calc((100% - 0rem) / 1));
    grid-gap: 1rem 1rem;
  }
  .bannerSwiper {
    padding-bottom: 2.2rem;
    margin-bottom: 0.8rem;
  }
  .bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperContMobile {
    border-radius: 4px;
    aspect-ratio: 343/170;
  }
  .bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText {
    max-width: 21rem;
  }
  .bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .date {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .festival {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .shopNowBtn {
    padding: 0.4rem 0.8rem;
    border-radius: 2px;
  }
  .bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .shopNowBtn .showNow {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .bannerSwiper .SwiperList .SwiperItem .SwiperCont .SwiperText .shopNowBtn svg {
    padding-left: 0.4rem;
  }
  .bannerSwiper .circle {
    bottom: 0.8rem;
  }
  .bannerSwiper .circle li {
    width: 0.6rem;
    height: 0.6rem;
  }
  .brandsContWrap {
    margin-bottom: 1.6rem;
    background-color: #FFFFFF;
  }
  .brandsContWrap .topInfo {
    padding: 3.2rem 0 1.6rem 0;
  }
  .brandsContWrap .topInfo .topTitle,
  .brandsContWrap .topInfo .topText {
    font-size: 2rem;
    line-height: 3rem;
  }
  .brandsContWrap .topDesp {
    display: none;
  }
  .brandsContWrap .topCouponList {
    grid-template-columns: repeat(2, calc((100% - 1.2rem) / 2));
    grid-gap: 1.6rem 1.2rem;
  }
  .brandsContWrap .topCouponList .topCoupItem .coverlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .brandsContWrap .topCouponList .topCoupItem .smallBrandsImg {
    width: 8.8rem;
    right: 1rem;
  }
  .brandsContWrap .topCouponList .topCoupItem .couponDetail {
    font-size: 1.5rem;
  }
  .brandsContWrap .topCouponList .topCoupItem .getCoupBtn {
    font-size: 1.2rem;
    line-height: 3rem;
    width: fit-content;
  }
  .brandsContWrap .topCouponList .topCoupItem .getCoupBtn svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .popularBrandsWrap {
    margin-bottom: 1.6rem;
  }
  .popularBrandsWrap .couponList {
    grid-template-columns: repeat(3, calc((100% - 3.2rem) / 3));
    grid-gap: 2rem 1.6rem;
  }
  .popularBrandsWrap .couponList .adItem {
    grid-column: span 3;
  }
  .popularBrandsWrap .couponList .coupItem {
    padding: 0;
  }
  .popularBrandsWrap .couponList .coupItem .brandsImgWrap {
    width: 100%;
    margin: 0;
  }
  .popularBrandsWrap .couponList .coupItem .couponTitle {
    height: 1.56rem;
    font-size: 1.2rem;
    margin: 0.8rem 0 0.8rem 0;
  }
  .popularBrandsWrap .couponList .coupItem .couponSales {
    height: 1.82rem;
    font-size: 1.4rem;
  }
  .brandCategoriesWrap .couponListContent {
    overflow-x: scroll;
    margin-bottom: 1.6rem;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .brandCategoriesWrap .couponListContent .couponList {
    width: 200%;
    grid-template-columns: repeat(5, calc((100% - 4rem) / 5));
    grid-gap: 2rem 1rem;
  }
  .brandCategoriesWrap .couponListContent .couponList .coupItem {
    padding: 1.2rem;
  }
  .brandCategoriesWrap .couponListContent .couponList .coupItem .brandsImgWrap {
    width: 100%;
    margin: 0;
  }
  .brandCategoriesWrap .couponListContent .couponList .coupItem .couponTitle {
    height: 1.56rem;
    font-size: 1.2rem;
    margin: 1.2rem 0 0.2rem 0;
  }
  .brandCategoriesWrap .couponListContent .couponList .coupItem .couponSales {
    height: 1.82rem;
    font-size: 1.4rem;
  }
  .brandCategoriesWrap .couponListContent::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .categoryWrap .categoryList {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
    grid-gap: 2rem 2rem;
  }
  .categoryWrap .categoryList .categoryItem .categoryImg {
    width: 5rem;
    height: 5rem;
  }
  .bannerSwiper:hover .leftArrow,
  .bannerSwiper:hover .rightArrow {
    display: flex;
  }
  .brandsContWrap .topCouponList .topCoupItem .smallBrandsImg {
    right: 1rem;
  }
  .brandsContWrap .topCouponList .topCoupItem .getCoupBtn {
    width: fit-content;
  }
}
@media only screen and (min-width: 1367px) {
  .categoryWrap .categoryList {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 6rem) / 4));
    grid-gap: 2rem 2rem;
  }
  .categoryWrap .categoryList .categoryItem .categoryImg {
    width: 5rem;
    height: 5rem;
  }
  .bannerSwiper:hover .leftArrow,
  .bannerSwiper:hover .rightArrow {
    display: flex;
  }
}
