
a:hover {
    text-decoration: none;
}
.feature-tag_blue {
    background: #3d5afe
}

.feature-tag_purple {
    background: #5d4a88
}

.feature-tag_orange {
    background: #dd6332
}

.feature-tag_red {
    background: #b70b0b
}

.feature-tag {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    min-width: 38px;
    padding: 2px 4px;
    box-sizing: border-box;
    text-align: center;
    display: block
}

.feature-tag a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.feature-tag-in {
    position: absolute;
    top: 0;
    left: 0
}

.feature-tag-icon {
    width: 14px;
    height: 14px;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    margin-top: -3px
}

.feature-tag-sp {
    position: absolute;
    top: 10px;
    left: 0
}

.feature-tag.playlist {
    min-width: 33px;
    font-size: 12px
}

input[type=radio]:checked+span {
    background: url(../img/radio_checked.c37bc4a4.svg) no-repeat 0 0
}

section.film-info-container {
    width: 96%;
    max-width: 1600px;
    position: relative;
    margin: 40px auto
}

section.film-info-container .film-info-tabs,section.film-info-container .film-recommend-tabs {
    margin: 20px auto
}

section.film-info-container .film-info-photo {
    width: 100%;
    position: relative
}

section.film-info-container .film-info-photo .slick-prev {
    width: 27px;
    height: 43px;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background: url(../img/slide_arrow-prev.44ba1ce7.svg) no-repeat;
    background-size: cover
}

section.film-info-container .film-info-photo .slick-prev:before {
    content: ""
}

section.film-info-container .film-info-photo .slick-next {
    width: 27px;
    height: 43px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background: url(../img/slide_arrow-next.cf86b6b1.svg) no-repeat;
    background-size: cover
}

section.film-info-container .film-info-photo .slick-next:before {
    content: ""
}

section.film-info-container .film-info-photo .film-photo-item {
    position: relative;
    padding: 0 5px;
    box-sizing: border-box;
    transition: .15s linear
}

section.film-info-container .film-info-photo .film-photo-item .film-photo-content {
    width: 100%;
    position: relative;
    padding-bottom: 66.67%
}

section.film-info-container .film-info-photo .film-photo-item .film-photo-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute
}

section.film-info-container .film-info-photo .film-photo-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

section.film-info-container .film-info-photo .film-photo-item:hover {
    opacity: .8
}

section.film-info-container .film-awards li {
    list-style: disc;
    font-size: 1em;
    font-weight: 500;
    margin: 3px 0;
    margin-left: 24px
}

section.film-info-container ul.tab1 {
    display: block
}

section.film-info-container ul.tab2 {
    display: none
}

section.film-info-container .film-info-recommend {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center
}

section.film-info-container .film-info-recommend .slick-list {
    padding-top: 10px
}

section.film-info-container .film-info-recommend .slick-prev {
    width: 27px;
    height: 43px;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background: url(../img/slide_arrow-prev.44ba1ce7.svg) no-repeat;
    background-size: cover
}

section.film-info-container .film-info-recommend .slick-prev:before {
    content: ""
}

section.film-info-container .film-info-recommend .slick-next {
    width: 27px;
    height: 43px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background: url(../img/slide_arrow-next.cf86b6b1.svg) no-repeat;
    background-size: cover
}

section.film-info-container .film-info-recommend .slick-next:before {
    content: ""
}

section.film-info-container .film-info-recommend .filmcase-item {
    width: 16.6667%;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box
}

section.film-info-container .film-info-recommend .filmcase-item.filmcase-item-v {
    width: 16.6667%
}

section.film-info-container .film-info-recommend .filmcase-item.filmcase-item-extra-h {
    flex-grow: 1
}

.breadcrumb-item {
    display: inline-block;
    color: #e7e7e7;
    font-size: 16px;
}

.breadcrumb-item .link-to  {
    color: #e7e7e7;
    opacity: .9;
    transition: .15s linear;
}
.breadcrumb-item img  {
    margin-right: 5px;
}
.breadcrumb-item:before {
    content: "/";
}
.breadcrumb-item:first-child:before {
    content: "";
    margin: 0;
}
@media (min-width: 1200px) {
    #id-detail .bread,#id-detail .film-content {
        width:96%;
        max-width: 1600px;
        margin: 20px auto 0
    }

    section.film-info-container .film-info-recommend {
        display:flex;
        justify-content: flex-start;
        align-items: flex-start
    }

    section.film-info-container .film-info-recommend .slick-list {
        padding-top: 0
    }

    section.film-info-container .film-info-recommend .filmcase-item {
        width: 16.6666%;
        margin: 0;
        padding: 0 7px;
        box-sizing: border-box
    }

    section.film-info-container .film-info-recommend .filmcase-item.filmcase-item-extra-h {
        flex-grow: 1
    }
}

