﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

tspan {
    white-space: pre
}

.logo-domain {
    font-size: 80px;
    fill: #007bff;
    font-weight: 700;
    letter-spacing: 5px;
}

.logo-text {
    font-size: 43px;
    fill: #007bff;
    font-weight: 700;
    letter-spacing: 3px;
}

.logo-svg {
    fill: #007bff;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #007bff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    background-color:#fff;
    white-space: nowrap;
    line-height: 60px;
}

.content {
    background-color: #fff;
}

    .content .left {
        overflow: hidden;
        float: left;
        width: calc(100% - 290px);
    }

    .content .right {
        overflow: hidden;
        float: right;
        width: 290px;
        padding-left: 1rem;
    }

@media (max-width: 991px) {
    .content .left, .content .right {
        float: inherit;
        width: 100%;
        padding-left: 0rem;
    }
}

.card-title {
    font-size: 20px;
    line-height:22px;
}

.text-truncate-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3.2em;
    line-height: 1.6em;
    padding-top:5px;
}

.fs-12 {
    font-size:12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}

/* 登录弹窗样式 */
#loginModal .modal-dialog {
    max-width: 450px;
    margin: 0.5rem auto;
}

@media (max-width: 450px) {
    #loginModal .modal-dialog {
        width: 96%;
        max-width: 96%;
    }
}

#loginModal .modal-header {
    border-radius: 0.25rem 0.25rem 0 0;
}

#loginModal .modal-content {
    border: 2px solid #007bff;
    border-radius: 0.5rem;
}

#loginModal .input-group-text {
    background-color: #f8f9fa;
}

#loginModal .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#loginModal .password-toggle:hover {
    background-color: #e9ecef;
}

#loginModal .form-check {
    padding-left: 1.25rem;
    align-items: center;
}

#loginModal .form-check-input {
    margin-top: .4rem;
    margin-left: -1rem;
}