@charset "utf-8";
html{
    overflow-y:scroll
}
body{
    background:#f3f3f3;
    font-size:15px;
    color:#333;
    font-family:microsoft yahei,微软雅黑,microsoftjhenghei,华文细黑,STHeiti,MingLiu
}
body,div,p,ul,li,h1,h2,h3,h4,h5,h6,form,input,label,dl,dt,dd,ol{
    padding:0;
    margin:0
}
ul,li{
    overflow:hidden
}
a{
    color:#333;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -ms-transition:all .2s linear;
    transition:all .2s linear;
    text-decoration:none
}
a:hover{
    color:#f60
}
img{
    border:0
}
input,label{
    vertical-align:middle
}
em,i{
    font-style:normal
}
.block{
    display:block
}
.none{
    display:none
}
.mt{
    margin-top:10px
}
.wrap{
    margin:0 auto
}
#main{
    width:100%;
    margin:0 auto!important;
    overflow:hidden;
    position:relative
}
#menu_m_b{
    width:100%;
    background:#fff;
    left:0;
    top:3.4rem;
    padding:2% 0;
    position:absolute;
    z-index:999;
    display:none
}
#overlay{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:3.4rem;
    background:rgba(0,0,0,.5);
    z-index:200;
    display:none
}
#overlay.show{
    display:block
}
.header{
    width:100%;
    height:3.4rem;
    background:#356aa0;
    overflow:hidden;
    position:relative
}
.head{
    margin:0 auto
}
.logo{
    float:left
}
.logo a{
    width:120px;
    height:50px;
    background:url(../images/logo.png) no-repeat .6rem .8rem;
    background-size:50% auto;
    text-indent:-999px;
    display:block
}
.search,.sm{
    float:right;
    width:9rem;
    background:#f3f3f3;
    border-radius:3px;
    margin-top:.7rem;
    border:0;
    display:inline;
    overflow:hidden
}
.search input,.sm input{
    float:left;
    width:6.5rem;
    height:2rem;
    line-height:2rem;
    font-size:.8rem;
    color:#666;
    text-indent:5px;
    display:inline;
    background:0 0;
    border:0;
    outline:0
}
.search button,.sm button{
    float:right;
    width:2.5rem;
    height:2rem;
    background:url(../images/search.png) center center no-repeat;
    background-size:50% auto;
    text-indent:-9999px;
    border:0
}
.nav{
    float:right;
    ling-height:2.4rem;
    padding:.4rem 0 .2rem;
    cursor:pointer
}
.nav #on{
    width:40px;
    height:40px;
    background:transparent url(../images/sou.png) center center no-repeat;
    background-size:60% auto;
    display:block
}
.menu{
    float:left;
    margin-left:-45px
}
.menu li{
    float:left;
    line-height:3.4rem;
    font-size:1rem
}
.menu li a{
    color:#fff;
    padding:0 10px;
    display:block
}
.menu li a:hover,.menu li a.on{
    background:#fff;
    color:#222
}
.category{
    font-size:.93rem;
    overflow:hidden;
    position:relative
}
.category dl{
    padding:.4rem 0;
    border-bottom:1px solid #ddd;
    overflow:hidden
}
.category dt{
    text-align:center;
    color:#000;
    font-weight:700;
    padding:.15rem .35rem;
    margin-left:.3rem;
    position:absolute;
    left:0
}
.category dd{
    float:left;
    padding-left:2.9rem;
    zoom:1;
    overflow:hidden
}
.category dd a{
    float:left;
    padding:.15rem .35rem;
    display:inline
}
.category a:hover,.category a.on,.category dt{
    background:#356aa0;
    color:#fff;
    border-radius:.2rem
}
.notice{
    width:100%;
    background:#fff;
    border-bottom:1px solid #ddd;
    font-size:.93rem;
    color:red;
    font-weight:700;
    padding:.8rem 0;
    text-align:center
}
.notice span{
    color:green;
    margin-left:.2rem
}
.box,.position{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background:#fff;
    overflow:hidden
}
.category_box{
    background:#fff
}
.name{
    overflow:hidden
}
.name dl{
    height:2.5rem;
    border-bottom:1px solid #ddd;
    font-size:.95rem;
    padding-left:.3rem
}
.name dd{
    float:left;
    height:1.8rem;
    line-height:1.8rem;
    border:#ddd 1px solid;
    border-bottom:0;
    background:#fff;
    border-radius:3px 3px 0 0;
    cursor:pointer;
    letter-spacing:1px;
    padding:0 1rem;
    margin:.7rem 0 0 .5rem
}
.name dd.active{
    background:#f9f9f9
}
.name span{
    float:right;
    line-height:2.5rem;
    padding-right:.6rem;
    font-size:.8rem
}
.name span a{
    color:#666
}
.list li{
    float:left;
    width:17.63%;
    background:#f9f9f9;
    box-shadow:0 5px 5px rgba(0,0,0,.3);
    border-radius:0 0 8px 8px;
    padding-bottom:.6rem;
    margin:2% 0 1% 2%;
    vertical-align:top;
    display:inline-block;
    overflow:hidden
}
.list li p{
    height:1.5rem;
    line-height:2rem;
    font-size:.8rem;
    color:#888;
    text-align:left;
    padding-left:.2rem;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
.list li p a{
    font-size:.9rem;
    color:#333
}
.list li:hover{
    background:#e9e9e9
}
.list li .tu_box{
    width:100%;
    height:0;
    padding-bottom:120%;
    overflow:hidden
}
.list li .tu,.list li .tu img{
    width:100%;
    border-radius:8px 8px 0 0;
    display:block
}
.list li .tu{
    position:relative
}
.list li .tu img:hover{
    filter:alpha(opacity=85);
    opacity:.85
}
.list li .tu:hover{
    color:#fff;
    text-decoration:none
}
.list li span.bg{
    width:100%;
    height:1.5rem;
    display:block;
    overflow:hidden;
    position:absolute;
    background:#000;
    left:0;
    bottom:0;
    filter:alpha(opacity=50);
    opacity:.5;
    z-index:1
}
.list li span.tip{
    height:1.5rem;
    line-height:1.5rem;
    display:block;
    overflow:hidden;
    position:absolute;
    right:.3rem;
    bottom:0;
    text-align:right;
    z-index:2;
    font-size:.8rem;
    color:#f3f3f3;
    white-space:nowrap
}
.list_txt{
    padding:5px 15px;
    font-size:.75rem;
    border-right:1px solid #ddd;
    overflow:hidden
}
.list_txt li{
    height:32px;
    line-height:32px;
    background:url(../images/dot.gif) 0 18px repeat-x;
    word-break:break-all
}
.list_txt li a{
    padding-right:5px;
    background:#f9f9f9;
    font-size:.85rem
}
.list_txt i{
    background:#356aa0;
    padding:2px 5px;
    margin-right:8px
}
.list_txt a i{
    color:#fff
}
.list_txt a i#top{
    background:#f60;
    color:#fff
}
.list_txt span{
    float:right;
    color:#f60;
    padding-left:20px;
    background:url(../images/camera.gif) #f9f9f9 0 11px no-repeat
}
.position{
    font-size:.93rem;
    padding:.8rem 0;
    border-top:0
}
.position li{
    float:left;
    padding-left:1rem;
    margin-right:.7rem;
    background:url(../images/wz.gif) 0 center no-repeat
}
.position li.home{
    background:0
}
.detail{
    padding:.7rem 1rem .5rem;
    overflow:hidden
}
.detail .pic{
    float:left;
    margin:.3rem 1rem 0 0
}
.detail img{
    padding:1px;
    border:1px solid #ccc
}
.detail .info{
    font-size:.9rem;
    overflow:hidden;
    position:relative
}
.detail .info dl{
    line-height:1.5rem;
    padding:.1rem 0;
    overflow:hidden
}
.detail .info dt{
    width:3rem;
    color:#999;
    position:absolute;
    left:0
}
.detail .info dd{
    padding-left:2.8rem
}
.detail .info a{
    margin-right:.5rem
}
.seek{
    padding:0 0 .5rem;
    font-size:.9rem;
    overflow:hidden;
    position:relative
}
.seek dt{
    width:9rem;
    padding:.2rem 0 0 1rem;
    color:#999;
    font-weight:700;
    position:absolute;
    left:0
}
.seek dd{
    padding-left:8.5rem
}
.seek em,.detail .info em{
    color:#f60
}
.seek a{
    float:left;
    height:25px;
    line-height:23px;
    padding:0 10px 0 20px;
    margin:0 .5rem .5rem 0;
    background:url(../images/seek.gif) 0 0 no-repeat;
    display:block;
    overflow:hidden
}
.seek a:hover{
    text-decoration:none;
    background-position:0 -25px
}
.seek dd,.detail .info dd{
    float:left;
    word-break:break-all;
    zoom:1;
    overflow:hidden
}
.juqing{
    line-height:1.5rem;
    font-size:.9rem;
    text-indent:2em;
    padding:.6rem
}
.play{
    padding-top:1%
}
.play ul li{
    width:10%;
    margin:0 0 1% 1%
}
.month{
    padding-top:2%;
    border-bottom:1px dotted #ccc
}
.month ul li{
    width:22.5%;
    margin:0 0 2% 2%
}
.play ul li,.month ul li{
    float:left;
    font-size:.8rem;
    display:inline;
    overflow:hidden
}
.play ul li a,.month ul li a{
    line-height:1.5rem;
    text-align:center;
    background:#f3f3f3;
    border:1px solid #ddd;
    overflow:hidden;
    display:block
}
.play ul li a:hover,.month ul li a:hover,.month ul li.on a{
    color:#fff;
    background:#356aa0;
    border-color:#356aa0
}
.play ul li a:visited{
    color:#666;
    background:#faebd7;
    border-color:#faebd7
}
.txt{
    padding:0;
    overflow:hidden
}
.txt ul li{
    height:2.5rem;
    line-height:2.5rem;
    border-bottom:#ccc 1px dotted;
    font-size:.93rem;
    overflow:hidden
}
.txt ul li:last-child{
    border-bottom:0
}
.txt ul li:hover{
    background:#f9f9f9
}
.txt p{
    float:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.txt i{
    float:left;
    width:1%;
    color:#f60;
    text-indent:.8rem;
    font-weight:700;
    font-style:normal
}
.txt #t{
    font-weight:700;
    background:#f9f9f9
}
.txt #t_n,.txt #name{
    width:35%;
    text-indent:2rem
}
.txt #t_t{
    width:15%;
    text-align:center
}
.txt #t_a{
    width:50%;
    text-align:center
}
.txt #name a,.name dd.on,.name span a,.list li p a,.list_txt li a{
    text-shadow:3px 3px 8px #ccc
}
.txt #time{
    width:15%;
    text-align:center
}
.txt #actor{
    width:49%
}
.txt #actor a{
    margin-right:.5rem
}
.page{
    background:#fff;
    text-align:center;
    border:1px solid #ddd;
    padding:.8rem 0
}
.page span,.page a,.page em{
    padding:.3rem .8rem;
    vertical-align:middle;
    background:#ddd;
    font-size:.93rem;
    margin-left:.3rem;
    display:inline-block
}
.page span,.page a:hover{
    background:#356aa0;
    color:#fff
}
#gotop{
    position:fixed;
    bottom:50px;
    right:10px;
    display:none
}
#gotop a{
    width:24px;
    height:73px;
    display:block;
    overflow:hidden;
    text-indent:-999px;
    background:url(../images/gotop.gif) no-repeat
}
#gotop a:hover{
    background-position:-24px 0
}
.error{
    width:80%;
    border:1px solid #ddd;
    background:#f3f3f3;
    font-size:.93rem;
    padding:1rem;
    margin:2rem auto
}
.error h1{
    height:3rem;
    line-height:3rem;
    font-size:1rem;
    font-weight:700
}
.error #sorry{
    text-indent:2em;
    line-height:2rem;
    border-bottom:1px dashed #ccc;
    padding-bottom:1rem
}
.error #back p{
    text-indent:2em;
    line-height:2rem
}
.link{
    border:1px solid #ddd;
    background:#fff
}
.link p{
    padding:10px 0;
    overflow:hidden
}
.link a{
    float:left;
    line-height:24px;
    font-size:.9rem;
    margin-left:10px
}
.footer{
    margin-top:10px;
    background:#e3e3e3;
    font-size:.93rem;
    text-align:center;
    padding:.6rem .5rem;
    overflow:hidden
}
@media screen and (min-width:1024px){
    .wrap,.head{
        width:1000px
    }
    .nav,.list li:nth-child(16),#fm{
        display:none
    }
    .logo a{
        width:170px;
        height:70px;
        background:url(../images/logo_pc.png) no-repeat .3rem .6rem;
        background-size:50% auto
    }
    .menu{
        margin-left:-60px
    }
    .search{
        width:14rem
    }
    .search input{
        width:11rem
    }
    .box_l{
        float:left;
        width:257px;
        background:#f9f9f9
    }
    .box_r{
        float:right;
        width:740px
    }
    .box,.category_box,.position,.notice{
        border-left:1px solid #ddd;
        border-right:1px solid #ddd
    }
    .list{
        padding-bottom:10px
    }
    .name dd.on{
        background:#f9f9f9
    }
    .category dt,.category dd{
        margin-left:1rem
    }
    .category dd a{
        margin-left:.5rem
    }
    .detail img{
        width:10rem;
        height:13rem;
        border-radius: 12px;
    }
    #gotop{
        right:390px
    }
}
@media screen and (min-width:768px) and (max-width:1023px){
    .nav,.box_l,.list li:nth-child(16),.link,#fp{
        display:none
    }
    .search{
        margin-right:.3rem
    }
    .list{
        padding-bottom:2%
    }
    .detail img{
        width:6rem;
        height:9rem
    }
    .name dd.active{
        background:#f9f9f9
    }
}
@media(max-width:767px){
    html{
        font-size:90%
    }
    .menu li{
        line-height:3.41rem
    }
    .menu li a{
        padding:0 .36rem
    }
    .menu #mn,.search,.box_l,.link,.list li:nth-child(10),.seek,#fp{
        display:none
    }
    .sy{
        float:left;
        line-height:2.2rem;
        margin-left:2%
    }
    .sy a{
        color:#f60;
        font-size:.9rem;
        font-weight:700
    }
    .sm{
        width:16rem;
        margin:0 2% 0 0;
        border:1px solid #ddd
    }
    .sm input{
        width:13.5rem;
        height:2.2rem;
        line-height:2.2rem;
        font-size:16px
    }
    .sm button{
        height:2.2rem
    }
    .list{
        padding-bottom:2%
    }
    .list li{
        width:30.66%;
        margin:2% 0 2% 2%
    }
    .detail img{
        width:6rem;
        height:9rem
    }
    .play,.month{
        padding-top:2%
    }
    .play ul li,.month ul li{
        width:22.5%;
        margin:0 0 2% 2%
    }
}

