:root {
  --target-brand: #f6b746;
  --target-brand-strong: #eca023;
  --target-brand-soft: #fff7e7;
  --target-text: #333;
  --target-muted: #999;
  --target-line: #eee;
  --target-surface: #fff;
  --target-radius: 14px;
  --target-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

html,
body {
  min-height: 100%;
  background: linear-gradient(180deg, #fff 0%, #fffaf1 44%, #f7f8fc 100%);
  color: var(--target-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0 auto;
  max-width: 750px;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.top-wx,
.brand-header {
  position: fixed !important;
  z-index: 220 !important;
  top: 0 !important;
  left: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100vw !important;
  height: 40px !important;
  padding: 0 !important;
  transform: translateX(-50%);
  background: var(--target-brand) !important;
  color: #fff !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  line-height: 40px !important;
}

.top-wx img,
.brand-header img {
  display: inline-block;
  width: 36px !important;
  height: 36px !important;
  margin: 1px 7px 0 0 !important;
  border: 2px solid #ff6d36;
  border-radius: 50% !important;
  object-fit: cover;
  background: #fff;
}

.top-wx .wx-com,
.brand-header .title {
  color: #fff;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
}

.top-wx + .container,
.top-wx + #__nuxt,
.top-wx + .h5-1yyg-v1,
.top-wx + main,
.top-wx + section {
  padding-top: 40px;
}

.g-header,
.header {
  min-height: 44px;
  border: 0 !important;
  background: var(--target-brand) !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
}

.g-header h2,
.header h2,
.g-header a,
.header a {
  color: #fff !important;
  text-shadow: none !important;
}

.m-round,
.weui-panel,
.registerCon,
.recharge-con,
.user-list,
.member-card,
.target-card {
  border: 0 !important;
  border-radius: var(--target-radius) !important;
  background: var(--target-surface) !important;
  box-shadow: var(--target-shadow) !important;
}

.orgBtn,
a.orgBtn,
.orangeBtn,
.z-DefineBtn,
.btn_ljcy,
.buyNow,
.target-primary-button,
button[type="submit"],
input[type="submit"] {
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--target-brand), var(--target-brand-strong)) !important;
  box-shadow: 0 5px 14px rgba(246, 183, 70, 0.32) !important;
  color: #fff !important;
  font-weight: 600 !important;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
  border-color: #e8e8e8 !important;
  border-radius: 9px !important;
  background: #fff !important;
}

.orange,
.f60,
.P-bar01 em,
.P-bar03 em,
.footerdi li.cur a,
.footerdi li.cur a i {
  color: var(--target-brand-strong) !important;
}

.u-progress,
.jdt {
  overflow: hidden;
  height: 5px !important;
  border-radius: 10px !important;
  background: #ececec !important;
  box-shadow: none !important;
}

.u-progress .pgbar,
.u-progress .pging,
.jdt .pgbar,
.jdt .pging {
  height: 100% !important;
  border-radius: 10px !important;
  background: linear-gradient(90deg, var(--target-brand), var(--target-brand-strong)) !important;
}

.footerdi {
  position: fixed !important;
  z-index: 300 !important;
  right: 0;
  bottom: 0 !important;
  left: 0;
  clear: both;
  width: 100vw !important;
  height: 55px !important;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(10px);
}

.footerdi ul {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footerdi li {
  display: flex !important;
  flex: 1 !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: 100% !important;
  float: none !important;
}

.footerdi li a {
  display: flex !important;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  padding: 5px 0 3px !important;
  color: #999 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  text-align: center;
}

.footerdi li a > i {
  display: block !important;
  position: relative;
  width: auto !important;
  height: auto !important;
  margin: 0 0 4px !important;
  background: none !important;
  color: #999 !important;
  font-size: 22px !important;
  line-height: 22px !important;
  font-style: normal;
}

.footerdi li.cur a,
.footerdi li a.cur {
  color: var(--target-brand-strong) !important;
}

.footerdi li.cur a > i,
.footerdi li a.cur > i {
  color: var(--target-brand-strong) !important;
  transform: scale(1.08);
}

#cartNum {
  position: absolute;
  top: -4px;
  right: -10px;
  display: none;
  min-width: 16px;
  padding: 2px 5px;
  border-radius: 10px;
  background: var(--target-brand-strong);
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
}

#btnCart > em {
  position: absolute !important;
  top: -5px !important;
  right: -11px !important;
  display: block !important;
  min-width: 16px !important;
  width: auto !important;
  height: auto !important;
  padding: 2px 5px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--target-brand-strong) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}

.nav-icons-section {
  padding: 16px 8px 18px !important;
  background: #fff !important;
}