.wrap {
    position: relative;
    width: calc(100% - 380px);
    padding-bottom: calc(56.25% - 213.75px)
}

.player {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative
}

.player-full {
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    position: relative
}

.player-wrap {
    width: 100%;
    height: 100%;
    position: absolute
}

@media (min-width: 1024px) {
    .player {
        position:absolute;
        top: 0;
        left: 0
    }

    .wrap.fullwindow {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        padding: 0;
        background: rgba(0,0,0,.7)
    }

    .fullwindow .player-wrap {
        width: auto;
        height: auto;
        padding-bottom: 0;
        position: relative
    }

    .fullwindow .player {
        width: 100%;
        position: relative;
        padding-bottom: 0;
        overflow: auto
    }

    .fullwindow #movie_show {
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .fullwindow .fullscreen-setting {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0)
    }

    .fullwindow .video {
        padding-bottom: 0
    }
}

.fullscreen-setting {
    width: 100%;
    position: absolute;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.video {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    display: none
}

.video.fullscreen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.video video.fullscreen-w {
    left: 50vw;
    transform: translate(-50%)
}

.video video.fullscreen-h {
    top: 50vh;
    transform: translateY(-50%)
}

.video-top {
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.video-name {
    width: calc(100% - 88px);
    position: relative;
    margin: 25px 0 0 25px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.video-messages {
    position: absolute;
    bottom: 5px;
    right: 5px;
    transform: translateY(100%);
    background: rgba(0,0,0,.8);
    border: 1px solid hsla(0,0%,100%,.7)
}

.video-messages-content {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    color: #fff;
    padding: 5px 10px
}

.video-messages-close {
    width: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.video-messages-close img {
    width: 100%;
    opacity: .6
}

.player-icon {
    width: 30px;
    position: relative;
    margin: 0 10px;
    color: #fff;
    font-size: .9em;
    font-weight: 500
}

.player-icon img {
    width: 100%;
    vertical-align: bottom
}

.player-icon.player-play-btn {
    width: 30px;
    height: 40px
}

.player-icon.player-play-btn img {
    width: 100%;
    height: 100%
}

.player-icon.backward-btn {
    margin: 0 10px 0 20px
}

.player-icon.icon-chromecast {
    width: 28px;
    height: 20px;
    position: absolute;
    top: 25px;
    right: 25px;
    margin: 0
}

.player-icon.icon-window {
    display: none
}

@media (min-width: 1200px) {
    .player-icon.icon-window {
        display:block
    }
}

.text-icon {
    width: 40px;
    margin: 0 8px;
    color: #fff;
    font-size: .9em;
    font-weight: 500;
    text-align: center;
    position: relative
}

.text-icon a {
    color: #fff
}

.video-tip-btn {
    position: absolute;
    padding: 5px 10px;
    background: rgba(0,0,0,.8);
    border: 1px solid hsla(0,0%,100%,.7);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    right: 10px;
    bottom: 90px;
    cursor: pointer;
    display: none
}

.video-tip-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: hsla(0,0%,100%,.3)
}

.video-control {
    width: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0
}


.film-info {
    width: calc(96% - 320px);
    position: relative;
    order: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 2%
}
.film-info.info-row{
    display: flex;
}
 .film-info .film-img{
    width: 238px;
    margin-right: 15px;
    height: 373px;
}
 .film-info .film-img img{
    width: 100%;
    height: 100%;
}
.film-info .film-info-title {
    order: 1
}
.film-info .info-items{
    flex: 1;
    margin-top: 0;
}
.film-info .film-info-title p {
    font-size: .9375em;
    font-weight: 500
}

.film-info .film-info-title h1.film-title-h1 {
    font-size: 2em;
    font-weight: 700;
    position: relative;
    text-align: left;
    line-height: 1.2em
}

@media (min-width: 1200px) {
    .film-info .film-info-title h1.film-title-h1 {
        font-size:1.5em;
        line-height: 1;
        margin-top: 0;
    }
}

.film-info .film-info-title h2.film-title-h2 {
    font-size: 1.05em;
    font-weight: 500;
    position: relative;
    text-align: left;
    line-height: 1.5em;
    margin: 5px 0
}

.film-info .film-info-title .film-info-tags {
    padding: 0;
    float: left;
}

.film-info .film-info-title .film-info-tags .feature-tag .feature-tag {
    padding: 2px 4px
}

.film-info .film-info-title .film-info-tags .feature-tag {
    margin-right: 8px
}

.film-info .film-info-title .film-info-tags .feature-tag:last-child {
    margin-right: 0
}

.film-info .film-info-title .film-info-nation {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0 0 0
}

.film-info .film-info-title .film-info-nation .tv-rate {
    margin: 0 10px
}

.film-info .film-info-social {
    order: 2;
    margin: 10px 0
}

.film-info .film-info-social .film-score {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}

.film-info .film-info-social .film-score .score-num .score-num-star {
    margin-top: -5px;
}
.score-num {
    display: flex;
    align-items: center;
}
.score-num-star {
    width: 22px;
    height: 22px;
    position: relative;
}
.score-num-star img  {
    width: 100%;
    vertical-align: bottom;
}
.film-info .film-info-social .film-score p.score-people {
    color: #e7e7e7;
    position: relative;
    top: -2px
}

.film-info .film-info-social .film-score .btn-scores {
    margin: 10px 0
}

.film-info .film-info-social .film-share {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap
}

.film-info .film-info-social .film-share .film-collection {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 40px
}

.film-info .film-info-social .film-share .film-collection p {
    margin-left: 5px
}

.film-info .film-info-social .film-share .film-share-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.film-info .film-info-social .film-share .film-share-container .icon-share {
    width: 20px;
    height: 20px;
    position: relative
}

.film-info .film-info-social .film-share .film-share-container .icon-share img {
    width: 100%;
    position: absolute
}

.film-info .film-info-social .film-share .film-share-container p {
    margin: 0 10px 0 5px
}

.film-info .film-info-social .film-share .film-share-container .icon-setting {
    margin: 0 5px
}

.film-info .film-other-info {
    order: 3
}

.film-info .film-other-info h3.film-subtitle {
    font-size: 1.25em;
    font-weight: 500;
    margin: 10px 0
}

.film-info .film-other-info .info-item-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
}
.film-info .film-other-info .info-item-container p{
    margin:0
}
.film-info .film-other-info .info-item-container.payment {
    margin: 15px 0
}

.film-info .film-other-info .info-item-container .info-item {
    flex-shrink: 0;
    margin: 0;
}

.film-info .film-other-info .info-item-container p a {
    color: #fff
}

.film-info .film-other-info .info-item-container p a:hover {
    text-decoration: underline
}

.film-info .film-other-info p.info-item-text {
    margin: 10px 0;
}

.film-info .film-info-btns {
    order: 4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.film-info .film-info-btns .btn-basic {
    margin-right: 10px;
    margin-bottom: 10px
}

.film-info .film-info-btns .btn-music {
    margin-bottom: 10px
}

.film-info .film-info-keywords {
    order: 5;
    position: relative;
    margin-top: 25px
}

.film-info .film-info-keywords .film-keywords-container {
    width: 100%;
    position: relative;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0
}

.film-info .film-info-keywords .film-keywords-container .btn-filter {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 7px 7px 0
}

.film-info .film-info-btns,.film-info .film-info-keywords,.film-info .film-info-social,.film-info .film-info-title,.film-info .film-other-info {
    width: 100%
}

@media (min-width: 1200px) {
    .film-info .film-info-btns,.film-info .film-info-title,.film-info .film-other-info {
        width:calc(95% - 320px)
    }

    .film-info .film-info-keywords,.film-info .film-info-social {
        width: 320px
    }

    .film-info .film-other-info {
        order: 3
    }

    .film-info .film-info-keywords {
        order: 4;
        margin-top: 0
    }

    .film-info .film-info-btns {
        order: 5
    }
}

@media (min-width: 1200px) {
    .film-info {
        width:100%;
        order: 3;
        margin-left: 0
    }

    .film-info.winfull .film-info {
        width: calc(96% - 400px);
        order: 2;
        margin-left: 2%
    }

    .film-info.winfull .film-info-btns,.film-info.winfull .film-info-keywords,.film-info.winfull .film-info-social,.film-info.winfull .film-info-title,.film-info.winfull .film-other-info {
        width: 100%
    }

    .film-info.winfull .film-other-info {
        order: 3
    }

    .film-info.winfull .film-info-keywords {
        order: 5;
        margin-top: 25px
    }

    .film-info.winfull .film-info-btns {
        order: 4
    }
}

@media (min-width: 1700px) {
    .film-info.winfull {
        width:1136px;
        order: 2;
        margin-left: 32px
    }
}



section.film-info-container {
    width: 96%;
    max-width: 1600px;
    position: relative;
    margin: 40px auto
}

section.film-info-container .film-info-tabs,section.film-info-container .film-recommend-tabs {
    margin: 20px auto
}

section.film-info-container .film-info-photo {
    width: 100%;
    position: relative;
    padding: 0
}

section.film-info-container .film-info-photo .custom-slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px
}

section.film-info-container .film-info-photo .slick-prev {
    width: 27px;
    height: 47px;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background: url(../img/slide_arrow-prev.44ba1ce7.svg) no-repeat;
    background-size: cover
}

section.film-info-container .film-info-photo .slick-prev:before {
    content: ""
}

section.film-info-container .film-info-photo .slick-next {
    width: 27px;
    height: 47px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background: url(../img/slide_arrow-next.cf86b6b1.svg) no-repeat;
    background-size: cover
}

section.film-info-container .film-info-photo .slick-next:before {
    content: ""
}

section.film-info-container .film-info-photo .film-photo-item {
    width: 20%;
    position: relative;
    padding: 0 5px;
    box-sizing: border-box;
    transition: .15s linear;
    display: inline-block
}

section.film-info-container .film-info-photo .film-photo-item .film-photo-content {
    width: 100%;
    position: relative;
    padding-bottom: 66.67%;
    background: rgba(0,0,0,.3)
}

section.film-info-container .film-info-photo .film-photo-item .film-photo-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute
}

section.film-info-container .film-info-photo .film-photo-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

section.film-info-container .film-info-photo .film-photo-item:hover {
    opacity: .8
}

section.film-info-container .film-awards li {
    list-style: disc;
    font-size: 1em;
    font-weight: 500;
    margin: 3px 0;
    margin-left: 24px
}

section.film-info-container .film-info-photo.tab1 {
    display: none
}

section.film-info-container .film-info-photo.tab1.active {
    display: block
}

section.film-info-container ul.tab2 {
    display: none;
    padding-left: 0
}

section.film-info-container ul.tab2.active {
    display: block
}

section.film-info-container .film-info-recommend {
    width: 100%;
    position: relative
}

section.film-info-container .film-info-recommend .slick-list {
    padding-top: 10px
}

section.film-info-container .film-info-recommend .slick-prev {
    width: 27px;
    height: 47px;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background: url(../img/slide_arrow-prev.44ba1ce7.svg) no-repeat;
    background-size: cover
}

section.film-info-container .film-info-recommend .slick-prev:before {
    content: ""
}

section.film-info-container .film-info-recommend .slick-next {
    width: 27px;
    height: 47px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background: url(../img/slide_arrow-next.cf86b6b1.svg) no-repeat;
    background-size: cover
}

section.film-info-container .film-info-recommend .slick-next:before {
    content: ""
}

section.film-info-container .film-info-recommend .filmcase-item {
    width: 16.6667%;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box
}

section.film-info-container .film-info-recommend .filmcase-item.filmcase-item-v {
    width: 16.6667%
}

@media (min-width: 1200px) {
    section.film-info-container .film-info-recommend {
        display:flex;
        justify-content: space-between;
        align-items: flex-start
    }

    section.film-info-container .film-info-recommend .slick-list {
        padding-top: 0
    }

    section.film-info-container .film-info-recommend .filmcase-item {
        width: 16.6666%;
        margin: 0;
        padding: 0 7px;
        box-sizing: border-box
    }
}


.v-application p {
    margin-bottom: 0
}

#id-detail {
    background: #12172c;
    color: #fff;
    padding: 100px 0;
    margin-bottom: -60;
}

