body {
    background-color: #f5f8f8;
    background-image: url('/images/background/seamless-02.png');
}

nav.pc,
nav.mobile {
    background-color: #402d05;
    background-image: url('/images/background/9_nav.webp');
}

nav.pc .menu:hover {
    color: #fc6;
}

nav.pc .menu>.subs {
    background-image: url('/images/background/9_nav.webp');
    color: #fff;
}

nav.pc .menu>.subs a {
    color: #fff;
}

.torrent-list .torrent-item {
    display: flex;
    padding: 0.5rem 0;
    border-top: 1px dashed #eee;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.torrent-list .torrent-item>div {
    flex: 0 0 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.torrent-list .torrent-item>.category {
    flex: 0 0 5rem;
}

.torrent-list .torrent-item>.title {
    flex: 1;
}

.torrent-list .torrent-item>.size {
    flex: 0 0 5rem;
    text-align: right;
}

.hint {
    border: #ccc 1px solid;
    background-color: #301d05;
    color: #fff;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.hint>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.hint .title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
    .layout-lr .left-1,
    .layout-lr .right-1 {
        display: none;
    }
}