.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;
}
.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;
}
body {
  position: relative;
}
body:before {
  width: 100%;
  height: 600px;
  background: linear-gradient(180deg, #CFE1FF 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.gifts-page {
  padding-top: 20px;
  padding-bottom: 60px;
  background: #F7F8F9;
  min-width: 1380px;
}
.gifts-page .product-el {
  width: 260px;
  height: 372px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 14px;
}
.gifts-page .product-el:hover {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.gifts-page .product-el:hover .product-img img {
  transform: scale(1.05);
}
.gifts-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;
}
.gifts-page .product-el .product-img img {
  object-fit: fill;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.gifts-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;
}
.gifts-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;
}
.gifts-page .product-el .product-price .price {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #EB2E3A;
  line-height: 24px;
}
.gifts-page * {
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  box-sizing: border-box;
  font-family: 'HarmonyOS_Sans_Regular';
}
.gifts-page a:hover {
  text-decoration: unset;
}
.gifts-page .gift-banner-module {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.gifts-page .gift-banner-module .composite-remit {
  min-height: 472px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 12px 0 16px;
  display: flex;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area {
  width: 330px;
  max-height: 450px;
  overflow-y: auto;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area::-webkit-scrollbar {
  width: 6px;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 9px;
  background: #DBDEE2;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area .menu-info {
  margin-right: 14px;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area .menu-info li {
  margin-top: 15px;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area .menu-info li:first-of-type {
  margin-top: unset;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area .menu-info a {
  line-height: 22px;
  display: block;
  font-family: 'HarmonyOS_Sans_Medium';
  position: relative;
  transition: all 0.3s ease-in-out;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area .menu-info a:after {
  background: url("../images-website/gifts/menu-arrow-icon.svg") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area .menu-info a:hover {
  color: #1966FF;
  font-family: 'HarmonyOS_Sans_Bold';
  text-decoration: unset;
}
.gifts-page .gift-banner-module .composite-remit .side-menu-area .menu-info a:hover:after {
  background: url("../images-website/gifts/menu-arrow-hover-icon.svg") no-repeat center;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit {
  width: 668px;
  margin-left: 10px;
  margin-right: 30px;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper {
  height: 278px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper .swiper {
  height: inherit;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper .swiper .swiper-slide {
  position: relative;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper .swiper .swiper-slide img {
  right: 0;
  bottom: 0;
  z-index: 6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px 6px 6px 6px;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  height: 3px;
  background: #FFF;
  border-radius: 10px 10px 10px 10px;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper:hover .control-swiper-tool {
  display: block;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper .control-swiper-tool {
  display: none;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper .control-swiper-tool .control-l {
  width: 38px;
  height: 30px;
  background: url("../images-website/gifts/arrow-left.svg") no-repeat center rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  z-index: 3;
  cursor: pointer;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .graphic-product-swiper .control-swiper-tool .control-r {
  width: 38px;
  height: 30px;
  background: url("../images-website/gifts/arrow-right.svg") no-repeat center rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0px 0px 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  z-index: 3;
  cursor: pointer;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .hot-row {
  display: flex;
  gap: 4px;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .hot-row .hot-item {
  width: 164px;
  border-radius: 10px;
  overflow: hidden;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .hot-row .hot-item:hover {
  text-decoration: unset;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .hot-row .hot-mil-pic {
  width: 164px;
  height: 92px;
  text-align: center;
  overflow: hidden;
  background: #f7f8f9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .hot-row .hot-mil-pic:hover img {
  transform: scale(1.05);
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .hot-row .hot-mil-pic img {
  flex-shrink: 0;
  object-fit: fill;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}
.gifts-page .gift-banner-module .composite-remit .hot-nav-remit .hot-row .hot-des {
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #F2F2F5;
  font-family: 'HarmonyOS_Sans_Medium';
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .see-head {
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .mil-title {
  font-family: 'HarmonyOS_Sans_Bold';
}
.gifts-page .gift-banner-module .composite-remit .most-popular .see-all {
  font-family: 'HarmonyOS_Sans_Medium';
  color: #6C7073;
  transition: all 0.3s ease-in-out;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .see-all:hover {
  color: #165DEA;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .pla-jump {
  width: 318px;
  height: 102px;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  transition: all 0.3s ease-in-out;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .pla-jump:hover {
  background: #F7F8F9;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .pla-jump:hover .pla-pic img {
  transform: scale(1.05);
}
.gifts-page .gift-banner-module .composite-remit .most-popular .pla-pic {
  width: 86px;
  min-width: 86px;
  height: 86px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 8px;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .pla-pic img {
  max-height: 100%;
  object-fit: fill;
  transition: all 0.3s ease-in-out;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .pla-lr {
  margin-top: 4px;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .pla-des {
  width: 204px;
  height: 44px;
  font-family: 'HarmonyOS_Sans_Medium';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gifts-page .gift-banner-module .composite-remit .most-popular .prize-total {
  font-family: 'HarmonyOS_Sans_Bold';
  color: #EB2E3A;
  margin-top: 10px;
}
.gifts-page .best-sales-module {
  margin-bottom: 20px;
}
.gifts-page .best-sales-module .category-view {
  display: flex;
  flex-wrap: wrap;
}
.gifts-page .best-sales-module .category-view .product-el {
  width: 220px;
  height: 312px;
  padding: 10px;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.gifts-page .best-sales-module .category-view .product-el:hover {
  background: #F7F8F9;
  box-shadow: unset;
}
.gifts-page .best-sales-module .category-view .product-el:hover .product-img img {
  transform: scale(1.05);
}
.gifts-page .best-sales-module .category-view .product-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
.gifts-page .best-sales-module .category-view .product-img img {
  transition: all 0.3s ease-in-out;
}
.gifts-page .best-sales-module .category-view .product-txt {
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'HarmonyOS_Sans_Medium';
  margin-bottom: 10px;
}
.gifts-page .best-sales-module .category-view .product-price .price {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #EB2E3A;
  line-height: 24px;
}
.gifts-page .best-sales-module .best-remit {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.gifts-page .best-sales-module .best-remit .best-item {
  width: 680px;
  padding: 20px 10px 10px;
  background: #ffffff;
  border-radius: 10px;
}
.gifts-page .best-sales-module .best-remit .best-head {
  padding: 0 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gifts-page .best-sales-module .best-remit .mil-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  line-height: 26px;
}
.gifts-page .best-sales-module .best-remit .see-all {
  font-family: 'HarmonyOS_Sans_Medium';
  color: #6C7073;
  transition: all 0.3s ease-in-out;
}
.gifts-page .best-sales-module .best-remit .see-all:hover {
  color: #165DEA;
}
.gifts-page .best-sales-module .best-remit .best-des {
  color: #8C8C8C;
  margin-left: 10px;
  margin-bottom: 16px;
}
.gifts-page .best-sales-module .sales-remit {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 10px 10px;
}
.gifts-page .best-sales-module .sales-remit .mil-title {
  font-size: 18px;
  line-height: 26px;
  margin-left: 10px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 10px;
}
.gifts-page .best-sales-module .sales-remit .category-view {
  display: flex;
  gap: 8px;
}
.gifts-page .project-module {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.gifts-page .project-module .project-remit {
  background: url("../images-website/gifts/project-bg.png?v=20260203") no-repeat center;
  width: 1380px;
  height: 222px;
  border-radius: 10px;
  padding: 20px 0 20px 20px;
}
.gifts-page .project-module .project-remit .pro-title {
  font-size: 18px;
  font-family: 'HarmonyOS_Sans_Bold';
  line-height: 26px;
  margin-bottom: 8px;
}
.gifts-page .project-module .project-remit .project-swiper {
  height: 148px;
  padding-top: 10px;
}
.gifts-page .project-module .project-remit .project-swiper:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.gifts-page .project-module .project-remit .pro-item {
  width: 378px;
  height: 138px;
  padding: 14px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.gifts-page .project-module .project-remit .pro-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
}
.gifts-page .project-module .project-remit .pro-item:hover .pro-pic img {
  transform: scale(1.05);
}
.gifts-page .project-module .project-remit .pro-pic {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-content: center;
}
.gifts-page .project-module .project-remit .pro-pic img {
  object-fit: fill;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.gifts-page .project-module .project-remit .pro-lr {
  width: 228px;
}
.gifts-page .project-module .project-remit .pro-lr dt {
  font-family: 'HarmonyOS_Sans_Medium';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gifts-page .project-module .project-remit .pro-lr dd {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #EB2E3A;
}
.gifts-page .project-module .project-remit .swiper-btn {
  width: 46px;
  height: 46px;
  border-radius: 3px;
  border: 2px solid #DBDEE2;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.gifts-page .project-module .project-remit .swiper-btn:after {
  background: url("../images-website/gifts/swiper-arrow-hover-icon.svg") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
}
.gifts-page .project-module .project-remit .swiper-btn.left-icon {
  left: 20px;
}
.gifts-page .project-module .project-remit .swiper-btn.left-icon:after {
  transform: rotate(180deg);
}
.gifts-page .project-module .project-remit .swiper-btn.left-icon.swiper-button-disabled:after {
  background: url("../images-website/gifts/swiper-arrow-icon.svg") no-repeat center;
  transform: rotate(0deg);
}
.gifts-page .project-module .project-remit .swiper-btn.right-icon {
  right: 40px;
}
.gifts-page .project-module .project-remit .swiper-btn.right-icon.swiper-button-disabled:after {
  background: url("../images-website/gifts/swiper-arrow-icon.svg") no-repeat center;
  transform: rotate(180deg);
}
.gifts-page .category-graphic-area * {
  box-sizing: border-box;
}
.gifts-page .category-graphic-area .category-tab {
  display: flex;
  gap: 12px 20px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.gifts-page .category-graphic-area .category-tab .tab-el {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  text-decoration: none;
}
.gifts-page .category-graphic-area .category-tab .tab-el.active {
  background: rgba(25, 102, 255, 0.1);
  color: #1966FF;
  font-weight: 700;
}
.gifts-page .category-graphic-area .category-view {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gifts-page .category-graphic-area .category-view.is-loading {
  position: relative;
}
.gifts-page .category-graphic-area .category-view.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;
}
.gifts-page .category-view .product-el {
  position: relative;
}
.gifts-page .category-view .product-el .product-txt {
  max-height: 44px;
}
.gifts-page .category-view .product-el .product-price {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
}
/*# sourceMappingURL=index.css.map */