@charset "UTF-8";

.module{
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 1400px;
    width: 100%;
    padding: 2rem;
    background-color: #333;
    display: flex;
    justify-content: space-between;
}

.module .module_body{
    flex-shrink:1;
    flex-grow: 1;
}

.module .module_side{
    flex-shrink:0;
    width:18rem;
    margin-left: 1rem;
}

.module .module_header{
    position: relative;
}

.module .module_title{
    font-size: 2.6rem;
    font-weight: 600;
    height: 3.5rem;
    line-height: 3.5rem;
    display: flex;
}

.module .module_title::before{
    content: '';
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    display: none;
    background-size: 3rem;
    float: left;
    margin-right: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5rem;
}

.module .icon_movie::before{
    display: block;
    background-image: url(/static/icon/module_movie.png);
}

.module .icon_hot::before{
    display: block;
    background-image: url(/static/icon/module_hot.png);
}

.module .icon_recommend::before{
    display: block;
    background-image: url(/static/icon/module_recommend.png);
}

.module .icon_variety::before{
    display: block;
    background-image: url(/static/icon/module_variety.png);
}

.module .icon_cartoon::before{
    display: block;
    background-image: url(/static/icon/module_cartoon.png);
}

.module .icon_tv::before{
    display: block;
    background-image: url(/static/icon/module_tv.png);
}

.module .icon_short_play::before{
    display: block;
    background-image: url(/static/icon/module_short_play.png);
}

.module .icon_joke::before{
    display: block;
    background-image: url(/static/icon/module_joke.png);
}

.module .icon_kungfu::before{
    display: block;
    background-image: url(/static/icon/module_kungfu.png);
}

.module .icon_love::before{
    display: block;
    background-image: url(/static/icon/module_love.png);
}

.module .icon_scifi::before{
    display: block;
    background-image: url(/static/icon/module_scifi.png);
}

.module .icon_youth::before{
    display: block;
    background-image: url(/static/icon/module_youth.png);
}

.module .icon_shooting::before{
    display: block;
    background-image: url(/static/icon/module_shooting.png);
}

.module .module_header .more {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 6px;
    line-height: 3.5rem;
    font-size: 14px;
    display: inline-block;
}

.module .module_header .more::after{
    content: '';
    width: 1.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    display: block;
    background: url(/static/icon/right_arrow.png) center center no-repeat;
    background-size: 1.2rem;
    float: right;
    margin-left: .5rem;
}

.module .module_list ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding: 10px 4px;
}

.module .module_list ul::after{
    display: table;
    content: "";
    clear: both;
}

.module .module_list li{
    max-width: calc(16.6666667% - 8px);
    flex: 1 1 calc(16.6666667% - 8px);
    margin:0 .4rem 2.4rem;
}

.module .module_cover{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    border-radius: 5px;
    background-color: #2a2a2a;
    overflow: hidden;
}
.module .module_anchor{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.module .module_anchor i{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: url(/static/icon/play.png) center 40px  no-repeat;
    z-index: 2;
    opacity: 0;
    transition: all .3s ease-in;
}


.module .module_cover .pic_lazy{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/common/static/img/cover_loading.gif) center center  no-repeat;
    background-size:cover;
}

.module .module_sticker_box{
    position: absolute;
    display: flex;
    top:-30px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    justify-content:center;
    padding: 0 6px;

}
.module .module_sticker_box span
,.module .module_sticker_box a{
    flex-grow:1;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #c2c6d0;
    margin: 0 6px;
    border-radius: 5px;
    flex-shrink:0;
}

