.w {
  max-width: 1700px;
  min-width: 1164px;
  margin: auto;
  padding: 0 54px;
}

.page-tab-switch-wrap .w {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  gap: 60px;
}


.page-tab-switch-wrap .tab-item {
  color: #888b94;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;

}

.page-tab-switch-wrap .tab-item-selected {
  color: #ff0f23;
  font-weight: 600;
}

.page-tab-switch-wrap .tab-item-selected .bar {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 2.5px;
  background-color: #ff0f23;
  margin: 6px auto 0;
}




.w ._header_lotto_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._header_top_right {
  display: flex;
  justify-content: space-between;
  flex: 1;
  height: 86px;
  /* background-color: #67de0d; */
}

.jd_pc_search_bar_react_search_main {
  flex: 3;
  height: 72px;
  /* background-color: #e16060; */
}

.jd_pc_search_bar_react_search_input {

  height: 36px;
  padding: 2px 20px 2px 0;
  margin-top: 3px;
  font-size: 14px;
  line-height: 32px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  outline: none;
  margin-right: 10px;
}

.jd_pc_search_bar_react_search_main .jd_pc_search_bar_react_search_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  background: #fff;
  border: 2px solid #ff0f23;
  border-radius: 8px;
  padding: 0 2px 0 12px;

}

.jd_item_left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.jd_pc_search_bar_react_search_switchType_title {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: medium;
  color: #1a1a1a;
}



.icon-right {

  color: #888b94;
}



.wraps {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 150px;
  height: 30px;
  overflow: hidden;

}

.txt-group {

  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 10px;
  font-size: 14px;
  color: #888b94;
  text-align: left;

  /* 单条高度32px，5条总高160px */
  animation: upMove 8s ease-in-out infinite;
}

/* 关键：分段时间：停顿+快速上滑切换 */
@keyframes upMove {

  /* 0~2.4s：停在第一条（海尔零嵌入冰箱） */
  0%,
  20% {
    transform: translateY(0px);
  }

  /* 20%~25%：快速上滑1条-32px（切换到冰箱） */
  25% {
    transform: translateY(-32px);
  }

  /* 25%~45%：停留冰箱 */
  25%,
  45% {
    transform: translateY(-32px);
  }

  /* 45%~50%：快速上滑到咖啡机-64px */
  50% {
    transform: translateY(-64px);
  }

  /* 50%~70%：停留咖啡机 */
  50%,
  70% {
    transform: translateY(-64px);
  }

  /*70%~75%：滑到复制的第一条，无缝循环*/
  75% {
    transform: translateY(-96px);
  }

  /*75%~100%停住，回到起点*/
  75%,
  100% {
    transform: translateY(-96px);
  }
}


.jd_pc_search_bar_react_search_main .jd_pc_search_bar_react_hotword {
  height: 16px;
  margin-top: 8px;
  overflow: hidden;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #505259;
}

.jd_pc_search_bar_react_search_main .jd_pc_search_bar_react_hotword>span {
  position: relative;
  display: inline-block;
  height: 16px;
  margin-right: 24px;
  line-height: 16px;
  cursor: pointer;
}

.jd_pc_search_bar_react_search_main .jd_pc_search_bar_react_hotword>span:after {
  position: absolute;
  top: 3px;
  left: -11px;
  width: .5px;
  height: 8px;
  background: #0000000f;
  content: "";
}

.jd_item_right {
  display: flex;
  align-items: center;
  justify-content: center;

}

.jd_item_right .jd_item {
  display: flex;
  align-items: center;

}

.jd_item_ai {
  position: relative;
  top: 2px;
}

.jd_pc_search_bar_react_ai_search_text {
  color: #7e17e6;
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
}

.jd_pc_search_bar_react_switch {
  width: 22px;
  height: 14px;
  vertical-align: middle;
  background-color: #ccc;
  border: 0;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  margin-left: 4px;
}

.jd_pc_search_bar_react_switch-handle {
  position: relative;
  top: 2px;
  left: 1px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px #0003;
}

.jd_pc_search_bar_react_ai_search_line {
  width: 1px;
  height: 16px;
  background: #e1e1e1;
  margin: 0 16px;
}

.jd_pc_search_bar_react_image_search_button {
  margin-right: 16px;
}

.jd_pc_search_bar_react_image_search_imgIcon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.jd_pc_search_bar_react_search_btn {
  width: 80px;
  height: 38px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: #ff0f23;
  border: none;
  border-radius: 6px;
  outline: none;
}

