.kqvji{width:18px;}.glucq{width:3px;}.rsilz{width:2px;}.mtwrc{width:84px;}.zmiuo{width:85px;}.znsoe{width:17px;}.vuwzx{width:72px;}.bdynp{width:57px;}.kgemr{width:87px;}.zkhpv{width:68px;}.mbqyf{width:70px;}.efwis{width:42px;}.hfljr{width:88px;}.nivxk{width:16px;}.tzdwr{width:20px;}.vuary{width:25px;}.bgzyf{width:40px;}.thpan{width:89px;}.uxser{width:39px;}.sqyol{width:4px;}.rdixn{width:22px;}.grbif{width:67px;}.ubhpk{width:31px;}.hetfl{width:79px;}.powek{width:83px;}.lvahd{width:56px;}.evsup{width:48px;}.ublmw{width:55px;}.dospe{width:9px;}.nzaog{width:52px;}.mdltg{width:65px;}.qjewd{width:58px;}.ztrnj{width:21px;}.qmoyr{width:38px;}.zrqcj{width:97px;}.tprhl{width:49px;}.agvdn{width:73px;}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}.ghmfy{width:95px;}.bivoj{width:28px;}.gafxw{width:0px;}.qcwhx{width:45px;}.shgea{width:60px;}.xcboe{width:6px;}.yeqnw{width:71px;}.ayqld{width:64px;}.jdiqc{width:13px;}.rtivy{width:24px;}.tqayh{width:90px;}.fpxry{width:10px;}.oreqn{width:78px;}.htczr{width:1px;}.dhniq{width:75px;}.dlsfu{width:41px;}.wifcq{width:86px;}.ocaxh{width:93px;}.afjbs{width:32px;}.nhqkr{width:12px;}.zghie{width:77px;}.nmstl{width:80px;}.hkrcf{width:51px;}.xfcni{width:37px;}.rgvxj{width:91px;}.bnxmq{width:15px;}.xtozd{width:76px;}.lbuqh{width:66px;}.vipah{width:62px;}.ygjbc{width:43px;}.hgzlx{width:63px;}.rgpbu{width:7px;}.xckmi{width:96px;}.saxdu{width:29px;}.kbrct{width:34px;}.rlqhk{width:35px;}.cayen{width:36px;}.fwhdi{width:5px;}.bwune{width:54px;}.zowpd{width:61px;}.dtzbv{width:53px;}.uesfx{width:26px;}.oqlgc{width:82px;}.owsmt{width:44px;}.tljok{width:14px;}.cdnlh{width:11px;}.hvjgq{width:19px;}.xsnfi{width:46px;}.xwcos{width:27px;}.flgmn{width:59px;}.yjzwg{width:81px;}.fesgh{width:69px;}.pinly{width:23px;}.fuwnc{width:33px;}.gxwph{width:47px;}.ghzvs{width:50px;}.cjnhl{width:92px;}.fozye{width:8px;}.maojr{width:30px;}.bsewh{width:94px;}.udzjv{width:74px;}
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;
    }
}
.whjsr{height:4px;}.vpumf{height:66px;}.pcbkj{height:57px;}.bepot{height:16px;}.pnxfo{height:59px;}.hiaes{height:35px;}.dsfrn{height:20px;}.fnjxs{height:72px;}.ekpmc{height:36px;}.evhbd{height:21px;}.yavjc{height:44px;}.fcydt{height:38px;}.vigws{height:34px;}.apobq{height:42px;}.ltdxk{height:48px;}.htwzg{height:50px;}.lrgpd{height:18px;}.rvsbw{height:28px;}.guhbp{height:10px;}.psbav{height:19px;}.fqjul{height:68px;}.bqina{height:49px;}.miugs{height:9px;}.qgpor{height:30px;}.qkihn{height:69px;}.lyvrb{height:24px;}.jcegs{height:3px;}.pikrv{height:12px;}.gilvo{height:11px;}.qmzws{height:15px;}.ujsrb{height:40px;}.kflae{height:32px;}.indfj{height:67px;}.qrcvu{height:17px;}.gtioz{height:29px;}.hgnyp{height:74px;}.qzcwd{height:65px;}.hpyis{height:8px;}.ndjzi{height:41px;}.ifpgk{height:14px;}.kbtzs{height:2px;}.azvpe{height:7px;}.uzibd{height:22px;}.iguoj{height:33px;}.hfnpm{height:45px;}.xcgtq{height:54px;}.yedaj{height:71px;}.nprqu{height:60px;}.vgilx{height:13px;}.ysrji{height:5px;}.wgxnp{height:39px;}.iogaz{height:73px;}.mivrg{height:70px;}.cksng{height:37px;}.rypqs{height:64px;}.prnuc{height:55px;}.xahrk{height:53px;}.ecfax{height:52px;}.erbtm{height:6px;}.pzvsg{height:26px;}.hlkqo{height:61px;}.zfuje{height:25px;}.sfypa{height:58px;}.dqrfe{height:56px;}.mrgxs{height:43px;}.adfpn{height:27px;}.xucnt{height:46px;}.mdpgy{height:62px;}.ltria{height:51px;}.brpgu{height:31px;}.zfxsq{height:63px;}.jsiph{height:0px;}.sdwmr{height:23px;}.jnlzm{height:47px;}.kpvqf{height:1px;}