﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 350px;
}

section {
}

.bg-section-primary {
    background-color: #ffffff;
}

.bg-section-secondary {
    background-color: #fafbfe;
}

/*.card {
    border: 1px solid #eaecf3;
    border-radius: .75rem;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05);
}*/

.navbar-nav .active {
    color: #fff;
    background-color: #0d6efd;
    border-radius: .5rem;
}

.scm {
    --primary-bg-color: #a3cf62; /* 绿色 */
    --primary-fg-color: #000000;
}

.scm_svg {
    fill: var(--primary-bg-color);
}

.scm_bg {
    background-color: var(--primary-bg-color);
}

.scm_footer {
    background-color: var(--primary-bg-color);
}

.scm_lang {
}

    .scm_lang:before {
        content: "";
    }

    .scm_lang::after {
        content: "";
    }
