body.home {
    background-color: #ffffff;
}

.single.box-show,
.homedia,
.search-null,
.side-brick,
.box-show,
.post-list,
.post-list,
.widget,
#primary,
.line-box,
.link-box,
.ads,
.top_list,
.navcates {
    background-color: rgba(255, 255, 255, 0.95);
}

.single.box-show,
.post-list,
.widget,
#primary,
.line-box,
.link-box {
    background-image: url(/static/index/image/20220202163134164379069421915.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 600px;
    border-top-width: 0;
}

html,
body {
    height: 100%
}

body {
    display: flex;
    flex-direction: column;
}

#pjax_on {
    flex: auto
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}