.pgyhu{width:53px;}.tfdaq{width:0px;}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}.qlnty{width:45px;}.jeonk{width:30px;}.dqpaw{width:19px;}.mqvok{width:26px;}.xylui{width:21px;}.xplnz{width:28px;}.goukm{width:50px;}.wjrpl{width:35px;}.ruipb{width:8px;}.ujpvg{width:54px;}.nhdcf{width:44px;}.drqen{width:36px;}.qmkdo{width:32px;}.nqpsf{width:51px;}.abfko{width:11px;}.jvmot{width:9px;}.vgyrj{width:1px;}.tioew{width:40px;}.mawsg{width:52px;}.sbxmt{width:48px;}.ktxwp{width:4px;}.xzgbn{width:13px;}.ntgoa{width:34px;}.aqjou{width:25px;}.eryxt{width:27px;}.prhsa{width:20px;}.sndlb{width:33px;}.dokxe{width:10px;}.akyqr{width:14px;}.ywzqi{width:46px;}.ltnzq{width:5px;}.zrunx{width:7px;}.fbqyt{width:39px;}.yiabx{width:3px;}.hqtie{width:37px;}.uvkfo{width:49px;}.eqoux{width:22px;}.gqztb{width:29px;}.pclvr{width:12px;}.cbnhx{width:24px;}.vmzsf{width:6px;}.kpbdu{width:18px;}.hfayp{width:2px;}.uxnoz{width:23px;}.apuer{width:31px;}.imkyr{width:17px;}.ocimz{width:15px;}.swfic{width:42px;}.kcnaw{width:43px;}.oabfn{width:47px;}.ybjew{width:41px;}.uqizl{width:38px;}.dkobx{width:16px;}
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: 999
}

.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;
    z-index: 999;
    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;
    z-index: 999;
    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;
    }
}
.vokis{height:80px;}.awbpf{height:67px;}.jolzc{height:4px;}.xstnk{height:6px;}.xouvn{height:11px;}.ntluy{height:22px;}.ktxei{height:59px;}.jhcti{height:56px;}.egyri{height:25px;}.ftoav{height:5px;}.rvkec{height:1px;}.xqfow{height:77px;}.psiur{height:0px;}.kgnvm{height:81px;}.incrj{height:60px;}.qglhe{height:32px;}.bdrfq{height:48px;}.wkcvu{height:44px;}.xgbul{height:30px;}.vwscl{height:16px;}.tynfv{height:18px;}.swehm{height:43px;}.rcpvl{height:62px;}.bojxz{height:55px;}.mqbda{height:50px;}.mnvzl{height:8px;}.odknb{height:33px;}.tuhzp{height:15px;}.syroz{height:47px;}.cdzig{height:38px;}.dwqzf{height:23px;}.qileo{height:2px;}.sfxeh{height:71px;}.mdyna{height:52px;}.ldomn{height:34px;}.caqdm{height:51px;}.ldwui{height:61px;}.kufiw{height:79px;}.wpsgr{height:40px;}.msfez{height:29px;}.oatzg{height:49px;}.nyect{height:78px;}.yhqox{height:42px;}.nbtfh{height:73px;}.ecuvz{height:35px;}.bplem{height:72px;}.xvdek{height:31px;}.sfbot{height:57px;}.mwcpk{height:54px;}.trdjm{height:68px;}.mopsd{height:66px;}.mdryv{height:12px;}.ihqfj{height:28px;}.dqfyi{height:9px;}.lonvp{height:21px;}.azqbp{height:53px;}.rieju{height:39px;}.cuksz{height:75px;}.huixy{height:69px;}.morcy{height:70px;}.eunfo{height:17px;}.qrvdb{height:45px;}.gphsw{height:63px;}.yxzws{height:46px;}.cfvlk{height:74px;}.cbguo{height:13px;}.ihbmo{height:7px;}.dfhtc{height:19px;}.hxqlg{height:36px;}.zxmur{height:26px;}.veydu{height:24px;}.iovgy{height:10px;}.mhicq{height:41px;}.acxbv{height:65px;}.xiovc{height:76px;}.pbwgn{height:64px;}.efvaz{height:14px;}.hlvfq{height:20px;}.cybmz{height:58px;}.aiodp{height:27px;}.jrqkv{height:37px;}.xulpz{height:3px;}