
        .navbar-nav .nav-link { padding-left: 1rem!important; padding-right: 1rem!important; }
        .card-img-top { height: 180px; object-fit: cover; }
        .banner {
            display: block;
            margin-bottom: 20px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .banner img {
            width: 100%;
            height: auto;
        }
        .table th {
            border-top: none;
            font-weight: 600;
            color: #495057;
        }
        .table td {
            vertical-align: middle;
        }
        .table-responsive {
            border-radius: 0 0 10px 10px;
        }
        .table thead th {
            border-bottom: 2px solid #dee2e6;
        }
        .rank-cell {
            font-weight: 600;
            color: #1a3a8f;
        }
        .article-container {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            overflow: hidden;
            margin-bottom: 30px;
        }
        .article-header {
            padding: 30px 25px 20px;
            border-bottom: 1px solid #eee;
        }
        .article-title {
            font-size: 1.75rem;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 15px;
            color: #1a3a8f;
        }
        .article-meta {
            color: #6c757d;
            font-size: 0.9rem;
        }
        .article-meta a {
            color: #1a3a8f;
            font-weight: 500;
        }
        .article-content {
            padding: 25px;
        }
        .article-content img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            margin: 20px 0;
        }
        .article-content h3 {
            font-size: 1.4rem;
            margin: 30px 0 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid #e9ecef;
            color: #1a3a8f;
        }
        .article-content ol, .article-content ul {
            padding-left: 20px;
            margin-bottom: 20px;
        }
        .article-content li {
            margin-bottom: 10px;
        }
        .article-content strong {
            color: #1a3a8f;
        }
        .article-footer {
            padding: 25px;
            background-color: #f8f9fa;
            border-top: 1px solid #eee;
        }
        .pagination-nav {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        .page-link {
            border-radius: 6px;
            padding: 12px 20px;
            border: 1px solid #e9ecef;
            color: #1a3a8f;
            font-weight: 500;
            transition: all 0.3s;
        }
        .page-link:hover {
            background-color: #1a3a8f;
            color: white;
            text-decoration: none;
        }
        .page-prev, .page-next {
            flex: 1;
        }
        .page-next {
            text-align: right;
        }
        .related-title {
            font-size: 1.3rem;
            margin-bottom: 20px;
            color: #1a3a8f;
            font-weight: 600;
        }
        .related-list {
            list-style: none;
            padding: 0;
        }
        .related-list li {
            margin-bottom: 12px;
            padding-bottom: 12px;
            border-bottom: 1px dashed #e9ecef;
        }
        .related-list a {
            color: #495057;
            text-decoration: none;
            transition: color 0.2s;
            display: block;
            padding: 5px 0;
        }
        .related-list a:hover {
            color: #1a3a8f;
        }
        .info-box {
            background-color: #e7f1ff;
            border-left: 4px solid #1a3a8f;
            padding: 15px;
            margin: 20px 0;
            border-radius: 0 8px 8px 0;
        }
        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #1a3a8f;
            color: white;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
            margin-right: 10px;
            font-weight: bold;
        }
        .warning-box {
            background-color: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 15px;
            margin: 20px 0;
            border-radius: 0 8px 8px 0;
        }
        
        /*币种内容样式*/
        .coin-card {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            overflow: hidden;
            margin-bottom: 20px;
        }
        .coin-header {
            padding: 20px;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
        }
        .coin-image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .coin-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .coin-info {
            flex-grow: 1;
        }
        .coin-symbol {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: #1a3a8f;
        }
        .coin-subname {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .coin-action {
            flex-shrink: 0;
        }
        .btn-trade {
            background: linear-gradient(135deg, #1a3a8f 0%, #2c5cc5 100%);
            color: white;
            border: none;
            border-radius: 20px;
            padding: 8px 20px;
            font-weight: 500;
            transition: all 0.3s;
            box-shadow: 0 3px 8px rgba(26, 58, 143, 0.3);
        }
        .btn-trade:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 12px rgba(26, 58, 143, 0.4);
            color: white;
        }
        .chart-container {
            padding: 20px;
        }
        .chart-placeholder {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 8px;
            height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #6c757d;
            border: 1px dashed #dee2e6;
        }
        .chart-placeholder i {
            font-size: 3rem;
            margin-bottom: 15px;
            color: #adb5bd;
        }
         
        .stat-item {
            text-align: center;
            padding: 10px;
        }
        .stat-value {
            font-size: 1.2rem;
            font-weight: 700;
            color: #1a3a8f;
        }
        .stat-label {
            font-size: 0.85rem;
            color: #6c757d;
        }
        .team-card {
            border: 1px solid #e9ecef;
            border-radius: 8px;
            overflow: hidden;
            margin-left: 15px;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .team-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }
        .team-img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }
        .team-content {
            padding: 20px;
        }
        .tab-pane h3{
            font-size: 1rem;
        }
        .team-name {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 5px;
            color: #1a3a8f;
        }
        .team-position {
            color: #6c757d;
            font-weight: 500;
            margin-bottom: 15px;
        }
        .team-desc {
            color: #495057;
            font-size: 0.95rem;
            height: auto;
        }
        .timeline {
            position: relative;
            padding-left: 30px;
        }
        @media (max-width: 768px) {
            .table th:nth-child(5),
            .table td:nth-child(5),
            .table th:nth-child(6),
            .table td:nth-child(6),
            .table th:nth-child(7),
            .table td:nth-child(7) {
                display: none;
            }
            .navbar-brand img { max-height: 30px; }
            .card-img-top { height: 150px; }
            .article-title {
                font-size: 1.5rem;
            }
            .article-header, .article-content, .article-footer {
                padding: 20px 15px;
            }
            .coin-header {
                flex-direction: column;
                text-align: center;
                padding: 15px;
            }
            .coin-image {
                margin-right: 0;
                margin-bottom: 15px;
            }
            .coin-action {
                margin-top: 15px;
            }
            .chart-placeholder {
                height: 300px;
            }
            .pagination-nav {
                flex-direction: column;
            }
            .page-prev, .page-next {
                margin-bottom: 15px;
            }
            .team-img {
                height: 180px;
            }
            .team-content {
                padding: 15px;
            }
        }
        @media (max-width: 576px) {
            .table th:nth-child(5),
            .table td:nth-child(5),
            .table th:nth-child(8),
            .table td:nth-child(8) {
                display: none;
            }
            .article-title {
                font-size: 1.3rem;
            }
            .article-content h3 {
                font-size: 1.2rem;
            }
            .coin-symbol {
                font-size: 1.3rem;
            }
            .chart-placeholder {
                height: 250px;
            }
            .team-name {
                font-size: 1.2rem;
            }
        }