#id-detail .bread {
    width: 100%;
    margin: 20px auto 0;
    margin: 0 2%
}

#id-detail .film-content {
    width: 100%;
    position: relative;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    overflow: hidden;
}

#id-detail .film-content .wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    overflow: hidden
}

#id-detail .film-content .wrap>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute
}

#id-detail .film-content .wrap.no-video {
    display: none
}

#id-detail .film-content .wrap.no-video:after {
    content: "";
    display: table;
    position: absolute;
    width: 85%;
    height: 0;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: radial-gradient(50% 50% at 50% 50%,transparent 0,transparent 23.46%,#000 96.32%)
}

#id-detail .film-content .wrapfull {
    position: relative;
    width: 100vw;
    padding-bottom: min(100vw * 9/16,90vh - 74px);
    height: 0;
    background: rgba(0,0,0,.95)
}

@media (min-width: 1200px) {
    #id-detail .film-content .wrap {
        position:relative;
        width: calc(100% - 380px);
        padding-bottom: calc(56.25% - 213.75px);
        height: 0
    }

    #id-detail .film-content .wrapfull {
        position: relative;
        width: 100vw;
        padding-bottom: min(100vw * 9/16,90vh - 74px);
        height: 0;
        background: rgba(0,0,0,.95)
    }
}

