/*觅 知 博 客w w w.9 8 d o u.c n*/.logo2,.icon-rijian{display:none!important}

body {
    width: 100%;
    height: 100%;
    color: #282828;
    line-height: 1.8;
    background: url(https://fileserver.cdn.huya.com/huyavideo_pic_upload/de807c9583e54484a77b112c21f23e00.png) top left, #fff;
    animation: bgLoop 30s linear infinite;
}

body {
    cursor: url(https://www.uzhix.com/wp-content/themes/zibll/uzhix/img/zhuti-quanju16.cur), auto;
}

@media (max-width: 559px) {
    .module-poster-bg {
        width: 0;
        position: absolute;
        top: -170px;
        left: 0;
        overflow: hidden;
        border-radius: 0;
    }
}


@media (max-width: 559px) {
    .homepage:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: linear-gradient(to bottom, #f1f3f500 0%, #e3e6ea00 100%);
        height: 175px;
    }
}


@media (max-width: 559px) {
    .list .sidebar, .app .sidebar {
        background: #e9ecef00;
    }
}


@keyframes bgLoop {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1366px 768px;
    }
}


