:root {
  --idx-page-bg: linear-gradient(165deg, #f7f4ef 0%, #fff 24%, #fff 76%, #f6f3ee 100%);
  --idx-red: #7cb89a;
  --idx-warm-red: #2d6b4f;
  --idx-green-deep: #2d6b4f;
  --idx-green-mid: #4a8f6e;
  --idx-green-main: #7cb89a;
  --idx-green-light: #a8d4bc;
  --idx-text: #3a3224;
  --idx-muted: #8c857c;
  --idx-line: rgba(117, 98, 72, .12);
  --idx-font: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, sans-serif;
}

html {
  overflow-y: scroll;
  background: #f6f3ee;
}

body.idx-home-page {
  width: calc(100vw - var(--idx-scrollbar-width, 0px));
  min-width: 0;
  max-width: none;
  height: auto !important;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: visible;
  color: #555;
  background: var(--idx-page-bg);
  font-family: var(--idx-font);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .28px;
}

.idx-home-page *,
.idx-home-page *::before,
.idx-home-page *::after {
  box-sizing: border-box;
}

.idx-home-page .top-wx,
.idx-home-page .piaowx {
  display: none !important;
}

.idx-home-page > .container,
.idx-home-page > .idx-home-header,
.idx-home-page > .footerdi {
  width: calc(100vw - var(--idx-scrollbar-width, 0px));
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.idx-home-page > .container {
  position: relative !important;
  top: 0 !important;
  min-height: calc(100vh - 42px);
  overflow: visible;
  background: #fff;
}

.idx-home-page .db-main,
.idx-home-page .db-main-index {
  width: 100%;
  margin: 0;
  padding: 0 0 58px;
  overflow: visible;
  background: #fff;
}

/* Header */
.idx-home-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 42px;
  background: linear-gradient(100deg, #ece7f7 0%, #f7eff3 45%, #ebeef8 100%);
}

.idx-home-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 5px 6px 5px 7px;
}

.wap-lang-switch {
  position: relative;
  flex: none;
}

.wap-lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 30px;
  padding: 0 4px 0 3px;
  gap: 3px;
  color: #4a4540;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  font: 400 12px/1 var(--idx-font);
  letter-spacing: .12px;
}

.wap-lang-flag {
  display: inline-block;
  flex: none;
  width: 17px;
  height: 12px;
  border-radius: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}

.wap-lang-trigger-label {
  display: block;
  max-width: 20px;
  overflow: hidden;
  white-space: nowrap;
}

.wap-lang-trigger-chevron {
  width: 8px;
  height: 8px;
  background: url("/statics/templates/teyunbao/target-home-assets/raw/e14b3c94c678e62d.svg") center/8px 8px no-repeat;
  opacity: .7;
  transition: transform .2s ease;
}

.wap-lang-btn[aria-expanded="true"] .wap-lang-trigger-chevron {
  transform: rotate(180deg);
}

.wap-lang-dropdown {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 80;
  width: 136px;
  max-height: 184px;
  overflow: hidden;
  border: 1px solid rgba(72,62,48,.12);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(38,30,20,.16);
}

.wap-lang-search-row {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 25px;
  padding: 3px 5px;
  background: #fff;
  border-bottom: 1px solid #eee9e3;
}

.wap-lang-search-ico {
  width: 13px;
  height: 13px;
  margin-right: 3px;
  background: url("/statics/templates/teyunbao/target-home-assets/raw/c62fdeb29409b234.svg") center/13px no-repeat;
  opacity: .58;
}

.wap-lang-filter-input {
  width: calc(100% - 16px);
  height: 19px;
  padding: 0;
  color: #5e5850;
  border: 0;
  outline: 0;
  background: transparent;
  font: 11px/19px var(--idx-font);
}

.wap-lang-options {
  max-height: 158px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}

.wap-lang-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 24px;
  padding: 0 6px;
  gap: 6px;
  overflow: hidden;
  color: #514c46;
  border: 0;
  background: #fff;
  font: 10px/24px var(--idx-font);
  text-align: left;
  white-space: nowrap;
}

