.jd-product-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #e1e4e8;
}

.jd-product-share__label {
  margin-right: 4px;
  color: #6d7278;
  font-size: 18px;
  line-height: 44px;
}

.jd-product-share__link {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #e2e4e7;
  color: #111418;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.jd-product-share__link:hover,
.jd-product-share__link:focus-visible {
  background: #f5a400;
  color: #111418;
  transform: translateY(-2px);
  outline: none;
}

.jd-product-share__link::before,
footer .jd-email-link::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.jd-product-share__link[data-share="facebook"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.2 8.2V6.1c0-.9.6-1.1 1-1.1h2.6V1h-3.6c-4 0-4.9 3-4.9 4.9v2.3H6v4.1h3.3V23h4.9V12.3h3.3l.5-4.1h-3.8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.2 8.2V6.1c0-.9.6-1.1 1-1.1h2.6V1h-3.6c-4 0-4.9 3-4.9 4.9v2.3H6v4.1h3.3V23h4.9V12.3h3.3l.5-4.1h-3.8z'/%3E%3C/svg%3E");
}

.jd-product-share__link[data-share="x"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.2 2H22l-8.3 9.5L23.5 22h-7.7l-6-7.9L2.9 22H-1l8.9-10.2L-1.5 2h7.9l5.5 7.3L18.2 2zm-1.4 18h2.1L5.2 3.9H3L16.8 20z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.2 2H22l-8.3 9.5L23.5 22h-7.7l-6-7.9L2.9 22H-1l8.9-10.2L-1.5 2h7.9l5.5 7.3L18.2 2zm-1.4 18h2.1L5.2 3.9H3L16.8 20z'/%3E%3C/svg%3E");
}

.jd-product-share__link[data-share="whatsapp"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a9.8 9.8 0 0 0-8.4 14.9L2 22l5.2-1.5A10 10 0 1 0 12 2zm0 18.2a8.2 8.2 0 0 1-4.2-1.1l-.3-.2-3.1.9 1-3-.2-.3A8.2 8.2 0 1 1 12 20.2zm4.5-6.1c-.2-.1-1.4-.7-1.7-.8-.2-.1-.4-.1-.6.2l-.7.8c-.1.2-.3.2-.5.1a6.7 6.7 0 0 1-3.3-2.9c-.2-.3.2-.5.4-.8.1-.1.2-.3.3-.5.1-.2 0-.3 0-.5l-.7-1.6c-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.2.2-.9.9-.9 2.2s.9 2.5 1 2.7c.1.2 1.8 2.8 4.5 3.9.6.3 1.1.4 1.5.5.6.2 1.2.2 1.7.1.5-.1 1.4-.6 1.6-1.2.2-.6.2-1.1.1-1.2-.1-.1-.3-.2-.5-.3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a9.8 9.8 0 0 0-8.4 14.9L2 22l5.2-1.5A10 10 0 1 0 12 2zm0 18.2a8.2 8.2 0 0 1-4.2-1.1l-.3-.2-3.1.9 1-3-.2-.3A8.2 8.2 0 1 1 12 20.2zm4.5-6.1c-.2-.1-1.4-.7-1.7-.8-.2-.1-.4-.1-.6.2l-.7.8c-.1.2-.3.2-.5.1a6.7 6.7 0 0 1-3.3-2.9c-.2-.3.2-.5.4-.8.1-.1.2-.3.3-.5.1-.2 0-.3 0-.5l-.7-1.6c-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.2.2-.9.9-.9 2.2s.9 2.5 1 2.7c.1.2 1.8 2.8 4.5 3.9.6.3 1.1.4 1.5.5.6.2 1.2.2 1.7.1.5-.1 1.4-.6 1.6-1.2.2-.6.2-1.1.1-1.2-.1-.1-.3-.2-.5-.3z'/%3E%3C/svg%3E");
}

.jd-product-share__link[data-share="linkedin"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.98 3.5C4.98 4.88 3.86 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5zM.34 8h4.3v14H.34V8zm7.3 0h4.12v1.9h.06c.57-1.08 1.98-2.22 4.08-2.22 4.36 0 5.16 2.86 5.16 6.58V22h-4.3v-6.86c0-1.64-.03-3.74-2.28-3.74-2.28 0-2.63 1.78-2.63 3.62V22H7.64V8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.98 3.5C4.98 4.88 3.86 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5zM.34 8h4.3v14H.34V8zm7.3 0h4.12v1.9h.06c.57-1.08 1.98-2.22 4.08-2.22 4.36 0 5.16 2.86 5.16 6.58V22h-4.3v-6.86c0-1.64-.03-3.74-2.28-3.74-2.28 0-2.63 1.78-2.63 3.62V22H7.64V8z'/%3E%3C/svg%3E");
}

.jd-product-share__link[data-share="email"]::before,
footer .jd-email-link::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm9 8.7L20.2 6H3.8L12 12.7zM3 18h18V8.6l-8.4 6.8a1 1 0 0 1-1.2 0L3 8.6V18z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm9 8.7L20.2 6H3.8L12 12.7zM3 18h18V8.6l-8.4 6.8a1 1 0 0 1-1.2 0L3 8.6V18z'/%3E%3C/svg%3E");
}

footer .jd-email-link {
  color: inherit;
}

@media (max-width: 640px) {
  .jd-product-share { gap: 10px; }
  .jd-product-share__label { width: 100%; line-height: 1.4; }
}

/* 20260714 footer-social-divider-gap parity with homepage */
.jd-inner-footer .jd-inner-footer-bottom{transform:translateY(-20px)!important;margin-bottom:-20px!important}

/* 20260714 detail footer-social-divider-gap parity */
body.jd-product-detail-page .jd-inner-footer .jd-inner-footer-bottom,body.jd-news-detail-parity-20260711 .jd-inner-footer .jd-inner-footer-bottom{transform:translateY(-52px)!important;margin-bottom:-52px!important}
