.nabpx{width:29px;}.jpdqi{width:32px;}.ljzst{width:15px;}.qncrl{width:25px;}.ukeom{width:64px;}.lpgoi{width:38px;}.dqojs{width:40px;}.opvts{width:4px;}.atjim{width:44px;}.uedrt{width:5px;}.ohldi{width:36px;}.gfmyk{width:1px;}.uncfr{width:56px;}.wxatq{width:37px;}.cdieo{width:31px;}.ypjvi{width:12px;}.cidvp{width:51px;}.scexy{width:35px;}.fekgz{width:60px;}.dbvja{width:2px;}.dszju{width:58px;}.dzufp{width:65px;}.ghefo{width:17px;}.wqpbx{width:11px;}.qcmbu{width:42px;}.arckl{width:26px;}.njibz{width:16px;}.twmsj{width:28px;}.gzcit{width:62px;}.cfubt{width:50px;}.xbkcu{width:21px;}.famie{width:57px;}.pcatv{width:45px;}.hqlgw{width:9px;}.iprgd{width:0px;}.gyptr{width:13px;}.rwvnb{width:23px;}.rnquv{width:47px;}.lyzra{width:6px;}.irlyj{width:61px;}.esigv{width:18px;}.ivjfk{width:54px;}.eqazb{width:67px;}.yamhp{width:7px;}.wrzij{width:48px;}.gltyd{width:33px;}.xkbzl{width:30px;}.emfla{width:52px;}.coryv{width:3px;}.muvzw{width:46px;}.fgboa{width:43px;}.ramnj{width:34px;}.fubcs{width:14px;}.rdwkc{width:39px;}.nqzue{width:41px;}.fubld{width:8px;}.eijgq{width:66px;}.ghtfe{width:19px;}label, strike, u, i, time, bdo, font, var, big, map, b, area, abbr, del, acronym, dfn, kbd, tt, code, ins, small, address, legend, center, sup, sub {height: 0px; position:absolute}.ofgbz{width:20px;}.qalxd{width:59px;}.ktruo{width:53px;}.jcgai{width:22px;}.wjart{width:49px;}.lsxdr{width:27px;}.bjofi{width:10px;}.blmvk{width:55px;}.oshck{width:24px;}.oehsk{width:63px;}
html {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    color: #222;
    background-color: #f5f5f5;
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #222;
}

ul,
ol {
    list-style: none;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
}

.fixed {
    position: fixed !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.ye-x {
    position: relative;
    display: flex !important;
    flex-direction: row !important;
}

.ye-x1 {
    position: relative;
    display: flex !important;
    flex-direction: row-reverse !important;
}

.ye-y {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
}

.ye-y1 {
    position: relative;
    display: flex !important;
    flex-direction: column-reverse !important;
}

.x {
    justify-content: center !important;
}

.x1 {
    justify-content: flex-start !important;
}

.x2 {
    justify-content: flex-end !important;
}

.x3 {
    justify-content: space-between !important;
}

.x4 {
    justify-content: space-around !important;
}

.y {
    align-items: center !important;
}

.y1 {
    align-items: flex-start !important;
}

.y2 {
    align-items: flex-end !important;
}

.header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #292838;
    box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .1);
    top: 0px;
    left: 0px;
    z-index: -1;
}

.header {
    width: 100%;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.logo {
    width: 50%;
    height: 80px;
    padding: 0 10px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}

.logo>a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.search {
    width: 50%;
    height: 80px;
    padding: 0 10px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1
}

.search form {
    width: 100%;
    height: 35px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    background-color: #f5f5f5;
    border-radius: 15px
}

.search form input:nth-of-type(1) {
    width: 100%;
    height: 35px;
    margin-left: 40px;
    outline: 0;
    font-size: 13px;
    background-color: #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.search form input:nth-of-type(2) {
    font-size: 13px;
    color: #000 !important;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-left: 1px solid rgb(228, 228, 228);
}

.search form button {
    position: absolute;
    left: 10px;
    background-color: #f5f5f5;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.search form button span {
    display: block;
    width: 16px;
    height: 16px
}

.search-icon {
    width: 16px;
    height: 16px;
    border: 2px solid #7e7e7e;
    border-radius: 50%;
    position: relative;
    z-index: 99
}

.search-icon::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    height: 3px;
    border: 1px solid #7e7e7e;
    transform: rotate(-45deg);
    background-color: #000;
    z-index: 1
}

