:root {
  --lh-red: #d72638;
  --lh-red-dark: #b71c2c;
  --lh-ink: #241f21;
  --lh-muted: #6f6a6d;
  --lh-line: #ece6e8;
  --lh-paper: #fffdf9;
  --lh-wash: #f7f1eb;
  --lh-shadow: 0 18px 48px rgba(45, 22, 24, 0.08);
}

body {
  color: var(--lh-ink);
  background:
    radial-gradient(circle at top left, rgba(215, 38, 56, 0.08), transparent 28%),
    linear-gradient(180deg, #fbf8f3 0%, #f4ede5 100%);
  min-width: 1170px;
}

body.lihua-city-offline-body {
  position: relative;
  background: #fbf6ef;
}

body.lihua-city-offline-body::before,
body.lihua-city-offline-body::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

body.lihua-city-offline-body::before {
  width: 200vw;
  height: 100vh;
  background: url("/Public/static/m/img/131689909035_.pic.jpg") left top / 100% auto repeat;
  filter: blur(3px);
  transform-origin: left top;
  opacity: 0.8;
  z-index: -2;
}

body.lihua-city-offline-body::after {
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.22) 0%, rgba(255, 248, 242, 0.52) 36%, rgba(255, 248, 242, 0.9) 100%);
  z-index: -1;
}

a {
  transition: color 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

#main-container {
  padding-bottom: 48px;
}

.lihua-top {
  min-width: 1170px;
  height: 56px;
  line-height: 56px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(215, 38, 56, 0.08);
  box-shadow: 0 8px 32px rgba(36, 31, 33, 0.05);
}

.lihua-top .li-row {
  justify-content: space-between;
  align-items: center;
}

.lihua-top-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  float: none !important;
  padding-left: 0;
}

.lihua-top-contact-label,
.lihua-top-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(215, 38, 56, 0.14);
  background: rgba(215, 38, 56, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
  color: var(--lh-red);
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
}

.lihua-top-chip {
  gap: 6px;
  color: var(--lh-red) !important;
}

.lihua-top-chip:hover,
.lihua-top-chip:focus {
  border-color: rgba(215, 38, 56, 0.2);
  background: rgba(215, 38, 56, 0.18);
  color: var(--lh-red-dark) !important;
}

.lihua-top-chip .glyphicon {
  font-size: 13px;
  top: 0;
}

.lihua-top-contact-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--lh-red-dark);
  letter-spacing: 0.5px;
}

.lihua-top-actions {
  display: flex;
  align-items: center;
  gap: 0;
  float: none !important;
  margin: 0;
  padding-right: 0;
}

.lihua-top-actions > li {
  display: inline-flex;
  align-items: center;
}

.lihua-top-welcome,
.lihua-top-user {
  color: var(--lh-muted);
  font-size: 13px;
}

.lihua-top-link {
  color: var(--lh-ink);
  cursor: pointer;
}

.lihua-top-link:hover {
  color: var(--lh-red);
}

.lihua-top-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(36, 31, 33, 0.12);
  background: #fff;
  color: var(--lh-ink);
  font-weight: 600;
}

.lihua-top-pill:hover {
  border-color: rgba(215, 38, 56, 0.4);
  color: var(--lh-red);
}

.lihua-top-pill-primary {
  background: linear-gradient(135deg, var(--lh-red) 0%, #ef574d 100%);
  border-color: transparent;
  color: #fff !important;
}

.lihua-top-pill-primary:hover {
  color: #fff !important;
  opacity: 0.92;
}

.lihua-top-dropdown .dropdown-menu {
  margin-top: 10px;
  border: 1px solid rgba(36, 31, 33, 0.08);
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--lh-shadow);
}

.lihua-top-dropdown .lihua-top-chip {
  text-decoration: none;
}

.lihua-top-mobile-menu {
  width: 380px;
  padding: 18px !important;
}

.lihua-top-mobile-menu__title {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--lh-ink);
}

