* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei";
  background:#f5f7fa;
}
.page-wrapper {
  max-width:750px;
  margin:auto;
  background:#fff;
}

:root {
  --primary: #1aad19;
  --primary-dark: #179b16;
  --primary-light-bg: #e8f6e4;
}

.header {
  background: linear-gradient(135deg, #1aad19, #179b16);
  padding:24px 16px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.avatar {
  width:64px;height:64px;
  border-radius:50%;
  overflow:hidden;
  margin-right:14px;
}
.avatar img { width:100%;height:100%;object-fit:cover; }
.name { font-size:18px;font-weight:600; }
.sub { font-size:13px;opacity:.9;margin-top:4px; }
.feature-btn {
  background:#fff;color:#1aad19;
  padding:8px 14px;border-radius:20px;
  font-size:13px;text-decoration:none;
}
.section { padding:14px 16px;}
.section-title { font-size:16px;font-weight:600;margin-bottom:10px; }
.card {
  background:#fff;
  border-radius:12px;
  padding:14px;
  margin-bottom:12px;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
}
.tag{
  display: inline-block;
  background: #e8f6e4;
  padding: 2px 8px;
  border-radius: 6px;
  margin-bottom: 8px;
  color: #1aad19;
  font-size: 12px;
  text-decoration: none;
}

.product-name { font-size:15px;font-weight:600;margin-bottom:6px; }
.desc { font-size:13px;color:#666;line-height:1.6; }
.btn {
  display:block;
  text-align:center;
  background:#1aad19;
  color:#fff;
  padding:10px;
  border-radius:8px;
  margin-top:10px;
  text-decoration:none;
}
.footer {
  text-align:center;
  white-space: nowrap;
  font-size: clamp(8px, 1.5vw, 12px);
  color:#999;
  padding:18px;
  padding-bottom: 60px;
}
.footer a{ 
  outline:none; 
  color:#999; 
  text-decoration:none;
}
.sou-box {
  padding: 14px 5px;
}

.sou-form {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 8px 12px;
  transition: border-color 0.2s ease;
}

.sou-form:focus-within {
  border-color: #1aad19;
}

.sou-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.sou-form input[type="text"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 8px 6px;
  background: transparent;
  color: #333;
}

.sou-form input::placeholder {
  color: #aaa;
}

.sou-form button {
  background: #1aad19;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sou-form button:hover {
  background: #179b16;
}
.list{
  min-height: 50vh;
}
.list .card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease;
  border-radius: 8px;
}
.list .info {
  flex: 1; 
  min-width: 0; 
  padding-right:10px;
}
.list .title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.list .company {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}
.list .btn-group {
  display: flex;
  gap: 8px;
  align-items: center;
}
.list .btn {
  flex-shrink: 0; 
  white-space: nowrap;
  padding: 8px 14px;
  margin-top: 0;
  font-size: 13px;
  border-radius: 6px;
}
.list .btn-buy {
  background: #1aad19;
}
.list .btn-reserve {
  background: #576b45;
}

.card .btn-group {
  display: flex !important;
  gap: 10px;
  margin-top: 12px;
  flex-direction: row;
}
.card .btn {
  flex: 1 !important;
  padding: 10px 12px;
  margin-top: 0;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #1aad19;
  white-space: nowrap;
}
.card .btn-buy {
  background: #1aad19 !important;
}
.card .btn-reserve {
  background: #576b45 !important;
}

.assistant-section {
  background: #f7fcf7;
  border-radius: 16px;
  padding: 18px 18px;
  margin: 14px 14px;
  box-shadow: 0 4px 16px rgba(26, 173, 25, 0.08);
  text-align: center;
}

.assistant-title {
  font-size: 17px;
  font-weight: 600;
  color: #1aad19;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.qrcode-img {
  display: inline-block;
  padding: 10px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(26, 173, 25, 0.1);
}

.qrcode-img img {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 8px;
}

.assistant-tip {
  background: linear-gradient(135deg, #f7fbff, #eaf3ff);
  border-radius: 16px;
  padding: 22px 18px 18px;
  margin: 24px 14px;
  box-shadow: 0 8px 24px rgba(0, 80, 200, 0.08);
  font-size: 12px;
  color: #555;
  line-height: 1.6;
}
.assistant-desc {
  margin: 0 14px 28px;
  padding: 16px 18px;
  background: #ffffff;
  border-radius: 12px;
  font-size: 13px;
  color: #444;
  line-height: 1.8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 9999;
    padding-bottom: env(safe-area-inset-bottom);
}

.tab-item {
    flex: 1;
    text-align: center;
    color: #999999;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 8px 0 4px;
}

.tab-item.active {
    color: #1aad19;
}

.tab-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.tab-text {
    font-size: 10px;
    transform: scale(0.9);
}
.wx-tip {
  margin: 8px 14px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  background: #f7fcf7;
  border-radius: 8px;
}
.menu-section {
    padding: 8px 14px 16px;
	min-height: 50vh;
}

.menu-title {
    font-size: 15px;
    font-weight: 600;
    margin: 12px 0 10px;
    padding-left: 8px;
    border-left: 4px solid #1aad19;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.menu-item {
    background: #fff;
    border-radius: 8px;
    padding: 16px 12px;
    text-align: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.menu-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 173, 25, 0.12);
}

.menu-icon {
    font-size: 22px;
    margin-bottom: 6px;
}

.menu-label {
    font-size: 13px;
    line-height: 1.4;
}