/* yuejie020.com mobile movie theme */
body{background:#121316;color:#f5f6f8}
a{color:#f5f6f8}
a:hover{color:#ff8a1d}
.header{background:#0b0c0f;border-bottom:1px solid rgba(255,255,255,.08)}
.logo a{width:128px;background:none!important;text-indent:0;color:#fff;font-size:20px;font-weight:800;line-height:3.4rem;padding-left:.8rem}
.menu li a:hover,.menu li a.on{background:#ff3d2e;color:#fff}
.search,.sm{background:#1b1d22;border:1px solid rgba(255,255,255,.08)}
.search input,.sm input{color:#f5f6f8}
.search button,.sm button{background:#ff3d2e;color:#fff;text-indent:0;font-size:0}
.search button:after,.sm button:after{content:"搜";font-size:14px}
.wrap{max-width:1180px;padding:0 12px}
.breadcrumb{font-size:13px;color:#a9adb7;padding:12px 0}
.breadcrumb a{color:#ff8a1d}
.breadcrumb em{color:#a9adb7}
.site-hero{margin-bottom:12px;padding:26px 24px;border-radius:8px;background:linear-gradient(90deg,rgba(18,19,22,.96),rgba(18,19,22,.62)),radial-gradient(circle at 80% 20%,rgba(255,138,29,.36),transparent 34%),linear-gradient(135deg,#22252b,#16171b 55%,#301714)}
.site-hero .eyebrow{margin-bottom:8px;color:#ffbd83;font-size:13px;font-weight:700}
.site-hero h1{font-size:34px;line-height:1.18;margin-bottom:10px;color:#fff}
.site-hero p{max-width:640px;color:#d7d9df}
.notice{background:#1b1d22;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#ff8a1d}
.notice span{color:#fff}
.box,.position,.category_box{background:#1b1d22;border:1px solid rgba(255,255,255,.08);border-radius:8px}
.name{border-bottom:1px solid rgba(255,255,255,.08)}
.name dl dd.on,.name h2{color:#fff;font-size:22px;line-height:44px}
.name dl span a{color:#ff8a1d}
.list ul{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.list li{width:auto!important;margin:0!important;background:#22252b;border-radius:8px;overflow:hidden}
.list li img{width:100%;aspect-ratio:2/3;object-fit:cover;background:#30333a}
.list li p,.list li h3,.list li a{color:#f5f6f8}
.list_txt li{border-bottom:1px solid rgba(255,255,255,.08)}
.list_txt li a{color:#e8eaf0}
.list_txt li span{color:#ff8a1d}
.list_txt li i#top,.list_txt li i{background:#ff3d2e;color:#fff}
@media (max-width:760px){
  .wrap{padding:0 10px}
  .site-hero{padding:20px}
  .site-hero h1{font-size:26px}
  .box_l{display:none}
  .box_r{width:100%!important}
  .list ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .name dl dd.on,.name h2{font-size:18px}
}
@media (min-width:761px){
  .wrap{width:auto}
  .box_l{width:23%}
  .box_r{width:75%}
}

/* Fix home ranking list contrast on light panel */
.box_l .list_txt,
.box_l .list_txt ul,
.box_l .list_txt li {
    background: #fff;
}
.box_l .list_txt li {
    border-bottom: 1px dotted #245f92;
}
.box_l .list_txt li a,
.box_l .list_txt li a:visited {
    color: #30343b !important;
    font-weight: 600;
}
.box_l .list_txt li a:hover {
    color: #ff3d2e !important;
}
.box_l .list_txt li span {
    color: #ff6500 !important;
    background: #fff;
}
.box_l .list_txt li i,
.box_l .list_txt li i#top {
    background: #ff3d2e !important;
    color: #fff !important;
}

/* Refine home ranking headings and compact text */
.box .name,
.box .name dl,
.box .name dd,
.box .name dd.on,
.box .name h2 {
    text-shadow: none !important;
}
.box .name dd.on {
    min-width: 100px;
    height: 38px;
    line-height: 38px !important;
    padding: 0 18px;
    background: #fff !important;
    border-radius: 4px 4px 0 0;
    color: #ff3d2e !important;
    font-size: 20px !important;
    font-weight: 800;
    text-align: center;
}
.box .name dd.on h2 {
    color: #ff3d2e !important;
    font-size: 20px !important;
    line-height: 38px !important;
    font-weight: 800;
}
.box_l .list_txt li {
    min-height: 41px;
    line-height: 41px;
}
.box_l .list_txt li a,
.box_l .list_txt li a:visited {
    font-size: 17px !important;
    line-height: 41px;
    text-shadow: none !important;
    letter-spacing: 0;
}
.box_l .list_txt li span {
    font-size: 15px !important;
    line-height: 41px;
}
.box_l .list_txt li i,
.box_l .list_txt li i#top {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
    font-size: 17px !important;
}
@media (max-width: 760px) {
    .box .name dd.on,
    .box .name dd.on h2 {
        font-size: 17px !important;
        height: 34px;
        line-height: 34px !important;
    }
    .box_l .list_txt li a,
    .box_l .list_txt li a:visited {
        font-size: 15px !important;
    }
    .box_l .list_txt li span {
        font-size: 13px !important;
    }
}

/* Fill desktop category grid space with an extra row */
@media (min-width: 761px) {
    .section-block .poster-grid,
    .box_r .list ul {
        align-items: stretch;
    }
    .box_r .list li {
        min-height: 0;
    }
}

/* Fill the last poster slot on desktop category rows */
@media (min-width: 761px) {
    .box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0 2%;
    }
    .box > .name {
        flex: 0 0 100%;
        width: 100%;
    }
    .box > .box_l {
        float: none !important;
        flex: 0 0 23%;
        width: 23% !important;
    }
    .box > .box_r {
        float: none !important;
        flex: 1 1 0;
        width: auto !important;
        min-width: 0;
    }
    .box > .box_r .list ul {
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 14px;
        width: 100%;
    }
    .box > .box_r .list li {
        float: none !important;
        display: block !important;
        width: auto !important;
        margin: 0 !important;
    }
}

/* SEO heading refinements */
.name h1,
.page-title {
    color: #f5f6f8;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0;
}
.page-title {
    margin: 14px 0 10px;
}
@media (max-width: 760px) {
    .name h1,
    .page-title {
        font-size: 18px;
    }
}

/* Keep the header brand from being covered by the first menu item */
.logo a {
    width: 138px !important;
    padding-left: 0 !important;
    padding-right: 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: visible;
}
.menu {
    margin-left: 0 !important;
}
@media screen and (min-width: 1024px) {
    .logo a {
        width: 150px !important;
    }
}