.lihua-top-mobile-menu__grid {
  display: flex;
  gap: 16px;
}

.lihua-top-mobile-menu__card {
  flex: 1 1 0;
  min-width: 0;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff8f3 0%, #fff 100%);
  border: 1px solid rgba(215, 38, 56, 0.08);
  text-align: center;
}

.lihua-top-mobile-menu__card img {
  display: block;
  width: 136px;
  height: 136px;
  margin: 0 auto 10px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(36, 31, 33, 0.08);
}

.lihua-top-mobile-menu__label {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--lh-ink);
}

.lihua-top-mobile-menu__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: var(--lh-muted);
}

.lihua-hero-banner {
  display: block;
  padding: 22px 0 20px;
}

.lihua-banner-mainline,
.lihua-banner-notice-row {
  display: flex;
  align-items: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--lh-shadow);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.lihua-banner-mainline {
  gap: 22px;
  padding: 18px 24px;
}

.lihua-brand-block {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.lihua-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  min-width: 148px;
  height: 96px;
  border-radius: 24px;
  background: linear-gradient(160deg, #fff 0%, #fff4ef 100%);
  box-shadow: inset 0 0 0 1px rgba(215, 38, 56, 0.08);
}

.lihua-brand-logo {
  max-width: 118px;
  max-height: 72px;
}

.lihua-brand-copy {
  min-width: 0;
}

.lihua-brand-title {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--lh-ink);
}

.lihua-brand-subtitle {
  margin: 0;
  font-size: 14px;
  color: var(--lh-muted);
}

.lihua-banner-inline {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
  min-width: 0;
}

.lihua-banner-inline-item,
.lihua-banner-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 82px;
  padding: 0 22px;
  background: transparent;
  border-left: 1px solid rgba(36, 31, 33, 0.08);
}

.lihua-city-switch {
  width: 180px;
}

.lihua-banner-cart {
  width: 170px;
  align-items: stretch;
}

.lihua-banner-inline-label,
.lihua-banner-notice-label {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(111, 106, 109, 0.9);
}

.lihua-city-trigger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--lh-ink);
}

.lihua-city-trigger strong {
  font-size: 24px;
  line-height: 1;
}

.lihua-city-trigger span {
  color: var(--lh-red);
  font-size: 13px;
  font-weight: 600;
}

.lihua-banner-inline-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.lihua-banner-inline-desc,
.lihua-banner-marquee-text {
  font-size: 13px;
  line-height: 1.65;
  color: var(--lh-muted);
}

.lihua-cart-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  min-height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--lh-red) 0%, #ef574d 100%);
  color: #fff;
  font-weight: 600;
}

.lihua-cart-pill a,
.lihua-cart-pill .label a {
  color: #fff;
}

.lihua-cart-pill .label {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 4px 10px;
}

.lihua-banner-notice-row {
  gap: 16px;
  margin-top: 14px;
  padding: 14px 22px;
}

.lihua-banner-notice-label {
  margin: 0;
  min-width: 90px;
}