.jingyan-wrap {
  display: inline-block;
  position: relative;
  margin: 0 120px 0 14px;
}

.jingyanWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 44px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #ff477f;
  color: #FF477F;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.jingyan-trigger-img {
  width: 20px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}


.jingyan-popover {
  display: none;
  position: absolute;
  width: 250px;
  height: 148px;
  top: 52px;
  left: 0;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 14px 0;
  z-index: 12;
  border: 1px solid rgba(0, 0, 0, .04);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);

}

.jingyan-tip {
  color: #111111;
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 14px;
  margin-bottom: 8px;
}




.jingyan-topic-item {

  width: 142px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  padding: 0 8px;
  box-sizing: border-box;
  background: #F7F8FC;
  margin-bottom: 8px;
  color: #1A1A1A;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 8px;
  cursor: pointer;
}


.jingyan-wrap:hover .jingyan-popover {
  display: block;
}




.treasure {
  width: 165px;
  height: 70px;
  background-image: url(../images/Home_img/1b.gif.avif);
  background-size: cover;
}

.page-container {
  display: flex;
  justify-content: space-between;

}

.category-menu ul,
.user-center {

  width: 252px;
  background-color: #f7f8fc;
  border-radius: 8px;
}



.category-menu {

  padding-top: 10px;
}

.category-menu ul li {
  padding-left: 16px;
  height: 28px;
  line-height: 28px;
}

.category-menu ul li .menu-icon,
.menu-text {
  font-size: 14px;
  color: #1A1A1A;
}

.category-menu ul li .menu-text:hover {
  cursor: pointer;
  color: #ff0202;
  border-bottom: 2px solid #ff0000;
}

.category-menu ul li .menu-icon {
  color: #636363;
}


.banner-section {
  flex: 2;
  margin: 0 12px;
  /* background-color: #726a6a; */
}




.user-center {
  background: linear-gradient(112deg, #fff7fb, #fff7f7 59.99%, #fff9fa),
    linear-gradient(0deg, white, white);


}

.user-header {
  display: flex;
  align-items: center;
  justify-content: space-between;


}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 8px;
}

.user_avatar_img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-top: 12px;

}

.user-info {
  margin-left: 12px;
  margin-top: 14px;
}

.user-info .user-id {
  color: #1a1a1a;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 700;

}

.user-info .user-opt {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #505259;
  margin-top: 4px;
  cursor: pointer;

}

.user-info .user-opt .line {
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 4px;
  cursor: default;

}

.company_type_normal {
  display: block;
  width: 105px;
  height: 52px;
  background: url(../images/Home_img/1e.png);
  background-size: 100%100%;
}

.vip-badge {
  position: relative;

}

.vip-badge span {
  position: absolute;
  top: 21px;
  left: 0px;
  padding-left: 27px;
  font-family: PingFang-SC;
  color: white;
  font-size: 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.user-center .benefit-list {

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 0 12px;
}



.user-center .benefit-list .benefit-item {
  text-align: center;
}

.user-center .benefit-list .benefit-item .num {
  color: #1a1a1a;
  font-family: JDZHENGHT-EN-REGULAR;
  font-size: 16px;
}

.user-center .benefit-list .benefit-item .label {
  color: #1a1a1a;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
}

.user-center .benefit-list .benefit-item .dot {
  position: relative;
}


.user-center .benefit-list .benefit-item .dot .red-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff0f23;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -4px;
  border: .5px solid #fff;
}


.new-user-entry {
  position: relative;
  display: flex;
  align-items: center;
  width: 228px;
  height: 28px;
  padding: 0 4px;
  margin: 16px 12px;
  font-size: 12px;
  color: #171a26;
  background-color: #fff;
  border-radius: 4px;

}

.right-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 4px;
}

.new-user-entry .new-tag {
  color: #171a16;
  font-size: 12px;
  font-weight: 700;
}

.new-user-entry .iconb {
  padding: 0;
  color: rgba(0, 0, 0, .08);
  font-size: 20px;
  font-weight: 300;
}

.new-user-entry .icone {
  position: absolute;
  top: 7px;
  right: 0;
  padding: 0;
  color: #666;
  font-size: 16px;
  font-weight: 300;
}


.user-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;

}


.user-actions .action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;


}

.user-actions .action-item span.iconfont {
  font-size: 24px;
  color: #666;
}




.user-actions .action-item span {
  font-size: 12px;
  color: #1a1a1a;
}


.banner-carousel {
  position: relative;
  height: 160px;
  /* background-color: #f10707; */
  margin-bottom: 8px;

}

.core_focus_item_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


