.mainbody{
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.link-color{
    color: #31bdec;
}
.header{
    padding: 20px 0;
}
.release-m{
    margin-left: 0;
}
.search-box{
    width: 380px;
    float: left;
}
.web-nav{
    width: 100%;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-sizing: border-box;
}
.web-nav ul li{
    font-size: 16px;
    line-height: 32px;
    padding: 3px 20px;
}
.web-nav ul li i{
    margin-right: 8px;
}
.content-box{
    padding: 0 10px;
}
.list-info,.article,.site{
    padding: 10px 15px;
    margin-bottom: 12px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 5px;
}
.author-tx{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.author-tx img{
    width: 100%;
}
.author-info{
    height: 60px;
    padding-left: 15px;
    width: 300px;
    float: left;
}
.author-name{
    font-size: 22px;
}
.author-pubdate{
    color: #a9a9a9;
}
.info{
    color: #333333;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 0;
    padding-left: 70px;
    text-align: justify;
    box-sizing: border-box;
}
.info-user-group{
    padding: 10px 0;
}
.info-user-action{
    display: inline-block;
    margin-right: 20px;
}
.info-site-title{
    font-size: 18px;
    
    margin: 10px 0;
}
.info-site-title a{
    color: #1296db;
}
.info-site-url{
    margin: 8px 0;
    color: #c1c1c1;
}
.article-cate,.site-cate{
    margin: 10px 0;
}
.article-title,.site-title{
    font-size: 24px;
    padding: 10px 0;
}
.article-body,.site-body{
    font-size: 16px;
    line-height: 1.75em;
    text-align: justify;
}
.article-body p,.article-body div,.article-body ul,.article-body ol{
    margin: 12px 0;
}
.article-body a,.site-body a{
    color: #16baaa;
}
/*emoji*/
.editor{
    font-size: 16px;
    padding: 5px 10px;
    overflow-y: hidden;
    resize: none;
}
.emoji-editor-wrapper {
    position: relative;
}
.emoji-panel{
    position: absolute;
    background: #fff;
    z-index: 9999;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    display: none;
    border: 1px solid #eaeaea;
    padding: 8px 10px;
    box-sizing: border-box;
}
.emojiBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.emoji-item{
    font-size: 22px;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
}
textarea.editor {
    padding-right: 35px;
}
/*emoji end*/
.show-box{
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.show-title{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    line-height: 18px;
    margin: 10px 0;
    margin-bottom: 20px;
}
.show-title:after{
    content: "";
    position: absolute;
    width: 4px;
    height: 14px;
    left: 0;
    top: 2px;
    background: #aaa;
}
.side-list{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 30px;
}
.links-short a{
    white-space: nowrap;
    display: inline-block;
    max-width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user{
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.user-info{
    display: flex;
}
.user-touxiang{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.user-touxiang{max-width: 100%}
.user-fields{
    padding: 0 10px;
}
.domain-title {
    font-size: 28px;
    font-weight: bold;
    color: #1a73e8;
}
.domain-status {
    padding: 6px 12px;
    background: #e8f0fe;
    border-radius: 4px;
    color: #1a73e8;
    font-size: 14px;
    font-weight: 500;
}
.info-section {
    margin-bottom: 30px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 8px;
}
.section-title {
    font-size: 20px;
    color: #1e293b;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
}
.section-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #1a73e8;
    margin-right: 10px;
    border-radius: 2px;
}
.info-grid {
    display: grid;
    gap: 20px;
}
.info-item {
    padding: 16px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}
.info-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.item-label {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.item-label::before {
    content: "•";
    color: #1a73e8;
    margin-right: 6px;
    font-size: 16px;
}
.item-value {
    font-size: 16px;
    color: #1e293b;
    word-break: break-all;
    line-height: 1.6;
}
.highlight {
    color: #1a73e8;
    font-weight: 500;
}
.stats-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.stat-box {
    flex: 1;
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin: 0 10px;
}
.stat-box:first-child {
    margin-left: 0;
}
.stat-box:last-child {
    margin-right: 0;
}
.stat-value {
    font-size: 28px;
    font-weight: bold;
    color: #1a73e8;
    margin-bottom: 5px;
}
.stat-label {
    font-size: 14px;
    color: #64748b;
}
.footer {
    margin-top: 30px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}
.tag {
    display: inline-block;
    padding: 4px 8px;
    background: #e8f0fe;
    border-radius: 4px;
    color: #1a73e8;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.tag-container {
    margin-top: 15px;
}
.pagination {
    margin-top: 20px;
    text-align: center;
}
.pagination li{
    display: inline-block;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 3px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: background 0.3s;
}

.pagination .current {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.pagination a:hover {
    background: #f1f1f1;
    border-color: #aaa;
}