.lihua-banner-notice-track {
  flex: 1;
  min-width: 0;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.lihua-banner-notice-track .lihua-banner-marquee-text {
  font-size: 14px;
  color: var(--lh-ink);
}

.lihua-home {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.lihua-home-main {
  flex: 1;
  min-width: 0;
}

.lihua-home-sidebar {
  width: 320px;
  flex: 0 0 320px;
}

.lihua-home-top {
  display: flex;
  gap: 18px;
  margin-bottom: 22px;
}

.lihua-home-categories {
  width: 250px;
  flex: 0 0 250px;
  border: 1px solid var(--lh-line);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--lh-shadow);
}

.lihua-home-categories .nsj-xiala {
  max-height: 376px;
  overflow: auto;
  background: transparent;
}

.lihua-home-categories .nsj-xiala > li > a {
  height: auto;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  line-height: 1.4;
  background: transparent;
}

.lihua-home-categories .nsj-xiala-jg > li.active > a,
.lihua-home-categories .nsj-xiala-jg > li.active > a:hover,
.lihua-home-categories .nsj-xiala-jg > li.active > a:focus {
  background: linear-gradient(90deg, rgba(215, 38, 56, 0.12) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-left: 4px solid var(--lh-red);
  color: var(--lh-red-dark);
}

.lihua-home-carousel {
  flex: 1;
  min-width: 0;
}

.lihua-home-carousel .carousel,
.lihua-home-landing,
.lihua-home-products,
.lihua-sidebar-card,
.lihua-sidebar-orders,
.lihua-home-notice-card {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--lh-shadow);
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.lihua-home-carousel .carousel {
  overflow: hidden;
}

.li-guntu img {
  height: 376px;
  object-fit: cover;
}

.lihua-home-products {
  padding: 24px;
}

.lihua-home-products-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.lihua-home-products-head h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}

.lihua-home-products-head p {
  margin: 6px 0 0;
  color: var(--lh-muted);
  font-size: 13px;
}

.lihua-home-products-meta {
  color: var(--lh-red);
  font-size: 13px;
  font-weight: 600;
}

.li-cp-p-12 {
  gap: 18px;
  justify-content: flex-start;
}

.li-cp-p-2 {
  width: calc(33.3333% - 12px);
}

.thumbnail.li-cp {
  padding: 14px;
  border: 1px solid var(--lh-line) !important;
  border-radius: 22px;
  box-shadow: none;
}

.thumbnail.li-cp:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(45, 22, 24, 0.08);
}

.thumbnail.li-cp img {
  height: 176px !important;
  border-radius: 18px;
}

.thumbnail.li-cp .name {
  font-size: 16px;
  margin: 12px 0 4px;
}

.thumbnail.li-cp .desc {
  height: 54px;
  margin-top: 8px;
}

.li-cp-jg strong {
  font-size: 18px;
}

.btn-danger {
  background: linear-gradient(135deg, var(--lh-red) 0%, #ef574d 100%);
  border-color: transparent;
  border-radius: 999px;
  padding: 7px 16px;
  box-shadow: 0 8px 18px rgba(215, 38, 56, 0.18);
}

.btn-danger:hover,
.btn-danger:focus {
  opacity: 0.94;
}

.btn-default {
  border-radius: 999px;
  border-color: rgba(36, 31, 33, 0.12);
  background: #fff;
}

.lihua-city-offline-scene {
  min-width: 1170px;
}

.lihua-offline-banner-shell {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
}

.lihua-home-landing {
  position: relative;
  min-height: 760px;
  margin-top: 18px;
  padding: 42px 0 86px;
  background: transparent;
}

.lihua-home-landing-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

.lihua-home-landing-hero {
  display: grid;
  grid-template-columns: minmax(320px, 396px) minmax(0, 1fr);
  align-items: stretch;
  gap: 28px;
}

.lihua-home-landing-copy,
.lihua-home-landing-qr-wrap {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 26px 50px rgba(67, 38, 32, 0.14);
  backdrop-filter: blur(12px);
}

.lihua-home-landing-copy {
  flex: 1 1 0;
  min-width: 0;
  padding: 40px 42px 38px;
}

.lihua-home-landing-panel {
  width: auto;
  min-width: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.lihua-home-landing-copy-tag {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(215, 38, 56, 0.08);
  border: 1px solid rgba(215, 38, 56, 0.12);
  color: var(--lh-red-dark);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

.lihua-home-landing-copy h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #2f2520;
}

.lihua-home-landing-copy p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.9;
  color: #6f5f56;
}

.lihua-home-landing-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.lihua-home-landing-hot-btn,
.lihua-home-landing-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.lihua-home-landing-hot-btn {
  background: linear-gradient(135deg, var(--lh-red) 0%, #ef574d 100%);
  color: #fff !important;
  box-shadow: 0 16px 28px rgba(215, 38, 56, 0.22);
}

.lihua-home-landing-link {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(36, 31, 33, 0.08);
  color: #493c36 !important;
}

.lihua-home-landing-mobile-ui {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
}

.lihua-home-landing-qr-wrap {
  padding: 26px 28px;
}

.lihua-home-landing-panel-head {
  margin-bottom: 18px;
}

.lihua-home-landing-panel-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(215, 38, 56, 0.08);
  color: var(--lh-red-dark);
  font-size: 12px;
  font-weight: 700;
}

.lihua-home-landing-panel-head h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #302722;
}

