﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    --bg: #fff;
    --font-color-333: "#333";
    --font-color-666: "#666";
    --font-color-999: "#999";
    --font-color-E5E5E5: "#E5E5E5";
}

body {
    margin-bottom: 80px;
    background-color: #fbfbfb;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
    height: 80px;
}
    .footer div {
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
        .footer div span {
            display: inline-block;
            word-break: break-all; /* 允许在单词内换行 */
            word-wrap: break-word; /* 允许长单词或 URL 地址换行到下一行 */
            overflow-wrap: break-word; /* 同 word-wrap，允许长单词或 URL 地址换行 */
        }
    .dashed {
        border-bottom: 1px dashed #f5f5f5;
    }

.gap {
    height: 20px;
    width: 100%
}
/**补充**/
.breadcrumb {
    background-color: transparent !important
}

.list-ls .list-group-item {
    border: none;
    border-bottom: 1px dashed #e5e5e5;
    margin: 0;
}

    .list-ls .list-group-item a {
        color: #333
    }


.detail .detail-title h1 {
    font-size: 24px;
    color: #333;
    margin: 0;
    font-weight: 600;
    position: relative;
}

.detail .detail-info {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 12px;
}
    /* 文章内标题右边的大日期 */
    .detail .detail-info .postArticle-meta {
        position: absolute;
        bottom: 2px;
        right: 0;
        line-height: 36px;
        width: 85px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .detail .detail-info .postArticle-meta time {
            color: #333;
            font-size: 32px;
            font-weight: 700;
            line-height: 36px
        }

        .detail .detail-info .postArticle-meta .day {
            float: right
        }

        .detail .detail-info .postArticle-meta:after {
            background-color: #0f2540;
            content: "";
            display: block;
            height: 36px;
            position: absolute;
            right: 42px;
            top: 0;
            -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
            width: 1px
        }

.detail .detail-labels a {
    color: #999;
    margin-right: 10px;
}

.detail-extion-item {
    border-radius: 5px;
    background-size: cover;
    background-position: 50%;
}

    .detail-extion-item a {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0.5rem;
        height: 80px;
        background: rgba(0,0,0,.2);
    }

        .detail-extion-item a:hover {
            text-decoration: none;
        }

    .detail-extion-item .detail-extion-item-title {
    }

    .detail-extion-item .detail-extion-item-info {
        display: flex;
        justify-content: space-between;
        cursor: pointer
    }

.resource {
}

    .resource .resource-content {
        word-wrap: break-word;
        overflow: hidden;
        background: #f5f5f5;
        padding: 1rem;
        margin: 0 30px;
        border-radius: .5rem;
    }

.asset-card {
}

    .asset-card .asset-card-title {
        font-weight: 600;
        font-size: 20px;
        color: #666;
        border-bottom: 1px dashed #ccc;
        padding: 0 0 10px;
    }

    .asset-card .asset-card-body {
        margin-top: 1rem;
    }

        .asset-card .asset-card-body .asset-card-item {
            display: flex;
            flex-direction: row;
            border: 1px solid #f5f5f5
        }

            .asset-card .asset-card-body .asset-card-item .asset-card-item-logo {
                background: #f5f5f5;
                width: 3.5rem;
                height: 4rem;
                display: flex;
                justify-content: center;
                align-items: center
            }

                .asset-card .asset-card-body .asset-card-item .asset-card-item-logo i {
                    font-size: 30px
                }

            .asset-card .asset-card-body .asset-card-item .asset-card-item-body {
                padding: 0 1rem;
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                overflow: hidden
            }

                .asset-card .asset-card-body .asset-card-item .asset-card-item-body a {
                    color: #999
                }

.nav-top-z {
    height: 100px;
    width: 100%
}

    .nav-top-z:before {
        content: ""
    }

@media (max-width: 576px) {
    /*.list-body .list-block .list-block-content .list-block-content-body .list-block-content-images{height: 4rem;}
    .list-body .list-block .list-block-content .list-block-content-body .list-block-content-images .list-block-content-image-item{
        padding:1rem .2rem!important;
    }
    .list-body .list-block.v1 .list-block-content .list-block-content-body .list-block-content-images{width: 100%;height:8rem;}
    .list-body .list-block.v1 .list-block-content .list-block-content-body .list-block-content-desc {display: none}*/
    .nav-top-z {
        height: 75px;
        width: 100%
    }

    .breadcrumb {
        padding: 0;
        margin: 10px 0;
        display: none;
    }

    .breadcrumb-item {
        display: flex;
        width: 100%;
        margin-bottom: 0.5rem;
        padding-left: 0px !important;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            content: unset;
        }

        .breadcrumb-item::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            padding-right: 0rem;
        }

        .breadcrumb-item:first-child::before {
        }
}

.no-data {
    text-align: center
}

    .no-data img {
        display: block;
        margin: 0 auto
    }

    .no-data span {
        color: rgb(192, 196, 204);
        font-size: 14px;
    }

.asset-notfound {
    background-color: white;
    padding: 2rem;
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
    width: 90%;
    height: 70vh;
    padding-top: 10%
}

    .asset-notfound .icon {
        font-size: 3rem;
        color: #fbbf24;
        margin-bottom: 1.5rem;
    }

    .asset-notfound h1 {
        color: #1f2937;
        margin-bottom: 1.5rem;
    }

    .asset-notfound p {
        color: #6b7280;
        margin-bottom: 1.5rem;
    }

    .asset-notfound .button {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        border-radius: 0.25rem;
        text-decoration: none;
        font-weight: bold;
        background-color: #3b82f6;
        color: white;
        transition: background-color 0.3s;
    }

        .asset-notfound .button:hover {
            background-color: #2563eb;
        }

    .asset-notfound #countdown {
        margin-top: 1rem;
        font-size: 0.9rem;
        color: #6b7280;
    }

