<html><head></head><body>.content-inner&gt;#post {
    background: rgba(255,255,255,1);
}

[data-theme="dark"] .content-inner&gt;#post {
    background: rgba(0,0,0,1);
}

#aside-content .card-widget{
    background: rgba(255,255,255,.9);
}

[data-theme="dark"] #aside-content .card-widget{
    background: rgba(0,0,0,.8);
}

#recent-posts .recent-post-item{
    background: rgba(255,255,255,.9);
}

[data-theme="dark"] #recent-posts .recent-post-item{
    background: rgba(0,0,0,.8);
}

[data-theme="dark"] #catalog_magnet .magnet_item{
    background: rgba(0,0,0,.8);
}

[data-theme="dark"] #welcome-info{
    background: rgba(0,0,0,.8);
}

[data-theme="dark"] #catalog_magnet .magnet_link{
    color: white;
}


[data-theme="dark"] #web_bg {
    position: fixed;
    z-index: -999;
    width: 100%;
    height: 100%;
    background: url(/pic/sygx.png);
    background-attachment: local;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer {
  background: rgba(0,0,0,.8);
}

#page-header {
  background: transparent !important;
}

[data-theme="dark"] #footer::before {
  background: transparent !important;
}
[data-theme="dark"] #page-header::before {
    background: transparent !important;
    background-color: rgba(0,0,0,0.4) !important;
}

[data-theme="dark"] #web_bg::before, [data-theme="dark"] #footer::before, [data-theme="dark"] #page-header::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    content: '';
}



/* 自定义底部  start */
#ft {
    max-width: 1200px;
    margin: 0 auto 5px;
    display: flex;
    color: rgb(255 255 255 / 80%) !important;
    text-align: left;
    flex-wrap: wrap;
}

.ft-item-1,
.ft-item-2 {
    display: flex;
    height: 100%;
    padding: 10px 14px;
}

.ft-item-1 {
    flex-direction: column;
    flex: 2;
}

.ft-item-2 {
    flex: 1;
    flex-direction: column;
}

.t-top {
    display: flex;
}

.t-top .t-t-l {
    display: flex;
    flex-direction: column;
    flex: 1.4;
    margin-right: 10px;
}

.t-top .t-t-l .bg-ad {
    width: 85%;
    border-radius: 10px;
    padding: 0 10px;
}

.btn-xz-box {
    margin-top: 10px;
}

.btn-xz {
    display: block;
    background-color: var(--btn-bg);
    color: var(--btn-color);
    border-radius: 10px;
    text-align: center;
    line-height: 2.4;
    margin: 8px 0;
    cursor: pointer !important;
}

.btn-xz:hover {
    text-decoration: none !important;
}

.btn-xz-box:hover .btn-xz {
    background-color: #6f42c1;
}

.t-top .t-t-r {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ft-links {
    padding: 0 14px;
    list-style: none;
    margin-top: 0 !important;
}

.ft-links li a {
    display: inline-block !important;
    width: 50%;
    cursor: pointer !important;
}

.ft-links li a:hover {
    text-decoration: none !important;
    color: #49b1f5 !important;
}

.ft-item-2 .ft-img-group {
    width: 100%;
    margin-top: 10px;
}

.ft-t {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 600;
}

.t-l-t {
    padding-left: 14px;
}

.ft-item-2 .ft-img-group .img-group-item {
    display: inline-block;
    width: 18.4%;
    margin-right: 14px;
    margin-bottom: 6px;
}

.ft-item-2 .ft-img-group .img-group-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

.ft-item-2 .ft-img-group .img-group-item a img {
    width: 100%;
    max-height: 80px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {

    .ft-item-1 {
        flex-basis: 100% !important;
    }

    .ft-item-2 {
        flex-basis: 100% !important;
    }

    .t-top .t-t-l .bg-ad {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .t-top {
        flex-wrap: wrap;
    }

    .t-top .t-t-l {
        flex-basis: 100% !important;

    }

    .t-top .t-t-r {
        margin-top: 16px;
        flex-basis: 100% !important;
    }
}
/* 自定义底部  End */

/* 自定义页脚图片位置及缩放  End */
.juse-img {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.juseimg {
    transform: scale(1.3);
    transition: transform 0.5s;
}

.juseimg:hover {
    transform: scale(1.5);
}</body></html>