<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
}

img {
    max-width: 100%;
    /*max-height: 100%;*/
    vertical-align: middle;
    border-style: none;
}

body {
    background-image: linear-gradient(180deg, #e0e9e3bf,#c1d3d25e, #cfdbda);
    font-family: "PingFang SC","Microsoft YaHei",微软雅黑,Verdana,Helvetica,Georgia,Serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    line-height: 1.5;
}

.center {
    text-align: center;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.md_content li {
    list-style: disc;
}

.md_content ol, .md_content ul {
    padding-left: 2em;
}

.text-center {
    text-align: center;
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],textarea {
    padding: 5px;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    width: 100%;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}

.layui-container {
    min-height: calc(100vh - 140px);
}

.layui-container .main {
    margin: 10px auto;
}

.layui-bg-gray {
    background-color: #eee!important;
    color: #666!important;
}

.layui-badge:empty {
    display: none;
}

.layui-input, .layui-select, .layui-textarea {
    background-color: transparent;
}

.layui-fixbar {
    position: fixed;
    right: 2px;
    bottom: 5px;
    z-index: 999999;
}

textarea {
    resize: vertical;
}

/* 共用 */
.left-nav,.login,.ziliao,.ads {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

.title-sidebar {
    border-bottom: 1px solid #eee;
    width: 100%;
    color: #666;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.title-sidebar i {
    color: #666;
    margin: 5px;
}

.title-sidebar h3 {
    font-weight: 600;
}

/* 头部 */
.header {
    box-shadow: 0 0 2px 1px #d2e1d6;
    background-color: rgba(255,255,255,1);
    height: 70px;
}

.logo {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 2.0em;
}

.logo img {
    width: 220px;
    height: 60px;
}

.header .layui-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
}

.header .layui-nav .layui-nav-item {
    margin: 0 8px;
    line-height: 50px;
}

.header .layui-nav .layui-nav-item:after,.header .layui-nav .layui-nav-bar {
    height: 2px;
    background-color: #5fb878;
}

.header .layui-nav .layui-nav-item a {
    color: #555;
    padding: 10px 10px;
    font-size: 17px;
}

.header .layui-nav .layui-nav-item a:hover {
    color: #5fb878;
}

.header .layui-nav .layui-nav-item[mobile] {
    display: none;
}

.header .layui-nav .layui-nav-more {
    border-color: #ccc transparent transparent;
    margin-top: -3px;
}

.header .layui-nav .layui-nav-mored {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #ccc;
}

/* 左侧导航 */
.left-nav ul a {
    color: #666;
}

.left-nav ul a li {
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 5px;
    margin: 2px 0;
}

.left-nav ul a li:hover {
    background: #e9eeea;
    color: #79b67c;
}

.left-nav ul a li i {
    margin-right: 10px;
}

/* 右侧登录界面 */
.login {
    background-image: url(../img/datalk-login.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 250px;
}

.denglu {
    background: #95b9f2;
    color: white;
    padding: 6px 15px;
    border: 1px #eee solid;
    border-radius: 30px;
    margin-right: 5px;
    margin-top: 150px;
}

.zhuce {
    background: #efc136;
    color: white;
    padding: 6px 15px;
    border: 1px #eee solid;
    border-radius: 30px;
    margin-top: 150px;
}

.login-text {
    margin-top: 15px;
    text-align: center;
    color: #999;
}

/* 右侧个人资料 */
.ziliao {
    background: #fff;
    height: 250px;
}

.ziliao-name {
    margin-top: 10px;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.ziliao-text {
    margin-top: 10px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.ziliao-text span i {
    margin-right: 5px;
    color: #333;
    font-size: 14px;
    font-style: inherit;
}

.ziliao-lianxi {
    margin-top: 10px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.ziliao-lianxi i {
    margin-right: 5px;
    color: #333;
    font-size: 18px;
    font-style: inherit;
}

/* 动态 */
.title-life {
    clear: both;
    background: #fff;
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 -1px 3px 1px #d2e1d6;
    line-height: 48px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
}

.title-life h3 {
    float: left;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.title-life span {
    float: right;
    font-size: 12px;
    color: #666;
}

.mylife {
    clear: both;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

.t-p {
    float: left;
    height: auto;
}

.t-p img {
    width: 42px;
    height: 42px;
    border-radius: 200px;
}

.t-r {
    margin-bottom: 15px;
    margin-left: 50px;
    padding-bottom: 5px;
    border-bottom: 1px #eee solid;
    color: #555;
}

.t-r strong {
    font-size: 16px;
}

.t-r p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 24px;
    white-space: pre-wrap;
}

.t-r p img {
	/*display: inherit;*/
	/*margin-top: 10px;*/
    max-width: 200px;
}

.t-r p video {
    background: #222;
}

.t-r span {
    width: 105px;
    display: inline-block;
    font-size: 12px;
}

.t-r .layui-icon {
    font-size: 14px;
}

.shipin {
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

/* 九宫格 */
.pics {
    margin-top: 10px;
    margin-left: 0px;
    width: 573px;
}

.pics img {
    margin-bottom: 4px;
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 140px;
    min-width: 140px;
    min-height: 140px;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.10);
    object-fit: cover;
}

.pics img:only-child {
    max-width: 285px;
    max-height: 285px;
  /*相当于删除已设置的某一属性*/;
}

.pics img:nth-child(3):nth-last-child(4) {
    margin-right: 10px;
}

.pics img:nth-child(3):nth-last-child(7),.pics img:nth-child(6):nth-last-child(4) {
    margin-right: 10px;
}

/* 文章列表 */
.list-article-pic {
    float: left;
    width: 140px;
    height: 140px;
}

.list-article-pic img {
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #f2f2f2;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.list-article h1 {
    margin-top: 0;
}

.list-article-title {
    float: right;
    width: 465px;
}

.list-article p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
    line-height: 23px;
    margin-top: 10px;
    color: #666;
}

.list-article-title p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
    line-height: 23px;
    margin-top: 10px;
    color: #666;
}

.list-article-item {
    float: right;
    width: 465px;
}

.list-article-item p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 50px;
    line-height: 23px;
    margin-top: 10px;
    color: #666;
}


.list-article {
    background: #fff;
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px #d2e1d6;
    margin-bottom: 10px;
}

.list-article h1 {
    padding-bottom: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-article-price {
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
}

.list-article-price span {
    color: #e20919;
    font-size: 18px;
    margin-bottom: 5px;
}

.list-article p {
    color: #666;
}

.list-article p span {
    margin-right: 10px;
}

.list-article-msg {
    margin-bottom: 10px;
}

.list-article-msg span {
    color: #999;
    margin-right: 10px;
}

.list-article-msg span a {
    color: inherit;
}

.list-article-msg span a:hover {
    color: #1e9fff;
}

/* 文章详情页 */
.title-article-content {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px 1px #d2e1d6;
}

.title-article-content h1 {
    margin-top: 0;
    padding: 10px 0 0 10px;
    font-size: 22px;
    color: #333;
}

.title-article-content .text p {
    color: #666;
    margin: 10px;
}

.title-article-content p span {
    margin-right: 10px;
}

.title-article-content .title-msg {
    margin-bottom: 0;
    padding: 0 0 0 10px;
}

.title-article-content .title-msg span {
    margin-right: 10px;
    color: #999;
}

.title-article-content .title-msg span a {
    color: inherit;
}

.title-article-content .title-msg span a:hover {
    color: #1e9fff;
}

.title-article-content hr {
    background-color: #eee;
}

.page-text {
    overflow: hidden;
    margin: 15px 0;
    padding: 15px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

.page-text div a {
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 7px 0 !important;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-text-left {
    padding: 5px;
    width: 49%;
    height: 40px;
    padding-left: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #e8eff0;
}

.page-text-right {
    padding: 5px;
    width: 49%;
    height: 40px;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #e8eff0;
}

/* 标签列表页 */
.list-tags {
    background: #fff;
    padding: 15px 0 15px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

.tags-initial {
    overflow: hidden;
    margin: 10px 0 15px;
}

ul.tags-initial li {
    float: left;
    margin: 0 5px 5px 0;
    width: 2.88%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
}

ul.tags-initial li a {
    color: #666;
}

.title-tag {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 2% 2% 0;
    padding: 15px 20px;
    width: 48%;
    height: 155px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.title-tag h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 500;
    font-size: 16px;
}

.title-tag p {
    height: 65px;
    color: #666;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.title-tag p span {
    margin-right: 10px;
}

.title-tag .article-msg {
    margin-top: -2px;
    margin-bottom: 10px;
}

.title-tag .article-msg span {
    margin-right: 10px;
    color: #999;
}

.title-tag .article-msg span a {
    color: inherit;
}

.title-tag .article-msg span a:hover {
    color: #1e9fff;
}

.list-tags-pic {
    float: left;
    overflow: hidden;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
}

.list-tags-pic img {
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.tag-views {
    float: right;
    margin-top: -53px;
    padding: 1px 8px 1px 8px;
    border: 1px solid #eee;
    border-radius: 15px;
    color: #999;
    font-size: 12px;
}

/* 标签详情页 */
.title-tags {
    padding: 20px 20px 0 20px;
    width: 100%;
    height: 190px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 3px 1px #d2e1d6;
    margin-bottom: 15px;
}

.title-tags h1 {
    margin-top: -5px;
    font-size: 22px;
    color: #333;
}

.title-tags h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

.title-tags p {
    height: 65px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
}

.title-tags p span {
    margin-right: 10px;
}

.title-tags button {
    cursor: pointer;
    float: right;
    margin-top: 15px;
    border-radius: 30px;
    padding: 5px 12px;
    margin-right: 15px;
    background: #fff;
    border: 1px #d2d2d2 solid;
}

.title-tags .article-msg {
    margin-top: -2px;
    margin-bottom: 10px;
}

.title-tags .article-msg span {
    margin-right: 10px;
    color: #999;
}

.title-tags .article-msg span a {
    color: inherit;
}

.title-tags .article-msg span a:hover {
    color: #1e9fff;
}

.tag-website {
    float: right;
    margin-top: -5px;
    padding: 0 12px 2px 12px;
    border: 1px solid #f7f8f9;
    border-radius: 15px;
    background-image: linear-gradient(67deg, #598fa5, #3dd294d9);
}

.tag-website a {
    color: #fff;
    font-size: 12px;
}

.tag-website .layui-icon-release:before {
    content: "\e609";
    font-weight: 500;
    font-size: 12px;
}

.tag-channel {
    float: left;
    margin: 0 1% 1% 0;
    padding: 10px 5px;
    width: 24%;
    border: 1px solid #eee;
    border-radius: 4px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}

.tag-channel a {
    color: #454545;
}

.tag-channel .layui-icon {
    color: #04294ed9;
    font-size: 26px;
}

.layui-tab-title {
    margin-bottom: 10px;
    border-bottom-color: #e9e9e9;
    color: #333;
}

.list-tag-pic {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #eee;
    text-align: center;
    line-height: 96px;
}

.list-tag-pic img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.list-tag-title {
    float: right;
    width: 450px;
}


/* 标签详情页文章部分 */
.baike-text {
    padding: 0;
    line-height: 24px;
    color: #666;
}

.list-tags-card {
    margin-bottom: 10px;
}

.tags-article {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.tags-article h1 {
    margin-top: 0;
    padding: 0;
    font-size: 16px;
}

.tags-article p {
    margin-bottom: 10px;
    color: #999;
}

.tags-article p span {
    margin-right: 10px;
}

.tags-article .article-msg {
    margin-bottom: 0px;
    padding: 0;
}

.tags-article .article-msg span {
    margin-right: 10px;
    color: #999;
}

.tags-article .article-msg span a {
    color: inherit;
}

.tags-article .article-msg span a:hover {
    color: #1e9fff;
}

.layui-tab-brief&gt;.layui-tab-title .layui-this {
    color: #5fb878;
}

/* 标签云 */
.tags {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

.tags div a {
    overflow: hidden;
    margin: 0 0 7px 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tags-text i {
    color: #666;
}

.layui-btn-xs-right {
    padding: 0 5px;
    width: 48.5778%;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
}

.layui-btn-xs-right img {
    margin: 0 5px 2px 0;
    padding: 0;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

.layui-btn-xs {
    padding: 0 5px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
}

.layui-btn-xs img {
    padding: 0 5px 2px 0;
    width: 12px;
    height: 12px;
}

.layui-btn-primary {
    border: 1px solid #e6e6e6;
    margin-left: 10px;
}

/* 搜索 */
.search-form {
    width: 260px;
}

.search-form input {
    border-radius: 5px 0 0 5px;
    width: 330px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEeUlEQVRYR72XW2icRRTHz5nsqmkgqRDBFqWCILYPKrISCSb7zXxWEKVWi4JYKzRYtEqrPnir2hpaaMmLlto+KKWxIijSRuqDIt9MkgqNdcULCMFavIF9qBeyJqvFzfxl1t1l8uXbzZcLDuyyO3MuvzlzzlyYUrRCoZCdnJwMrLXrieg6IlpBRCuJ6AKAX5jZfT4BMKSU+iqFyboINxMeGxtrn5qaepqIHieijjSGmfksEfVLKd9iZjuXTkMAY0wfgL0AOucy0mD8a2beopT6tJn+LAAX7omJif1E9MgCHftqF4jo4TAMjzayNQPAOS8Wix8AuC1JgZnHiegEEY0LIc5Zay8CsJKZbyKiOwFclqQnhHhWSrkv0abfGUXRoaSZM/NwJpN5pre393SjmQAQw8PD9wPYDeAqX46ZIYTYEATB8bh+PQJuza21b8QUywC2hWHowFI1Y8wl1trXiWhjTGFKCJGTUroozqwCl+2lUumsn3DMXHZhVUp9lMpzTEhrvQ+AqyC/nQjDcN0sgCiKdhPRjpjw1vnMPA4JgLXWx4jI7R311tLS0hsEwclaB1ez/rxf527NlVJyITP3dYwxndZaty+0e/1DYRjeXQeIoshl/IwwZ7PZrmYJNx8wrfVLAF72dEqtra2d3d3df7k+F6bXAGytEzGPK6VWz8dJM9koilYR0Q+xZVgXBIEr5wrASQC3eAADSql48iyKJ4oidz64M6TShBAvSCn31AC+A3C1B9CnlDq8KI8xZa31OwDu83wcVEo9VgMoAWj16G6XUn64lABRFL1CRNs9m8fDMLynBvAHgOUe3Xql1PtLCaC1PgjgUc/me2EY3lsBiKLoGyJa4w0uqv6TwLXWQwDu8iZ5SClVSXyXhB8DuNUbPKyU6luqCLgNyRjzE4ArvGWuH05ucKe1dpcHcF5KeXmay0QaSGNMzlr7WawMu4MgOFWJgDHmBmvtF74AMz+glHo7jYO5ZLTWgwA2eXLFjo6Ozlwu908FwH1preOl+D0zr5FS/j2Xg2bj1cl97krfi/B+pVS9IioAxpiHrLVHYlE4qpTyyefFYoxZbq1117FrPEWbyWSuzefzZ+pA7oe7TGit3TLUdyvXL4TYGwTB8+5CMR/vzrm7IQPIx/ReDcPwiRkTrf0xxtxsrR0mootjkTjW1ta2paur67c0EFrr6wG8G5u5U/1dCLFKSjmZCFDNhU0ABhMcFYloIJPJDObz+Z+TQEZHR28sl8vbADzor7kvK4TYJaX0T8b/ktBvWuvniGiPq98kR8z8JYBxZj7nogVgBTPnAFyZJkJxiEQnWusNAN4komVpjDaSYWa3zV8aH2fmnUqpftff8GEyMjKyenp6egDAHQuAsMx8gJl3uHshgBcbQTR9mlXzwmXyU0S01j81GyzPn0R0JJvNHujp6fm2JqO17m8AsX1OgJqRQqGwrFgsrnWlWn2MuAfqNBG5++SPRDTa3t5+urbDJeTWLAhm/jU1wAKWYZZKQiTO/K8A1SV9EoB7Arh9YfO/IDIElrdEorIAAAAASUVORK5CYII=) no-repeat 18px 10px;
    background-size: 16px;
    border: 2px solid #d2e1d6!important;
    font-size: 14px;
    float: left;
}

.search-form .close {
    position: absolute;
    right: 90px;
    top: 12px;
    z-index: 20;
    font-style: 20px;
    color: #999;
    cursor: pointer;
}

.search-form button {
    width: 70px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    background-color: #5fb878;
    color: #fff;
    border: 0;
    font-size: 16px;
}

.layui-icon {
    font-family: "layui-icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 搜索框 */
.component {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

.component .layui-input {
    width: 175px;
    /*height: 30px;*/
    /*padding-left: 12px;*/
    /*font-size: 12px;*/;
}

/* 搜索不到内容 */
.post {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.post .post-title {
    text-align: center;
}

.baoliao {
    background: #fff;
    color: #333;
    padding: 25px 25px 25px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 3px 1px #d2e1d6;
    background-image: linear-gradient( 
180deg,rgb(179 237 195 / 38%),hsla(0,0%,100%,0));
}

.btn-go {
    margin: 24px auto 0;
    display: block;
    color: #fff;
    width: 160px;
    background-image: -webkit-gradient(linear,left top,right top,from(#ff5a3c),to(#e62828));
    background-image: -o-linear-gradient(left,#ff5a3c 0,#e62828 100%);
    background-image: linear-gradient( 
90deg,#5fb878,#47a392);
    -webkit-box-shadow: 0 2px 5px 0 rgb(230 40 40 / 30%);
    box-shadow: 0 0 3px 1px #d2e1d6;
    border-radius: 20px;
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.baoliao a:hover {
    color: #f7f4f1;
}

/* 分类 */
.column {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

.column ul {
    overflow: hidden;
}

.column ul li {
    padding: 5px 10px;
}

.column ul span {
    float: right;
    color: #999;
}

.column ul i {
    color: #999;
    font-size: 12px;
}

/* 广告 */
.ads {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

/* 友情链接 */
.link {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 3px 1px #d2e1d6;
}

.link div a {
    display: inline-block;
    text-align: center;
    width: 45%;
    margin: 0 6px 5px 0 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background-color: #fff;
    color: #555;
}

.link i {
    color: #666;
}

/* 页码 */
.page-navigator {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inherit;
}

.page-navigator a:hover {
    background: #393d49;
    color: #fff;
}

.page-navigator .current {
    background: #79b67c;
    color: #fff;
}

/* 底部 */
.footer {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 37px;
}

.layui-breadcrumb a {
    color: #666!important;
}

.footer span {
    color: #999;
}

.footer .t-copy {
    text-align: center;
}

/* 评论 */
.pinglun {
    margin-bottom: 10px;
}

.pinglun li {
    margin-bottom: 10px;
}

.pinglun .pl-dan {
    border-radius: 4px;
}

.pinglun .t-p {
    float: left;
}

.pinglun .t-p img {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(210,210,210,0.2);
    border-radius: 200px;
}

.pinglun .t-u {
    margin-left: 70px;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pinglun .t-u .t-g {
    color: #999;
    font-size: 12px;
}

.pinglun .t-u .t-btn a {
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 4px;
    margin-right: 10px;
    border: #e2e2e2 1px solid;
    color: #909090;
}

.pinglun .t-u .t-btn a:hover {
    background: #1ab667;
    color: #fff;
    border: #1ab667 1px solid;
}

.pinglun .t-s {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #888;
}

.pinglun .t-s a {
    float: left;
    margin-right: 10px;
    color: #888;
}

.pinglun .t-s p {
    word-break: break-all;
}

.pinglun .cancel-comment-reply {
    background: #f05050;
    padding: 2px 5px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}

.pinglun .cancel-comment-reply a {
    color: #fff;
}

.comment-children .pl-dan {
    padding-left: 65px;
}

.comment-children .t-u {
    margin-left: 30px;
    padding-left: 38px;
    border-left: 1px solid #eee;
}

/* 表情 */
.publisher .trigger {
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

.publisher .trigger-active {
    color: #eb7350;
}

.publisher .result {
    padding: 10px 15px;
    border: 1px dotted #dbdbdb;
    margin-top: 10px;
    height: 150px;
    line-height: 24px;
}

.result img {
    vertical-align: middle;
}

.widget-layer {
    position: relative;
    width: 400px;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
}

.widget-layer:before {
    position: absolute;
    top: -16px;
    left: 2px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #dbdbdb;
}

.widget-layer:after {
    position: absolute;
    top: -15px;
    left: 2px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #f0f0f0;
}

.widget-layer .widget-tool {
    height: 28px;
    background: #f0f0f0;
}

.widget-layer .widget-close {
    float: right;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: Arial;
}

.widget-layer ul {
    width: 400px;
    margin: 0 auto;
    padding: 15px;
    overflow: hidden;
}

.widget-layer li {
    position: relative;
    z-index: 8;
    float: left;
	/*width: 22px;*/
	/*height: 22px;*/
    padding: 4px;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}

.widget-layer li:hover {
    z-index: 9;
    border-color: #eb7350;
}

.white-on-hover {
    background-color: #f6f6f6;
}

.white-on-hover:hover {
    background-color: #fff;
}

#piclist {
    margin-top: 15px;
    display: none;
}

#piclist div {
    display: inline-block;
}

#piclist img {
    width: 150px;
    height: 150px;
}

/* 自适应布局 */
@media (min-width: 1200px) {
    .layui-container {
        width: 1190px;
    }

    .layui-main {
        width: 1160px;
    }
}

@media (max-width: 1200px) {
    .layui-main {
        width: 100%;
    }

    .component .layui-input {
        width: 140px;
    }
}

@media (max-width: 992px) {
    .layui-main {
        width: 100%;
    }

    .component .input {
        width: 82%;
    }

    .component .layui-input {
        width: 100%;
    }
}

@media (min-width: 768px) {
}

/* 移动端自适应样式 */
@media (max-width: 768px) {
    /* 头部导航 */
    .header {
        height: 60px;
    }
    
    .logo {
        left: 5px;
        top: 2px;
    }
    
    .logo img {
        width: 180px;
        height: 50px;
    }

    /* 搜索框 */
    .search-form {
        width: 100%;
    }
    
    .search-form input {
        width: calc(100% - 70px);
    }

    /* 文章列表 */
    .list-article-pic {
        width: 100px;
        height: 100px;
    }
    
    .list-article-pic img {
        width: 100px;
        height: 100px;
    }
    
    .list-article-title,
    .list-article-item {
        width: calc(100% - 120px);
    }

    /* 九宫格图片 */
    .pics {
        margin-left: 0;
        width: 100%;
    }
    
    .pics img {
        max-width: 32%;
        min-width: 32%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    /* 标签页 */
    .title-tag {
        height: auto;
        padding: 10px;
    }
    
    ul.tags-initial li {
        width: 8%;
    }

    /* 评论区 */
    .comment-children .pl-dan {
        padding-left: 30px;
    }
    
    .pinglun .t-p img {
        width: 40px;
        height: 40px;
    }
    
    .pinglun .t-u {
        margin-left: 50px;
    }

    /* 表情选择器 */
    .widget-layer {
        width: 100%;
    }
    
    .widget-layer ul {
        width: 100%;
        padding: 10px;
    }

    /* 布局调整 */
    .layui-container {
        padding: 0 10px;
    }
    
    .left-nav,
    .login,
    .ziliao,
    .ads {
        padding: 10px;
        margin-bottom: 10px;
    }
}

/* 超小屏幕设备 */
@media screen and (max-width: 480px) {
    .header .layui-nav .layui-nav-item a {
        padding: 0 8px;
        font-size: 14px;
    }
    
    .list-article-pic {
        float: none;
        margin: 0 auto 10px;
    }
    
    .list-article-title,
    .list-article-item {
        float: none;
        width: 100%;
    }
    
    .pics img {
        max-width: 49%;
        min-width: 49%;
    }
    
    .title-tag {
        margin: 0 0 10px 0;
        width: 100%;
    }
}

/* 兼容系统默认markdown排版样式 */
.text p {
    margin: 10px 20px;
    color: #666;
}

.text ol, .text ul {
    margin: 14px 0px;
    padding-left: 40px;
}

.text ol li {
    list-style: decimal;
}

.text ul li {
    list-style: disc;
}

.wl-editor {
    width: calc(100% - 1.5em)!important;
}</pre></body></html>