:root {
  --shise-pink: #f53c78;
  --shise-ink: #252326;
  --shise-muted: #827b80;
  --shise-line: #f0ecee;
  --shise-bg: #f7f6f7;
}

body.shise-list-page,
body.shise-detail-page {
  max-width: 640px;
  margin: 0 auto;
  background: var(--shise-bg);
  color: var(--shise-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.shise-list-page .BodyCenter,
.shise-detail-page .BodyCenter {
  width: 100%;
  max-width: 640px;
  min-width: 0;
  background: var(--shise-bg);
}

/* 商品列表 */
.shise-list-page #header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.96);
  box-shadow: 0 2px 12px rgba(50,36,43,.06);
}
.shise-list-page #header .h_title {
  color: var(--shise-ink);
  font-weight: 700;
}
.shise-list-page .menu.menu_1 {
  margin: 10px 12px 0 !important;
  padding: 4px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(50,36,43,.04);
}
.shise-list-page .menu_ul {
  display: flex;
  align-items: center;
}
.shise-list-page .menu_ul li {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 9px;
}
.shise-list-page .menu_ul li.now { background: #fff0f5; }
.shise-list-page .menu_ul li.now a { color: var(--shise-pink) !important; font-weight: 700; }
.shise-list-page .menu_two2 {
  margin: 8px 12px 0;
  padding: 0 !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.shise-list-page .menu_two2::-webkit-scrollbar { display: none; }
.shise-list-page .menu_two2 ul { width: max-content; display: flex; gap: 8px; padding: 0 0 4px; }
.shise-list-page .menu_two2 li { float: none !important; width: auto !important; }
.shise-list-page .menu_two2 a {
  min-height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  color: #655d62;
  background: #fff;
  white-space: nowrap;
}
.shise-list-page .menu_two2 .link2 { color: var(--shise-pink); background: #fff0f5; font-weight: 700; }
.shise-list-page .center {
  margin: 6px 12px 18px;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
}
.shise-list-page #ulGoods {
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px 10px;
}
.shise-list-page #ulGoods > li,
.shise-list-page #ulGoods > li.li_right {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  border: 0 !important;
}
.shise-list-page #ulGoods > li > a { display: block; color: var(--shise-ink); text-decoration: none; }
.shise-list-page #ulGoods .list_left {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  margin: 0 0 8px !important;
  padding: 0 !important;
  float: none !important;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f3f4;
}
.shise-list-page #ulGoods .list_left > img:not(#ListLIcon) { width: 100% !important; height: 100% !important; display: block; object-fit: cover; }
.shise-list-page #ulGoods #ListLIcon { position: absolute; z-index: 1; max-width: 42px; max-height: 42px; }
.shise-list-page #ulGoods .list_right { width: 100% !important; margin: 0 !important; padding: 0 !important; float: none !important; }
.shise-list-page #ulGoods #ListDiv2 {
  height: 38px;
  overflow: hidden;
  display: -webkit-box;
  color: #393438;
  font-size: 13px !important;
  line-height: 19px !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.shise-list-page #ulGoods .ListSpan { display: block; margin-top: 4px; color: var(--shise-pink) !important; font-size: 17px !important; font-weight: 700; }

/* 商品详情 */
.shise-detail-page #header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 640px;
  height: 48px !important;
  z-index: 40;
  background: rgba(255,255,255,.96);
  box-shadow: 0 2px 12px rgba(50,36,43,.07);
}
.shise-detail-page #header .h_title { height: 48px; line-height: 48px; }
.shise-detail-page #header .navBar { height: 48px; display: flex; align-items: center; justify-content: center; }
.shise-detail-page #header .navBar li { height: 48px; line-height: 48px; }
.shise-detail-page .fou_img_box {
  height: auto !important;
  aspect-ratio: 1 / 1;
  margin-top: 48px !important;
  background: #fff;
}
.shise-detail-page .fou_img,
.shise-detail-page #playimg,
.shise-detail-page #playimg li { height: 100%; }
.shise-detail-page #playimg img { width: 100%; height: 100%; display: block; object-fit: contain; }
.shise-detail-page .g-body {
  margin: 0 12px;
  padding: 16px 14px 12px;
  border-radius: 16px 16px 0 0;
  background: #fff;
}
.shise-detail-page .titl-box { margin: 0 0 8px; }
.shise-detail-page .titl { color: var(--shise-ink); font-size: 17px; line-height: 1.5; font-weight: 700; }
.shise-detail-page .clh { margin: 0 !important; color: var(--shise-pink); }
.shise-detail-page .clh .fonts17 { color: var(--shise-pink) !important; font-size: 24px !important; font-weight: 750; }
.shise-detail-page .tehui {
  margin: 0 12px;
  padding: 10px 14px;
  border-radius: 0 0 16px 16px;
  color: var(--shise-muted);
  background: #fff;
  border-top: 1px solid var(--shise-line);
}
.shise-detail-page .Nbaozhang {
  margin: 10px 12px;
  padding: 13px 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 14px;
  color: #615a5e;
  background: #fff;
  box-shadow: 0 2px 10px rgba(50,36,43,.035);
}
.shise-detail-page .Nbaozhang .bz-text { padding: 0 5px; text-align: center; border-right: 1px solid var(--shise-line); }
.shise-detail-page .Nbaozhang .bz-text:last-child { border-right: 0; }
.shise-detail-page .page_c2,
.shise-detail-page .page_last { background: #fff; }
.shise-detail-page .page_more2,
.shise-detail-page .page_more { color: var(--shise-ink); font-weight: 700; }

@media (max-width: 360px) {
  .shise-list-page .center { margin-left: 8px; margin-right: 8px; padding: 8px; }
  .shise-list-page #ulGoods { gap: 14px 7px; }
  .shise-detail-page .Nbaozhang { font-size: 11px; }
}
