body { margin: 0; font-family: -apple-system, sans-serif; background: #f8fafc; color: #334155; }
.skerry-header { position: relative; z-index: 10001; background: #ffffff; border-bottom: 1px solid #e2e8f0; }
.skerry-header-top { height: 40px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 12px; color: #64748b; line-height: 40px; }
.skerry-header-mid { padding: 15px 0; display: flex; justify-content: space-between; align-items: center; }
.skerry-nav-bar { background: #16a34a; height: 50px; }
.skerry-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; }
.skerry-logo { float: left; }
.skerry-logo img { height: 40px; display: block; }
.skerry-nav { list-style: none; margin: 0; padding: 0; display: flex; height: 50px; }
.skerry-nav-item { line-height: 50px; }
.skerry-nav-item a { color: #ffffff; text-decoration: none; font-weight: 500; font-size: 14px; padding: 0 20px; display: block; transition: background 0.3s; }
.skerry-nav-item a:hover { background: #15803d; }
.skerry-nav-item.active a { background: #15803d; color: #ffffff; font-weight: bold; }
.skerry-main { max-width: 1200px; margin: 30px auto; padding: 0 20px; min-height: calc(100vh - 240px); }
.skerry-tips { background: #fffbeb; border: 1px solid #fde68a; padding: 12px 16px; border-radius: 8px; margin-bottom: 30px; font-size: 13px; color: #b45309; line-height: 1.5; }
.skerry-breadcrumb-row { background: #f1f5f9; padding: 12px 20px; border-radius: 8px; margin-bottom: 25px; font-size: 13px; color: #64748b; }
.skerry-breadcrumb-row a { color: #475569; text-decoration: none; }
.skerry-layout { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 992px) { .skerry-layout { grid-template-columns: 7.2fr 2.8fr; } }
.skerry-content-left { display: flex; flex-direction: column; gap: 25px; }
.skerry-sidebar-right { display: flex; flex-direction: column; gap: 20px; }
.skerry-box { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; margin-bottom: 25px; box-shadow: 0 1px 3px rgba(0,0,0,0.01); }
.skerry-box-title { background: #f0fdf4; padding: 12px 15px; font-size: 14px; font-weight: 600; color: #16a34a; border-bottom: 1px solid #bbf7d0; display: flex; justify-content: space-between; align-items: center; }
.skerry-box-body { padding: 20px; }
.skerry-banner-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px; }
.skerry-banner-img { max-width: 100%; height: 160px; object-fit: cover; border-radius: 6px; border: 1px solid #cbd5e1; }
.skerry-banner-title { font-size: 16px; font-weight: 600; color: #1e293b; margin: 15px 0 10px; text-decoration: none; }
.skerry-banner-title:hover { color: #16a34a; }
.skerry-price { font-size: 20px; color: #16a34a; font-weight: 700; }
.skerry-btn { background: #16a34a; color: #ffffff; border: none; padding: 8px 20px; border-radius: 6px; font-size: 13px; font-weight: 500; cursor: pointer; text-decoration: none; transition: background 0.3s; text-align: center; }
.skerry-btn:hover { background: #15803d; }
.skerry-btn-disabled { background: #cbd5e1; color: #94a3b8; cursor: not-allowed; text-align: center; }
.skerry-b2-layout { display: grid; grid-template-columns: 1fr; gap: 15px; }
@media (min-width: 768px) { .skerry-b2-layout { grid-template-columns: 3.5fr 6.5fr; } }
.skerry-b2-left { border-right: none; padding-right: 0; text-align: center; }
@media (min-width: 768px) { .skerry-b2-left { border-right: 1px solid #f1f5f9; padding-right: 20px; } }
.skerry-b2-img { width: 100%; height: 120px; object-fit: cover; border-radius: 6px; background: #f8fafc; border: 1px solid #cbd5e1; }
.skerry-b2-title { font-size: 14px; font-weight: 600; color: #1e293b; margin: 10px 0 6px; text-decoration: none; display: block; }
.skerry-b2-title:hover { color: #10b981; }
.skerry-b2-list { display: flex; flex-direction: column; gap: 12px; }
.skerry-b2-item { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px dashed #f1f5f9; }
.skerry-b2-item:last-child { border-bottom: none; }
.skerry-b2-name { font-size: 13px; color: #334155; text-decoration: none; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 280px; }
.skerry-b2-name:hover { color: #10b981; }
.skerry-pills-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 15px; border-top: 1px solid #cbd5e1; padding-top: 15px; }
.skerry-cat-pill { background: #ffffff; border: 1px solid #cbd5e1; padding: 8px 10px; border-radius: 4px; text-decoration: none; color: #475569; font-size: 12px; font-weight: 500; transition: all 0.3s; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.skerry-cat-pill:hover { border-color: #10b981; color: #10b981; }
.skerry-dense-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
@media (max-width: 768px) { .skerry-dense-grid-5 { grid-template-columns: repeat(2, 1fr); } }
.skerry-dense-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 768px) { .skerry-dense-grid-4 { grid-template-columns: repeat(2, 1fr); } }
.skerry-dense-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.skerry-grid-item { background: #ffffff; border: 1px solid #cbd5e1; padding: 15px 10px; border-radius: 4px; text-align: center; text-decoration: none; color: #1e293b; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.skerry-grid-item:hover { border-color: #10b981; transform: translateY(-2px); }
.skerry-item-pinyin { font-size: 10px; color: #94a3b8; margin-bottom: 4px; font-family: monospace; }
.skerry-item-name { font-size: 13px; font-weight: 600; margin-bottom: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.skerry-item-price { font-size: 12px; color: #10b981; font-weight: 700; }
.skerry-detail-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 992px) { .skerry-detail-grid { grid-template-columns: 7fr 3fr; } }
.skerry-detail-left { display: flex; flex-direction: column; gap: 25px; }
.skerry-detail-right { display: flex; flex-direction: column; gap: 20px; }
.skerry-panel { background: #ffffff; border-radius: 8px; border: 1px solid #cbd5e1; padding: 24px; }
.skerry-panel-title { font-size: 15px; font-weight: 600; color: #059669; border-bottom: 2px solid #f1f5f9; padding-bottom: 8px; }
.skerry-table { width: 100%; border-collapse: collapse; margin-bottom: 25px; }
.skerry-table td { border: 1px solid #cbd5e1; padding: 10px 14px; font-size: 13px; }
.skerry-table tr td:first-child { background: #f8fafc; color: #64748b; width: 120px; font-weight: 500; }
.skerry-table tr td:last-child { color: #1e293b; font-weight: 600; }
.skerry-form-group { margin-bottom: 16px; }
.skerry-form-label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 500; color: #475569; }
.skerry-form-input { width: 100%; padding: 10px; border: 1px solid #cbd5e1; border-radius: 6px; box-sizing: border-box; font-size: 14px; outline: none; transition: border-color 0.3s; }
.skerry-form-input:focus { border-color: #10b981; }
.skerry-footer { background: #1e293b; color: #94a3b8; padding: 50px 0; text-align: center; font-size: 13px; margin-top: 80px; }
.skerry-footer p { margin: 0; }
.skerry-footer-links { margin-bottom: 15px; }
.skerry-footer-links a { color: #cbd5e1; text-decoration: none; margin: 0 12px; transition: color 0.3s; }
.skerry-footer-links a:hover { color: #10b981; }
.skerry-query-box { background: #ffffff; border-radius: 8px; border: 1px solid #cbd5e1; padding: 24px; }
.skerry-query-tabs { display: flex; border-bottom: 2px solid #cbd5e1; margin-bottom: 25px; }
.skerry-query-tab { flex: 1; text-align: center; padding: 12px; font-weight: 500; font-size: 13px; color: #64748b; text-decoration: none; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.skerry-query-tab.active { border-color: #10b981; color: #10b981; font-weight: 600; }
.skerry-btn-disabled { background: #cbd5e1; color: #94a3b8; cursor: not-allowed; text-align: center; }
.skerry-b4-item { display: flex; justify-content: space-between; align-items: center; font-size: 13px; padding: 8px 0; border-bottom: 1px dashed #f1f5f9; }
.skerry-b4-item:last-child { border-bottom: none; }
.skerry-b4-left { display: flex; align-items: center; gap: 10px; }
.skerry-b4-num { width: 20px; height: 20px; background: #cbd5e1; color: #475569; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: bold; }
.skerry-b4-item:nth-child(1) .skerry-b4-num { background: #10b981; color: #ffffff; }
.skerry-b4-item:nth-child(2) .skerry-b4-num { background: #10b981; color: #ffffff; }
.skerry-b4-item:nth-child(3) .skerry-b4-num { background: #10b981; color: #ffffff; }
.skerry-b4-name { color: #334155; text-decoration: none; font-weight: 500; }
.skerry-b4-name:hover { color: #10b981; }
.skerry-b5-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px dashed #f1f5f9; font-size: 13px; }
.skerry-b5-item:last-child { border-bottom: none; }
.skerry-b5-name { color: #475569; text-decoration: none; }
.skerry-b5-name:hover { color: #10b981; }
.skerry-b6-card { background: #ffffff; border: 1px solid #cbd5e1; border-radius: 6px; overflow: hidden; margin-bottom: 15px; }
.skerry-b6-img { width: 100%; height: 100px; object-fit: cover; border-bottom: 1px solid #cbd5e1; }
.skerry-b6-body { padding: 10px; }
.skerry-b6-title { font-size: 13px; font-weight: 600; color: #334155; text-decoration: none; display: block; margin-bottom: 6px; }
.skerry-b6-title:hover { color: #db2777; }
.skerry-b7-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.firth-hot-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 768px) { .firth-hot-row { grid-template-columns: repeat(2, 1fr); } }
.firth-hot-item { background: #ffffff; border: 1px solid #cbd5e1; border-radius: 8px; overflow: hidden; text-decoration: none; display: block; transition: all 0.3s; text-align: center; }
.firth-hot-item:hover { transform: translateY(-2px); border-color: #10b981; }
.firth-hot-item img { width: 100%; height: 100px; object-fit: cover; display: block; }
.firth-hot-title { padding: 8px; font-size: 12px; font-weight: 600; color: #2c3e50; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
