.nav li a:hover {
            background-color: #0d6efd !important; /* Bootstrap主蓝色 */
            color: #fff !important;
            border-radius: 4px;

        }

.nav li a {
    color: #fff !important;
    font-size: 14px; /* 你可以改成14px、18px等 */
    font-weight: 500; /* 可选：让字体更粗一点 */
}

.left-container{
            background-color: black;
            height: 1000px;

        }

* {
    margin: 0;
    padding: 0;

}


html, body { height: 100%; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 0; /* 重要：粘性页脚时不要预留 */
}

.site-footer { margin-top: auto; } /* 让页脚自动贴底 */

.footer-icp { font-size: 12px; line-height: 1.2; }