<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vid {
    width: 100%;
    background-color: #252529;
    padding-bottom: 20px;
    position: relative;
    padding-top: 20px;
}

.vid .player {
    width: 1000px;
    margin: 20px auto;
    overflow: hidden;
}

.player .player-left {
    width: 715px;
    height: 403px;
    float: left;
    background-color: #000;
    text-align: center;
    position: relative;
}

.player .courseplayer-right {
    width: 285px;
    height: 403px;
    float: right;
    background: #171717;
}

.courseplayer-right .courseplay-tab {
    border-bottom: 1px solid #d8d8d8;
}

.courseplayer-right .courseplay-tab a.tab-active {
    color: #ffffff !important;
}

.courseplayer-right .courseplay-tab a.tab-active:after {
    content: "";
    display: block;
    height: 4px;
    width: 24px;
    position: relative;
    bottom: 5px;
    left: 50%;
    background: #ffffff;
    margin-left: -12px;
    border-radius: 2px;
}

.courseplayer-right .courseplay-tab a.coursetab01 {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #ffffff;
    height: 30px;
    padding-top: 10px;
    background: #3f3f3f;
}

.courseplayer-right .courseplay-tab a.coursetab02 {
    float: left;
    width: 50%;
    height: 47px;
    text-align: center;
    line-height: 47px;
    font-size: 18px;
    color: #757575;
}

.courseplayer-right .courseplay-tab a.coursetab03 {
    float: left;
    width: 50%;
    height: 47px;
    text-align: center;
    line-height: 47px;
    font-size: 18px;
    color: #757575;
}

.player .play-episode {
    width: 284px;
    height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #000000;
    border-left: none;
}

.player .play-episode p:first-child {
    color: #ffffff;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 18px;
}

.player .play-episode p:nth-child(2) {
    color: #757575;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 5px;
}

.player .courseplayer-right .player-item {
    padding: 20px 0px 20px 25px;
}

.player .courseplayer-right .player-item li {
    width: 35px;
    height: 35px;
    background: #121212;
    float: left;
    margin: 0 10px 8px 0;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
}

.player .courseplayer-right .player-item li a {
    color: #909090;
}

.player .courseplayer-right .player-item li a:hover {
    color: #ff6420;
}

.player .courseplayer-right .player-item li.play-active {
    background-image: url(../img/playing.png);
    background-repeat: no-repeat;
    background-position: 19px 22px;
    background-size: 40%;
}

.player .courseplayer-right div.play-sum {
    width: 244px;
    height: 345px;
    overflow-y: auto;
    padding: 0 20px;
    padding-top: 20px;
}

.player .play-sum div {
    margin-bottom: 25px;
}

.player .playTitle,
.play-sum .desc span:first-child,
.role span:first-child,
.play-sum .director span:first-child,
.viewpoints span:first-child,
.count span:first-child {
    color: #ffffff;
}

.play-sum .playTitle {
    font-size: 18px;
}

.play-sum .desc span:nth-child(2),
.play-sum .role span:nth-child(2),
.play-sum .director span:nth-child(2),
.viewpoints span:nth-child(2),
.count span:nth-child(2) {
    font-size: 14px;
    color: #909090;
}

.vid_guess {
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 20px;
}

.vid_guess .guess {
    width: 1000px;
    margin: 0 auto;
}

.vid_guess .guess .guess_left {
    float: left;
    width: 73%;
}

.vid_guess .guess .guess_right {
    float: right;
    width: 24%;
}

.guess_left .guess_tit,
.guess_right .guess_tit,
.v_course .guess_tit {
    border-bottom: solid 1px #ededed;
    margin-top: 20px;
    padding-bottom: 5px;
}

.guess_left .guess_tit span,
.guess_right .guess_tit span,
.v_course .guess_tit span {
    color: #B50009;
    font-size: 18px;
    margin-left: 10px;
}

.guess_left .guess_tit a,
.v_course .guess_tit a {
    float: right;
    margin-right: 10px;
    color: #333333;
}

.guess .guess_left .course-box {
    width: 136px;
    margin: 10px 5px;
    float: left;
}

.guess_left .course-box a {
    display: inline-block;
    width: 100%;
}