.module .module_corner{
    top: 0;
    position: absolute;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 0px 8px;
}
.module .module_left_corner{
    left: 0;
    background: #d7dae1;
    border-radius: 5px 0 5px 0;
    color: #00000066;
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.module .module_right_corner{
    right: 0;
    background: #fc4274;
    border-radius: 0 5px 0 5px;
    color: #fff;
}

.module .module_content_box{
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    font-size: 12px;
    left:0;
    bottom:0;
    width: 100%;
    max-height: 52%;
    color: rgba(255,255,255,.7);

    z-index: 3;

    transform: translateY(100%);
    transition: all .3s ease-in;


}
.module .module_content_box a
,.module .module_content_box span{
    color: rgba(255,255,255,.9);
}
.module .module_tag_box{
    margin: 2px 0;
    padding: 0 ;
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: rgba(255,255,255,.7);
}
.module .module_tag_box span,
.module .module_tag_box a{
    color: rgba(255,255,255,.7);
    float: left;
}
.module .module_outer_tag a::before
,.module .module_outer_tag span::before{
    content: "/";
    margin: 0 4px;
}

.module .module_outer_tag a:first-child::before
,.module .module_outer_tag span:first-child::before{
    content:'';
    margin:0;
}

.module .module_inner_tag{
    margin: 8px 0;
}
.module .module_inner_tag a
,.module .module_inner_tag span{
    background-color: #2a2a2a;
    color: hsla(0, 0%, 100%, .6);
    padding: 0 5px;
    line-height: 20px;
    margin: 0 4px 0 0;
    border-radius: 5px;
    line-height: 20px;
    display: inline-block;
}

.module .module_intro{
    margin: 0;
    line-height: 2rem;
    max-height: 8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.module .module_cover:hover .module_content_box{
    transform: translateY(0);

}
.module .module_cover:hover .module_anchor i{
    opacity: 1;
}


.module .module_title_box{
    display: block;
    font-size: 1.4rem;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-top: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.module .module_content_innerbox{
    padding: 0 8px;
}




.module .module_side_title{
    font-size: 2.6rem;
    font-weight: 600;
    height: 3.5rem;
    line-height: 3.5rem;
}

.module .module_side ul{
    margin-top: 2.4rem;
    overflow: hidden;
}

.module .module_side li{
    height: 6.5rem;
    list-style: 6.5rem;
    background-color: #2a2a2a;
    overflow: hidden;
    margin-bottom: 2px;
    display: flex;

}

.module .module_side li:hover{
    background-color: #434343
}

.module .module_side li:nth-child(-n+3) {
    border-radius: 5px;
    margin-bottom: 5px;
}



.module .module_side .list_num{
    position: relative;
    top:.3rem;
    z-index: 1;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 20px;
    text-align: center;
    color: #00000066;
    font-weight: 700;
    font-style: italic;
    font-size: 1.6rem;
    flex-shrink:0;
}

.module .module_side li:nth-child(-n+3) .list_num{
    color: #fff;
}

.module .module_side li .list_num::before{
    content: '';
    width: 4rem;
    height: 2rem;
    border-radius: 3px;
    z-index: -1;
    transform: skewX(350deg);
    background: #d7dae1;
    position: absolute;
    top: 1rem;
    left: -1.6rem;
}

.module .module_side li:nth-child(-n+3) .list_num::before{
    width: 5rem;
    height: 5rem;
    border-radius: 8px;
    transform: rotate(45deg);
    top: -.5rem;
    left:-3.2rem;
}

.module .module_side li:nth-child(1) .list_num::before{
    background: #fc4274;
}

.module .module_side li:nth-child(2) .list_num::before{
    background: #ff8155;
}

.module .module_side li:nth-child(3) .list_num::before{
    background: #fcb80a;
}

.module .module_side .list_title{
    height: 6.5rem;
    line-height: 2.2rem;
    padding: 1rem 0 0 1.5rem;
    max-width: 15rem;
    flex-shrink:1;

}

.module .module_side .list_title h3
,.module .module_side .list_tag
,.module .module_outer_tag{
    display: block;
    overflow: hidden;

}

.module .module_side .list_tag{
    margin-top: 6px;
}
.module .module_side .list_title h3 a{
    color:#fff;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.module .module_side .list_tag a
,.module .module_side .list_tag span{
    color: #afafaf;
    font-size: 1.2rem;
    margin-right:3px;
}

@media screen and (max-width: 767px){
    .module{
        padding: 0;
    }
    .module .module_title_box{
        font-size: 1.2rem;
        height: 1.8rem;
        line-height: 1.8rem;
        margin-top: .8rem;
    }

    .module .module_list li{
        margin-bottom: 1.8rem;
        max-width: calc(33.33% - 8px);
        flex: 1 1 calc(33.33% - 8px);
    }

    .module .module_side,
    .module_sticker_box{
        display: none;
    }
    .module_left_corner{
        text-align: center;
        top: auto;
        border-radius: 0 0 5px 5px;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .module .module_title{
        font-size: 1.8rem;
        margin:.8rem 0 0 .6rem;
    }

    .module .module_title::before{
        background-size: 2.5rem;

    }

}
