/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/viewComponents/productList/style/main.scss ***!
  \********************************************************************************************************************************************************************/
@charset "UTF-8";
.ly_products_list {
  display: none;
}

.activity-product-list .container {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .activity-product-list .container {
    width: 1080px;
  }
}
@media screen and (min-width: 1400px) {
  .activity-product-list .container {
    width: 1280px;
  }
}
@media screen and (min-width: 1680px) {
  .activity-product-list .container {
    width: 1300px;
  }
}

@media screen and (max-width: 768px) {
  .activity-product-list {
    padding-top: calc(15 / 430 * 100vw);
  }
  .activity-product-list * {
    box-sizing: border-box;
  }
  .activity-product-list .container {
    padding-bottom: 20px;
  }
  .activity-product-list .tag-list-box {
    position: sticky;
    top: var(--header-fixed-height);
    z-index: 2;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px 0;
  }
  .activity-product-list .tag-list-box .tag-list {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .activity-product-list .tag-list-box .tag-list::-webkit-scrollbar {
    display: none;
  }
  .activity-product-list .tag-list-box .tag {
    border: 1px solid #ffc033;
    border-radius: 30px;
    padding: 6px 20px;
    color: #ffc033;
    float: left;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
    transition: all 0.3s;
  }
  .activity-product-list .tag-list-box .tag.active {
    background: #ffc033;
    color: #fff;
  }
  .activity-product-list .product-list__tags-box {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    z-index: 9;
    padding-bottom: calc(5 / 430 * 100vw);
    padding-top: calc(5 / 430 * 100vw);
    position: sticky;
    top: var(--header-fixed-height);
  }
  .activity-product-list .product-list__tags-box .swiper-wrapper :last-child {
    margin-right: calc(77 / 430 * 100vw);
  }
  .activity-product-list .product-list__tags-box .swiper-slide {
    padding: calc(6 / 430 * 100vw) calc(14 / 430 * 100vw);
    width: auto;
    background-color: #f2f2f2;
    border-radius: calc(8 / 430 * 100vw);
    margin-right: calc(6 / 430 * 100vw);
    cursor: pointer;
    font-weight: 400;
    font-size: calc(12 / 430 * 100vw);
    color: #0f0f0f;
    line-height: calc(17 / 430 * 100vw);
    text-align: center;
    transition: all 0.3s linear;
  }
  .activity-product-list .product-list__tags-box .swiper-slide.active {
    background-color: #0f0f0f;
    color: #ffffff;
  }
  .activity-product-list .product-list__tags-box .to-prev {
    display: none;
  }
  .activity-product-list .product-list__tags-box .right-icon {
    position: absolute;
    width: calc(77 / 430 * 100vw);
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 17px;
  }
  .activity-product-list .product-list__tags-box .right-icon .pc-show {
    display: none;
  }
  .activity-product-list .product-list__tags-box .right-icon svg {
    transition: all 0.3s linear;
    display: block;
    width: 6px;
    height: auto;
  }
  .activity-product-list .product-list__tags-box .right-icon.swiper-button-disabled svg {
    opacity: 0.5;
  }
  .activity-product-list .product-swiper {
    width: 100%;
    padding-top: calc(20 / 430 * 100vw);
  }
  .activity-product-list .product-swiper .product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .activity-product-list .no-padding {
    padding-top: calc(10 / 430 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .activity-product-list {
    padding-top: calc(33 / 1920 * 100vw);
  }
  .activity-product-list * {
    box-sizing: border-box;
  }
  .activity-product-list .container {
    padding-bottom: 40px;
  }
  .activity-product-list .tag-list-box {
    position: sticky;
    top: var(--header-fixed-height);
    z-index: 2;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
  }
  .activity-product-list .tag-list-box .tag-list {
    display: flex;
    gap: 10px;
  }
  .activity-product-list .tag-list-box .tag-list .tag {
    border: 1px solid #ffc033;
    border-radius: 30px;
    padding: 10px 20px;
    color: #ffc033;
    float: left;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
    transition: all 0.3s;
  }
  .activity-product-list .tag-list-box .tag-list .tag.active {
    background: #ffc033;
    color: #fff;
  }
  .activity-product-list .product-list__tags-box {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    z-index: 9;
    position: sticky;
    top: var(--header-fixed-height);
    padding: 10px 0;
  }
  .activity-product-list .product-list__tags-box .swiper-wrapper :last-child {
    margin-right: calc(77 / 1920 * 100vw);
  }
  .activity-product-list .product-list__tags-box .swiper-slide {
    width: auto;
    background: #f7f7f7;
    border-radius: 12px;
    margin-right: 12px;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #0f0f0f;
    line-height: 20px;
    transition: all 0.3s linear;
  }
  .activity-product-list .product-list__tags-box .swiper-slide:hover {
    background: #dddddd;
  }
  .activity-product-list .product-list__tags-box .swiper-slide.active {
    background-color: #0f0f0f;
    color: #ffffff;
  }
  .activity-product-list .product-list__tags-box .to-prev {
    cursor: pointer;
    position: absolute;
    width: calc(77 / 1920 * 100vw);
    min-width: 40px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 17px;
  }
  .activity-product-list .product-list__tags-box .to-prev svg {
    transition: all 0.3s linear;
    transform: rotate(180deg);
    display: block;
    width: 7px;
    height: auto;
  }
  .activity-product-list .product-list__tags-box .to-prev.swiper-button-disabled {
    display: none;
  }
  .activity-product-list .product-list__tags-box .right-icon {
    cursor: pointer;
    position: absolute;
    width: calc(77 / 1920 * 100vw);
    min-width: 40px;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 17px;
  }
  .activity-product-list .product-list__tags-box .right-icon .pc-show {
    display: none;
  }
  .activity-product-list .product-list__tags-box .right-icon svg {
    transition: all 0.3s linear;
    display: block;
    width: 7px;
    height: auto;
  }
  .activity-product-list .product-list__tags-box .right-icon.swiper-button-disabled svg {
    opacity: 0.5;
  }
  .activity-product-list .product-list__tags-box .swiper-wrapper-center {
    justify-content: center;
  }
  .activity-product-list .product-list__tags-box .swiper-wrapper-center :last-child {
    margin-right: 0px;
  }
  .activity-product-list .product-list__tags-box .right-icon-center {
    display: none;
  }
  .activity-product-list .product-swiper {
    padding-top: calc(54 / 1920 * 100vw);
    width: 100%;
  }
  .activity-product-list .product-swiper .product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 每行4列 */
    gap: 20px;
    /* 项目间距 */
  }
  .activity-product-list .product-swiper .show-next-mark {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  .activity-product-list .no-padding {
    padding-top: calc(5 / 1920 * 100vw);
  }
}
.mid-loading-box {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/common/toast/toast.scss ***!
  \*************************************************************************************************************************************************/
@media screen and (min-width: 769px) {
  .toast-list {
    position: fixed;
    z-index: 999;
    top: 150px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .toast-list .toast-item {
    min-width: 277px;
    padding: 20px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    animation: toastIn 0.6s ease-in-out;
  }
  .toast-list .toast-item span {
    display: block;
    text-align: left;
    font-family: Poppins, Poppins;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
  }
  .toast-list .toast-item--fadeout {
    animation: toastOut 0.6s ease-in-out;
    opacity: 0;
  }
  @keyframes toastIn {
    0% {
      transform: translate(0, -100%);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes toastOut {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    100% {
      transform: translate(0, 20%);
      opacity: 0;
    }
  }
}
@media screen and (max-width: 768px) {
  .toast-list {
    position: fixed;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
  }
  .toast-list .toast-item {
    min-width: 277px;
    padding: 20px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    animation: toastIn 0.6s ease-in-out;
  }
  .toast-list .toast-item span {
    display: block;
    text-align: left;
    font-family: Poppins, Poppins;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
  }
  .toast-list .toast-item--fadeout {
    animation: toastOut 0.6s ease-in-out;
    opacity: 0;
  }
  @keyframes toastIn {
    0% {
      transform: translate(0, -100%);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes toastOut {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    100% {
      transform: translate(0, 20%);
      opacity: 0;
    }
  }
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/feature/Category/src/components/Category-Style1/CategoryList.scss ***!
  \*******************************************************************************************************************************************************************************************/
@media screen and (min-width: 768px) {
  .category-style1-box .product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(18 / 1920 * 100vw);
    row-gap: calc(40 / 1920 * 100vw);
    padding: 0 3px;
  }
  .category-style1-box .product-list .img-box {
    border: 1px solid #e5e5e5;
  }
  .category-style1-box .show-next-mark {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  .category-style1-box .loading-more-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(80 / 1920 * 100vw);
  }
  .category-style1-box .loading-more-box .loading-more {
    background: #fec629;
    border-radius: calc(20 / 1920 * 100vw);
    display: inline-block;
    padding: calc(22 / 1920 * 100vw);
    text-decoration: none;
    font-size: calc(16 / 1920 * 100vw);
    min-width: calc(320 / 1920 * 100vw);
    color: #0f0f0f;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
  }
  .category-style1-box.category-style1-box-2 .product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(20 / 1920 * 100vw);
    row-gap: calc(68 / 1920 * 100vw);
    padding: 0;
  }
  .category-style1-box.category-style1-box-2 .product-list .img-box {
    border: 1px solid #e5e5e5;
  }
  .category-style1-box.category-style1-box-2 .loading-more-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(78 / 1920 * 100vw);
  }
  .category-style1-box.category-style1-box-2 .loading-more-box .loading-more {
    background: #6242F0;
    border-radius: 2000px;
    display: inline-block;
    padding: calc(19 / 1920 * 100vw) calc(29 / 1920 * 100vw);
    text-decoration: none;
    font-size: calc(20 / 1920 * 100vw);
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    min-width: unset;
  }
  .category-style1-box .mid-loading-box {
    justify-content: center;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .category-style1-box .product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 430 * 100vw);
    row-gap: calc(30 / 430 * 100vw);
    padding: 0;
  }
  .category-style1-box .show-next-mark {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  .category-style1-box .mid-loading-box {
    justify-content: center;
    margin-top: 15px;
  }
  .category-style1-box .loading-more-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(40 / 430 * 100vw);
    margin-bottom: calc(20 / 430 * 100vw);
  }
  .category-style1-box .loading-more-box .loading-more {
    background: #fec629;
    border-radius: calc(20 / 430 * 100vw);
    display: inline-block;
    padding: calc(17 / 430 * 100vw);
    text-decoration: none;
    font-size: calc(16 / 430 * 100vw);
    line-height: 1.4375;
    width: 100%;
    color: #0f0f0f;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
  }
  .category-style1-box.category-style1-box-2 .product-list {
    gap: calc(12 / 430 * 100vw);
    row-gap: calc(36 / 430 * 100vw);
  }
  .category-style1-box.category-style1-box-2 .loading-more-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(33 / 430 * 100vw);
  }
  .category-style1-box.category-style1-box-2 .loading-more-box .loading-more {
    background: #6242F0;
    border-radius: 2000px;
    display: inline-block;
    padding: calc(19 / 430 * 100vw) calc(23 / 430 * 100vw);
    text-decoration: none;
    font-size: calc(16 / 430 * 100vw);
    line-height: 1.4375;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    min-width: unset;
    width: auto;
  }
}

/*# sourceMappingURL=entry-client.a87a01dd157a91aaf98a.css.map*/