.qeeshu-shop {
  background: url(/Public/Index/Electron/Shensi/images/bg6.png) center center no-repeat;
  background-size: cover;
  padding-top: 1.52rem;
  padding-bottom: 1.2rem;
  min-height: 6rem;
}

.qeeshu-shop .shop-banner {
  margin-top: 0;
  background: linear-gradient(135deg, #003b90 0%, #0355c9 55%, #0078d4 100%);
  padding: 0.5rem 0 0.56rem;
}

@media screen and (max-width: 1024px) {
  .qeeshu-shop {
    padding-top: 0;
  }

  .qeeshu-shop .shop-banner {
    margin-top: 0;
    padding: 0.4rem 0;
  }
}

.qeeshu-shop .shop-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
}

.qeeshu-shop .shop-banner-text h1 {
  font-size: 0.36rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.12rem;
}

.qeeshu-shop .shop-banner-text p {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  max-width: 7rem;
}

.qeeshu-shop .shop-publish-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.04rem;
  margin-top: 0.22rem;
  padding: 0.14rem 0.28rem 0.14rem 0.24rem;
  border-radius: 0.08rem;
  background: #fff;
  color: #003b90 !important;
  text-decoration: none !important;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.95);
  transition: transform 0.15s, box-shadow 0.15s;
}
.qeeshu-shop .shop-publish-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.22);
}
.qeeshu-shop .shop-publish-cta-main {
  font-size: 0.22rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.qeeshu-shop .shop-publish-cta-sub {
  font-size: 0.13rem;
  font-weight: 500;
  color: #4a6fa8;
  line-height: 1.2;
}

.qeeshu-shop .shop-banner-badge {
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.08rem;
  padding: 0.16rem 0.24rem;
  text-align: center;
}

.qeeshu-shop .shop-banner-badge strong {
  display: block;
  font-size: 0.28rem;
  color: #fff;
  line-height: 1.2;
}

.qeeshu-shop .shop-banner-badge span {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}

.qeeshu-shop .shop-toolbar {
  margin-top: 0.3rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 59, 144, 0.08);
  padding: 0.2rem 0.24rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.16rem;
}

.qeeshu-shop .shop-search {
  flex: 1;
  min-width: 2rem;
  position: relative;
}

.qeeshu-shop .shop-search input {
  width: 100%;
  height: 0.4rem;
  border: 1px solid #d8e3f5;
  border-radius: 0.04rem;
  padding: 0 0.12rem 0 0.36rem;
  font-size: 0.14rem;
  color: #333;
  box-sizing: border-box;
}

.qeeshu-shop .shop-search input:focus {
  outline: none;
  border-color: #0355c9;
}

.qeeshu-shop .shop-search::before {
  content: "⌕";
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 0.16rem;
}

.qeeshu-shop .shop-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}

.qeeshu-shop .shop-categories button {
  border: 1px solid #c5d4ef;
  background: #f4f7fc;
  color: #023c90;
  font-size: 0.14rem;
  padding: 0.08rem 0.16rem;
  border-radius: 0.04rem;
  cursor: pointer;
  transition: all 0.2s;
}

.qeeshu-shop .shop-categories button:hover,
.qeeshu-shop .shop-categories button.active {
  background: #003b90;
  border-color: #003b90;
  color: #fff;
}

.qeeshu-shop .shop-stats {
  font-size: 0.14rem;
  color: #666;
  white-space: nowrap;
}

.qeeshu-shop .shop-grid {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.24rem;
}

@media screen and (max-width: 1200px) {
  .qeeshu-shop .shop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .qeeshu-shop .shop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }

  .qeeshu-shop .shop-banner-text h1 {
    font-size: 0.42rem;
  }

  .qeeshu-shop .shop-banner-text p {
    font-size: 0.24rem;
  }

  .qeeshu-shop .shop-banner-badge {
    display: none;
  }

  .qeeshu-shop .shop-toolbar {
    padding: 0.24rem;
  }

  .qeeshu-shop .shop-search input {
    height: 0.64rem;
    font-size: 0.24rem;
  }

  .qeeshu-shop .shop-categories button {
    font-size: 0.22rem;
    padding: 0.1rem 0.18rem;
  }

  .qeeshu-shop .shop-stats {
    width: 100%;
    font-size: 0.22rem;
  }
}

