.zhswo{width:74px;}.ohqwa{width:29px;}.zpeqa{width:63px;}.eovlx{width:48px;}.npgve{width:66px;}.jpcfb{width:4px;}.flqbs{width:78px;}.lviwq{width:28px;}.pudlh{width:8px;}.dxknf{width:14px;}.omtxb{width:49px;}.pujdn{width:6px;}.qeiml{width:27px;}.ogejd{width:72px;}.vizrt{width:80px;}.lweis{width:37px;}.kpnca{width:67px;}.ohjgw{width:76px;}.jmszx{width:16px;}.uryog{width:70px;}.yedlp{width:57px;}.lihjz{width:7px;}.xhksv{width:9px;}.kfdqt{width:61px;}.wcebj{width:42px;}.iymwv{width:56px;}.rxcwh{width:60px;}.suayi{width:59px;}.auxtz{width:19px;}.nygmk{width:62px;}.schru{width:12px;}.bangp{width:83px;}.xlgnv{width:23px;}.xjtaf{width:75px;}.vkflw{width:71px;}.xhpze{width:22px;}.yomhe{width:73px;}.etgwj{width:45px;}.rfjez{width:15px;}.fylmk{width:0px;}.fnhwo{width:41px;}.ybanv{width:5px;}.ipals{width:31px;}.krztx{width:65px;}.lnvqj{width:30px;}.sxjar{width:46px;}.fkqas{width:34px;}.kjgpq{width:1px;}.dwaky{width:11px;}.uwfvh{width:13px;}.hamer{width:79px;}.tgkdh{width:44px;}.rsodh{width:43px;}.newsy{width:36px;}.iudgj{width:58px;}.jvkbw{width:3px;}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}.gdpbx{width:18px;}.enlsi{width:54px;}.msoju{width:51px;}.kswxm{width:47px;}.pzqog{width:64px;}.jaztq{width:20px;}.bnmyx{width:81px;}.rcwin{width:50px;}.xpmek{width:32px;}.irdaj{width:53px;}.kxuyz{width:21px;}.kylov{width:55px;}.qxaec{width:35px;}.ainbw{width:2px;}.jepqg{width:52px;}.ayfnb{width:82px;}.mejqz{width:24px;}.ytzwj{width:33px;}.zgmko{width:26px;}.enuqw{width:38px;}.qsvow{width:77px;}.eumic{width:69px;}.sufgo{width:10px;}.xdcbw{width:17px;}.urabg{width:40px;}.tslhm{width:68px;}.joebl{width:39px;}.xdnja{width:25px;}
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;
    }
}
.wtyuf{height:71px;}.ftwzc{height:6px;}.zcehw{height:46px;}.hosdl{height:48px;}.soykw{height:74px;}.mbkou{height:56px;}.eagsu{height:11px;}.iznht{height:0px;}.byjaf{height:13px;}.xgpiv{height:60px;}.gmwfd{height:22px;}.zoubj{height:45px;}.corku{height:17px;}.vswle{height:58px;}.uizmt{height:36px;}.zqtoe{height:16px;}.midou{height:5px;}.jpntk{height:44px;}.frjgw{height:19px;}.bqsza{height:39px;}.hutvj{height:47px;}.schiv{height:27px;}.uzlhf{height:7px;}.zdyms{height:25px;}.sbzum{height:68px;}.xdnic{height:35px;}.abhrk{height:50px;}.guahe{height:57px;}.rzmqj{height:72px;}.hrwnv{height:18px;}.wadnu{height:2px;}.nlbek{height:10px;}.vpghx{height:1px;}.anupb{height:40px;}.xprtv{height:62px;}.srgpy{height:33px;}.zoerk{height:21px;}.laexr{height:15px;}.rxchi{height:52px;}.qroxf{height:76px;}.pscza{height:29px;}.fvyqx{height:64px;}.ysxfu{height:31px;}.hmbpo{height:3px;}.hjdfm{height:4px;}.cnsrg{height:20px;}.zyfvp{height:24px;}.mlrej{height:38px;}.skzig{height:69px;}.uwyns{height:59px;}.ynkzr{height:65px;}.htmcj{height:73px;}.odulh{height:66px;}.fuerp{height:8px;}.dkwjx{height:23px;}.toyip{height:54px;}.uqmja{height:9px;}.blrni{height:63px;}.vlohf{height:61px;}.gyfix{height:42px;}.uqgsf{height:30px;}.aruhx{height:67px;}.yljmd{height:49px;}.sbgzl{height:32px;}.qmszl{height:34px;}.qhgyr{height:41px;}.muydr{height:37px;}.ravyh{height:26px;}.xojsq{height:75px;}.rgoav{height:51px;}.gjakx{height:12px;}.fwlma{height:55px;}.oieyw{height:14px;}.ciryx{height:28px;}.tvdir{height:53px;}.ftjcx{height:70px;}.ywkbp{height:43px;}