#id-detail .film-content .film-menu {
    width: 300px;
    position: relative;
    background: #000;
    order: 3;
    margin-right: 2%
}

@media (min-width: 1200px) {
    #id-detail .bread,#id-detail .film-content {
        width:96%;
        max-width: 1600px;
        margin: 20px auto 0
    }

    #id-detail .film-content {
        position: relative;
        align-items: stretch
    }

    #id-detail .film-content .film-menu {
        width: 380px;
        order: 2;
        margin-right: 0;
        border-left: 1px solid #333;
        box-sizing: border-box
    }

    #id-detail .film-content.winfull {
        width: 100%;
        max-width: 100%;
        align-items: baseline
    }

    #id-detail .film-content.winfull .wrap.fullwindow {
        width: 100%;
        padding-bottom: 0;
        height: auto
    }

    #id-detail .film-content.winfull .film-menu {
        width: 380px;
        order: 3;
        margin-right: 2%;
        border: none;
        margin-top: 20px
    }

    #id-detail .film-content.winfull .film-info {
        width: calc(96% - 400px);
        order: 2;
        margin-left: 2%
    }

    #id-detail .film-content.winfull .film-info-btns,#id-detail .film-content.winfull .film-info-keywords,#id-detail .film-content.winfull .film-info-social,#id-detail .film-content.winfull .film-info-title,#id-detail .film-content.winfull .film-other-info {
        width: 100%
    }

    #id-detail .film-content.winfull .film-other-info {
        order: 3
    }

    #id-detail .film-content.winfull .film-info-keywords {
        order: 5;
        margin-top: 25px
    }

    #id-detail .film-content.winfull .film-info-btns {
        order: 4
    }
}

