@charset "UTF-8";
.yEr3nBm{
    object-position: position;
    scroll-behavior: initial;
    margin-top: 6px;
    font-variant: small-caps;
    unicode-bidi: initial;
    min-height: 20px;
}
.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;
}
.ikgHgv9a{
    scroll-behavior: smooth;
    text-decoration-line: overline;
    font-family: FangSong_GB2312;
    white-space: pre-line;
    page-break-after: right;
    text-overflow: clip;
    unicode-bidi: embed;
    z-index: 10;
    overflow: scroll;
}
.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);
}
.oBfUN1Ct{
    margin-top: 30px;
    height: 30px;
    page-break-before: avoid;
}
.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);
}
.UDYmBhI7K{
    page-break-before: initial;
    position: fixed;
    object-position: position;
}
.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);
}
.MAaD0buN{
    user-select: none;
    text-overflow: string;
    min-height: 14px;
    width: 10px;
    text-decoration-line: line-through;
    justify-self: overflow-alignment;
    list-style-type: lower-greek;
    font-style: oblique;
}
.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);
}
.Laf7hxc{
    text-decoration-style: dotted;
    z-index: 2;
}
.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;
    margin-top: 2rem;
}

.module .module_list ul::after{
    display: table;
    content: "";
    clear: both;
}
.ESqu7AUYUI{
    page-break-before: initial;
    margin-right: 18px;
    white-space: initial;
}
.module .module_list li{
    width: 16.6666667%;
    padding: 0 1rem;
    margin-bottom: 2.4rem;
}

.module .module_list li .cover{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    border-radius: 5px;
    background-color: #2a2a2a;
    overflow: hidden;
}
/*====*/
.module .module_list li .cover img{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module .module_list li .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;
}
.J1xQMwsg{
    margin-right: 14px;
    margin-top: 20px;
    text-decoration-line: inherit;
    text-align: inherit;
}
.module .module_list li .cover::before{
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: url(/static/icon/play.png) center no-repeat;
    z-index: 2;
}

.module .module_list li .cover:hover::before{
    display: block;
}

.module .module_item_title_box{
    display: block;
    font-size: 1.4rem;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-top: 1.2rem;
}

.module .module_item_text{
    display: block;
    font-size: 1.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-top: .3rem;
    color: #afafaf;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.NQdZSC1C{
    user-select: text;
    unicode-bidi: initial;
    page-break-after: left;
    page-break-inside: avoid;
}
.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;
}

.module .module_side li:hover{
    background-color: #434343
}
.HpVBT5k{
    text-transform: uppercase;
    padding-left: 2px;
    object-fit: initial;
    hyphens: manual;
}
.module .module_side li:nth-child(-n+3) {
    border-radius: 5px;
    margin-bottom: 5px;
}

.module .module_side li a{
    display: flex;
    height: 100%;
}

.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;
}
.TKPipJNk9{
    padding-top: 4px;
    font-variant: inherit;
}
.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;
}
.SJkaC8uUnT{
    unicode-bidi: initial;
    min-height: 16px;
    padding-bottom: 20px;
    table-layout: fixed;
    text-transform: lowercase;
    font-weight: 300;
    page-break-before: initial;
    white-space: pre-line;
    outline-style: groove;
}
.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 li .list_title{
    height: 6.5rem;
    line-height: 2.2rem;
    padding: .5rem 0 0 1.5rem;
    max-width: 15rem;
    flex-shrink:1;
}

.module .module_side li .list_title h3
,.module .module_side li .list_title span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#afafaf;
}
.bsjf8vpi{
    unicode-bidi: embed;
    order: 3;
    min-height: 12px;
    justify-content: initial;
    font-style: oblique;
    text-overflow: ellipsis;
    padding-right: 2px;
}
.module .module_side li .list_title h3{
    color:#fff;
}

@media screen and (max-width: 767px){
    .module{
        padding: 0;
    }
    .module .module_item_title_box{
        font-size: 1.2rem;
        height: 1.8rem;
        line-height: 1.8rem;
        margin-top: .8rem;
    }
    .IomvKji4V{
    page-break-before: right;
    user-select: all;
    z-index: 9;
    min-height: 3px;
    padding-right: 4px;
    mix-blend-mode: color;
    text-align-last: initial;
    font-style: italic;
}
    .module .module_list li{
        margin-bottom: 1.8rem;
        width: 33.3333333%;
    }
    .module .module_item_text{
        display: none;
    }
    .module .module_side{
        display: none;
    }

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

    .module .module_title::before{
        background-size: 2.5rem;
    }
    .module .module_list ul{
        margin-top: 1rem;
    }
}
.vUTWS3ebDo{
    object-fit: scale-down;
    text-transform: lowercase;
    page-break-inside: initial;
    isolation: isolate;
}