<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: auto;
    height: 100vh;
    /* width: 100vh; */
    font-size: 0.1333vw;
}

body {
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.prism-player .prism-big-play-btn {
    background: url(//bp-share.bestv.cn/bp-share/asset/img/player_button.png) no-repeat !important;
    background-size: contain !important;
    width: 14.66vw !important;
    cursor: pointer;
    height: 14.66vw !important;
}

.prism-player .prism-big-play-btn .outter {
    border: none !important;
}

.look_more {
    width: 100vw;
    height: 10.66vw;
    /* height: 80rem; */
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, #E73238 0%, #FF8361 100%);
}

.look_more_text {
    display: inline-block;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 30rem;
    color: #fff;
    line-height: 10.66vw;
    text-indent: 4vw;
}

.look_more_logo {
    display: inline-block;
    width: 18.66vw;
    height: 7.466vw;
    border-radius: 3.733vw;
    background-color: #fff;
    margin-left: 28.13vw;
    text-align: center;
    line-height: 7.456vw;
    color: #e73238;
    font-size: 26rem;
}

* {
    -webkit-tap-highlight-color: transparent;
}

#ali-player-one {
    /* height: 420rem; */
    width: 100vw ;
    height: 56vw;
}

.recommend_source .prism-big-play-btn {
    display: none !important;
}

.prism-player .prism-big-play-btn {
    /* width: 45px;
    height: 45px;
    background-size: 50% 50%; */
    left: 50% !important;
    bottom: 50% !important;
    margin-bottom: -32px !important;
    margin-left: -32px !important;
}


:focus {
    outline: none
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100vw + 30px);
}
.payMask{
    width: 100vw;
    height: 56vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(//bp-share.bestv.cn/bp-share/asset/img/payMask.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.payMask .jumpPay{
    width: 29.333vw;
    height: 9.3333vw;
    bottom: 14.4vw;
    position: absolute;
    background: url(//bp-share.bestv.cn/bp-share/asset/img/jumpPay.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.recommend_payMask{
    width: 100vw;
    height: 56vw;
    position: absolute;
    left: 0;
    top: 0;
    background: url(//bp-share.bestv.cn/bp-share/asset/img/payMask.png) no-repeat;
    background-size: 100%;
    background-position: center;
    display: none;
}

.recommend_payMask .jumpPay{
    width: 29.333vw;
    height: 9.3333vw;
    bottom: 14.4vw;
    position: absolute;
    background: url(//bp-share.bestv.cn/bp-share/asset/img/jumpPay.png) no-repeat;
    background-size: 100%;
    background-position: center;
    left: 50%;
    margin-left: -14.67vw;
}

#videoMask {
    display: none;
}

.jump {
    font-size: 14px;
    color: #fff;
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: rgba(30, 30, 30, 1);
    border-radius: 5px;
}

.select_episodes {
    color: #24A5FF !important;
}

.open_app {
    width: 92vw;
    height: 10.66vw;
    line-height: 10.66vw;
    text-align: center;
    border-radius: 5.3vw;
    margin: 0 auto;
    margin-top: 2.66vw;
    /*border: 2px solid #E02020; */
    /* background: url(../img/rectangle.png); */
    background: url(//bp-share.bestv.cn/bp-share/asset/img/rectangle.png);
    background-size: 100%;
    /* color: #e02020; */
    color: #B7102C;
    font-size: 4vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: aqua; */
}

.open_app .img_box {
    position: relative;
    height: 10.66vw;
    width: 19.2vw;
}

.open_app .bestv_logo {
    position: absolute;
    /* top: 1.86vw; */
    left: 0;
    object-fit: contain;
    /* width: 16.4vw; */
    top: 2vw;
    width: 15.8vw;
    height: 6.53vw;
    /* height: 5.6vw; */
    margin-right: 2.8vw;
}

.episodes_title {
    color: #1d1d1d;
    font-weight: bold;
    font-size: 34rem;
    line-height: 6.4vw;
    margin-left: 4vw;
    margin-top: 3.466vw;
    margin-bottom: 1vw;
}

.episodes_intro {
    position: relative;
    width: 92vw;
    line-height: 5.6vw;
    max-height: 11.2vw;
    margin-left: 4vw;
    margin-right: 4vw;
    overflow: hidden;
    color: #606060;
    font-size: 28rem;
    transition: height 5s;
}

.arrow {
    position: absolute;
    letter-spacing: 0.266vw;
    right: 0;
    bottom: 0;
    display: none;
    width: 5.6vw;
    height: 5.6vw;
    background: url(//bp-share.bestv.cn/bp-share/asset/img/arrow_down.png);
    background-size: 100%;
    background-color: #fff;
    /* border-left: 2.4vw solid #fff; */
}

.episodes_change {
    max-height: none;
    overflow: visible;
}

.hr {
    height: 0.133vw;
    background: #e5e5e5;
    width: 92vw;
    margin-left: 4vw;
    margin-top: 4vw;
}

.hr2 {
    height: 0.133vw;
    background: #e5e5e5;
    width: 92vw;
    margin-left: 4vw;
}

.episodes_segmented {
    width: 92vw;
    padding-left: 4vw;
    margin-top: 4vw;
    height: 6.4vw;
    font-weight: bold;
    color: #1d1d1d;
    font-size: 34rem;
    display: flex;
    align-items: center;
}

.episodes_nav {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    width: 76.26vw;
    height: 12.26vw;
}

.episodes_nav_list {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.33vw;
    width: 14.66vw;
    border: 0.1333vw solid #606060;
    border-radius: 1.06vw;
    font-weight: 400;
    color: #606060;
    font-size: 3.46vw;
    /* text-align: center;
    line-height: 5.33vw; */
    margin-right: 5.33vw;
}

.episodes_nav_list_bg {
    background-color: #606060;
    color: #fff;
}

.episodes_detail {
    width: 92vw;
    margin-left: 4vw;
    margin-top: 4vw;
    height: 34.13vw;
    display: flex;
    overflow: hidden;
    overflow-x: auto;

}

.episodes_detail_box {
    flex-shrink: 0;
    margin-right: 2.66vw;
    color: #1d1d1d;
}

.episodes_detail_img {
    width: 34.66vw;
    height: 20vw;
    border-radius: 0.53vw;
    position: relative;
}

.episodes_detail_title {
    /* height: 8vw; */
    width: 34.66vw;
    line-height: 4vw;
    /* color: #1D1D1D; */
    font-size: 26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 鍙互鏄剧ず鐨勮鏁帮紝瓒呭嚭閮ㄥ垎鐢�...琛ㄧず*/
    -webkit-box-orient: vertical;
    margin-top: 2.133vw;
}

.episodeDetailsCover {
    width: 34.66vw;
    height: 20vw;
    object-fit: cover;
}

.episodes_time {
    position: absolute;
    right: 0.93vw;
    bottom: 0.93vw;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    /* width: 7.73vw; */
    height: 3.46vw;
    background-color: #000000;
    opacity: 0.4;
    border-radius: 0.8vw;
    color: #ffff !important;
    font-size: 2.4vw;
    text-align: center;
    line-height: 3.46vw;
}

.recommend {
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.recommend_box {
    width: 100vw;
    margin-top: 4vw;
    font-weight: bold;
    color: #1d1d1d;
    font-size: 34rem;
}


.recommend_title {
    padding-left: 4vw;
    margin-bottom: 4vw;
}

.recommend_main {
    width: 100vw;
    height: 56vw;
    overflow: hidden;
    margin-bottom: 4vw;
    position: relative;
}

.recommend_main:last-child {
    margin-bottom: 0;
}

.recommend_source {
    width: 100vw;
    height: 56vw;
    display: block;
    object-fit: fill;
}

.mengceng-list {
    z-index: 97;
    width: 100vw;
    height: 56vw;
    object-fit: fill;
    position: absolute;
    left: 0;
    top: 0;
}

.mengceng-list-zhezhao {
    width: 100vw;
    height: 56vw;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 17%, #000000 100%);
    opacity: 0.6;
    position: absolute;
    z-index: 98;
    left: 0;
    top: 0;
}

.recommend_list_intro {
    position: absolute;
    z-index: 99;
    left: 4vw;
    top: 4vw;
    width: 92vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 鍙互鏄剧ず鐨勮鏁帮紝瓒呭嚭閮ㄥ垎鐢�...琛ㄧず*/
    -webkit-box-orient: vertical;
    font-size: 4vw;
    height: 10vw;
    line-height: 5vw;
    color: #fff;
}

.recommend_player_button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.player_play_button {
    z-index: 100;
    width: 14.66vw;
    height: 14.66vw;
    background: url(//bp-share.bestv.cn/bp-share/asset/img/player_button.png);
    background-size: 100%;
    cursor: pointer;
}



/* .prism-controlbar {
    display: block !important;
} */

.volume-icon{
    display: none;
}
.mutePlayTime{
    width: 63.46vw !important;
}
.muteProgress{
    width: 63.46vw !important;
}
.prism-player .prism-liveshift-progress,
.prism-player .prism-progress {
    width: 73.46vw;
    border-radius: 4px !important;
    left: 50% !important;
    margin-left: -36.73vw;
    bottom: 28px !important;
    box-shadow: none;
    z-index: 9999;
}

.prism-player .prism-liveshift-progress .prism-progress-played,
.prism-player .prism-progress .prism-progress-played {
    border-radius: 4px;
}

.prism-player .prism-liveshift-progress .prism-progress-loaded,
.prism-player .prism-progress .prism-progress-loaded {
    border-radius: 4px;
}

.prism-player .prism-liveshift-progress .prism-progress-marker,
.prism-player .prism-progress .prism-progress-marker {
    border-radius: 4px;
}

.prism-player .prism-play-btn.playing {
    height: 26px !important;
    width: 26px !important;
    margin-top: 8px !important;
    margin-right: 1.33vw !important;
    /* background-color: rgba(0,0,0,0.3); */
}

.prism-player .prism-fullscreen-btn {
    /* background-color: rgba(0,0,0,0.3); */
    height: 26px !important;
    width: 26px !important;
    margin-top: 8px !important;
    /* margin-left: 8px!important; */
}

.time-bound {
    display: none !important;
}

.current-time {
    float: left;
}

.duration {
    float: right;
    color: #fff;
    /* margin-right: 1.33vw; */
}

.prism-player .prism-controlbar {
    background-color: rgba(0, 0, 0, 0);
}

.prism-player .prism-time-display {
    /* background-color: blanchedalmond; */
    width: 73.46vw;
    position: absolute;
    left: 50%;
    margin-left: -36.73vw !important;
    /* margin-right: 1.33vw!important;
    margin-left: 1.33vw!important; */
    height: 35px !important;
    line-height: 35px !important;
    margin-top: 12px !important;
}

.prism-player .prism-liveshift-progress .prism-progress-played,
.prism-player .prism-progress .prism-progress-played {
    background-color: #fff;
}

.player_play_jumpApp {
    width: 26.66vw;
    height: 8vw;
    background: url(//bp-share.bestv.cn/bp-share/asset/img/open_app_button.png);
    background-size: 100%;
    top: 25.46vw;
    margin: 0;
    left: 50%;
    margin-left: -13.33vw;
    z-index: 101;
}

.video_box {
    width: 100vw;
    height: 56vw;
    overflow: hidden;
}
.prism-player .prism-cover{
    background-size: cover;
    background-color: #000;
}

.cancelFullScreenPlayer {
    width: 100vw !important;
    height: 56vw !important;
}

.requestFullScreenPlayer {
    width: 100% !important;
    height: 100% !important;
}
#recomand_player_0{
    width: 100vw;
    height: 56vw;
}
#recomand_player_1{
    width: 100vw;
    height: 56vw;
}
#recomand_player_2{
    width: 100vw;
    height: 56vw;
}
video {
    object-fit: contain!important;
}
</pre></body></html>