/**
 * 这是个 less 变量、函数文件，不会被编译成 common.css
 */
.hover-color-primary:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.skeleton-wrapper {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.skeleton-wrapper:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-animation: skeletonLoading 2s ease-in-out infinite;
  animation: skeletonLoading 2s ease-in-out infinite;
  content: "";
}
@keyframes product-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.skeleton-element {
  animation: product-skeleton-loading 1.4s ease infinite;
  background-image: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-position: 100% 50%;
  background-size: 400% 100%;
  height: 0.8rem;
  list-style: none;
}
.skeleton-more-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@-webkit-keyframes skeletonLoading {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  80%,
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@keyframes skeletonLoading {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  80%,
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
.skeleton-header {
  display: flex;
  justify-content: center;
  padding: 0 8px;
  height: 72px;
  align-items: center;
}
.skeleton-header .skeleton-title {
  width: 200px;
  height: 28px;
}
.skeleton-more {
  width: 131px;
  height: 32px;
}
.skeleton-product-card {
  width: 16%;
  float: left;
  margin-left: 15px;
}
body {
  background-color: #ffffff;
}
.hideSEO {
  display: none;
  position: absolute;
  left: -9999px;
  top: -99999px;
  z-index: -1;
}
.skeleton-wrapper .skeleton-element {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.tipsModule {
  width: 1200px;
  margin: 24px auto 0;
  display: flex;
  background: var(--tips-module-bg-color);
  box-shadow: inset 0px 0px 6px 0px var(--tips-module-shadow-color);
  border-radius: 8px;
  border: 1px solid var(--tips-module-border-color);
  padding: 16px 33px 16px 16px;
  position: relative;
  margin-top: 20px;
}
.tipsModule .trumpet {
  font-size: 16px;
  color: var(--color-primary);
  margin-top: -3px;
}
.tipsModule p {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-font-1);
  line-height: 20px;
  margin: 0 0 0 8px;
}
.tipsModule .close {
  font-size: 16px;
  color: var(--color-font-3);
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.tipsModule .close:hover {
  color: var(--color-font-1);
}
.moduleWrap {
  width: 1200px;
  margin: 24px auto 0;
  display: flex;
}
.moduleWrap .moduleIcon {
  background-image: url("/egg/image/home/TH_module_icon01.png");
  background-size: 140px auto;
}
.moduleWrap .moduleWrapItem {
  border-radius: 8px;
  position: relative;
}
.moduleWrap .moduleWrapItem .moduleTitle {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 24px 0 0 16px;
}
.moduleWrap .moduleWrapItem .moduleTitle .moduleIcon {
  width: 20px;
  height: 20px;
}
.moduleWrap .moduleWrapItem .moduleTitle .title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  margin-left: 10px;
}
.moduleWrap .moduleWrapItem .moduleTitle .viewMore {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
}
.moduleWrap .moduleWrapItem .moduleTitle .viewMore .iconfont {
  font-size: 12px;
}
.moduleWrap .moduleWrapItem .productList {
  padding: 20px 16px 24px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.moduleWrap .moduleWrapItem .productList .skeleton-product-card {
  width: 176px;
  height: 279px;
  margin-left: 15px;
  border-radius: 8px;
}
.moduleWrap .moduleWrapItem .productList .product-item {
  margin-left: 15px;
}
.moduleWrap .moduleWrapItem .productList .product-item.ml0 {
  margin-left: 0;
}
.moduleWrap .tendency {
  width: 590px;
  height: 379px;
  background: var(--trending-products-bg-color);
  margin-right: 20px;
}
.moduleWrap .tendency:before {
  content: "";
  width: 150px;
  height: 122px;
  background-image: url("/egg/image/home/TH_home_tendency.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.moduleWrap .tendency .moduleTitle .moduleIcon {
  background-position: 0 0;
}
.moduleWrap .tendency .moduleTitle .viewMore {
  background: var(--trending-products-view-more-bg-color);
}
.moduleWrap .tendency .moduleTitle .viewMore:hover {
  background: #ddd05a;
}
.moduleWrap .global {
  width: 590px;
  height: 379px;
  background: var(--global-selected-bg-color);
}
.moduleWrap .global:before {
  content: "";
  width: 150px;
  height: 122px;
  background-image: url("/egg/image/home/TH_home_global.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.moduleWrap .global .moduleTitle .moduleIcon {
  background-position: -30px 0;
}
.moduleWrap .global .moduleTitle .viewMore {
  background: var(--global-selected-view-more-bg-color);
}
.moduleWrap .global .moduleTitle .viewMore:hover {
  background: #e5ae92;
}
.moduleWrap .newProduct {
  width: 590px;
  height: 379px;
  background: var(--new-products-bg-color);
  margin-right: 20px;
}
.moduleWrap .newProduct .moduleTitle .moduleIcon {
  background-position: -90px 0;
}
.moduleWrap .newProduct .moduleTitle .viewMore {
  background: var(--new-products-view-more-bg-color);
}
.moduleWrap .newProduct .moduleTitle .viewMore:hover {
  background: #9ec9e4;
}
.moduleWrap .oneShipping {
  width: 590px;
  height: 379px;
  background: var(--premium-selected-bg-color);
}
.moduleWrap .oneShipping .moduleTitle .moduleIcon {
  background-position: -120px 0;
}
.moduleWrap .oneShipping .moduleTitle .viewMore {
  background: var(--premium-selected-view-more-bg-color);
}
.moduleWrap .oneShipping .moduleTitle .viewMore:hover {
  background: #bbb4e4;
}
.moduleWrap .product-card {
  margin-bottom: 24px !important;
}
.moduleWrap .product-card .bg {
  border-radius: 8px !important;
}
.moduleWrap .product-card .product-image img {
  border: none !important;
  border-radius: 8px 8px 0px 0px !important;
}
.moduleWrap .product-card .product-info {
  background: #ffffff !important;
  border-radius: 0 0 8px 8px !important;
  padding: 0 10px 12px !important;
}
.moduleWrap .product-card .product-info .product-title {
  margin-top: 6px !important;
}
.moduleWrap .product-card .product-info .wrapper-list-and-price {
  margin-top: 0 !important;
}
.moduleWrap .product-card .product-info .wrapper-list-and-price .product-price-and-inventory .product-price {
  color: #fd5a24 !important;
}
.moduleWrap .product-card .product-info .wrapper-list-and-price .product-price-and-inventory .product-price .sellPrice {
  font-size: 14px !important;
}
.moduleWrap .product-card .product-price-and-inventory .product-price .currency {
  top: 0 !important;
}
.hotSellingModule {
  background: var(--hot-selling-module-bg-color);
  position: relative;
  border-radius: 8px;
  margin-top: 48px;
}
.hotSellingModule:before {
  content: "";
  width: 64px;
  height: 43px;
  background-image: url("/egg/image/home/TH_home_top.png");
  background-size: 100% 100%;
  position: absolute;
  top: 23px;
  right: 76px;
  z-index: 1;
}
.hotSellingModule:after {
  content: "";
  width: 78px;
  height: 64px;
  background-image: url("/egg/image/home/TH_home_bottom.png");
  background-size: 100% 100%;
  position: absolute;
  left: 11px;
  bottom: 5px;
  z-index: 1;
}
.hotSellingModule .moduleWrapItem {
  width: 100%;
  position: relative;
  z-index: 2;
}
.hotSellingModule .moduleWrapItem .moduleTitle {
  justify-content: center;
  padding: 24px 0 0 0;
}
.hotSellingModule .moduleWrapItem .moduleTitle .moduleIcon {
  background-position: -60px 0;
}
.hotSellingModule .moduleWrapItem .moduleTitle .title {
  color: #ffffff;
}
.hotSellingModule .moduleWrapItem .productList {
  padding: 20px 16px 0;
}
.hotSellingModule .moduleWrapItem .productList .skeleton-product-card {
  width: 220px;
  height: 323px;
  margin-left: 17px;
}
.hotSellingModule .moduleWrapItem .viewMore {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.hotSellingModule .moduleWrapItem .viewMore .btn {
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  min-width: 125px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.hotSellingModule .moduleWrapItem .viewMore .btn .iconfont {
  color: #ffffff;
  font-size: 12px;
  margin-left: 8px;
}
.hotSellingModule .moduleWrapItem .viewMore .btn:hover {
  border-color: #ffffff;
}
.THRecommendedProducts {
  margin-top: 50px;
}
.THRecommendedProducts .likeMore {
  width: 268px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #333333;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
  line-height: 40px;
  cursor: pointer;
}
.THRecommendedProducts .skeleton-header {
  justify-content: center;
}
.THRecommendedProducts .skeleton-product-card {
  width: 18.5%;
  margin-left: 20px;
  margin-bottom: 24px;
}
.THRecommendedProducts .head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.THRecommendedProducts .head .title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  margin: 0 10px;
}
.THRecommendedProducts .head .headLeftImg {
  width: 23px;
  height: 40px;
  background-image: url("/egg/image/home/TH_home_left_01.png");
  background-size: 100% 100%;
}
.THRecommendedProducts .head .headRightImg {
  width: 23px;
  height: 40px;
  background-image: url("/egg/image/home/TH_home_right_01.png");
  background-size: 100% 100%;
}
.THRecommendedProducts .product-box {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  align-items: flex-start;
}
.THRecommendedProducts .product-box .product-card {
  margin-left: 20px !important;
  margin-bottom: 24px;
}
.THRecommendedProducts .product-box .product-card .bg {
  border-radius: 8px !important;
}
.THRecommendedProducts .product-box .product-card .product-image img {
  border-radius: 8px !important;
}
.THRecommendedProducts .product-box .product-card:nth-of-type(5n + 1) {
  margin-left: 0 !important;
}
.THRecommendedProducts .product-box .product-card:hover .product-image img {
  border-radius: 8px 8px 0 0 !important;
}
.THRecommendedProducts .viewMoreBox {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}
.THRecommendedProducts .viewMoreBox .view-more {
  width: 268px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #333333;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.THRecommendedProducts .viewMoreBox .view-more .moreIcon {
  font-size: 14px;
  margin-left: 0;
  top: 0;
}
.THRecommendedProducts .viewMoreBox .view-more:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.THRecommendedProducts .viewMoreBox .view-more:hover .moreIcon {
  color: var(--color-primary);
}
.thCategoryBox {
  margin-top: 50px;
}
.thCategoryBox .swiper-wrapper .swiper-slide .swiper-slide-seo-item {
  display: inline-block;
  width: 200px;
  height: 128px;
  background: #f9f9f9;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 23px 16px 0;
  display: flex;
  align-items: start;
  justify-content: center;
}
.thCategoryBox .swiper-wrapper .swiper-slide .swiper-slide-seo-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border: none;
}
.thCategoryBox .swiper-wrapper .swiper-slide .swiper-slide-seo-item:nth-child(6n) {
  border-right: none;
}
.thCategoryBox .swiper-wrapper .swiper-slide .swiper-slide-seo-item:nth-child(n + 6) {
  border-bottom: none;
}
.thCategoryBox .swiper-wrapper .swiper-slide .swiper-slide-seo-item .swiper-slide-seo-item-name {
  flex: 1;
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  padding-top: 7px;
}
.thCategoryBox .swiper-wrapper .swiper-slide .swiper-slide-seo-item .swiper-slide-seo-item-img {
  display: inline-block;
  width: 82px;
  height: 82px;
  background-size: 861px 176px;
  overflow: hidden;
}
.thCategoryBox .swiper-wrapper .swiper-slide .swiper-slide-seo-item:hover {
  background: #f9f9f9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: all 0.3s;
  transform: translateY(-2px);
}
#vue-all-load-module-th .skeleton-contianer .skeleton-product-card {
  width: 224px;
  margin-left: 16px;
}