.qeeshu-shop .shop-card {
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 59, 144, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}

.qeeshu-shop .shop-card:hover {
  transform: translateY(-0.04rem);
  box-shadow: 0 0.08rem 0.28rem rgba(0, 59, 144, 0.15);
}

.qeeshu-shop .shop-card-thumb {
  position: relative;
  height: 2.4rem;
  overflow: hidden;
  background: #fff;
  display: block;
  text-decoration: none;
}

.qeeshu-shop .shop-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0.16rem;
  box-sizing: border-box;
}

.qeeshu-shop .shop-card-tag {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  background: rgba(0, 59, 144, 0.88);
  color: #fff;
  font-size: 0.12rem;
  padding: 0.04rem 0.1rem;
  border-radius: 0.03rem;
}

.qeeshu-shop .shop-card-body {
  padding: 0.16rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.qeeshu-shop .shop-card-body h3 {
  font-size: 0.16rem;
  color: #023c90;
  line-height: 1.4;
  margin-bottom: 0.08rem;
  font-weight: 700;
}

.qeeshu-shop .shop-card-body p {
  font-size: 0.13rem;
  color: #666;
  line-height: 1.55;
  flex: 1;
  margin-bottom: 0.12rem;
}

.qeeshu-shop .shop-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
  border-top: 1px solid #eef3fb;
  padding-top: 0.12rem;
}

.qeeshu-shop .shop-card-price {
  font-size: 0.2rem;
  color: #e65100;
  font-weight: 700;
}

.qeeshu-shop .shop-card-price small {
  font-size: 0.12rem;
  color: #999;
  font-weight: 400;
  margin-left: 0.04rem;
}

.qeeshu-shop .shop-card-btn {
  display: inline-block;
  background: #003b90;
  color: #fff !important;
  font-size: 0.13rem;
  padding: 0.08rem 0.14rem;
  border-radius: 0.04rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.qeeshu-shop .shop-card-btn:hover {
  background: #0355c9;
}

.qeeshu-shop .shop-empty {
  display: none;
  text-align: center;
  padding: 1rem 0;
  color: #666;
  font-size: 0.16rem;
}

@media screen and (max-width: 1024px) {
  .qeeshu-shop .shop-card-thumb {
    height: 2.4rem;
  }

  .qeeshu-shop .shop-card-body h3 {
    font-size: 0.28rem;
  }

  .qeeshu-shop .shop-card-body p {
    font-size: 0.22rem;
  }

  .qeeshu-shop .shop-card-price {
    font-size: 0.3rem;
  }

  .qeeshu-shop .shop-card-btn {
    font-size: 0.22rem;
    padding: 0.1rem 0.16rem;
  }

  .qeeshu-shop .shop-card-tag {
    font-size: 0.2rem;
  }
}

.qeeshu-shop .shop-notice {
  margin-top: 0.3rem;
  background: #fff;
  border-left: 0.04rem solid #003b90;
  border-radius: 0.06rem;
  padding: 0.2rem 0.24rem;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 59, 144, 0.06);
}

.qeeshu-shop .shop-notice h4 {
  font-size: 0.16rem;
  color: #023c90;
  margin-bottom: 0.08rem;
}

.qeeshu-shop .shop-notice p {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.7;
}

.qeeshu-shop .shop-notice a {
  color: #0355c9;
}

@media screen and (max-width: 1024px) {
  .qeeshu-shop .shop-notice h4 {
    font-size: 0.28rem;
  }

  .qeeshu-shop .shop-notice p {
    font-size: 0.24rem;
  }
}

/* Product detail page */
.qeeshu-shop-detail {
  padding-top: 1.52rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .qeeshu-shop-detail {
    padding-top: 0.2rem;
  }
}

.qeeshu-shop-detail .shop-detail-breadcrumb {
  font-size: 0.14rem;
  color: #666;
  padding: 0.2rem 0;
}

.qeeshu-shop-detail .shop-detail-breadcrumb a {
  color: #0355c9;
}

