:root {
  --ht-primary: #e93323;
  --ht-ink: #282828;
  --ht-shadow: 0 14px 34px rgba(21, 27, 38, 0.11);
  --ht-shadow-strong: 0 20px 46px rgba(21, 27, 38, 0.16);
  --ht-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ht-enhanced .nav .navCon .textPic .list .item,
.ht-enhanced .header .headerCon .user .item,
.ht-enhanced .header .headerCon .user .cartNum,
.ht-enhanced .index .publicTitle .more,
.ht-enhanced .index .classify .list .title .more {
  position: relative;
  transition: color 0.22s var(--ht-ease), transform 0.22s var(--ht-ease);
}

.ht-enhanced .nav .navCon .textPic .list .item:after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -2px;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--ht-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s var(--ht-ease);
}

.ht-enhanced .nav .navCon .textPic .list .item:hover,
.ht-enhanced .header .headerCon .user .item:hover,
.ht-enhanced .header .headerCon .user .cartNum:hover,
.ht-enhanced .index .publicTitle .more:hover,
.ht-enhanced .index .classify .list .title .more:hover {
  color: var(--ht-primary);
  transform: translateY(-1px);
}

.ht-enhanced .nav .navCon .textPic .list .item:hover:after {
  transform: scaleX(1);
}

.ht-enhanced .nav .navCon .textPic .icon {
  width: 178px;
  height: 64px;
  justify-content: flex-start;
}

.ht-enhanced .nav .navCon .textPic .icon img {
  object-position: left center;
}

.ht-enhanced .nav .navCon .search .text {
  transition: box-shadow 0.24s var(--ht-ease), border-color 0.24s var(--ht-ease);
}

.ht-enhanced .nav .navCon .search:hover .text,
.ht-enhanced .nav .navCon .search .text:focus-within {
  border-color: rgba(233, 51, 35, 0.45);
  box-shadow: 0 8px 24px rgba(233, 51, 35, 0.1);
}

.ht-enhanced .index .wrapper .banner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(12, 16, 24, 0.12);
  transform: translateZ(0);
}

.ht-enhanced .index .wrapper .banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35%;
  width: 30%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  opacity: 0;
  transform: skewX(-18deg);
}

.ht-enhanced .index .wrapper .banner:hover:after {
  opacity: 1;
  animation: ht-sheen 1.1s var(--ht-ease);
}

.ht-enhanced .index .wrapper .banner img {
  transition: transform 0.7s var(--ht-ease), filter 0.7s var(--ht-ease);
}

.ht-enhanced .index .wrapper .banner:hover img {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.025);
}

.ht-enhanced .index .wrapper .sort .item,
.ht-enhanced .index .wrapper .sortCon .erSort .item,
.ht-enhanced .index .seckill .seckillList .item,
.ht-enhanced .index .boutique .list .oneItem,
.ht-enhanced .index .boutique .list .item,
.ht-enhanced .index .newGoods .list .item,
.ht-enhanced .index .classify .list .itemOne,
.ht-enhanced .index .classify .list .item {
  transition: transform 0.26s var(--ht-ease), box-shadow 0.26s var(--ht-ease), border-color 0.26s var(--ht-ease);
}

.ht-enhanced .index .wrapper .sort .item:hover,
.ht-enhanced .index .wrapper .sortCon .erSort .item:hover,
.ht-enhanced .index .seckill .seckillList .item:hover,
.ht-enhanced .index .boutique .list .oneItem:hover,
.ht-enhanced .index .boutique .list .item:hover,
.ht-enhanced .index .newGoods .list .item:hover,
.ht-enhanced .index .classify .list .itemOne:hover,
.ht-enhanced .index .classify .list .item:hover {
  box-shadow: var(--ht-shadow);
  transform: translateY(-5px);
}

.ht-enhanced .index .wrapper .sortCon .erSort .item .pictrue,
.ht-enhanced .index .seckill .seckillList .item .pictrue,
.ht-enhanced .index .boutique .list .oneItem .pictrue,
.ht-enhanced .index .boutique .list .item .pictrue,
.ht-enhanced .index .newGoods .list .item .pictrue,
.ht-enhanced .index .classify .list .item .pictrue,
.ht-enhanced .goods-detail .carousel .preview,
.ht-enhanced .goods-detail .carousel .swiper-slide {
  overflow: hidden;
}

