@charset "UTF-8";
.HHWKxAbaB8{
    page-break-before: left;
    text-decoration-line: initial;
    height: 6px;
    min-width: 18px;
    user-select: none;
    object-fit: fill;
}
.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;
}
.NEzMHDfT3E{
    margin-bottom: 18px;
    white-space: initial;
    overflow: initial;
    text-decoration-line: underline;
    z-index: 3;
    text-transform: uppercase;
    vertical-align: text-top;
    hanging-punctuation: allow-end;
}
.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);
}
.iVS9Bugc{
    height: 14px;
    font-family: NSimSun;
    text-decoration-style: solid;
    table-layout: fixed;
    min-height: 14px;
    isolation: initial;
    margin-left: 16px;
    object-fit: none;
}
.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);
}
.Urnp5LIdeG{
    outline-style: dotted;
    font-size: 15px;
}
.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);
}
.A8zYMqpNKq{
    opacity: 0.9;
    margin-top: 6px;
    justify-content: space-around;
}
.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);
}
.XIqh2xyP{
    font-weight: lighter;
    margin-left: 30px;
    text-overflow: clip;
    mix-blend-mode: screen;
    hyphens: initial;
    white-space: pre-wrap;
}
.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;
}
.dav3fTb{
    z-index: 8;
    justify-content: space-between;
}
.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;
}
.kx6boAayp{
    order: 5;
    hyphens: manual;
    opacity: 0.1;
}
.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;
}
.M6vFluCo{
    min-width: 10px;
    text-transform: uppercase;
    height: 10px;
    min-height: 16px;
    order: 5;
    isolation: isolate;
}
.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
}
.O5uiiYJ{
    hanging-punctuation: none;
    margin-top: 6px;
    padding-top: 2px;
    table-layout: initial;
}
.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;
}
.hluPrC4LAj{
    justify-self: stretch;
    white-space: nowrap;
    padding-left: 14px;
    object-position: position;
    isolation: isolate;
}
.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;
}
.Xn8yEGhS{
    scroll-behavior: inherit;
    user-select: none;
    word-break: break-all;
    object-position: initial;
    list-style-type: lower-roman;
    padding-bottom: 18px;
}
.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;
}
.wkRRDdW2Mm{
    z-index: 5;
    padding-right: 12px;
    height: 4px;
    page-break-inside: avoid;
    font-variant: inherit;
    padding-bottom: 8px;
    outline-style: dotted;
    order: 4;
}
.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;
    }
    .mFRdwtb1m{
    word-break: keep-all;
    text-decoration-line: none;
    isolation: initial;
    table-layout: fixed;
    page-break-inside: initial;
    grid-area: grid-column-end;
    margin-top: 14px;
    z-index: 5;
}
    .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;
    }
}
.N4sDxIM{
    padding-left: 2px;
    isolation: inherit;
    margin-left: 12px;
    mix-blend-mode: darken;
    outline-style: initial;
    font-variant-caps: all-petite-caps;
    opacity: 0.8;
    scroll-behavior: smooth;
}