/**
 * Theme Name:        jb51
 * Theme URI:         https://example.com
 * Description:       Custom theme description...
 * Version:           1.0.0
 * Author:            xhr
 * Author URI:        https://example.com
 * Tags:              jb51, blockchain,加密货币，区块链
 * Requires PHP:      8.0
 */

:root {
    --base-font-size: 16px;
    --line-height-scale: 1.8;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    background: #f1f1f1;
}

a {
    text-decoration: none;
}

ul, p, h1, h2, h3, h4, h5, h6, li {
    list-style: none;
}

.lay{
    width: 100%;
    padding: 20px;
    display: table;
}

.bg-white {
    background: #fff;
}

.mat15 {
    margin-top: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.sidebar {
    width: 270px;
    padding: 15px;
    background: #fff;
    display: table;
    margin-bottom: 15px;
}

.sidebar .title-bottom-border {
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: table;
    padding: 0 0 3px 0;
}

.sidebar .title-bottom-border span{
    float: left;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    text-indent: 10px;
}

.sidebar .title-bottom-border span:before {
    content: '';
    border-left: 2px solid #0590d6;
    display: inline-block;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.sidebar .title-bottom-border .more a {
    float: right;
    font-size: 14px!important;
    line-height: 40px;
    color: #1c94ff !important;
}


@media (min-width: 768px) {
    .full-screen main {
        --width: 100% !important;
    }

    .full-screen main>div {
        width: 80%;
    }

    .full-screen main>aside {
        width: 17%;
    }
}

.category-title:hover {
    background-color: #1abc9c !important;
    color: #fff;
}


