<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layui-tab{
    margin-top:0!important;
    margin-bottom: 0!important;
    }
    .layui-tab-title{
    height: 51px!important;
    border-bottom-color: #CCCC00!important; 
    }
    .layui-tab-title li a{
    color: #55654b!important;
    }
    .layui-tab-title li{
    line-height: 50px!important;
    padding: 0 !important;
    width: 16.6666666%;
    min-width: 50px!important;
    vertical-align: bottom!important;
    }
    .layui-unselect {
    display: none;
    }
    .layui-tab-title li.layui-this:after{
    border-bottom: 0px solid #FFFF00!important;
    }
    .layui-tab-title li.layui-this{
    border-bottom: 2px solid #FFFF00!important;
    }
    .layui-tab-title li a{
    font-size: 1.1rem;
    }
    .layui-tab-title li.layui-this a{
    color:#10100c!important;
    }
    .layui-tab-content{
    padding: 8px 0 0 0!important;
    height: auto !important;
    }
    
    .search{
    background-color: #ccc;
    padding:18px 0;
    width: 100%;
    text-align: center;
    }
    
    .search input{
    width: 200px;
    height: 40px;
    border: solid 3px #02a7e3;
    padding: 0 0 0 14px;
    }
    .search button{
    width: 100px;
    height: 46px;
    background-color: #02a7e3;
    margin-left: -6px;
    color: white;
    border: 30px;
    font-weight: bold;
    vertical-align: top;
    }
    
    .categary{
    
    }
    .categary .title{
    width: 100%!important; 
    text-align: center; 
    font-size: 1.1rem; 
    color: blue;
    padding: 15px 0;
    background-color: #FFCCCC;
    margin-left:0!important;
    font-weight: bold;
    margin-top: 10px;
    }

    .categary .title a{
    color:#fff;
    }
    .categary .items{
    width: 100%;
    background-color: #f2f2f2;
    }
    .categary .item{
    float: left;
    display: inline-block;
    text-align: center;
    width: calc(25% - 20px);
    margin: 10px;
    padding: 15px 0;
    background-color: #fff;
    line-height: 1.1rem;
    cursor: pointer !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #e7eaf3;
    box-shadow: 0 0.2rem 1.25rem rgb(0 0 0 / 7%);
    box-sizing: border-box;
    border-radius: 5px;
    }
    .categary .item:hover{
    background-color: #efffff;
    }
    .categary .item .item-title{
    color: #369;
    font-size: 1.1rem;
    }	
    .categary .item .item-info{
    color: #999;
    font-size: 0.8rem;
    margin-left: 5px;
    }
    .categary .noresource{
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 35px;
    }
    @media screen and (max-width:980px ) {
        .categary .title {
            font-size: 3rem;
            padding: 30px 0;
        }
        .layui-tab-item .notice {
            font-size: 3rem;
            height: 7.5rem;
        }
        
    }</pre></body></html>