.banner-indicators {
  position: absolute;
  left: 3%;
  bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.banner-indicators li {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 1px rgba(218, 214, 214, 0.5);
  border-radius: 50%;
  background-color: rgba(218, 214, 214, 0.5);
  cursor: pointer;
}

.banner-indicators li.active {
  width: 16px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 999px;
  /* 两端圆角，变成胶囊长条 */
}

.banner-left,
.banner-right {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 30px;
  background-color: rgba(87, 86, 86, 0.3);
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}

.banner-left {
  left: 0;
  border-radius: 0 50% 50% 0;
}

.banner-right {

  right: 0;
  border-radius: 50% 0 0 50%;

}

.banner-left .iconfont,
.banner-right .iconfont {
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  font-weight: 300;
}

.banner-left .iconfont {
  font-size: 16px;
}


.banner-right .iconfont {
  font-size: 18px;

}

.banner-section:hover .banner-left,
.banner-section:hover .banner-right {
  display: block;
}



.core_focus_item_content {
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  left: 3%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.core_focus_item_title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}

.core_focus_item_sub_title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}

.core_focus_item_desc {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;

}


.brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  background-color: #f7f8fc;
  padding: 9px 12px;
  border-radius: 8px;
  gap: 8px;
}

.logoWrap {
  height: 28px;
  padding: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  width: 58px;
}

.logoWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
}



.view-all-btn {
  width: 62px;
  height: 28px;
  line-height: 28px;
  color: #171a26;
  background-color: #fff;
  padding: 0 6px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  border-radius: 4px;

}


.section-title {
  border-radius: 8px;
  background-color: #f7f8fc;
  /* padding: 12px; */
}

.section-title .core_item_bybt .core_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 0;



}

.section-title .core_item_bybt .core_item_title span {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}

.core_item_sku_img_warp {
  width: 86px;
  height: 86px;
}

.core_item_sku_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;

}

.core_item_skus {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 1px;
  margin-left: 36px;

}

.core_item_sku {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.core_item_skus .core_item_sku .core_item_sku_price {
  color: #ff0f23;
  font-family: JDZhengHT-EN-Regular;
  font-weight: 400;
  font-size: 16px;
}

.core_item_skus .core_item_sku .core_item_sku_price i {
  font-size: 14px;
  font-style: normal;
}

.entry-bar .entry-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.entry-bar .entry-item .entry-icon img {
  width: 16px;
  height: 16px;
  vertical-align: middle;

}

.entry-bar .entry-item span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #191919;
}



.middle-floor-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 160px;
  margin-top: 20px;
  gap: 20px;

}

.middle-floor-left,
.middle-floor-right {
  flex: 1;
  background-color: #f7f8fc;
  border-radius: 8px;
}

.one-cent-purchase-floor-header {
  display: flex;
  align-items: center;
  height: 14px;
  margin: 12px 0 0 12px;
}

.one-cent-purchase-floor-title {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 14px;

  margin-right: 8px;
}

.one-cent-purchase-floor-desc {
  color: #ff0f23;
  font-family: JDZhengHT-EN-Regular;
  font-size: 12px;

}

.one-cent-purchase-floor-feed {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 12px;
  gap: 12px;


}

.one-cent-purchase-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.one-cent-purchase-item {
  cursor: pointer;
  position: relative;
}

.one-cent-purchase-floor-feed .one-cent-purchase-item .one-cent-purchase-label {
  position: absolute;
  top: 70px;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  border: .5px solid #ffffff;
  border-radius: 2px;
  padding: 2px 3px;
  background: #ffebef;
  font-size: 12px;
  font-weight: 500;
  color: #ff0f23;
}

.one-cent-purchase-item .one-cent-purchase-price {

  color: #ff0f23;
  font-size: 16px;
  font-family: JDZhengHT-EN-Regular;
  font-weight: 400;

}

.order-cash-back-floor-desc {
  font-family: JDZHENGHT-EN-REGULAR;
  color: #ff0000;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.order-cash-back-floor-desc .num-wrap {

  width: 17px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 2px;
  background-color: #fff;
  margin: 0 4px;

}


.order-cash-back-floor-progress-bar {
  border-radius: 12px;
  width: calc(100% - 184px);
  height: 6px;
  margin: 20px auto;
  background: #ffeaef;
}

.order-cash-back-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;




}

.order-cash-back-btn-disabled:hover {
  cursor: not-allowed;
}

.order-cash-back-floor-list {
  position: relative;
  bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}


.order-cash-back-icon img {
  vertical-align: middle;
}