@media (min-width: 1700px) {
    #id-detail .film-content.winfull .film-menu {
        width:380px;
        order: 3;
        margin-right: 32px;
        border: none
    }

    #id-detail .film-content.winfull .film-info {
        width: 1136px;
        order: 2;
        margin-left: 32px
    }
}

#id-detail .year18-dialog .year18-info {
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-align: center
}

#id-detail .year18-dialog .year18-info em {
    color: #ff4747
}

#id-detail .year18-dialog.popup-basic-message-dialog .popup-content-info .popup-content-info-btns {
    margin-top: 20px
}
.score-num-text  {
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
    color: #ff8400;
    line-height: 1em;
    margin: 0;
}
.score-num-text em {
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    list-style: none;
}
 

.btn-basic-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px;
    position: relative;
    padding: 0 18px;
    border-radius: 2000px;
    line-height: 29px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
    transition: .15s linear;
    cursor: pointer
}

@media (min-width: 768px) {
    .btn-basic-container {
        height:40px;
        line-height: 39px;
        font-size: 18px;
        padding: 0 26px;
        display: block;
    }
}

.btn-basic-container.blue {
    background: #1b62b4;
    border: 1px solid #1b62b4;
    color: #fff
}

@media (min-width: 768px) {
    .btn-basic-container.blue:hover {
        background:#fff;
        color: #1b62b4
    }
}

.btn-basic-container.green {
    background: #1a8ba6!important;
    border: 1px solid #1a8ba6!important;
    color: #fff;
    display: block;
}

@media (min-width: 768px) {
    .btn-basic-container.green:hover {
        background:#fff!important;
        color: #1a8ba6!important
    }
}

.btn-basic-container.border-white {
    background: none;
    border: 1px solid #fff;
    color: #fff
}

