<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------- å…¨å±€éƒ¨åˆ† -------------------*/
:root {
    --main-color: #00965e;
}
html {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif,Arial,Verdana,Tahoma,sans-serif;
    font-size: 16px;
	color: #333;
    -webkit-font-smoothing: antialiased;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ul,dl,ol {
    list-style: none;
}
li {
    list-style-type: none;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    color: #00965e;
    text-decoration: none;
}
a:active {
    color: #00965e;
}

h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}

.tagc1 a {
    color: #CDDC39;
}
.tagc2 a {
    color: #8BC34A;
}
.tagc3 a {
    color: #FFC107;
}
.tagc4 a {
    color: #FF9800;
}
.tagc5 a {
    color: #ff6100;
}
.tagc6 a {
    color: #f60404;
}
.tagc7 a {
    color: #9C27B0;
}
.tagc8 a {
    color: #673AB7;
}

/* -------- å¸ƒå±€ -------- */
html,body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

header {
    position: fixed;
    z-index: 200;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 2px solid var(--main-color);
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
    display: flex;
    justify-content: center;
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
}
.header-body {
    width: 1200px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

main {
    flex-grow: 1;
    margin: 70px 0;
    display: flex;
    justify-content: center;
}
.main-body {
    width: 1200px;
    display: flex;
}
.main-index {
    width: 1200px;
    padding: 0px 0px;
    margin-top: -16px;
}
.main-index h1{
    font-size: 1rem;
    padding: 10px;
    text-align: center;
    font-weight: 200;
}
article {
    width: 900px;
    padding-right: 40px;
}
aside {
    width: 300px;
}

footer {
    display: flex;
    border-top: 1px solid #e5eaec;
    background-color: #f9fafb;
    flex-direction: column;
    justify-content: center;
}
.footer-body {
    height: 200px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

/*--------------------- headeréƒ¨åˆ† -------------------*/
header a {
    font-size: 20px;
    font-weight: 500;
    user-select: none;
}
header a.active {
    color: #fff;
    border-radius: 4px;
    background-color: var(--main-color);
}

.logo {
    display: flex;
    align-items: center;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu a {
    padding: 1px 10px;
}
.menu-toggle {
    display: none;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    width: 28px;
    height: 5px;
    background-color: #717171;
    margin-bottom: 4px;
    border-radius: 10px;
}

/*--------------------- mainå…¬å…±éƒ¨åˆ† -------------------*/
.fa-th:before {
    content: "";
    margin-right: 10px;
    padding: 1px 5px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 5px;
}

/*-- iBox: æ—&nbsp;è¾¹æ¡† --*/
.iBoxHead {
    line-height: 40px;
    color: #666;
    border-bottom: 1px solid #dce4e9;
}
.iBoxHead .fa:before{
    margin-right: 7px;
}
.iBoxHead h1 {
    display: block;
    font-size: 1rem;
}
.iBoxBody h1 {
    padding: 10px 0;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
}

/*-- jBox: æœ‰è¾¹æ¡† --*/
.jBox {
    margin: 0 auto 15px;
    clear: both;
    overflow: hidden;
    border: 1px solid #dce4e9;
    border-radius: 4px;
}
.jBoxHead {
    padding: 0 10px;
    border-bottom: 1px solid #dce4e9;
    background-color: #f0f5fd;
    height: 40px;
    color: #7a8890;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.jBoxHead .fa{
    margin-right: 10px;
}
.jBoxHead h1 {
    display: block;
    font-size: 1rem;
}
.jBoxBody {
    padding: 10px;
}

/* tBox: tag */
.tBox {
    padding: 10px;
    clear: both;
}
.tBoxBody {
    padding: 10px;
}

/* list00: long-list */
.list00 li {
    border-bottom: 1px dashed #eee;
}
.list00 li .title {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
}
.list00 li .description {
    padding-bottom: 14px;
    font-size: 14px;
    color: #999;
}
.list00 li .info {
    padding-bottom: 14px;
    font-size: 14px;
    color: #999;
}
.list00 li .info a{
    color: #999;
}
.list00 li .info a:hover{
    color: var(--main-color);
}
.list00 li .info i{
    padding-right: 20px;
}

/* list01: long-list */
.list01 li {
    border-bottom: 1px dashed #eee;
}
.list01 li .title {
    padding: 20px 0;
    font-size: 18px;
}
.list01 li .description {
    padding-bottom: 10px;
    font-size: 18px;
    color: #666;
}
.list01 li .info {
    padding-bottom: 14px;
    font-size: 14px;
    color: #999;
}
.list01 li .info i{
    padding-right: 20px;
}

/* list02: small-list */
.list02 li {
    border-bottom: 1px dashed #eee;
}
.list02 .title {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
}
.list02 .info {
    padding-bottom: 20px;
    font-size: 14px;
    color: #999;
}
.list02 .info i{
    padding-right: 20px;
}

/* list03: small-list */
.list03 li {
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}
.list03 li:hover {
    background-color: #fefefe;
}

/* list05: tag */
.list05 li {
    display: inline-block;
    background-image: none;
    margin: 2px;
    padding: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 83px;
    border: 1px solid #eee;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
}

.show_tags {
    padding: 10px 0;
    line-height: 40px;
    text-align: justify;
}
.show_tags a{
    padding: 5px;
    border-radius: 4px;
    border: 1px solid;
}

/* ç²˜æ€§å®šä½ */
.sticky {
    position: sticky;/* ç²˜æ€§å®šä½ */
    top: 70px;
}

/*------------ index.htméƒ¨åˆ† ----------*/
/*-- tab-box --*/
.tab-box {
    width: 100%;
}

.tab-header {
    width: 100%;
    font-weight: bold;
    display: inline-flex;
}
.tab-header a {
    width: 50%;
    height: 2.5rem;
    text-decoration: none;
    border: 1px solid #d6dee4;
    border-radius: 4px 4px 0px 0px;
    color: #333;
    background: #fdfdfd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tab-header .active {
    border-top: 2px solid var(--main-color);
    border-bottom: 1px solid #fff;
    border-radius: 4px 4px 0px 0px;
    color: var(--main-color);
    background: #fff;
}
.tab-body {
    padding: 10px 30px 15px;
    border-left: 1px solid #d6dee4;
    border-right: 1px solid #d6dee4;
    border-bottom: 1px solid #d6dee4;
    border-radius: 0px 0px 4px 4px;
}
.tab-body ul{
    width: 100%;
    display: none;
}
.tab-body ul.active {
    display: inline-block;
}

/*--------------------- list.htm -------------------*/

/*-- paging --*/
.pages {
    margin: 20px 0;
}
.pages a b {
    border: 0px solid;
    background-color: #fff;
}
.pages b, .pages a:hover {
    display: inline-block;
    line-height: 30px;
    padding: 0 12px;
    border: 1px solid #9a8c8c;
    border-radius: 4px;
    background-color: #fff1f1;
    font-size: 14px;
    color: var(--main-color);
}

.pages a {
    display: inline-block;
    margin: 5px 0px;
    padding: 0px 12px;
    line-height: 30px;
    border: 1px solid #726363;
    border-radius: 4px;
    font-size: 14px;
}
/*--------------------- article.htm -------------------*/
/*-- article --*/
article {
    padding-right: 40px;
    text-align: justify;
    display: flex;
    flex-direction: column;
}
article h1 {
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
article h2 {
    font-size: 20px;
}

.article-meta {
    padding-bottom: 10px;
    line-height: 2;
    color: #999;
    font-size: 14px;
    display: flex;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    border-bottom: 1px dashed #eee;
}
.article-meta span {
    padding-right: 10px;
}
.article-meta a {
    color: #999;
    font-weight: 500;
}
.article-meta a:hover {
    color: var(--main-color);
    font-weight: 500;
}

.article-body {
    padding: 10px 0;
    font-size: 1rem;
    line-height: 2;
    word-wrap: break-word;
    text-align: justify;
    color: #333;
    overflow: hidden;
}
.article-body a:hover {
    color: var(--main-color);
}
.article-body p {
    margin: 10px 0px;
    word-break: break-word;
}
.article-body img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}
.article-body .catalog {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    margin: 10px 0;
}
.article-body .catalog a {
    text-decoration: underline
}
.article-body .return_catalog {
    text-align: right;
    text-decoration: underline;
    border-bottom: 1px dashed #eee;
}

.article-tags {
    padding: 10px;
    color: #9E9E9E;
    border-radius: 4px;
    text-overflow: ellipsis;
    white-space:nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.article-tags a{
    background-color: #fff1e4;
    border: 1px solid #f6d5d5;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
}
.article-tags a:hover{
    color: #7ca8cb;
    border: 1px solid;
    background-color: #ecf1fc;
}

.digg{
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.digg-btn{
    margin: 0 1px;
    width: 120px;
    height: 40px;
    border: 1px solid #f7f1f1;
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px 0px #eee;
}

.diggnum{
  margin: 0 5px;
}
.diggdown-btn{
    border: 1px solid #d5d8e5;
    color: #434d83;
    background-color: #ecf0fc;
    border-radius: 20px 0px 0px 20px;
}
.diggdown-btn:hover{
    color: #fff;
    background-color: #71a4e5;
}
.diggtop-btn{
    font-weight: 500;
    border: 1px solid #edd6d6;
    color: var(--main-color);
    background-color: #fff7ef;
    border-radius: 0px 20px 20px 0px;
}
.diggtop-btn:hover{
    color: #fff;
    background-color: #ff9e5a;
}

.prevnext {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}
.prevnext .item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}
/*--------------------- footer -------------------*/
.about {
    text-align: center;
    padding: 5px;
}

.about a {
    display: inline-block;
    margin-right: 10px;
}
.about a:hover {
    color: var(--main-color);
}

.beian {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.beian a{
    padding: 5px;
}
.beian a:hover {
    color: var(--main-color);
}


/* toolbar */
.toolbar {
    position: fixed;
    z-index: 1040;
    right: 24px;
    bottom: 20px;
    box-sizing: content-box;
    width: 50px;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 4px 0px #666666;
    display: flex;
    flex-direction: column;
}

.toolbar .go-top {
    color: white;
    background-color: var(--main-color);
    border-radius: 5px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    padding: 5px;
}
.toolbar .go-top:hover {
    background-color: #eb6b6b;
}

.toolbar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.ad_box01{
    padding: 10px 0;
}

@media screen and (max-width: 1100px) {
    header .header-body {
        height: 50px;
        padding: 0 15px;
        display: grid;
        grid-template-areas:
            "left center right";
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
    }
    
    .logo {
        grid-area: center;
        justify-self: center;
    }

    .menu-toggle {
        display: block;
        padding-top: 5px;
        grid-area: right;
        justify-self: right;
    }
    .menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        width: 40%;
        padding: 0.8rem;
        background-color: #fff;
        flex-direction: column;
        align-items: center;
    }
    .menu.show {
        padding: 10px;
        display: flex;
        border-top: 1px solid #cbcfd1;
        border-bottom: 1px solid #cbcfd1;
        box-shadow: 0 2px 16px rgb(54 56 79 / 6%);
    }  
    .menu a {
        margin: 3px;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #d5d8e5;
        width: 100%;
        line-height: 40px;
        font-size: 1rem;
        text-align: center;
    }

    /* toolbar */
    .toolbar {
        right: 5px;
        bottom: 10px;
    }
    
    main {
        margin-top: 70px;
    }
    .main-body {
        overflow: hidden;
        padding: 0 18px;
        flex-direction: column;
    }
    .tab-body {
        padding: 10px 15px 15px;
    }
    article {
        width: 100%;
        padding-right: 0px;
    }
    .article-body {
        font-size: 18px;
    }
    aside {
        min-width: 100%;
        display: none;
    }

    .list00 li .description {
        display: none;
    }


    .footer-body{
        height: 60px;
    }

    .prevnext {
        grid-template-columns: 1fr;
    }
    .prevnext .item {
        padding: 5px 0;
    }
}


.fuhao-text {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing:10px;
    word-wrap:break-word;
    word-break:break-all;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    border-radius: 40px;
}
table caption {
    font-weight: 500;
}
table thead th {
    background-color: #CCE8EB;
    width: 100px;
}
table td, table th {
    border: 1px solid #687f7d;
    color: #666;
    height: 40px;
}
table tr:nth-child(odd) {
    background: #fff;
}
table tr:nth-child(even) {
    background: #F5FAFA;
}

.article-body em {
    width: 45px;
    line-height: 40px;
    height: 45px;
    overflow: hidden;
    position: relative;
    font-size: 24px;
    font-style: normal;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    margin: 6px;
}
.article-body em:hover{
   border: 1px solid #096;
}</pre></body></html>