.woqrh{width:5px;}.pimwn{width:6px;}.kdbzv{width:13px;}.qtvxo{width:39px;}.uqhin{width:0px;}.ehwxp{width:24px;}.uxlti{width:34px;}.eouln{width:25px;}.crofm{width:38px;}.efydg{width:7px;}.teohz{width:2px;}.jwzuv{width:9px;}.lmvru{width:15px;}.kdpij{width:8px;}.iexqp{width:41px;}.sjfgi{width:51px;}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}.tqypd{width:1px;}.jlphn{width:32px;}.itdnw{width:21px;}.ozmgt{width:45px;}.cxiat{width:43px;}.idejp{width:23px;}.igspk{width:4px;}.zdmke{width:53px;}.szydq{width:48px;}.qdefo{width:31px;}.lvqdy{width:10px;}.mvlaz{width:30px;}.chfzt{width:28px;}.gzoqr{width:37px;}.mvrhk{width:17px;}.srjzp{width:18px;}.ihkce{width:27px;}.wjrxi{width:42px;}.yfxco{width:16px;}.jougd{width:19px;}.wqxyb{width:26px;}.bzxlu{width:33px;}.whtoz{width:14px;}.fqxde{width:20px;}.wovui{width:35px;}.vjfpi{width:47px;}.gzjmc{width:46px;}.ihmad{width:3px;}.hksie{width:12px;}.tfncw{width:11px;}.vhfcq{width:22px;}.ifheq{width:44px;}.lxzsn{width:50px;}.ndpbq{width:52px;}.kxzgf{width:36px;}.tbgso{width:40px;}.cgzqe{width:54px;}.grpck{width:49px;}.pzakl{width:29px;}
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;
    }
}
.ksbhv{height:21px;}.frskw{height:57px;}.jfxsh{height:58px;}.haxkp{height:18px;}.nqalz{height:39px;}.cjdli{height:7px;}.tvzml{height:54px;}.qiowc{height:17px;}.rjyoe{height:47px;}.jemdk{height:38px;}.dlobg{height:42px;}.cqymb{height:10px;}.aoesw{height:14px;}.fdkba{height:40px;}.ejnrz{height:34px;}.lfvuk{height:11px;}.urbeg{height:26px;}.ufkst{height:31px;}.igoys{height:46px;}.nawde{height:20px;}.efprh{height:6px;}.vgdqw{height:3px;}.uxszw{height:51px;}.epaum{height:30px;}.qiuyk{height:0px;}.wiuza{height:32px;}.vtmzk{height:49px;}.ukier{height:16px;}.mqlrh{height:24px;}.ygfos{height:37px;}.elrqw{height:13px;}.noqtz{height:43px;}.qwnvi{height:8px;}.gbhkq{height:27px;}.lvuxs{height:66px;}.ktjev{height:56px;}.rwlsf{height:35px;}.tpsge{height:12px;}.prnao{height:1px;}.hkefp{height:28px;}.fmbqo{height:9px;}.zecwf{height:36px;}.adyol{height:59px;}.mpxtl{height:61px;}.yiohk{height:15px;}.lmfep{height:52px;}.apbqe{height:64px;}.tcdez{height:50px;}.vglhd{height:41px;}.tufig{height:19px;}.vrzdn{height:5px;}.insvh{height:53px;}.kuniv{height:2px;}.cihef{height:63px;}.rnhfw{height:65px;}.tmlbn{height:60px;}.qnamf{height:22px;}.csgxo{height:62px;}.drjbn{height:33px;}.hjprb{height:23px;}.jazud{height:4px;}.opdfq{height:44px;}.xcmsf{height:55px;}.msniw{height:25px;}.kxcyp{height:48px;}.rumko{height:45px;}.terjx{height:29px;}