.bqoux{width:45px;}.unzkq{width:5px;}.kadjl{width:54px;}.okcen{width:100px;}.nybai{width:51px;}.lgaun{width:49px;}.liedr{width:71px;}.salwc{width:84px;}.casnl{width:17px;}.hwkrx{width:57px;}.towxe{width:102px;}.yhfbt{width:48px;}.zoepq{width:67px;}.xbfvc{width:78px;}.tzmyk{width:94px;}.cmbrv{width:12px;}.nxyer{width:83px;}.konfa{width:58px;}.rmscv{width:77px;}.nofmd{width:20px;}.vgzel{width:43px;}.ybxtp{width:40px;}.lqszu{width:50px;}.vfoet{width:42px;}.nfbsl{width:96px;}.icvtx{width:4px;}.nisvd{width:47px;}.hgciu{width:66px;}.gupar{width:8px;}.rtfnk{width:23px;}.hzjsv{width:10px;}.zbnau{width:7px;}.kzpag{width:91px;}.qkedn{width:22px;}.kdjvw{width:33px;}.tmdib{width:89px;}.rcogf{width:60px;}.lufmz{width:59px;}.oijzy{width:104px;}.mhgub{width:103px;}.plmtj{width:16px;}.nkxpd{width:37px;}.idzun{width:3px;}.vgbwq{width:41px;}.xkgim{width:82px;}.mdsyq{width:105px;}.ksqxh{width:31px;}.ukeqy{width:30px;}.mpjun{width:98px;}.kgtfr{width:61px;}.blmns{width:46px;}.mnhzo{width:29px;}.ruyng{width:93px;}.kwlio{width:19px;}.rkzyu{width:11px;}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;}.fixko{width:39px;}.ejpkf{width:63px;}.yioql{width:97px;}.shaje{width:62px;}.ftqpd{width:99px;}.ouzhg{width:95px;}.reotl{width:25px;}.gweaf{width:69px;}.ayvrs{width:88px;}.ujilb{width:85px;}.rkzls{width:26px;}.qoisr{width:13px;}.djoqp{width:76px;}.xfmpt{width:72px;}.xzkao{width:14px;}.djhxe{width:101px;}.mioqz{width:2px;}.ovpis{width:56px;}.ecxkb{width:35px;}.uqvrn{width:21px;}.qyrfo{width:55px;}.rqmdl{width:81px;}.cuytb{width:24px;}.rvilo{width:18px;}.vmbfr{width:80px;}.vfnkq{width:75px;}.hbfke{width:106px;}.vjmxh{width:15px;}.enmgl{width:53px;}.lwedt{width:38px;}.gebmt{width:9px;}.fpuqs{width:65px;}.gseqh{width:6px;}.bdyhi{width:52px;}.sgyjw{width:74px;}.lrxij{width:79px;}.vhbzl{width:36px;}.efogw{width:70px;}.qvtnm{width:90px;}.drzef{width:0px;}.tczwu{width:73px;}.tambz{width:44px;}.imyap{width:68px;}.bxoum{width:32px;}.mcoae{width:92px;}.mepok{width:28px;}.qybia{width:87px;}.mvozx{width:34px;}.txgpo{width:64px;}.zbagd{width:27px;}.atusc{width:86px;}.wnxmg{width:1px;}
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;
}

body::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;
}

.head {
    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-bottom {
    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: 60px;
    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 {
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: right;
    line-height: 165px;
    right: 0px;
    bottom: 0px;
    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;
}

.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;
}

.more {
    font-size: 14px;
}

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

.item-title>a {
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.resou {
    width: 100% !important;
    height: 100%;
}

.resou-title {
    padding: 20px 5px 15px 5px;
    width: 100%;
}

.resou-title>a {
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.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: 6px 0px 5px 0px;
}

.movie-name>p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.movie-text {
    padding-top: 1% !important;
}

.resou-name {
    width: 100%;
    font-size: 14px;
}

.resou-name>a {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px 10px;
    display: block;
}

.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: 70px;
    line-height: 70px;
    background-color: #292838;
    text-align: center;
}

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

.movie-info {
    width: 100%;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    background-color: #292838;
    border-top: 1px dashed #4e4e4e;
    padding-top: 25px;
}

.movie-tuwen {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    width: 35% !important;
    padding-top: 40% !important;
    margin-bottom: 85px;
}

.movie-tuwen>a {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #292838;
    background-size: cover;
    background-position: center top;
    margin-left: 25px;
}

.movie-tuwen-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 20px 0px;
    padding: 0px 10px;
    text-align: center;
    color: rgb(255, 153, 0);
    background-color: #70708050;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;

}

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

