html,
body {
    background-color: #141414;
}

/* 主体样式 */
.details-ggzs {

    border-color: #141414;
    border-width: 5px 0;
    border-style: solid;
}

.details {
    position: relative;
    width: 100%;
    min-width: 1250px;
    min-height: 500px;
    background: #000;
    overflow: hidden;
}

.details .details-bg {
    position: relative;
    width: 100%;
    text-align: right;
    line-height: 1;
}

.details .details-bg img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 500px;
    vertical-align: top;
}

.details .details-wrap-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 2;
}

.details .details-wrap-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 2;
}

.grad-black-alpha {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#000000", endColorstr="transparent", gradientType="1");
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.details .details-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    z-index: 3;
    padding: 2% 0 50px 4%;
}

.details-wrap .chsname {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 2.8vw;
    font-weight: 700;
    color: #fff;
}

.details-wrap .engname {
    padding: 0;
    margin: 0;
    font-size: 1.5vw;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.details-wrap .aliasname {
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    margin: 0.5em 0;
    text-transform: uppercase;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.details-wrap .epmetas {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1vw;
    min-height: 1.1vw;
    line-height: 1.1vw;
    margin: 2.2rem 0 0 0;
    height: auto;
}

.epmetas>span {
    font-weight: 700;
    font-size: 2rem;
}

.epmetas .match-score-wrapper {
    color: #fff;
    margin-right: 0.5em;
    margin-bottom: 0.1vw;
}

.match-score-wrapper .show-match-score {
    -webkit-transition: margin-right 550ms cubic-bezier(0.86, 0, 0.07, 1) 1.65s;
    -o-transition: margin-right 550ms cubic-bezier(0.86, 0, 0.07, 1) 1.65s;
    -moz-transition: margin-right 550ms cubic-bezier(0.86, 0, 0.07, 1) 1.65s;
    transition: margin-right 550ms cubic-bezier(0.86, 0, 0.07, 1) 1.65s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.show-match-score .match-score {
    font-weight: 700;
    /*color:#46d369;*/
    color: #e50914;
    display: inline-block;
    white-space: nowrap;
    max-width: 300px;
    opacity: 1;
    -webkit-transition: max-width 550ms cubic-bezier(0.86, 0, 0.07, 1) 1.65s,
        opacity 150ms linear 2.2s;
    -o-transition: max-width 550ms cubic-bezier(0.86, 0, 0.07, 1) 1.65s,
        opacity 150ms linear 2.2s;
    -moz-transition: max-width 550ms cubic-bezier(0.86, 0, 0.07, 1) 1.65s,
        opacity 150ms linear 2.2s;
    transition: max-width 550ms cubic-bezier(0.86, 0, 0.07, 1) 1.65s,
        opacity 150ms linear 2.2s;
}

.ep-infos .ep-dingyue {
    margin: 0 10px 0 0;
}

.show-match-score .ep-dingyue,
.show-match-score .ep-dingyue:hover {
    display: inline-block;
    text-decoration: none;
}

.ep-dingyue .ep-dy-btn {
    cursor: pointer;
    color: #fff;
    padding: 0.1em 0.5em;
    border-radius: 0;
    border: solid 1px rgba(255, 255, 255, 0.4);
    background: transparent;
    text-transform: uppercase;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 2rem;
}

.ep-dy-btn:before {
    color: #fff;
    content: "\271A";
    display: inline-block;
    padding-right: 0.2rem;
    font-size: 1.8rem;
    text-decoration: none;
}

.ep-dy-btn:hover {
    color: #fff;
    background: #444;
    text-decoration: none;
}

.ep-dingyue .ep-dy-btn:hover:before {
    color: #fff;
}

.ep-dingyue:hover,
.ep-dingyue:focus {
    text-decoration: none;
}

.epmetas .duration {
    margin-right: 1rem;
}

.epmetas .upday {
    color: #e50914;
}

.epmetas .addgz {
    margin: 5vh 0 0 0;
    padding: 2vh;
    color: #fff;
    font-size: 2.8rem;
    font-weight: normal;
    border: 1px solid #444;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.epmetas .addgz:hover {
    background: #fff;
    color: #444;
}

/* douban imdb mtime */
.dim-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 6px;
    vertical-align: middle;
    background-image: url(../image/dim-icon.png);
    background-repeat: no-repeat;
}
.dim-ico-douban {
    background-position: 0 0;
}
.dim-ico-imdb {
    background-position: -32px 0;
}
.dim-ico-mtime {
    background-position: -64px 0;
}

/* 标签页样式 */
.eplists .nav-tabs {
    border-bottom: 1px solid #181818;
}

.eplists ul.epslist {
    margin: 0 0 3em 0;
    padding: 0;
    list-style: none;
    display: table;
    text-align: left;
}

.eplists ul.epslist>li {
    position: relative;
    margin: 0 5px 5px 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}

.eplists .nav-tabs>li>a {
    color: #444;
    font-size: 1.8rem;
    line-height: 1;
}

.eplists .tab-content {
    padding-top: 10px;
}

.eplists .table>tbody>tr>td,
.eplists .table>tbody>tr>th,
.eplists .table>tfoot>tr>td,
.eplists .table>tfoot>tr>th,
.eplists .table>thead>tr>td,
.eplists .table>thead>tr>th {
    border-top: 0;
    padding-left: 0;
    text-align: left;
    padding-top: 0;
}

.eplists .table {
    background: transparent;
    margin: 0;
}

.eplists .epd-btn {
    color: #fff;
    font-size: 15px;
    border: 1px solid #444;
    border-radius: 0;
    background-color: transparent;
}

.eplists .epd-btn:hover {
    background: #fff;
    color: #444;
}

.fade {
    display: none;
}

/* 字幕组切换指示器 */
.details .details-subteams {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin: 0 0 0 4%;
}

.details .details-subteams .menu {
    width: 100%;
    font-size: 1vw;
    z-index: 10;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -moz-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    list-style: none;
    pointer-events: none;
}

.details .details-subteams .menu.left-align {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 4%;
}

.details .details-subteams .menu.left-align li:first-child {
    padding-left: 0;
}

.details .details-subteams .menu li {
    padding: 1em 1.5em 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    color: #ccc;
    min-width: 5%;
    pointer-events: auto;
}

.details .details-subteams .menu li span {
    height: 0.33em;
    display: block;
    width: 100%;
    margin-top: 0.66em;
    -webkit-transform: translateY(0.4em);
    -moz-transform: translateY(0.4em);
    -ms-transform: translateY(0.4em);
    -o-transform: translateY(0.4em);
    transform: translateY(0.4em);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear,
        -moz-transform 0.2s linear, -o-transform 0.2s linear;
}

.details .details-subteams .menu li.current {
    cursor: default;
    color: #fff;
}

.details .details-subteams .menu li.current span,
.details .details-subteams .menu li:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #e50914;
}

.details .details-subteams .menu li a {
    text-decoration: none;
}

.details .details-subteams .menu li a:focus,
.details .details-subteams .menu li:hover {
    outline: 0;
    color: #fff;
}

.details .details-subteams .menu li a:focus {
    outline: 0;
    color: #fff;
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 350ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: -o-transform 350ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 350ms cubic-bezier(0.86, 0, 0.07, 1),
        -moz-transform 350ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 350ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 350ms cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 350ms cubic-bezier(0.86, 0, 0.07, 1),
        -moz-transform 350ms cubic-bezier(0.86, 0, 0.07, 1),
        -o-transform 350ms cubic-bezier(0.86, 0, 0.07, 1);
}

.details .details-subteams .menu a {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    color: inherit;
    font-weight: 700;
    text-align: center;
    pointer-events: auto;
}

.current-subteam-logo {
    opacity: 0.85;
    position: absolute;
    top: 15%;
    left: 32%;
    z-index: 2;
}

/* 下载列表样式 */
.ep-downlist {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 16px;
    background: rgba(24, 24, 24, 1);
    border-radius: 9px;
    display: none;
}

.ep-downlist .down-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
}

