body { background-color: #f5f7f9; color: #333; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; }
.vessel-box { max-width: 1200px; margin: 0 auto; padding: 20px; }
.frame-card { background: #fff; border: 1px solid #e6e6e6; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); margin-bottom: 20px; overflow: hidden; }
.frame-title { padding: 15px 20px; background: #fafafa; border-bottom: 1px solid #eee; font-weight: 600; color: #333; display: flex; align-items: center; }
.frame-title::before { content: ""; width: 3px; height: 16px; background: #1e9fff; margin-right: 12px; }
.notice-strip { background: #fffbe6; border: 1px solid #ffe58f; color: #856404; padding: 12px 20px; border-radius: 4px; margin-bottom: 20px; font-size: 13px; }
.core-table { width: 100%; border-collapse: collapse; }
.core-table th { text-align: left; padding: 12px 15px; color: #888; font-size: 13px; border-bottom: 1px solid #eee; background: #fdfdfd; }
.core-table td { padding: 15px; border-bottom: 1px solid #f9f9f9; font-size: 14px; }
.core-table tr:hover { background: #fcfcfc; }
.worth-text { color: #ff5722; font-weight: 700; font-size: 16px; }
.trigger-btn { background: #1e9fff; color: #fff; padding: 6px 16px; border-radius: 2px; text-decoration: none; font-size: 12px; transition: 0.3s; display: inline-block; }
.trigger-btn:hover { background: #40a9ff; }
.nav-bar { height: 60px; background: #fff; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 2000; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.nav-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; }
.logo-img img { height: 32px; }
.nexus-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 30px; }
.nexus-menu a { color: #555; text-decoration: none; font-weight: 500; font-size: 14px; }
.nexus-menu a:hover, .nexus-menu a.active-link { color: #1e9fff; }
.thumb-shell { width: 42px; height: 42px; background: #f5f5f5; border-radius: 4px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-right: 15px; border: 1px solid #f0f0f0; }
.thumb-shell img { width: 100%; height: 100%; object-fit: cover; }
.footer-wrap { padding: 60px 0 40px; text-align: center; color: #999; font-size: 13px; border-top: 1px solid #eee; background: #fff; margin-top: 80px; }
.footer-wrap a { color: #666; text-decoration: none; margin: 0 12px; }
.field-input { width: 100%; height: 42px; border: 1px solid #e6e6e6; border-radius: 2px; padding: 0 12px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 8px; }
.field-input:focus { border-color: #1e9fff; }
@media (max-width: 768px) { .nexus-menu { display: none; } }