* {
    padding: 0;
    margin: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

img {
    border: none;
    vertical-align: middle;
}

.clear {
    *zoom: 1;
}

.clear:before, .clear:after {
    height: 0;
    content: "";
    font-size: 0;
    display: table;
    line-height: 0;
    visibility: hidden;
}

.clear:after {
    clear: both;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;

    color: #666;
    font-family: Microsoft YaHei, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fbfcfc;
    scroll-behavior: smooth; /* 平滑滚动 */


}

.blog-footer {
    flex: 0 0 auto;
}
.footinfo {
    background: #FFF;
    line-height: 2;
    padding-block: 20px;
    text-align: center !important;
}

.page {
    text-align: center;
    margin: 20px 0;
}

.page span {
    background-color: #4e73df;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: bold;
}

.page a {
    background-color: #c8cbcf;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: bold;
}


.btns {
    padding-top: 0;
}

.btns button {
    padding: 2px 8px;
}

.pointer-cursor {
    cursor: pointer;
}

/*store template/plugin list*/
.app-list .card-img-top {
    width: 100%;
    height: 260px;
}

/* note style */
.t img {
    max-width: 100% !important;
    height: auto;
}

.t ol li {
    list-style-type: decimal !important;
}

.t ul li {
    list-style-type: disc !important;
}

#modal_t img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