.wap-lang-item:hover,
.wap-lang-item.is-current {
  color: #2d6b4f;
  background: #fff0ed;
}

.wap-lang-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.wap-mall-searchbar {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  height: 31px;
  margin: 0 3px 0 5px;
  padding: 0 8px;
  gap: 4px;
  color: #706a64;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.46);
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  text-decoration: none;
}

.wap-mall-searchbar__ico {
  flex: none;
  width: 16px;
  height: 16px;
  background: url("/statics/templates/teyunbao/target-home-assets/raw/c62fdeb29409b234.svg") center/16px no-repeat;
  opacity: .68;
}

.wap-mall-searchbar__placeholder {
  overflow: hidden;
  color: #8a8580;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wap-mall-trailing {
  display: flex;
  flex: none;
  gap: 3px;
}

.wap-mall-iconbtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: rgba(255,255,255,.38);
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.wap-mall-msg {
  background-image: url("/statics/templates/teyunbao/target-home-assets/raw/b7b7fe2e1114670b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
}

.wap-mall-share {
  background-image: url("/statics/templates/teyunbao/target-home-assets/raw/cf4553dec561a2e8.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
}

.wap-mall-msg__dot {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2d6b4f;
}

/* Hero and shortcut dock */
.idx-home-page .swiper-container {
  width: calc(100% - 14px);
  height: auto;
  aspect-ratio: 1808 / 870;
  margin: 4px 7px 3px;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f1f7;
}

.idx-home-page .swiper-wrapper,
.idx-home-page .swiper-slide,
.idx-home-page .swiper-slide a {
  height: 100%;
}

.idx-home-page .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
}

.idx-home-page .swiper-pagination {
  bottom: 7px !important;
}

.idx-home-page .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px !important;
  background: rgba(255,255,255,.78);
  opacity: 1;
}

.idx-home-page .swiper-pagination-bullet-active {
  width: 15px;
  border-radius: 6px;
  background: #fff;
}

.idx-home-page .newnav {
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 8px 0 7px;
  overflow: hidden;
  background: #fff;
}

.idx-home-page .newnav ul {
  display: flex;
  width: 100%;
  height: 65px;
  margin: 0;
  padding: 0;
}

.idx-home-page .newnav li {
  flex: 1 1 20%;
  width: 20%;
  height: 65px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.idx-home-page .newnav li a {
  display: block;
  height: 65px;
  color: #625c55;
  text-decoration: none;
}

.idx-home-page .newnavicon {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 11px;
}

.idx-home-page .newnavicon img {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  object-fit: cover;
}

.idx-home-page .newnavfont {
  height: 19px;
  overflow: hidden;
  color: #675f57;
  font-size: 11px;
  line-height: 19px;
  white-space: nowrap;
}

/* Notice */
.idx-home-page .zxjx {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

.idx-home-page .notice-bar-new {
  display: flex;
  align-items: center;
  width: calc(100% - 15px);
  height: 31px;
  margin: 8px 7.5px;
  padding: 7px 9px;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(86,67,43,.04);
}

.notice-bar-tag {
  flex: none;
  min-width: 38px;
  height: 17px;
  margin-right: 7px;
  padding: 0 6px;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg,#4a8f6e,#7cb89a);
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: .4px;
}

.notice-bar-content {
  min-width: 0;
  overflow: hidden;
  color: #8a837b;
  font-size: 10px;
  line-height: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-bar-content a {
  color: inherit;
  text-decoration: none;
}

.notice-bar-content em {
  color: #7cb89a;
  font-style: normal;
  font-weight: 600;
}

/* Latest reveal */
.idx-home-page #published {
  width: calc(100% - 13px);
  height: 185px;
  margin: 6px 6.5px 0;
  overflow: hidden;
  border: 0 !important;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,.05);
}

.newest-reveal-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 31px;
  padding: 0 9px;
}

.newest-reveal-hd__title {
  display: flex;
  align-items: center;
  margin: 0;
  color: #332d25;
  font-size: 14px;
  font-weight: 600;
}