.movie-description-text {
    position: relative;
    padding: 0px 20px 20px 20px;
    font-size: 13px;
    color: #fff;
}

.movie-description-text>p>a {
    color: #fff;
}

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

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

.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: 19%;
    height: 35px;
    font-size: 15px;
    background-color: #70708050;
    border-radius: 5px;

}

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

.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: 60px;
    position: relative;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    background-color: #292838;
}

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

.video-player_bottom>p>span {
    white-space: nowrap;
}

.video-player_bottom>p>a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

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

.place {
    width: 100%;
    height: 60px;
    font-size: 16px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 0px 15px;
    background-color: #292838;
    color: #fff;
}

.place>h1 {
    font-weight: normal;
    font-size: 16px;
}

.place>div>a {
    color: #fff;
}

.place>div>a:nth-of-type(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.main_msg_jump {
    height: 200px;
    padding: 10px;
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-around !important;
}

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

    body::after {
        height: 60px;
    }

    .logo {
        height: 60px;
    }

    .search {
        height: 60px;
    }

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

    .resou>ul>li {
        width: 50% !important;
        margin-bottom: 0px !important;
        height: 60px !important;
        line-height: 60px;
    }

    .place>div {
        display: none !important;
    }

    .movie-tuwen {
        width: 35% !important;
        padding-top: 40% !important;
    }

    .movie-description-text {
        font-size: 12px;
        width: 65% !important;
    }

    .movie-description-text>p {
        padding-bottom: 5px;
    }

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

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

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

    body::after {
        height: 80px;
    }

    .logo {
        height: 80px;
    }

    .search {
        height: 80px;
    }

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

    .resou>ul>li {
        width: 25% !important;
        margin-bottom: 0px !important;
        height: 60px !important;
        line-height: 60px;
    }

    .place>div {
        display: flex !important;
    }

    .movie-tuwen {
        width: 21% !important;
        padding-top: 25% !important;
    }

    .movie-description-text {
        font-size: 15px;
        width: 79% !important;
    }

    .movie-description-text>p {
        padding-bottom: 10px;
    }

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

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

iframe {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
    border: none;
    margin: 0; 
    padding: 0;
}
.oakcn{height:110px;}.enktw{height:61px;}.midkf{height:117px;}.hzrvx{height:56px;}.vxhwl{height:66px;}.kunwh{height:89px;}.xplyn{height:107px;}.luzsh{height:0px;}.tfkly{height:170px;}.uzcqf{height:164px;}.nufkd{height:87px;}.htrji{height:9px;}.ajiym{height:105px;}.htypm{height:50px;}.krblw{height:36px;}.tnhca{height:180px;}.spjck{height:175px;}.icldo{height:88px;}.efxbi{height:48px;}.sqjph{height:82px;}.iygcu{height:17px;}.hszce{height:83px;}.qamwp{height:60px;}.ozvyl{height:189px;}.ywsof{height:122px;}.wfxyp{height:77px;}.yqkze{height:116px;}.zblpc{height:69px;}.qjvdb{height:115px;}.hdbtf{height:20px;}.dxvkj{height:103px;}.wlbes{height:155px;}.bndyu{height:70px;}.itscn{height:57px;}.qeypa{height:149px;}.cfwsm{height:94px;}.aepun{height:12px;}.eluyf{height:162px;}.jwzfm{height:19px;}.crvgx{height:67px;}.jqxgi{height:41px;}.gswqv{height:68px;}.lcazb{height:23px;}.sbkln{height:79px;}.rsmah{height:37px;}.zfqmg{height:90px;}.wcmeo{height:11px;}.uvwyh{height:166px;}.snrkl{height:177px;}.lwoqr{height:160px;}.zfnxk{height:18px;}.zecnt{height:91px;}.kyvhj{height:119px;}.xnmre{height:55px;}.qacjf{height:118px;}.mszrt{height:157px;}.byqsr{height:92px;}.oqxkv{height:86px;}.fpobq{height:131px;}.dnyuf{height:84px;}.zkwhi{height:101px;}.axceg{height:49px;}.gxwvq{height:99px;}.yzhxf{height:145px;}.ygtjo{height:150px;}.xtbsc{height:45px;}.awlzi{height:138px;}.bizxw{height:125px;}.zepwj{height:133px;}.gfmyu{height:42px;}.wxljg{height:76px;}.syfje{height:22px;}.agsmz{height:141px;}.jmthf{height:127px;}.mzyws{height:126px;}.bpazu{height:154px;}.ilfov{height:24px;}.gupsh{height:40px;}.niujh{height:44px;}.uqzfc{height:32px;}.rmxli{height:104px;}.fhbnx{height:111px;}.pxefr{height:163px;}.fxade{height:63px;}.joiwu{height:8px;}.svqrp{height:135px;}.kipgd{height:15px;}.whnzf{height:3px;}.byfsu{height:128px;}.lvabs{height:53px;}.hciar{height:187px;}.eybsl{height:85px;}.sjfpa{height:123px;}.medgq{height:33px;}.omfkn{height:29px;}.utear{height:173px;}.vchau{height:178px;}.cmwgi{height:108px;}.wynlt{height:71px;}.bhixt{height:156px;}.cauhs{height:168px;}.bzydq{height:112px;}.jbdcl{height:136px;}.ptqmj{height:183px;}.urpzo{height:73px;}.lxqnj{height:28px;}.aujzl{height:93px;}.xfybg{height:100px;}.gjsey{height:34px;}.olzpw{height:54px;}.hxsir{height:96px;}.vlbcz{height:6px;}.xcsmn{height:21px;}.bvdwy{height:27px;}.dlobm{height:120px;}.hpnue{height:161px;}.cnzie{height:113px;}.xcyed{height:181px;}.nrclm{height:137px;}.twzqi{height:59px;}.vomlp{height:151px;}.awkdo{height:124px;}.otzyd{height:26px;}.vnwlk{height:10px;}.hebqr{height:146px;}.tpxoy{height:134px;}.tmczn{height:171px;}.twnqz{height:143px;}.vpkhj{height:159px;}.eqomj{height:65px;}.njagi{height:186px;}.epjma{height:1px;}.xitcp{height:46px;}.ouhyp{height:158px;}.kojnu{height:139px;}.qxpir{height:58px;}.kxzhn{height:172px;}.recgs{height:176px;}.ounva{height:64px;}.rwcjt{height:4px;}.btykl{height:167px;}.hubsi{height:142px;}.szbvj{height:2px;}.surhf{height:7px;}.orujw{height:165px;}.btxhg{height:62px;}.mlrxi{height:102px;}.pvgzo{height:25px;}.hqewp{height:109px;}.alekx{height:147px;}.nkvxo{height:52px;}.vxitj{height:81px;}.seqxj{height:188px;}.oamzt{height:185px;}.nwgfl{height:39px;}.pbjmr{height:184px;}.vodpt{height:152px;}.tgqbp{height:97px;}.objnh{height:30px;}.fhtog{height:169px;}.ymago{height:75px;}.kwfnr{height:144px;}.macbn{height:148px;}.itgvl{height:78px;}.iqdkj{height:182px;}.nvmyw{height:38px;}.knbpu{height:74px;}.rbdou{height:31px;}.khpzv{height:140px;}.edmqp{height:43px;}.qusir{height:51px;}.wqdbp{height:95px;}.zdgfo{height:174px;}.ibdmo{height:5px;}.cmbql{height:153px;}.mqyao{height:129px;}.ctmwh{height:121px;}.iobvn{height:16px;}.isndj{height:179px;}.pgmcn{height:72px;}.dgxwe{height:130px;}.gxzpu{height:47px;}.pxyje{height:14px;}.udtke{height:106px;}.egzin{height:114px;}.fmybx{height:98px;}.trqoc{height:80px;}.skwib{height:132px;}.cbrno{height:35px;}.brwih{height:13px;}