.article-content {
    line-height: 1.8;
    font-size: 1.1rem;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.article-content p {
    margin-bottom: 1.2rem;
}

.article-content h1, .article-content h2, .article-content h3 {
    margin: 1.5rem 0 1rem;
}

#img-viewer-mask {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#img-viewer-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s;
}

#img-viewer-close:hover {
    color: #f5576c;
}

.img-viewer-arrow {
    position: absolute;
    top: 0;
    width: 48px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.01);
    transition: background 0.2s;
}

.img-viewer-arrow:hover {
    background: rgba(0, 0, 0, 0.10);
}

#img-viewer-left {
    left: 0;
}

#img-viewer-right {
    right: 0;
}

.img-viewer-arrow span {
    font-size: 2.5rem;
    color: #fff;
    user-select: none;
    text-shadow: 0 2px 8px #000;
    transition: color 0.2s, transform 0.2s;
}

.img-viewer-arrow:hover span {
    color: #f7971e;
    transform: scale(1.12);
}

#img-viewer-img {
    max-width: 90vw;
    max-height: 80vh;
    box-shadow: 0 0 20px #000;
    border-radius: 8px;
    cursor: zoom-out;
}

.article-content {
    overflow-x: auto;
}

.article-content table, .article-content table * {
    all: revert-layer;
}

.art_pren_list{margin-top: 20px;}
.art_pren_list a{text-decoration: none;}

.art_pren_list a:hover{text-decoration: underline;}
.art_pren_list a span{display: block;}

.tips{    margin-top: 20px;
    text-align: left;
    padding: 15px;
    border: 1px dashed rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    border-image: initial;
    border-radius: 8px;
    color:rgb(102, 102, 102);
}
.tips strong{color: #6c63ff;}
.tips span.aspan{text-decoration: underline;color: #6c63ff;}
.tips span.aspan:hover{cursor: pointer}


.site-info-box{display: flex;}

.imgbox {
    width: 280px;
    height: 192px;
    background: rgba(248, 249, 250, 0.8);;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, .15);
    border-radius: 10px;
    transition: background-color .3s;
    flex-shrink: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.imgbox img{
    width: 200px;
    height: 112px;
    margin: 40px;
}

.site-info ul,.site-info li{list-style: none;margin: 0;
    padding: 0;
    border: none;
    outline: none;padding-bottom: 5px;}

.site-info ul li strong{ display:inline-block;width: 4rem;text-align: left;}
.site-info ul li a,.site-info ul li span{font-size:14px;}
.site-info ul li a{text-decoration: none;}
.site-info li.action a{
    background: #6c63ff;
    color: white;
    padding: 4px 8px;
    border: 1px solid #6c63ff;
    border-radius: 6px;    margin-bottom: 6px;
    display: inline-block;}
.site-info li a~a{ margin-left:10px;}


