﻿@font-face {
    font-family: "NotoMedium";
    src: url("font/NotoMedium.eot"); /* IE9 */
    src: url("font/NotoMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("font/NotoMedium.woff") format("woff"), /* chrome、firefox */
    url("font/NotoMedium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("font/NotoMedium.svg#NotoMedium") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

/*PC 最宽1140px*/

.container {
    max-width: 1140px;
}

.navbar-brand {
    font-family: "NotoMedium","SimHei", "黑体", Arial, sans-serif;
    font-size: 1.75rem;
}

    .navbar-brand img {
        width: 22px;
        height: 22px;
        margin-top: -4px;
        margin-right: 2px;
    }

    .navbar-brand small {
        font-size: 0.75rem;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../img/1x1.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.avatar-thumb, .avatar-thumb .avatar-img, .avatar-thumb .avatar-initials {
    width: 10rem;
}

.avatar-circle, .avatar-circle .avatar-img, .avatar-circle .avatar-initials {
    width: 5rem;
    border-radius: 50%;
}

.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .5rem;
}

.card-img {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
}

.card-footer {
    border-top: none;
}

.table td {
    vertical-align: middle
}

.icon-box-media {
    display: block;
    width: 3.25rem;
    min-width: 3.25rem;
    height: 3.25rem;
    transition: background-color .22s ease-in-out,color .22s ease-in-out;
    font-size: 1.525rem;
    line-height: 2.75rem;
    text-align: center
}

.bd-callout-warning {
    --bd-callout-color: var(--bs-warning-text);
    --bd-callout-bg: var(--bs-warning-bg-subtle);
    --bd-callout-border: var(--bs-warning-border-subtle);
}

.bd-callout-danger {
    --bd-callout-color: var(--bs-danger-text);
    --bd-callout-bg: var(--bs-danger-bg-subtle);
    --bd-callout-border: var(--bs-danger-border-subtle);
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

dl.horizontal {
    width: 100%;
}

    dl.horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 10rem;
        font-weight: 400;
        color: #808080;
        line-height: 1.25rem
    }

    dl.horizontal > dd {
        margin-left: 11.25rem;
        line-height: 1.25rem;
        flex-wrap: nowrap;
    }

        dl.horizontal > dd:after {
            display: table;
            content: "";
            clear: both;
        }