.lihua-home-landing-panel-head p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #7d6c63;
}

.lihua-home-landing-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lihua-home-landing-switch {
  display: inline-flex;
  align-items: center;
  padding: 6px;
  border-radius: 999px;
  background: rgba(244, 236, 231, 0.92);
  width: fit-content;
  gap: 6px;
}

.lihua-home-landing-switch-btn {
  min-width: 102px;
  height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6a564c;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.lihua-home-landing-switch-btn.active {
  background: linear-gradient(135deg, var(--lh-red) 0%, #ef574d 100%);
  color: #fff;
  box-shadow: 0 10px 18px rgba(215, 38, 56, 0.22);
}

.lihua-home-landing-channel-wrap {
  position: relative;
  min-height: 264px;
}

.lihua-home-landing-channel {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  padding: 24px 26px;
  border-radius: 28px;
  background: rgba(255, 252, 249, 0.98);
  border: 1px solid rgba(242, 229, 221, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.lihua-home-landing-channel.active {
  display: flex;
}

.lihua-home-landing-channel-copy {
  flex: 1 1 0;
  min-width: 0;
}

.lihua-home-landing-channel h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  color: #302722;
}

.lihua-home-landing-channel p {
  margin: 0;
  max-width: 280px;
  font-size: 14px;
  color: #7d6c63;
  line-height: 1.9;
}

.lihua-home-landing-channel img {
  display: block;
  width: 176px;
  min-width: 176px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  object-fit: cover;
  background: #fff;
  border: 1px solid var(--lh-line);
  padding: 8px;
  box-shadow: 0 16px 30px rgba(35, 20, 18, 0.12);
}

.lihua-sidebar-card,
.lihua-sidebar-orders,
.lihua-home-notice-card {
  padding: 22px;
  margin-bottom: 18px;
}

.lihua-sidebar-card h3,
.lihua-sidebar-orders h3,
.lihua-home-notice-card h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
}

.lihua-cart-summary {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff7f2 0%, #fff 100%);
  border: 1px solid rgba(215, 38, 56, 0.12);
}

.lihua-cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  color: var(--lh-muted);
}

.lihua-cart-summary-line strong {
  color: var(--lh-ink);
  font-size: 15px;
}

.lihua-cart-summary-amount {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 18px 0 14px;
}

.lihua-cart-summary-amount .sum {
  font-size: 16px;
}

.lihua-cart-summary-actions {
  display: flex;
  gap: 10px;
}

.lihua-cart-summary-actions .btn {
  flex: 1;
}

.lihua-sidebar-query .input-group {
  width: 100%;
}

.lihua-sidebar-query .form-control {
  height: 42px;
  border-radius: 999px 0 0 999px;
}

.lihua-sidebar-query .btn {
  height: 42px;
  border-radius: 0 999px 999px 0;
  padding-left: 18px;
  padding-right: 18px;
}

.lihua-cart-qty-group {
  display: flex;
  align-items: stretch;
  width: 122px;
  max-width: 100%;
  margin-top: 6px;
}

.lihua-cart-qty-group .input-group-btn {
  width: 34px;
}

.lihua-cart-qty-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  border-color: #ead9d0;
  background: #fff7f2;
  color: #6b5750;
  font-size: 16px;
  line-height: 1;
}

.lihua-cart-qty-btn:hover,
.lihua-cart-qty-btn:focus {
  background: #f9ece4;
  border-color: #dfc3b4;
  color: #342a25;
}