.ep-downlist .arrow {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #181818;
}

.ep-downlist .ep-title1,
.ep-downlist .srcnames {
    color: #c9d6de;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 0;
    text-align: right;
}

.ep-downlist .srcnames {
    text-align: center;
    padding: 5px 0;
}

.ep-downlist .srcnames,
.ep-downlist .eplinks {
    font-size: 14px;
}
.ep-downlist .epvers {
    font-size: 1.8rem;
    color: #9a9a9a;
    width: auto;
    border-bottom: 1px solid #333;
    padding: 0 0 5px 0;
    text-align: center;
    display: block;
    overflow: hidden;
}
.ep-downlist .eplinks a {
    text-decoration: none;
    padding: 5px 10px 5px 0;
}

.ep-downlist .eplinks a.codes {
    color: #c9d6de;
}

.ep-downlist span.netdisk-key {
    font-size: 1.8rem;
    color: #fff;
    width: auto;
    cursor: pointer;
    border: 1px solid #333;
    background: #000;
    text-align: center;
    display: block;
    overflow: hidden;
}

.ep-downlist span.netdisk-key:hover {
    border: 1px solid #615a5a;
    background: #1d1b1b;
    color: #fff;
}

.ep-downlist .heji-textarea {
    position: absolute;
    width: 1px;
    height: 1px;
    display: block;
    overflow: hidden;
    top: -1px;
    left: -1px;
    opacity: 0;
}