.ht-enhanced .index .wrapper .sortCon .erSort .item img,
.ht-enhanced .index .seckill .seckillList .item .pictrue img,
.ht-enhanced .index .boutique .list .oneItem .pictrue img,
.ht-enhanced .index .boutique .list .item .pictrue img,
.ht-enhanced .index .newGoods .list .item .pictrue img,
.ht-enhanced .index .classify .list .itemOne img,
.ht-enhanced .index .classify .list .item .pictrue img,
.ht-enhanced .goods-detail .carousel .preview,
.ht-enhanced .goods-detail .carousel .swiper-slide img {
  transition: transform 0.34s var(--ht-ease), filter 0.34s var(--ht-ease);
}

.ht-enhanced .index .wrapper .sortCon .erSort .item:hover img,
.ht-enhanced .index .seckill .seckillList .item:hover .pictrue img,
.ht-enhanced .index .boutique .list .oneItem:hover .pictrue img,
.ht-enhanced .index .boutique .list .item:hover .pictrue img,
.ht-enhanced .index .newGoods .list .item:hover .pictrue img,
.ht-enhanced .index .classify .list .itemOne:hover img,
.ht-enhanced .index .classify .list .item:hover .pictrue img,
.ht-enhanced .goods-detail .carousel .preview:hover,
.ht-enhanced .goods-detail .carousel .swiper-slide:hover img {
  filter: saturate(1.04);
  transform: scale(1.055);
}

.ht-enhanced .goods-detail .text-wrapper .attribute .size-wrapper .item .cont,
.ht-enhanced .goods-detail .text-wrapper .number-wrapper .counter,
.ht-enhanced .goods-detail .detail-wrapper .detail-hd .item,
.ht-enhanced .goods-detail .detail-wrapper .detail-hd .qrcode-button {
  transition: border-color 0.22s var(--ht-ease), box-shadow 0.22s var(--ht-ease), color 0.22s var(--ht-ease), transform 0.22s var(--ht-ease);
}

.ht-enhanced .goods-detail .text-wrapper .attribute .size-wrapper .item:hover .cont,
.ht-enhanced .goods-detail .text-wrapper .number-wrapper .counter:hover,
.ht-enhanced .goods-detail .detail-wrapper .detail-hd .item:hover,
.ht-enhanced .goods-detail .detail-wrapper .detail-hd .qrcode-button:hover {
  box-shadow: 0 8px 22px rgba(233, 51, 35, 0.1);
  transform: translateY(-1px);
}

.ht-enhanced .goods-detail .text-wrapper .button-wrapper .btn,
.ht-enhanced .goods-detail .text-wrapper .button-wrapper button,
.ht-enhanced .goods-detail .text-wrapper .button-wrapper a,
.ht-enhanced .nav .navCon .search .bnt {
  transition: transform 0.2s var(--ht-ease), box-shadow 0.2s var(--ht-ease), filter 0.2s var(--ht-ease);
}

.ht-enhanced .goods-detail .text-wrapper .button-wrapper .btn:hover,
.ht-enhanced .goods-detail .text-wrapper .button-wrapper button:hover,
.ht-enhanced .goods-detail .text-wrapper .button-wrapper a:hover,
.ht-enhanced .nav .navCon .search .bnt:hover {
  box-shadow: 0 10px 24px rgba(233, 51, 35, 0.18);
  filter: brightness(1.03);
  transform: translateY(-2px);
}

.ht-enhanced .goods-detail .text-wrapper .button-wrapper .btn:active,
.ht-enhanced .goods-detail .text-wrapper .button-wrapper button:active,
.ht-enhanced .goods-detail .text-wrapper .button-wrapper a:active,
.ht-enhanced .nav .navCon .search .bnt:active {
  transform: translateY(0);
}

.ht-click-effect {
  position: relative;
  overflow: hidden;
}

.ht-ripple {
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.42);
  transform: translate(-50%, -50%) scale(0);
  animation: ht-ripple 0.62s var(--ht-ease);
}

.ht-click-effect > * {
  position: relative;
  z-index: 2;
}

.ht-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.56s var(--ht-ease), transform 0.56s var(--ht-ease);
  transition-delay: calc(var(--ht-stagger, 0) * 42ms);
}

.ht-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ht-page-loaded body {
  animation: ht-page-in 0.42s ease-out both;
}

@keyframes ht-sheen {
  from {
    left: -35%;
  }
  to {
    left: 120%;
  }
}

@keyframes ht-ripple {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}

@keyframes ht-page-in {
  from {
    opacity: 0.985;
  }
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ht-enhanced *,
  .ht-enhanced *:before,
  .ht-enhanced *:after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .ht-reveal {
    opacity: 1;
    transform: none;
  }
}
