aside.main {
    flex-grow: 1;
    width: 100%;
    padding-right: 10px;
}
.fa-chevron-circle-right:before {
    content: "\279C" !important;
}
#top-anime {
    margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
    aside.main {
        padding-right: 0px;
    }
    #top-anime {
        margin-bottom: 0;
    }
}
.head .more {
    color: #515151;
    font-size: 16px;
}
.head .more:hover {
    color: #5a2e98;
}
.ani.items .item .poster .playing-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 23.5px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    transition: all .3s;
    cursor: pointer;
    top: -34px;
    border-radius: 50%;
    background: #fff;
    color: #fd7e14;
}
.ani.items .item .poster .playing-remove:hover {
    box-shadow: 0 0 15px 15px rgba(0,0,0,.5);
}
.ani.items .item .poster:hover .playing-remove {
    opacity: 1;
    top: 10px;
}
.ani.items .item .poster .playing-remove:hover:before {
    color: #dc3545;
}
.ani.items .item .poster .playing-remove:before {
    content: "\f00d";
    font-family: "FontAwesome";
    color: #222;
    font-size: 16px;
}
.ani.items .item .poster .meta.playing .progress {
    width: 100%;
    height: 2rem;
    z-index: 5;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.ani.items .item .poster .meta.playing .progress span {
    background: #5a2e98;
    height: 100%;
    display: block;
}
@media screen and (max-width: 880px) {
    .ani.items .item .poster .playing-remove {
        top: 10px;
        opacity: 1;
        width: 30px;
        height: 30px;
        line-height: 28.5px;
    }
    .head .more {
        font-size: 14px;
    }
}