.qeeshu-shop-detail .shop-detail-breadcrumb span {
  margin: 0 0.06rem;
  color: #999;
}

.qeeshu-shop-detail .shop-detail-breadcrumb em {
  color: #333;
  font-style: normal;
}

.qeeshu-shop-detail .shop-detail-main {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  gap: 0.4rem;
  background: #fff;
  border-radius: 0.08rem;
  padding: 0.3rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 59, 144, 0.08);
}

@media screen and (max-width: 1024px) {
  .qeeshu-shop-detail .shop-detail-main {
    grid-template-columns: 1fr;
    padding: 0.24rem;
  }

  .qeeshu-shop-detail,
  .qeeshu-published-product,
  #publishedViewRoot {
    overflow-x: hidden;
    max-width: 100%;
  }

  .qeeshu-shop-detail .shop-detail-main-img {
    height: auto;
    min-height: 3.6rem;
    max-height: 70vw;
    aspect-ratio: 1 / 1;
  }

  .qeeshu-shop-detail .shop-detail-main-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .qeeshu-shop-detail .shop-detail-intro img,
  .qeeshu-shop-detail .shop-detail-panel img,
  .qeeshu-published-product img,
  #publishedViewRoot img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }

  .qeeshu-shop-detail .shop-detail-tabs-wrap {
    margin-top: 0.24rem;
  }
}

.qeeshu-shop-detail .shop-detail-main-img {
  width: 100%;
  height: 4.8rem;
  background: #fff;
  border-radius: 0.06rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eef3fb;
}

.qeeshu-shop-detail .shop-detail-main-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.qeeshu-shop-detail .shop-detail-thumbs {
  display: flex;
  gap: 0.1rem;
  margin-top: 0.12rem;
  flex-wrap: wrap;
}

.qeeshu-shop-detail .shop-detail-thumb {
  border: 2px solid transparent;
  padding: 0;
  background: #fff;
  border-radius: 0.04rem;
  cursor: pointer;
  width: 0.72rem;
  height: 0.72rem;
  overflow: hidden;
}

.qeeshu-shop-detail .shop-detail-thumb.active {
  border-color: #003b90;
}

.qeeshu-shop-detail .shop-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qeeshu-shop-detail .shop-detail-tag {
  display: inline-block;
  background: #003b90;
  color: #fff;
  font-size: 0.12rem;
  padding: 0.04rem 0.1rem;
  border-radius: 0.03rem;
}

.qeeshu-shop-detail .shop-detail-info h1 {
  font-size: 0.28rem;
  color: #023c90;
  line-height: 1.4;
  margin: 0.12rem 0;
}

.qeeshu-shop-detail .shop-detail-sub {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.7;
}

.qeeshu-shop-detail .shop-detail-price-box {
  margin: 0.2rem 0;
  padding: 0.16rem;
  background: #fff8f0;
  border-radius: 0.06rem;
}

.qeeshu-shop-detail .shop-detail-price-box .label {
  display: block;
  font-size: 0.13rem;
  color: #999;
}

.qeeshu-shop-detail .shop-detail-price-box .price {
  font-size: 0.36rem;
  color: #e65100;
  line-height: 1.2;
}

.qeeshu-shop-detail .shop-detail-price-box small {
  display: block;
  font-size: 0.12rem;
  color: #999;
  margin-top: 0.06rem;
}

.qeeshu-shop-detail .shop-detail-highlights {
  margin: 0.16rem 0;
  font-size: 0.14rem;
  color: #444;
  line-height: 1.8;
}

.qeeshu-shop-detail .shop-detail-actions {
  display: flex;
  gap: 0.12rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.qeeshu-shop-detail .shop-detail-actions a {
  display: inline-block;
  padding: 0.12rem 0.24rem;
  border-radius: 0.04rem;
  font-size: 0.15rem;
  text-decoration: none;
}

.qeeshu-shop-detail .btn-primary {
  background: #003b90;
  color: #fff !important;
}

.qeeshu-shop-detail .btn-secondary {
  background: #f4f7fc;
  color: #003b90 !important;
  border: 1px solid #c5d4ef;
}

.qeeshu-shop-detail .shop-detail-source {
  margin-top: 0.16rem;
  font-size: 0.12rem;
  color: #999;
  line-height: 1.6;
}

.qeeshu-shop-detail .shop-detail-tabs-wrap {
  margin-top: 0.3rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 59, 144, 0.08);
  overflow: hidden;
}