.eplinks a img {
    width: auto;
    height: 20px;
    border-radius: 3px;
}

.eplists .curbtn {
    background: #fff;
    color: #444;
}

/* 新Download窗样式 */
.ep-downlist {
    width: 220px;
}

.ep-downlist .down-list-title {
    margin-top: 0;
}

ul.resdown-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

ul.resdown-wrap li.resdown-item {
    width: 100%;
    text-align: left;
    margin: 9px 0 0 0;
    display: inline-block;
}

ul.resdown-wrap>li.resdown-item:first-child {
    margin: 2px 0 0 0;
}

ul.resdown-wrap .rd-item-name {
    color: #c9d6de;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 0;
    text-align: left;
    display: inline-block;
}

ul.resdown-wrap .rd-item-link {
    text-align: left;
    display: inline-block;
}

ul.resdown-wrap .rd-item-link a {
    color:#c9d6de;
    font-size: 17px;
    text-decoration:none;
    -webkit-transition:color .3s linear;
    transition:color .3s linear;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-flex;
}

ul.resdown-wrap .rd-item-link a:hover {
    color:#E91E63;
}

ul.resdown-wrap .rd-item-link a>i {
    margin-right: 6px;
    width: 16px;
    font-weight:bold;
    -webkit-transition:color .3s linear;
    transition:color .3s linear;
}

ul.resdown-wrap .rd-item-link .netdisk-key {
    color: #c9d6de;
    width: auto;
    cursor: pointer;
    text-align: left;
    padding: 0;
    margin:0 0 0 5px;
}
ul.resdown-wrap .rd-item-link i.nz-fa {
    background-image: url(../image/dl-icon.png);
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-transition:color .3s linear;
    transition:color .3s linear;
}
.rd-item-link i.nz-netdisk {
    background-position: 0 0;
}
ul.resdown-wrap .rd-item-link i.nz-ucdisk {
    background-image: url(../image/ucdisk-icon.png);
    background-position: 0 0;
}
.rd-item-link i.nz-bdkey {
    background-position: 0 -20px;
}
.rd-item-link i.nz-magnet {
    background-position: 0 -40px;
}
.rd-item-link i.nz-thunder {
    background-position: 0 -60px;
}