.order-cash-back-item .order-cash-back-icon {
  width: 19px;
  height: 19px;
  background: #ffe0e7;
  border-radius: 50%;
  text-align: center;
}

.order-cash-back-floor-list {
  padding: 0 12px;
}

.order-cash-back-packet {
  width: 179px;
  height: 57px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-cash-back-balance {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 12px;
  color: #ff0035;
  font-weight: 500;
  font-size: 30px;
}

.order-cash-back-btn {
  position: absolute;
  width: 60px;
  height: 20px;
  top: 18px;
  right: 23px;
  cursor: pointer;
  color: #ff0f23;
  font-size: 10px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;

}

.order-cash-back-item .order-cash-back-desc {
  color: #ff0f23;
  font-size: 12px;
  font-weight: 500;

}

.order-cash-back-progress-ink {

  height: 6px;
  border-radius: 12px;
  background: #ff0f23;
  margin-left: 12px;

}

.order-cash-back-btn-disabled {
  cursor: not-allowed;
  background: unset;
  color: #ffffff;
  opacity: .5;
}

.order-cash-back-balance .yang {

  font-size: 15px;
  margin-top: 12px;
}



.J_app {

  /* background-color: #d6c107; */
  padding-left: 35px;
  margin-bottom: 20px;



}

.feeds-tab-inner {
  position: relative;
  width: calc(100% - 38px);
  overflow: hidden;
  scrollbar-width: none;

}

.feeds-tab .feeds-tab__item-img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.feeds-tab .feeds-tab__item-img img {
  width: 100%;
  height: 100%;
}

.feeds-tab .feeds-tab__item-title {
  font-size: 14px;
  color: #505259;
  font-family: PingFang SC;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 4px;
  margin-right: 8px;
  white-space: nowrap;
  overflow: hidden;
}

.feeds-tab .feeds-tab__item:hover .feeds-tab__item-title {

  color: #FF0F23;
  cursor: pointer;
}

.feeds-tab .feeds-tab__item--active {
  height: 32px;
  background: linear-gradient(0deg, #ffebf1, #ffebf1), linear-gradient(0deg, #f7f8fc, #f7f8fc);
  margin: 16px 0 16px 18px;
  border-radius: 6px;

}

.feeds-tab .feeds-tab__item--active .feeds-tab__item-title {
  font-weight: 700;
  color: #FF0F23;
}

.feeds-tab {

  display: flex;
  height: 64px;
  gap: 20px;

}

.feeds-tab__item {
  display: flex;
  align-items: center;

}


.feeds-tab-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 32px;
  height: 32px;




}

.feeds-tab-arrows img {
  width: 100%;
  height: 100%;
}






















.wrap {
  border: 0;
  margin-left: 212px;
}

.mod_help .w {
  padding-bottom: 23px;
  border-bottom: 1px solid #0000000f;
}

.wrap dl {

  line-height: 22px;
}

.wrap dl dt {
  font-weight: 700;
  font-size: 14px;
  color: #777;
}



.wrap dl dd a {
  color: #666;
  font-size: 12px;
}

.wrap dl dd a:hover {
  color: #f31010;
}

.copyright_links_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright_split {
  margin: 0 6px;
  font-size: 12px;
  color: #ccc;
}

.copyright_links_list li a {
  font-size: 12px;
  color: #666;
}

.copyright_links_list li a:hover {
  color: #f31010;
}

.footer-2017 {
  height: 200px;
  margin-top: 20px;
}

.copyright_info {
  padding: 10px 0;
  line-height: 22px;
  color: #999;
  text-align: center;
  font-size: 12px;
  border: 0;
}

.mod_help_title {
  margin-bottom: 5px;
}

.copyright_info a {
  color: #999;
}

.copyright_info a:hover {
  color: #f31010;
}

.copyright_license {
  padding-left: 10px;
}

.copyright_auth {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;

}

.copyright_auth_ico {
  display: block;
  margin: 0 3px;
  width: 103px;
  height: 32px;
  background: url(../images/Home_img/new_footer.png) no-repeat;
}

.copyright_auth_ico_1 {
  background-position: -104px 0;
}

.copyright_auth_ico_2 {
  background-position: 0 -32px;
}

.copyright_auth_ico_3 {
  background-position: -104px -33px;
}

.copyright_auth_ico_4 {
  background-position: 0px -66px;
}

.copyright_auth_ico_5 {
  background-position: -104px -66px;
}

.copyright_auth_ico_6 {
  background-image: url(../images/Home_img/2b.png);
  background-size: cover;
}