.guess_left .course-box .courseLeftBox {
    width: 140px;
    position: relative;
}

.course-box .courserightBox {
    width: 150px;
    padding-right: 20px;
    margin-top: 10px;
}

.course-box .courseLeftBox div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.course-box .courseLeftBox img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 185px;
}

.guess_right .tv_top li {
    border-bottom: solid 1px #ededed;
    clear: both;
}

.guess_right .tv_top li a {
    margin: 13px 0 12px 10px;
    display: block;
}

.guess_right .tv_top li img {
    max-width: 90%;
}

.guess_right .tv_top li a div:first-child {
    float: left;
    margin-right: 10px;
}

.guess_right .tv_top li a div span:first-child {
    font-size: 18px;
    line-height: 24px;
    display: block;
}

.guess_right .tv_top li a div span:nth-child(2) {
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    display: block;
}

.play-list {
    height: 372px;
    overflow-y: auto;
}

.play-list ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.play-list .play-active {
    background: #2a2a2a;
}


/*.play-list ul li:first-child{
	background: #2a2a2a;
}*/

.play-list .list_left {
    float: left;
    width: 90%;
    margin: 20px 0 20px 15px;
}

.play-list .list_right {
    float: right;
    width: 18%;
    margin-top: 25px;
}

.play-list .list_left span:first-child {
    display: block;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.play-list .list_left span:nth-child(2) {
    font-size: 14px;
    margin-top: 5px;
    display: block;
    color: #909090;
}

.play-list .list_right span {
    border: solid 1px #909090;
    display: block;
    border-radius: 15px;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    text-align: center;
    width: 35px;
    color: #909090;
}

.play-list .videoAss {
    margin: 20px;
}

.play-list .videoAss div {
    margin-bottom: 10px;
}

.det_tit {
    font-size: 18px;
}

.v_detail .v_detail_a ul {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    height: 20px;
}

.v_detail .v_detail_a ul li {
    float: left;
    margin-right: -5px;
}

.v_detail .v_detail_a ul li img {
    max-width: 60%;
}

.v_detail .v_detail_a ul li:last-child span {
    color: #fa6400;
    margin-top: 7px;
    display: block;
    line-height: 10px;
}

.v_detail .v_detail_b {
    margin-top: 10px;
    margin-bottom: 20px;
}

.v_detail .v_detail_b span {
    display: inline-block;
    border: solid 1px #979797;
    color: #979797;
    border-radius: 15px;
    font-size: 12px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.v_detail .v_detail_c {
    margin-top: 10px;
}

.v_detail .v_detail_c span {
    color: #979797;
    font-size: 14px;
}

.guess .v_row {
    margin-top: 10px;
}

.v_row .row4 .kczx_a {
    background-color: #ffffff;
}

#g_all {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    filter: Alpha(opacity=50);
    background: #666666;
    top: 0;
    left: 0;
    opacity: 0.6;
    display: none;
}

.box {
    height: 200px;
    width: 300px;
    background-color: #e6e6e7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    border-radius: 10px;
    z-index: 10;
    display: none;
}

.box div {
    width: 200px;
    margin: 20px auto;
}

.box .box_des span {
    display: block;
}

.box .box_des span:first-child {
    margin-top: 40px;
    font-size: 18px;
}

.box .box_des span:nth-child(2) {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.box .k_d li {
    display: inline-block;
    cursor: pointer;
}


/*.box .k_d li img{
    width: 25px;
}*/

.box div:last-child {
    width: 130px;
}

.box div:last-child a {
    background: #e25110;
    display: block;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    border-radius: 15px;
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #666;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.vjs-control-bar .add_span {
    background-color: #171717;
    border-radius: 15px;
    font-size: 12px;
    display: block;
    width: 40px;
    height: 18px;
    line-height: 18px;
    margin-left: -12px;
}

.vjs-control-bar .add_but {
    position: absolute;
    bottom: 32px;
    background-color: rgba(43, 51, 63, 0.7);
    width: 40px;
    left: -13px;
    opacity: 1;
    border-radius: 2px;
    display: none;
    padding-top: 9px;
    padding-bottom: 6px;
}

.vjs-control-bar .add_but ul li {
    font-size: 12px;
    cursor: pointer;
}

.vjs-control-bar .add_but ul li:hover {
    /* color: #ff6420; */
    background: #00000061;
}

.vjs-control-bar .add_but ul li.on {
    color: #ff6420;
}

.vjs-control-bar #vjs_next {
    position: absolute;
    margin-left: 2em;
}

.vjs-control-bar #vjs_next .add_next {
    width: 50%;
    text-align: center;
    height: 2em;
    cursor: pointer;
}

