/* 商品详情：完整站内头尾 + 中间设计稿横向铺满 */
.listing-view-page {
  background: #fff;
  min-height: 100vh;
  padding-top: 0;
  box-sizing: border-box;
}

/* 与首页一致：用 .nav 占位撑开固定顶栏高度 */
.listing-view-page .nav {
  display: block !important;
  width: 100%;
  height: 70px !important;
  min-height: 70px;
  visibility: visible;
  box-sizing: border-box;
}

.listing-view-page .fixed.header {
  z-index: 100;
}

.listing-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 20px 0 48px;
  background: #fff;
  border: none;
  min-height: 320px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  clear: both;
}

.listing-view-page .product-publisher-bar {
  position: relative;
  z-index: 1;
  margin: 0;
}

.listing-content > * {
  max-width: none;
}

.listing-content > *:first-child {
  margin-top: 0 !important;
}

.listing-content img,
.listing-content video,
.listing-content iframe {
  max-width: 100%;
  height: auto;
}

.listing-loading,
.listing-error {
  margin: 48px 16px;
  text-align: center;
  color: #98a2b3;
  font-size: 15px;
}

.listing-error {
  color: #b42318;
}

.listing-view-page .footer {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 2;
}

.merchant-listing-li .merchant-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  font-size: 11px;
  color: #ee5a00;
  background: rgba(238, 90, 0, 0.1);
  vertical-align: middle;
}

.merchant-listing-li svg.icon {
  width: 36px !important;
  height: 36px !important;
  font-size: 36px !important;
}

.merchant-listing-li .merchant-icon-img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 10px;
}

.system-service-items .merchant-listing-li a.bg {
  display: inline-block;
  margin-right: 14px;
  width: auto;
  min-width: 96px;
  padding: 0 14px;
  background: #2d75ff;
  color: #fff !important;
  border: 1px solid #2d75ff;
  text-decoration: none !important;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  box-sizing: border-box;
}

.system-service-items .merchant-listing-li a.bd {
  display: inline-block;
  width: auto;
  min-width: 96px;
  padding: 0 14px;
  background: #fff;
  color: #2d75ff !important;
  border: 1px solid #2d75ff;
  text-decoration: none !important;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  box-sizing: border-box;
}
