* {
    padding: 0;
    margin: 0;
}
body {
    min-height: 100vh;
    font-family: PingFangSC-Regular, PingFang SC;
    background-color: #F4F3F3;
}
a {
    text-decoration: none;
    color: #333;
}
li {
    list-style: none;
}
header {
    min-width: 1280px;
    height: 88px;
    background: #242424;
}
.header-box {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    padding: 0;
}
.header-box .logo {
    height: 54px;
    margin-left: 0;
}
.header-box .dividing-line {
    height: 40px;
    width: 1px;
    background: #FFFFFF;
    opacity: 0.2;
    margin-left: 12px;
}
.header-box span {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 1px;
}
.header-box .current-a {
    color: #FF5E00!important;
}
main {
    min-width: 1280px;
    background-color: #1C1C1C;
}
.main-content {
    width: 1200px;
    margin: auto;
}
.live-bars {
    overflow-x: auto;
    overflow-y: hidden;
    background: rgba(255, 255, 255, 0.1);
}
/*滚动条样式*/
.live-bars::-webkit-scrollbar {
    height: 6px;
}
.live-bars::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgb(255 255 255 / 20%);
    background: rgba(255,255,255,0.2);
}
.live-bars::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255 255 255 / 20%);
    border-radius: 0;
    background: rgba(255,255,255,0.1);

}
.live-bars ul {
    display: flex;
    border-radius: 4px;
    height: 44px;
    align-items: center;
    white-space: nowrap;
}
.live-bars ul li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.live-bars ul li a {
    margin-right: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: bold;
    word-break: keep-all;
}
.live-bars ul li .active {
    color: #FF5E00;
}
.live-bars ul li .type-active {
    background: #ffcc22;
}
.hidden {
    display: none;
}
.player-content {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 84px;
}
.player-content .player-box {
    width: 880px;
}
.video-box {
    width: 100%;
    height: 495px;
}
.video-msg {
    display: flex;
    justify-content: space-between;
}
.video-msg .video-program-title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 16px;
}
.video-msg .video-program-time {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    margin-top: 12px;
    opacity: 0.6;
}
.video-msg .phone-see {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 28px;
    opacity: 0.6;
}
.player-content #myPlayer {
    background: #000;
    margin-top: 16px;
}
.player-content .player-list {
    width: 300px;
    box-sizing: border-box;
}
.player-list-content {
}
.player-list-content .history-week {
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}
.history-week-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    clear: both;
    width: auto;
    white-space: nowrap;
    word-break: normal;
    cursor: pointer;
    transition: right .3s;
}
.left-click {
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    background-color: #333333;
}
.right-click {
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    background-color: #333333;
}
.left-click img, .right-click img {
    width: 12px;
    height: 12px;
    display: inline-block;
}
.player-list-content .history-week .history-week-item {
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    border-bottom: 2px solid transparent;
    float: left;
    padding: 0 10px;
    height: 100%;
}
.player-list-content .history-week .history-week-item:hover {
    color: #FF6501;
}
.player-list-content .history-week .current {
    padding: 0 12px;
    border-bottom: 2px solid #FF5E00;
}
.player-list-content .history-week .active {
    background: #500F0B;
}
.player-list-content .history-week .history-week-item .day {
    font-size: 15px;
    font-weight: bold;
}
.player-content .player-list .reset-player {
    height: 30px;
    line-height: 30px;
    background: #500F0B;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: none;
}
.player-content .player-list .reset-player .come-back {
    float: right;
    color: #83595a;
    text-decoration: none;
    line-height: 28px;
    margin-right: 10px;
}
.player-content .player-list .reset-player .come-back:hover {
    color: #fff;
}
.player-list-box {
    position: relative;
    width: 300px;
    height: 495px;
    font-size: 12px;
    overflow: hidden;
    margin-top: 16px;
}
.player-list-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 318px;
    color: #fff;
}
.player-list-details ul li {
    color: rgba(255, 255, 255, 0.4);
    line-height: 44px;
    height: 44px;
    width: 290px;
    padding: 0 8px;
    border-bottom: 1px dotted #12283a;
    overflow: hidden;
    font-family: Microsoft YaHei;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
}
.player-list-details ul li + li {
    margin-top: 4px;
}
.player-list-details ul .current {
    /*background-position: 65px center;*/
    /*background-repeat: no-repeat;*/
    /*color: #ddf4fc;*/
    /*font-weight: 700;*/
    /*border: 1px solid #135288;*/
    /*border-radius: 3px;*/
    /*margin-top: -1px;*/
    /*background-color: #1D1D1D;*/
    color: #fff;
}
.player-list-details ul .current-tips {
    color: #FF5E00;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}
.can-play {
    cursor: pointer;
    opacity: 1!important;
}
.player-list-details ul .can-play:hover {
    color: #fff;
}
.player-list-details ul li span {
    width: 40px;
    padding: 0 8px;
    float: left;
}
.list-scroll {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 495px;
    background: rgba(255, 255, 255, 0.05);
}
.list-scroll-up {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
}
.list-scroll-move {
    position: absolute;
    top: 0;
    right: 0;
    height: 160px;
    border: 1px solid #101f2f;
    width: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.list-scroll-down {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
}

.other-box {
    width: 100%;
    background-color: #fff;
}


/*.left-qr-code {*/
/*    width: 166px;*/
/*    margin: 0 25px;*/
/*    padding: 0 25px;*/
/*}*/
/*.right-about {*/
/*    padding-left: 50px;*/
/*    border-left: 3px solid #ccc;*/
/*    line-height: 1.5;*/
/*    font-size: 12px;*/
/*    white-space: nowrap;*/
/*}*/
/*.other-link img {*/
/*    height: 47px;*/
/*    width: 120px;*/
/*    border: 1px #ccc solid;*/
/*}*/


/*video*/
video:focus {
    outline: none!important;
}
.vjs-big-play-button {
    display: none!important;
}
.vjs-control-bar {
    display: flex!important;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.1s;
}
.vjs-control-bar .vjs-current-time,
.vjs-control-bar .vjs-time-divider,
.vjs-control-bar .vjs-duration{
    padding: 0!important;
    text-align: center;
}
.vjs-playback-rate,
.vjs-picture-in-picture-control,
.vjs-remaining-time {
    display: none!important;
}
.myPlayer-dimensions.vjs-fluid {
    padding-top: 0!important;
}

.audio-playing {
    border-radius: 100%;
    animation: rotateImg 9s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
}
@keyframes rotateImg {
    0% {
        transform: rotate(
                0deg
        );
    }
    100% {
        transform: rotate(
                360deg
        );
    }
}
.vjs-error .vjs-error-display:before {
    content: ' ';
}
.vjs-poster {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}