.vjs-control-bar #vjs_next .add_next img {
    max-width: 60%;
    margin-top: 0.65em;
}

@media screen and (min-width: 1367px) {
    #vidRow4 .row4 a {
        width: 238px;
    }
}

.play-sum::-webkit-scrollbar,
.play-list::-webkit-scrollbar,
.play-episode::-webkit-scrollbar {
    width: 2px;
    height: 16px;
}


/*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/


/*::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}*/


/*瀹氫箟婊戝潡 鍐呴槾褰�+鍦嗚*/

.play-sum::-webkit-scrollbar-thumb,
.play-list::-webkit-scrollbar-thumb,
.play-episode::-webkit-scrollbar-thumb {
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #3f3f3f;
}

.living .player .vjs-current-time {
    margin-left: 1em !important;
}

.live {
    height: 372px;
    overflow-y: auto;
}

.live ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.live .list_left {
    float: left;
    width: 90%;
    margin: 15px 0 0 20px;
}

.live .list_left img:first-child {
    display: inline-block;
    width: 50px;
}

.live .list_left img:nth-child(3) {
    display: inline-block;
    width: 20px;
}

.live .list_left span {
    display: inline-block;
    width: 140px;
    color: #ffffff;
    /* text-align: center; */
    text-align: left;
    padding-left: 25px;
}

.live .list_left span:hover {
    color: #e25110;
}

.pop.showAlert {
    left: 34% !important;
    top: 53% !important;
}
.pop-cba .pop-title {
    display: none !important;
}
.pop-cba .pop-content{
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.pop-cba .pop-content p {
    text-align: center !important;
    text-indent: -9px !important;
    font-size: 20px !important;
	line-height: 30px
}
.pop-abc .pop-title {
    display: none !important;
}
.pop-cba .pop-buttonBox{
	display: flex;
    justify-content: center;
	padding:0;
	align-items: center;
	border-top: 0;
	height: 116px
}
.pop-cba .pop-buttonBox button {
	display: flex;
    width: 130px;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    margin: 0;
    border: 0;
    font-size: 16px;
    color: #fff;
    border-radius: 18px;
    height: 36px;
}
.pop-cba .pop-buttonBox button[type="warning"] {
	/* border-right: 1px solid #e5e5e5; */
	background-color: #FA8926;
	border-color: #FA8926;
}
.pop-cba .pop-buttonBox button[type="info"] {
	margin-left: 10px;
	background-color: #FA6400;
	border-color: #FA6400;
}
.pop-cba .pop-content{
    margin-bottom: 0px;
}
.pop-cba .pop-control {
	color: #333333;
	border-color: #333333;
}

.pop-abc .pop-content p {
    text-align: center !important;
    text-indent: -9px !important;
    font-size: 17px !important;
}

.pop-abc .pop-buttonBox {
    border-top: 0 solid #ffffff !important;
}

.pop-abc .pop-buttonBox button {
    background-color: #e25110;
    border-color: #e25110;
    padding: 5px 89px !important;
    margin: 0 35px !important;
    border-radius: 40px !important;
}

.pop-abc .pop-buttonBox .pop-button[type="success"] {
    color: #fff;
    background-color: #e25110;
    border-color: #e25110;
}

.pop-abc .pop-buttonSpcl .pop-control {
    color: black;
}

@media (min-width: 1367px) and (max-width: 1537px) {
    .pop.showAlert {
        left: 31% !important;
        top: 70% !important;
    }
}

@media screen and (max-width: 1367px) {
    .pop.showAlert {
        left: 29% !important;
        top: 88% !important;
    }
}</pre></body></html>