@media (min-width: 768px) {
    .btn-basic-container.border-white:hover {
        color:#1b62b4;
        background: #fff;
        border: 1px solid #1b62b4
    }
}

.btn-basic-container.border-blue {
    background: none;
    border: 1px solid #1b62b4;
    color: #1b62b4
}

@media (min-width: 768px) {
    .btn-basic-container.border-blue:hover {
        background:#e7e7e7
    }
}

.btn-basic-container.disable {
    background: #999;
    color: #cecece
}

.btn-filter-container {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    position: relative;
    transition: .15s linear;
    background: #333;
    cursor: pointer
}

.btn-filter-container.active {
    background: #1b62b4
}

@media (min-width: 768px) {
    .btn-filter-container:hover {
        background:#575757
    }

    .btn-filter-container.active:hover {
        background: #1b62b4
    }
}

.btn-music-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    height: 30px;
    padding: 0 15px;
    border-radius: 1000px;
    background: hsla(0,0%,100%,.2);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    transition: .15s linear
}

.btn-music-container:hover {
    background: hsla(0,0%,100%,.4)
}

.btn-music-container .btn-music-icon {
    width: 20px;
    height: 20px;
    position: relative;
    margin-top: -5px
}

.btn-music-container .btn-music-icon img {
    width: 100%;
    vertical-align: bottom
}

.btn-music-container .btn-music-text {
    width: calc(100% - 34px);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-left: 15px;
    border-left: 1px solid hsla(0,0%,100%,.5);
    margin-left: 10px
}

@media (min-width: 768px) {
    .btn-music-container {
        height:40px;
        padding: 0 20px
    }

    .btn-music-container .btn-music-icon {
        width: 24px;
        height: 24px;
        margin: 0
    }

    .btn-music-container .btn-music-text {
        font-size: 16px;
        line-height: 40px
    }
}
li, ul {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.tab-group  {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
}
 
.filmcase-item {
    position: relative;
    transition: .15s linear;
    cursor: pointer
}

.filmcase-item a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.filmcase-item .filmcase-image {
    width: 100%;
    padding-bottom: 148%;
    position: relative;
    background: #000;
    overflow: hidden
}

.filmcase-item .filmcase-image:after {
    content: "";
    display: table;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: .15s linear
}

.filmcase-item .filmcase-image .img-item {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: .15s linear
}

.filmcase-item .filmcase-image .filmcase-play-btn {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    transition: .15s linear
}

.filmcase-item .filmcase-image .filmcase-notification-btn {
    transition: .15s linear
}

.filmcase-item .filmcase-image .filmcase-notification-btn:hover.filmcase-notification-btn:after {
    opacity: .7
}

.filmcase-item .filmcase-image .filmcase-notification-btn:after {
    content: "";
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/notification_btn-hover.087f62fd.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
    opacity: 0;
    transition: .15s linear
}

.filmcase-item .filmcase-text {
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.8);
    box-sizing: border-box;
    transition: .15s linear
}

.filmcase-item .filmcase-text .filmcase-text-container {
    width: 92.3%;
    position: relative;
    margin: 0 auto;
    padding: 8px 0
}

.filmcase-item .filmcase-text .filmcase-text-container .filmcase-title h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e7e7e7
}

.filmcase-item .filmcase-text .filmcase-text-container .filmcase-detail {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.filmcase-item .filmcase-text .filmcase-text-container .filmcase-detail p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    color: #e7e7e7
}

.filmcase-item .filmcase-text .filmcase-text-container .filmcase-detail h6 {
    color: #e7e7e7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.filmcase-item .filmcase-text .filmcase-text-container .filmcase-detail .filmcase-star-icon {
    width: 13px;
    position: relative;
    margin-right: 3px;
    margin-top: -11px
}

.filmcase-item .filmcase-text .filmcase-text-container .filmcase-detail .filmcase-star-icon .filmcase-star-icon-img {
    width: 100%;
    vertical-align: bottom;
    position: relative
}

.filmcase-item .filmcase-text .filmcase-text-container .filmcase-detail .filmcase-score {
    min-width: 46px;
    font-size: .8em;
    font-weight: 400;
    color: #ff8400
}

.filmcase-item .filmcase-text .filmcase-text-container .filmcase-detail .filmcase-score em {
    font-size: 1.2em;
    font-weight: 700
}

.filmcase-item.filmcase-item-extra-v {
    margin: 0 2% 10px
}