.lihua-cart-qty-input {
  width: 54px !important;
  min-width: 54px;
  height: 34px;
  padding: 6px 8px !important;
  border-color: #ead9d0;
  background: #fff;
  color: #342a25;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  box-shadow: none;
}

.lihua-cart-qty-input:focus {
  border-color: #d63b2f;
  box-shadow: none;
}

.lihua-order-snippet {
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff8f8;
  border: 1px solid rgba(215, 38, 56, 0.08);
}

.lihua-order-snippet + .lihua-order-snippet {
  margin-top: 14px;
}

.lihua-order-snippet p {
  margin: 0 0 8px;
}

.lihua-order-snippet p:last-child {
  margin-bottom: 0;
}

.lihua-home-notice-card .panel-body,
.lihua-home-notice-content {
  color: var(--lh-muted);
  line-height: 1.9;
}

.li-bottom {
  min-width: 1170px;
  margin-top: 42px;
  padding: 34px 0 28px;
  background: linear-gradient(180deg, #201a1d 0%, #120f10 100%);
  color: rgba(255, 255, 255, 0.76);
}

.lihua-footer-top {
  display: flex;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 24px;
}

.lihua-footer-brand {
  width: 320px;
  flex: 0 0 320px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(215, 38, 56, 0.24), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lihua-footer-logo {
  width: 118px;
  margin-bottom: 18px;
}

.lihua-footer-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.lihua-footer-desc,
.lihua-footer-hotline {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.76);
}

.lihua-footer-hotline {
  margin-top: 14px;
}

.lihua-footer-hotline .city_dianhua {
  color: #fff;
  font-weight: 700;
}

.lihua-footer-nav {
  flex: 1;
}

.lh-daohang {
  min-width: 0;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.lihua-footer-nav-inner {
  display: flex;
  align-items: stretch;
  gap: 20px;
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lihua-footer-nav-copy {
  width: 210px;
  flex: 0 0 210px;
}

.lihua-footer-nav-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.lihua-footer-nav-text {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.68);
}

.lihua-footer-nav .header {
  flex: 1;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.menu li {
  float: none;
  line-height: normal;
}

.menu li a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}

.menu li a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.li_3_content {
  left: 0;
  bottom: 52px;
  width: 152px;
  border-radius: 20px 20px 0 0;
}

.lihua-footer-links {
  margin: 0;
  padding: 22px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lihua-footer-links .lcx-bian-right {
  border-right-color: rgba(255, 255, 255, 0.08);
}

.li-bottom h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 14px;
}

.li-bottom a {
  color: rgba(255, 255, 255, 0.7);
}

.lihua-footer-badges,
.lihua-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.lihua-footer-badges {
  padding-top: 16px;
  flex-wrap: wrap;
}

.lihua-footer-copyright {
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.58);
}

.lihua-footer-government {
  padding-bottom: 24px;
}

.lh-subpage,
.lh-static-page,
.lh-order-page,
.lh-user-page {
  padding-top: 8px;
}

.lh-page-card,
.lh-static-pay,
.lh-qr-pay-box,
.lh-user-page .panel.panel-default,
.lh-user-page .lcx-bian,
.lh-order-page .lcx-bian {
  border: 1px solid var(--lh-line) !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--lh-shadow);
}

.lh-page-toolbar {
  border-radius: 18px;
}

.lh-static-page .breadcrumb,
.lh-user-page .breadcrumb,
.lh-order-page .breadcrumb {
  border: 1px solid var(--lh-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(45, 22, 24, 0.04);
}

.lh-user-page .nav.nav-tabs > li > a,
.lh-static-page .nav.nav-tabs > li > a,
.lh-order-page .nav.nav-tabs > li > a {
  border-radius: 999px;
}

.lh-user-page .btn-default-hui,
.lh-user-page .btn-default-xin {
  min-height: 124px;
}

.lh-qr-pay-box img {
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--lh-line);
}
