.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.isFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.resetLinkStyle a:hover,
.resetLinkStyle a:focus,
.resetLinkStyle .anchor:active,
.resetLinkStyle .anchor:focus,
.resetLinkStyle .anchor:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Medium';
  font-style: normal;
}
@font-face {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Bold';
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
#pages {
  text-align: center;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}
#pages .disable:hover {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  cursor: no-drop;
}
#pages .disable:hover .yy-ljt {
  background: url('../images-website/gifts/arrow-left-s-line-hover.png') no-repeat center !important;
  background-size: cover !important;
  width: 16px;
  height: 16px;
  transform: rotate(0deg) !important;
}
#pages #pageprev:hover .yy-ljt {
  background: url('../images-website/gifts/arrow-left-s-line.png') no-repeat center;
  transform: rotate(180deg);
  background-size: cover;
}
#pages #pagenext:hover .yy-rjt {
  background: url('../images-website/gifts/arrow-left-s-line.png') no-repeat center;
  transform: rotate(0deg);
  background-size: cover;
}
#pages .yy-ljt {
  background: url('../images-website/gifts/arrow-left-s-line-hover.png') no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-weight: normal;
  background-size: cover;
}
#pages .yy-rjt {
  background: url('../images-website/gifts/arrow-left-s-line-hover.png') no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-weight: normal;
  transform: rotate(180deg);
  background-size: cover;
}
#pages .yy-icon {
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#pages span {
  width: 11px;
  height: 18px;
}
#pages a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 16px;
  transition: background-color 0.2s ease-out;
  vertical-align: middle;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_Medium';
  text-decoration: none;
}
#pages a#pageactive {
  background: #1966FF;
  border-color: #1966FF;
  color: #fff;
}
#pages a:hover {
  background: #165DEA;
  border-color: #165DEA;
  color: #fff;
}
#pages a#pageprev,
#pages a#pagenext {
  background: #fff;
  line-height: 40px;
  position: relative;
}
#pages a#pageprev:hover,
#pages a#pagenext:hover {
  background: #165DEA;
  border-color: #165DEA;
}
.theGiftProductEl .product-el {
  width: 260px;
  height: 372px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 14px;
}
.theGiftProductEl .product-el:hover {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.theGiftProductEl .product-el:hover .product-img img {
  transform: scale(1.05);
}
.theGiftProductEl .product-el .product-img {
  width: 232px;
  height: 232px;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.theGiftProductEl .product-el .product-img img {
  object-fit: fill;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.theGiftProductEl .product-el .product-txt {
  height: 44px;
  font-size: 14px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Medium';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
  margin-bottom: 10px;
  max-height: 44px;
  transition: all 0.3s ease-in-out;
}
.theGiftProductEl .product-el .product-tag {
  padding: 0 6px;
  height: 18px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #EB2E3A;
  font-size: 12px;
  color: #EB2E3A;
  margin-bottom: 10px;
}
.theGiftProductEl .product-el .product-price .price {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #EB2E3A;
  line-height: 24px;
}
.theLoadingEl.is-loading {
  position: relative;
}
.theLoadingEl.is-loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images-website/loading-pro.gif") no-repeat center;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.theEmptyEl .the-empty-area {
  position: relative;
}
.theEmptyEl .the-empty-area .tip-msg {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  max-width: 200px;
}
.theEmptyEl .the-empty-area:before {
  display: block;
  content: '';
  background: url("../images-website/empty-icon.png") no-repeat center;
  width: 200px;
  height: 200px;
  margin: 200px auto 0;
}
.category-list-page {
  background: #F7F8F9;
  min-width: 1380px;
}
.category-list-page .product-el {
  width: 260px;
  height: 372px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 14px;
}
.category-list-page .product-el:hover {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.category-list-page .product-el:hover .product-img img {
  transform: scale(1.05);
}
.category-list-page .product-el .product-img {
  width: 232px;
  height: 232px;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.category-list-page .product-el .product-img img {
  object-fit: fill;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.category-list-page .product-el .product-txt {
  height: 44px;
  font-size: 14px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Medium';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
  margin-bottom: 10px;
  max-height: 44px;
  transition: all 0.3s ease-in-out;
}
.category-list-page .product-el .product-tag {
  padding: 0 6px;
  height: 18px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #EB2E3A;
  font-size: 12px;
  color: #EB2E3A;
  margin-bottom: 10px;
}
.category-list-page .product-el .product-price .price {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #EB2E3A;
  line-height: 24px;
}
.category-list-page * {
  box-sizing: border-box;
}
.category-list-page a {
  text-decoration: none;
}
.category-list-page .the-breadcrumbs {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.category-list-page .the-breadcrumbs a {
  font-weight: 400;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
.category-list-page .the-breadcrumbs a:hover {
  color: #1966FF;
}
.category-list-page .the-breadcrumbs a.active {
  color: #3B3E40;
}
.category-list-page .the-breadcrumbs a.active:hover {
  color: #1966FF;
}
.category-list-page .the-breadcrumbs .split {
  margin: 0 4px;
}
.category-list-page .categories-area-graphic {
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
  padding-bottom: 40px;
}
.category-list-page .categories-graphic {
  width: 220px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 16px;
}
.category-list-page .categories-graphic .all-category {
  display: flex;
  align-content: center;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 16px;
}
.category-list-page .categories-graphic .categories-item:hover .item-title {
  color: #1966FF;
}
.category-list-page .categories-graphic .categories-item:hover .item-title:after {
  display: block;
  content: '';
  background: url(../images-website/gifts/unfold-icon.svg) no-repeat center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.category-list-page .categories-graphic .categories-item:hover .category-toggle {
  max-height: 300px;
}
.category-list-page .categories-graphic .categories-item .item-title {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
}
.category-list-page .categories-graphic .categories-item .item-title .txt {
  margin-right: 10px;
}
.category-list-page .categories-graphic .categories-item .item-title:after {
  display: block;
  content: '';
  background: url("../images-website/gifts/fold-icon.svg") no-repeat center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: auto;
}
.category-list-page .categories-graphic .categories-item .category-toggle {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.category-list-page .categories-graphic .categories-item .category-toggle .jump-el {
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.category-list-page .categories-graphic .categories-item .category-toggle .jump-el.active {
  color: #1966FF;
}
.category-list-page .categories-graphic .categories-item .category-toggle .jump-el.active:before {
  display: block;
  content: '';
  background: url("../images-website/gifts/radio-icon-checked.svg") no-repeat center;
  width: 16px;
  height: 16px;
}
.category-list-page .categories-graphic .categories-item .category-toggle .jump-el.active:hover {
  color: #1966FF;
}
.category-list-page .categories-graphic .categories-item .category-toggle .jump-el.active:hover:before {
  display: block;
  content: '';
  background: url("../images-website/gifts/radio-icon-checked.svg") no-repeat center;
  width: 16px;
  height: 16px;
}
.category-list-page .categories-graphic .categories-item .category-toggle .jump-el:hover {
  color: #262626;
}
.category-list-page .categories-graphic .categories-item .category-toggle .jump-el:hover:before {
  display: block;
  content: '';
  background: url("../images-website/gifts/radio-icon-hover.svg") no-repeat center;
  width: 16px;
  height: 16px;
}
.category-list-page .categories-graphic .categories-item .category-toggle .jump-el:before {
  display: block;
  content: '';
  background: url("../images-website/gifts/radio-icon.svg") no-repeat center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}
.category-list-page .categories-graphic .categories-item.selected .item-title {
  color: #1966FF;
}
.category-list-page .categories-graphic .categories-item.selected .item-title:after {
  display: block;
  content: '';
  background: url("../images-website/gifts/selected-icon.svg") no-repeat center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.category-list-page .categories-graphic .categories-item.expand .item-title:after {
  display: block;
  content: '';
  background: url("../images-website/gifts/unfold-icon.svg") no-repeat center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.category-list-page .categories-graphic .categories-item.expand .category-toggle {
  max-height: 300px;
}
.category-list-page .categories-graphic .categories-item.no-menu .item-title:after {
  display: none;
}
.category-list-page .newest-area {
  width: 220px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 10px;
}
.category-list-page .newest-area .newest-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 12px;
}
.category-list-page .newest-area .newest-item {
  display: block;
}
.category-list-page .newest-area .newest-item.only {
  margin-top: 40px;
}
.category-list-page .newest-area .newest-item:first-child {
  margin-top: 0;
}
.category-list-page .newest-area .newest-item .newest-img {
  width: 188px;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.category-list-page .newest-area .newest-item .newest-img img {
  object-fit: fill;
  max-width: 100%;
}
.category-list-page .newest-area .newest-item .newest-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  margin-bottom: 10px;
}
.category-list-page .newest-area .newest-item .newest-price {
  color: #EB2E3A;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  line-height: 24px;
}
.category-list-page .categories-r {
  flex: 1;
}
.category-list-page .categories-views .sort-box {
  flex: 1;
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.category-list-page .categories-views .sort-box .sort-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin-left: 8px;
  max-width: 80%;
}
.category-list-page .categories-views .sort-box .sort-select .sort-el {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: inherit;
}
.category-list-page .categories-views .sort-box .sort-select .sort-el.active:before {
  background: url("../images-website/gifts/sort-icon-checked.svg") no-repeat center;
  width: 16px;
  height: 16px;
  border: 0;
}
.category-list-page .categories-views .sort-box .sort-select .sort-el:before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #DBDEE2;
  border-radius: 100%;
  margin-right: 8px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.category-list-page .categories-views .sort-box .all-sort {
  margin-left: auto;
  display: flex;
  height: 30px;
  padding: 0 16px;
  align-items: center;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DBDEE2;
  cursor: pointer;
  color: inherit;
}
.category-list-page .categories-views .sort-box .all-sort.active:before {
  background: url("../images-website/gifts/sort-icon-checked.svg") no-repeat center;
  width: 16px;
  height: 16px;
  border: 0;
}
.category-list-page .categories-views .sort-box .all-sort:before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #DBDEE2;
  border-radius: 100%;
  margin-right: 8px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.category-list-page .categories-views .the-empty-area {
  position: relative;
}
.category-list-page .categories-views .the-empty-area .tip-msg {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  max-width: 200px;
}
.category-list-page .categories-views .the-empty-area:before {
  display: block;
  content: '';
  background: url("../images-website/empty-icon.png") no-repeat center;
  width: 200px;
  height: 200px;
  margin: 200px auto 0;
}
.category-list-page .categories-views .the-empty-area {
  margin-bottom: 200px;
}
.category-list-page .view-sort-product {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.category-list-page .view-sort-product.is-loading {
  position: relative;
}
.category-list-page .view-sort-product.is-loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images-website/loading-pro.gif") no-repeat center;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.category-list-page .view-sort-product.is-loading:before {
  position: fixed;
}
.category-list-page .view-sort-product .product-el {
  width: 274px;
  height: 438px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
.category-list-page .view-sort-product .product-el:hover {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.category-list-page .view-sort-product .product-el:hover .to-cart .add-el {
  background: #1966FF;
  color: #fff;
  border-color: #1966FF;
}
.category-list-page .view-sort-product .product-el:hover .to-cart .add-el:before {
  background: url("../images-website/gifts/to-car-icon-hover.svg") no-repeat center;
  width: 20px;
  height: 20px;
}
.category-list-page .view-sort-product .product-el .product-img {
  width: 254px;
  height: 254px;
}
.category-list-page .view-sort-product .product-el .product-price {
  margin-bottom: 16px;
}
.category-list-page .view-sort-product .product-el .to-cart {
  position: absolute;
  bottom: 16px;
  left: 10px;
  right: 10px;
  margin: auto;
}
.category-list-page .view-sort-product .product-el .to-cart .totalBtnStyle {
  height: 32px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #DBDEE2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Medium';
  transition: all 0.3s;
}
.category-list-page .view-sort-product .product-el .to-cart .add-el {
  height: 32px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #DBDEE2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Medium';
  transition: all 0.3s;
  cursor: pointer;
}
.category-list-page .view-sort-product .product-el .to-cart .add-el:before {
  display: inline-block;
  content: '';
  background: url("../images-website/gifts/to-car-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.category-list-page .view-sort-product .product-el .to-cart .out-el {
  height: 32px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #DBDEE2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Medium';
  transition: all 0.3s;
  color: #8c8c8c;
  cursor: default;
}
.category-list-page .pages-row {
  justify-content: right;
}
/*# sourceMappingURL=category.css.map */