* { margin:0; padding:0; box-sizing:border-box; -webkit-tap-highlight-color:transparent; }
html,body { font-family:-apple-system,"PingFang SC","Microsoft YaHei",sans-serif; background:#f4f1ea; color:#333; }
body { max-width:640px; margin:0 auto; }
img { max-width:100%; display:block; }
a { text-decoration:none; color:inherit; }

.topbar { background:#7a5c3a; color:#fff; padding:14px 16px; display:flex; align-items:center; justify-content:space-between; }
.topbar .title { font-size:18px; font-weight:bold; }
.topbar .title span { font-size:12px; font-weight:normal; opacity:.85; margin-left:6px; }
.topbar a { color:#fff; font-size:14px; }

.section { background:#fff; margin:12px; border-radius:12px; overflow:hidden; box-shadow:0 1px 4px rgba(0,0,0,.06); }
.section-title { padding:12px 14px; font-size:15px; font-weight:bold; border-bottom:1px solid #f0ece5; display:flex; justify-content:space-between; align-items:center; }
.section-title a { color:#7a5c3a; font-size:13px; font-weight:normal; }

.card { padding:14px; }
.row { display:flex; justify-content:space-between; align-items:center; padding:10px 0; border-bottom:1px solid #f6f2ea; }
.row:last-child { border-bottom:none; }
.row .lab { color:#888; font-size:14px; }
.row .val { font-weight:bold; font-size:15px; }
.val.gold { color:#c8812c; }

.btn { display:block; width:100%; padding:13px; margin:14px 0; background:#c8812c; color:#fff; text-align:center; border:none; border-radius:25px; font-size:16px; font-weight:bold; cursor:pointer; }
.btn.secondary { background:#8a8a8a; }
.btn.green { background:#3f8f4f; }
.btn.ghost { background:#fff; color:#7a5c3a; border:1px solid #d8c9b0; }
.btn:active { opacity:.9; }

.list-item { padding:14px; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #f6f2ea; }
.list-item:last-child { border-bottom:none; }
.list-title { font-size:15px; font-weight:bold; }
.list-sub { font-size:12px; color:#999; margin-top:4px; }

.tag { display:inline-block; padding:2px 8px; border-radius:10px; font-size:12px; background:#f0ece5; color:#666; }
.tag.gold { background:#fbf2e0; color:#c8812c; }
.tag.green { background:#e6f5ea; color:#3f8f4f; }
.tag.red { background:#fdeaea; color:#c0392b; }

.seg-btn { display:inline-block; padding:10px 16px; border:1px solid #d8c9b0; border-radius:8px; margin:0 6px 8px 0; cursor:pointer; font-size:15px; background:#fff; }
.seg-btn.active { background:#7a5c3a; color:#fff; border-color:#7a5c3a; }

.swiper-wrap { margin:12px; border-radius:12px; overflow:hidden; box-shadow:0 1px 4px rgba(0,0,0,.06); }
.swiper-wrap img { width:100%; height:180px; object-fit:cover; }

.bottom-nav { position:fixed; bottom:0; left:0; right:0; max-width:640px; margin:0 auto; background:#fff; border-top:1px solid #e8e2d8; display:flex; z-index:10; }
.bottom-nav a { flex:1; text-align:center; padding:9px 0 12px; color:#888; font-size:12px; }
.bottom-nav a.active { color:#7a5c3a; font-weight:bold; }
.bottom-nav .ic { display:block; font-size:20px; margin-bottom:2px; }

.form-group { margin:12px; }
.form-group label { display:block; font-size:13px; color:#888; margin-bottom:6px; }
.form-group input[type=text],.form-group input[type=password],.form-group input[type=tel],.form-group input[type=number],.form-group select {
  width:100%; padding:12px; border:1px solid #d8c9b0; border-radius:8px; font-size:15px; background:#fff; }
.banner-list img { width:100%; height:auto; }
.muted { color:#999; font-size:13px; }
.center { text-align:center; }
.space { height:70px; }