.nav {
    width: 100%;
    padding: 10px 10px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 5px
}

.nav>ul {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    align-items: center !important;
}

.nav>ul>li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0.25% 0.25%;
    width: 24.5%;
    height: 45px;
    font-size: 15px;
    background-color: #292838;
    border-radius: 5px;
}

.nav>ul>li>a {
    color: #fff;
}

.main {
    width: 100%;
}

.main-top {
    width: 100%;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
}

.main-wrapper {
    width: 100%;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
}

.tuwen {
    background-color: #fff;
    margin-top: 15px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
    padding: 0 15px;
}

.tuwen>ul {
    width: 100%;
    padding: 5px 0px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.tuwen>ul>li {
    position: relative;
    margin-bottom: 30px;
    border-top: 1px dashed #e0e0e060;
}

.tuwen>ul>li>a {
    display: block;
    position: absolute;
    top: 5px;
    right: 0px;
    left: 0px;
    bottom: 5px;
    background-color: #292838;
    background-size: cover;
    background-position: center top;
    border-radius: 5px;
}

.tuwen>ul>li>a>span {
    width: 100%;
    margin: 6px 0px 5px 0px;
    text-align: center;
    color: #100101;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item {
    width: 100% !important;
}

.item-title {
    padding: 20px 5px 15px 5px;
    width: 100%;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.item-title h1 {
    font-weight: bold;
    font-size: 16px;
}

.item-title h3 {
    font-weight: bold;
    font-size: 16px;
}

.item-page {
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.item-page-default {
    display: block;
    width: 55px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #222;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    margin: 10px 10px 20px 0;
}

.item-page-active {
    background-color: #ff9900;
}

.more {
    font-size: 14px;
}

.icon-more:before {
    content: "\003E";
}

.resou {
    width: 100% !important;
    height: 100%;
    background-color: #fff;
    margin-top: 15px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
    padding: 15px;
}

.resou>section>h1 {
    width: 100%;
    font-weight: bold;
    white-space: normal;
    font-size: 16px;
    overflow: auto;
}

.resou>section>ul>li {
    padding: 0 10px;
    font-size: 14px;
}

.scroll-container {
    overflow: hidden;
    white-space: nowrap;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.movie-img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 5px;
}

.movie-img>img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.movie-name {
    position: absolute;
    width: 100%;
    top: 100%;
    font-size: 14px;
}

.movie-name>h4 {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.movie-info>span:nth-of-type(1) {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.movie-info>span:nth-of-type(2) {
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: right;
    line-height: 165px;
    right: 0px;
    top: -100px;
    color: #fdfcfc;
    font-size: 12px;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    padding-right: 10px;
    border-radius: 5px;
}

.movie {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
    padding: 12px 12px;
}

.movie-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #292838;
    text-align: center;
}

.movie-title>h1 {
    font-size: 16px;
    width: 100%;
    display: block;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 20px;
}

.movie-episode {
    width: 100%;
    padding: 20px 5px;
    border-top: 1px dashed #4e4e4e;
    background-color: #292838;
}

.movie-episode>div {
    color: rgb(255, 153, 0);
    margin: 0.5% 0.5%;
    width: 19%;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: -5px;
    white-space: nowrap;
}

.movie-episode>ul {
    width: 100%;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.movie-episode>ul>li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0.5% 0.5%;
    width: 24%;
    height: 35px;
    font-size: 15px;
    background-color: #70708050;
    border-radius: 5px;
}

.movie-episode>ul>li>a {
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.movie-episode-list>ul {
    height: 40px;
    overflow: hidden;
}

.video-player {
    position: relative;
    width: 100%;
    padding-top: 56.2%;
    background-color: #000;
}

.video-player>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.video-player_bottom {
    width: 100%;
    height: 50px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    background-color: #292838;
    font-size: 15px;
}

.video-player_bottom>p {
    width: 50%;
    height: 50px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    border-right: 1px dashed #4e4e4e;
    color: #fff;
    padding: 0px 10px;
    color: #fff;
    white-space: nowrap;
}

.video-player_bottom>p>span {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.footer {
    text-align: center;
    padding: 30px 10px;
}

.footer-sitemap {
    font-size: 13px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}

.footer-sitemap>a {
    display: block;
    margin: 0px 10px;
}

.footer-copyright {
    font-size: 13px;
    padding: 5px 0px;
    line-height: 25px;
}

@media (max-width: 1200px) {
    body {
        width: 100%;
    }

    .header::after {
        height: 60px;
    }

    .logo {
        height: 60px;
    }

    .search {
        height: 60px;
    }

    .item>ul>li {
        width: 48.5% !important;
        padding-top: 38.5%;
    }

    .video-player_bottom {
        font-size: 12px;
    }

    .movie-episode>div {
        font-size: 14px;
    }

    .movie-episode>ul>li>a {
        font-size: 12px;
    }

    .scroll-text {
        display: flex;
        height: 40px;
        animation: scrollText 10s infinite linear;
        font-size: 18px;
        color: #333;
        padding:15px 0;
    }
}

@media (min-width: 1200px) {
    body {
        width: 1200px;
    }

    .header::after {
        height: 80px;
    }

    .logo {
        height: 80px;
    }

    .search {
        height: 80px;
    }

    .item>ul>li {
        width: 24% !important;
        padding-top: 19%;
    }

    .video-player_bottom {
        font-size: 15px;
    }

    .movie-episode>div {
        font-size: 18px;
    }

    .movie-episode>ul>li>a {
        font-size: 14px;
    }

    .scroll-text {
        display: flex;
        height: 40px;
        animation: scrollText 20s infinite linear;
        font-size: 18px;
        color: #333;
        padding:15px 0;
    }
}
.wfcid{height:60px;}.jdygm{height:24px;}.zvmly{height:76px;}.zbglq{height:6px;}.iedpc{height:74px;}.ivapc{height:7px;}.aithz{height:17px;}.viqhg{height:59px;}.bhdju{height:57px;}.onqcx{height:73px;}.skfrq{height:40px;}.kjcne{height:25px;}.quztr{height:29px;}.sclxn{height:4px;}.uphdf{height:82px;}.fxyto{height:75px;}.noqdm{height:9px;}.hvwrz{height:23px;}.hvlgk{height:16px;}.jenvw{height:28px;}.lmfbc{height:54px;}.olbif{height:39px;}.gqfnd{height:36px;}.ovhwx{height:43px;}.epzqs{height:61px;}.zkoca{height:41px;}.tzair{height:18px;}.mtjdq{height:44px;}.eknxj{height:56px;}.nyjkm{height:69px;}.vlnjy{height:89px;}.tmrwu{height:34px;}.xvnce{height:10px;}.itfxy{height:91px;}.vrlhz{height:79px;}.kptnf{height:8px;}.yfqdx{height:77px;}.trmji{height:21px;}.jkfde{height:83px;}.pigsc{height:11px;}.tqgiv{height:46px;}.atvhe{height:3px;}.owpxr{height:90px;}.oxref{height:38px;}.wylxa{height:5px;}.qcmzy{height:32px;}.sfhba{height:0px;}.iqbxg{height:45px;}.miwfg{height:65px;}.mrosz{height:81px;}.juydw{height:15px;}.cnmoq{height:62px;}.ldurv{height:37px;}.ruvtd{height:63px;}.bzpms{height:80px;}.mgapi{height:58px;}.iphbd{height:66px;}.owqrn{height:85px;}.lamkg{height:71px;}.yniej{height:70px;}.qhvxe{height:35px;}.tlbrz{height:68px;}.tadwy{height:53px;}.eigon{height:26px;}.bkdth{height:51px;}.atmvg{height:2px;}.pvfrx{height:48px;}.xjkgz{height:50px;}.woezg{height:33px;}.bmkrv{height:52px;}.laotq{height:14px;}.ctjwd{height:64px;}.sbxka{height:19px;}.niwby{height:42px;}.luhtc{height:72px;}.aibxf{height:30px;}.vwqkh{height:88px;}.jfolk{height:55px;}.iwula{height:27px;}.cjsim{height:84px;}.fqauj{height:12px;}.owvug{height:87px;}.qdbuj{height:78px;}.uhmzb{height:67px;}.znpsr{height:13px;}.lhnse{height:47px;}.odsam{height:86px;}.cryif{height:31px;}.edjib{height:20px;}.vzsxl{height:22px;}.imhur{height:49px;}.zplid{height:1px;}