.small-nav {
    height: 0;
}
.top {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}
.bg-box {
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.bg {
    position: absolute;
    top: -10%;
    left: -10%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateZ(0);
    background-position-y: 50%;
    filter: blur(100px) saturate(180%);
    -webkit-filter: blur(100px) saturate(180%);
    -ms-transform: translateZ(0);
}
.bg-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.details-img {
    width: 240px;
    border-radius: 10px;
    aspect-ratio: 197 / 278;
    object-fit: cover;
}
.details-img:hover{
    cursor: pointer
}
.details {
    display: inline-block;
    width:  calc(100%);
    position: absolute;
    padding-left: 25px;
}

h1 {
    color: #ffffff;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.details ul {
    list-style: none;
    font-size: 14px;
    color: rgba(255,255,255,.6);
    width: calc(100% - 280px);
    display: block;
    max-width: 900px;
}
.info {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffffcc;
    float: left;
    width: 100%;
    white-space: nowrap;
}
.details li span {
    color: #ffffff99;
    margin-right: 5px;
}
.desc2 {
    word-wrap:break-word;
    word-break:break-all;
    white-space: break-spaces;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.sub{
    color: #ffffff99;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.btn-box {
    clear: both;
    position: relative;
    top: 15px;
}
.play-btn {
    width: 110px;
    height: 40px;
    color: #ffffff !important;
    background: var(--color);
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
}
.bottom {
    background-color: #ffffff;
    position: relative;
}
hr {
    border: none;
    height: 1px;
    background-color: #eeeeee;
    margin: 25px 0;
}

.story {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    max-width: 800px;
    padding-bottom: 20px;
}
main {
    padding-bottom: 0;
}
@media screen and (orientation:portrait) {
    .details-img {
        width: 150px;
    }
    .details {
        padding-left: 15px;
        width: calc(100% - 170px);
    }
    .details ul {
        width: 100%;
    }
    .info {
        display: none;
    }
    h1 {
        font-size: 20px;
    }
    .mobile-info {
        display: block;
    }

}