.newest-reveal-hd__bar {
  width: 3px;
  height: 15px;
  margin-right: 5px;
  border-radius: 2px;
  background: linear-gradient(#2d6b4f,#7cb89a);
}

.newest-reveal-more {
  color: #a69f96;
  font-size: 10px;
  text-decoration: none;
}

.newest-reveal-body {
  height: 154px !important;
  overflow: hidden;
}

.nr-scroll-viewport {
  height: 154px;
  padding: 0 7px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.nr-scroll-viewport::-webkit-scrollbar {
  display: none;
}

.nr-scroll-track {
  display: flex !important;
  width: max-content;
  height: 147px;
  gap: 6px;
  background: transparent !important;
}

.nr-scroll-track::after {
  display: none !important;
}

.idx-home-page .lo-card {
  position: relative;
  display: block;
  flex: none;
  width: 101px !important;
  height: 146px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.lo-card a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.lc-img {
  position: relative;
  width: 101px;
  height: 101px;
  overflow: hidden;
  background: #fff;
}

.lc-img__pic {
  display: block !important;
  width: 101px !important;
  height: 101px !important;
  margin: 0 !important;
  padding: 6px !important;
  object-fit: contain;
}

.lc-info {
  height: 45px;
  padding-top: 3px;
  text-align: center;
}

.lc-label {
  height: 16px;
  color: #9c958d;
  font-size: 10px;
  line-height: 16px;
}

.lc-val,
.lc-winner {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0 3px;
  overflow: hidden;
  color: #7cb89a;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lc-winner em {
  font-style: normal;
}

.lc-won-tag {
  position: absolute;
  top: 3px;
  right: 0;
  padding: 2px 4px;
  color: #fff;
  border-radius: 3px 0 0 3px;
  background: #7cb89a;
  font-size: 8px;
  line-height: 11px;
}

/* Soon reveal */
.soon-reveal-mod {
  width: 100%;
  height: 131px;
  margin-top: 8px;
  padding-bottom: 9px;
  overflow: hidden;
  background: #fff;
}

.soon-reveal-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 0 9px;
}

.soon-reveal-hd-left {
  display: flex;
  align-items: baseline;
  min-width: 0;
}

.soon-reveal-hd h3 {
  margin: 0 8px 0 0;
  padding-left: 6px;
  color: #332d25;
  border-left: 3px solid #4a8f6e;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.soon-reveal-sub {
  color: #aaa39b;
  font-size: 9px;
}

.soon-reveal-more {
  color: #aaa39b;
  font-size: 10px;
  text-decoration: none;
}

.soon-reveal-scroll {
  height: 84px;
  padding-left: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.soon-reveal-scroll::-webkit-scrollbar {
  display: none;
}

.soon-reveal-list {
  display: flex;
  width: max-content;
  height: 84px;
  margin: 0;
  padding: 0;
  gap: 9px;
}

.soon-reveal-item {
  display: block;
  flex: none;
  width: 179px;
  height: 84px;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.soon-reveal-item a {
  display: flex;
  height: 84px;
  padding: 8px 7px;
  color: inherit;
  text-decoration: none;
}

.soon-reveal-pic {
  flex: none;
  width: 67px;
  height: 67px;
}

.soon-reveal-pic img {
  display: block;
  width: 67px;
  height: 67px;
  object-fit: contain;
}

.soon-reveal-info {
  min-width: 0;
  padding: 0 0 0 7px;
}

.soon-reveal-name {
  display: -webkit-box;
  height: 31px;
  margin: 0;
  overflow: hidden;
  color: #4d463f;
  font-size: 10px;
  line-height: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.soon-reveal-progress {
  margin: 7px 0 4px;
}

.idx-progress-track,
.idx-yiyuan-card__prog-track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #f2ede8;
}

.idx-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#4a8f6e,#7cb89a);
}

.soon-reveal-remain {
  margin: 0;
  color: #a8a097;
  font-size: 9px;
  line-height: 13px;
}

.soon-reveal-remain em {
  color: #7cb89a;
  font-style: normal;
  font-weight: 600;
}

/* Category tabs */
.idx-home-page .tabs-wrap {
  min-height: 0 !important;
  margin: 0;
  padding: 0;
}

.idx-home-page #goodsNav {
  position: relative;
  width: 100%;
  height: 45px;
  margin: 10px 0 0;
  padding: 0;
  border-top: 1px solid var(--idx-line);
  border-bottom: 1px solid var(--idx-line);
  background: #fff;
}

.idx-home-page #goodsNav > .nav-inner,
.idx-home-page #goodsNav > .select-btn,
.idx-home-page #goodsNav > .select-total {
  display: none !important;
}

.index-cate-nav {
  width: 100%;
  height: 44px;
  overflow: hidden;
}

.index-cate-nav-scroll {
  width: 100%;
  height: 44px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.index-cate-nav-scroll::-webkit-scrollbar {
  display: none;
}

.index-cate-nav-list {
  display: flex;
  width: max-content;
  height: 44px;
  margin: 0;
  padding: 0 6px;
}

.index-cate-tab {
  position: relative;
  display: block;
  flex: none;
  height: 44px;
  margin: 0;
  padding: 0 12px;
  list-style: none;
}

.index-cate-tab:first-child {
  padding-left: 10px;
}

.index-cate-tab a {
  display: block;
  height: 44px;
  color: #413c37;
  font-size: 13px;
  line-height: 44px;
  text-decoration: none;
  white-space: nowrap;
}

.index-cate-tab.active a {
  color: #2d6b4f;
  font-weight: 600;
}

.index-cate-tab.active::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 2px;
  border-radius: 2px;
  background: #7cb89a;
}

/* Product cards */
.idx-home-page .goodsList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 6px;
  clear: both;
  width: 100%;
  padding: 4px 6px 0;
  background: #fff;
}

