/* 字体图标样式开始 */
@font-face {
  font-family: "iconfont";
  src:
    url("../iconfont/iconfont.woff2?t=1780390614881") format("woff2"),
    url("../iconfont/iconfont.woff?t=1780390614881") format("woff"),
    url("../iconfont/iconfont.ttf?t=1780390614881") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #353535;
  padding-right: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 字体图标样式结束 */

/* 公共样式开始 */


.fl {
  float: left;
}

.fl li {
  float: left;
  margin-right: 10px;
}

.fl li a {
  color: #505259;
}

.fr {
  float: right;
}

.fr li {
  float: left;
  cursor: default;
  margin-right: 10px;
}

.fr li a {
  color: #505259;
}

/* 公共样式结束 */

/* 顶部导航头部样式开始 */
.jdmcc-topbar {
  min-height: 40px;
  /* border-bottom: 1px solid #e5e5e5; */
  /* border-top: 1px solid #e5e5e5; */
  /* margin-top: 2px; */
  line-height: 36.5px;
  color: #505259;
  /* margin-bottom: 10px; */
}

.fl .logo-icon {
  margin-right: 0px;
}

.logo-icon {
  background: url(../images/common_img/logo-icon.png);
  display: inline-block;
  height: 17px;
  margin-right: 10px;
  vertical-align: text-top;
  width: 55px;
  background-size: 100%;
  margin-top: -3px;
}

.fl li .home:hover {
  color: #f50f07;
}

.ui-areamini-text:hover {
  color: #f50f07;
}

.dropdown-layer a:hover {
  color: #f50f07;
}

.areamini_inter_name:hover {
  color: #f50f07;
}

.dropdown-layer {
  position: relative;
}

.dd {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 999;
  height: 156px;
  padding: 16px;
  width: 114px;
  text-align: center;
  border: 1px solid #cac5c5;
  border-radius: 10px;
  display: none;
  background-color: #ffffff;
}

.dd .selected a {
  display: block;
  background-color: #f50f07;
  color: #fff;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}

.fl li .dd .selected:hover {
  color: none;
}

.areamini_inter_name {
  display: block;
  font-family:
    Microsoft YaHei,
    tahoma,
    arial,
    Hiragino Sans GB,
    宋体,
    sans-serif;
  text-align: center;
  width: 82px;
}

.dropdown-layer:hover .dd {
  display: block;
}

.cw-icon {
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.nickname {
  display: block;
  margin-right: 6px;
  max-width: 70px;
  overflow: hidden;
  padding-right: 6px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nickname-dd {
  width: 234px;
}

.userinfo {
  display: flex;
  align-items: center;
  height: 48px;
}

.u-pic {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.u-pic img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.u-msg {
  font-size: 14px;
  height: 48px;
}

.u-msg a {
  display: block;
  display: flex;
  color: #101010;
  height: 24px;
  line-height: 24px;
}

.u-msg a img {
  margin-top: 8px;
}

.arrow-2024 {
  height: 6px;
  margin-left: 6px;
  width: 6px;
}

.link-action-wrap {
  display: flex;
}

.link-action-wrap a {
  color: #888b94 !important;
}

.link-action {
  margin-right: 8px;
}

.userbadge {
  display: flex;
  align-items: center;

  width: 200px;
  height: 80px;
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
}

.userbadge a {
  display: block;
  width: 62px;
  height: 60px;
  background-color: #f7f8fc;
  margin-right: 10px;
}

.icobadage {
  display: block;
  width: 24px;
  height: 24px;
  /* background-color: #f50f07;  */
  background-size: cover;
  margin-left: 18px;
  margin-top: 10px;
}

.u-name {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

.desktop-dd {
  width: 234px;
  height: 256px;
  margin-top: -5px;
  background-color: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* display: block; */
}

.desktop-dd-content {
  margin-top: -10px;
}

.desktop-dd .title {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
}

.areamini_inter_item_selected {
  position: relative;
  display: flex;
  align-items: center;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #505259;
  border-radius: 8px;
  background-color: #f7f8fc;
  margin-bottom: 10px;
  cursor: pointer;
}

.text-wrap .text {
  height: 20px;
  font-size: 14px;
  color: #505259;
  margin-top: 8px;
}

.text-wrap .remark {
  font-size: 12px;
  color: #888b94;
}

.icon {
  height: 30px;
  margin: 5px;
  width: 30px;
  color: #787878;
}

.areamini_inter_item_selected:hover .border {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #f50f07;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 8px;
}

.areamini_inter_item_selected:hover .text-wrap .text,
.remark {
  color: #f50f07;
}

.areamini_inter_item_selected:hover .text-wrap .remark {
  color: #f50f07;
}

.areamini_inter_item_selected:hover .icon_selected {
  display: none;
}

.areamini_inter_item_selected .icon_selecteds {
  display: none;
}

.areamini_inter_item_selected:hover .icon_selecteds {
  display: block;
}

.fr li .icon-cart {
  color: #ff0f23;
  font-size: 14px;
  padding-right: 0;
}

.fr li a:hover {
  color: #f50f07;
}

.dropdown-layer .plugin-introduce {
  width: 270px;
  height: 320px;
}

.plugin-introduce__features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;


}

.plugin-introduce__feature-icon {

  width: 24px;
  height: 24px;

}

.plugin-introduce__feature-icon img {
  width: 100%;
  height: 100%;
}

.plugin-introduce__feature-item {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f6fa;
  border-radius: 8px;
  padding: 5px;
}

.desktop-dd .desktop-dd-content .title {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}

.plugin-introduce__download-btn {

  background: #ff0f23;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin: 10px auto;
  text-align: center;
  width: 100px;
}

.plugin-introduce__download-btn:hover {
  background: #d20011;
}

/* 顶部导航头部样式结束 */

/* 购物车头部LOGO+搜索栏样式开始 */
._header_lotto_1 {
  padding: 25px 0;
  height: 92px;
}

._header_top_left_lotto_13 {
  position: relative;
  display: flex;
  height: 44px;

  /* background-color: #3654cc; */
}

.lotto {
  display: block;
  width: 159px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: cover;
}

._cartNum_lotto_29 {
  font-family: PingFang SC;
  font-size: 22px;
  font-weight: 500;
  height: 22px;
  color: #888b94;
  margin-top: 15px;
  padding-left: 12px;
}

._cartNum_lotto_29::before {
  position: absolute;
  top: 21px;
  left: 159px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 22px;
  border-left: 1px solid #e5e6eb;
  margin-right: 16px;
}

._address-body_1idoi_1 {
  width: 196px;
  margin-left: 10px;
  cursor: pointer;
}

.box {
  display: flex;
  margin-top: 20px;
  border: 1px solid #888282;
  padding-left: 12px;
  border-radius: 15px;
  height: 26px;
  line-height: 26px;
  background-color: #f5f6fa;
}

._label_1idoi_10 {
  color: #020202;
  font-weight: 700;
  padding-right: 6px;
}

.jd_arrow_EamWcqaF {
  font-size: 16px;
  color: #75777b;
  font-weight: 500;
}

.flex:hover .jd_area_text_wBZaLGYG {
  color: #f50f07;
}

.flex:hover .jd_arrow_EamWcqaF {
  color: #f50f07;
}

.flex {
  display: flex;
}

._header_top_right_lotto_13 {
  position: relative;
  width: 384px;
  height: 44px;
  background: #fff;
  border: 1px solid #ff0f23;
  border-radius: 8px;
}

._search_icon_1llof_13 {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  background: url(../images/common_img/search_ico.png) no-repeat;
  background-size: 100% 100%;
}

._search_input_1llof_23 {
  position: absolute;
  top: 3px;
  left: 36px;
  width: 250px;
  height: 32px;
  padding: 2px 0;
  margin-top: 3px;
  font-size: 14px;
  line-height: 32px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  outline: none;
}

._search_btn_1llof_38 {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  width: 80px;
  height: 38px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#ff475d),
      to(#ff0f23));
  background: -webkit-linear-gradient(left, #ff475d 0%, #ff0f23 100%);
  background: linear-gradient(90deg, #ff475d, #ff0f23);
  border: none;
  border-radius: 6px;
  outline: none;
}

/* 购物车头部LOGO+搜索栏样式结束 */

/* 右侧悬浮电梯导航样式开始 */
.elevator {
  position: relative;
  background: #fff;
  border-radius: 8px 0 0 8px;
  bottom: 50%;
  box-shadow: -2px 0 30px 2px rgba(97, 105, 119, 0.18);
  position: fixed;
  right: 0;
  transform: translateY(50%);
  z-index: 100;
}

.elevator_lk {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 44px;
  height: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
}


.elevator .show {
  position: absolute;
  right: 100px;
  top: 0;
}

.elevator_lk:hover {
  background: rgba(241, 5, 5, 0.881);
}

.elevator_lk:hover .elevator_lk_ico {
  color: #fff;
}

.elevator_lk:hover .elevator_lk_txt {
  color: #fff;
}

.elevator_lk_ico {
  display: block;
  font-size: 24px;
  margin: 6px 0;
}

.show {
  position: relative;
  width: 180px;
  top: 100px !important;
}

.elevator_lk:hover .show .desktop-dd {
  display: block;
}

/* 右侧悬浮电梯导航样式结束 */


/* 猜你喜欢推荐模块样式开始 */

.page-container .w {
  padding: 10px 0;
}

.recommend {
  width: 99%;
  padding: 0 16px 16px;
  background-color: #ffffff;
  border-radius: 8px;
}

.recommend-title {
  height: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #1a1a1a;
  /* background-color: #334cb1; */
  margin-bottom: 36px;
  padding-top: 16px;
}

.recommendFeedWrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(210px, 248px));
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
  /* background-color: #059d44; */
}


.more2_img {
  /* width: 240px; */
  height: 248px;
}

.more2_img_img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.recommend-item {
  position: relative;
  cursor: pointer;
}

.recommend-item .border {
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 4px);
  height: calc(100% + 5px);
  border-radius: 12px;
  z-index: -9999;
}

.recommend-item:hover .border {
  border: 1px solid #ff0f23;
}

.tail-tag-img {
  display: inline-block;
  height: 18px;
  width: auto;
  vertical-align: middle;
  margin-right: 6px;
}

.more2_info_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}

.more2_info_name-text {
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: left;
  min-width: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more2_tail_tags {
  height: 18px;
}

.more2_info_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.mod_price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mod_price .mod_price_symbol {
  font-family: JDZhengHT-EN-Regular;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 2px;
}

.more2_info_price_plus .mod_price {
  color: #ff0f23;
}

.more2_info_price_txt {
  font-size: 22px;
  line-height: 20px;
  font-weight: 400;
  font-family: JDZhengHT-EN-Regular;
}

.more2_info_price_sub {
  font-size: 16px;
  margin-top: 4px;
}

.more2_extra_price_custom {
  font-family: PingFang SC;
  color: #ff0f23;
  margin-left: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-top: 6px;
}

.more2_lower_price {
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin-left: 4px;
  color: #8c8c8c;
  font-family: JDZhengHT-EN-Regular;
  margin-top: 5px;
  margin-left: 4px;
}

.more2_info_add_cart {
  display: inline-block;
  width: 22px;
  height: 22px;
  /* background-color: #ff0f23; */
  border-radius: 50%;
  /* color: #f50505; */
  background-color: #ffd7d7;
}

.iconfont_add_cart {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  padding-left: 2px;
  color: #f30909;
}

.more2_info_add_cart:hover {
  background-color: #ff0f23;
}

.iconfont_add_cart:hover {
  color: #fff;
}

.recommend-item {
  /* 基础样式（你可保留自己的宽高、布局） */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* 更丝滑的曲线 */
  position: relative;
  z-index: 1;
  /* 优化：开启硬件加速，避免悬浮卡顿 */
  will-change: transform, box-shadow;
  /* 可选：圆角让卡片更美观 */
  border-radius: 8px;
  /* 可选：默认轻微阴影，层次感更强 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.recommend-item:hover {
  /* 上移5px + 放大1.05倍 */
  transform: translateY(-5px) scale(1.05);
  /* 悬浮加深阴影 */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  /* 层级置顶，盖过相邻卡片 */
  z-index: 10;
  /* 可选：鼠标悬浮变成小手，提升交互体验 */
  cursor: pointer;
}

/* 猜你喜欢推荐模块样式结束 */


/* 服务模块样式开始 */
.mod_service {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  margin-left: 120px;
}

.mod_service_title1,
.mod_service_title2,
.mod_service_title3,
.mod_service_title4 {
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  margin-right: 10px;
}

.mod_service_title1 {
  background: url(../images/common_img/mod_service_title1.png) center / contain no-repeat;
}

.mod_service_title2 {
  background: url(../images/common_img/mod_service_title2.png) center / contain no-repeat;
}

.mod_service_title3 {
  background: url(../images/common_img/mod_service_title3.png) center / contain no-repeat;
}

.mod_service_title4 {
  background: url(../images/common_img/mod_service_title4.png) center / contain no-repeat;
}

.mod_service_txt {
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a1a1a;
  margin-right: 145px;
}

.wrap {
  display: flex;
  /* align-items: center; */
  width: 1264px;
  margin: 0 auto;
}

.service-content,
.wrap {
  border-bottom: 1px solid #0000000f;
}

.mod_help {
  padding: 20px 0 24px;
}

.mod_help .wrap .fore dd {
  margin-left: 0px;
}

.mod_help .wrap .fore dd a:hover {
  color: #e80505;
}

.mod_help_title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

.fore {
  margin-right: 184px;
}

.fore dd a {
  color: #505259;
}

/* 服务模块样式结束 */

/* 底部版权模块样式开始 */
.copyright_auth {
  width: 1264px;
  margin: 0 auto;
  color: #505259;
}

.copyright_links_list {
  display: flex;
  padding-bottom: 8px;
  color: #505259;
}

.copyright_links_list a {
  color: #505259;
}

.copyright_links_list a:hover {
  color: #ff0f23;
}

.copyright_info p {
  padding-bottom: 8px;
}

.copyright_info p a:hover {
  color: #ff0f23;
}

.copyright_info p a {
  color: #505259;
}

.copyright_split {
  margin: 0 15px;
}

.copyright_split {
  display: inline-block;
  overflow: hidden;
  margin: 0 10px;
  width: 0.5px;
  height: 8px;
  background-color: #0000000f;
}

.copyright_info {
  padding-bottom: 20px;
  border-bottom: 1px solid #0000000f;
}

.mod_copyright_auth {
  margin: 24px auto 0;
  width: 1264px;
  height: 36px;
  background: url(../images/common_img/mod_copyright_auth.png) left center / contain no-repeat;
  /* background-color: #0cce29; */
}

.copyrights_auth_ico {
  display: inline-block;
  overflow: hidden;
  margin-right: 8px;
  width: 98px;
  height: 36px;

  /* background-color: #cebb0c; */
}

.footer-2017 {
  padding-bottom: 160px;
}


/* 底部版权模块样式结束 */