@media (max-width: 480px) {
    .asset-notfound {
        padding: 1.5rem;
    }

        .asset-notfound h1 {
            font-size: 1.5rem;
        }

        .asset-notfound p {
            font-size: 0.9rem;
        }

        .asset-notfound .button {
            padding: 0.6rem 1.2rem;
            font-size: 0.9rem;
        }
}

.pagination-container {
    text-align: center
}

.bd-callout {
    padding: .8rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    border-left: 1px solid #eee;
    border-left-width: .3rem;
    border-radius: .25rem;
}

.bd-callout-primary {
    border-left-color: #007bff;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.toast {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1070;
    width: 250px;
}
/*补偿 超大屏幕*/

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1450px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1550px;
    }
}


* a {
    color: #333
}

.none-img {
    width: 0;
    height: 0
}


/* 基础样式 */
.lst-block {
    border-bottom: 1px dashed #f5f5f5
}

    .lst-block:last-child {
        border-bottom: 0;
    }

    .lst-block:first-child {
        padding-top: 0px !important
    }

.lst-block-content {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lst-block-content-title a {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    display: block;
    color: #333;
}

.lst-block-content-desc {
}

    .lst-block-content-desc a {
        color: #948d8d;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 10px;
        display: block;
        text-decoration: none;
    }

.lst-block-content-foot {
    color: #aaa;
    margin-top: 8px;
}

    .lst-block-content-foot a {
        font-size: 14px;
        color: #aaa;
    }

    .lst-block-content-foot span {
        display: inline-block;
        padding: 0 5px;
        font-size: 14px;
    }
/* 移动端图片样式 */
.lst-block-images {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.lst-block-image-item {
    overflow: hidden;
    border-radius: 8px;
}

    .lst-block-image-item img {
        max-width: 100%;
        object-fit: contain;
        transition: transform 0.2s ease;
    }

        .lst-block-image-item img:hover {
            transform: scale(1.05);
        }

/* PC端图片样式 */
.lst-block-images-pc {
    display: none;
    margin-left: 20px;
    border-radius: 5px;
    height: 150px;
    background-color: #f5f5f5;
}

    .lst-block-images-pc img {
        max-width: 100%;
        transition: transform 0.2s ease;
    }

        .lst-block-images-pc img:hover {
            transform: scale(1.05);
        }

/* 多张图片样式 */
.lst-block-images {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.lst-block-images-3 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.lst-block-content-image-item img {
    width: 150px;
    height: 104px;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.2s ease;
    margin-right: 10px;
}
.lst-block-images-3 .lst-block-image-item {
    width: 33.33%;
    height:150px;
    overflow: hidden;
}
.lst-block-images-3 .lst-block-image-item img {
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.2s ease;
    margin-right: 10px;
    cursor: pointer;
    width:325px;
    height:150px;
}

.lst-block-content-image-item img:hover {
    transform: scale(1.05);
}

/* 响应式布局 */
@media (min-width: 768px) {
    .lst-block {
        display: flex;
    }

    .lst-block-content {
        flex: 2;
    }

    .lst-block-images-pc {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: space-between;
    }

    .lst-block-images {
        display: none;
    }

    .lst-block-images-pc img {
        margin-bottom: 10px;
    }

        .lst-block-images-pc img:last-child {
            margin-bottom: 0;
        }
}

/**分页**/
.pagination{justify-content:center;}
.pagination .page-item{border:none;}
.pagination .page-item.active span{background-color:transparent;color:#007bff}
.pagination .page-item span,.pagination .page-item a{background-color:transparent;border:none}

/**头像**/
.author-avater{background-color:var(--bg);padding:20px;text-align:center;}
.author-avater a{text-decoration:none;}
.author-avater-logo{height:100px;width:100px;border-radius:100%;border:1px solid #f5f5f5;margin:0 auto;justify-content:center;display:flex;align-items:center}
.author-avater-logo .avater-logo-text{font-size:2rem;color:#333;}
.author-avater-name{font-size:1rem;color:#999;padding:10px 0px;}
.author-avater-lvl{display:flex;justify-content:space-between;}
.author-avater-lvl span{color:#999}