<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[v-cloak] {
    display: block !important;
    visibility: hidden !important;
}

/*隐藏谷歌验证页面右下角隐私条款*/
.grecaptcha-badge{
    visibility:hidden;
    display:none;
}
/*隐藏谷歌缺省广告*/
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.text-truncate-row2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break:break-all;
}

.text-truncate-row3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break:break-all;
}

.text-truncate-row4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break:break-all;
}

.text-truncate-row5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    word-break:break-all;
}

.p-text-indent p{
    text-indent: 2em;
}

/* 滚动条样式 Start */
/* 设置滑块在悬停时的颜色 */
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #B5B5C3; 
}
/* 设置滑块在悬停时的颜色 */
.table-responsive:hover::-webkit-scrollbar-thumb {
    background-color: #B5B5C3; 
}
/* 设置滚动条背景在悬停时的颜色 */
.table-responsive::-webkit-scrollbar-track {
    background-color: #ddd;
}
/* 设置滑块在悬停时的颜色 */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #666; 
}
/* 设置滚动条背景在悬停时的颜色 */
.table-responsive::-webkit-scrollbar-track:hover {
    background-color: #ddd;
}
/* 滚动条样式 End */

/*分页开始*/
    .paging{
            display: block;
            font-size: 0;
            text-align: center;
            width: 100%;
            padding:0;
        }
        .paging li{
            display: inline-block;
            margin:0.25rem;
            font-size: 14px;
            border-radius: 5px;
            overflow: hidden;
            transition:all .36s ease;
            font-size: 0.925rem;
            line-height: calc(1.35em + 1.1rem + 2px);
            border-radius: 0.42rem;
            height: calc(1.35em + 1.1rem + 2px);
            width: calc(1.35em + 1.1rem + 2px);
        }
        .paging li a{
            text-decoration: none;
            color: #454254;
            background: transparent;
            display: block;
            width: 100%;
            height:100%;
        }
        .paging li:not(.disabled):last-child,.paging li:not(.disabled):nth-last-child(2) ,.paging li:not(.disabled):first-child,.paging li:not(.disabled):nth-child(2){
            background: #edf6ff;
            width: 65px !important;

        }
       .paging li:not(.disabled):last-child a,.paging li:not(.disabled):nth-last-child(2) a,.paging li:not(.disabled):first-child a,.paging li:not(.disabled):nth-child(2) a{
            color: #3699ff;
        }
         .paging li.disabled{
            width: 65px !important;
            background: #edf6ff;
        }
        .paging li.disabled a{
            color: #86c2ff;
        }

        .paging li.active,.paging li:hover{
            background: #3699ff;

        }
        .paging li.active a,.paging li:hover a{
            color: #fff;
        }
        
        .paging li:not(.disabled):last-child:hover,.paging li:not(.disabled):nth-last-child(2):hover,.paging li:not(.disabled):first-child:hover,.paging li:not(.disabled):nth-child(2):hover{
            background: #3699ff;
        }
        .paging li:not(.disabled):last-child:hover a,.paging li:not(.disabled):nth-last-child(2):hover a,.paging li:not(.disabled):first-child:hover a,.paging li:not(.disabled):nth-child(2):hover a{
            color: #fff;
        }
        .paging li.disabled:hover{
            background: #edf6ff;
        }
        .paging li.disabled:hover a{
            color: #86c2ff;
        }
/*分页结束*/

/*改写框架开始*/
/*改写框架结束*/

figure.image{
    margin:auto !important;
}
figure.image figcaption{
    text-align:center;
}
 .page_speed_924423479 {
            display: none;
            visibility: hidden
        }

        .page_speed_1634771322 {
            position: absolute;
            left: -9999px;
            width: 1px;
            height: 1px;
        }

        .page_speed_886358705 {
            margin-top: -1px
        }

        .page_speed_711776079 {
            margin-top: -2px
        }


        
.table.table-bordered{/*border-collapse: separate;*/border-spacing: 0;border-width:1px!important;border-style:solid;border-color:#eff2f5;}
.table.table-bordered tr{border-width:1px!important;border-style:solid;border-color:#eff2f5;}
.btn-upload-rounded{transition: all 0.3s ease;display:flex;position: relative;align-items:center;justify-content:center;background-color:#009ef7 !important;border-radius: 50rem!important;width:100px !important;height:100px !important;}
.btn-upload-rounded .icon{display:flex;align-items:center;justify-content:center;width:100px !important;height:100px !important;}
.btn-upload-rounded:hover{box-shadow: 0rem 0rem 2rem 1rem rgba(0, 0, 0, 0.1);transform: scale(1.05) !important;cursor:pointer;}





/*以下为扩展与修改Metronic框架*/
/*.app-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}*/

.app-header-secondary {
    border-top: 0px !important;
}

.app-header {
    border-bottom: var(--bs-app-header-secondary-base-border-top);
}

[data-kt-app-header-stacked=true] .app-header {
    height: calc(var(--bs-app-header-primary-height) + var(--bs-app-header-tertiary-height, 0px))
}


.blockui .blockui-overlay-full {
    width:100%;
    height:100%;
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
}

/* Width classes */
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-20 { width: 20% !important; }
.w-25 { width: 25% !important; }
.w-30 { width: 30% !important; }
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-45 { width: 45% !important; }
.w-50 { width: 50% !important; }
.w-55 { width: 55% !important; }
.w-60 { width: 60% !important; }
.w-65 { width: 65% !important; }
.w-70 { width: 70% !important; }
.w-75 { width: 75% !important; }
.w-80 { width: 80% !important; }
.w-85 { width: 85% !important; }
.w-90 { width: 90% !important; }
.w-95 { width: 95% !important; }

/* Height classes */
.h-10 { height: 10% !important; }
.h-15 { height: 15% !important; }
.h-20 { height: 20% !important; }
.h-25 { height: 25% !important; }
.h-30 { height: 30% !important; }
.h-35 { height: 35% !important; }
.h-40 { height: 40% !important; }
.h-45 { height: 45% !important; }
.h-50 { height: 50% !important; }
.h-55 { height: 55% !important; }
.h-60 { height: 60% !important; }
.h-65 { height: 65% !important; }
.h-70 { height: 70% !important; }
.h-75 { height: 75% !important; }
.h-80 { height: 80% !important; }
.h-85 { height: 85% !important; }
.h-90 { height: 90% !important; }
.h-95 { height: 95% !important; }</pre></body></html>