.idx-home-page .idx-yiyuan-card {
  position: relative;
  display: block;
  width: 100%;
  height: 295px;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  list-style: none;
}

.idx-yiyuan-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.idx-yiyuan-card__pic {
  position: relative;
  width: 100%;
  height: 148px;
  margin-bottom: 4px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}

.idx-yiyuan-card__img {
  display: block;
  width: 100%;
  height: 148px;
  padding: 9px;
  object-fit: contain;
}

.idx-yiyuan-card__tags {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
}

.idx-yiyuan-tag {
  display: inline-flex;
  align-items: center;
  height: 14px;
  padding: 0 4px;
  color: #9a6d34;
  border-radius: 999px;
  background: rgba(255,249,230,.92);
  font-size: 8px;
  line-height: 14px;
}

.idx-yiyuan-tag::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 2px;
  background: url("/statics/templates/teyunbao/target-home-assets/raw/c37225f9a691d9ba.svg") center/9px no-repeat;
}

.idx-yiyuan-card__title {
  display: -webkit-box;
  height: 35px;
  margin: 0;
  padding: 0 1px;
  overflow: hidden;
  color: #3a3224;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.idx-yiyuan-card__price-row {
  height: 23px;
}

.idx-yiyuan-card__price {
  height: 23px;
  margin: 0;
  color: #2d6b4f;
  font-size: 9px;
  line-height: 23px;
}