.qeeshu-shop-detail .shop-detail-tabs {
  display: flex;
  border-bottom: 1px solid #eef3fb;
  background: #fafbfd;
}

.qeeshu-shop-detail .shop-detail-tabs button {
  border: 0;
  background: transparent;
  padding: 0.16rem 0.28rem;
  font-size: 0.15rem;
  color: #666;
  cursor: pointer;
}

.qeeshu-shop-detail .shop-detail-tabs button.active {
  color: #003b90;
  font-weight: 700;
  border-bottom: 2px solid #003b90;
  margin-bottom: -1px;
}

.qeeshu-shop-detail .shop-detail-panel {
  display: none;
  padding: 0.3rem;
  box-sizing: border-box;
  width: 100%;
}

.qeeshu-shop-detail .shop-detail-panel.active {
  display: block;
}

/* Keep orphaned panels (legacy markup) visually inside card width */
.qeeshu-shop-detail > .shop-detail-panel {
  max-width: 12rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 0 0.08rem 0.08rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 59, 144, 0.08);
}

.qeeshu-shop-detail .shop-detail-intro p {
  font-size: 0.14rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 0.12rem;
}

.qeeshu-shop-detail .shop-detail-images {
  margin-top: 0.2rem;
}

.qeeshu-shop-detail .shop-detail-figure {
  margin: 0 0 0.16rem;
  text-align: center;
}

.qeeshu-shop-detail .shop-detail-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 0.04rem;
}

.qeeshu-shop-detail .shop-detail-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.14rem;
}

.qeeshu-shop-detail .shop-detail-spec-table th,
.qeeshu-shop-detail .shop-detail-spec-table td {
  border: 1px solid #eef3fb;
  padding: 0.12rem 0.16rem;
  text-align: left;
}

.qeeshu-shop-detail .shop-detail-spec-table th {
  width: 28%;
  background: #f4f7fc;
  color: #023c90;
  font-weight: 600;
}

.qeeshu-shop-detail .shop-detail-service {
  font-size: 0.14rem;
  color: #444;
  line-height: 1.9;
}

.qeeshu-shop-detail .shop-detail-service li {
  margin-bottom: 0.1rem;
}

.qeeshu-shop .shop-card-title-link {
  color: inherit;
  text-decoration: none;
}

.qeeshu-shop .shop-card-title-link:hover {
  color: #0355c9;
}

@media screen and (max-width: 1024px) {
  .qeeshu-shop-detail .shop-detail-info h1 {
    font-size: 0.36rem;
  }

  .qeeshu-shop-detail .shop-detail-sub,
  .qeeshu-shop-detail .shop-detail-intro p,
  .qeeshu-shop-detail .shop-detail-spec-table,
  .qeeshu-shop-detail .shop-detail-service {
    font-size: 0.24rem;
  }

  .qeeshu-shop-detail .shop-detail-price-box .price {
    font-size: 0.48rem;
  }

  .qeeshu-shop-detail .shop-detail-actions a {
    font-size: 0.24rem;
    padding: 0.14rem 0.28rem;
  }

  .qeeshu-shop-detail .shop-detail-tabs button {
    font-size: 0.24rem;
  }
}


.shop-card .qeeshu-publisher-card {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin: 0.08rem 0 0.12rem;
}
.shop-card .qeeshu-publisher-avatar {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(0, 59, 144, 0.12);
}
.shop-card .qeeshu-publisher-name {
  font-size: 0.14rem;
  color: #003b90;
}
.shop-detail-info .qeeshu-publisher-block {
  margin: 0.14rem 0 0.18rem;
}
@media screen and (max-width: 1024px) {
  .shop-card .qeeshu-publisher-avatar {
    width: 0.36rem;
    height: 0.36rem;
  }
  .shop-card .qeeshu-publisher-name {
    font-size: 0.24rem;
  }
}