.nav-icons-section .m-lott-lipro {
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-icons-section .m-lott-lipro > li {
  flex: 1;
  width: 20% !important;
  text-align: center;
}

.nav-icons-section .nav-icon-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 46px !important;
  height: 46px !important;
  margin: 0 auto 7px !important;
  border-radius: 14px;
  background: #fff9ea;
  box-shadow: 0 4px 10px rgba(246, 183, 70, 0.16);
  color: var(--target-brand-strong);
  font-size: 22px;
}

.nav-icons-section li span,
.nav-icons-section li span a {
  color: #333 !important;
  font-size: 13px !important;
}

.db-main-index .goodsList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 6px;
  background: #fff;
}

.db-main-index .zxjx,
.db-main-index .tabs-wrap > .nav-wrapper {
  display: none !important;
}

.db-main-index .tabs-wrap {
  min-height: 0 !important;
  background: #fff;
}

.db-main-index .tabs-wrap::before {
  display: block;
  margin: 0 10px;
  padding: 18px 8px 10px;
  border-bottom: 1px solid #eee;
  color: #222;
  content: "推荐商品";
  font-size: 18px;
  font-weight: 700;
}

.db-main-index .goodsList > ul {
  width: 50% !important;
  margin: 0 !important;
  padding: 3px !important;
  float: none !important;
}

.db-main-index .goodsList > ul > li {
  overflow: hidden;
  height: 100%;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--target-shadow) !important;
}

.db-main-index .goodsList .z-Limg,
.db-main-index .goodsList .z-Limg img {
  width: 100% !important;
  height: 140px !important;
  object-fit: contain !important;
}

.db-main-index .goodsList .goodsListR {
  margin-top: 8px !important;
  padding: 0 !important;
}

.db-main-index .goodsList .goodsListR h2 {
  overflow: hidden;
  height: 22px !important;
  margin: 0 0 6px !important;
  color: #333;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 22px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.db-main-index .goodsList .price {
  margin: 0 0 8px !important;
  color: #333 !important;
  font-size: 14px !important;
}

.db-main-index .goodsList .pRate {
  width: 100%;
}

.db-main-index .goodsList .buy_container {
  display: flex !important;
  align-items: center;
  gap: 7px;
  width: 100% !important;
  margin-top: 11px;
}

.db-main-index .goodsList .star {
  display: none !important;
}

.db-main-index .goodsList .btn_ljcy {
  display: block !important;
  flex: 1;
  height: 36px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  line-height: 36px !important;
  text-align: center;
}

.db-main-index .goodsList .btn_buy,
.db-main-index .goodsList .btn_buy .add {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, var(--target-brand), var(--target-brand-strong)) !important;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 36px !important;
}

.db-main-index #divGoodsLoading,
.db-main-index #btnLoadMore,
.db-main-index #btnLoadMore2,
.db-main-index #btnLoadMore3 {
  width: 100%;
}

.target-user-page {
  min-height: 100vh;
  padding-bottom: 70px;
  background: linear-gradient(180deg, #fff8e9 0%, #fffaf3 45%, #f7f8fc 100%);
}

.target-user-header {
  position: relative;
  min-height: 194px;
  padding: 44px 22px 22px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(145deg, #ffc44f 0%, #f7aa28 100%);
  color: #fff;
}

.target-user-member {
  display: flex;
  align-items: center;
  gap: 14px;
}

.target-user-avatar {
  width: 58px;
  height: 58px;
  border: 3px solid #ff6d36;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.target-user-name {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.target-user-meta {
  font-size: 14px;
  line-height: 24px;
}

.target-user-recharge {
  position: absolute;
  right: 36px;
  bottom: 40px;
  min-width: 78px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 11px;
  color: #fff;
  font-size: 17px;
  line-height: 34px;
  text-align: center;
}

.target-user-official,
.target-user-service {
  margin: 12px;
  padding: 26px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--target-shadow);
  text-align: center;
}

.target-user-official a {
  color: #ff7b22;
}

.target-user-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin: 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--target-shadow);
}

.target-user-grid a {
  display: flex;
  align-items: center;
  min-height: 47px;
  padding: 0 16px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.target-user-grid a:nth-child(2n) {
  border-right: 0;
}

.target-user-grid i {
  width: 26px;
  margin-right: 8px;
  color: var(--target-brand-strong);
  font-size: 18px;
  text-align: center;
}

.target-user-grid .imgs {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  object-fit: contain;
}

.scwz {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(4px);
}

.scwz .mint-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(78vw, 310px);
  min-height: 250px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.scwz .mint-popup img {
  max-width: 100%;
  border-radius: 10px;
}

@media (min-width: 751px) {
  .top-wx,
  .brand-header,
  .footerdi {
    left: 50%;
    transform: translateX(-50%);
  }
}