.filmcase-item.filmcase-item-extra-v .filmcase-image,.filmcase-item.filmcase-item-extra-v .filmcase-image:after {
    padding-bottom: 148%
}

.filmcase-item.filmcase-item-extra-v .filmcase-play-btn {
    width: 35%;
    padding-bottom: 35%
}

.filmcase-item.filmcase-item-extra-h {
    margin: 10px 2%
}

.filmcase-item.filmcase-item-extra-h .filmcase-image,.filmcase-item.filmcase-item-extra-h .filmcase-image:after {
    padding-bottom: 66.7%
}

.filmcase-item.filmcase-item-extra-h .filmcase-image .filmcase-play-btn {
    width: 22.5%;
    padding-bottom: 22.5%
}

.filmcase-item:hover {
    transform: translateY(-10px)
}

.filmcase-item:hover .filmcase-image:after {
    opacity: 1;
    z-index: 2
}

.filmcase-item:hover .filmcase-image .filmcase-play-btn {
    opacity: .7
}
.film-menu .film-menu-container {
    width: 90%;
    position: relative;
    margin: 25px auto 0;
    height: 100%;
}
.film-menu-switch .film-menu-tabs .tab-item.active  {
    color: #fffde5;
    font-weight: 700;
    border-bottom: 1px solid #fffde5;
    box-sizing: border-box;
}

.tab-item h3 {
    font-size: 18px;
}

.play-info{}
.play-info h1{
    font-size: 24px;
    font-weight: 600;
}
.preview{
    height: 560px;
    overflow-y: scroll;
}
/* 隐藏 .preview 滚动条 */
.preview::-webkit-scrollbar {
    display: none;
}

.preview li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #575757;
    cursor: pointer;
    transition: .15s linear;
    margin-top: 12px;
}
.preview li a{
    display: flex;
    width: 100%;
    position: relative;
}
.preview .f-m-epi-screenshot{
    width: 109px;
    position: relative;
    height: 61px;
    overflow: hidden;
}
.preview .f-m-epi-screenshot img{
    width: 100%;
}
.preview .f-m-epi-info{
    width: calc(100% - 119px);
    height: 72px;
}
.preview .f-m-epi-info h4{
    padding: 2px 4px;
    color: #fff;
    font-size: .95em;
    font-weight: 700!important;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 1px;
}
.film-bg{
    display: none
}
@media only screen and (max-width: 720px) {

    #id-detail{
        padding: 12px 0;
    }

    .film-info.info-row{
    width: 95%;
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    position: relative;
    }   
    .film-info .film-img{
        width: 175px;
        height: 245px;
        margin-right: 0;
        border-radius: 8px;
        overflow: hidden;
        margin: 46px;
        background-color: #202020;
        z-index: 1;
        /* 投影效果 */
        box-shadow: 1px -3px 20px 9px rgb(0 0 0 / 40%);
    }
    .film-info .info-items{
        margin-right: 0;
        width: 100%;
        z-index: 1;
    }
    .film-info .film-info-title h1.film-title-h1{
        font-size: 24px;
        padding: 0;
        margin: 0;
    }
    .film-info .film-other-info{

    }
    .film-info .film-other-info .info-item-container p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .film-info .film-info-social{
        right: 0;
        width: 50%;
        position: relative; /* .移动端详情页评分错位修复 */
    }
    .film-info .film-other-info p.info-item-text{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;/*行数，2的话就是第二行溢出省略。*/
        -webkit-box-orient: vertical;
    }
    .film-bg{
        position: absolute;
        width: 123%;
        top: -108px;
        left: -20px;
        bottom: 0;
        right: 0;
        -webkit-filter: blur(1.33333rem) saturate(180%);
        filter: blur(30px) saturate(180%);
        z-index: 1;
        display: block;
    }

    .playBox .playlist a{
        width: calc(21% - -11px);
    }
    /* .playBox .playlist a 每第4个 */
    .playBox .playlist a:nth-child(4n){
        margin-left: initial;
        margin-right: 0;
    }
    section.film-info-container{
        width: 96%;
        margin: 10px auto;
    }
    section.film-info-container .film-info-recommend{
    display: block;
    }
    section.film-info-container .film-info-recommend .filmcase-item{
        width: calc(34% - 3px);
        float: left;
    }
    section.film-info-container .film-info-tabs, section.film-info-container .film-recommend-tabs{
        padding: 0px 10px;
    }
    #id-detail .film-content .film-menu{
        display: none;
    }
    

}
