﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.ql-editor {
    white-space: normal;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.6 !important;
    margin-bottom: 0.9em !important;
    margin-top: 1.2em !important;
}

.ql-editor p {
    text-indent: 2em !important;
    margin-bottom: 1.0em !important;
}



.check-title {
    position: relative;
    z-index: 0;
    height: 60px;
    padding: 10px 10px 0 24px;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 8px 8px 0 0;
    box-shadow: rgba(0, 0, 0, .06) 0 1px 7px;
    background: #f3f3f3;
    background: -webkit-linear-gradient(#fbfbfb, #ececec);
    background: linear-gradient(#fbfbfb, #ececec);
    line-height: 60px;
    font-size: 18px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/*小屏*/
@media (max-width: 768px) {
    h1 {
        font-size: 1.4rem !important;
        font-weight: 800 !important;
    }

    h2 {
        font-size: 1.3rem !important;
        font-weight: 800 !important;
    }

    h3 {
        font-size: 1.25rem !important;
        font-weight: 800 !important;
    }

    h4 {
        font-size: 1.2px !important;
        font-weight: 800 !important;
    }

    h5 {
        font-size: 1.15px !important;
        font-weight: 800 !important;
    }

    h6 {
        font-size: 1.1px !important;
        font-weight: 800 !important;
    }

    .long-title-row {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .row, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .badge {
        font-size: 100%;
    }
}


/*大屏*/
@media (min-width: 768px) {
    .container {
        max-width: 1200px;
    }

    .long-title-row {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    h1 {
        font-size: 1.4rem !important;
        font-weight: 800 !important;
    }

    h2 {
        font-size: 1.3rem !important;
        font-weight: 800 !important;
    }

    h3 {
        font-size: 1.25rem !important;
        font-weight: 800 !important;
    }

    h4 {
        font-size: 1.2px !important;
        font-weight: 800 !important;
    }

    h5 {
        font-size: 1.15px !important;
        font-weight: 800 !important;
    }

    h6 {
        font-size: 1.1px !important;
        font-weight: 800 !important;
    }
}
