<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: å¾®è½¯é›…é»‘, Helvetica, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
}

a:hover, a:link, a:visited, a:active, a:focus {
    color: ghostwhite;
    text-decoration: none;
}

/*åŒ…å«ä»¥ä¸‹äº”ç§çš„é“¾æŽ¥*/
a {
    text-decoration: none;
}

/*æ­£å¸¸çš„æœªè¢«è®¿é—®è¿‡çš„é“¾æŽ¥*/
a:link {
    text-decoration: none;
}

/*å·²ç»è®¿é—®è¿‡çš„é“¾æŽ¥*/
a:visited {
    text-decoration: none;
}

/*é¼&nbsp;æ&nbsp;‡åˆ’è¿‡(åœç•™)çš„é“¾æŽ¥*/
a:hover {
    text-decoration: none;
}

/* æ­£åœ¨ç‚¹å‡»çš„é“¾æŽ¥ï¼Œé¼&nbsp;æ&nbsp;‡åœ¨å…ƒç´&nbsp;ä¸ŠæŒ‰ä¸‹è¿˜æ²¡æœ‰æ¾å¼€*/
a:active {
    text-decoration: none;
}

/* èŽ·å¾—ç„¦ç‚¹çš„æ—¶å€™ é¼&nbsp;æ&nbsp;‡æ¾å¼€æ—¶æ˜¾ç¤ºçš„é¢œè‰²*/
a:focus {
    text-decoration: none;
}


body {
    margin: 0;
    padding: 0;
    background: #F8F8F8;
}

.top {
    width: 100%;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.84);
    box-shadow: 0 1px 2px #e3e3e3;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-main {
    width: 1170px;
    height: 40px;
    display: flex;
    padding-left: 4px;
}

.logo {
    height: 40px;
    padding-right: 20px;
}

.logo-text {
    color: rgba(0, 0, 0, .64);
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    cursor: pointer;
}

.main-text {
    color: rgba(0, 0, 0, .64);
    font-weight: 500;
    font-size: 18px;
    padding: 0px 20px;
    line-height: 40px;
    cursor: pointer;
}

.mian-text-activce {
    color: #009688;
    background-color: rgba(255, 255, 255) !important;
    opacity: .9;
}

.main {
    width: 100%;
    display: flex;
    justify-content: center;

    height: 100%;
}

.mian-body {
    width: 1170px;
    padding-top: 20px;

}

.item {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .03);
    background-color: #fff;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
}

.item:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.title {
    color: #222;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 21px;
    font-weight: 500;
    line-height: 35px;
    margin: 10px 0;
}

.context {
    font-weight: 400;
    word-wrap: break-word;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    padding: 10px 0px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.desc {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 0px 10px;
}

.read {
    word-wrap: break-word;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.read-num {
    font-weight: 400;
    word-wrap: break-word;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.time {
    font-weight: 400;
    word-wrap: break-word;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}


.page {
    display: flex;
    justify-content: flex-end;
    padding: 30px 8px 30px 0px;

}

.page a {
    margin-left: 30px;

}

.page-desc {
    margin-top: 12px;
    font-weight: 400;
    word-wrap: break-word;
    font-size: 21px;
}

.page-desc span {
    font-weight: 400;
    word-wrap: break-word;
    font-size: 18px;
}

.page-button {
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .03);
    border: solid 1px #E3E3E3;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 21px;
    cursor: pointer;
    margin: 10px 0px 0px 0px;
    color: #666666;
    font-weight: 400;
    word-wrap: break-word;
    font-size: 16px;
}

.page-button:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    color: #009688;
}


/* åº•éƒ¨ */

.footer {
    display: flex;
    border-radius: 0px 0px 4px 4px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.footer-main {
    background: #474747 none repeat center top;
    border-top: 1px solid #474747;
    width: 1170px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
    border-radius: 4px;
}

.blog-name {
    font-size: 20px;
    line-height: 60px;
}


.title-desc {
    display: flex;
    padding: 10px 0px 16px 0px;
    border-bottom: 1px dashed #e5e5e5;
}

.title-message {
    font-weight: 400;
    word-wrap: break-word;
    font-size: 16px;
    padding-right: 20px;
}

.post-html {
    padding-top: 24px;
    line-height: 24px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}


pre {
    padding: 10px;
    border-radius: 4px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f3f3f3;
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 1px solid #ccc;
    overflow: auto;
    margin: 5px 0;
    color: #000;
}

.more-title {
    padding-left: 8px;
    font-size: 24px;
    padding-bottom: 20px;
}

.item-more {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .03);
    background-color: #fff;
    padding: 4px 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;

}

.item-more:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.find-title {
    color: #474747;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 21px;
    font-weight: 500;
    line-height: 35px;
    margin: 10px 0;
}

.find {
    color: #474747;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    margin: 10px 0;
}


/* å…³äºŽæˆ‘ */
.about {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
}

.pic {
    display: flex;
    justify-content: center;
    width: 100%;

}

.about-title {
    text-align: center;
    font-size: 30px;
    padding-top: 24px;
    font-weight: 400;
    word-wrap: break-word;
}

.about-desc {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 400;
    word-wrap: break-word;
}

.gpt-main-left {
    display: flex;
    position: fixed;
    z-index: 99;
    top: 5%;
    left: 5%;
    writing-mode: tb-rl;
    color: red;
    font-size: 20px;
}

.gpt-main-right {
    display: flex;
    position: fixed;
    z-index: 99;
    top: 5%;
    right: 5%;
    writing-mode: tb-rl;
    color: red;
    font-size: 20px;
}</pre></body></html>