.rd-item-link a:hover>i.nz-fa {
    -webkit-filter: drop-shadow(0 1px 3px rgba(150, 190, 190, 0.3));
    -moz-filter: drop-shadow(0 1px 3px rgba(150, 190, 190, 0.3));
    filter: drop-shadow(0 1px 3px rgba(150, 190, 190, 0.3));
}

.ep-downlist .heji_copy_wrap {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
}

.ep-downlist .copy_textarea {
    width: 1px;
    height: 1px;
    opacity: 0;
    display:inline-block;
    overflow: hidden;
}

/* 下载模块使用指引 */
.ep-down-gudie {
    position: absolute;
    left: 0;
    top: 0;
    width: 212px;
    height: 100px;
    background: transparent;
    box-sizing: content-box;
    border-color: rgba(0, 0, 0, 0.85);
    border-style: solid;
    border-width: 470px 1144px 727px 270px;
    filter: blur(2px);
    z-index: 10;
    display: none;
    overflow: hidden;
}
.ep-down-gudie-img {
    position: absolute;
    top: 359px;
    left: 243px;
    width: 300px;
    height: 260px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../image/dgbg.png);
    display: none;
    overflow: hidden;
    z-index: 11;
}
.ep-down-gudie-img .iknowclose0, .ep-down-gudie-img .iknowclose1, .ep-down-gudie-img .iknowclose2 {
    margin: 0 0 0 109px;
    padding: 0;
    width: 191px;
    height: 48px;
    border: none;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: block;
    overflow: hidden;
}
.ep-down-gudie-img .iknowclose0 {
    background: url(../image/dgclose0.png);
}
.ep-down-gudie-img .iknowclose0:hover {
    background: url(../image/dgclose0hover.png);
}
.ep-down-gudie-img .iknowclose1 {
    background: url(../image/dgclose1.png);
}
.ep-down-gudie-img .iknowclose1:hover {
    background: url(../image/dgclose1hover.png);
}
.ep-down-gudie-img .iknowclose2 {
    background: url(../image/dgclose2.png);
}
.ep-down-gudie-img .iknowclose2:hover {
    width: 191px;
    height: 50px;
    background-image: url(../image/dgclose2hover.gif);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 44px 44px;
    text-align:right;
}
.ep-down-gudie-img .iknowclose2:hover:after {
    color:#d8a476;
    content: "我匿了~";
    font-size:18px;
    line-height:50px;
    font-weight:bold;
}

/* 适配小屏幕 */
@media (max-width:768px) {
    .details {
        min-width: 100%;
    }
    .details-bg {
        position: relative;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: 0;
        text-align: center;
    }
    .details .details-bg img {
        position: absolute;
        top: 0;
        left: -80%;
        width: auto;
        height: auto;
        max-height: 720px;
        vertical-align: top;
        z-index: 0;
    }
    .details-wrap-bg1,
    .details-wrap-bg2 {
        display: none;
    }

    .details .details-wrap {
        position: relative;
        width: 100%;
        min-height: 500px;
        padding: 10px 4% 0 4%;
        background: rgba(0, 0, 0, 0.5);
        overflow: auto;
    }

    .details-wrap .epmetas {
        display: block;
        margin: 20px 0 26px 0;
        text-align: center;
    }

    .epmetas .duration,
    .epmetas .match-score-wrapper {
        width: 100%;
        height: 30px;
        margin: 0;
        padding: 0;
        font-size: 2rem;
        display: block;
    }

    .ep-dingyue .ep-dy-btn {
        font-size: 1rem;
    }

    .ep-dy-btn:before {
        font-size: 1rem;
    }

    .details-wrap .chsname {
        font-size: 3.5rem;
        text-align: center;
    }

    .details-wrap .engname {
        font-size: 2rem;
        text-align: center;
        color: #c4c4c4;
    }

    .details-wrap .aliasname {
        font-size: 1.8rem;
        text-align: center;
        color: #c4c4c4;
    }

    .tab-content>.tab-pane {
        overflow: auto;
    }

    .details .details-subteams .menu li a {
        font-size: 2rem;
    }
}