.idx-yiyuan-card__price em {
  margin-right: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.idx-yiyuan-card__prog-row {
  display: flex;
  align-items: center;
  height: 14px;
  gap: 5px;
}

.idx-yiyuan-card__prog-track {
  flex: 1 1 auto;
}

.idx-yiyuan-card__pct {
  flex: none;
  color: #b8afa5;
  font-size: 8px;
}

.idx-yiyuan-card__joining {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 27px;
  overflow: hidden;
}

.idx-yiyuan-card__avatars {
  display: flex;
  padding-left: 4px;
}

.idx-yiyuan-card__avatar {
  width: 16px;
  height: 16px;
  margin-left: -4px;
  border: 1px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.idx-yiyuan-card__remain {
  min-width: 0;
  overflow: hidden;
  color: #aaa198;
  font-size: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.idx-yiyuan-card__stat-num--hot {
  color: #7cb89a;
  font-style: normal;
  font-weight: 600;
}

.idx-yiyuan-card__cta {
  display: block;
  width: calc(100% - 2px);
  height: 27px;
  margin: 4px 1px 0;
  padding: 6px 0;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg,#2d6b4f 0%,#7cb89a 100%);
  box-shadow: 0 4px 14px rgba(45, 107, 79,.22);
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}

.idx-yiyuan-card__cta:active {
  transform: translateY(1px);
  filter: brightness(.96);
}

.idx-home-page .goodsList .loading {
  grid-column: 1 / -1;
  width: 100%;
  height: 38px !important;
  margin: 0;
  color: #aaa29a;
  border: 0 !important;
  background: transparent;
  font-size: 11px;
  line-height: 38px;
  text-align: center;
}

/* Footer */
.idx-home-page .footerdi {
  position: fixed;
  right: auto;
  bottom: 0 !important;
  left: 0;
  z-index: 1200;
  height: 52px;
  padding: 0;
  border-top: 1px solid rgba(60,45,28,.06);
  background: #fff;
  box-shadow: 0 -1px 6px rgba(0,0,0,.04);
  transform: none;
}

.idx-home-page .footerdi .f_menu,
.idx-home-page .footerdi .menu_box {
  width: 100%;
  height: 51px;
  margin: 0;
  padding: 0;
}

.idx-home-page .footerdi .menu_box {
  display: flex;
}

.idx-home-page .footerdi .menu_item {
  display: block;
  flex: 1 1 20%;
  width: 20%;
  height: 51px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.idx-home-page .footerdi .menu_item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 51px;
  padding-bottom: 4px;
  color: #191713;
  text-decoration: none;
}

.tab-icon-slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 25px;
}

.tab-bar-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: .92;
}

.menu_item.cur .tab-bar-icon:not(.tab-bar-icon--anno-medal) {
  filter: invert(72%) sepia(21%) saturate(627%) hue-rotate(98deg) brightness(91%) contrast(86%);
}

.menu_item--anno .tab-icon-slot {
  width: 42px;
  height: 34px;
  margin-top: -12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 -1px 5px rgba(74,54,31,.08);
}

.menu_item--anno .tab-bar-icon {
  width: 35px;
  height: 35px;
}

.idx-home-page .footerdi .item_txt {
  display: block;
  height: 15px;
  color: #171512;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: .3px;
}

.idx-home-page .footerdi .menu_item.cur .item_txt {
  color: var(--idx-red);
}

.nav_cart_num {
  position: absolute;
  top: -2px;
  right: -6px;
  display: none;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #2d6b4f;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
}

.nav_cart_num:not(:empty) {
  display: block;
}

.nav_cart_num em {
  color: inherit;
  font: inherit;
}

.idx-home-page .smailnav,
.idx-home-page #top_div,
.idx-home-page #btnGotoTop3 {
  display: none !important;
}

.idx-share-toast {
  position: fixed;
  bottom: 68px;
  left: 50%;
  z-index: 3000;
  max-width: 80vw;
  padding: 8px 14px;
  color: #fff;
  border-radius: 999px;
  background: rgba(35,31,27,.88);
  font-size: 11px;
  line-height: 18px;
  transform: translateX(-50%);
  box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

.idx-home-page .scwz .mint-popup-wechat img {
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
}

@media (min-width: 641px) {
  body.idx-home-page {
    background: #ede9e4;
  }

  .idx-home-page > .container,
  .idx-home-page > .idx-home-header,
  .idx-home-page > .footerdi {
    box-shadow: 0 0 22px rgba(43,34,24,.08);
  }
}

@media (max-width: 340px) {
  .idx-home-header__inner {
    padding-right: 4px;
    padding-left: 4px;
  }

  .wap-lang-btn {
    width: 51px;
  }

  .wap-mall-searchbar {
    margin-left: 3px;
  }

  .idx-home-page .goodsList {
    gap: 4px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .idx-home-page .idx-yiyuan-card {
    height: 282px;
    padding: 4px;
  }

  .idx-yiyuan-card__pic,
  .idx-yiyuan-card__img {
    height: 138px;
  }
}
