

main .fluid{
    max-width: 1520px;
}
main .info{
    padding-top: 60px;
    padding-bottom: 24px;
    margin-bottom: 36px;
    align-items: flex-start;
}
main .info>.flex{
    position: relative;
}
main .info .share{
    right: 0px;
    z-index: 2;
    top: 0px;
    position:absolute;
    background: rgb(35, 37, 43);
    border-radius: 4px;
    width: 108px;
    height: 44px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}
main .info .share:hover{
    background: rgb(46, 48, 56);
}
main .info .share img{
    width: 26px;
     margin-right: 4px;
}
main .info .avatar{
    width: 180px;
    overflow: hidden;
}
main .info .txt{
    color: rgb(236, 236, 236);
    position: relative;
    flex: 1;
    font-size: 16px;
    padding-left: 36px;
}
main .info .txt>* + *{
    margin-top: 12px;
}
main .info .txt .name{
    color: #fff;
    font-size: 32px;
    line-height: 1.45;
    font-weight: bold;
}
main .info .txt .names p{
    color: rgb(130, 131, 135);
    margin-right: 32px;

}
main .info .txt .dtl>p{
    position: relative;
    margin-right: 24px;
    line-height: 1.25;
}
main .info .txt .dtl>p + p::before{
    content: '';
    width: 2px;
    background-color: rgb(45, 47, 52);
    height: 12px;
    right: calc(100% + 11px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
main .info .txt .dtl .fg{
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    color: rgb(130, 131, 135);
}
main .info .txt .dtl .fg:nth-child(n + 3){
    margin-top: 12px;
}
main .info .txt .dtl .fg .lbl{
    width: 140px;
}
main .info .txt .dtl .fg .lbl + p{
    flex: 1;
    color: #fff;
    margin-left: 16px;
}
main .info .txt .des{
    position: relative;
}
main .info .txt .des .flip{
    position: absolute;
    bottom: 0;
    right: 0;
    justify-content: flex-end;
}
main .info .txt .des.all{
    -webkit-line-clamp: unset;
}
main .info .txt .des .flip .t{
    background: rgb(17, 19, 25);
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 0px;
}
main .info .txt .des .flip:hover .t{
    color: #03b74d;
}
main .info .txt .des .flip .t .dc{
    width: 12px;
    margin-left: 4px;
}
main .info .txt .des .flip:hover .t .dc img{
    opacity: 0;
    transition: initial;
}
main .info .txt .des .flip:hover .t .dc img:last-child{
    opacity: 1;
}
main .info .txt .des.all .flip .t .dc{
    transform: rotate(-180deg);
}
main .info .txt .des .flip .shadow{
    width: 52px;
    height: 24px;
    background-image: linear-gradient(90deg, rgba(17, 19, 25, 0) 0%, rgb(17, 19, 25) 100%);
}

main .media-info .txt .tags{
    margin: 8px 0;
}
main .media-info .txt .tags p{
    padding:2px 4px;
    margin-right:8px;
    font-size: 13px;
    color:rgb(236,236,236);
    background:rgba(255,255,255,0.08);
    border-radius:2px;
}
main .media-info .txt .tags p:last-child{
    margin-right: 0px;
}
main .ttl{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 24px;
}
main .media{
    position: relative;
    z-index: 2;
}

main .media .cate p{
    background: rgb(35, 37, 43);
    border-radius: 4px;
    margin-right: 12px;
    padding: 10px 12px;
    cursor: pointer;
    color: rgb(169, 169, 172);
    font-size: 14px;
    line-height: 16px;
}
main .media .cate p:hover{
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
main .media .cate p.active{
    color: rgb(28, 199, 73);
}
main .list-contain{
    position: relative;
}
main .list-contain .flip-btn{
    padding: 0 16px;
    width: 16px;   
    opacity: .5;
    box-sizing: content-box;            
}
main .list-contain .flip-btn:hover{
    opacity: 1;
}
main .list-contain .next{
    left: 100%;
}
main .list-contain .prev{
    right: 100%;
}
main .list-contain .prev img{
    transform: rotateY(180deg);
}
main .media .list-box{
    overflow: hidden;
    padding-bottom: 40px;
}
main .media .list-contain .list-box{
    padding-top: 0px;
}
main .media.media0 .list-contain .list-box{
    padding-top: 24px;
}
main .media .list{
    margin-left: -16px;
    white-space:nowrap;
}
main .media .list-box.active .list,
main .media .list-box.active .history{
    transition: .3s transform;
}
main .media .list .item{
    width: calc(12.5% - 16px);
    margin-left: 16px;
    flex-shrink: 0;
    position: relative;
    
}
main .media .history{
    margin-left: -16px;
    margin-bottom: 16px;
}
main .media .history .hItm{
    width: 12.5%;
    font-size: 14px;
    padding-top: 16px;
    padding-left: 16px;
    position: relative;
    height: 30px;
    flex-shrink: 0;
    text-align: center;
    color: rgb(169, 169, 172);
}
main .media .history .hItm::before{
    background:  rgb(45, 47, 52);
    height: 2px;
    position: absolute;
    top: 0;
    left: 0px;
    content: '';
    width: 100%;
}
main .media .history .hItm::after{
    content: '';
    background: rgb(130, 131, 135);
    border: 2px solid rgb(17, 19, 25);
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    left: calc(50% + 8px);
    top: 1px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
main .media.media1{
    margin-bottom: 36px;
}
main .media.media1 .list-box{
    padding-bottom: 24px;
}
main .media.media1 .list .item{
    width: calc(50% / 3 - 16px);
}
main .media.media1 .list .item .cover::before{
    padding-bottom: 56.25%;
}

main .media .list .item>.cover{
    border-radius:4px;
    overflow: hidden;
}

main .media .list .item>.cover::before,
main .media.media2 .list .item .work .sItm .cover::before{
    padding-bottom: 133.3%;
}
main .media .list .item>.txt{
    height: 40px;
    box-sizing: content-box;
    padding-top: 10px;
    font-size: 14px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    overflow: hidden;
}
main .media .list .item>.txt .name{
    color: rgb(255, 255, 255);
    opacity: 0.8;
    font-weight: 500;
    font-size: 14px;
    
}
main .media .list .item:hover>.txt .name,
main .media-info .txt .name:hover{
    color: #03b74d;
}
main .list .item .cover .series{
    background-image: linear-gradient(0deg, rgba(10, 12, 15, 0.8) 0%, rgba(10, 12, 15, 0.74) 4%, rgba(10, 12, 15, 0.59) 17%, rgba(10, 12, 15, 0.4) 34%, rgba(10, 12, 15, 0.21) 55%, rgba(10, 12, 15, 0.06) 78%, rgba(10, 12, 15, 0) 100%);
    height: 60px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}
@keyframes scaleMedia {
    0% {
        transform: scale(0.95);        
    }100% {
        transform: scale(1)
    }  
}

main .media-info{
    cursor: pointer;
    /* display: none; */
    /* display: block; */
    /* width: 282px; */
    color: #fff;
    z-index: 10;
    position: absolute;
    animation: .25s ease 0s 1 normal none running scaleMedia;
}
main .media-info .cover img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
main .media-info .cover::before{
    padding-bottom: 56%;
}
main .play-collect{
    position: absolute;
}
main .media-info .cover .play-collect{
    right: 0;
    bottom: 12px;
}
main .play-collect .btn{
    width: 40px;
    background: #03b74d;
    position: relative;
}
main .play-collect .btn img{
    width: 33.3%;
}
main .play-collect .play img{
    margin-left: 2px;
}
main .play-collect .collect{
    margin: 0 12px;
    background: rgba(255,255,255,.75);
}
main .play-collect .btn.collect:hover{
    background: rgba(255,255,255,.95);
}

main .play-collect .collect img{
    width: 40%;
}
main .media-info .txt{    
    height: 258px;
    position: relative;
    padding:12px 8px 0;
    background:rgb(26,28,34);
}
main .media-info .txt .name{
    font-size: 20px;
    line-height: 24px;
    padding-top: 12px;
    margin-bottom: 8px;
}
main .media-info .txt .num{
    margin-top: 8px;
}
main .media-info .txt .num .score img{
    width: 12px;
    margin-right: 4px;
}

main .media-info .txt .num p{
    font-size: 14px;
    text-shadow:rgba(0,0,0,0.7) 1px 1px 0px;
}
main .media-info .txt .num .score p{
    font-size: 16px;
    color:#03b74d;
}
main .media-info .txt .num i{
    width:2px;
    height: 10px;
    background: #fff;
    opacity: .2;
    margin:0px 6px;
}
main .media-info .txt .tags{
    margin: 8px 0;
}
main .media-info .txt .tags p{
    padding:2px 4px;
    margin-right:8px;
    margin-bottom:6px;
    font-size: 13px;
    color:rgb(236,236,236);
    background:rgba(255,255,255,0.08);
    border-radius:2px;
}
main .media-info .txt .tags p:last-child{
    margin-right: 0px;
}

main .media-info .txt .des{
    font-size: 14px;
    line-height: 20px;
    height: 118px;
}
main .media-info .txt .des p{
    -webkit-line-clamp: 5;
}
main .media-info .txt .more{
    font-size: 14px;
    color: #03b74d;
    justify-content: flex-end;
    position: absolute;
    padding: 0 8px;
    width: 100%;
    bottom: 16px;
    right: 0;
}
main .media-info .txt .more img{
    width: 6px;
    margin-left: 4px;
}

main .media.media2 .list .item{
    width: calc(25% - 16px);
    margin-bottom: 16px;
    padding: 16px;
    background-color: rgb(26, 28, 34);
    transform: initial !important;
}

main .media.media2 .list .item .avatar{
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(45, 47, 52);
}
main .media.media2 .list .item .avatar .mid{
    width: 80px;
    height: 80px;
    overflow: hidden;
}
main .media.media2 .list .item .avatar .txt{
    padding: 12px 0px 12px 16px;
    flex: 1;
}
main .media.media2 .list .item .avatar .txt .name{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
main .media.media2 .list .item .avatar:hover .txt .name{
    color: #03b74d;
}
main .media.media2 .list .item .avatar .txt .pos{
    font-size: 14px;
}
main .media.media2 .list .item .avatar .txt .pos .t{
    
    color: rgb(169, 169, 172);
    margin-right: 16px;
    position: relative;
}
main .media.media2 .list .item .avatar .txt .pos .t + .t::before{
    content: '';
    width: 1px;
    background-color: rgb(45, 47, 52);
    height: 12px;
    right: calc(100% + 7.5px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
main .media.media2 .list .item .avatar .txt .pos .more{
    color: #fff;
    line-height: 1;
}
main .media.media2 .list .item .avatar .txt .pos .more:hover{
    color: #03b74d;
}
main .media.media2 .list .item .avatar .txt .pos .more .dc{
    width: 7px;
    margin-left: 4px;
}
main .media.media2 .list .item .avatar .txt .pos .more .dc img{
    transition: initial;

}
main .media.media2 .list .item .avatar .txt .pos .more:hover .dc img{
    opacity: 0;
}
main .media.media2 .list .item .avatar .txt .pos .more:hover .dc img:last-child{
    opacity: 1;
}
main .media.media2 .list .item .pro{
    padding-top: 16px;
}

main .media.media2 .list .item .work{
    margin-top: 16px;
}
main .media.media2 .list .item .work .sItm{
    width: calc(50% - 16px);
    margin-left: 16px;
    transition: 0.3s transform;
}
main .media.media2 .list .item .work .sItm:hover{
    transform: scale(1.05);
    
}
main .media.media2 .list .item .work .sItm .cover img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
main .media.media2 .list .item .work .sItm>.txt{
    height: 40px;
    padding-top: 10px;
    font-size: 14px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    overflow: hidden;
}
main .media.media2 .list .item .work .sItm>.txt .name{
    
    color: rgb(255, 255, 255);
    opacity: 0.8;
    font-weight: 500;
    font-size: 14px;
    
}
main .media.media2 .list .item .work .sItm:hover>.txt .name{
    color: #03b74d;
}


@media(max-width:1680px){
    main .fluid{
        max-width: 1128px;
    }

    main .ttl{
        margin-bottom: 16px;
    }
    main .info{
        margin-bottom: 0px;
    }
    main .info .share{
        width: auto;
        min-width: 88px;
        padding: 0px 12px;
        height: 36px;
        font-size: 14px;
    }
    main .info .share img{
        width: 20px;
    }
    main .info .avatar{
        width: 150px;
    }
    main .info .txt{
        padding-left: 24px;
        font-size: 14px;
    }
    main .info .txt .name{
        font-size: 28px;
    }
    main .info .txt>* + *{
        margin-top: 10px;
    }
    main .info .txt .des{
        line-height: 20px;
    }
    main .info .txt .des .flip .shadow{
        height: 20px;
    }
    main .info .txt .des .flip .t .dc{
        width: 10px;
    }

    main .ttl{
        font-size: 22px;
    }
    main .media .history{
        margin-bottom: 10px;
    }
    main .media .list .item{
        width: calc(50% / 3 - 16px);
    }
    main .media .history .hItm{
        width: calc(50% / 3);
    }
    main .media.media1{
        margin-bottom: 40px;
    }
    main .media.media1 .list-box{
        padding-bottom: 16px;
    }
    main .media.media1 .list .item{
        width: calc(25% - 16px);
    }
    main .media.media2 .list .item{
        width: calc(100% / 3 - 16px);
    }
    main .media .list .item .cover .series .t{
        font-size: 12px;
    }
    main .list-contain .flip-btn{
        width: 13px;
    }

    main .play-collect .btn{
        width: 32px
    }
   

    main .media.media2 .list .item .avatar{
        padding-bottom: 12px;
    }
    main .media.media2 .list .item .work{
        margin-left: -8px;
    }
    main .media.media2 .list .item .work .sItm{
        width: calc(50% - 8px);
        margin-left: 8px;
    }
  
}

@media(max-width:1024px){
    main .info{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    main .media.media0 .list-contain .list-box{
        padding-top: 16px;
    }
    main .media .list .item{
        width: calc(25% - 16px);
        transition: .3s transform;
    }
    main .media .history .hItm{
        width: 25%;
    }
    main .media.media1{
        margin-bottom: 24px;
    }
    main .media.media1 .list .item{
        width: calc(100% / 3 - 16px);
    }
    
    
    main .media.media2 .list .item{
        width: calc(50% - 16px);
    }
    main .media.media2 .list .item .avatar .mid{
        width: 60px;
        height: 60px;
    }
    main .media.media2 .list .item .avatar .txt{
        padding: 10px 0px 10px 10px;
    }
    main .media.media2 .list .item .work{
        margin-top: 18px;
    }
    
}

@media(max-width:767px){
    main .info{
        padding: 0px;
        padding-bottom: 30px;
    }
    main .info>.flex{
        display: block;
    }
    main .info .avatar{
        width: 100%;
        border-radius: initial;
    }
    main .info .avatar::after{
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0;
        content: '';
        background-image: linear-gradient(rgba(17, 19, 25, 0) 0%, rgb(17, 19, 25) 100%);
    }
    main .info .share{
        height: initial;
        background: initial !important;
        top: calc(100vw - 40px);
        transform: translateY(-100%);
        left: auto;
        right: 15px;
        min-width: initial;
        padding: 0;
    }
    main .info .share p {
        display: none;
        
    }
    main .info .share img{
        width: 24px;
        margin-right: 0px;
    }
    main .info .txt{
        padding: 0 15px;
        margin-top: -40px;
    }
    main .info .txt .name{
        font-size: 32px;
    }
    main .info .txt>* + *{
        margin-top: 8px;
    }
    main .info .txt .names{
        display: block;
    }
    main .info .txt .dtl>p{
        margin-right: 16px;
    }
    main .info .txt .dtl>p + p::before{
        right: calc(100% + 8.5px);
    }

    main .ttl{
        font-size: 20px;
    }
    main .media .cate p{
        min-width: 64px;
        padding: 0px 12px;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
    }
    main .media .list,
    main .media .history{
        margin-left: -8px !important;
    }
    main .media.media0 .list-contain .list-box{
        padding-top: 12px;
    }
    main .media .list-box{
        padding-top: 12px;
        padding-bottom: 16px;
    }
    main .media .list .item{
        width: calc(100% / 3 - 8px);   
        margin-left: 8px !important;
    }
    main .media .list .item:hover{
        transform: scale(1.05);
    }
    main .media .history .hItm{
        width: calc(100% / 3);
        padding-left: 8px;
        height: 2px;
        padding-top: 0;
    }
    main .media .history .hItm::after{
        display: none;
    }
    main .media .history .hItm p{
        position: absolute;
        top: 50%;
        font-size: 12px;
        line-height: 14px;
        padding: 0px 8px;
        left: 0;
        transform: translateY(-50%);
        background: rgb(17, 19, 25);
    }
    main .media.media1{
        margin-bottom: 22px;
    }
    main .media.media1 .list-box{
        padding-bottom: 24px;
    }
    main .media.media1 .list .item{
        width: calc(50% - 8px);
    }
    main .media .list .cover .right-top{
        line-height: 14px;
        font-size: 12px;
        padding: 0px 4px;
        border-radius: 1px 2px;
    }
    main .list-contain .flip-btn{
        width: 10px;
        padding: 0 12px;
    }
    main .list-contain .next{
        left: calc(100% - 12px);
    }
    main .list-contain .prev{
        right: calc(100% - 12px);
    }

    main .media.media2 .list .item{
        width: calc(100% - 16px);
        padding: 0;
        background: initial;
    }
    main .media.media2 .list .item .avatar{
        padding-bottom: 0;
        border-bottom: initial;
    }
    main .media.media2 .list .item .avatar .txt .pos{
        font-size: 12px;
    }
    main .media.media2 .list .item .avatar .txt .pos .more img{
        width: 5px;
    }
    main .media.media2 .list .item .work{
        margin-left: -8px;
    }
    main .media.media2 .list .item .work .sItm{
        width: calc(50% - 8px);
        margin-left: 8px;
    }
    
    
}