/* 商品列表 / 详情 — pxb7 PC */

body.pxb7-pc .pxb7-pc-wrap--list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 16px 40px;
}

/* 隐藏旧版列表壳 */
body.pxb7-pc .main .goods-select-condition-box,
body.pxb7-pc .main .user-info-bg,
body.pxb7-pc .clistx,
body.pxb7-pc .list_right { display: none !important; }

.pxb7-list__head { margin-bottom: 16px; }
.pxb7-list__crumb { font-size: 13px; color: #999; margin-bottom: 8px; }
.pxb7-list__crumb a:hover { color: #ff7a00; }
.pxb7-list__crumb span { margin: 0 6px; }
.pxb7-list__title { margin: 0; font-size: 22px; font-weight: 700; color: #1a1a1a; }
.pxb7-list__count { margin: 6px 0 0; font-size: 13px; color: #999; }
.pxb7-list__count em { color: #ff5722; font-style: normal; font-weight: 700; }

.pxb7-list__toolbar {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.pxb7-list__sort { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.pxb7-list__sort a {
  padding: 6px 14px;
  border-radius: 999px;
  background: #f7f7f7;
  font-size: 13px;
  color: #333;
}
.pxb7-list__sort a.active,
.pxb7-list__sort a:hover {
  background: linear-gradient(90deg, #ffb366, #ff9a3c);
  color: #fff;
}
.pxb7-list__search {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.pxb7-list__search input[type=text] {
  flex: 1;
  min-width: 120px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 0 12px;
}
.pxb7-list__price-inp { max-width: 100px; flex: 0 0 100px; }
.pxb7-list__search button {
  height: 36px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb347, #ff8c00);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.pxb7-list__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pxb7-list__chips a {
  padding: 4px 12px;
  border: 1px solid #ffe0b2;
  border-radius: 999px;
  font-size: 12px;
  color: #ff7a00;
  background: #fff8f0;
}
.pxb7-list__chips a.active { background: #ff7a00; color: #fff; border-color: #ff7a00; }

.pxb7-pc-goods-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pxb7-list__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px;
  color: #999;
  background: #fff;
  border-radius: 12px;
}

.pxb7-pc-card--pin { position: relative; }
.pxb7-pc-card__pin {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: linear-gradient(135deg, #ff6b4a, #ff2d2d);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}
.pxb7-pc-card__tag-txt {
  font-size: 10px;
  color: #fff;
  background: linear-gradient(135deg, #4caf50, #45a049);
  padding: 2px 8px;
  border-radius: 10px;
}
.pxb7-pc-card__views {
  font-size: 12px;
  color: #8c9199;
  margin-left: auto;
}
.pxb7-pc-card__foot { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }

.pxb7-list__page {
  margin-top: 24px;
  text-align: center;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}

/* 商品详情页 */
body.pxb7-pc .main.goods-detail-pxb7,
body.pxb7-pc .goods-content {
  max-width: 1200px;
  margin: 16px auto 40px;
  padding: 0 16px;
}
body.pxb7-pc .goods-content .goods-top-box.zh-goods {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-bottom: 16px;
}
body.pxb7-pc .goods-info-right .goods-price,
body.pxb7-pc .goods-price-box .price {
  color: #ff2045 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
}
body.pxb7-pc .btn-buy,
body.pxb7-pc .goods-buy-btn,
body.pxb7-pc .buy-btn {
  background: linear-gradient(135deg, #ffb347, #ff8c00) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
}
body.pxb7-pc .goods-detail-bar a.active {
  color: #ff7a00 !important;
  border-bottom-color: #ff7a00 !important;
}

body.pxb7-pc .custom-search-container { display: none !important; }

body.pxb7-pc .current-address {
  font-size: 13px;
  color: #999;
  padding: 12px 0;
}
body.pxb7-pc .current-address a { color: #666; }
body.pxb7-pc .current-address a:hover { color: #ff6600; }

body.pxb7-pc .goods-top-box.zh-goods .seller-info-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
body.pxb7-pc .seller-info-box .usre-photo img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
body.pxb7-pc .seller-reputation span:first-child {
  background: #ff4d4f;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
}
body.pxb7-pc .seller-same-goods {
  margin-left: auto;
  padding: 8px 16px;
  border: 1px solid #ff8c00;
  color: #ff6600;
  border-radius: 999px;
  font-size: 13px;
}
body.pxb7-pc .goods-top-box.zh-goods > .goods-left-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 20px;
  align-items: start;
}
body.pxb7-pc .goods-image-box,
body.pxb7-pc .game-big-box {
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a2e;
}
body.pxb7-pc .game-big-box img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  display: block;
}
body.pxb7-pc .goods-info-right {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
}
body.pxb7-pc .goods-server.permanent-claims {
  background: linear-gradient(90deg, #3d2a1a, #5c4033);
  color: #f5d78e;
  padding: 10px 16px;
  margin: 0;
  border-radius: 12px 12px 0 0;
}
body.pxb7-pc .goods-server .icon-bxbg,
body.pxb7-pc .goods-server .icon-shopR { filter: brightness(1.2); }
body.pxb7-pc .goods-price {
  padding: 16px;
  border-bottom: 1px solid #f5f5f5;
}
body.pxb7-pc .goods-item-attr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 16px;
}
body.pxb7-pc .attr-item {
  flex: 1;
  min-width: 100px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 10px 8px;
}
body.pxb7-pc .attr-item p:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #ff6600;
  margin: 0 0 4px;
}
body.pxb7-pc .attr-item p:last-child {
  font-size: 12px;
  color: #999;
  margin: 0;
}
body.pxb7-pc .goods-opt {
  padding: 16px;
  background: #fafafa;
  border-radius: 0 0 12px 12px;
}
body.pxb7-pc .buy-btn {
  padding: 12px 32px !important;
  font-size: 16px !important;
}

@media (max-width: 1024px) {
  body.pxb7-pc .goods-top-box.zh-goods > .goods-left-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .pxb7-pc-goods-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .pxb7-pc-goods-list { grid-template-columns: 1fr; }
}
